@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,700;1,800&display=swap');

:root {
  --ink: #0a0908;
  --paper: #f8f3e8;
  --cream: #fffaf0;
  --gold: #f5b800;
  --gold-light: #ffd95a;
  --pink: #ef6f92;
  --line: rgba(10, 9, 8, 0.14);
  --display: 'DM Sans', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { color: var(--ink); background: var(--gold-light); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 200; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute; top: 0; left: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 1.4rem clamp(1.25rem, 5vw, 5rem); color: var(--cream);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; text-decoration: none; font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; }
.brand__mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: .72rem; letter-spacing: -.02em; }
.site-nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
.site-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .86rem; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-light); }
.menu-button { display: none; border: 0; background: none; padding: .5rem; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.hero {
  position: relative; min-height: 790px; height: min(950px, 100svh); display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; overflow: hidden; padding: 7rem clamp(1.25rem, 7vw, 7.5rem) 4rem; color: var(--cream); background: var(--ink);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .17; }
.hero__glow--one { width: 500px; height: 500px; top: -220px; left: 15%; background: var(--gold); }
.hero__glow--two { width: 300px; height: 300px; bottom: -100px; right: 8%; background: var(--pink); }
.hero__content { position: relative; z-index: 3; max-width: 690px; }
.eyebrow { margin: 0 0 .8rem; color: #b98500; font-size: .73rem; line-height: 1; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: .55rem; background: #70d986; border-radius: 50%; box-shadow: 0 0 0 5px rgba(112,217,134,.12); }
h1, h2, h3, p { text-wrap: pretty; }
.hero h1 { margin: 0; font-size: clamp(4rem, 7.8vw, 8.6rem); line-height: .83; letter-spacing: -.085em; }
.hero h1 em, h2 em { color: var(--gold); font-family: var(--serif); font-weight: 800; }
.hero__lead { max-width: 590px; margin: 2rem 0; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.7; }
.hero__lead strong { color: white; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .9rem 1.3rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .82rem; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--ink); background: var(--gold); }
.button--primary:hover { background: var(--gold-light); }
.button--quiet { color: white; border-color: rgba(255,255,255,.25); background: transparent; }
.button--dark { color: white; background: var(--ink); }
.text-link { color: white; text-underline-offset: 5px; font-size: .85rem; font-weight: 700; }
.text-link span { color: var(--gold); }
.trust-row { display: flex; gap: 1.5rem; margin-top: 3rem; color: rgba(255,255,255,.38); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.trust-row span + span::before { content: '•'; margin-right: 1.5rem; color: var(--gold); }

.hero__visual { position: relative; z-index: 2; width: min(48vw, 690px); justify-self: end; }
.portrait-ring { padding: 5px; border-radius: 50%; background: linear-gradient(135deg, #fff7ba, var(--gold), #a56600); box-shadow: 0 0 90px rgba(245,184,0,.19); }
.portrait-ring img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: inherit; }
.floating-note { position: absolute; display: grid; place-items: center; width: 108px; height: 108px; text-align: center; color: var(--ink); background: var(--cream); border-radius: 50%; font-size: .68rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.floating-note strong { font-size: .8rem; }
.floating-note--top { right: -2%; top: 6%; transform: rotate(9deg); }
.floating-note--bottom { left: 0; bottom: 3%; color: white; background: var(--pink); transform: rotate(-9deg); }

.marquee { overflow: hidden; padding: 1.05rem 0; color: var(--ink); background: var(--gold); }
.marquee__track { display: flex; gap: 2rem; width: max-content; align-items: center; animation: ticker 24s linear infinite; font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.marquee__track i { font-size: 1.1rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.section-heading { margin-bottom: 3.5rem; }
.section-heading h2, .customs h2, .store h2, .seo-copy h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.6rem); line-height: .95; letter-spacing: -.075em; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { max-width: 550px; margin: 1.2rem auto 0; color: #665f52; line-height: 1.65; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: minmax(300px, .85fr) 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about__image-wrap { position: relative; max-width: 570px; }
.about__image-wrap img { width: 100%; max-height: 720px; object-fit: cover; object-position: center 15%; border-radius: 260px 260px 20px 20px; filter: saturate(.92) contrast(1.03); }
.about__stamp { position: absolute; right: -40px; bottom: 10%; display: grid; place-items: center; width: 112px; height: 112px; text-align: center; background: var(--gold); border: 5px solid var(--paper); border-radius: 50%; font-size: .72rem; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transform: rotate(8deg); }
.about__copy { max-width: 680px; }
.about__copy p { color: #5f584c; font-size: 1rem; line-height: 1.8; }
.about__copy .large-copy { margin-top: 0; color: var(--ink); font-size: clamp(1.45rem, 2.7vw, 2.4rem); line-height: 1.35; letter-spacing: -.035em; }
.quick-facts { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.quick-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.quick-facts dt { color: #948a79; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.quick-facts dd { margin: 0; font-weight: 700; }

.platforms { color: var(--cream); background: #12100d; }
.platforms .eyebrow { color: var(--gold); }
.platforms .section-heading--center > p:last-child { color: rgba(255,255,255,.53); }
.platform-grid { max-width: 1180px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.13); }
.platform-card { display: grid; grid-template-columns: 70px 1fr auto; gap: 1.5rem; align-items: center; min-height: 150px; padding: 1.7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; transition: padding .25s ease, color .25s ease, background .25s ease; }
.platform-card:hover { padding-inline: 2rem; color: var(--ink); background: var(--gold); }
.platform-card__number { color: rgba(255,255,255,.35); font-size: .7rem; }
.platform-card:hover .platform-card__number { color: rgba(0,0,0,.5); }
.platform-card h3 { margin: 0 0 .4rem; font-size: clamp(1.7rem, 3vw, 2.8rem); letter-spacing: -.05em; }
.platform-card p { margin: 0; color: rgba(255,255,255,.47); }
.platform-card:hover p { color: rgba(0,0,0,.65); }
.platform-card__arrow { font-size: 2rem; }
.link-note { margin: 1.3rem auto 0; max-width: 1180px; color: rgba(255,255,255,.32); font-size: .72rem; text-align: center; }

.customs { background: var(--paper); }
.customs__panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 590px; padding: clamp(2.5rem, 7vw, 6rem); background: var(--gold); border-radius: 36px; }
.customs__copy { position: relative; z-index: 2; max-width: 650px; }
.customs .eyebrow { color: var(--ink); opacity: .6; }
.customs h2 em { color: white; }
.customs__copy > p:not(.eyebrow) { max-width: 570px; font-size: 1.05rem; line-height: 1.75; }
.check-list { list-style: none; margin: 2rem 0; padding: 0; }
.check-list li { margin: .8rem 0; font-weight: 700; }
.check-list li::before { content: '✓'; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: .7rem; color: white; background: var(--ink); border-radius: 50%; font-size: .68rem; }
.customs__monogram { position: absolute; right: -3%; bottom: -19%; color: rgba(255,255,255,.32); font-family: var(--serif); font-style: italic; font-size: clamp(16rem, 33vw, 35rem); line-height: .55; letter-spacing: -.27em; transform: rotate(-8deg); }

.store { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--cream); }
.store__intro > p:last-child { max-width: 480px; color: #6d6455; line-height: 1.75; }
.store__preview { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; min-width: 0; }
.video-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: .72; min-height: 420px; padding: 1.5rem; border-radius: 24px; overflow: hidden; }
.video-card::after { content: '▶'; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: 2rem; opacity: .8; }
.video-card--gold { background: radial-gradient(circle at 50% 45%, #fff9c2 0 15%, transparent 16%), linear-gradient(160deg, #7a3a00, var(--gold)); }
.video-card--pink { color: white; background: radial-gradient(circle at 50% 45%, #ffd8df 0 15%, transparent 16%), linear-gradient(160deg, #4e102c, var(--pink)); }
.video-card__tag { align-self: flex-start; z-index: 2; padding: .5rem .7rem; color: var(--ink); background: white; border-radius: 999px; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.video-card div { position: relative; z-index: 2; }
.video-card p { margin: 0; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.video-card h3 { margin: .3rem 0 0; font-size: clamp(1.6rem, 3vw, 2.8rem); letter-spacing: -.06em; }

.seo-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; padding-top: 5rem; padding-bottom: 5rem; border-top: 1px solid var(--line); }
.seo-copy h2 { font-size: clamp(2.4rem, 4.5vw, 5rem); }
.seo-copy > p { margin: 0; color: #665f52; line-height: 1.8; }

.site-footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 2rem; padding: 3rem clamp(1.25rem, 7vw, 7.5rem); color: rgba(255,255,255,.55); background: var(--ink); font-size: .75rem; }
.brand--footer { color: white; }
.site-footer p { line-height: 1.6; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 1rem; }
.footer-links a { text-underline-offset: 4px; }
.site-footer small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }

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

@media (max-width: 900px) {
  .site-header { position: absolute; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .site-nav { position: absolute; top: 0; left: 0; right: 0; display: none; flex-direction: column; padding: 5.5rem 1.5rem 2rem; background: #11100e; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .6rem 0; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; padding-top: 8.5rem; }
  .hero__visual { grid-row: 1; width: min(82vw, 520px); margin: 0 auto 4rem; justify-self: center; }
  .hero__content { grid-row: 2; }
  .hero h1 { font-size: clamp(4rem, 17vw, 7rem); }
  .about__grid, .store, .seo-copy { grid-template-columns: 1fr; }
  .about__image-wrap { margin-inline: auto; }
  .customs__panel { grid-template-columns: 1fr; }
  .store__preview { width: 100%; max-width: 680px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer p { max-width: 500px; margin-inline: auto; }
  .footer-links { justify-content: center; }
  .brand--footer { justify-content: center; }
}

@media (max-width: 600px) {
  .section { padding-inline: 1.15rem; }
  .hero { padding-inline: 1.15rem; padding-bottom: 4.5rem; }
  .hero__visual { width: 85vw; }
  .floating-note { width: 82px; height: 82px; font-size: .54rem; }
  .floating-note--top { right: -4%; }
  .trust-row { align-items: flex-start; gap: .65rem; flex-direction: column; }
  .trust-row span + span::before { margin-right: .65rem; }
  .about__stamp { right: 0; width: 88px; height: 88px; }
  .platform-card { grid-template-columns: 36px 1fr auto; gap: .75rem; min-height: 130px; }
  .platform-card p { font-size: .82rem; }
  .customs { padding-inline: .65rem; }
  .customs__panel { padding: 2.2rem 1.3rem; border-radius: 24px; }
  .store__preview { grid-template-columns: 1fr; }
  .video-card { min-height: 450px; }
}

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