/* Rich Girls Only Agency. Alternative 1: Champagne. Cream, espresso and gold, arches, romantic serif. */
:root {
  --cream: #f5eee1; --cream-2: #ede3d1; --cream-3: #e4d7c0; --espresso: #2a2118; --espresso-2: #4b3f32;
  --gold: #b8963e; --gold-light: #d9bc6a; --gold-deep: #8a6d2b; --black: #1c1712; --ivory: #fbf7ef;
  --display: 'Bodoni Moda', 'Didot', 'Bodoni 72', 'Times New Roman', serif;
  --nameplate: 'Bodoni Moda', serif;
  --body: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1); --ease-io: cubic-bezier(.77, 0, .175, 1);
  --h1: 88px; --h2: 60px; --h3: 26px; --text: 17px; --small: 14px;
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px; --s5: 48px; --s6: 64px; --s7: 96px; --s8: 144px;
  --gutter: 72px; --max: 1320px;
}
@media (max-width: 1100px) { :root { --h1: 64px; --h2: 46px; --gutter: 40px; --s8: 112px; } }
@media (max-width: 640px) { :root { --h1: 46px; --h2: 36px; --h3: 22px; --text: 16px; --gutter: 20px; --s7: 72px; --s8: 88px; --s6: 48px; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--espresso); font-family: var(--body); font-size: var(--text); font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
main { overflow-x: clip; }
::selection { background: var(--gold-light); color: var(--espresso); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, figure, ul, ol { margin: 0; } ul, ol { padding: 0; list-style: none; }
h1, h2, h3, h4 { font-weight: 400; } img, svg { display: block; max-width: 100%; } img { height: auto; } button { font: inherit; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--espresso); color: var(--cream); padding: 8px 16px; z-index: 200; } .skip:focus { left: 16px; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* surfaces: everything is cream; "dark" becomes a deeper cream card, the close is espresso */
.dark, .light { background: var(--cream); color: var(--espresso); --line: var(--cream-3); --muted: var(--espresso-2); --fg: var(--espresso); --accent: var(--gold-deep); }
.dark.section:nth-of-type(even), .dark.final, footer, .hero { background: var(--cream-2); }
.final.dark, footer { background: var(--espresso); color: var(--cream); --line: #4b3f32; --muted: #bfb2a0; --fg: var(--cream); --accent: var(--gold-light); }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); position: relative; }

/* type */
.display { font-family: var(--display); line-height: 1.02; letter-spacing: -.015em; text-wrap: balance; }
.display i, .display em { font-style: italic; color: var(--accent); }
.h1 { font-size: var(--h1); } .h2 { font-size: var(--h2); line-height: 1.04; } .h3 { font-family: var(--display); font-size: var(--h3); line-height: 1.2; }
.lede { font-size: var(--text); color: var(--muted); max-width: 30em; line-height: 1.7; }
.eyebrow { font-family: var(--display); font-style: italic; font-size: 20px; color: var(--gold-deep); display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.statement { font-family: var(--display); font-size: clamp(30px, 4vw, 54px); line-height: 1.18; text-wrap: balance; }
.statement i { font-style: italic; color: var(--accent); }
.nameplate { font-family: var(--display); font-style: italic; }

/* buttons: pill, espresso */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 36px; border-radius: 999px; font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; border: 1px solid var(--espresso); color: var(--espresso); background: transparent; cursor: pointer; white-space: nowrap; overflow: hidden; isolation: isolate; transition: color 260ms ease, transform 160ms var(--ease-out); }
.btn::before { content: ""; position: absolute; inset: 0; background: var(--espresso); transform: scaleX(0); transform-origin: right; transition: transform 420ms var(--ease-io); z-index: -1; }
.btn:active { transform: scale(.97); } .btn .ic { width: 18px; height: 18px; transition: transform 300ms var(--ease-out); }
.btn-solid { background: var(--espresso); color: var(--cream); } .btn-solid::before { background: var(--gold); }
.final .btn, footer .btn { border-color: var(--cream); color: var(--cream); } .final .btn::before { background: var(--cream); } .final .btn-solid { background: var(--gold-light); color: var(--espresso); border-color: var(--gold-light); } .final .btn-solid::before { background: var(--cream); }
@media (hover: hover) and (pointer: fine) { .btn:hover { color: var(--cream); } .btn:hover::before { transform: scaleX(1); transform-origin: left; } .btn:hover .ic { transform: translateX(4px); } .btn-solid:hover { color: var(--cream); } .final .btn:hover { color: var(--espresso); } .final .btn-solid:hover { color: var(--espresso); } }
.link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
.link .ic { width: 16px; height: 16px; transition: transform 300ms var(--ease-out); } .link span { position: relative; padding-bottom: 6px; }
.link span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(1); transform-origin: right; transition: transform 400ms var(--ease-io); }
@media (hover: hover) { .link:hover span::after { transform: scaleX(0); } .link:hover .ic { transform: translateX(6px); } }
.ic { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; flex: none; } .ic-lg { width: 44px; height: 44px; stroke-width: 1; }

/* header */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 90; transition: transform 500ms var(--ease-out), background-color 400ms ease, border-color 400ms ease; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(245, 238, 225, .86); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-color: var(--cream-3); }
.nav.hide { transform: translateY(-100%); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: var(--s3); }
.brand img { height: 46px; width: auto; filter: brightness(.35) sepia(.6) saturate(1.4); }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--espresso); opacity: .7; position: relative; padding: 8px 0; transition: opacity 200ms ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 320ms var(--ease-out); }
.nav-links a[aria-current="page"] { opacity: 1; } .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
@media (hover: hover) { .nav-links a:hover { opacity: 1; } .nav-links a:hover::after { transform: scaleX(1); } }
.nav .btn { min-height: 44px; padding: 0 24px; font-size: 11px; }
.burger { display: none; width: 48px; height: 48px; border: 1px solid var(--cream-3); border-radius: 50%; background: transparent; color: var(--espresso); cursor: pointer; align-items: center; justify-content: center; position: relative; z-index: 101; }
.burger span { display: block; width: 20px; height: 1px; background: currentColor; position: absolute; transition: transform 320ms var(--ease-out); }
.burger span:nth-child(1) { transform: translateY(-4px); } .burger span:nth-child(2) { transform: translateY(4px); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); } .burger[aria-expanded="true"] span:nth-child(2) { transform: rotate(-45deg); }
.menu { position: fixed; inset: 0; z-index: 100; background: var(--cream); display: flex; flex-direction: column; justify-content: center; padding: 100px var(--gutter) 48px; clip-path: inset(0 0 100% 0); transition: clip-path 640ms var(--ease-io); visibility: hidden; }
.menu.open { clip-path: inset(0 0 0 0); visibility: visible; }
.menu a.big { font-family: var(--display); font-size: clamp(34px, 8vw, 56px); line-height: 1.15; color: var(--espresso); display: block; padding: 6px 0; transform: translateY(24px); opacity: 0; transition: transform 600ms var(--ease-out), opacity 600ms ease; }
.menu.open a.big { transform: none; opacity: 1; } .menu a.big i { color: var(--gold-deep); font-style: italic; }
.menu .foot { margin-top: auto; display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--espresso-2); }
@media (max-width: 1100px) { .nav-links, .nav .btn { display: none; } .burger { display: inline-flex; } }

/* preloader + neon (here the "neon" is engraved gold script) */
.loader { position: fixed; inset: 0; z-index: 300; background: var(--cream); display: grid; place-items: center; transition: clip-path 900ms var(--ease-io); }
.loader.done { clip-path: inset(0 0 100% 0); pointer-events: none; }
.loader .neon { font-size: clamp(28px, 6vw, 64px); }
.neon { font-family: var(--display); font-style: italic; letter-spacing: .02em; line-height: 1; color: var(--gold-deep); display: inline-block; }
.final .neon { color: var(--gold-light); }
.neon.on { animation: fadeUp 1.4s var(--ease-out) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } }

/* hero: split, arch portrait */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 150px 0 80px; background: var(--cream-2); }
.hero-bg { position: absolute; right: var(--gutter); inset-block: 0; margin-block: auto; height: min(50vw, 690px); width: auto; aspect-ratio: 3 / 4; max-width: 38vw; aspect-ratio: 3 / 4; border-radius: 260px 260px 0 0; overflow: hidden; border: 1px solid var(--gold); padding: 12px; background: var(--cream-2); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; border-radius: 248px 248px 0 0; transform: scale(1.04); }
.hero-shade, .frame-line, .hero-meta { display: none; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s5); align-items: end; }
.hero .neon { font-size: clamp(22px, 2.6vw, 34px); margin-bottom: var(--s3); }
.hero .h1 { max-width: 12ch; color: var(--espresso); }
.hero-side { display: grid; gap: var(--s3); border-left: 1px solid var(--gold); padding-left: var(--s3); align-self: end; grid-column: 1; max-width: 420px; margin-top: var(--s5); }
.hero-side .ic-lg { color: var(--gold) !important; }
.hero-side p { font-size: 15px; color: var(--espresso-2); max-width: 30em; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-items: center; margin-top: var(--s4); }
.scroll-cue { position: absolute; left: var(--gutter); bottom: 28px; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--espresso-2); }
.scroll-cue i { display: block; width: 1px; height: 48px; background: linear-gradient(180deg, var(--gold), transparent); animation: cue 2s ease-in-out infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 1100px) { .hero { padding: 130px 0 80px; min-height: 0; } .hero .wrap { grid-template-columns: 1fr; } .hero-bg { position: relative; right: auto; top: auto; transform: none; width: min(70vw, 360px); margin: 0 auto var(--s5); grid-row: 1; } .hero .wrap > div:first-child { order: 2; } .scroll-cue { display: none; } }

/* sections */
.section { padding-block: var(--s8); position: relative; } .section.tight { padding-block: var(--s7); }
.head { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: var(--s4) var(--s7); align-items: end; margin-bottom: var(--s7); } .head .h2 { margin-top: var(--s3); }
@media (max-width: 900px) { .head { grid-template-columns: 1fr; gap: var(--s3); margin-bottom: var(--s6); } }
.cols { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s7); align-items: start; } .cols.rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } .cols.center { align-items: center; }
@media (max-width: 900px) { .cols, .cols.rev { grid-template-columns: 1fr; gap: var(--s5); } }

/* ticker: italic serif in gold */
.ticker { overflow: hidden; border-block: 1px solid var(--gold); padding: 22px 0; background: var(--cream); }
.ticker-track { display: flex; width: max-content; animation: ticker 60s linear infinite; } .ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span { font-family: var(--display); font-style: italic; font-size: clamp(24px, 3vw, 40px); padding: 0 36px; white-space: nowrap; display: inline-flex; align-items: center; gap: 36px; color: var(--espresso); }
.ticker span .ic { width: 18px; height: 18px; color: var(--gold); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* services: arch tiles */
.svc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s3); position: relative; }
.svc-item { position: relative; padding: var(--s5) var(--s4); background: var(--ivory); border: 1px solid var(--cream-3); border-radius: 160px 160px 16px 16px; display: flex; flex-direction: column; gap: var(--s3); align-items: center; text-align: center; min-height: 340px; overflow: hidden; isolation: isolate; transition: transform 500ms var(--ease-out), border-color 300ms ease; }
.svc-item::before { display: none; }
.svc-item .ic-lg { color: var(--gold); margin-top: var(--s3); transition: transform 500ms var(--ease-out); }
.svc-item h3 { font-family: var(--display); font-size: var(--h3); }
.svc-item p { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 26em; }
.svc-item .n { position: absolute; left: 50%; transform: translateX(-50%); top: 18px; font-family: var(--display); font-style: italic; color: var(--gold); font-size: 16px; }
@media (hover: hover) { .svc-item:hover { transform: translateY(-6px); border-color: var(--gold); } .svc-item:hover .ic-lg { transform: scale(1.1); } }
@media (max-width: 900px) { .svc { grid-template-columns: repeat(2, minmax(0, 1fr)); } .svc-item { min-height: 0; } }
@media (max-width: 560px) { .svc { grid-template-columns: 1fr; } }
.svc .spot { display: none; }

/* pillars */
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5) var(--s4); }
.pillar { display: grid; gap: var(--s2); padding-top: var(--s3); border-top: 1px solid var(--gold); }
.pillar .ic-lg { color: var(--gold); } .pillar h3 { font-family: var(--display); font-size: var(--h3); } .pillar p { color: var(--muted); font-size: 15px; line-height: 1.65; }
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr 1fr; } } @media (max-width: 560px) { .pillars { grid-template-columns: 1fr; } }

/* media: arches everywhere */
.frame { position: relative; overflow: hidden; background: var(--cream-3); border-radius: 220px 220px 0 0; }
.frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1400ms var(--ease-out); }
@media (hover: hover) { .frame:hover img { transform: scale(1.04); } }
.frame .cap { position: absolute; left: 50%; transform: translateX(-50%); bottom: var(--s3); font-family: var(--display); font-style: italic; font-size: 18px; color: #fff; text-shadow: 0 1px 12px rgba(0, 0, 0, .6); white-space: nowrap; }
.video { display: block; position: relative; border-radius: 24px; }
.video .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 96px; height: 96px; border-radius: 50%; border: 1px solid var(--cream); display: grid; place-items: center; color: var(--cream); background: rgba(42, 33, 24, .45); backdrop-filter: blur(6px); transition: transform 400ms var(--ease-out), background-color 300ms ease, color 300ms ease; }
.video .play::before { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--cream); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.7); opacity: 0; } }
.video .play svg { width: 30px; height: 30px; margin-left: 4px; fill: currentColor; stroke: none; transition: transform 300ms var(--ease-out); }
@media (hover: hover) { .video:hover .play { background: var(--gold-light); color: var(--espresso); transform: translate(-50%, -50%) scale(1.06); } }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* proof spread */
.spread { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--s3); align-items: start; }
.spread .big { grid-column: 1 / 6; aspect-ratio: 3 / 4; }
.spread .side { grid-column: 6 / 13; display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); align-items: start; margin-top: var(--s7); }
.spread .side .chat:nth-child(2) { margin-top: var(--s6); }
.chat { background: #fff; border: 1px solid var(--cream-3); padding: 12px; border-radius: 20px; box-shadow: 0 30px 60px -40px rgba(42, 33, 24, .5); }
.chat img { width: 100%; border-radius: 12px; }
.chat figcaption { padding: 16px 8px 6px; font-size: 14px; color: var(--muted); }
.chat figcaption b { display: block; font-weight: 500; font-size: 15px; color: var(--fg); margin-bottom: 2px; }
@media (max-width: 900px) { .spread .big { grid-column: 1 / -1; aspect-ratio: 16 / 10; border-radius: 24px; } .spread .side { grid-column: 1 / -1; margin-top: 0; } .spread .side .chat:nth-child(2) { margin-top: var(--s4); } }
@media (max-width: 560px) { .spread .side { grid-template-columns: 1fr; } .spread .side .chat:nth-child(2) { margin-top: 0; } }

/* steps */
.steps-line { position: relative; height: 1px; background: var(--cream-3); margin-bottom: var(--s5); overflow: hidden; } .steps-line i { position: absolute; inset: 0; background: var(--gold); transform: scaleX(var(--p, 0)); transform-origin: left; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.step { position: relative; display: grid; gap: var(--s2); text-align: center; justify-items: center; }
.step::before { display: none; }
.step .num { font-family: var(--display); font-style: italic; font-size: 18px; color: var(--gold-deep); }
.step .ic-lg { color: var(--gold) !important; width: 56px; height: 56px; padding: 12px; border: 1px solid var(--gold); border-radius: 50%; box-sizing: content-box; transition: transform 600ms var(--ease-out); }
.step h3 { font-family: var(--display); font-size: var(--h3); } .step p { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 30em; }
.step .ghost { display: none; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; gap: var(--s5); } }

/* timeline, list, chapters, faq */
.timeline li { display: grid; grid-template-columns: 180px minmax(0, 5fr) minmax(0, 6fr); gap: var(--s2) var(--s4); padding: var(--s4) 0; border-top: 1px solid var(--line); } .timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline .when { font-family: var(--display); font-style: italic; font-size: 20px; color: var(--gold-deep); } .timeline .what { font-family: var(--display); font-size: var(--h3); } .timeline p { color: var(--muted); font-size: 15px; }
@media (max-width: 900px) { .timeline li { grid-template-columns: 1fr; gap: 6px; } }
.list li { display: grid; grid-template-columns: 44px 1fr; gap: var(--s3); padding: var(--s3) 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.65; } .list li:last-child { border-bottom: 1px solid var(--line); }
.list li b { display: block; color: var(--fg); font-weight: 500; font-size: 16px; margin-bottom: 2px; } .list .ic { color: var(--gold); margin-top: 4px; }
.chapter { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s6); padding-block: var(--s6); border-top: 1px solid var(--line); }
.chapter .ic-lg { color: var(--gold); margin-bottom: var(--s3); } .chapter .h2 { max-width: 12ch; } .chapter .body { display: grid; gap: var(--s4); } .chapter .body p { color: var(--muted); max-width: 40em; }
.chapter .split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); } .chapter .split div { border-top: 1px solid var(--line); padding-top: var(--s2); font-size: 15px; color: var(--muted); }
.chapter .split b { display: block; color: var(--fg); font-weight: 500; margin-bottom: 4px; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; }
@media (max-width: 900px) { .chapter { grid-template-columns: 1fr; gap: var(--s3); } .chapter .split { grid-template-columns: 1fr; } }
.faq { border-top: 1px solid var(--line); } .faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 44px; align-items: center; gap: var(--s3); padding: 22px 0; font-size: 18px; line-height: 1.35; } .faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-deep); transition: transform 400ms var(--ease-out), background-color 300ms ease, color 300ms ease; }
.faq details[open] summary .plus { transform: rotate(45deg); background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.faq .a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 420ms var(--ease-out); } .faq details[open] .a { grid-template-rows: 1fr; } .faq .a > div { overflow: hidden; }
.faq .a p { color: var(--muted); max-width: 62ch; padding: 0 60px 28px 0; }
.faq-group { margin-top: var(--s7); } .faq-group:first-child { margin-top: 0; } .faq-group .eyebrow { margin-bottom: var(--s4); }

/* guarantee */
.guarantee { display: grid; grid-template-columns: 260px 1fr; gap: var(--s6); align-items: center; padding: var(--s6); border: 1px solid var(--gold); border-radius: 32px; position: relative; overflow: hidden; background: var(--ivory); }
.seal { width: 220px; height: 220px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; text-align: center; color: var(--gold-deep); position: relative; margin-inline: auto; animation: spin 40s linear infinite; }
.seal-text { position: absolute; inset: 0; } .seal-text text { font-family: var(--body); font-size: 9.5px; letter-spacing: .3em; text-transform: uppercase; fill: var(--gold-deep); }
.seal .big { font-family: var(--display); font-size: 72px; line-height: 1; color: var(--espresso); } .seal .ic-lg { margin: 0 auto 6px; color: var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } } .seal .inner { animation: spin 40s linear infinite reverse; }
@media (max-width: 900px) { .guarantee { grid-template-columns: 1fr; padding: var(--s4); } }

/* reel */
.reel { overflow: hidden; padding-block: var(--s6); }
.reel-track { display: flex; gap: var(--s3); width: max-content; animation: ticker 48s linear infinite; } .reel:hover .reel-track { animation-play-state: paused; }
.reel figure { width: 300px; aspect-ratio: 4 / 5; overflow: hidden; position: relative; flex: none; border-radius: 150px 150px 0 0; }
.reel figure:nth-child(even) { margin-top: 48px; width: 260px; border-radius: 0 0 130px 130px; }
.reel figure img { width: 100%; height: 100%; object-fit: cover; }
.reel figcaption { position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px; font-family: var(--display); font-style: italic; font-size: 16px; color: #fff; text-shadow: 0 1px 12px rgba(0, 0, 0, .7); white-space: nowrap; }
.reel figure:nth-child(even) figcaption { top: 18px; bottom: auto; }
@media (max-width: 640px) { .reel figure { width: 210px; } .reel figure:nth-child(even) { width: 180px; margin-top: 32px; } .reel-track { animation-duration: 36s; } }

/* final + footer */
.final { padding-block: var(--s8); position: relative; overflow: hidden; }
.final .neon { font-size: clamp(36px, 6vw, 84px); } .final .lede { margin-top: var(--s3); }
.final .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s6); align-items: center; }
@media (max-width: 900px) { .final .wrap { grid-template-columns: 1fr; } }
footer { padding-block: var(--s6) 0; font-size: 14px; overflow: hidden; border-top: 1px solid #4b3f32; }
footer .top { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s5); align-items: start; }
footer .brand img { height: 44px; filter: none; } footer .tagline { margin-top: var(--s3); max-width: 28em; line-height: 1.6; color: var(--muted); }
footer .groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
footer h4 { font-family: var(--display); font-style: italic; font-size: 18px; color: var(--gold-light); margin-bottom: var(--s2); font-weight: 400; } footer li { margin-bottom: 8px; }
footer a { color: var(--cream); opacity: .85; transition: opacity 200ms ease; } footer a:hover { opacity: 1; color: var(--gold-light); }
footer .masthead { font-family: var(--display); font-style: italic; font-size: clamp(40px, 8vw, 120px); line-height: 1; color: #3a3025; text-align: center; margin-top: var(--s6); white-space: nowrap; user-select: none; }
footer .bottom { padding: var(--s3) 0; border-top: 1px solid #4b3f32; display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2); font-size: 12px; letter-spacing: .12em; color: var(--muted); }
@media (max-width: 900px) { footer .top { grid-template-columns: 1fr; } footer .groups { grid-template-columns: 1fr 1fr; } footer .bottom { padding-bottom: 96px; } }

/* sticky CTA */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom)); background: rgba(245, 238, 225, .92); backdrop-filter: blur(14px); border-top: 1px solid var(--cream-3); display: none; transform: translateY(110%); transition: transform 480ms var(--ease-out); }
.sticky-cta.show { transform: none; } .sticky-cta .btn { width: 100%; min-height: 54px; }
@media (max-width: 900px) { .sticky-cta { display: block; } }

/* reveal system */
.rv { opacity: 0; transform: translateY(28px); filter: blur(6px); transition: opacity 900ms var(--ease-out), transform 900ms var(--ease-out), filter 900ms var(--ease-out); }
.rv.in-view { opacity: 1; transform: none; filter: blur(0); } .rv.d1 { transition-delay: 100ms; } .rv.d2 { transition-delay: 200ms; } .rv.d3 { transition-delay: 300ms; } .rv.d4 { transition-delay: 400ms; }
.wipe { clip-path: inset(0 0 100% 0 round 220px 220px 0 0); transition: clip-path 1300ms var(--ease-io); } .wipe.in-view { clip-path: inset(0 0 0 0 round 220px 220px 0 0); }
.video.wipe { clip-path: inset(0 0 100% 0 round 24px); } .video.wipe.in-view { clip-path: inset(0 0 0 0 round 24px); }
.lines .ln { display: block; overflow: hidden; } .lines .ln > span { display: block; transform: translateY(110%); transition: transform 1000ms var(--ease-out); }
.lines.in-view .ln > span { transform: none; } .lines.in-view .ln:nth-child(2) > span { transition-delay: 120ms; } .lines.in-view .ln:nth-child(3) > span { transition-delay: 240ms; }

/* apply */
.apply-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: var(--s7); align-items: start; padding-block: var(--s6) var(--s8); }
.form { border-top: 1px solid var(--gold); padding-top: var(--s4); }
.form-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s4) var(--s3); } .form-grid .wide { grid-column: 1 / -1; }
.field { display: grid; gap: 8px; min-width: 0; } .field label { font-family: var(--display); font-style: italic; font-size: 17px; color: var(--gold-deep); }
.field input, .field select, .field textarea { width: 100%; min-width: 0; background: #fff; border: 1px solid var(--cream-3); border-radius: 12px; color: var(--fg); font-family: var(--body); font-size: 17px; padding: 14px 16px; transition: border-color 200ms ease; caret-color: var(--gold); appearance: none; -webkit-appearance: none; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23b8963e' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.field input::placeholder { color: #a99e8e; } .field input:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field .err { display: none; font-size: 13px; color: #b0523a; } .field.invalid input, .field.invalid select { border-color: #b0523a; } .field.invalid .err { display: block; }
.choice { display: flex; gap: 8px; flex-wrap: wrap; }
.choice label { border: 1px solid var(--cream-3); border-radius: 999px; padding: 12px 18px; font-size: 14px; cursor: pointer; color: var(--muted); min-height: 44px; display: inline-flex; align-items: center; background: #fff; transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, transform 160ms var(--ease-out); }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; } .choice input:checked + label { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.choice input:focus-visible + label { outline: 2px solid var(--gold); outline-offset: 2px; } .choice label:active { transform: scale(.97); }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--muted); margin-top: var(--s4); } .consent input { margin-top: 5px; accent-color: var(--gold); width: 18px; height: 18px; flex: none; }
.form .btn { margin-top: var(--s4); width: 100%; }
.booking { display: none; } .booking.show { display: block; } .form.hide { display: none; }
.cal { border: 1px solid var(--gold); border-radius: 24px; min-height: 520px; display: grid; place-items: center; text-align: center; padding: var(--s5); background: #fff; }
.cal .inner { max-width: 440px; display: grid; gap: var(--s2); justify-items: center; } .cal .h3 { font-family: var(--display); } .cal p { color: var(--muted); }
.slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: var(--s2); width: 100%; }
.slots button { background: transparent; border: 1px solid var(--cream-3); border-radius: 12px; color: var(--espresso); padding: 12px 8px; min-height: 56px; cursor: pointer; transition: transform 160ms var(--ease-out), background-color 200ms ease, color 200ms ease; }
.slots button:hover { background: var(--espresso); color: var(--cream); } .slots button:active { transform: scale(.97); }
.slots button small { display: block; color: var(--gold-deep); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 4px; } .slots button:hover small { color: var(--gold-light); }
.sticky { position: sticky; top: 120px; }
@media (max-width: 900px) { .apply-grid { grid-template-columns: 1fr; } .sticky { position: static; } } @media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* legal, page hero, 404 */
.legal { max-width: 68ch; } .legal h2 { font-family: var(--display); font-size: var(--h3); margin: var(--s5) 0 var(--s2); } .legal p, .legal li { color: var(--muted); } .legal ul { padding-left: 20px; list-style: disc; }
.notice { border: 1px solid var(--gold); border-radius: 16px; padding: var(--s2) var(--s3); font-size: 14px; color: var(--muted); display: flex; gap: 12px; align-items: flex-start; background: #fff; } .notice .ic { color: var(--gold); margin-top: 3px; }
.page-hero { padding: 190px 0 var(--s7); position: relative; overflow: hidden; background: var(--cream-2); }
.page-hero .h1 { margin-top: var(--s3); max-width: 13ch; } .page-hero .lede { margin-top: var(--s4); } .page-hero .ic-lg { color: var(--gold); width: 56px; height: 56px; }
.page-hero .frame { border-radius: 220px 220px 0 0; }
@media (max-width: 640px) { .page-hero { padding-top: 140px; } }
.nf { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 120px var(--gutter) 80px; }

/* interaction layer */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vt-out 320ms var(--ease-io) both; } ::view-transition-new(root) { animation: vt-in 520ms var(--ease-out) both; }
@keyframes vt-out { to { opacity: 0; transform: translateY(-12px); } } @keyframes vt-in { from { opacity: 0; transform: translateY(16px); } }
body.leaving { opacity: 0; transition: opacity 260ms ease; }
.progress { position: fixed; left: 0; top: 0; height: 2px; width: 100%; z-index: 95; pointer-events: none; } .progress i { display: block; height: 100%; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.btn-solid::after { content: ""; position: absolute; top: 0; bottom: 0; width: 40%; left: -60%; background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .35) 50%, transparent 100%); transform: skewX(-20deg); transition: left 700ms var(--ease-out); pointer-events: none; }
@media (hover: hover) { .btn-solid:hover::after { left: 120%; } }
.statement .w { display: inline-block; opacity: .2; transition: opacity 500ms ease; } .statement .w.lit { opacity: 1; }
.tilt { transition: transform 600ms var(--ease-out); transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); }
.cursor, .cursor-ring { display: none !important; }
body.has-cursor, body.has-cursor a, body.has-cursor button, body.has-cursor label { cursor: auto; } body.has-cursor a, body.has-cursor button, body.has-cursor label, body.has-cursor summary { cursor: pointer; }
.frame img, .hero-bg img, .reel figure img { will-change: transform; }
.pillar:hover .ic-lg, .step:hover .ic-lg { transform: translateY(-4px) rotate(-6deg); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } .rv, .wipe, .lines .ln > span { opacity: 1; transform: none; filter: none; clip-path: none; } .loader { display: none; } .statement .w { opacity: 1; } .tilt { transform: none !important; } html { scroll-behavior: auto; } }
