:root {
  --paper: #f7f0eb;
  --paper-2: #efe2da;
  --ink: #2a1d1a;
  --muted: #78655f;
  --rose: #bd735f;
  --rose-deep: #844c40;
  --pearl: #fffaf6;
  --espresso: #160d0c;
  --line: rgba(65, 39, 33, .16);
  --shadow: 0 24px 70px rgba(70, 38, 30, .16);
  --display: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { background: #dba897; color: var(--espresso); }
.display { font-family: var(--display); font-weight: 400; letter-spacing: -.035em; }
.container { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: clamp(90px, 10vw, 160px) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--rose-deep); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.section-title { margin: .18em 0; font-size: clamp(4rem, 8vw, 8.8rem); line-height: .86; }
.section-copy { color: var(--muted); font-size: clamp(.98rem, 1.35vw, 1.12rem); line-height: 1.75; }

.site-nav { position: fixed; z-index: 80; top: 16px; left: 50%; width: min(1480px, calc(100% - 32px)); min-height: 72px; padding: 10px 12px 10px 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: white; background: rgba(31,18,16,.16); box-shadow: 0 12px 44px rgba(18,8,7,.12); backdrop-filter: blur(18px) saturate(130%); transform: translateX(-50%); transition: color .35s, background .35s, border-color .35s, box-shadow .35s; }
.site-nav.scrolled { color: var(--ink); background: rgba(255,250,246,.86); border-color: rgba(255,255,255,.82); box-shadow: 0 12px 42px rgba(60,32,26,.14); }
.brand { min-width: max-content; display: flex; align-items: center; gap: 10px; }
.brand img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; background: var(--pearl); }
.brand-name { font-family: var(--display); font-size: 1.2rem; letter-spacing: .1em; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: .79rem; }
.nav-links a { padding: 11px 0; position: relative; }
.nav-links a::after { position: absolute; right: 100%; bottom: 5px; left: 0; height: 1px; background: var(--rose); content: ""; transition: right .3s; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.site-nav > .crystal-btn { justify-self: end; }
.nav-toggle { display: none !important; }

.glass, .crystal-btn { border: 1px solid rgba(255,255,255,.58); background: linear-gradient(135deg, rgba(255,255,255,.56), rgba(255,255,255,.18)); box-shadow: inset 0 1px rgba(255,255,255,.72), 0 13px 34px rgba(55,30,24,.13); backdrop-filter: blur(18px) saturate(125%); }
.crystal-btn { min-height: 48px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .72rem; font-weight: 700; letter-spacing: .035em; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.crystal-btn:hover, .crystal-btn:focus-visible { transform: translateY(-2px); box-shadow: inset 0 1px rgba(255,255,255,.82), 0 16px 36px rgba(55,30,24,.2); }
.crystal-btn:active { transform: scale(.975); }
.crystal-btn--solid { border-color: #d88b75; background: linear-gradient(135deg, #d98c75, #ae5e4d); color: white; }
.crystal-btn--dark { border-color: rgba(255,255,255,.2); background: rgba(24,13,12,.78); color: white; }

.hero-scroll { height: 520vh; position: relative; background: var(--espresso); }
.hero-sticky { height: 100svh; min-height: 680px; position: sticky; top: 0; overflow: hidden; color: white; isolation: isolate; }
.hero-layer, .hero-video { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; background-position: center; background-size: cover; opacity: 0; transform: scale(1.055); will-change: opacity, transform, filter; }
.hero-layer { transition: opacity .6s ease; }
.hero-layer::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,14,12,.78), rgba(28,14,12,.38) 46%, rgba(28,14,12,.08)); content: ""; }
.hero-layer--01 { background-image: url("../../imagens/hero/horizontal/01-ilustrado.webp"); }
.hero-layer--02 { background-image: url("../../imagens/hero/horizontal/02-fachada-real.webp"); }
.hero-layer--03 { background-image: url("../../imagens/hero/horizontal/03-entrada-boutique.webp"); }
.hero-layer--04 { background-image: url("../../imagens/hero/horizontal/04-interior-boutique.webp"); }
.hero-layer--05 { background-image: url("../../imagens/hero/horizontal/05-noiva-final.webp"); }
.hero-layer:first-child { opacity: 1; }
.hero-video { z-index: 2; display: block; visibility: hidden; transition: opacity .22s linear; }
.hero-video.is-painted { visibility: visible; }
.hero-video-ready .hero-layer { opacity: 0 !important; }
.hero-video-shade { position: absolute; z-index: 3; inset: 0; opacity: 0; background: linear-gradient(90deg, rgba(23,11,10,.84), rgba(23,11,10,.34) 48%, transparent 76%); pointer-events: none; transition: opacity .5s; }
.hero-video-shade.is-active { opacity: 1; }
.hero-seam-veil { position: absolute; z-index: 4; inset: 0; opacity: 0; background: radial-gradient(circle at 68% 48%, rgba(255,248,238,.72), rgba(245,199,179,.2) 26%, transparent 58%), linear-gradient(100deg, transparent 26%, rgba(255,236,222,.28) 56%, transparent 82%); mix-blend-mode: screen; pointer-events: none; will-change: opacity; }
.hero-sticky::after { position: absolute; z-index: 4; inset: 0; background: radial-gradient(circle at 83% 24%, rgba(255,255,255,.92) 0 1px, transparent 2px), radial-gradient(circle at 71% 67%, rgba(255,220,204,.78) 0 1.5px, transparent 3px), radial-gradient(circle at 91% 78%, rgba(255,255,255,.7) 0 1px, transparent 2.5px), radial-gradient(circle at 61% 34%, rgba(255,239,229,.72) 0 1px, transparent 2px); background-size: 170px 170px, 260px 260px, 210px 210px, 310px 310px; mix-blend-mode: screen; opacity: .3; pointer-events: none; content: ""; animation: coutureGlitter 8s ease-in-out infinite alternate; }
.hero-content { position: relative; z-index: 5; width: min(760px, calc(100% - 64px)); height: 100%; margin-left: max(32px, calc((100vw - 1380px) / 2)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; text-shadow: 0 3px 30px rgba(20,8,7,.44); will-change: opacity, transform; }
.hero-kicker { margin-bottom: 24px; font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero-title { max-width: 780px; margin: 0; font-size: clamp(4.4rem, 8vw, 9rem); line-height: .82; text-wrap: balance; }
.hero-title .hero-accent { font-style: italic; }
.hero-copy { max-width: 590px; margin: 28px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-progress { position: absolute; z-index: 6; right: 28px; top: 50%; display: grid; gap: 10px; transform: translateY(-50%); }
.hero-progress i { width: 4px; height: 28px; border-radius: 4px; display: block; background: rgba(255,255,255,.28); transition: height .3s, background .3s; }
.hero-progress i.active { height: 52px; background: #f0a28e; }
.scroll-cue { position: absolute; z-index: 6; right: 34px; bottom: 34px; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.manifesto { background: var(--paper); }
.manifesto-quote { max-width: 1220px; margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 7.5vw, 8rem); line-height: .96; letter-spacing: -.045em; }
.manifesto-quote em { color: var(--rose); font-weight: 400; }
.manifesto-meta { margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 32px; color: var(--muted); font-size: .8rem; }

.reveal-wrap { padding: clamp(80px, 9vw, 140px) 0; background: var(--espresso); color: white; }
.reveal-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.reveal-copy h2 { margin: 0 0 20px; font-size: clamp(5rem, 10vw, 10rem); line-height: .8; }
.reveal-copy > p { color: #d1bdb7; line-height: 1.8; }
.reveal-meter { height: 3px; margin: 36px 0; overflow: hidden; background: rgba(255,255,255,.16); }
.reveal-meter span { width: 0; height: 100%; display: block; background: linear-gradient(90deg, #d48670, #ffe0d4); box-shadow: 0 0 22px rgba(243,181,162,.72); transition: width .2s; }
.reveal-complete { max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(32px); transition: max-height .9s cubic-bezier(.16,1,.3,1), opacity .6s ease, transform .9s cubic-bezier(.16,1,.3,1), visibility .9s; }
.reveal-complete.is-visible { max-height: 380px; opacity: 1; visibility: visible; transform: translateY(0); }
.reveal-surprise { display: inline-flex; align-items: center; gap: 10px; color: #f3b5a2; font-size: .7rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.reveal-surprise::before { width: 36px; height: 1px; background: currentColor; content: ""; }
.reveal-complete p { max-width: 490px; margin: 16px 0 22px; color: #d8c6c0; line-height: 1.65; }
.reveal-complete p strong { display: block; margin-bottom: 10px; color: white; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 400; line-height: .94; letter-spacing: -.03em; }
.reveal-complete p > span { display: inline-block; max-width: 430px; font-size: .95rem; }
.reveal-stage { min-height: 640px; position: relative; overflow: hidden; border-radius: 34px; background: #3b2824; box-shadow: 0 30px 90px rgba(0,0,0,.38); touch-action: pan-y; transition: box-shadow .8s ease; }
.reveal-stage.is-complete { box-shadow: 0 36px 110px rgba(0,0,0,.44), 0 0 0 1px rgba(243,181,162,.28), 0 0 56px rgba(189,115,95,.18); }
.reveal-stage > img, .reveal-film, .reveal-canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reveal-stage > img { z-index: 0; }
.reveal-film { z-index: 1; opacity: 0; transform: scale(1.015); transition: opacity 1s ease, transform 9s linear; }
.reveal-film.is-ready.is-playing { opacity: 1; transform: scale(1.045); }
.reveal-canvas { z-index: 2; cursor: crosshair; transition: opacity .72s ease; will-change: opacity; }
.reveal-hint { position: absolute; z-index: 3; left: 50%; bottom: 28px; padding: 18px 28px; border-radius: 999px; display: flex; align-items: center; gap: 14px; overflow: hidden; isolation: isolate; color: var(--ink); background: transparent; box-shadow: 0 18px 54px rgba(14,6,5,.32); font-size: .95rem; font-weight: 800; letter-spacing: .045em; pointer-events: none; transform: translateX(-50%); white-space: nowrap; animation: hintFloat 2.6s ease-in-out infinite alternate; }
.reveal-hint::before { position: absolute; z-index: -2; inset: -190%; background: conic-gradient(from 0deg, transparent 0 18%, #f3b5a2 30%, #fff7f1 44%, #d48670 56%, #ffe0d4 68%, transparent 78%); content: ""; animation: revealOrbit 1.6s linear infinite; }
.reveal-hint::after { position: absolute; z-index: -1; inset: 2.5px; border-radius: inherit; background: rgba(255,250,246,.97); box-shadow: inset 0 1px rgba(255,255,255,.95), 0 0 0 1px rgba(212,134,112,.22); content: ""; }
.reveal-hint[hidden] { display: none; }
.reveal-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 10px rgba(194,112,92,.25), 0 0 0 20px rgba(194,112,92,.08); animation: pulse 1.4s infinite; }

.collection { padding: clamp(100px, 11vw, 180px) 0; }
.collection[data-theme="noivas"] { background: #f9f2ed; }
.collection[data-theme="madrinhas"] { background: #ead5cd; }
.collection[data-theme="gala"] { background: #150d0c; color: #f7eee9; }
.section-head { margin-bottom: 48px; display: grid; grid-template-columns: 1.25fr .6fr; gap: 64px; align-items: end; }
.section-head .section-copy { margin: 0 0 12px; }
.collection-hero { min-height: min(720px, 74vw); max-height: 800px; position: relative; overflow: hidden; border-radius: 8px; background: #3a2824; }
.collection-hero > img, .collection-film { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.7,.2,1), opacity 1.15s ease; }
.collection-film { z-index: 0; opacity: 0; }
.collection-film.is-ready.is-playing { opacity: 1; }
.collection-hero::before { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 78% 22%, rgba(255,255,255,.86) 0 1px, transparent 2.5px), radial-gradient(circle at 88% 68%, rgba(255,224,207,.72) 0 1.5px, transparent 3px), radial-gradient(circle at 62% 42%, rgba(255,255,255,.7) 0 1px, transparent 2px); background-size: 210px 210px, 280px 280px, 330px 330px; mix-blend-mode: screen; opacity: .28; pointer-events: none; content: ""; animation: coutureGlitter 7s ease-in-out infinite alternate-reverse; }
.collection-hero::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(26,13,12,.8), rgba(26,13,12,.1) 70%); content: ""; }
.collection-hero:hover > img, .collection-hero:hover > .collection-film { transform: scale(1.025); }
.collection-hero-copy { position: absolute; z-index: 2; left: clamp(26px, 5vw, 76px); bottom: clamp(30px, 7vw, 86px); max-width: 620px; color: white; }
.collection-hero-copy h3 { margin: 12px 0 28px; font-size: clamp(3.2rem, 6.8vw, 7.5rem); line-height: .88; }
.product-rail { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; -ms-overflow-style: none; scrollbar-width: none; }
.product-rail::-webkit-scrollbar { display: none; }
.dress-card { min-width: 0; position: relative; overflow: hidden; border-radius: 6px; background: #dccac2; color: white; }
.dress-card__media { aspect-ratio: 4 / 5; position: relative; overflow: hidden; }
.dress-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.dress-card:hover img { transform: scale(1.04); }
.dress-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,10,9,.82), transparent 62%); }
.dress-card__body { position: absolute; right: 22px; bottom: 20px; left: 22px; }
.dress-card__body h3 { margin: 5px 0; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; }
.dress-card__body span { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.dress-card__count { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; background: rgba(25,13,11,.35); color: white; backdrop-filter: blur(12px); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.favorite-btn { position: absolute; z-index: 2; top: 14px; right: 14px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; background: rgba(28,14,12,.28); color: white; font-size: 1.1rem; backdrop-filter: blur(12px); }
.favorite-btn.active { background: var(--rose); }

.editorial { padding: clamp(100px, 11vw, 180px) 0; background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.editorial-main, .editorial-card { min-height: 360px; position: relative; overflow: hidden; background: #402a25; }
.editorial-main { min-height: 740px; }
.editorial-side { display: grid; gap: 16px; }
.editorial-grid img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .8s; }
.editorial-grid a::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,12,10,.78), transparent 65%); content: ""; }
.editorial-grid a:hover img { transform: scale(1.035); }
.editorial-label { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; color: white; }
.editorial-label h3 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 400; }

.booking-banner { padding: 26px; background: var(--paper); }
.booking-panel { padding: clamp(60px, 9vw, 130px); border-radius: 36px; position: relative; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(192,102,79,.3), transparent 32%), var(--espresso); color: white; }
.booking-panel::after { position: absolute; top: 12%; right: 5%; width: min(32vw, 420px); aspect-ratio: 1; background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.9) 0 1px, transparent 2px), radial-gradient(circle at 72% 44%, rgba(255,207,190,.8) 0 1.5px, transparent 3px), radial-gradient(circle at 48% 78%, rgba(255,255,255,.7) 0 1px, transparent 2px); background-size: 90px 90px, 140px 140px, 180px 180px; opacity: .28; pointer-events: none; content: ""; animation: coutureGlitter 6s ease-in-out infinite alternate; }
.booking-panel > * { position: relative; z-index: 1; }
.booking-panel h2 { max-width: 980px; margin: 18px 0 25px; font-size: clamp(4rem, 8vw, 9rem); line-height: .86; }
.booking-panel > p { max-width: 650px; color: #d1bcb6; line-height: 1.8; }
.booking-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }

footer { padding: 80px 0 24px; background: #100908; color: #bda9a3; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 60px; }
.footer-brand img { width: 90px; height: 90px; padding: 8px; border-radius: 50%; object-fit: cover; background: var(--paper); }
.footer-brand p { max-width: 420px; line-height: 1.75; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: .82rem; }
.footer-col h4 { color: #f2d8d0; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 28px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.floating-cta { position: fixed; z-index: 75; right: 18px; bottom: 18px; display: grid; justify-items: end; gap: 9px; }
.floating-menu { min-width: 250px; padding: 12px; border-radius: 20px; display: none; color: var(--ink); background: rgba(255,250,246,.91); }
.floating-menu.open { display: grid; }
.floating-menu a { padding: 12px; border-radius: 12px; font-size: .78rem; }
.floating-menu a:hover { background: rgba(183,105,85,.12); }

.modal { position: fixed; z-index: 120; inset: 0; padding: 24px; display: none; place-items: center; background: rgba(21,10,9,.66); backdrop-filter: blur(12px); }
.modal.open { display: grid; }
.modal-card { width: min(720px, 100%); max-height: calc(100svh - 48px); overflow: auto; padding: clamp(26px, 5vw, 52px); border-radius: 30px; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.modal-head { margin-bottom: 24px; display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.modal-head h3 { margin: 6px 0 0; font-family: var(--display); font-size: clamp(2.3rem, 6vw, 4.3rem); font-weight: 400; }
.close-modal { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.4rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--muted); font-size: .75rem; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 2px; border: 0; border-bottom: 1px solid #bca9a3; border-radius: 0; background: transparent; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rose); }
.form-status { margin: 14px 0 0; padding: 14px 16px; border-radius: 12px; background: rgba(183,105,85,.11); color: var(--rose-deep); font-size: .8rem; line-height: 1.5; }

.page-hero { padding: 190px 0 90px; background: linear-gradient(135deg, #f8f0eb, #ead7ce); }
.page-hero h1 { max-width: 1050px; margin: 18px 0 25px; font-size: clamp(4.5rem, 9vw, 9.5rem); line-height: .85; }
.page-hero .section-copy { max-width: 680px; }
.filters { position: sticky; z-index: 60; top: 100px; width: min(1080px, calc(100% - 32px)); margin: 0 auto 48px; padding: 10px; border-color: white; border-radius: 999px; display: flex; gap: 5px; overflow-x: auto; background: rgba(255,250,246,.88); }
.filter-btn { min-height: 42px; padding: 0 18px; border: 0; border-radius: 999px; flex: 0 0 auto; background: transparent; font-size: .73rem; }
.filter-btn.active { background: var(--espresso); color: white; }
.gallery-grid { padding-bottom: 120px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; }
.gallery-grid .dress-card--feature { grid-column: span 2; }
.gallery-grid .dress-card--feature .dress-card__media { aspect-ratio: 8 / 5; }
.gallery-grid .dress-card--feature .dress-card__body h3 { font-size: clamp(2.5rem, 5vw, 5.2rem); }
.gallery-empty { grid-column: 1 / -1; padding: 80px 20px; text-align: center; color: var(--muted); }

.dress-page { padding: 150px 0 110px; background: var(--paper); }
.dress-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.dress-media { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; position: sticky; top: 115px; }
.thumbs { max-height: 720px; padding-right: 5px; display: grid; align-content: start; gap: 10px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--rose) transparent; }
.thumb-btn { aspect-ratio: 4/5; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: #ddcfc8; }
.thumb-btn.active { border-color: var(--rose); }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.dress-main { min-height: 720px; position: relative; overflow: hidden; background: #decfc8; }
.dress-main img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; transition: opacity .28s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.dress-main.is-switching img { opacity: .34; transform: scale(1.018); }
.dress-image-caption { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(29,16,14,.42); color: white; box-shadow: 0 12px 30px rgba(17,8,7,.18); backdrop-filter: blur(14px); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dress-info { padding-top: 45px; }
.dress-info h1 { margin: 12px 0 20px; font-size: clamp(4.2rem, 7vw, 7.6rem); line-height: .84; }
.tags { margin: 22px 0; display: flex; gap: 7px; flex-wrap: wrap; }
.tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .68rem; }
.spec-grid { margin: 28px 0; border-top: 1px solid var(--line); }
.spec-grid div { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }
.spec-grid span { color: var(--muted); }
.price { margin: 28px 0; font-family: var(--display); font-size: 2.2rem; }
.price small { display: block; color: var(--muted); font-family: var(--sans); font-size: .7rem; }
.info-actions { display: grid; gap: 9px; }
.calendar-wrap { margin-top: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; display: none; background: rgba(255,255,255,.45); }
.calendar-wrap.open { display: block; }
.calendar-head { margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center; }
.calendar-nav { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.calendar-day { aspect-ratio: 1; border: 0; border-radius: 50%; display: grid; place-items: center; background: transparent; font-size: .72rem; }
.calendar-day.available:hover, .calendar-day.selected { background: var(--rose); color: white; }
.calendar-day.unavailable { color: #aa9993; text-decoration: line-through; cursor: not-allowed; }
.calendar-day.low { color: #954c3e; box-shadow: inset 0 0 0 1px #c97864; }
.calendar-day.muted { opacity: .25; pointer-events: none; }
.calendar-weekday { padding-bottom: 5px; color: var(--muted); text-align: center; font-size: .62rem; }
.legend { margin-top: 15px; display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: .65rem; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 8px; border-radius: 50%; background: #d0bfb8; }
.legend i.a { background: #83a58d; }.legend i.l { background: #c97864; }.legend i.u { background: #b5a5a0; }

.tryon { padding: 170px 0 120px; background: linear-gradient(140deg, #f9f3ef, #ead6cd); }
.tryon-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.upload-card { padding: clamp(24px, 4vw, 46px); border-radius: 28px; background: rgba(255,255,255,.54); }
.dropzone { min-height: 300px; padding: 22px; border: 1px dashed #bd8d80; border-radius: 22px; display: grid; place-items: center; overflow: hidden; text-align: center; cursor: pointer; }
.dropzone img { width: 100%; height: 300px; object-fit: contain; }
.tryon-select { margin: 15px 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.tryon-option { aspect-ratio: 4/5; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 8px; background: #dbc9c1; }
.tryon-option.active { border-color: var(--rose); }
.tryon-option img { width: 100%; height: 100%; object-fit: cover; }
.tryon-preview { min-height: 760px; position: relative; overflow: hidden; border-radius: 28px; background: var(--espresso); color: white; }
.tryon-preview > img { width: 100%; height: 100%; position: absolute; object-fit: contain; object-position: center 30%; background: #e5dbd3; opacity: .92; transition: opacity .35s ease, transform .55s cubic-bezier(.16,1,.3,1); }
.tryon-preview.is-switching > img { opacity: .3; transform: scale(.985); }
.tryon-preview::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,9,8,.94), rgba(20,9,8,.08) 75%); content: ""; }
.tryon-preview-content { position: absolute; z-index: 2; right: 40px; bottom: 40px; left: 40px; }
#tryon-status { margin-top: 18px; color: #f1cbbb; font-size: .82rem; line-height: 1.6; }

@keyframes pulse { 50% { transform: scale(1.35); opacity: .65; } }
@keyframes coutureGlitter { 0% { opacity: .16; transform: translate3d(-4px, 5px, 0) scale(.98); } 48% { opacity: .4; } 100% { opacity: .24; transform: translate3d(8px, -7px, 0) scale(1.025); } }
@keyframes revealOrbit { to { transform: rotate(1turn); } }
@keyframes hintFloat { 0% { transform: translateX(-50%) translateY(0px); } 100% { transform: translateX(-50%) translateY(-7px); } }
@keyframes metalShimmer { to { background-position: -300% center; } }

/* ── Efeito metálico rose-gold (degradê) ── */
.metal .motion-word__inner,
.metal.motion-word__inner,
.metal {
  background: linear-gradient(105deg, #7a2840 0%, #bf6070 12%, #f5b8c4 26%, #fff3f5 38%, #fcdde4 50%, #f0a0b4 62%, #fff0f3 74%, #c06070 86%, #7a2840 100%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: metalShimmer 4s linear infinite;
}

/* ── Tom de rosa magenta (Apenas para Experience) ── */
.accent-pink,
.accent-pink .motion-word__inner,
.accent-pink.motion-word__inner {
  color: #bf6070 !important;
  background: none !important;
  -webkit-text-fill-color: currentcolor !important;
  animation: none !important;
}

/* ── Efeito Digitação (Hero) ── */
@keyframes typingClip {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
.anim-typing {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  animation: typingClip 1.5s steps(24, end) forwards;
  animation-delay: 0.6s;
}

/* ── Animação: Surgir + Zoom leve após 100% ── */
@keyframes fadeThenZoom {
  0% { opacity: 0; transform: scale(0.96); filter: blur(3px); }
  60% { opacity: 1; transform: scale(1); filter: blur(0); }
  100% { opacity: 1; transform: scale(1.025); }
}
.motion-ready .text-motion.is-visible .anim-zoom .motion-word__inner,
.motion-ready .text-motion.is-visible .anim-zoom.motion-word__inner {
  animation: fadeThenZoom 2s ease-out forwards;
  animation-delay: calc(var(--word-index, 0) * 48ms);
  transition: none !important;
}
.motion-ready .text-motion:not(.is-visible) .anim-zoom .motion-word__inner,
.motion-ready .text-motion:not(.is-visible) .anim-zoom.motion-word__inner {
  opacity: 0;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.motion-word { display: inline-block; overflow: clip; vertical-align: -.06em; white-space: nowrap; }
.motion-word__inner { display: inline-block; transform-origin: 20% 100%; }
.motion-ready .text-motion:not(.is-visible) .motion-word__inner { opacity: 0; filter: blur(9px); transform: translate3d(0, 112%, 0) rotate(2deg); }
.motion-ready .text-motion.is-visible .motion-word__inner { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) rotate(0); transition: opacity .72s ease, filter .9s ease, transform .95s cubic-bezier(.16,1,.3,1); transition-delay: calc(var(--word-index, 0) * 48ms); }
.motion-ready .motion-reveal { opacity: 0; filter: blur(8px); transform: translate3d(0, 28px, 0); }
.motion-ready .motion-reveal.is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); transition: opacity .8s ease, filter .9s ease, transform .95s cubic-bezier(.16,1,.3,1); transition-delay: calc(var(--reveal-order, 0) * 90ms); }

@media (max-width: 980px) {
  .site-nav { grid-template-columns: 1fr auto; }
  .nav-links, .site-nav > .crystal-btn:not(.nav-toggle) { display: none; }
  .nav-toggle { display: inline-flex !important; justify-self: end; }
  .site-nav.menu-open { border-radius: 24px 24px 12px 12px; }
  .site-nav.menu-open .nav-links { position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 20px; border-radius: 18px; display: grid; gap: 4px; color: var(--ink); background: rgba(255,250,246,.96); box-shadow: var(--shadow); }
  .reveal-layout, .section-head, .editorial-grid, .dress-layout, .tryon-grid { grid-template-columns: 1fr; }
  .reveal-stage { min-height: 560px; }
  .section-head { gap: 16px; }
  .product-rail { overflow-x: auto; grid-template-columns: repeat(3, minmax(280px, 70vw)); scroll-snap-type: x mandatory; }
  .dress-card { scroll-snap-align: start; }
  .editorial-main { min-height: 580px; }
  .editorial-side { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .dress-card--feature { grid-column: span 2; }
  .dress-media { position: relative; top: 0; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1380px); }
  .site-nav { top: 8px; width: calc(100% - 16px); min-height: 62px; padding-left: 14px; border-radius: 19px; }
  .brand img { width: 32px; height: 32px; }
  .brand-name { font-size: .95rem; }
  .nav-toggle { min-height: 40px; padding: 0 14px; }
  .hero-scroll { height: 460vh; }
  .hero-sticky { min-height: 620px; }
  .hero-layer--01 { background-image: url("../../imagens/hero/vertical/01-ilustrado.webp"); }
  .hero-layer--02 { background-image: url("../../imagens/hero/vertical/02-fachada-real.webp"); }
  .hero-layer--03 { background-image: url("../../imagens/hero/vertical/03-entrada-boutique.webp"); }
  .hero-layer--04 { background-image: url("../../imagens/hero/vertical/04-interior-boutique.webp"); }
  .hero-layer--05 { background-image: url("../../imagens/hero/vertical/05-noiva-final.webp"); }
  .hero-layer { background-position: 58% center; }
  .hero-layer::after { background: linear-gradient(0deg, rgba(25,12,10,.93), rgba(25,12,10,.14) 72%); }
  .hero-content { width: calc(100% - 32px); height: 100%; margin: 0 16px; padding: 120px 0 78px; justify-content: flex-end; }
  .hero-title { font-size: clamp(3.7rem, 18vw, 5.7rem); }
  .hero-copy { margin: 20px 0 22px; font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-progress { right: 10px; }
  .scroll-cue { display: none; }
  .manifesto-meta, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .reveal-stage { min-height: 500px; }
  .reveal-hint { top: auto; right: auto; left: 50%; bottom: 16px; max-width: calc(100% - 32px); padding: 15px 20px; font-size: .78rem; animation: hintFloat 2.6s ease-in-out infinite alternate; transform: translateX(-50%); }
  .collection-hero { min-height: 620px; }
  .collection-hero > img, .collection-film { object-position: 60% center; }
  .reveal-film { object-position: 56% center; }
  .product-rail { grid-template-columns: repeat(3, minmax(250px, 82vw)); }
  .editorial-side { grid-template-columns: 1fr; }
  .editorial-card { min-height: 440px; }
  .booking-banner { padding: 10px; }
  .booking-panel { border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .floating-cta { right: 10px; bottom: 10px; }
  .floating-cta > button { min-height: 46px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .page-hero { padding: 140px 0 70px; }
  .filters { top: 78px; border-radius: 18px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .dress-card--feature { grid-column: span 1; }
  .gallery-grid .dress-card--feature .dress-card__media { aspect-ratio: 4 / 5; }
  .dress-page { padding-top: 110px; }
  .dress-media { grid-template-columns: 1fr; }
  .thumbs { order: 2; max-height: none; padding: 0 0 5px; display: flex; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; }
  .thumb-btn { flex: 0 0 82px; scroll-snap-align: start; }
  .dress-main, .dress-main img { min-height: 560px; }
  .tryon { padding-top: 120px; }
  .tryon-select { grid-template-columns: repeat(3, 1fr); }
  .tryon-preview { min-height: 620px; }
  .tryon-preview-content { right: 24px; bottom: 24px; left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  html:not(.force-motion) .hero-scroll { height: 100svh; }
  html:not(.force-motion) .hero-layer { display: none; }
  html:not(.force-motion) .hero-layer--05 { display: block; opacity: 1 !important; transform: none !important; }
  html:not(.force-motion) .reveal-canvas, html:not(.force-motion) .reveal-hint { display: none; }
  html:not(.force-motion) .hero-video, html:not(.force-motion) .collection-film, html:not(.force-motion) .reveal-film { display: none; }
  html:not(.force-motion) .hero-sticky::after, html:not(.force-motion) .collection-hero::before, html:not(.force-motion) .booking-panel::after { animation: none; opacity: .12; }
  html:not(.force-motion) .reveal-complete { max-height: 240px; opacity: 1; }
}
/* ── Site Preloader (Portal Animation) ── */
#site-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--espresso);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#site-preloader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.desktop-intro { display: block; }
.mobile-intro { display: none; }
@media (max-width: 768px) {
  .desktop-intro { display: none; }
  .mobile-intro { display: block; }
}
