:root {
  --navy: #111827;
  --porcelain: #f7f8fa;
  --mist: #cbd5e1;
  --raspberry: #c72c6c;
  --white: #ffffff;
  --ink-soft: #475569;
  --radius: 14px;
  --journey-progress: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--porcelain); font-family: "Inter Tight", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 76px; padding: 0 clamp(1rem,4vw,4rem); display: flex; align-items: center; gap: 2rem; color: var(--white); transition: background .25s, height .25s, color .25s; }
.site-header.is-condensed { height: 64px; color: var(--navy); background: rgba(247,248,250,.94); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(17,24,39,.08); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: Manrope, sans-serif; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--white); background: var(--raspberry); border-radius: 11px 4px 11px 4px; font-size: .78rem; letter-spacing: -.04em; }
.primary-nav { margin-left: auto; }
.primary-nav ul, .site-footer ul { display: flex; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.primary-nav a, .header-actions a { text-decoration: none; font-weight: 600; font-size: .9rem; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.nav-cart span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; margin-left: 4px; color: var(--white); background: var(--raspberry); border-radius: 999px; }

.journey { position: relative; height: 500dvh; color: var(--white); background: var(--navy); }
.journey-stage { position: sticky; top: 0; height: 100dvh; overflow: hidden; background: radial-gradient(circle at 72% 40%, rgba(199,44,108,.28), transparent 30%), linear-gradient(125deg,#111827,#1e293b); }
.journey-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,24,39,.88), rgba(17,24,39,.18) 58%, rgba(17,24,39,.5)); }
.fabric { position: absolute; width: 46vw; height: 80vh; border-radius: 50%; filter: blur(2px); transform-origin: center; }
.fabric-one { right: -5vw; top: 4vh; background: linear-gradient(135deg, transparent, rgba(199,44,108,.75)); transform: rotate(calc(-12deg + var(--journey-progress) * 70deg)) scale(calc(1 + var(--journey-progress) * .28)); }
.fabric-two { right: 15vw; bottom: -32vh; background: linear-gradient(155deg, rgba(203,213,225,.55), transparent); transform: rotate(calc(18deg - var(--journey-progress) * 50deg)); }
.journey-glow { position: absolute; inset: 15% 10% auto auto; width: 32vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transform: scale(calc(.8 + var(--journey-progress) * .7)); }
.journey-progress { position: fixed; z-index: 60; left: 0; bottom: 0; width: 100%; height: 3px; transform-origin: left; }
.journey-progress span { display: block; width: 100%; height: 100%; background: var(--raspberry); transform: scaleX(0); transform-origin: left; }
.journey-scene { position: absolute; z-index: 4; left: 0; width: 100%; height: 100dvh; display: grid; align-items: center; padding: 7rem clamp(1.25rem,8vw,8rem) 3rem; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.journey-scene:nth-of-type(1) { top: 0; }
.journey-scene:nth-of-type(2) { top: 100dvh; }
.journey-scene:nth-of-type(3) { top: 200dvh; }
.journey-scene:nth-of-type(4) { top: 300dvh; }
.journey-scene:nth-of-type(5) { top: 400dvh; }
.journey-scene.is-active { position: fixed; top: 0; opacity: 1; pointer-events: auto; }
.scene-copy { width: min(600px, 92vw); }
.scene-copy.align-right { margin-left: auto; text-align: right; }
.scene-copy h1, .scene-copy h2 { max-width: 9ch; margin: 0 0 1rem; font-family: Manrope,sans-serif; font-size: clamp(3.5rem,8vw,7rem); letter-spacing: -.075em; line-height: .92; }
.scene-copy.align-right h2 { margin-left: auto; }
.scene-copy p { max-width: 48ch; font-size: clamp(1rem,1.6vw,1.25rem); line-height: 1.55; color: var(--mist); }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .75rem !important; font-weight: 700; color: var(--white) !important; }
.scene-copy a { display: inline-flex; align-items: center; min-height: 48px; margin-top: 1.3rem; padding: .8rem 1.2rem; color: var(--white); text-decoration: none; font-weight: 700; }
.cta-shop-new { background: var(--raspberry); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(199,44,108,.28); }
.cta-collections { border-bottom: 2px solid var(--raspberry); padding-left: 0 !important; padding-right: 0 !important; }
.cta-details { border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius); }
.cta-track { background: var(--white); color: var(--navy) !important; border-radius: 0 var(--radius) 0 var(--radius); }
.cta-store { background: var(--raspberry); border-radius: 999px; }
.scene-copy a:active { transform: scale(.98); }

.collection-section, .newsletter-section, .confidence-section, .content-shell { padding: clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2, .newsletter-section h2 { margin: 0; font-family: Manrope,sans-serif; font-size: clamp(2.3rem,5vw,5rem); line-height: 1; letter-spacing: -.06em; }
.section-heading p, .newsletter-section p { color: var(--ink-soft); }
.confidence-section { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding-top: 0; }
.confidence-section div { display: grid; gap: .4rem; padding: 1.5rem; border-top: 1px solid var(--mist); }
.confidence-section span { color: var(--ink-soft); }
.newsletter-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem,8vw,8rem); color: var(--white); background: var(--navy); }
.newsletter-section p { color: var(--mist); }
.newsletter-form { align-self: end; }
.newsletter-form label { display: block; margin-bottom: .6rem; font-weight: 600; }
.newsletter-form div { display: flex; gap: .7rem; }
.newsletter-form input { min-width: 0; flex: 1; min-height: 50px; padding: .8rem 1rem; border: 1px solid var(--mist); border-radius: var(--radius); font: inherit; }
.newsletter-form button { min-height: 50px; padding: .8rem 1.2rem; border: 0; border-radius: var(--radius); color: var(--white); background: var(--raspberry); font: 700 .95rem Manrope,sans-serif; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 4rem clamp(1.25rem,6vw,6rem); color: var(--white); background: #0b1220; }
.site-footer p { max-width: 48ch; color: var(--mist); }
.site-footer a { text-decoration: none; }
.copyright { grid-column: 1/-1; padding-top: 2rem; border-top: 1px solid rgba(203,213,225,.2); }

.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: Manrope,sans-serif; font-size: 1rem; }
.woocommerce ul.products li.product a img { border-radius: var(--radius); background: var(--white); }
.woocommerce ul.products li.product .button { border-radius: var(--radius); color: var(--white); background: var(--navy); }

@media (max-width: 760px) {
  .primary-nav { display: none; }
  .site-header { gap: 1rem; }
  .header-actions { margin-left: auto; }
  .nav-search { display: none; }
  .journey-scene { align-items: end; padding-bottom: 5rem; }
  .scene-copy.align-right { text-align: left; }
  .scene-copy.align-right h2 { margin-left: 0; }
  .confidence-section, .newsletter-section, .site-footer { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .newsletter-form div { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .journey { height: auto; }
  .journey-stage, .journey-progress { display: none; }
  .journey-scene, .journey-scene.is-active { position: relative; top: auto; min-height: 75dvh; opacity: 1; background: var(--navy); }
  .journey-scene:nth-child(even) { background: #1e293b; }
  .fabric { transform: none; }
}

