:root {
  --ink: #191714;
  --ink-soft: #49433d;
  --paper: #f5f1e9;
  --warm: #e8dfd1;
  --sand: #d8c7aa;
  --gold: #b79a6e;
  --white: #fffdfa;
  --line: rgba(25, 23, 20, 0.16);
  --shell: min(1180px, calc(100vw - 48px));
  --header-height: 82px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
body.has-entered .intro { opacity: 0; visibility: hidden; pointer-events: none; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 500; padding: 12px 16px; background: #fff; color: #000; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.intro { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 32px; background: #171513; color: var(--white); transition: opacity .8s var(--ease), visibility .8s; }
.intro__glow { position: absolute; inset: 0; overflow: hidden; }
.intro__glow::before, .intro__glow::after { content: ""; position: absolute; border-radius: 999px; filter: blur(3px); opacity: .8; }
.intro__glow::before { width: 55vw; height: 55vw; left: -20vw; top: -24vw; background: radial-gradient(circle, rgba(183,154,110,.28), transparent 67%); animation: floatGlow 9s ease-in-out infinite; }
.intro__glow::after { width: 40vw; height: 40vw; right: -12vw; bottom: -18vw; background: radial-gradient(circle, rgba(216,199,170,.16), transparent 68%); animation: floatGlow 11s ease-in-out infinite reverse; }
.intro__content { position: relative; width: min(720px, 100%); text-align: center; }
.intro__content h1 { margin: 26px auto 18px; max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6.3vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.intro__content > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 34px; color: rgba(255,253,250,.72); font-size: clamp(16px, 1.8vw, 20px); }
.intro__skip { margin-top: 20px; padding: 6px 10px; border: 0; background: none; color: rgba(255,255,255,.52); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
@keyframes floatGlow { 50% { transform: translate3d(8%, 6%, 0) scale(1.08); } }

.brand-mark { display: inline-flex; align-items: center; line-height: 1; }
.brand-mark__logo { display: block; width: auto; height: 74px; object-fit: contain; }
.brand-mark--intro { margin-bottom: 62px; }
.brand-mark__logo--intro { height: clamp(102px, 12vw, 152px); }
.brand-mark__logo--footer { height: 84px; }

.header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.header.is-scrolled { height: 70px; background: rgba(245,241,233,.93); color: var(--ink); backdrop-filter: blur(14px); border-color: rgba(25,23,20,.1); box-shadow: 0 8px 30px rgba(30,24,18,.07); }
.nav { display: flex; align-items: center; gap: 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.nav a { position: relative; padding: 10px 0; opacity: .78; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.nav__cta { padding: 10px 15px !important; border: 1px solid currentColor; border-radius: 999px; opacity: 1 !important; }
.nav__cta::after { display: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; color: inherit; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .3s, opacity .3s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(420px, 100%); display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 110px 38px 48px; background: var(--ink); color: var(--white); transform: translateX(105%); transition: transform .45s var(--ease); }
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav a { font-family: Georgia, serif; font-size: 34px; border-bottom: 1px solid rgba(255,255,255,.15); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: url("assets/images/hero-showroom.webp") center 54% / cover no-repeat; transform: scale(1.04); animation: heroZoom 18s ease-out forwards; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,13,11,.84) 0%, rgba(15,13,11,.58) 45%, rgba(15,13,11,.16) 78%), linear-gradient(0deg, rgba(15,13,11,.68) 0%, transparent 38%); }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__content { position: relative; z-index: 2; padding-top: 140px; padding-bottom: 210px; }
.hero h2 { max-width: 880px; margin: 18px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(47px, 6.2vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero__lead { max-width: 660px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.6vw, 20px); }
.hero__lead strong { color: #fff; font-weight: 500; }
.hero__actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero__facts { position: absolute; z-index: 3; left: 50%; bottom: 38px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.hero__facts div { position: relative; display: grid; gap: 1px; padding: 18px 26px 0 42px; border-right: 1px solid rgba(255,255,255,.18); }
.hero__facts div:last-child { border-right: 0; }
.hero__facts span { position: absolute; left: 0; top: 20px; color: var(--sand); font-size: 10px; }
.hero__facts strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.hero__facts small { color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 3; right: 34px; bottom: 42px; display: grid; justify-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 62px; background: linear-gradient(to bottom, transparent, #fff); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 50% { transform: translateY(10px); opacity: .45; } }

.eyebrow { margin: 0; color: var(--sand); font-size: 10px; font-weight: 650; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow--dark { color: #8e7250; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--sand); color: var(--ink); }
.button--primary:hover { background: var(--white); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.5); }
.button--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--sand); }
.button--outline-light { border-color: rgba(255,255,255,.5); color: var(--white); }
.button--outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #8e7250; }
.button--outline-dark { color: var(--ink); border-color: rgba(25,23,20,.35); }
.button--outline-dark:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }

.journey { position: fixed; z-index: 80; left: 18px; top: 50%; transform: translateY(-50%); display: grid; gap: 7px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.journey.is-visible { opacity: 1; pointer-events: auto; }
.journey a { width: 34px; height: 34px; display: flex; align-items: center; gap: 10px; overflow: hidden; border-radius: 999px; background: rgba(245,241,233,.86); border: 1px solid rgba(25,23,20,.12); backdrop-filter: blur(10px); color: transparent; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; transition: width .35s var(--ease), color .35s, background .35s; }
.journey a span { flex: 0 0 32px; text-align: center; color: var(--ink); font-size: 9px; }
.journey a:hover, .journey a.is-active { width: 112px; color: var(--ink); padding-right: 12px; background: var(--white); }
.journey a.is-active span { color: #8e7250; }

.section { position: relative; padding: clamp(96px, 12vw, 170px) 0; }
section[id] { scroll-margin-top: 82px; }
.section--warm { background: var(--warm); }
.section-label { display: flex; align-items: center; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: #7c6f62; font-size: 10px; letter-spacing: .18em; }
.section-label span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }
.story__grid, .section-heading, .collection__intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 8vw, 130px); padding-top: 64px; align-items: start; }
.story__title h2, .section-heading h2, .collection__intro h2 { margin: 16px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.3vw, 72px); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.story__copy { padding-top: 28px; color: var(--ink-soft); font-size: 17px; }
.story__copy p { margin: 0 0 22px; }
.story__copy strong { color: var(--ink); font-weight: 600; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { position: relative; min-height: 220px; padding: 38px 34px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { font-family: Georgia, serif; font-size: clamp(62px, 7vw, 100px); font-weight: 400; line-height: 1; }
.metric > span { position: absolute; top: 42px; margin-left: 7px; color: #967950; font-size: 22px; }
.metric p { max-width: 170px; margin: 25px 0 0; color: var(--ink-soft); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.section-heading > p, .collection__intro > p { padding-top: 30px; margin: 0; color: var(--ink-soft); font-size: 17px; }
.showroom-gallery { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; margin-top: 70px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; background: #d5caba; aspect-ratio: 4 / 3; }
.gallery-card--wide { grid-row: span 2; aspect-ratio: auto; min-height: 740px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 14px; padding: 28px 24px 18px; background: linear-gradient(transparent, rgba(16,14,12,.72)); color: #fff; font-family: Georgia, serif; font-size: 20px; }
.gallery-card figcaption span { font-family: system-ui, sans-serif; font-size: 9px; color: var(--sand); }
.video-feature { display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 22px; margin-top: 100px; align-items: start; }
.video-feature__copy { padding: 50px 30px 0 0; }
.video-feature__copy h3 { margin: 17px 0 20px; font-family: Georgia, serif; font-size: clamp(34px, 3.6vw, 50px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.video-feature__copy > p:last-child { color: var(--ink-soft); }
.video-card { position: relative; overflow: hidden; background: #171513; aspect-ratio: 9 / 16; }
.video-card--offset { margin-top: 78px; }
.video-card video { width: 100%; height: 100%; object-fit: cover; }
.video-card__tag { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 8px 11px; background: rgba(20,18,16,.68); color: white; backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .13em; }

.collection { overflow: hidden; }
.collection-track { width: max-content; display: flex; align-items: center; gap: 18px; margin-top: 70px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); }
.product-card { position: relative; width: clamp(250px, 25vw, 390px); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: #e6e0d7; }
.product-card--tall { aspect-ratio: 3 / 4; transform: translateY(36px); }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.product-card:hover img { transform: scale(1.04); }
.product-card figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; background: rgba(255,253,250,.88); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.collection-note { display: flex; align-items: center; gap: 26px; margin-top: 130px; padding-top: 42px; border-top: 1px solid var(--line); }
.collection-note span { font-family: Georgia, serif; font-size: 82px; line-height: .8; color: #8e7250; }
.collection-note p { max-width: 610px; margin: 0; font-family: Georgia, serif; font-size: 28px; line-height: 1.15; }


/* Hotel parceiro e benefício de hospedagem */
.hospitality { overflow: hidden; }
.hospitality__heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 7vw, 110px); align-items: end; }
.hospitality__heading h2 { max-width: 760px; margin: 17px 0 0; font-family: Georgia, serif; font-size: clamp(46px, 5.3vw, 78px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.hotel-benefit { position: relative; padding: 30px 32px; border: 1px solid rgba(25,23,20,.13); background: rgba(255,255,255,.76); box-shadow: 0 24px 60px rgba(45,35,24,.08); overflow: hidden; }
.hotel-benefit::after { content: ""; position: absolute; width: 150px; height: 150px; right: -52px; top: -64px; border: 1px solid rgba(142,114,80,.25); border-radius: 999px; box-shadow: 0 0 0 24px rgba(142,114,80,.05), 0 0 0 48px rgba(142,114,80,.025); }
.hotel-benefit span { display: block; color: #8e7250; font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.hotel-benefit > strong { display: block; margin: 12px 0 6px; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: .9; }
.hotel-benefit p { position: relative; z-index: 1; max-width: 470px; margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.hotel-gallery { display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 14px; margin-top: 72px; }
.hotel-photo { position: relative; min-height: 270px; margin: 0; overflow: hidden; background: #d9d0c2; }
.hotel-photo--hero { grid-row: 1 / 3; min-height: 620px; }
.hotel-photo picture, .hotel-photo img { width: 100%; height: 100%; }
.hotel-photo img { object-fit: cover; transition: transform 1s var(--ease); }
.hotel-photo:hover img { transform: scale(1.035); }
.hotel-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(15,13,11,.66)); }
.hotel-photo figcaption { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; color: white; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hotel-details { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 38px; padding: 34px 0 0; border-top: 1px solid var(--line); }
.hotel-details small { color: #8e7250; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.hotel-details h3 { margin: 8px 0 2px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 38px); font-weight: 400; }
.hotel-details p { margin: 0; color: var(--muted); }
.hotel-details__contacts { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 10px; max-width: 600px; }
.hotel-email { flex-basis: 100%; margin-top: 4px; color: #8e7250; font-size: 12px; text-align: right; text-decoration: underline; text-underline-offset: 4px; }

/* Formulário oficial incorporado */
.rsvp { background: #fffdfa; }
.rsvp__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(48px, 7vw, 100px); align-items: start; }
.rsvp__content { position: sticky; top: 110px; padding-top: 12px; }
.rsvp__content .section-label { margin-bottom: 62px; }
.rsvp__content h2 { max-width: 650px; margin: 18px 0 26px; font-family: Georgia, serif; font-size: clamp(49px, 5.5vw, 78px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.rsvp__content > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 17px; }
.rsvp__content strong { color: var(--ink); }
.rsvp__benefits { display: grid; gap: 0; margin: 38px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rsvp__benefits li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); color: #45413c; font-size: 13px; }
.rsvp__benefits span { color: #8e7250; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.rsvp__frame-card { min-width: 0; padding: 14px; border: 1px solid rgba(25,23,20,.12); border-radius: 28px; background: #f4efe6; box-shadow: 0 28px 80px rgba(45,35,24,.13); }
.rsvp__frame-top { display: flex; justify-content: space-between; gap: 14px; padding: 7px 10px 15px; color: #6d6257; }
.rsvp__frame-top span { font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.rsvp__frame-top small { font-size: 10px; }
.rsvp__frame { display: block; width: 100%; min-height: 970px; border: 0; border-radius: 18px; background: white; }
.rsvp__fallback { margin: 12px 10px 2px; color: #70685f; font-size: 11px; text-align: center; }
.rsvp__fallback a { color: #8e7250; text-decoration: underline; text-underline-offset: 3px; }


.invitation { min-height: 900px; display: grid; align-items: center; color: var(--white); background: #171513; overflow: hidden; }
.invitation__backdrop { position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 80% 20%, #a5865e 0, transparent 34%), radial-gradient(circle at 10% 90%, #5c4b38 0, transparent 36%); }
.invitation__backdrop::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; }
.invitation__grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.invitation__visual { max-width: 470px; justify-self: center; transform: rotate(-2.2deg); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.invitation__visual img { width: 100%; }
.invitation__content h2 { margin: 17px 0 24px; max-width: 680px; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.invitation__content > p:not(.eyebrow):not(.countdown__message) { max-width: 650px; color: rgba(255,255,255,.7); font-size: 17px; }
.event-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 40px 0; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.event-info div { display: grid; gap: 4px; }
.event-info small { color: var(--sand); font-size: 8px; letter-spacing: .2em; }
.event-info strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.event-info span { color: rgba(255,255,255,.55); font-size: 11px; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(78px, 1fr)); gap: 10px; max-width: 570px; }
.countdown div { padding: 15px 12px; border: 1px solid rgba(255,255,255,.15); text-align: center; }
.countdown strong { display: block; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); font-weight: 400; line-height: 1; }
.countdown span { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.countdown__message { min-height: 22px; margin: 13px 0 0; color: var(--sand); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.invitation__actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }

.closing { text-align: center; }
.closing__line { width: 1px; height: 100px; margin: 0 auto 55px; background: var(--line); }
.closing h2 { max-width: 920px; margin: 20px auto 42px; font-family: Georgia, serif; font-size: clamp(44px, 5.5vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer { padding: 56px 0; color: rgba(255,255,255,.72); background: #171513; }
.footer__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: end; }
.brand-mark--footer { color: var(--sand); }
.footer p { margin: 0; font-size: 12px; }
.footer__meta { text-align: right; color: rgba(255,255,255,.42); }
.noscript { position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; padding: 12px; background: #f4d06f; color: #111; text-align: center; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .journey { display: none; }
  .video-feature { grid-template-columns: 1fr 1fr; }
  .video-feature__copy { grid-column: 1 / -1; max-width: 720px; padding: 0; }
  .video-card--offset { margin-top: 50px; }
  .invitation__grid { grid-template-columns: .7fr 1.3fr; gap: 50px; }
  .rsvp__grid { grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr); gap: 48px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); --header-height: 70px; }
  .nav { display: none; }
  .menu-button { display: block; }
  .hero__content { padding-top: 125px; padding-bottom: 245px; }
  .hero h2 { font-size: clamp(45px, 12vw, 78px); }
  .hero__facts { bottom: 32px; }
  .hero__facts div { padding-left: 24px; padding-right: 10px; }
  .hero__facts span { display: none; }
  .hero__facts strong { font-size: 16px; }
  .scroll-cue { display: none; }
  .story__grid, .section-heading, .collection__intro, .hospitality__heading { grid-template-columns: 1fr; gap: 20px; }
  .hotel-benefit { margin-top: 24px; }
  .hotel-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .hotel-photo--hero { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .hotel-photo { min-height: 300px; }
  .hotel-details { grid-template-columns: 1fr; }
  .hotel-details__contacts { justify-content: flex-start; }
  .hotel-email { text-align: left; }
  .rsvp__grid { grid-template-columns: 1fr; }
  .rsvp__content { position: static; }
  .rsvp__frame { min-height: 1080px; }
  .story__copy, .section-heading > p, .collection__intro > p { padding-top: 0; }
  .metrics { grid-template-columns: 1fr; }
  .metric { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .showroom-gallery { grid-template-columns: 1fr; }
  .gallery-card--wide { grid-row: auto; min-height: 520px; }
  .gallery-card { aspect-ratio: 4/3; }
  .video-feature { grid-template-columns: 1fr 1fr; }
  .video-card--offset { margin-top: 36px; }
  .product-card { width: 290px; }
  .invitation { min-height: auto; }
  .invitation__grid { grid-template-columns: 1fr; }
  .invitation__visual { width: min(400px, 82%); }
  .event-info { grid-template-columns: 1fr; }
  .event-info div { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .event-info div:last-child { border-bottom: 0; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__meta { text-align: left; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .intro { padding: 22px; }
  .brand-mark--intro { margin-bottom: 44px; }
  .intro__content h1 { font-size: 43px; }
  .header { padding-inline: 14px; }
  .brand-mark__logo { height: 56px; }
  .brand-mark__logo--intro { height: 92px; }
  .brand-mark__logo--footer { height: 64px; }
  .hero__media { background-position: 58% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(15,13,11,.83), rgba(15,13,11,.46)), linear-gradient(0deg, rgba(15,13,11,.8), transparent 60%); }
  .hero__content { padding-bottom: 290px; }
  .hero__actions { display: grid; }
  .hero__facts { grid-template-columns: 1fr; gap: 0; bottom: 24px; }
  .hero__facts div { display: grid; grid-template-columns: 1fr 1fr; align-items: baseline; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero__facts div:last-child { border-bottom: 0; }
  .hero__facts small { text-align: right; }
  .section { padding-block: 92px; }
  .section-label { font-size: 8px; }
  .story__title h2, .section-heading h2, .collection__intro h2, .hospitality__heading h2, .rsvp__content h2 { font-size: 42px; }
  .metrics { margin-top: 58px; }
  .gallery-card--wide { min-height: 430px; }
  .video-feature { grid-template-columns: 1fr; }
  .video-card, .video-card--offset { width: min(100%, 390px); margin: 0 auto; }
  .video-card--offset { margin-top: 18px; }
  .collection-track { overflow-x: auto; width: 100%; padding-right: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .collection-track::-webkit-scrollbar { display: none; }
  .product-card { flex: 0 0 80vw; width: 80vw; scroll-snap-align: center; }
  .product-card--tall { transform: none; }
  .collection-note { align-items: flex-start; margin-top: 80px; }
  .collection-note span { font-size: 62px; }
  .collection-note p { font-size: 22px; }
  .hotel-gallery { grid-template-columns: 1fr; }
  .hotel-photo--hero, .hotel-photo { grid-column: auto; min-height: 390px; }
  .hotel-details__contacts { display: grid; justify-content: stretch; }
  .hotel-email { text-align: center; overflow-wrap: anywhere; }
  .rsvp__frame-card { margin-inline: -5px; padding: 8px; border-radius: 22px; }
  .rsvp__frame-top { display: grid; }
  .rsvp__frame { min-height: 1250px; border-radius: 16px; }
  .invitation__content h2 { font-size: 48px; }
  .countdown { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .countdown div { padding: 12px 4px; }
  .countdown strong { font-size: 31px; }
  .invitation__actions { display: grid; }
  .closing h2 { font-size: 43px; }
}

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

/* Robustez contra overflow em navegadores móveis. */
html, body { max-width: 100%; overflow-x: clip; }
.story__grid > *, .section-heading > *, .collection__intro > *,
.showroom-gallery > *, .video-feature > *, .hotel-gallery > *, .hotel-details > *, .rsvp__grid > *, .invitation__grid > *,
.footer__grid > * { min-width: 0; }
.gallery-card { width: 100%; min-width: 0; }
.mobile-nav { max-width: 100vw; }

@media (max-width: 820px) {
  .mobile-nav { width: 100vw; }
}

/* ============================================================
   FASE 1.3 — RESPONSIVIDADE, HEADER FLUTUANTE E SAFARI/iOS
   ============================================================ */

/* O arquivo do logo foi recortado para remover a grande área transparente
   original. Os tamanhos abaixo agora correspondem à marca realmente visível. */
:root { --header-height: 78px; }
.brand-mark__logo { height: 42px; max-width: min(190px, 42vw); }
.brand-mark--intro { margin-bottom: 36px; }
.brand-mark__logo--intro { height: 82px; max-width: min(310px, 78vw); }
.brand-mark__logo--footer { height: 54px; max-width: min(220px, 72vw); }

/* No desktop, tipografia e marca têm limites próprios para não herdarem
   ampliações pensadas para telas pequenas. */
@media (min-width: 821px) {
  .intro__content h1 { font-size: clamp(44px, 4.8vw, 72px); }
  .intro__content > p:not(.eyebrow) { font-size: clamp(16px, 1.35vw, 19px); }
  .hero h2 { font-size: clamp(50px, 5.2vw, 80px); }
  .story__title h2, .section-heading h2, .collection__intro h2 { font-size: clamp(42px, 4.5vw, 66px); }
  .hospitality__heading h2 { font-size: clamp(44px, 4.7vw, 70px); }
  .rsvp__content h2 { font-size: clamp(46px, 4.8vw, 70px); }
}

/* Barra superior compacta e translúcida. Ela permanece sobre o conteúdo,
   sem criar uma faixa bege sólida durante a rolagem. */
.header {
  height: calc(var(--header-height) + env(safe-area-inset-top));
  min-height: calc(var(--header-height) + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  padding-left: max(24px, calc((100vw - 1180px) / 2), env(safe-area-inset-left));
  padding-right: max(24px, calc((100vw - 1180px) / 2), env(safe-area-inset-right));
  background: transparent;
  transform: translateZ(0);
  transition: background-color .28s ease, color .28s ease, height .28s ease, min-height .28s ease, border-color .28s ease, backdrop-filter .28s ease, -webkit-backdrop-filter .28s ease;
}
.header.is-scrolled {
  height: calc(64px + env(safe-area-inset-top));
  min-height: calc(64px + env(safe-area-inset-top));
  background: rgba(245, 241, 233, .18);
  color: var(--ink);
  border-color: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: blur(9px) saturate(125%);
  backdrop-filter: blur(9px) saturate(125%);
}
.header.is-scrolled.is-dark-surface {
  background: rgba(23, 21, 19, .16);
  color: var(--white);
}
.header .brand-mark__logo { transition: height .28s var(--ease); }
.header.is-scrolled .brand-mark__logo { height: 36px; }

.mobile-nav {
  padding-top: calc(110px + env(safe-area-inset-top));
  padding-right: max(38px, env(safe-area-inset-right));
  padding-bottom: max(48px, env(safe-area-inset-bottom));
  padding-left: max(38px, env(safe-area-inset-left));
}

/* Player robusto para WebKit/Safari. */
.video-card { isolation: auto; contain: none; }
.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  background: #171513;
}
.video-card__tag { pointer-events: none; }
.video-card.is-playing .video-card__tag { opacity: 0; transition: opacity .2s ease; }
.video-card.is-waiting::after {
  content: "Carregando vídeo…";
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 21, 19, .72);
  color: #fff;
  font-size: 9px;
  letter-spacing: .08em;
  white-space: nowrap;
}
.video-fallback {
  position: absolute;
  z-index: 4;
  inset: auto 14px 14px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(23, 21, 19, .9);
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}
.video-fallback a { color: var(--sand); text-decoration: underline; text-underline-offset: 3px; }
.video-card.has-video-error .video-card__tag { display: none; }

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .header {
    padding-left: max(14px, env(safe-area-inset-left));
    padding-right: max(14px, env(safe-area-inset-right));
  }
  .brand-mark__logo { height: 46px; max-width: min(178px, 58vw); }
  .header.is-scrolled .brand-mark__logo { height: 40px; }
  .brand-mark__logo--intro { height: 92px; max-width: min(300px, 82vw); }
  .brand-mark__logo--footer { height: 58px; }
  .intro__content h1 { font-size: clamp(40px, 10.8vw, 58px); }
  .hero h2 { font-size: clamp(44px, 11.5vw, 66px); }
  .header.is-scrolled { background: rgba(245, 241, 233, .14); }
  .header.is-scrolled.is-dark-surface { background: rgba(23, 21, 19, .14); }
  section[id] { scroll-margin-top: calc(72px + env(safe-area-inset-top)); }
}

@media (max-width: 560px) {
  .brand-mark--intro { margin-bottom: 32px; }
  .brand-mark__logo { height: 44px; }
  .header.is-scrolled .brand-mark__logo { height: 38px; }
  .brand-mark__logo--intro { height: 88px; }
  .brand-mark__logo--footer { height: 54px; }
  .mobile-nav { padding-left: max(24px, env(safe-area-inset-left)); padding-right: max(24px, env(safe-area-inset-right)); }
  .mobile-nav a { font-size: clamp(28px, 8.5vw, 34px); }
  .video-card, .video-card--offset { width: min(100%, 360px); }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .header.is-scrolled { background: rgba(245, 241, 233, .72); }
  .header.is-scrolled.is-dark-surface { background: rgba(23, 21, 19, .68); }
}

/* ============================================================
   FASE 1.4 — HEADER QUE DESAPARECE + MENU FLUTUANTE DISCRETO
   ============================================================ */

/* A marca e a navegação completa só permanecem enquanto o usuário está no
   topo. Ao rolar, saem suavemente de cena sem reservar uma faixa visual. */
.header > .brand-mark,
.header > .nav {
  transition: opacity .24s ease, transform .3s var(--ease), visibility .3s;
}

.header.is-scrolled {
  height: calc(58px + env(safe-area-inset-top));
  min-height: calc(58px + env(safe-area-inset-top));
  background: transparent;
  color: var(--ink);
  border-color: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: none;
}

.header.is-scrolled.is-dark-surface {
  background: transparent;
  color: var(--white);
}

.header.is-scrolled > .brand-mark,
.header.is-scrolled > .nav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-22px);
  pointer-events: none;
}

/* O único controle persistente é o botão circular do menu. O fundo pertence
   apenas ao botão — nunca à largura inteira do MainLayout. */
.menu-button {
  position: relative;
  z-index: 120;
  flex: 0 0 auto;
  border-radius: 999px;
  transition: color .22s ease, background-color .22s ease, box-shadow .22s ease,
              transform .22s ease, opacity .22s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.menu-button:hover { transform: translateY(-1px); }
.menu-button:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

.header.is-scrolled .menu-button,
.menu-button[aria-expanded="true"] {
  display: block;
  position: fixed;
  top: max(10px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: rgba(255, 253, 250, .72);
  border: 1px solid rgba(23, 21, 19, .09);
  box-shadow: 0 6px 20px rgba(23, 21, 19, .08);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
  pointer-events: auto;
}

.header.is-scrolled.is-dark-surface .menu-button {
  color: var(--white);
  background: rgba(23, 21, 19, .38);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

/* Enquanto o painel estiver aberto, o X precisa permanecer legível sobre o
   menu escuro independentemente da seção que estiver atrás dele. */
.menu-button[aria-expanded="true"] {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.mobile-nav {
  visibility: hidden;
  pointer-events: none;
  transition: transform .45s var(--ease), visibility 0s linear .45s;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .18);
}

.mobile-nav.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: transform .45s var(--ease), visibility 0s;
}

@media (min-width: 821px) {
  .header:not(.is-scrolled) .menu-button { display: none; }
  .header.is-scrolled .menu-button { display: block; }
}

@media (max-width: 820px) {
  /* No mobile o botão já existe no topo; após a rolagem ele simplesmente
     desacopla da barra e passa a flutuar sozinho. */
  .header:not(.is-scrolled) .menu-button {
    display: block;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
  }
}

@media (max-width: 560px) {
  .header.is-scrolled .menu-button,
  .menu-button[aria-expanded="true"] {
    top: max(8px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    width: 42px;
    height: 42px;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .header.is-scrolled,
  .header.is-scrolled.is-dark-surface { background: transparent; }
  .header.is-scrolled .menu-button { background: rgba(255, 253, 250, .94); }
  .header.is-scrolled.is-dark-surface .menu-button { background: rgba(23, 21, 19, .84); }
}


/* ============================================================
   FASE 1.7 — CUPOM VISÍVEL + GRUPO VIP WHATSAPP
   ============================================================ */

.hotel-benefit p strong {
  color: var(--ink);
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  letter-spacing: .04em;
}

.hotel-coupon {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  margin-top: clamp(46px, 7vw, 86px);
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid rgba(25, 23, 20, .13);
  border-radius: 32px;
  background:
    radial-gradient(circle at 87% 9%, rgba(201, 222, 123, .21), transparent 28%),
    rgba(255, 253, 250, .78);
  box-shadow: 0 28px 90px rgba(61, 50, 35, .11);
}

.hotel-coupon__visual {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #617066;
  box-shadow: 0 24px 52px rgba(25, 23, 20, .2);
}

.hotel-coupon__visual picture,
.hotel-coupon__visual img {
  width: 100%;
}

.hotel-coupon__visual img {
  aspect-ratio: 450 / 567;
  object-fit: cover;
}

.hotel-coupon__content {
  min-width: 0;
  padding: clamp(6px, 1.5vw, 18px) clamp(4px, 1vw, 10px);
}

.hotel-coupon__content h3 {
  max-width: 720px;
  margin: 14px 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.hotel-coupon__content > p:not(.eyebrow):not(.hotel-coupon__status) {
  max-width: 690px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.hotel-coupon__code {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label button"
    "code button";
  gap: 4px 18px;
  align-items: center;
  margin-top: 30px;
  padding: 18px 18px 18px 22px;
  border: 1px dashed rgba(25, 23, 20, .46);
  border-radius: 18px;
  background: rgba(218, 239, 139, .44);
}

.hotel-coupon__code > span {
  grid-area: label;
  color: #5f6840;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hotel-coupon__code > strong {
  grid-area: code;
  overflow-wrap: anywhere;
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: 1.05;
  letter-spacing: .025em;
}

.hotel-coupon__copy {
  grid-area: button;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 15px;
  border: 1px solid rgba(25, 23, 20, .2);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
  transition: transform .2s var(--ease), background .2s, box-shadow .2s;
}

.hotel-coupon__copy:hover,
.hotel-coupon__copy:focus-visible {
  transform: translateY(-2px);
  background: #2e2a25;
  box-shadow: 0 10px 24px rgba(25, 23, 20, .18);
}

.hotel-coupon__copy:focus-visible {
  outline: 3px solid rgba(183, 154, 110, .38);
  outline-offset: 3px;
}

.hotel-coupon__copy svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-coupon__copy.is-copied {
  color: #15220c;
  background: #cfe889;
}

.hotel-coupon__status {
  min-height: 22px;
  margin: 7px 0 0;
  color: #53612d;
  font-size: 12px;
  font-weight: 700;
}

.hotel-coupon__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.hotel-coupon__facts li {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 15px 16px;
  border-left: 2px solid #b7cc70;
  background: rgba(255, 255, 255, .53);
}

.hotel-coupon__facts strong {
  font-size: 16px;
}

.hotel-coupon__facts span {
  color: var(--ink-soft);
  font-size: 12px;
}

.hotel-coupon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}

.hotel-coupon__note {
  display: block;
  max-width: 700px;
  margin-top: 18px;
  color: #756d63;
  font-size: 10px;
  line-height: 1.55;
}

.whatsapp-float {
  position: fixed;
  z-index: 360;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(10, 94, 43, .34), 0 3px 10px rgba(0, 0, 0, .18);
  isolation: isolate;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-4px) scale(1.035);
  background: #20bd5a;
  box-shadow: 0 18px 40px rgba(10, 94, 43, .4), 0 4px 12px rgba(0, 0, 0, .2);
}

.whatsapp-float:focus-visible {
  outline: 4px solid rgba(37, 211, 102, .25);
  outline-offset: 4px;
}

.whatsapp-float__icon,
.whatsapp-float__icon svg {
  width: 34px;
  height: 34px;
}

.whatsapp-float__icon svg { display: block; }
.whatsapp-float__bubble { fill: #fff; }
.whatsapp-float__phone { fill: #25d366; }
.whatsapp-float:hover .whatsapp-float__phone,
.whatsapp-float:focus-visible .whatsapp-float__phone { fill: #20bd5a; }

.whatsapp-float__tooltip {
  position: absolute;
  right: calc(100% + 14px);
  bottom: 2px;
  width: min(330px, calc(100vw - 110px));
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  color: #fff;
  background: rgba(23, 21, 19, .96);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px) translateY(2px);
  transition: opacity .18s ease, visibility .18s ease, transform .22s var(--ease);
}

.whatsapp-float__tooltip::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 18px;
  width: 14px;
  height: 14px;
  background: rgba(23, 21, 19, .96);
  transform: rotate(45deg);
}

.whatsapp-float:hover .whatsapp-float__tooltip,
.whatsapp-float:focus-visible .whatsapp-float__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}

@media (max-width: 820px) {
  .hotel-coupon {
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
    gap: 28px;
    border-radius: 26px;
  }

  .hotel-coupon__content h3 { font-size: clamp(34px, 6vw, 48px); }
  .hotel-coupon__code { grid-template-columns: minmax(0, 1fr); grid-template-areas: "label" "code" "button"; }
  .hotel-coupon__copy { margin-top: 12px; }
}

@media (max-width: 620px) {
  .hotel-coupon {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 520px);
    padding: 12px;
    border-radius: 24px;
  }

  .hotel-coupon__visual { border-radius: 17px; }
  .hotel-coupon__content { padding: 18px 8px 10px; }
  .hotel-coupon__content h3 { font-size: clamp(36px, 10vw, 48px); }
  .hotel-coupon__facts { grid-template-columns: 1fr; }
  .hotel-coupon__actions { display: grid; align-items: stretch; }
  .hotel-coupon__actions .button { width: 100%; }
  .hotel-coupon__actions .text-link { justify-self: start; }
  .whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
  }
  .whatsapp-float__icon,
  .whatsapp-float__icon svg { width: 31px; height: 31px; }
}

@media (hover: none) and (pointer: coarse) {
  .whatsapp-float:hover { transform: none; }
  .whatsapp-float__tooltip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hotel-coupon__copy,
  .whatsapp-float,
  .whatsapp-float__tooltip { transition: none; }
}


/* ============================================================
   FASE 1.8 — FORMULÁRIO AQUILA + CUPOM RECOLHÍVEL + GRUPO VIP
   ============================================================ */

.hotel-coupon-disclosure {
  margin-top: clamp(42px, 6vw, 76px);
}

.hotel-coupon-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 190px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid rgba(25, 23, 20, .2);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 12px 30px rgba(25, 23, 20, .14);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .22s var(--ease), background .22s, box-shadow .22s;
}

.hotel-coupon-toggle:hover,
.hotel-coupon-toggle:focus-visible {
  transform: translateY(-2px);
  background: #2e2a25;
  box-shadow: 0 16px 36px rgba(25, 23, 20, .2);
}

.hotel-coupon-toggle:focus-visible {
  outline: 3px solid rgba(183, 154, 110, .38);
  outline-offset: 3px;
}

.hotel-coupon-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s var(--ease);
}

.hotel-coupon-toggle.is-open svg { transform: rotate(180deg); }
.hotel-coupon[hidden] { display: none !important; }
.hotel-coupon-disclosure .hotel-coupon { margin-top: 22px; }

/* Garante que a arte completa do cupom nunca seja cortada em telas estreitas. */
.hotel-coupon__visual img {
  display: block;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.button--vip {
  color: #122417;
  border-color: #9fe1ad;
  background: #b9edc4;
}

.button--vip:hover,
.button--vip:focus-visible {
  color: #0d1b11;
  border-color: #d9f8df;
  background: #d9f8df;
}

/* O atalho flutuante só surge depois que a tela de boas-vindas é encerrada. */
body:not(.has-entered) .whatsapp-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.82);
}

body.has-entered .whatsapp-float {
  opacity: 1;
  visibility: visible;
}

/* Redução aproximada de 20% em relação à versão anterior. */
.whatsapp-float {
  width: 50px;
  height: 50px;
}

.whatsapp-float__icon,
.whatsapp-float__icon svg {
  width: 27px;
  height: 27px;
}

@media (max-width: 620px) {
  .hotel-coupon-disclosure {
    width: min(100% - 28px, 520px);
  }

  .hotel-coupon-toggle {
    width: 100%;
  }

  .hotel-coupon-disclosure .hotel-coupon {
    width: 100%;
    margin-top: 16px;
  }

  .whatsapp-float {
    width: 45px;
    height: 45px;
  }

  .whatsapp-float__icon,
  .whatsapp-float__icon svg {
    width: 25px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hotel-coupon-toggle,
  .hotel-coupon-toggle svg { transition: none; }
}
