/* Static, readable layout is the default, including when JavaScript fails. */
body { overflow-x: hidden; }
main { min-width: 0; }
.hero {
  display: flex; flex-direction: column; justify-content: center;
  height: auto; min-height: calc(100vh - 4rem); min-height: calc(100svh - 4rem);
  padding: clamp(2rem, 4vh, 4.5rem) 1.5rem;
  padding-top: max(140px, 18svh); gap: clamp(1rem, 2vh, 2rem);
}
.hero .hero-content {
  padding-top: 0; width: min(1280px, 100%); display: flex;
  flex-direction: column; align-items: flex-start; gap: clamp(1rem, 2vh, 2rem);
}
.hero .hero-content .eyebrow, .hero .hero-content > p, .hero .hero-actions { margin: 0; }
.hero h1 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.hero .hero-bottom {
  position: relative; inset: auto; width: min(1280px, 100%);
  margin-top: clamp(1rem, 4vh, 3rem); min-height: 44px; flex-shrink: 0;
}
.site-header, .site-header.scrolled {
  background: rgba(18, 30, 22, .60); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, .08);
}
.site-header:focus-within { background: rgba(18, 30, 22, .92); }
html:not(.motion-ready) .site-header, html.motion-paused .site-header { position: absolute; }
.manifesto-quote { position: relative; }
.editorial-quote-mark {
  display: block; height: 44px; font: 110px/.9 var(--serif);
  color: var(--terra); opacity: .25; user-select: none;
}

.marquee { position: relative; overflow: hidden; }
.marquee-viewport { overflow: hidden; padding-right: 48px; }
.marquee-track { width: 100%; }
.marquee-set {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 20px 48px; margin: 0; padding: 22px 28px; width: 100%;
}
.marquee-set li { display: flex; align-items: center; justify-content: center; gap: 14px; }
.marquee-copy { display: none; }
.marquee-toggle {
  display: none; position: absolute; top: 50%; right: 8px; transform: translateY(-50%);
  width: 36px; height: 36px; border: 1px solid currentColor; border-radius: 50%;
  background: var(--chapter-sand); color: var(--forest); place-items: center; z-index: 1;
}
.marquee-toggle svg { width: 16px; height: 16px; }
.availability-strip {
  background: var(--forest-deep); color: var(--sand);
  border-block: 1px solid rgba(217, 201, 177, .18);
}
.availability-strip .marquee-set { font-size: 10px; letter-spacing: .18em; line-height: 1.7; }
.availability-strip .marquee-toggle { background: var(--forest-deep); color: var(--sand); }
.availability-dot { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--gold); }
.comments-region, .comments-track, .comments-set { background: transparent; }
.comments-track { animation: none; }
.comments-set[aria-hidden] { display: none; }
.comment { background: transparent; overflow: hidden; border: 1px solid rgba(0, 0, 0, .06); border-radius: 12px; }
.video-card { border-radius: 16px; overflow: hidden; border: 1px solid rgba(0, 0, 0, .08); }
.video-reveal, .price-reveal { min-width: 0; }
.price-reveal { display: flex; }
.price-reveal > .price-card { width: 100%; }
.price-card::after { box-shadow: 0 15px 30px rgba(0, 0, 0, .06), 0 0 0 1px rgba(176, 109, 77, .14), 0 0 26px rgba(208, 170, 124, .10); }
.faq-panel { overflow: hidden; }
details[open] .faq-answer { animation: none; }
details.faq-animating { overflow: hidden; }
summary { border-radius: 4px; }
summary:focus-visible { outline: 2px solid var(--terra); outline-offset: 4px; }
.fluid-cursor { display: none; position: fixed; inset: 0 auto auto 0; pointer-events: none; z-index: 1000; }
.fluid-cursor-dot { position: absolute; width: 4px; height: 4px; left: -2px; top: -2px; border-radius: 50%; background: #c29672; }
.fluid-cursor-ring { position: absolute; width: 32px; height: 32px; left: -16px; top: -16px; }
.fluid-cursor-ring::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(182, 131, 92, .65); border-radius: 50%; background: rgba(208, 170, 124, .08); }

/* These are pre-paint GSAP states, applied only by the guarded head bootstrap. */
@media (prefers-reduced-motion: no-preference) {
  html.gsap-pending .editorial-image-curtain { clip-path: inset(100% 0% 0% 0%); transform: scale(1.15); }
  html.gsap-pending [data-editorial-title] { opacity: 0; transform: translateY(100%); }
  html.gsap-pending :is(.video-reveal, .price-reveal) { opacity: 0; transform: translateY(40px); }
  html.motion-ready:not(.motion-paused) .marquee-track { display: flex; width: max-content; animation: editorial-ticker 25s linear infinite; }
  html.motion-ready:not(.motion-paused) .marquee-set { flex: 0 0 auto; flex-wrap: nowrap; width: max-content; min-width: 100vw; padding-inline: 40px; }
  html.motion-ready:not(.motion-paused) .marquee-copy { display: flex; }
  html.motion-ready:not(.motion-paused) .marquee-toggle { display: grid; }
  .marquee:hover .marquee-track, .marquee:focus-within .marquee-track,
  .marquee[data-paused="true"] .marquee-track { animation-play-state: paused !important; }
  html.motion-ready:not(.motion-paused) .availability-dot { animation: availability-breathe 2.8s ease-in-out infinite; }
  .marquee:hover .availability-dot, .marquee[data-paused="true"] .availability-dot { animation-play-state: paused !important; }
  @media (min-width: 701px) {
    html.motion-ready:not(.motion-paused) .comments-track { animation: comments 55s linear infinite; }
    html.motion-ready:not(.motion-paused) .comments-set[aria-hidden] { display: flex; }
    .comments-region:hover .comments-track, .comments-region:focus-within .comments-track { animation-play-state: paused !important; }
  }
  @media (hover: hover) and (pointer: fine) {
    summary { transition: color .25s ease-out, background-color .25s ease-out; }
    summary:hover { color: var(--terra); background: rgba(217, 201, 177, .12); }
    summary:hover svg { transform: rotate(12deg); }
    details[open] summary:hover svg { transform: rotate(57deg); }
    html.cursor-ready:not(.motion-paused) .fluid-cursor { display: block; }
    .fluid-cursor-ring::before { transition: transform .3s cubic-bezier(.22, 1, .36, 1), background-color .3s ease-out; }
    .fluid-cursor.is-interactive .fluid-cursor-ring::before { transform: scale(1.6); background: rgba(208, 170, 124, .19); }
  }
  @keyframes editorial-ticker { to { transform: translateX(-50%); } }
  @keyframes availability-breathe { 0%, 100% { opacity: .45; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.2); } }
}
@media (max-width: 700px) {
  .hero { padding-top: clamp(290px, 43svh, 395px); padding-inline: 22px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(2.2rem, 8.8vw, 2.7rem); }
  .marquee-set { gap: 16px 24px; padding-inline: 22px; }
  .availability-strip .marquee-set { font-size: 9px; }
}
html.motion-paused .marquee-viewport { padding-right: 0; }
@media (prefers-reduced-motion: reduce), print {
  .site-header { position: absolute; }
  .marquee-viewport { padding-right: 0; }
  .marquee-track { width: 100%; transform: none !important; }
  .marquee-copy, .marquee-toggle, .fluid-cursor { display: none !important; }
  .editorial-image-curtain, [data-editorial-title], .video-reveal, .price-reveal {
    visibility: visible !important; opacity: 1 !important; transform: none !important; clip-path: none !important;
  }
}
