/* =============================================================================
   Nova Life — base
   Tokens, reset, type, buttons, header, menu, preloader, curtain, cursor,
   footer, forms. Brand: navy + the gold sparkle from the logo, with the
   tangerine/grey "tape lines" from the office feature wall.
   ============================================================================= */

:root {
	--ink: #0a1a2f;
	--ink-2: #13294a;
	--ink-3: #1f3b62;
	--paper: #f6efe3;
	--paper-2: #ebe0cd;
	--white: #fffdf8;
	--gold: #c39352;
	--gold-2: #e3c089;
	--gold-deep: #9c6a2a;
	--tang: #f39b2e;
	--tang-2: #ffb65c;
	--sky: #7fcdee;
	--blush: #f5c9b6;
	--muted: rgba(10, 26, 47, .66);
	--line: rgba(10, 26, 47, .16);

	--f-display: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
	--f-serif: "Instrument Serif", Georgia, serif;
	--f-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
	--f-hand: "Caveat", "Comic Sans MS", cursive;

	--gutter: clamp(16px, 4.2vw, 64px);
	--maxw: 1480px;
	--header-h: 84px;

	--ease: cubic-bezier(.22, 1, .36, 1);
	--ease-in: cubic-bezier(.64, 0, .78, 0);
	--ease-back: cubic-bezier(.34, 1.56, .64, 1);
	--ease-snap: cubic-bezier(.7, 0, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: clip; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--f-body);
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}
/* Film grain over everything — keeps the flat colours feeling printed, not digital. */
body::after {
	content: "";
	position: fixed;
	inset: -50%;
	z-index: 300;
	pointer-events: none;
	opacity: .07;
	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 type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	animation: grain 1.2s steps(4) infinite;
	animation-play-state: paused;
}
@keyframes grain {
	0% { transform: translate(0, 0); }
	25% { transform: translate(-3%, 2%); }
	50% { transform: translate(2%, -3%); }
	75% { transform: translate(-2%, -1%); }
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--tang); color: var(--ink); }
:focus-visible { outline: 3px solid var(--tang); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 400; background: var(--tang); color: var(--ink); padding: 12px 18px; border-radius: 999px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.empty { font-family: var(--f-serif); font-style: italic; font-size: 1.6rem; padding: 40px 0; }

/* ---------- Type ---------- */
.h-xl, .h-lg {
	font-family: var(--f-display);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: .94;
	font-variation-settings: "opsz" 96;
}
.h-xl { font-size: clamp(2.5rem, 6vw, 5.8rem); }
.h-lg { font-size: clamp(2.1rem, 4.2vw, 3.8rem); }
.h-xl em, .h-lg em, .phero__title em, .finale__title em, .band__text em, .lost__title em {
	font-family: var(--f-serif);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -.01em;
	color: var(--gold-deep);
	padding-right: .04em;
}

.tag {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	font-weight: 700;
	font-size: .78rem;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.tag__num {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 26px;
	padding: 0 8px;
	border: 1.5px solid currentColor;
	border-radius: 999px;
	font-size: .72rem;
	letter-spacing: .04em;
}
.star { width: 1em; height: 1em; fill: currentColor; flex: none; }
.tag__star { width: 16px; height: 16px; color: var(--gold); animation: spin 9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.scribble {
	font-family: var(--f-hand);
	font-weight: 600;
	font-size: clamp(1.35rem, 1.9vw, 1.8rem);
	line-height: 1.1;
	color: var(--gold-deep);
	transform: rotate(-3deg);
	display: inline-block;
}

.link-u {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 3px;
	background: linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
	transition: background-size .5s var(--ease), color .3s;
}
.link-u:hover { background-size: 0 2px; background-position: 100% 100%; }
.link-u--light { color: var(--paper); }

/* ---------- Buttons: label rolls, icon disc spins ---------- */
.btn {
	--bg: var(--ink);
	--fg: var(--paper);
	--disc: var(--gold);
	--disc-fg: var(--ink);
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	height: 58px;
	padding: 0 7px 0 26px;
	border-radius: 999px;
	background: var(--bg);
	color: var(--fg);
	font-family: var(--f-display);
	font-weight: 650;
	font-size: 1.02rem;
	letter-spacing: -.01em;
	white-space: nowrap;
	isolation: isolate;
	overflow: hidden;
	transition: box-shadow .4s var(--ease);
}
.btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: var(--disc);
	transform: translateX(-101%);
	transition: transform .6s var(--ease);
}
.btn__roll { position: relative; display: block; height: 1.3em; line-height: 1.3; overflow: hidden; }
.btn__roll > span { display: block; transition: transform .55s var(--ease); }
.btn__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--disc);
	color: var(--disc-fg);
	transition: transform .6s var(--ease), background .4s, color .4s;
}
.btn__icon .icon { width: 20px; height: 20px; }
.btn:hover::before { transform: none; }
.btn:hover { color: var(--disc-fg); }
.btn:hover .btn__roll > span { transform: translateY(-100%); }
.btn:hover .btn__icon { transform: rotate(-45deg); background: var(--bg); color: var(--disc); }
.btn--gold { --bg: var(--gold); --fg: var(--ink); --disc: var(--ink); --disc-fg: var(--gold-2); }
.btn--ink { --bg: var(--ink); --fg: var(--paper); --disc: var(--tang); --disc-fg: var(--ink); }
.btn--sm { height: 46px; padding-left: 20px; font-size: .95rem; gap: 12px; }
.btn--sm .btn__icon { width: 34px; height: 34px; }
.btn--lg { height: 66px; padding-left: 30px; font-size: 1.12rem; }
.btn--lg .btn__icon { width: 52px; height: 52px; }

/* ---------- Header ---------- */
.site-header {
	position: fixed;
	z-index: 100;
	top: 14px;
	left: var(--gutter);
	right: var(--gutter);
	height: 68px;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0 8px 0 22px;
	color: var(--paper);
	transition: transform .7s var(--ease), top .5s var(--ease);
}
.site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 999px;
	background: rgba(10, 26, 47, .92);
	-webkit-backdrop-filter: blur(16px) saturate(1.4);
	backdrop-filter: blur(16px) saturate(1.4);
	box-shadow: 0 18px 40px -20px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .08);
	opacity: 0;
	transform: scale(.94, .7);
	transition: opacity .5s var(--ease), transform .7s var(--ease);
}
.site-header.is-scrolled::before { opacity: 1; transform: none; }
.site-header.is-hidden { transform: translateY(-140%); }
.site-header__logo { flex: none; margin-right: auto; }
.site-header__logo img { width: clamp(112px, 10vw, 138px); height: auto; }
.site-header__nav ul { display: flex; gap: 6px; }
.site-header__nav a {
	position: relative;
	display: block;
	height: 1.3em;
	margin: 0 14px;
	line-height: 1.3;
	font-family: var(--f-display);
	font-weight: 550;
	font-size: .98rem;
	overflow: hidden;
	border-radius: 999px;
}
.site-header__nav a > span { display: block; position: relative; transition: transform .5s var(--ease); }
.site-header__nav a > span::after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 100%;
	color: var(--gold-2);
	font-family: var(--f-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 1.08em;
}
.site-header__nav a:hover > span { transform: translateY(-100%); }
.site-header__nav a[aria-current="page"] { overflow: visible; }
.site-header__nav a[aria-current="page"] > span { clip-path: inset(0); }
.site-header__nav a[aria-current="page"]::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 5px;
	height: 5px;
	margin-left: -2.5px;
	border-radius: 50%;
	background: var(--tang);
}
.site-header__actions { display: flex; align-items: center; gap: 10px; }

.burger {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 52px;
	padding: 0 8px 0 18px;
	border-radius: 999px;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--f-display);
	font-weight: 650;
}
.burger__label { display: block; height: 1.3em; line-height: 1.3; overflow: hidden; }
.burger__label span { display: block; transition: transform .6s var(--ease); }
.burger__lines { position: relative; display: block; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); }
.burger__lines i {
	position: absolute;
	left: 11px;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: var(--paper);
	transition: transform .6s var(--ease), top .4s var(--ease);
}
.burger__lines i:first-child { top: 15px; }
.burger__lines i:last-child { top: 21px; transform: scaleX(.6); transform-origin: left; }
.burger:hover .burger__lines i:last-child { transform: none; }
.is-menu-open .burger__label span { transform: translateY(-100%); }
.is-menu-open .burger__lines i:first-child { top: 18px; transform: rotate(45deg); }
.is-menu-open .burger__lines i:last-child { top: 18px; transform: rotate(-45deg); }
.is-menu-open .site-header { transform: none; }
.is-menu-open .site-header::before { opacity: 0; }

/* ---------- Menu overlay: three panels drop in, links rise ---------- */
.menu {
	position: fixed;
	inset: 0;
	z-index: 90;
	visibility: hidden;
	pointer-events: none;
	color: var(--paper);
}
.menu.is-open { visibility: visible; pointer-events: auto; }
.menu__panel { position: absolute; inset: 0; transform: translateY(-101%); }
.menu__panel--1 { background: var(--gold); }
.menu__panel--2 { background: var(--tang); }
.menu__panel--3 { background: var(--ink); }
.menu__body {
	position: relative;
	height: 100%;
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	grid-template-rows: 1fr auto;
	gap: 24px 40px;
	padding: calc(var(--header-h) + 40px) var(--gutter) 40px;
}
.menu__nav ol { counter-reset: m; }
.menu__nav a {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: .04em 0;
	transition: opacity .4s, color .4s;
}
.menu__num { font-family: var(--f-body); font-weight: 700; font-size: .8rem; letter-spacing: .1em; padding-top: 1.2em; color: var(--gold-2); }
.menu__word { display: block; overflow: hidden; padding-bottom: .05em; }
.menu__word span {
	display: block;
	font-family: var(--f-display);
	font-weight: 800;
	font-size: clamp(3rem, 8.4vh, 7rem);
	line-height: .98;
	letter-spacing: -.045em;
	transform: translateY(105%);
	transition: transform .6s var(--ease), letter-spacing .6s var(--ease);
}
.menu__nav ol:hover a { opacity: .32; }
.menu__nav ol:hover a:hover { opacity: 1; color: var(--gold-2); }
.menu__nav a:hover .menu__word span { letter-spacing: -.02em; font-family: var(--f-serif); font-style: italic; font-weight: 400; }
.menu__nav a[aria-current="page"] .menu__word span::after { content: " ✦"; color: var(--tang); font-size: .4em; vertical-align: super; }
.menu__preview { position: relative; align-self: center; justify-self: center; width: min(360px, 26vw); aspect-ratio: 4 / 5; }
.menu__preview-img {
	position: absolute;
	inset: 0;
	border-radius: 180px 180px 22px 22px;
	background: var(--ink-2) center / cover no-repeat;
	transform: rotate(4deg) scale(.6);
	opacity: 0;
	transition: transform .7s var(--ease-back), opacity .4s, background-image .1s;
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7);
}
.menu__preview.is-on .menu__preview-img { transform: rotate(-3deg) scale(1); opacity: 1; }
.menu__aside {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 34px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	opacity: 0;
	transform: translateY(20px);
}
.menu__aside .scribble { color: var(--gold-2); }
.menu__aside > a { font-weight: 600; }
.menu__aside > a:hover { color: var(--gold-2); }

.socials { display: flex; gap: 8px; }
.socials a {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1.5px solid currentColor;
	transition: background .3s, color .3s, transform .5s var(--ease-back);
}
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: rotate(-12deg) scale(1.1); }
.socials .icon { width: 19px; height: 19px; }

/* ---------- Preloader (first visit per session) ---------- */
.preloader { display: none; }
.js .preloader {
	position: fixed;
	inset: 0;
	z-index: 250;
	display: grid;
	place-items: center;
	color: var(--paper);
}
.js.is-returning .preloader, .js.is-loaded .preloader { display: none; }
.preloader__panel { position: absolute; left: 0; right: 0; height: 50.5%; background: var(--ink); }
.preloader__panel--a { top: 0; }
.preloader__panel--b { bottom: 0; }
.preloader__inner { position: relative; text-align: center; }
.preloader__star { width: 72px; height: 72px; margin: 0 auto 10px; color: var(--gold); animation: pulse 1.1s var(--ease) infinite alternate; }
@keyframes pulse { from { transform: scale(.7) rotate(0); } to { transform: scale(1.1) rotate(45deg); } }
.preloader__count { font-family: var(--f-display); font-weight: 800; font-size: clamp(4rem, 14vw, 11rem); line-height: .9; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.preloader__count::after { content: "%"; font-family: var(--f-serif); font-style: italic; font-weight: 400; font-size: .4em; color: var(--gold-2); }
.preloader__word { font-family: var(--f-hand); font-size: 1.6rem; color: var(--gold-2); transform: rotate(-3deg); }

/* ---------- Page-transition curtain ---------- */
.curtain { position: fixed; inset: 0; z-index: 240; pointer-events: none; }
.curtain__panel { position: absolute; inset: 0; transform: translateY(101%); }
.curtain__panel:nth-child(1) { background: var(--gold); }
.curtain__panel:nth-child(2) { background: var(--tang); }
.curtain__panel:nth-child(3) { background: var(--ink); }
.curtain__label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	color: var(--paper);
	font-family: var(--f-display);
	font-weight: 800;
	font-size: clamp(2rem, 6vw, 5rem);
	letter-spacing: -.04em;
	opacity: 0;
}
.curtain__label .star { color: var(--gold); width: .8em; height: .8em; animation: spin 2s linear infinite; }
/* Arriving from an internal link: start fully covered, main.js lifts it. */
.is-entering .curtain__panel { transform: none; }
.is-entering .curtain__label { opacity: 1; }

/* ---------- Cursor ---------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
	.js .cursor {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 260;
		display: grid;
		place-items: center;
		width: 14px;
		height: 14px;
		margin: -7px 0 0 -7px;
		border-radius: 50%;
		background: var(--tang);
		pointer-events: none;
		mix-blend-mode: normal;
		transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background .3s, opacity .3s;
	}
	.cursor.is-hidden { opacity: 0; }
	.cursor.is-link { width: 44px; height: 44px; margin: -22px 0 0 -22px; background: rgba(243, 155, 46, .25); }
	.cursor.is-label { width: 104px; height: 104px; margin: -52px 0 0 -52px; background: var(--gold); }
	.cursor__label {
		font-family: var(--f-display);
		font-weight: 700;
		font-size: .9rem;
		color: var(--ink);
		opacity: 0;
		transform: scale(.4);
		transition: opacity .3s, transform .45s var(--ease-back);
	}
	.cursor.is-label .cursor__label { opacity: 1; transform: none; }
}

/* ---------- Footer ---------- */
.site-footer {
	position: relative;
	background: var(--ink);
	color: var(--paper);
	padding: clamp(80px, 10vw, 150px) 0 28px;
	overflow: hidden;
}
.site-footer a { transition: color .3s; }
.site-footer__top { padding-inline: var(--gutter); max-width: var(--maxw); margin: 0 auto; }
.site-footer__talk { display: inline-block; }
.site-footer__talk .scribble { color: var(--gold-2); margin-bottom: 8px; }
.site-footer__talk-word {
	display: flex;
	align-items: center;
	gap: .15em;
	font-family: var(--f-display);
	font-weight: 800;
	font-size: clamp(3.6rem, 12vw, 12rem);
	line-height: .9;
	letter-spacing: -.05em;
}
.site-footer__talk-word em { font-family: var(--f-serif); font-weight: 400; font-style: italic; color: var(--gold-2); letter-spacing: -.02em; }
.site-footer__talk-word .icon { width: .62em; height: .62em; stroke-width: 1.4; color: var(--tang); transition: transform .7s var(--ease-back); }
.site-footer__talk:hover .icon { transform: rotate(45deg) scale(1.1); }
.site-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	max-width: var(--maxw);
	margin: clamp(60px, 7vw, 110px) auto 0;
	padding: 44px var(--gutter) 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
}
.site-footer__h { font-family: var(--f-body); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 16px; }
.site-footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer__col a { color: rgba(246, 239, 227, .82); font-size: .98rem; line-height: 1.35; }
.site-footer__col a small { opacity: .55; margin-left: 4px; }
.site-footer__col a:hover { color: var(--gold-2); }
.site-footer__word {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: clamp(60px, 7vw, 120px) 0 10px;
	font-family: var(--f-display);
	font-weight: 800;
	font-size: clamp(4rem, 16.5vw, 20rem);
	line-height: .78;
	letter-spacing: -.06em;
	color: var(--ink-2);
	user-select: none;
	overflow: hidden;
	padding-bottom: .06em;
}
.site-footer__word span {
	display: inline-block;
	transform: translateY(100%);
	transition: transform 1s var(--ease), color .4s;
	transition-delay: calc(var(--i) * 55ms);
}
.site-footer__word b { display: inline-block; width: .5em; margin: 0 .04em; color: var(--gold); transform: scale(0) rotate(-90deg); transition: transform 1.2s var(--ease-back) .4s; }
.site-footer__word b .star { width: 100%; height: auto; }
.site-footer__word.is-in span { transform: none; }
.site-footer__word.is-in b { transform: none; }
.site-footer__word span:hover { color: var(--tang); transform: translateY(-6%) rotate(-3deg); transition-delay: 0s; }
.site-footer__base {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 20px calc(var(--gutter) + 70px) 0 var(--gutter);
	font-size: .85rem;
	color: rgba(246, 239, 227, .6);
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer__base .socials a { width: 38px; height: 38px; color: var(--paper); }
.to-top { font-weight: 600; color: var(--paper); }
.to-top:hover { color: var(--gold-2); }

/* ---------- Cookie + WhatsApp ---------- */
.cookie {
	position: fixed;
	left: var(--gutter);
	bottom: 20px;
	z-index: 120;
	max-width: 440px;
	padding: 18px 20px;
	border-radius: 22px;
	background: var(--white);
	color: var(--ink);
	box-shadow: 0 24px 60px -20px rgba(10, 26, 47, .45);
	transform: rotate(-1.2deg);
	animation: cookie-in .9s var(--ease-back) both .8s;
	font-size: .95rem;
}
.cookie[hidden] { display: none; }
@keyframes cookie-in { from { transform: translateY(140%) rotate(6deg); } }
.cookie p { display: flex; gap: 10px; align-items: flex-start; }
.cookie a { text-decoration: underline; }
.cookie__star { width: 22px; height: 22px; color: var(--gold); margin-top: 2px; }
.cookie__btns { display: flex; gap: 8px; justify-content: flex-end; margin-top: 12px; }
.cookie__btn { padding: 9px 16px; border-radius: 999px; font-weight: 700; font-size: .9rem; border: 1.5px solid var(--ink); }
.cookie__btn--ok { background: var(--ink); color: var(--paper); }
.cookie__btn:hover { transform: translateY(-2px); }

.wa-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 110;
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--tang);
	color: var(--ink);
	box-shadow: 0 14px 30px -12px rgba(10, 26, 47, .55);
	transition: transform .5s var(--ease-back);
}
.wa-float .icon { width: 28px; height: 28px; stroke-width: 1.8; }
.wa-float:hover { transform: rotate(-14deg) scale(1.1); }
.wa-float::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid var(--tang);
	animation: ring 2.6s var(--ease) infinite;
}
@keyframes ring { from { transform: scale(1); opacity: .9; } to { transform: scale(1.7); opacity: 0; } }

/* ---------- Forms ---------- */
.form {
	position: relative;
	padding: clamp(26px, 3.4vw, 48px);
	border-radius: 32px;
	background: var(--white);
	color: var(--ink);
	box-shadow: 0 40px 80px -50px rgba(10, 26, 47, .55);
}
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__alert { margin-bottom: 22px; padding: 12px 16px; border-radius: 14px; background: #fde7d2; font-weight: 600; }
.field { position: relative; display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field__label { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); transition: color .3s; }
.field__label small { text-transform: none; letter-spacing: 0; font-weight: 500; }
.field input:not([type="checkbox"]):not([type="file"]), .field select, .field textarea {
	width: 100%;
	padding: 10px 2px 12px;
	border: 0;
	border-bottom: 2px solid var(--ink);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	font: 500 1.12rem/1.4 var(--f-body);
	transition: border-color .3s;
	appearance: none;
}
.field select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1a2f' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 4px center / 18px no-repeat; }
.field textarea { resize: vertical; min-height: 110px; }
.field:focus-within .field__label { color: var(--gold-deep); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--tang); }
.field__error { font-size: .85rem; font-weight: 600; color: #b3361e; }
.field--check { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 12px; font-size: .92rem; line-height: 1.45; }
.field--check a { text-decoration: underline; }
.field--check input {
	flex: none;
	appearance: none;
	width: 24px;
	height: 24px;
	margin: 0;
	border: 2px solid var(--ink);
	border-radius: 7px;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: background .3s;
}
.field--check input::after { content: "✦"; color: var(--ink); font-size: 14px; transform: scale(0) rotate(-90deg); transition: transform .4s var(--ease-back); }
.field--check input:checked { background: var(--tang); }
.field--check input:checked::after { transform: none; }
.field--check span { flex: 1; min-width: 200px; }
.field--check .field__error { flex-basis: 100%; }
.file {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px;
	border: 2px dashed rgba(10, 26, 47, .35);
	border-radius: 18px;
	transition: border-color .3s, background .3s;
}
.file:hover, .file.is-drag { border-color: var(--tang); background: rgba(243, 155, 46, .08); }
.file .icon { width: 26px; height: 26px; color: var(--gold-deep); }
.file__name { font-weight: 600; }
.file input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.form__submit { margin-top: 32px; }
.form-done { padding: clamp(30px, 4vw, 56px); border-radius: 32px; background: var(--white); color: var(--ink); text-align: center; }
.form-done__star { width: 64px; height: 64px; margin: 0 auto 16px; color: var(--gold); animation: spin 6s linear infinite; }
.form-done__title { font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.03em; margin-bottom: 10px; }
.form-done__title em { font-family: var(--f-serif); font-weight: 400; color: var(--gold-deep); }

/* Sparkle burst particles (spawned on button clicks). */
.spark { position: fixed; z-index: 280; width: 14px; height: 14px; pointer-events: none; color: var(--gold); }
.spark:nth-child(3n) { color: var(--tang); }
.spark:nth-child(4n) { color: var(--sky); }

/* ---------- Scroll reveals (JS adds .is-in) ---------- */
.js [data-reveal] { transition: opacity .9s var(--ease), transform 1.1s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal]:not(.is-in) { opacity: 0; transform: translateY(46px); }
.js [data-reveal="tilt"]:not(.is-in) { transform: translateY(70px) rotate(-7deg); }
.js [data-reveal="swing"]:not(.is-in) { transform: translateY(90px) rotate(4deg) scale(.95); }
.js [data-reveal="pop"]:not(.is-in) { transform: scale(.82) rotate(var(--r, 0deg)); }
/* Clip the image, not the observed element: IntersectionObserver ignores fully clipped targets. */
/* `scale` (not transform) so GSAP parallax on the same image can't freeze it. */
.js [data-clip] img { clip-path: inset(0 0 0 0); transition: clip-path 1.4s var(--ease-snap), scale 1.8s var(--ease); }
.js [data-clip]:not(.is-in) img { clip-path: inset(100% 0 0 0); scale: 1.3; }

/* Words split by JS: each word rises from its own mask. */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.w > span { display: inline-block; transition: transform 1s var(--ease); transition-delay: calc(var(--wi, 0) * 45ms + var(--d, 0s)); }
.js [data-words]:not(.is-in) .w > span { transform: translateY(108%) rotate(4deg); }

/* Scroll-filled text: words go from ghost to ink. */
.fw { opacity: .16; transition: opacity .25s; }
.fw.on { opacity: 1; }

@media (max-width: 1080px) {
	.site-header__nav { display: none; }
	.menu__body { grid-template-columns: 1fr; }
	.menu__preview { display: none; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.site-header { top: 10px; height: 60px; padding-left: 14px; }
	.site-header__cta { display: none; }
	.burger { height: 46px; padding-left: 14px; }
	.burger__lines { width: 34px; height: 34px; }
	.burger__lines i { left: 9px; }
	.burger__lines i:first-child { top: 13px; }
	.burger__lines i:last-child { top: 19px; }
	.is-menu-open .burger__lines i { top: 16px !important; }
	.menu__word span { font-size: clamp(2.6rem, 12vw, 4rem); }
	.form__grid { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
	.cookie { left: 12px; right: 90px; bottom: 12px; }
	.wa-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
	body::after { animation: none; }
	.js [data-reveal]:not(.is-in), .js [data-words]:not(.is-in) .w > span { opacity: 1; transform: none; }
	.js [data-clip]:not(.is-in) img { clip-path: none; }
	.fw { opacity: 1; }
}
