:root {
  --ivory: #EDE9E2;
  --stone: #D6D0C4;
  --sand: #B7A494;
  --taupe: #9E7660;
  --camel: #A58356;
  --espresso: #322821;
  --black: #0B0B0B;
  --aubergine: #4A2C46;
  --aubergine-dark: #3A2237;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Jost", system-ui, sans-serif;
  --maxw: 1200px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--espresso); background: var(--ivory); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 500; line-height: 1.1; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow { font-family: var(--font-sans); text-transform: uppercase; letter-spacing: 0.25em; font-size: 0.75rem; color: var(--camel); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(11,11,11,.92); box-shadow: 0 1px 0 rgba(255,255,255,.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-logo img { height: 34px; width: auto; filter: none; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: #fff; opacity: .85; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.lang-switch { display: flex; align-items: center; gap: 6px; }
.lang-switch button { background: none; border: none; color: #fff; font-family: var(--font-sans); font-size: .8rem; letter-spacing: .1em; cursor: pointer; opacity: .55; }
.lang-switch button[aria-pressed="true"] { opacity: 1; border-bottom: 1px solid var(--camel); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; transition: transform .3s, opacity .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 40px; background: rgba(11,11,11,.98); transform: translateX(100%); transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
}
.btn { display: inline-block; font-family: var(--font-serif); font-size: 1.15rem; letter-spacing: .12em; text-transform: uppercase; padding: 18px 44px; cursor: pointer; border: none; transition: background .25s ease, transform .25s ease; }
.btn-primary { background: var(--aubergine); color: var(--ivory); }
.btn-primary:hover { background: var(--aubergine-dark); transform: translateY(-2px); }
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--black); color: #fff; overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse at center, rgba(11,11,11,.4), rgba(11,11,11,.92) 78%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 60px; }
.hero-logo { width: min(560px, 80vw); margin-bottom: 8px; }
.hero-tagline { font-family: var(--font-serif); font-size: clamp(1.6rem, 4vw, 2.6rem); }
.hero-sub { font-size: .85rem; letter-spacing: .25em; text-transform: uppercase; color: var(--sand); }
.hero .btn-primary { margin-top: 14px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 28px; left: 50%; width: 22px; height: 38px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; transform: translateX(-50%); }
.hero-scroll::after { content: ''; position: absolute; top: 7px; left: 50%; width: 3px; height: 7px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translate(-50%, 0); } 50% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }
.section { padding: 96px 0; }
.section h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 10px 0 18px; }
.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-text p[data-i18n="about.body"] { color: #5a4f47; font-size: 1.05rem; max-width: 52ch; }
@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }
.services { background: var(--espresso); color: var(--ivory); }
.section-head { text-align: center; margin-bottom: 56px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card { border: 1px solid rgba(237,233,226,.16); padding: 36px 26px; transition: background .25s, transform .25s; }
.card:hover { background: rgba(74,44,70,.35); transform: translateY(-4px); }
.card-num { font-family: var(--font-serif); font-size: 1.6rem; color: var(--camel); }
.card h3 { font-size: 1.5rem; margin: 14px 0 10px; }
.card p { font-size: .95rem; color: var(--sand); }
@media (max-width: 960px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .cards { grid-template-columns: 1fr; } }
.portfolio { background: var(--ivory); }
.section-sub { color: #5a4f47; margin-top: 8px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 1/1; padding: 0; border: none; background: var(--espresso); cursor: pointer; display: block; width: 100%; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,11,.7), rgba(11,11,11,0) 55%); pointer-events: none; }
.gi-play { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(74,44,70,.78); border: 1px solid rgba(237,233,226,.6); transition: background .25s, transform .25s; z-index: 2; }
.gi-play::after { content: ''; position: absolute; top: 50%; left: 54%; transform: translate(-50%, -50%); border-style: solid; border-width: 9px 0 9px 15px; border-color: transparent transparent transparent var(--ivory); }
.gallery-item:hover .gi-play { background: var(--aubergine); transform: translate(-50%, -50%) scale(1.08); }
.gi-cap { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; text-align: left; font-family: var(--font-serif); font-size: 1.15rem; color: var(--ivory); text-shadow: 0 1px 6px rgba(0,0,0,.5); }
@media (max-width: 960px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(11,11,11,.94); }
.lightbox.open { display: flex; }
.lb-stage { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lb-video { max-width: 92vw; max-height: 80vh; width: auto; background: #000; border-radius: 4px; }
.lb-caption { font-family: var(--font-serif); font-size: 1.25rem; color: var(--ivory); text-align: center; }
.lightbox button { position: absolute; background: none; border: none; color: #fff; cursor: pointer; }
.lb-close { top: 24px; right: 28px; font-size: 2.4rem; line-height: 1; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); font-size: 3rem; padding: 0 18px; opacity: .8; }
.lb-prev { left: 8px; } .lb-next { right: 8px; }
.lightbox button:hover { opacity: 1; }
.contact { background: var(--black); color: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-intro .section-sub { color: var(--sand); }
.contact-direct { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.contact-direct .eyebrow { width: 100%; margin-bottom: 4px; }
.chip { border: 1px solid rgba(237,233,226,.3); padding: 10px 18px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; transition: background .2s, border-color .2s; }
.chip:hover { background: var(--aubergine); border-color: var(--aubergine); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sand); }
.contact-form input, .contact-form select, .contact-form textarea { font-family: var(--font-sans); font-size: 1rem; padding: 12px 14px; background: rgba(237,233,226,.06); border: 1px solid rgba(237,233,226,.2); color: var(--ivory); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--camel); outline-offset: 1px; }
.contact-form select option { color: #000; }
.contact-form .btn-primary { margin-top: 8px; }
.form-status { font-size: .9rem; letter-spacing: normal; text-transform: none; min-height: 1.2em; }
.form-status.ok { color: var(--camel); } .form-status.err { color: #e0866f; }
.site-footer { background: var(--espresso); color: var(--ivory); padding: 48px 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.footer-logo { height: 40px; }
.footer-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-social a { color: var(--sand); } .footer-social a:hover { color: var(--ivory); }
.footer-copy { font-size: .78rem; letter-spacing: .1em; color: var(--taupe); }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }
html { scroll-padding-top: 90px; }
section[id] { scroll-margin-top: 90px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--camel); outline-offset: 3px; }
