:root {
  --brand: #060626;
  --brand-soft: #11113b;
  --brand-muted: #23234c;
  --paper: #f6f3ee;
  --paper-deep: #ece7df;
  --white: #fff;
  --ink: #1d1e20;
  --ink-soft: #5f605f;
  --gold-primary: #dc996b;
  --gold-light: #f1c5a0;
  --gold-dark: #a65f3d;
  --accent: var(--gold-primary);
  --line: rgba(29, 30, 32, .16);
  --line-light: rgba(255, 255, 255, .22);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --max: 1280px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(6, 6, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--brand);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
}
.header-inner {
  min-height: 92px;
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 2rem;
}
.brand { display: block; width: 174px; }
.brand img { width: 100%; height: auto; }
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.6rem;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: .9rem 1.5rem;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--brand);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .76rem;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { background: #e4c98e; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .65rem 1.1rem; }
.text-link {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  color: rgba(255, 255, 255, .88);
  text-underline-offset: .35rem;
  font-size: .88rem;
}

.home-hero {
  min-height: 810px;
  display: grid;
  grid-template-columns: minmax(380px, 42%) 1fr;
  background: var(--brand);
  color: var(--white);
}
.home-hero-copy {
  position: relative;
  z-index: 2;
  padding: 170px var(--gutter) 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-hero-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -110px;
  top: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(90deg, var(--brand), transparent);
  pointer-events: none;
}
.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.home-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.35rem, 5.6vw, 6.1rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.hero-lead {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.home-hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 6, 38, .25), transparent 42%), linear-gradient(0deg, rgba(6, 6, 38, .4), transparent 35%);
}
.home-hero-media picture,
.home-hero-media img { width: 100%; height: 100%; }
.home-hero-media img { object-fit: cover; object-position: 54% center; }
.home-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 2.2rem;
  max-width: 22rem;
  padding-left: 1rem;
  border-left: 1px solid var(--accent);
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.authority {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) 2fr;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.authority-intro { max-width: 25rem; }
.authority-intro > p:last-child { margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.25; }
.authority-list { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.authority-list > div { min-height: 128px; padding: 0 clamp(1rem, 2.4vw, 2rem); border-left: 1px solid var(--line); }
.authority-list dt { color: var(--brand); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1.05; }
.authority-list dd { margin: .75rem 0 0; color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-shell { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) var(--gutter); }
.section-heading { max-width: 780px; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading h2 { max-width: 13ch; margin: 0; color: var(--brand); font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.4rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
.section-heading > p:last-child { max-width: 42rem; margin: 1.5rem 0 0; color: var(--ink-soft); }
.specialty-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 1.25rem; }
.specialty-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--brand);
  color: var(--white);
  text-decoration: none;
}
.specialty-card-wide { grid-row: span 2; min-height: 805px; }
.specialty-card picture,
.specialty-card img { width: 100%; height: 100%; }
.specialty-card img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .4s ease; }
.specialty-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,6,38,.86), transparent 58%); }
.specialty-card:hover img { transform: scale(1.035); opacity: .92; }
.specialty-card-label { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: baseline; gap: 1rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1; }
.specialty-card-label small { color: var(--accent); font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; }
.specialty-card-label b { margin-left: auto; color: var(--accent); font-family: var(--sans); font-size: 1rem; }

.site-footer { padding: 3rem var(--gutter); display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 2rem; background: var(--brand); color: rgba(255,255,255,.72); }
.site-footer img { width: 170px; height: auto; }
.site-footer p { margin: 0; text-align: center; }
.site-footer a { color: var(--white); text-underline-offset: .25rem; }
.site-footer small { font-size: .72rem; }
.site-footer button { border: 0; padding: 0; background: transparent; color: var(--white); text-decoration: underline; text-underline-offset: .25rem; cursor: pointer; }

/* Shared editorial pages */
.site-header--solid { position: relative; background: var(--brand); }
.section { padding: clamp(4.5rem, 8vw, 8rem) var(--gutter); }
.section-inner { width: min(100%, var(--max)); margin-inline: auto; }
.section--white { background: var(--white); }
.section--dark { background: var(--brand); color: var(--white); }
.section-title { max-width: 15ch; margin: 0; color: var(--brand); font: 400 clamp(2.5rem, 5vw, 5rem)/1 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.section--dark .section-title { color: var(--white); }
.section-copy { max-width: 44rem; color: var(--ink-soft); font-size: 1.05rem; }
.section--dark .section-copy { color: rgba(255,255,255,.72); }
.breadcrumb { margin: 0 0 1.2rem; color: rgba(255,255,255,.65); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { text-underline-offset: .25rem; }
.internal-hero { min-height: 700px; display: grid; grid-template-columns: 46% 54%; background: var(--brand); color: var(--white); }
.internal-hero-copy { padding: clamp(8rem, 12vw, 11rem) var(--gutter) 5rem; display: flex; flex-direction: column; justify-content: center; }
.internal-hero h1 { max-width: 10ch; margin: 0; font: 400 clamp(3.5rem, 6vw, 6.5rem)/.92 var(--serif); letter-spacing: -.05em; text-wrap: balance; }
.internal-hero .hero-lead { max-width: 38rem; }
.internal-hero-media { position: relative; min-width: 0; min-height: 610px; margin: 0; overflow: hidden; }
.internal-hero-media > picture, .internal-hero-media > picture > img { width: 100%; height: 100%; }
.internal-hero-media > picture > img { object-fit: cover; }
.internal-hero-media::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6,6,38,.3), transparent 35%), linear-gradient(0deg, rgba(6,6,38,.48), transparent 50%); }
.internal-hero-note { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; max-width: 28rem; color: rgba(255,255,255,.82); font-size: .8rem; letter-spacing: .06em; }
.split { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.split-media { min-height: 600px; }
.split-media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.feature-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 1rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; }
.feature-list strong { color: var(--brand); }
.journey { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); }
.journey-item { min-height: 200px; padding: 1.5rem; border-right: 1px solid var(--line-light); }
.journey-item:last-child { border-right: 0; }
.journey-item small { color: var(--accent); letter-spacing: .12em; }
.journey-item h3 { margin: 2rem 0 .65rem; font: 400 1.65rem/1.1 var(--serif); }
.journey-item p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.video-wrap { margin-top: 3rem; }
.lite-video { position: relative; aspect-ratio: 16/9; width: 100%; overflow: hidden; border: 0; padding: 0; display: grid; place-items: center; background: #010114; color: var(--white); cursor: pointer; }
.lite-video > picture, .lite-video > img, .lite-video > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.lite-video > picture > img { width: 100%; height: 100%; object-fit: cover; }
.lite-video::after { content: ''; position: absolute; inset: 0; background: rgba(6,6,38,.25); }
.play-button { position: relative; z-index: 2; width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: var(--white); color: var(--brand); box-shadow: var(--shadow); font-size: 1.2rem; }
.gallery { margin-top: 3rem; }
.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: min(76vw, 760px); gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-item { scroll-snap-align: start; min-height: 520px; border: 0; padding: 0; background: var(--brand); cursor: zoom-in; }
.gallery-item picture, .gallery-item img { width: 100%; height: 100%; }
.gallery-item img { min-height: 520px; max-height: 680px; object-fit: cover; }
.gallery-controls { margin-top: 1.25rem; display: flex; align-items: center; justify-content: space-between; }
.gallery-arrow { width: 48px; height: 48px; border: 1px solid var(--brand); background: transparent; color: var(--brand); cursor: pointer; }
.gallery-indicator { min-width: 5rem; text-align: center; color: var(--ink-soft); font-size: .8rem; letter-spacing: .1em; }
.cta-panel { width: min(100%, var(--max)); margin-inline: auto; padding: clamp(3rem, 7vw, 6rem); background: var(--brand); color: var(--white); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.cta-panel h2 { max-width: 13ch; margin: 0; font: 400 clamp(2.6rem, 5vw, 5rem)/.98 var(--serif); letter-spacing: -.04em; }
.cta-panel p { max-width: 38rem; color: rgba(255,255,255,.7); }
.testimonial-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.testimonial-card { padding: 1.5rem; background: var(--white); box-shadow: 0 8px 30px rgba(6,6,38,.06); }
.testimonial-card .lite-video { margin: -1.5rem -1.5rem 1.5rem; width: calc(100% + 3rem); }
.testimonial-card blockquote { margin: 0; color: var(--brand); font: 400 clamp(1.35rem,2vw,1.8rem)/1.3 var(--serif); }
.testimonial-card footer { margin-top: 1.2rem; color: var(--ink-soft); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,8vw,8rem); }
.contact-aside h1 { margin: 0; max-width: 8ch; color: var(--brand); font: 400 clamp(3.6rem,6vw,6.5rem)/.92 var(--serif); letter-spacing: -.05em; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { display: grid; gap: .45rem; }
.field--wide, .form-actions, .form-status { grid-column: 1/-1; }
.field label { color: var(--brand); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 2px 0 var(--brand); }
.form-status { min-height: 2rem; color: var(--brand); }
.legal { width: min(100% - 2*var(--gutter), 820px); margin-inline: auto; padding-block: clamp(5rem,9vw,9rem); }
.legal h1 { color: var(--brand); font: 400 clamp(3rem,6vw,5.5rem)/.98 var(--serif); letter-spacing: -.04em; }
.legal h2 { margin-top: 2.5rem; color: var(--brand); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.legal p, .legal li { color: var(--ink-soft); }
.floating-whatsapp { position: fixed; z-index: 18; right: 1.25rem; bottom: 1.25rem; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #1fa855; color: white; text-decoration: none; box-shadow: 0 10px 32px rgba(0,0,0,.25); font-weight: 900; }
.consent-banner { position: fixed; z-index: 40; inset: auto var(--gutter) 1rem; width: min(780px, calc(100% - 2*var(--gutter))); margin-inline: auto; padding: 1.25rem; background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 0 0 1rem; font-size: .88rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.button--ghost { background: transparent; color: var(--brand); }
.button--plain { min-height: 42px; padding: .6rem 1rem; border-color: var(--line); background: transparent; color: var(--brand); }
.consent-dialog, .lightbox { border: 0; padding: 0; color: var(--ink); box-shadow: var(--shadow); }
.consent-dialog::backdrop, .lightbox::backdrop { background: rgba(6,6,38,.84); }
.consent-dialog-inner { width: min(92vw, 570px); padding: 2rem; }
.consent-option { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.lightbox { max-width: min(94vw,1200px); background: transparent; }
.lightbox img { max-height: 88vh; width: auto; margin: auto; }
.lightbox-close { position: fixed; top: 1rem; right: 1rem; width: 48px; height: 48px; border: 0; background: var(--white); color: var(--brand); cursor: pointer; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal][data-visible='true'] { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 160px 1fr auto; }
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: .66rem; }
  .header-cta { display: none; }
  .home-hero { grid-template-columns: 46% 54%; }
  .authority { grid-template-columns: 1fr; }
  .authority-list > div:first-child { border-left: 0; }
}

@media (max-width: 800px) {
  .site-header { position: fixed; background: rgba(6,6,38,.94); backdrop-filter: blur(12px); }
  .header-inner { min-height: 72px; grid-template-columns: 140px 1fr auto; gap: 1rem; }
  .brand { width: 138px; }
  .menu-toggle { width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; color: var(--white); }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 0; padding: 2.5rem var(--gutter) 5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; background: var(--brand); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .main-nav.is-open, .main-nav[data-open='true'] { transform: none; visibility: visible; }
  .main-nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .main-nav a::after { display: none; }
  .home-hero { min-height: 0; display: flex; flex-direction: column; }
  .home-hero-copy { min-height: 620px; padding: 135px var(--gutter) 3rem; }
  .home-hero-copy::after { display: none; }
  .home-hero h1 { max-width: 9ch; font-size: clamp(3.4rem, 15vw, 5.3rem); }
  .hero-lead { font-size: 1rem; }
  .home-hero-media { min-height: 72vh; }
  .home-hero-media img { position: absolute; inset: 0; }
  .home-hero-media figcaption { left: var(--gutter); right: var(--gutter); }
  .authority { padding-top: 4rem; }
  .authority-list { grid-template-columns: 1fr 1fr; }
  .authority-list > div { padding: 1.25rem; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .authority-list > div:nth-child(odd) { border-left: 0; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card,
  .specialty-card-wide { min-height: 68vh; grid-row: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer img { margin: 0 auto; }
  .internal-hero { min-height: 0; grid-template-columns: 1fr; }
  .internal-hero-copy { min-height: 600px; padding-top: 135px; }
  .internal-hero h1 { font-size: clamp(3.6rem,15vw,5.5rem); }
  .internal-hero-media { min-height: 72vh; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .split-media, .split-media img { min-height: 72vh; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey-item:nth-child(2) { border-right: 0; }
  .journey-item:nth-child(n+3) { border-top: 1px solid var(--line-light); }
  .gallery-track { grid-auto-columns: 86vw; }
  .gallery-item, .gallery-item img { min-height: 66vh; }
  .cta-panel { grid-template-columns: 1fr; align-items: start; }
  .testimonial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .home-hero h1 { font-size: 2rem; letter-spacing: -.055em; }
  .home-hero-copy { min-height: 600px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .authority-list { grid-template-columns: 1fr; }
  .authority-list > div,
  .authority-list > div:nth-child(odd) { border-left: 0; }
  .specialty-card,
  .specialty-card-wide { min-height: 540px; }
  .journey { grid-template-columns: 1fr; }
  .journey-item { border-right: 0; border-top: 1px solid var(--line-light); }
  .contact-form { grid-template-columns: 1fr; }
  .field, .field--wide, .form-actions, .form-status { grid-column: 1; }
  .consent-banner { inset-inline: .75rem; width: calc(100% - 1.5rem); }
  .floating-whatsapp { width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* V2 — boutique events art direction */
.button {
  border: 1px solid var(--gold-primary);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary) 56%, #c77d50);
  box-shadow: 0 10px 30px rgba(166,95,61,.2);
}
.button:hover { background: linear-gradient(135deg, #f6d4b8, #e6aa7d 58%, var(--gold-primary)); box-shadow: 0 14px 34px rgba(166,95,61,.28); }
.button--ghost { background: transparent; color: var(--brand); box-shadow: none; }
.button--ghost:hover { background: var(--brand); color: var(--white); }
.section { padding-block: clamp(4rem, 6.5vw, 6.5rem); }
.section-shell { padding-block: clamp(4.5rem, 7vw, 7rem); }
.section-title { max-width: 17ch; font-size: clamp(2.35rem, 4.2vw, 4.35rem); line-height: 1.02; }
.section-heading h2 { max-width: 16ch; font-size: clamp(2.5rem, 4.4vw, 4.65rem); line-height: 1.01; }
.eyebrow { color: var(--gold-primary); letter-spacing: .2em; }

.cinematic-hero { position: relative; min-height: min(900px, 92vh); display: grid; grid-template-columns: 1fr; align-items: end; overflow: hidden; isolation: isolate; background: var(--brand); color: var(--white); }
.cinematic-media { position: absolute; z-index: -3; inset: 0; margin: 0; }
.cinematic-media picture, .cinematic-media img { width: 100%; height: 100%; }
.cinematic-media img { object-fit: cover; object-position: center 44%; }
.cinematic-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(6,6,38,.94) 0%, rgba(6,6,38,.78) 28%, rgba(6,6,38,.28) 62%, rgba(6,6,38,.08) 100%), linear-gradient(0deg, rgba(6,6,38,.62), transparent 50%); }
.cinematic-copy { width: min(100%, var(--max)); margin-inline: auto; padding: clamp(9.5rem, 16vh, 12rem) var(--gutter) clamp(4.5rem, 9vh, 7rem); justify-content: end; }
.home-hero-copy { min-height: 0; }
.home-hero-copy::after { display: none; }
.cinematic-hero h1 { max-width: 11ch; margin: 0; font: 400 clamp(3.4rem, 5.5vw, 6.25rem)/.96 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.home-hero h1 { max-width: 18ch; font-size: clamp(3.4rem,4.8vw,5.6rem); }
.home-hero h1 > span { display: block; }
.cinematic-hero .hero-lead { max-width: 31rem; margin-top: 1.5rem; color: rgba(255,255,255,.84); }
.hero-signature { position: absolute; right: var(--gutter); bottom: 2.25rem; margin: 0; padding-left: 1rem; border-left: 1px solid var(--gold-primary); color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

.authority { position: relative; z-index: 3; width: min(calc(100% - 2*var(--gutter)), var(--max)); margin: clamp(-2.25rem, -3vw, -1.5rem) auto 0; padding: 2.1rem clamp(1.5rem,3vw,3rem); grid-template-columns: .85fr 2fr; gap: clamp(2rem,4vw,4.5rem); border: 1px solid rgba(220,153,107,.2); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.authority-intro > p:last-child { font-size: clamp(1.25rem,1.7vw,1.65rem); }
.authority-list { align-items: center; gap: 1.25rem; }
.authority-list > div { min-height: 0; padding: 0 1rem; border-left: 0; }
.authority-list > div + div { border-left: 1px solid rgba(220,153,107,.42); }
.authority-list dt { color: var(--gold-dark); font-size: clamp(1.7rem,2.65vw,3rem); }
.authority-list dd { margin-top: .45rem; font-size: .68rem; }

.home-why { padding-top: clamp(5rem,8vw,8rem); padding-bottom: clamp(3.5rem,5vw,5rem); background: var(--paper); }
.why-story { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.why-photo { position: relative; min-height: 680px; border-radius: 28px 28px 130px 28px; overflow: hidden; box-shadow: var(--shadow); }
.why-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,6,38,.28),transparent 45%); }
.why-photo picture, .why-photo img { width: 100%; height: 100%; }
.why-photo img { min-height: 680px; object-fit: cover; }
.why-copy .feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.5rem; margin-bottom: 2rem; }
.why-copy .feature-list li { grid-template-columns: 2rem 1fr; border-top-color: rgba(220,153,107,.34); }
.why-copy .feature-list strong { color: var(--gold-dark); }

.specialties { max-width: 1380px; }
.home-why + .specialties { padding-top: clamp(3.5rem,5vw,5rem); }
.specialty-grid { gap: 1rem; }
.specialty-card { border-radius: 24px; box-shadow: 0 12px 36px rgba(6,6,38,.08); }
.specialty-card-wide { min-height: 720px; }
.specialty-card:not(.specialty-card-wide) { min-height: 352px; }
.specialty-card::after { background: linear-gradient(0deg, rgba(6,6,38,.88), rgba(6,6,38,.08) 66%); }
.specialty-card:hover img { transform: scale(1.02); }
.specialty-card-label { bottom: 1.8rem; left: 1.8rem; right: 1.8rem; font-size: clamp(1.75rem,2.6vw,2.8rem); }

.home-proof .proof-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.home-proof .video-wrap { margin: 0; }
.home-proof .section-copy { margin-top: 2rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.proof-author { color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.lite-video { border-radius: 24px; box-shadow: 0 22px 58px rgba(6,6,38,.18); }
.lite-video::after { background: linear-gradient(0deg,rgba(6,6,38,.48),rgba(6,6,38,.08)); }
.play-button { width: 70px; height: 70px; color: var(--gold-dark); transition: transform .25s ease, background .25s ease; }
.lite-video:hover .play-button { transform: scale(1.06); background: var(--gold-light); }
.media-caption { margin: .8rem 0 0; color: var(--ink-soft); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.final-cta-wrap { padding-top: 2rem; padding-bottom: clamp(4rem,6vw,6rem); }
.cta-panel { position: relative; min-height: 390px; padding: clamp(3rem,6vw,5.5rem); overflow: hidden; border-radius: 28px; isolation: isolate; background: transparent; }
.cta-panel::before { content: ''; position: absolute; z-index: -2; inset: 0; background: url('/assets/img/home/juliana-bastidores-1280.webp') center 42%/cover no-repeat; }
.cta-panel::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(6,6,38,.96),rgba(6,6,38,.72) 52%,rgba(6,6,38,.22)); }
.cta-panel h2 { max-width: 15ch; font-size: clamp(2.4rem,4.2vw,4.4rem); }

.specialty-hero { min-height: min(850px,88vh); }
.specialty-hero .cinematic-copy { display: block; align-self: end; }
.specialty-hero h1 { max-width: 13ch; font-size: clamp(3rem,5vw,5.5rem); }
.specialty-hero--debutantes h1 { max-width: 15ch; font-size: clamp(2.8rem,4.7vw,5.1rem); }
.specialty-hero--debutantes .cinematic-media img { object-position: center 38%; }
.specialty-hero--casamentos .cinematic-media img { object-position: center 48%; }
.specialty-hero--tematicos .cinematic-media img { object-position: center 55%; }
.specialty-hero--tematicos .cinematic-overlay { background: linear-gradient(90deg,rgba(6,6,38,.92),rgba(6,6,38,.58) 42%,rgba(6,6,38,.14)),linear-gradient(0deg,rgba(6,6,38,.5),transparent); }
.quick-trust { position: relative; z-index: 3; width: min(calc(100% - 2*var(--gutter)), var(--max)); margin: -2rem auto 0; padding: 1.7rem 2rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.quick-trust div { display: grid; gap: .25rem; padding-inline: 1rem; }
.quick-trust div + div { border-left: 1px solid rgba(220,153,107,.4); }
.quick-trust strong { color: var(--gold-dark); font-family: var(--serif); font-size: clamp(1.35rem,1.8vw,1.9rem); font-weight: 400; }
.quick-trust span { color: var(--ink-soft); font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.specialty-intro { padding-top: clamp(5.5rem,8vw,8rem); }
.intro-flow { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.intro-copy .button { margin-top: 1.25rem; }
.process-section { position: relative; overflow: hidden; }
.process-section::after { content: ''; position: absolute; right: -8rem; top: -8rem; width: 24rem; height: 24rem; border: 1px solid rgba(220,153,107,.18); border-radius: 50%; }
.journey { gap: .75rem; border: 0; }
.journey-item { min-height: 220px; padding: 1.6rem; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.035); }
.journey-item:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.journey-item h3 { margin-top: 1.55rem; }
.gallery-section { background: var(--paper-deep); }
.gallery-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 3rem; }
.gallery-track { grid-auto-columns: min(68vw,720px); gap: 1rem; }
.gallery-item, .gallery-item img { min-height: 500px; border-radius: 22px; }
.gallery-item { overflow: hidden; box-shadow: 0 10px 28px rgba(6,6,38,.08); }
.gallery-item img { transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.specialty-proof { padding-block: clamp(4rem,6vw,6rem); background: var(--white); }
.proof-quote { position: relative; max-width: 920px; text-align: center; }
.quote-mark { display: block; height: .7em; color: var(--gold-primary); font: 400 6rem/1 var(--serif); }
.proof-quote blockquote { margin: .6rem auto 1.25rem; color: var(--brand); font: 400 clamp(2rem,3.4vw,3.3rem)/1.15 var(--serif); }
.proof-quote p { color: var(--ink-soft); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.proof-quote .text-link { justify-content: center; color: var(--brand); }

.testimonials-hero { padding-block: clamp(4.5rem,6vw,6rem); background: var(--brand); color: var(--white); }
.testimonials-hero .breadcrumb { color: rgba(255,255,255,.64); }
.testimonials-hero .section-title { max-width: 16ch; color: var(--white); }
.testimonials-hero .section-copy { color: rgba(255,255,255,.7); }
.testimonial-videos { background: var(--paper); }
.testimonials-hero + .testimonial-videos { padding-top: 3rem; }
.testimonial-grid { gap: 1.5rem; }
.testimonial-card { padding: 0; overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.testimonial-card[data-reveal] { opacity: 1; transform: none; }
.testimonial-card .lite-video { width: 100%; margin: 0; border-radius: 0; box-shadow: none; }
.testimonial-meta { padding: 1.4rem 1.5rem 1.6rem; }
.testimonial-meta small { color: var(--gold-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-meta h2 { margin: .35rem 0 .85rem; color: var(--brand); font: 400 1.8rem/1.1 var(--serif); }
.watch-label { border: 0; padding: 0; background: none; color: var(--ink-soft); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.written-proof { background: var(--brand); color: var(--white); }
.quote-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.quote-cards blockquote { margin: 0; padding: 2rem; border: 1px solid rgba(220,153,107,.24); border-radius: 20px; background: rgba(255,255,255,.04); }
.quote-cards p { margin: 0; color: var(--white); font: 400 1.35rem/1.35 var(--serif); }
.quote-cards footer { margin-top: 1.5rem; color: var(--gold-light); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.contact-section { min-height: 750px; background: radial-gradient(circle at 12% 18%,rgba(220,153,107,.1),transparent 28%),var(--paper-deep); }
.contact-layout { grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.contact-aside h1 { max-width: 10ch; font-size: clamp(3rem,5vw,5.3rem); }
.contact-trust { margin: 1.8rem 0 2rem; display: grid; gap: .75rem; }
.contact-trust span { padding-top: .7rem; border-top: 1px solid rgba(220,153,107,.35); color: var(--ink-soft); }
.contact-trust strong { color: var(--gold-dark); }
.form-card { padding: clamp(2rem,4vw,3.5rem); border: 1px solid rgba(220,153,107,.16); border-radius: 26px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.form-card h2 { margin: 0 0 2rem; color: var(--brand); font: 400 clamp(2rem,3vw,3.1rem)/1.08 var(--serif); }
.field input, .field textarea { padding: .85rem .25rem; }

.site-footer { padding: 0; display: block; background: var(--brand); }
.footer-inner { width: min(100%,var(--max)); margin-inline: auto; padding: clamp(4rem,6vw,6rem) var(--gutter) 3rem; display: grid; grid-template-columns: 1fr 1fr .65fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.footer-brand img { width: 210px; }
.footer-brand p { margin: 1rem 0 .15rem; color: var(--white); font-family: var(--serif); font-size: 1.2rem; }
.footer-brand small { color: rgba(255,255,255,.58); }
.footer-conversation { text-align: center; }
.footer-conversation h2 { margin: 0 0 1.4rem; color: var(--white); font: 400 clamp(2.2rem,3.4vw,3.5rem)/1 var(--serif); }
.footer-links { display: grid; gap: .55rem; justify-items: start; }
.footer-links a, .footer-links button { color: rgba(255,255,255,.72); font-size: .74rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover, .footer-links button:hover { color: var(--gold-light); }
.footer-bottom { padding: 1.3rem var(--gutter); border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); text-align: center; font-size: .7rem; }
.floating-whatsapp { width: auto; height: 52px; padding: 0 1.1rem 0 .9rem; display: flex; gap: .6rem; right: 1.4rem; bottom: 1.4rem; border: 2px solid rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.floating-whatsapp svg { width: 25px; height: 25px; }

@media (max-width: 1020px) {
  .authority { grid-template-columns: 1fr; }
  .authority-list > div:first-child { border-left: 0; }
  .why-story, .home-proof .proof-layout, .intro-flow { gap: 3rem; }
  .quick-trust { grid-template-columns: 1fr 1fr; }
  .quick-trust div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(220,153,107,.4); padding-top: 1rem; }
  .quick-trust div:nth-child(4) { border-top: 1px solid rgba(220,153,107,.4); padding-top: 1rem; }
}

@media (max-width: 800px) {
  .site-header--solid + main { padding-top: 72px; }
  .section { padding-block: 4rem; }
  .cinematic-hero { min-height: 86svh; }
  .cinematic-copy { min-height: 0; padding-top: 8.5rem; padding-bottom: 3.5rem; }
  .cinematic-overlay { background: linear-gradient(90deg,rgba(6,6,38,.88),rgba(6,6,38,.32)),linear-gradient(0deg,rgba(6,6,38,.82) 0%,rgba(6,6,38,.12) 70%); }
  .cinematic-hero h1 { max-width: 10ch; font-size: clamp(3.2rem,13.5vw,4.8rem); }
  .home-hero h1 { max-width: 100%; font-size: clamp(2.4rem,10vw,3.1rem); }
  .home-hero .cinematic-media img { object-position: 58% center; }
  .hero-signature { display: none; }
  .authority { margin-top: -1.2rem; padding: 1.6rem; }
  .authority-list { grid-template-columns: 1fr 1fr; gap: 0; }
  .authority-list > div { padding: 1rem; border-top: 1px solid rgba(220,153,107,.32); }
  .authority-list > div + div { border-left: 0; }
  .authority-list > div:nth-child(even) { border-left: 1px solid rgba(220,153,107,.32); }
  .why-story, .home-proof .proof-layout, .intro-flow, .gallery-heading { grid-template-columns: 1fr; }
  .why-photo, .why-photo img { min-height: 64svh; }
  .why-photo { border-radius: 22px 22px 76px 22px; }
  .why-copy .feature-list { grid-template-columns: 1fr; }
  .specialty-card, .specialty-card-wide, .specialty-card:not(.specialty-card-wide) { min-height: 62svh; }
  .specialty-hero { min-height: 88svh; }
  .specialty-hero h1, .specialty-hero--debutantes h1 { max-width: 13ch; font-size: clamp(2.8rem,11.5vw,4.4rem); }
  .specialty-hero--debutantes .cinematic-media img { object-position: 53% center; }
  .specialty-hero--casamentos .cinematic-media img { object-position: 55% center; }
  .quick-trust { margin-top: -1rem; padding: 1rem; }
  .quick-trust div { padding: .8rem; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey-item, .journey-item:nth-child(n+3) { border: 1px solid rgba(255,255,255,.13); }
  .gallery-track { grid-auto-columns: 84vw; }
  .gallery-item, .gallery-item img { min-height: 62svh; }
  .quote-cards { grid-template-columns: 1fr; }
  .cta-panel { min-height: 410px; align-content: end; }
  .cta-panel::after { background: linear-gradient(0deg,rgba(6,6,38,.95),rgba(6,6,38,.32)); }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-links { justify-items: center; }
  .floating-whatsapp { width: 50px; height: 50px; padding: 0; right: 1rem; bottom: 1rem; justify-content: center; border-radius: 50%; }
  .floating-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

@media (max-width: 430px) {
  .home-hero h1 { max-width: 100%; font-size: 2rem; letter-spacing: -.055em; }
  .cinematic-hero h1 { font-size: clamp(3rem,13vw,3.65rem); }
  .home-hero h1 { font-size: 2.4rem; }
  .specialty-hero h1, .specialty-hero--debutantes h1 { font-size: clamp(2.55rem,10.5vw,3.3rem); }
  .specialty-hero--debutantes h1 { max-width: 15ch; font-size: clamp(2.3rem,9.4vw,2.75rem); }
  .specialty-hero .hero-lead { font-size: .96rem; }
  .quick-trust { grid-template-columns: 1fr 1fr; }
  .quick-trust strong { font-size: 1.15rem; }
  .quick-trust span { font-size: .6rem; }
  .journey { grid-template-columns: 1fr; }
  .contact-aside h1 { font-size: 3.15rem; }
  .form-card { padding: 1.4rem; border-radius: 20px; }
}

/* V3 — refinamento editorial, protagonista e galerias de memória */
.button {
  border-radius: 14px;
  background: var(--gold-primary);
  box-shadow: 0 10px 28px rgba(166,95,61,.18);
}
.button:hover { background: var(--gold-light); box-shadow: 0 14px 32px rgba(166,95,61,.24); }
.button--ghost { background: transparent; }
.nav-social { display: none; }
.home-hero .cinematic-media img { object-position: center 44%; }
.cta-panel::before { background-image: url('/assets/img/home/juliana-protagonista-1280.webp'); background-position: center 44%; }

.lite-video {
  background: #020208;
  isolation: isolate;
}
.lite-video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,rgba(220,153,107,.08),transparent 46%);
}
.lite-video::after { display: none; }
.lite-video .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-72%); }
.lite-video:hover .play-button { transform: translate(-50%,-72%) scale(1.06); }
.video-prompt {
  position: relative;
  z-index: 2;
  margin-top: 6.6rem;
  color: rgba(255,255,255,.82);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.memories-section { overflow: hidden; background: var(--paper-deep); }
.gallery { width: 100%; }
.gallery-track {
  width: 100%;
  padding: 1.25rem max(var(--gutter),calc((100% - min(64vw,760px))/2));
  grid-auto-columns: min(64vw,760px);
  gap: clamp(.75rem,2vw,1.5rem);
  scroll-padding-inline: max(var(--gutter),calc((100% - min(64vw,760px))/2));
}
.gallery-item {
  min-height: 0;
  aspect-ratio: 4/3;
  scroll-snap-align: center;
  opacity: .38;
  transform: scale(.86);
  transform-origin: center;
  border-radius: 20px;
  background: var(--brand);
  box-shadow: 0 12px 30px rgba(6,6,38,.12);
  transition: opacity .38s ease, transform .38s ease, box-shadow .38s ease;
}
.gallery-item.is-prev,.gallery-item.is-next { opacity: .62; transform: scale(.92); }
.gallery-item.is-active { z-index: 2; opacity: 1; transform: scale(1); box-shadow: 0 22px 48px rgba(6,6,38,.2); }
.gallery-item picture,.gallery-item img { min-height: 0; height: 100%; border-radius: 20px; }
.gallery-item img { max-height: none; object-fit: contain; background: var(--brand); }
.gallery-item:hover img { transform: none; }
.gallery-controls { justify-content: center; gap: 1.1rem; }
.gallery-arrow { border-radius: 12px; }

.site-footer { text-align: center; }
.footer-inner {
  max-width: 760px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 2rem;
}
.footer-brand img { margin-inline: auto; }
.footer-social { display: flex; justify-content: center; gap: .7rem; }
.footer-social a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 13px;
  color: var(--white);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.footer-social a:hover { border-color: var(--gold-primary); background: rgba(220,153,107,.12); transform: translateY(-2px); }
.footer-social svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-social .fill-icon { fill: currentColor; stroke: none; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.floating-whatsapp {
  border: 0;
  border-radius: 14px;
  background: #25d366;
  color: #082d17;
  font-weight: 800;
}
.floating-whatsapp:hover { background: #37df78; }
.consent-banner,.consent-dialog { display: none !important; }
.contact-aside .breadcrumb { color: var(--ink-soft); }

@media (min-width: 801px) {
  .specialty-hero--debutantes .cinematic-media { left: 42%; }
  .specialty-hero--debutantes .cinematic-media img { object-position: center; }
  .specialty-hero--debutantes .cinematic-overlay { background: linear-gradient(90deg,var(--brand) 0 39%,rgba(6,6,38,.9) 45%,rgba(6,6,38,.28) 70%,rgba(6,6,38,.06)); }
  .specialty-hero--debutantes .cinematic-copy { padding-right: var(--gutter); }
  .specialty-hero--debutantes .cinematic-copy > * { max-width: min(510px,38vw); }
  .specialty-hero--debutantes h1 { max-width: 11ch; font-size: clamp(2.9rem,4vw,4.55rem); }
}

@media (max-width: 800px) {
  .header-inner { grid-template-columns: 48px 1fr 48px; gap: .5rem; }
  .brand { grid-column: 2; justify-self: center; width: 142px; }
  .menu-toggle { grid-column: 3; justify-self: end; }
  .main-nav {
    padding: 2.5rem var(--gutter) max(3rem,env(safe-area-inset-bottom));
    align-items: center;
    justify-content: center;
    gap: .15rem;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s;
  }
  .main-nav.is-open,.main-nav[data-open='true'] { opacity: 1; transform: none; }
  .main-nav > a { width: auto; border: 0; padding: .62rem; text-align: center; font-size: clamp(1.75rem,8vw,2.35rem); }
  .nav-social { margin-top: 2rem; padding-top: 1.25rem; display: flex; gap: 1.35rem; border-top: 1px solid rgba(255,255,255,.18); }
  .nav-social a { padding: .4rem; border: 0; font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .home-hero .cinematic-media img { object-position: center 40%; }
  .specialty-hero--debutantes { min-height: 800px; }
  .specialty-hero--debutantes .cinematic-media { bottom: auto; height: 410px; background: var(--brand); }
  .specialty-hero--debutantes .cinematic-media img { object-fit: contain; object-position: center top; }
  .specialty-hero--debutantes .cinematic-overlay { background: linear-gradient(180deg,rgba(6,6,38,0) 12%,rgba(6,6,38,.3) 30%,rgba(6,6,38,.96) 51%,var(--brand) 68%); }
  .specialty-hero--debutantes .cinematic-copy { padding-top: 315px; padding-bottom: 3rem; }
  .specialty-hero--debutantes h1 { font-size: clamp(2.2rem,9.2vw,2.8rem); }
  .gallery-heading { gap: 1rem; }
  .gallery { width: calc(100% + 2*var(--gutter)); margin-left: calc(-1*var(--gutter)); }
  .gallery-track {
    padding-inline: 14vw;
    grid-auto-columns: 72vw;
    scroll-padding-inline: 14vw;
  }
  .gallery-item,.gallery-item img { min-height: 0; }
  .floating-whatsapp {
    width: auto;
    height: 50px;
    padding: 0 1rem 0 .85rem;
    right: .85rem;
    bottom: max(.85rem,env(safe-area-inset-bottom));
    justify-content: center;
    border-radius: 13px;
  }
  .floating-whatsapp span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
}

@media (max-width: 430px) {
  .floating-whatsapp { width: auto; height: 48px; }
  .footer-inner { padding-top: 3.5rem; }
}

/* V4 — acabamento final de contraste, mídia e densidade */
.site-header {
  position: fixed;
  background: var(--brand);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 7px 24px rgba(1,1,15,.12);
}
.header-inner { min-height: 90px; }
.main-nav a { color: var(--white); font-weight: 700; }
.button { color: var(--white); border-radius: 13px; }
.button:hover { color: var(--white); filter: brightness(1.07); }
.button--ghost { border-color: var(--accent); background: var(--accent); color: var(--white); }
.button--ghost:hover { background: var(--gold-light); color: var(--brand); }
.mobile-menu-cta { display: none; }

@media (min-width: 801px) {
  .home-hero .cinematic-media { left: 42%; }
  .home-hero .cinematic-media img { object-position: center 45%; }
  .home-hero .cinematic-overlay { background: linear-gradient(90deg,var(--brand) 0 39%,rgba(6,6,38,.92) 44%,rgba(6,6,38,.22) 70%,rgba(6,6,38,.04)); }
  .home-hero .cinematic-copy { padding-right: var(--gutter); }
  .home-hero .cinematic-copy > * { max-width: min(540px,39vw); }
}

.testimonials-hero,.contact-hero { min-height: min(820px,88vh); }
.testimonials-hero .cinematic-media img { object-position: center 43%; }
.testimonials-hero .cinematic-overlay { background: linear-gradient(90deg,rgba(6,6,38,.94),rgba(6,6,38,.66) 48%,rgba(6,6,38,.18)),linear-gradient(0deg,rgba(6,6,38,.64),transparent 55%); }
.testimonials-hero h1,.contact-hero h1 { max-width: 13ch; font-size: clamp(3rem,5vw,5.4rem); }
.testimonials-hero .hero-lead,.contact-hero .hero-lead { max-width: 610px; }
.contact-hero .cinematic-media img { object-position: center 43%; }
.contact-hero .cinematic-overlay { background: linear-gradient(90deg,rgba(6,6,38,.95),rgba(6,6,38,.68) 46%,rgba(6,6,38,.16)),linear-gradient(0deg,rgba(6,6,38,.55),transparent 55%); }
.contact-hero .button { margin-top: 1rem; }
.contact-aside h2 { margin: 0; max-width: 10ch; color: var(--brand); font: 400 clamp(2.6rem,4vw,4.5rem)/.98 var(--serif); letter-spacing: -.045em; }

.memories-section,.gallery-section.memories-section { background: var(--brand); color: var(--white); }
.memories-section .section-title { color: var(--white); }
.memories-section .section-copy { color: rgba(255,255,255,.8); }
.gallery-item {
  padding: 0;
  border: 0;
  background: transparent;
}
.gallery-item picture,.gallery-item img { width: 100%; height: 100%; }
.gallery-item img { object-fit: cover; object-position: var(--focal,center); background: transparent; }
.gallery-item.is-prev,.gallery-item.is-next { opacity: .42; transform: scale(.86); }
.gallery-controls { color: var(--white); }
.gallery-arrow { border-color: rgba(255,255,255,.52); color: var(--white); background: rgba(255,255,255,.04); }
.gallery-indicator { color: rgba(255,255,255,.76); }

.video-sound {
  position: absolute;
  z-index: 4;
  right: 1rem;
  bottom: 1rem;
  padding: .65rem .9rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 10px;
  background: rgba(6,6,38,.82);
  color: var(--white);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.local-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 24px;
  background: #010114;
  box-shadow: 0 22px 58px rgba(6,6,38,.18);
}
.local-video video { width: 100%; height: 100%; display: block; object-fit: cover; background: #010114; }
.local-video-play {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  border: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: .8rem;
  background: linear-gradient(0deg,rgba(6,6,38,.5),rgba(6,6,38,.08));
  color: var(--white);
  cursor: pointer;
}
.local-video-play[hidden] { display: none; }
.local-video-play span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 1.25rem; padding-left: .2rem; box-shadow: 0 14px 36px rgba(0,0,0,.24); }
.local-video-play small { font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.lightbox { width: min(96vw,1400px); height: min(94vh,960px); overflow: hidden; background: transparent; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 13px;
  background: rgba(6,6,38,.78);
  color: var(--white);
  transform: translateY(-50%);
  cursor: pointer;
}
.lightbox-arrow--prev { left: .8rem; }
.lightbox-arrow--next { right: .8rem; }

.site-footer { min-height: 0; }
.footer-inner {
  width: min(100%,var(--max));
  max-width: var(--max);
  min-height: 220px;
  padding: 2.2rem var(--gutter);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.footer-brand { justify-self: start; text-align: left; }
.footer-brand img { width: 180px; margin: 0; }
.footer-brand p { margin-top: .65rem; }
.footer-conversation h2 { margin-bottom: 1rem; font-size: clamp(2rem,3vw,3rem); }
.footer-social { justify-self: end; }
.footer-links { grid-column: 1/-1; margin-top: -.8rem; }
.footer-bottom { padding-block: .95rem; }
.floating-whatsapp { height: 48px; padding-inline: .78rem 1rem; font-size: .68rem; }
.floating-whatsapp { transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.floating-whatsapp[data-coverage-blocked='true'] { opacity: 0; transform: translateY(12px); pointer-events: none; }

@media (max-width: 800px) {
  .site-header { background: var(--brand); backdrop-filter: none; }
  .header-inner { min-height: 72px; }
  .main-nav { background: var(--brand); }
  .main-nav > a { color: var(--white); font-family: var(--sans); font-weight: 700; text-transform: uppercase; }
  .main-nav > a[aria-current='page'] { color: var(--gold-light); }
  .nav-social { margin-top: 1.4rem; }
  .mobile-menu-cta { width: auto !important; margin-top: 1rem; padding: .75rem 1.2rem !important; display: inline-flex !important; border: 0 !important; border-radius: 12px; background: var(--accent); color: var(--white) !important; font-size: .72rem !important; }
  .home-hero { min-height: 820px; }
  .home-hero .cinematic-media { bottom: auto; height: 390px; background: var(--brand); }
  .home-hero .cinematic-media img { object-fit: cover; object-position: 50% 42%; }
  .home-hero .cinematic-overlay { background: linear-gradient(180deg,rgba(6,6,38,.04),rgba(6,6,38,.38) 33%,rgba(6,6,38,.98) 52%,var(--brand) 70%); }
  .home-hero .cinematic-copy { padding-top: 340px; padding-bottom: 3rem; }
  .testimonials-hero,.contact-hero { min-height: 800px; }
  .testimonials-hero .cinematic-media,.contact-hero .cinematic-media { bottom: auto; height: 410px; }
  .testimonials-hero .cinematic-media img { object-position: 45% center; }
  .contact-hero .cinematic-media img { object-position: center 42%; }
  .testimonials-hero .cinematic-overlay,.contact-hero .cinematic-overlay { background: linear-gradient(180deg,rgba(6,6,38,.08),rgba(6,6,38,.45) 34%,rgba(6,6,38,.97) 54%,var(--brand) 72%); }
  .testimonials-hero .cinematic-copy,.contact-hero .cinematic-copy { padding-top: 330px; padding-bottom: 3rem; }
  .testimonials-hero h1,.contact-hero h1 { font-size: clamp(2.65rem,11vw,3.65rem); }
  .site-footer .footer-inner { min-height: 0; padding: 2.8rem var(--gutter) 2rem; grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-brand { justify-self: center; text-align: center; }
  .footer-brand img { width: 170px; margin-inline: auto; }
  .footer-social { justify-self: center; }
  .footer-links { grid-column: 1; margin-top: 0; }
  .footer-bottom { padding: 1rem var(--gutter) 4.8rem; }
  .floating-whatsapp { height: 46px; right: .7rem; bottom: .7rem; padding-inline: .72rem .85rem; font-size: .64rem; }
  .lightbox-arrow { width: 42px; height: 42px; }
}

/* V4.1 — menu integralmente acessível e rodapé dentro da altura-alvo */
@media (min-width: 801px) {
  .footer-inner {
    min-height: 180px;
    padding-block: 1.45rem;
    gap: 1.1rem 2rem;
  }
  .footer-brand img { width: 165px; }
  .footer-brand p { margin-top: .35rem; }
  .footer-conversation h2 { margin-block: .25rem .7rem; }
  .footer-links { margin-top: -.25rem; }
}

@media (max-width: 800px) {
  .main-nav {
    z-index: 1;
    justify-content: flex-start;
    overflow-y: auto;
    height: calc(100dvh - 72px);
    padding-top: 1rem;
    padding-bottom: max(1.25rem,env(safe-area-inset-bottom));
  }
  .brand,
  .menu-toggle { position: relative; z-index: 2; }
  .main-nav > a {
    padding: .48rem;
    font-size: clamp(1.45rem,7vw,2rem);
  }
  .nav-social {
    margin-top: .8rem;
    padding-top: .8rem;
  }
  .mobile-menu-cta { margin-top: .65rem; }
}
