:root {
  --ink: #08090b;
  --ink-soft: #111317;
  --paper: #f2efe9;
  --paper-soft: #e2ded6;
  --platinum: #c8c9cc;
  --muted: #96989d;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(8,9,11,.16);
  --max: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 999; background: white; color: black; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(22px,4vw,74px); transition: background .35s ease, border .35s ease, backdrop-filter .35s ease; }
.site-header.scrolled { background: rgba(8,9,11,.84); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 14px; font-size: 12px; letter-spacing: .28em; font-weight: 700; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.45); font-family: Georgia, serif; letter-spacing: 0; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav > a, .nav-item > button { color: #e4e4e4; background: none; border: 0; padding: 31px 0; font-size: 12px; letter-spacing: .08em; cursor: pointer; }
.nav-item { position: relative; }
.mega-menu { position: absolute; top: 70px; left: 50%; transform: translateX(-50%) translateY(-8px); width: 620px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line-dark); background: rgba(17,19,23,.97); box-shadow: 0 30px 90px rgba(0,0,0,.45); opacity: 0; pointer-events: none; transition: opacity .22s ease, transform .22s ease; backdrop-filter: blur(22px); }
.nav-item.open .mega-menu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-menu a { padding: 24px; border: 1px solid rgba(255,255,255,.08); display: grid; gap: 10px; transition: background .2s ease; }
.mega-menu a:hover { background: rgba(255,255,255,.055); }
.mega-menu small { color: #74777d; font-size: 9px; letter-spacing: .22em; }
.mega-menu strong { font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 400; }
.mega-menu span { color: var(--muted); line-height: 1.5; font-size: 13px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.text-link { font-size: 12px; color: #d1d2d4; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 2px; font-size: 12px; letter-spacing: .06em; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-outline { border: 1px solid rgba(255,255,255,.48); }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); border: 1px solid var(--paper); }
.button-light:hover { background: white; }
.mobile-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; isolation: isolate; background: #050607; }
.hero-image { position: absolute; inset: 0 0 0 48%; z-index: -3; background: url('assets/hero-model.jpg') center 32%/cover no-repeat; filter: grayscale(1) contrast(1.12) brightness(.68); }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#050607 0%,rgba(5,6,7,.96) 34%,rgba(5,6,7,.42) 65%,rgba(5,6,7,.3) 100%), linear-gradient(0deg,rgba(5,6,7,.82),transparent 48%); }
.hero-light { position: absolute; z-index: 1; top: -40%; left: -30%; width: 20%; height: 180%; transform: rotate(21deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.88),transparent); filter: blur(16px); opacity: 0; animation: sweep 1.55s .35s ease-in-out forwards; pointer-events: none; }
.hero-copy { width: min(680px,78vw); margin-left: clamp(28px,6.5vw,112px); padding-top: 70px; position: relative; z-index: 3; }
.eyebrow { margin: 0 0 28px; color: var(--platinum); font-size: 10px; letter-spacing: .34em; }
.hero h1, .display { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.hero h1 { font-size: clamp(60px,7vw,118px); }
.hero h1 em { font-style: normal; color: #c0c1c4; }
.lead { max-width: 630px; color: #c1c2c5; font-size: clamp(16px,1.35vw,20px); line-height: 1.75; }
.hero .lead { margin-top: 34px; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.underlined-link, .arrow-link { border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 13px; }
.scroll-enter { position: absolute; left: clamp(28px,6.5vw,112px); bottom: 42px; display: flex; align-items: center; gap: 18px; z-index: 4; font-size: 9px; letter-spacing: .32em; }
.scroll-circle { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.42); animation: bob 1.8s ease-in-out infinite; }
.hero-note { position: absolute; right: clamp(28px,5vw,90px); bottom: 46px; z-index: 4; display: grid; text-align: right; gap: 7px; }
.hero-note small { color: #74777d; letter-spacing: .26em; }
.hero-note strong { font-size: 15px; letter-spacing: .12em; }
.hero-note span { color: #a3a5a9; font-size: 12px; }

.section { padding: clamp(100px,12vw,190px) clamp(24px,5vw,82px); }
.section-shell { max-width: var(--max); margin: 0 auto; }
.section-light { background: var(--paper); color: var(--ink); }
.section-dark { background: #0d0f12; color: var(--paper); }
.section-kicker, .card-label { color: #71747a; font-size: 9px; letter-spacing: .28em; }
.intro-grid { margin-top: 42px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: end; }
.display { font-size: clamp(54px,6vw,98px); }
.intro-copy { color: #55585e; font-size: 18px; line-height: 1.75; }
.product-paths { margin-top: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path-card { min-height: 610px; padding: 42px; background: #dedad2; display: flex; flex-direction: column; }
.path-card-dark { background: var(--ink-soft); color: var(--paper); }
.path-number { font-family: Georgia, serif; font-size: 72px; line-height: 1; color: rgba(8,9,11,.18); }
.path-card-dark .path-number { color: rgba(255,255,255,.18); }
.path-card h3 { margin: 44px 0 18px; font-family: Georgia, serif; font-size: clamp(42px,4vw,66px); font-weight: 400; }
.path-card p { max-width: 530px; color: #575a60; font-size: 17px; line-height: 1.7; }
.path-card-dark p { color: #a8aaae; }
.path-card ul { list-style: none; padding: 30px 0; margin: 0; border-top: 1px solid currentColor; opacity: .86; display: grid; gap: 16px; }
.path-card li::before { content: '—'; margin-right: 12px; }
.path-card .arrow-link { margin-top: auto; align-self: flex-start; }

.creator-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.muted { color: #9da0a5; }
.proof-list { margin: 46px 0; border-top: 1px solid var(--line-dark); }
.proof-list > div { display: grid; grid-template-columns: 38px 110px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line-dark); align-items: baseline; }
.proof-list span { color: #666a70; font-size: 10px; }
.proof-list strong { font-size: 16px; }
.proof-list small { color: #8f9298; font-size: 13px; }
.studio-frame { border: 1px solid rgba(255,255,255,.14); box-shadow: 0 48px 120px rgba(0,0,0,.42); background: #08090a; transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.browser-bar { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); color: #666a70; font-size: 10px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #55585e; }
.browser-bar span { margin-left: 14px; }
.studio-ui { min-height: 560px; display: grid; grid-template-columns: 150px 1fr; }
.studio-ui aside { padding: 28px 18px; border-right: 1px solid rgba(255,255,255,.08); display: grid; align-content: start; gap: 22px; color: #76797f; font-size: 11px; }
.studio-ui aside strong { color: white; font-size: 20px; margin-bottom: 10px; }
.studio-main { padding: 30px; }
.studio-head { display: flex; justify-content: space-between; margin-bottom: 30px; }
.studio-head span { font-size: 18px; }
.studio-head small { color: #71747a; }
.image-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 220px 220px; gap: 12px; }
.fashion-tile { background-size: cover; background-position: center; filter: saturate(.65) contrast(1.04); }
.tile-one { grid-row: 1 / 3; background-image: linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.2)), url('assets/hero-model.jpg'); }
.tile-two { background-image: linear-gradient(145deg,#181b1d,#4e4d49); }
.tile-three { background-image: linear-gradient(145deg,#5a5650,#17191b); }
.tile-four { display: none; }
.studio-controls { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: center; }
.studio-controls span { border: 1px solid rgba(255,255,255,.11); padding: 15px; color: #85888e; font-size: 10px; }
.studio-controls button { min-height: 44px; border: 0; background: var(--paper); color: var(--ink); padding: 0 25px; }
.vision-strip { background: var(--paper-soft); color: var(--ink); padding: 48px clamp(24px,5vw,82px); }
.vision-strip .section-shell { display: flex; justify-content: center; align-items: center; gap: 26px; font-size: 11px; letter-spacing: .18em; }
.vision-strip i { color: #8b8e93; font-style: normal; }
.vision-strip strong { font-weight: 700; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes sweep { 0% { transform: translateX(-140%) rotate(21deg); opacity: 0; } 35% { opacity: .9; } 100% { transform: translateX(820%) rotate(21deg); opacity: 0; } }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

@media (max-width: 1050px) {
  .desktop-nav, .desktop-only { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .mobile-toggle { display: block; background: none; color: white; border: 0; font-size: 22px; }
  .mobile-nav { position: absolute; top: 84px; left: 0; right: 0; background: rgba(8,9,11,.98); border-bottom: 1px solid var(--line-dark); padding: 24px; }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
  .intro-grid, .creator-grid { grid-template-columns: 1fr; gap: 60px; }
  .product-paths { grid-template-columns: 1fr; }
  .path-card { min-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand span:last-child { font-size: 10px; letter-spacing: .22em; }
  .brand-mark { width: 28px; height: 28px; }
  .button-outline { display: none; }
  .hero { min-height: 850px; align-items: flex-start; }
  .hero-image { inset: 0; background-position: 62% 25%; opacity: .55; }
  .hero-overlay { background: linear-gradient(180deg,rgba(5,6,7,.35),rgba(5,6,7,.95) 64%,#050607 100%); }
  .hero-copy { width: auto; margin: 0; padding: 165px 22px 0; }
  .hero h1 { font-size: clamp(54px,16vw,78px); }
  .hero .lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .scroll-enter { left: 22px; bottom: 28px; }
  .hero-note { display: none; }
  .section { padding: 95px 22px; }
  .display { font-size: 48px; }
  .intro-copy { font-size: 16px; }
  .product-paths { margin-top: 60px; }
  .path-card { padding: 28px 24px; min-height: 500px; }
  .path-number { font-size: 54px; }
  .path-card h3 { font-size: 46px; }
  .studio-frame { transform: none; }
  .studio-ui { grid-template-columns: 88px 1fr; min-height: 420px; }
  .studio-ui aside { padding: 18px 10px; font-size: 8px; }
  .studio-main { padding: 18px; }
  .image-grid { grid-template-rows: 160px 160px; }
  .studio-controls { grid-template-columns: 1fr; }
  .proof-list > div { grid-template-columns: 32px 90px 1fr; }
  .vision-strip .section-shell { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
}

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