/* ============================================================
   KG Wellness — Kayla Gascon
   v1 clean type system (Switzer / myhealthprac feel) + a thegrind
   "one photo zooms out into a grid" scroll centerpiece.
   ============================================================ */

:root {
  --bone:      #F4F1EC;
  --sand:      #EAE4DA;
  --greige:    #D8D4CD;
  --ink:       #1A1614;
  --ink-soft:  #5A514A;
  --line:      #CDC6BC;
  --line-dk:   #322C28;
  --clay:      #B0876A;
  --bone-dim:  #B7AFA4;

  --maxw: 1360px;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bone); color: var(--ink);
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400; font-size: clamp(1rem, 0.6vw + 0.9rem, 1.1rem);
  line-height: 1.55; letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); }
.section__head { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.section__title { font-weight: 500; font-size: clamp(2rem, 5vw, 3.9rem); line-height: 0.98; letter-spacing: -0.025em; margin-top: 0.9rem; max-width: 16ch; }

/* Pills */
.pill { display: inline-flex; align-items: center; gap: 0.9rem; padding: 0.55rem 0.55rem 0.55rem 1.35rem; border-radius: 100px; font-weight: 500; font-size: 0.95rem; letter-spacing: -0.01em; transition: transform 0.5s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease); }
.pill__arrow { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; transition: transform 0.5s var(--ease); }
.pill__arrow svg { width: 1.05rem; height: 1.05rem; }
.pill:hover .pill__arrow { transform: rotate(45deg); }
.pill--dark { background: var(--ink); color: var(--bone); }
.pill--dark .pill__arrow { background: var(--bone); color: var(--ink); }
.pill--dark:hover { background: #2b2420; }
.pill--light { background: var(--bone); color: var(--ink); }
.pill--light .pill__arrow { background: var(--ink); color: var(--bone); }
.pill--lg { padding: 0.7rem 0.7rem 0.7rem 1.6rem; font-size: 1.02rem; }
.pill--lg .pill__arrow { width: 2.4rem; height: 2.4rem; }

.link-arrow { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 500; letter-spacing: -0.01em; border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: gap 0.4s var(--ease); }
.link-arrow svg { width: 1.1rem; height: 1.1rem; }
.link-arrow:hover { gap: 0.85rem; }

/* Cinematic placeholder (real photos drop in) */
.ph { position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 30% 20%, #3a3129 0%, rgba(58,49,41,0) 55%), linear-gradient(155deg, #241d18 0%, #100c0a 100%); }
.ph::after { content: ""; position: absolute; inset: 0; background-image: var(--grain); background-size: 180px; mix-blend-mode: overlay; opacity: 0.16; pointer-events: none; }
.ph__label { position: absolute; left: 0; right: 0; bottom: 1.1rem; text-align: center; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,241,236,0.42); z-index: 2; }

/* ============================================================ NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.05rem var(--pad); transition: padding 0.5s var(--ease), background 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.nav.is-stuck { padding-top: 0.6rem; padding-bottom: 0.6rem; background: rgba(244,241,236,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav__brand { display: flex; align-items: center; gap: 0.6rem; }
.nav__logo { height: 40px; width: auto; }
.nav__word { font-weight: 500; font-size: 1.02rem; letter-spacing: -0.01em; }
.nav__links { display: flex; gap: 2rem; }
.nav__links a { font-size: 0.95rem; color: var(--ink); position: relative; opacity: 0.85; transition: opacity 0.3s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 1px; width: 0; background: var(--clay); transition: width 0.4s var(--ease); }
.nav__links a:hover { opacity: 1; } .nav__links a:hover::after { width: 100%; }
.nav__cta { padding: 0.45rem 0.45rem 0.45rem 1.2rem; font-size: 0.9rem; }
.nav__cta .pill__arrow { width: 1.9rem; height: 1.9rem; }

/* ============================================================ HERO (layered / coachedby) */
.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end;
  background: radial-gradient(85% 65% at 50% 16%, #EBE6DE 0%, rgba(235,230,222,0) 62%), linear-gradient(180deg, #E5E0D7 0%, #D6D2CA 100%); }
.hero__wordmark { position: absolute; top: -3%; left: 50%; transform: translateX(-50%); margin: 0; z-index: 1;
  width: min(94vw, 1600px); height: auto; opacity: 0.95; user-select: none; pointer-events: none; will-change: transform; }
/* Larger + anchored below the fold so her feet are always cut off (never shown); slightly left of center */
.hero__figure { position: absolute; bottom: -24vh; left: 50%; transform: translateX(-50%); height: 106vh; width: auto; max-width: none;
  z-index: 2; object-fit: contain; pointer-events: none; will-change: transform; }
.hero__inner { position: relative; z-index: 3; width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad) 2.6rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.hero .eyebrow { margin-bottom: 0.9rem; }
.hero__title { font-weight: 500; font-size: clamp(2rem, 4.4vw, 3.8rem); line-height: 0.94; letter-spacing: -0.03em; text-transform: lowercase; }
.hero__actions { display: flex; gap: 0.7rem; align-items: center; flex-wrap: wrap; }
.pill--ghost { background: transparent; border: 1px solid rgba(26,22,20,0.4); color: var(--ink); padding: 0.7rem 1.5rem; }
.pill--ghost:hover { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.hero__scrollcue { position: absolute; left: var(--pad); top: 46%; z-index: 3; writing-mode: vertical-rl; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); opacity: 0.75; }

/* ============================================================ MARQUEE */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.4rem 0; }
.marquee__track { display: inline-flex; align-items: center; gap: 2rem; white-space: nowrap; will-change: transform; }
.marquee__track span { font-size: clamp(1.4rem, 3vw, 2.4rem); font-weight: 500; letter-spacing: -0.02em; }
.marquee__track .dot { color: var(--clay); }

/* ============================================================ Section frames */
.section--dark { background: var(--ink); color: var(--bone); }
.section--dark .section__title { color: var(--bone); }
.section--dark .eyebrow { color: var(--clay); }
.about, .services, .pricing, .reviews, .contact { padding: clamp(4.5rem, 10vw, 9rem) 0; }
.about, #services, #pricing, #results, #reviews, #contact { scroll-margin-top: 84px; }

/* ============================================================ ABOUT */
.about { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.about__grid { display: grid; grid-template-columns: 12ch 1fr; gap: clamp(1.5rem, 4vw, 4rem); }
.about__label { padding-top: 0.5rem; }
.about__lead { font-weight: 500; font-size: clamp(1.5rem, 2.9vw, 2.5rem); line-height: 1.12; letter-spacing: -0.025em; margin-bottom: 2.2rem; text-wrap: balance; }
.about__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; max-width: 720px; }
.about__cols p { color: var(--ink-soft); }
.about__sign { margin-top: 2.4rem; display: flex; flex-direction: column; gap: 0.15rem; }
.about__signName { font-weight: 500; font-size: 1.05rem; }
.about__signRole { font-size: 0.85rem; color: var(--ink-soft); }
.about__portrait { align-self: stretch; }
.ph--portrait { aspect-ratio: 3/4; border-radius: 10px; }
.about__img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 20%; border-radius: 10px; display: block; }

/* ============================================================ STATEMENT (blur→focus + centered photo) */
.stmt { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: clamp(5rem, 10vw, 9rem) var(--pad); overflow: hidden; }
.stmt__label { position: absolute; left: var(--pad); top: 50%; transform: translateY(-50%); z-index: 3;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); }
.stmt__col { display: flex; flex-direction: column; align-items: center; gap: clamp(0.6rem, 1.6vw, 1.6rem); }
.stmt__line { font-weight: 600; font-size: clamp(2rem, 7.5vw, 6.5rem); line-height: 0.96; letter-spacing: -0.035em;
  text-transform: uppercase; will-change: filter, transform, opacity; }
.stmt__photo { position: relative; width: min(30vw, 360px); aspect-ratio: 4/5; border-radius: 14px; overflow: hidden; }
.stmt__slide { position: absolute; inset: 0; opacity: 0; will-change: opacity;
  background-size: cover; background-position: center 22%; background-repeat: no-repeat; }
/* All 3 point to the same shot for now; swap --2 and --3 for the other shoot photos to enable the rotation. */
.stmt__slide--1 { opacity: 1; background-image: url("assets/images/statement-1.webp"); }
.stmt__slide--2 { background-image: url("assets/images/statement-1.webp"); }
.stmt__slide--3 { background-image: url("assets/images/statement-1.webp"); }
.stmt__photoLabel { position: absolute; left: 0; right: 0; bottom: 1.1rem; text-align: center; z-index: 2;
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,241,236,0.42); }

/* ============================================================ WAYS TO TRAIN — spinning focus wheel */
.wheel { position: relative; height: 300vh; background: var(--sand); }
.wheel__pin { position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center; }
.wheel__label { position: absolute; left: var(--pad); top: 50%; transform: translateY(-50%); z-index: 3;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); max-width: 12ch; }
.wheel__stage { position: relative; width: 100%; height: 100%; }
.wheel__ring { position: absolute; inset: 0; }
.wheel__item { position: absolute; top: 50%; left: 54%; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem; white-space: nowrap;
  will-change: transform, filter, opacity; }
.wheel__name { font-weight: 600; font-size: clamp(2.4rem, 8vw, 6rem); letter-spacing: -0.035em; text-transform: uppercase; color: var(--ink); line-height: 0.9; }
.wheel__meta { font-size: clamp(0.85rem, 1.4vw, 1.05rem); color: var(--ink-soft); letter-spacing: 0.01em; }

/* ============================================================ ZOOM-TO-GRID (thegrind) */
.zoom { position: relative; height: 340vh; background: var(--bone); }
.zoom__pin { position: sticky; top: 0; height: 100vh; display: grid; place-items: center; overflow: hidden; }
.zoom__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: clamp(8px, 0.9vw, 16px); width: min(90vw, 1360px); height: min(84vh, 820px); transform-origin: 50% 50%; will-change: transform; }
.zt { border-radius: 14px; overflow: hidden; }
.zt--focal { border-radius: 14px; }
.zt img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.zt--focal img { object-position: center 12%; }   /* B&W portrait in a landscape frame — crop empty space above her head, keep her face */
/* tonal variety so the grid never reads as identical repeats */
.zt:nth-child(1) { background: radial-gradient(120% 90% at 70% 20%, #423830 0%, rgba(66,56,48,0) 55%), linear-gradient(155deg, #2a221c 0%, #100c0a 100%); }
.zt:nth-child(2) { background: radial-gradient(120% 90% at 30% 80%, #33291f 0%, rgba(51,41,31,0) 55%), linear-gradient(200deg, #1e1712 0%, #0c0908 100%); }
.zt:nth-child(3) { background: radial-gradient(120% 90% at 50% 10%, #4a3f34 0%, rgba(74,63,52,0) 60%), linear-gradient(140deg, #251d17 0%, #0f0b09 100%); }
.zt:nth-child(6) { background: radial-gradient(120% 90% at 20% 30%, #3d332a 0%, rgba(61,51,42,0) 55%), linear-gradient(165deg, #221b15 0%, #0d0a08 100%); }
.zt:nth-child(7) { background: radial-gradient(120% 90% at 80% 70%, #362c22 0%, rgba(54,44,34,0) 55%), linear-gradient(190deg, #201812 0%, #0e0a08 100%); }
.zt:nth-child(8) { background: radial-gradient(120% 90% at 40% 40%, #443a30 0%, rgba(68,58,48,0) 60%), linear-gradient(150deg, #271e17 0%, #100b09 100%); }
.zt:nth-child(9) { background: radial-gradient(120% 90% at 60% 80%, #322820 0%, rgba(50,40,32,0) 55%), linear-gradient(175deg, #1d1611 0%, #0c0807 100%); }
.zoom__intro { position: absolute; z-index: 6; text-align: center; color: var(--bone); pointer-events: none; padding: 0 1rem; }
.zoom__intro .eyebrow { color: rgba(244,241,236,0.7); }
.zoom__intro h2 { font-weight: 500; font-size: clamp(2rem, 6vw, 4.5rem); line-height: 0.98; letter-spacing: -0.03em; margin-top: 0.8rem; text-shadow: 0 2px 40px rgba(0,0,0,0.35); }
.zoom__outro { position: absolute; z-index: 6; left: var(--pad); bottom: 2.4rem; max-width: 34ch; opacity: 0; }
.zoom__note { color: var(--ink-soft); margin-top: 0.6rem; }

/* ============================================================ PRICING */
.pricing__grid { max-width: var(--maxw); margin: 3.5rem auto 0; padding: 0 var(--pad); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.price { position: relative; background: var(--sand); border: 1px solid var(--line); border-radius: 14px; padding: 2rem 1.8rem 2.2rem; display: flex; flex-direction: column; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.price:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -30px rgba(26,22,20,0.35); }
.price--featured { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.price--featured .price__sessions, .price--featured .price__unit, .price--featured .price__note { color: var(--bone-dim); }
.price__flag { position: absolute; top: -0.7rem; left: 1.8rem; background: var(--clay); color: var(--bone); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 100px; font-weight: 500; }
.price__top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.price__name { font-weight: 500; font-size: 1.15rem; letter-spacing: -0.02em; }
.price__sessions { font-size: 0.85rem; color: var(--ink-soft); }
.price__rate { display: flex; align-items: baseline; gap: 0.4rem; }
.price__num { font-weight: 500; font-size: clamp(2.6rem, 5vw, 3.4rem); letter-spacing: -0.04em; line-height: 1; }
.price__unit { font-size: 0.9rem; color: var(--ink-soft); }
.price__total { margin-top: 0.5rem; font-size: 0.95rem; color: var(--clay); font-weight: 500; }
.price__note { margin-top: 1.2rem; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.45; }
.pricing__extra { max-width: var(--maxw); margin: 1.2rem auto 0; padding: 0 var(--pad); }
.xrow { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.xrow:first-child { border-top: 1px solid var(--line); }
.xrow__k { font-weight: 500; font-size: 1.05rem; letter-spacing: -0.02em; }
.xrow__v { color: var(--ink-soft); font-size: 1rem; }
.xrow__v em { font-style: normal; color: var(--clay); }
.xrow--soft .xrow__k { color: var(--ink-soft); }
.pricing__cta { max-width: var(--maxw); margin: 2.6rem auto 0; padding: 0 var(--pad); }

/* ============================================================ REVIEWS */
.reviews { max-width: var(--maxw); margin: 0 auto; }
.reviews__empty { max-width: var(--maxw); margin: 2.4rem auto 0; padding: 0 var(--pad); position: relative; }
.reviews__quoteMark { font-size: 8rem; line-height: 0.5; color: var(--clay); font-weight: 700; height: 3rem; }
.reviews__empty p { font-size: clamp(1.4rem, 3vw, 2.3rem); font-weight: 500; letter-spacing: -0.025em; line-height: 1.18; max-width: 22ch; margin: 1.5rem 0; text-wrap: balance; }

/* ============================================================ CONTACT (dark) */
.contact__grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.contact__title { font-weight: 500; font-size: clamp(2.2rem, 5.5vw, 4.4rem); line-height: 0.92; letter-spacing: -0.035em; margin: 1rem 0 1.4rem; }
.contact__sub { color: var(--bone-dim); max-width: 40ch; }
.contact__direct { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 2.4rem; }
.contact__email { font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-weight: 500; letter-spacing: -0.02em; border-bottom: 1px solid var(--line-dk); padding-bottom: 0.3rem; width: fit-content; transition: border-color 0.3s; }
.contact__email:hover { border-color: var(--clay); }
.contact__ig { color: var(--bone-dim); font-size: 0.95rem; width: fit-content; }
.contact__form { display: flex; flex-direction: column; gap: 1.3rem; }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bone-dim); }
.field input, .field textarea { background: transparent; border: none; border-bottom: 1px solid var(--line-dk); color: var(--bone); font-family: inherit; font-size: 1.05rem; padding: 0.6rem 0; resize: none; transition: border-color 0.3s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--clay); }
.contact__form .pill { align-self: flex-start; margin-top: 0.6rem; }
.contact__formnote { font-size: 0.9rem; color: var(--clay); }

/* ============================================================ FOOTER */
.footer { padding: clamp(3rem, 6vw, 5rem) var(--pad) 2.5rem; max-width: var(--maxw); margin: 0 auto; }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.footer__logo { height: 52px; width: auto; max-width: 72vw; }
.footer__nav { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.footer__nav a { color: var(--ink-soft); transition: color 0.3s; }
.footer__nav a:hover { color: var(--ink); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; font-size: 0.85rem; color: var(--ink-soft); flex-wrap: wrap; }

/* ============================================================ Reveal */
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }

/* ============================================================ RESPONSIVE */
@media (max-width: 940px) {
  .nav__links { display: none; }
  .hero__figure { height: 92vh; bottom: -18vh; left: 50%; }
  .hero__wordmark { top: 5%; width: 128vw; }
  .hero__inner { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .hero__scrollcue { display: none; }
  .about { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .about__portrait { max-width: 420px; }
  .about__cols { grid-template-columns: 1fr; }
  .pricing__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .zoom { height: 300vh; }
  .zoom__grid { width: 92vw; height: 70vh; }
  .stmt__label { display: none; }
  .stmt__photo { width: 62vw; }
  .wheel__label { display: none; }
  .wheel__item { left: 50%; }
}
@media (max-width: 560px) {
  .hero { padding-top: 6.5rem; }
  .footer__top { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .zoom { height: auto; }
  .zoom__pin { position: static; height: auto; padding: 4rem 0; }
  .zoom__grid { transform: none !important; width: min(92vw,1200px); height: auto; grid-auto-rows: 1fr; }
  .zt { aspect-ratio: 1/1; }
  .zoom__intro { position: static; color: var(--ink); margin-bottom: 2rem; }
  .zoom__intro .eyebrow { color: var(--clay); }
  .zoom__intro h2 { text-shadow: none; }
  .zoom__outro { position: static; opacity: 1; margin-top: 2rem; }
  .stmt__line { filter: none !important; opacity: 1 !important; transform: none !important; }
}

/* Wheel static fallback (no GSAP / reduced motion) */
.wheel.is-static, .wheel.is-static .wheel__stage { height: auto; }
.wheel.is-static { height: auto; }
.wheel.is-static .wheel__pin { position: static; height: auto; flex-direction: column; align-items: flex-start; padding: clamp(4rem,9vw,7rem) var(--pad); gap: 0.5rem; }
.wheel.is-static .wheel__label { position: static; transform: none; margin-bottom: 1.5rem; }
.wheel.is-static .wheel__ring { position: static; }
.wheel.is-static .wheel__item { position: static; transform: none !important; filter: none !important; opacity: 1 !important; align-items: flex-start; margin: 1.4rem 0; }
@media (prefers-reduced-motion: reduce) {
  .wheel { height: auto; }
  .wheel__pin { position: static; height: auto; flex-direction: column; align-items: flex-start; padding: 5rem var(--pad); }
  .wheel__label { position: static; transform: none; margin-bottom: 1.5rem; }
  .wheel__stage { height: auto; }
  .wheel__ring { position: static; }
  .wheel__item { position: static; transform: none !important; filter: none !important; opacity: 1 !important; align-items: flex-start; margin: 1.4rem 0; }
}
