:root {
  --night: #1a1208;
  --night-2: #2d1f0e;
  --violet: #c2410c;
  --violet-2: #ea580c;
  --aurora: #f97316;
  --aurora-2: #fb923c;
  --gold: #fbbf24;
  --gold-2: #fcd34d;
  --ink: #1e1408;
  --muted: #7a6b5a;
  --line: rgba(234, 88, 12, .14);
  --paper: #fffaf5;
  --cream: #ffedd5;
  --white: #fff;
  --serif: "Outfit", "Segoe UI", sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(26, 18, 8, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--night); color: #c4b5d4; font-size: 12px; letter-spacing: .06em; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.site-header { position: absolute; z-index: 20; width: 100%; }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: inline-flex; gap: 11px; align-items: center; line-height: 1.05; }
.brand-mark { width: 48px; height: 48px; border: 2px solid var(--aurora); border-radius: 10px; display: grid; place-items: center; background: rgba(0, 212, 170, .12); }
.brand-mark svg { width: 30px; fill: none; stroke: var(--aurora); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 21px; letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; opacity: .78; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.main-menu { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-menu > a:not(.nav-cta) { position: relative; }
.main-menu > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--aurora); transition: width .25s; }
.main-menu > a:hover::after { width: 100%; }
.nav-cta { border: 1px solid var(--aurora); background: var(--aurora); color: var(--night); padding: 10px 18px; border-radius: 8px; font-weight: 700; transition: .2s; }
.nav-cta:hover { background: var(--aurora-2); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: white; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px; }

.hero { min-height: 780px; height: 100vh; max-height: 960px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-fallback:not([hidden]) { display: block; }
.hero-video[hidden] { display: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26, 18, 8, .94) 0%, rgba(45, 31, 14, .72) 50%, rgba(26, 18, 8, .35) 100%), linear-gradient(0deg, rgba(26, 18, 8, .6), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 95px; }
.eyebrow { margin: 0 0 22px; color: var(--aurora); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--aurora-2); }
h1, h2 { font-family: var(--serif); line-height: 1.02; letter-spacing: -.02em; margin: 0; }
h1 { font-size: clamp(48px, 6.5vw, 88px); max-width: 900px; font-weight: 800; }
h1 em, h2 em { font-style: normal; color: var(--gold); }
.hero-copy { max-width: 620px; margin: 30px 0; font-size: 18px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 25px; border-radius: 8px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--aurora); color: var(--night); }
.button-primary:hover { background: var(--aurora-2); }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.button-ghost:hover { background: white; color: var(--night); }
.button-dark { background: var(--night); color: #fff; }
.button-small { min-height: 39px; padding-inline: 16px; font-size: 13px; }
.button-ghost-dark { color: var(--night); border-color: var(--line); background: transparent; }
.hero-meta { border-top: 1px solid rgba(255,255,255,.2); margin-top: 60px; padding-top: 20px; display: flex; gap: 48px; color: rgba(255,255,255,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; flex-wrap: wrap; }
.hero-meta b { color: var(--aurora); margin-right: 8px; }
.scroll-cue { position: absolute; z-index: 2; right: 40px; bottom: 38px; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue span { display: block; width: 44px; height: 1px; background: #fff; }

h2 { font-size: clamp(38px, 5vw, 64px); color: var(--night); font-weight: 700; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.intro-copy { max-width: 480px; padding-bottom: 7px; }
.intro-copy p { margin: 0 0 26px; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--violet); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.photo-strip { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 22px; margin-top: 70px; }
.photo-card { position: relative; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow); }
.photo-card img { aspect-ratio: 4/3; object-fit: cover; height: 100%; }
.photo-tall img { aspect-ratio: 3/4; min-height: 420px; }
.photo-offset { margin-top: 48px; }
.photo-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; background: linear-gradient(transparent, rgba(26,10,46,.88)); color: #fff; display: flex; justify-content: space-between; align-items: end; font-size: 13px; }
.photo-card figcaption b { font-size: 18px; font-family: var(--serif); }

.trust-banner { background: var(--night); color: #fff; padding: 28px 0; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-inner b { display: block; font-family: var(--serif); font-size: 36px; color: var(--aurora); margin-bottom: 4px; }
.trust-inner span { font-size: 13px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .08em; }

.video-showcase { background: var(--night-2); color: #fff; padding: 100px 0; }
.video-showcase-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.video-showcase p { color: rgba(255,255,255,.78); margin-top: 24px; }
.video-frame { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.1); }
.video-frame video { aspect-ratio: 16/9; object-fit: cover; }
.video-credit { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,.5); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 56px; flex-wrap: wrap; }
.section-heading > p { max-width: 380px; color: var(--muted); margin: 0; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 30px rgba(26,10,46,.08); transition: transform .25s; }
.product-card:hover { transform: translateY(-4px); }
.product-image { position: relative; overflow: hidden; }
.product-image img { aspect-ratio: 4/3; object-fit: cover; }
.product-image span { position: absolute; top: 14px; left: 14px; background: var(--violet); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 6px; text-transform: uppercase; letter-spacing: .06em; }
.product-info { padding: 22px 24px 28px; }
.product-info > div p { margin: 0 0 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--violet); font-weight: 700; }
.product-info h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 22px; color: var(--night); }
.product-info > p { margin: 0; color: var(--muted); font-size: 15px; }
.product-note { margin-top: 48px; padding: 32px 36px; background: var(--cream); border-radius: 14px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.product-note span { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--night); white-space: nowrap; }
.product-note p { flex: 1; margin: 0; color: var(--muted); min-width: 200px; }

.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.story-image img { height: 100%; min-height: 500px; object-fit: cover; }
.story-content { background: var(--night); color: #fff; padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; }
.story-content p { color: rgba(255,255,255,.82); margin: 0 0 20px; }
.story-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.story-values div { padding: 16px; background: rgba(255,255,255,.06); border-radius: 10px; border: 1px solid rgba(255,255,255,.08); }
.story-values b { display: block; color: var(--aurora); font-size: 14px; margin-bottom: 4px; }
.story-values span { font-size: 13px; color: rgba(255,255,255,.7); }
.timeline { margin-top: 28px; padding: 24px; background: rgba(123,44,191,.15); border-radius: 12px; border-left: 3px solid var(--violet); }
.timeline h3 { margin: 0 0 14px; font-size: 16px; color: var(--gold); }
.timeline ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.78); font-size: 14px; }
.timeline li { margin-bottom: 8px; }
.honesty-note { margin-top: 24px; padding: 16px; background: rgba(0,212,170,.08); border-radius: 8px; font-size: 14px; border: 1px solid rgba(0,212,170,.2); }

.verification { background: var(--cream); }
.verification-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.verify-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 32px; box-shadow: var(--shadow); }
.verify-card h3 { font-family: var(--serif); color: var(--night); font-size: 24px; margin: 0 0 16px; font-weight: 700; }
.verify-card ul { margin: 0; padding: 0; list-style: none; }
.verify-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); display: grid; grid-template-columns: 155px 1fr; gap: 12px; }
.verify-card li strong { color: var(--night); }
.verify-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,212,170,.15); color: #0a6b68; padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.verify-badge::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; background: #0a6b68; color: #fff; border-radius: 50%; font-size: 12px; }
.verify-image { border-radius: 10px; overflow: hidden; height: 420px; position: relative; margin: 0; }
.verify-image img { height: 100%; object-fit: cover; }
.verify-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 26px; background: linear-gradient(transparent, rgba(26,10,46,.96)); color: #fff; display: flex; flex-direction: column; gap: 5px; }
.verify-overlay .verify-label { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--aurora); font-weight: 700; margin-bottom: 4px; }
.verify-overlay strong { font-family: var(--serif); font-size: 28px; color: #fff; font-weight: 800; }
.verify-overlay span { font-size: 12px; color: rgba(255,255,255,.82); line-height: 1.45; }
.verify-caption { margin-top: 14px; font-size: 13px; color: var(--muted); line-height: 1.6; }

.ads { background: var(--paper); }
.ads-heading { align-items: start; }
.campaign-copy { background: #fff; border-radius: 14px; padding: 40px; box-shadow: 0 8px 30px rgba(26,10,46,.06); margin-bottom: 32px; }
.campaign-copy h3 { font-family: var(--serif); color: var(--night); margin: 32px 0 16px; font-size: 22px; }
.campaign-copy h3:first-child { margin-top: 0; }
.campaign-copy h3 small { font-size: 13px; color: var(--muted); font-weight: 400; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips span { background: var(--cream); color: var(--night); padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; border: 1px solid var(--line); }
.chips span.highlight { background: rgba(0,212,170,.12); border-color: var(--aurora); color: var(--night-2); }
.ad-descriptions { margin: 0; padding-left: 0; list-style: none; }
.ad-descriptions li { padding: 12px 16px; margin-bottom: 8px; background: var(--cream); border-radius: 8px; font-size: 14px; color: var(--ink); border-left: 3px solid var(--violet); }
.keywords { background: #fff; border-radius: 14px; padding: 40px; box-shadow: 0 8px 30px rgba(26,10,46,.06); }
.keywords h3 { font-family: var(--serif); color: var(--night); margin: 0 0 20px; }
.keyword-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.keyword-tags span { background: var(--night); color: rgba(255,255,255,.85); padding: 6px 12px; border-radius: 6px; font-size: 12px; }
.keyword-tags span.inter { background: #fff3e0; border: 1px solid #f97316; color: var(--night); font-weight: 600; }
.compliance { padding: 20px 24px; background: rgba(123,44,191,.08); border-radius: 10px; border: 1px solid var(--line); margin-bottom: 24px; }
.compliance strong { display: block; color: var(--violet); margin-bottom: 8px; font-size: 14px; }
.compliance span { font-size: 14px; color: var(--muted); line-height: 1.7; }
.appeal-box { padding: 28px; background: var(--cream); border-radius: 12px; border: 1px solid var(--line); margin-bottom: 24px; }
.appeal-box h4 { margin: 0 0 16px; font-family: var(--serif); color: var(--night); font-size: 18px; }
.appeal-box p { margin: 0 0 14px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.campaign-id { font-size: 14px; color: var(--muted); line-height: 1.8; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-list { margin: 32px 0; }
.contact-list > div { margin-bottom: 20px; }
.contact-list span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--violet); font-weight: 700; margin-bottom: 4px; }
.contact-list p { margin: 0; color: var(--muted); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-form { background: #fff; padding: 36px; border-radius: 14px; box-shadow: var(--shadow); }
.contact-form h3 { margin: 0 0 8px; font-family: var(--serif); color: var(--night); }
.contact-form > p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 14px; font-weight: 600; color: var(--ink); }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--violet); border-color: transparent; }
.contact-form .check { display: flex; align-items: start; gap: 10px; font-weight: 400; }
.contact-form .check input { width: auto; margin-top: 4px; }
.form-status { margin-top: 12px; font-size: 14px; color: var(--violet); }

.footer { background: var(--night); color: rgba(255,255,255,.72); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer h3 { color: #fff; font-family: var(--serif); font-size: 16px; margin: 0 0 16px; }
.footer a { display: block; margin-bottom: 10px; font-size: 14px; transition: color .2s; }
.footer a:hover { color: var(--aurora); }
.footer-brand p { margin: 16px 0 0; font-size: 14px; line-height: 1.7; }
.brand-light { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px; }

.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 900px; margin-inline: auto; background: #fff; padding: 20px 24px; border-radius: 12px; box-shadow: 0 20px 60px rgba(26,10,46,.25); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cookie-banner strong { display: block; margin-bottom: 4px; color: var(--night); }
.cookie-banner p { margin: 0; font-size: 14px; color: var(--muted); }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.legal-header { position: relative; background: var(--night); }
.legal-hero { background: var(--night-2); color: #fff; padding: 140px 0 60px; }
.legal-hero h1 { color: #fff; font-size: clamp(36px, 5vw, 56px); margin-bottom: 16px; }
.legal-hero p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0; }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 60px; padding: 60px 0 100px; align-items: start; }
.legal-nav { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 8px; }
.legal-nav a { padding: 10px 14px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--muted); transition: .2s; }
.legal-nav a:hover { background: var(--cream); color: var(--violet); }
.legal-content section { margin-bottom: 60px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: 28px; margin-bottom: 16px; }
.legal-content h3 { font-size: 18px; color: var(--night-2); margin: 24px 0 10px; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-updated { display: inline-block; font-size: 13px; color: var(--violet); font-weight: 600; margin-bottom: 40px; }

@media (max-width: 1024px) {
  .intro-grid, .video-showcase-grid, .story, .contact-grid, .legal-layout, .verification-grid { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-offset { margin-top: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .story-content { padding: 60px 40px; }
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .main-menu { position: fixed; inset: 0; top: 84px; background: var(--night); flex-direction: column; padding: 40px; gap: 24px; transform: translateX(100%); transition: transform .3s; }
  .main-menu.open { transform: translateX(0); }
  .photo-strip, .product-grid { grid-template-columns: 1fr; }
  .footer-grid, .trust-inner { grid-template-columns: 1fr; }
  .story-values { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .scroll-cue { display: none; }
}
