: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; } }
.ambientes { background: var(--stone); }
.amb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(115px, 16vw, 215px);
  gap: 14px;
  grid-template-areas:
    "a a b c"
    "a a b d"
    "e e f g"
    "h h f g";
}
.amb-item { margin: 0; overflow: hidden; border-radius: 6px; }
.amb-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.amb-item:hover img { transform: scale(1.07); }
.amb-item:nth-child(1) { grid-area: a; }
.amb-item:nth-child(2) { grid-area: b; }
.amb-item:nth-child(3) { grid-area: c; }
.amb-item:nth-child(4) { grid-area: d; }
.amb-item:nth-child(5) { grid-area: e; }
.amb-item:nth-child(6) { grid-area: f; }
.amb-item:nth-child(7) { grid-area: g; }
.amb-item:nth-child(8) { grid-area: h; }
@media (max-width: 900px) {
  .amb-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: clamp(120px, 30vw, 200px);
    grid-template-areas:
      "a a"
      "b c"
      "b d"
      "e e"
      "f g"
      "f g"
      "h h";
  }
}
@media (max-width: 560px) {
  .amb-grid { grid-template-columns: 1fr; grid-template-areas: none; grid-auto-rows: auto; }
  .amb-item { grid-area: auto !important; aspect-ratio: 4 / 3; }
}
.portfolio { background: var(--ivory); }
.section-sub { color: #5a4f47; margin-top: 8px; }
.reels { position: relative; margin-top: 8px; }
.reels-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; padding: 10px max(24px, calc((100vw - var(--maxw)) / 2 + 24px)) 18px; scrollbar-width: none; }
.reels-track::-webkit-scrollbar { display: none; }
.reel { position: relative; flex: 0 0 auto; width: clamp(230px, 26vw, 300px); aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; scroll-snap-align: start; background: var(--espresso); }
.reel-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,11,.6), rgba(11,11,11,0) 42%); pointer-events: none; }
.reel-cap { position: absolute; left: 14px; right: 14px; bottom: 13px; z-index: 2; font-family: var(--font-serif); font-size: 1.18rem; color: var(--ivory); text-shadow: 0 1px 6px rgba(0,0,0,.55); pointer-events: none; }
.reel-sound { position: absolute; top: 12px; right: 12px; z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(237,233,226,.55); background: rgba(11,11,11,.5); color: var(--ivory); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; }
.reel-sound:hover, .reel-sound[aria-pressed="true"] { background: var(--aubergine); border-color: var(--aubergine); }
.reels-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(11,11,11,.55); color: #fff; font-size: 1.9rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.reels-nav:hover { background: var(--aubergine); }
.reels-prev { left: 14px; } .reels-next { right: 14px; }
@media (max-width: 760px) {
  .reels-nav { display: none; }
  .reel { width: clamp(220px, 72vw, 290px); }
  .reels-track { padding: 10px 18px 18px; scroll-snap-type: x mandatory; }
}
.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; }
