/* =========================================================
   ALHADDAD SHRED LAB — Light Edition
   Refined minimal · editorial whitespace · boutique premium
   Display EN  Asul       Body EN  Manrope
   Display AR  Tajawal    Body AR  Tajawal
   ========================================================= */

/* ---------- Tajawal (self-hosted) ---------- */
@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-Black.ttf") format("truetype");
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* color */
  --bg:        #FFFFFF;
  --bg-soft:   #FAFAF7;   /* cream — for a single contrast section */
  --ink:       #0A0A0A;   /* near-black headings */
  --ink-2:     #2E2E2C;
  --ink-3:     #4A4A4A;   /* body */
  --ink-4:     #6F6E69;   /* meta */
  --ink-5:     #9A9892;   /* very muted, big phase numbers */
  --line:      #ECEAE2;   /* hairline borders */
  --line-2:    #D9D6CC;
  --orange:    #FF5E15;
  --orange-d:  #E54E0A;   /* hover */
  --orange-soft: #FFF1E8; /* tinted background */
  --orange-tint: rgba(255,94,21,.08);

  /* fonts */
  --font-display: "Asul", "Georgia", "Iowan Old Style", "Times New Roman", serif;
  --font-body:    "Manrope", "Avenir Next", "Segoe UI", system-ui, sans-serif;

  /* tracking — neutralized for Arabic so joining isn't broken */
  --track-tight: -0.018em;
  --track-caps:  0.16em;
  --track-wide:  0.04em;

  /* layout */
  --maxw: 1200px;
  --gutter: 24px;
  --radius:    14px;
  --radius-lg: 22px;
  --pill: 999px;

  /* shadows — soft, near-black with warm tint */
  --shadow-card:  0 1px 0 rgba(10,10,10,.02), 0 14px 30px -16px rgba(10,10,10,.10);
  --shadow-hover: 0 1px 0 rgba(10,10,10,.03), 0 22px 50px -22px rgba(10,10,10,.18), 0 6px 18px -10px rgba(255,94,21,.10);
  --shadow-photo: 0 30px 60px -28px rgba(95,40,5,.22), 0 8px 22px -14px rgba(10,10,10,.10);
  --shadow-cta:   0 8px 22px -10px rgba(255,94,21,.55);

  --ease-spring: cubic-bezier(.22, 1, .36, 1);
}

html[lang="ar"] {
  --font-display: "Tajawal", sans-serif;
  --font-body:    "Tajawal", sans-serif;
  --track-tight: 0;
  --track-caps:  0;
  --track-wide:  0;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--ink-3);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; }
strong { font-weight: 700; color: var(--ink); }

::selection { background: var(--orange); color: #fff; }

:focus-visible {
  outline: 2.5px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: fixed; top: -100px; inset-inline-start: 16px;
  z-index: 1000; background: var(--ink); color: #fff;
  padding: 12px 18px; border-radius: 10px; font-weight: 700;
  transition: top .2s var(--ease-spring);
}
.skip-link:focus { top: 16px; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 32px);
}
.section { padding-block: clamp(72px, 11vw, 124px); }

.section__head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 64px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }
.section__sub { color: var(--ink-4); margin-top: 18px; font-size: 1.04rem; line-height: 1.65; }

/* ---------- Eyebrow + display headings ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--ink-4);
  display: inline-flex; align-items: center; gap: 12px;
}
html[lang="ar"] .eyebrow { text-transform: none; font-size: .92rem; font-weight: 700; }
.eyebrow::before {
  content: ""; width: 22px; height: 1px; background: currentColor; display: inline-block;
}
.eyebrow--orange { color: var(--orange); }

.section__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: var(--track-tight);
  color: var(--ink);
}
.section__title em {
  font-style: italic;
  color: var(--orange);
  font-weight: 400;
}
html[lang="ar"] .section__title { line-height: 1.35; font-weight: 700; }

.accent-serif {
  font-style: italic; font-weight: 400; color: var(--orange);
}
html[lang="ar"] .accent-serif { font-style: normal; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  height: 52px; padding-inline: 28px;
  border-radius: var(--pill);
  white-space: nowrap;
  transition: transform .25s var(--ease-spring), background-color .2s ease,
              color .2s ease, box-shadow .25s ease, border-color .2s ease;
}
html[lang="ar"] .btn { text-transform: none; font-weight: 700; font-size: .98rem; }
.btn .arrow { display: inline-block; transition: transform .25s var(--ease-spring); }
html[dir="rtl"] .btn .arrow { transform: scaleX(-1); }

.btn--sm { height: 40px; padding-inline: 18px; font-size: .72rem; }
html[lang="ar"] .btn--sm { font-size: .82rem; }

.btn--lg { height: 62px; padding-inline: 32px; font-size: .92rem; }
html[lang="ar"] .btn--lg { font-size: 1.05rem; }

.btn--primary {
  background: var(--orange); color: #fff;
  box-shadow: var(--shadow-cta);
}
.btn--primary:hover {
  background: var(--orange-d); transform: translateY(-2px);
  box-shadow: 0 14px 30px -10px rgba(229,78,10,.55);
}
.btn--primary:hover .arrow { transform: translateX(4px); }
html[dir="rtl"] .btn--primary:hover .arrow { transform: scaleX(-1) translateX(4px); }
.btn--primary:active { transform: translateY(0); }

.btn--outline {
  background: transparent; color: var(--orange);
  border: 1.5px solid var(--orange);
}
.btn--outline:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.btn--outline:hover .arrow { transform: translateX(4px); }
html[dir="rtl"] .btn--outline:hover .arrow { transform: scaleX(-1) translateX(4px); }

/* ghost — white/translucent outline for use over dark imagery (hero) */
.btn--ghost {
  background: rgba(255,255,255,.08); color: #fff;
  border: 1.5px solid rgba(255,255,255,.55);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.btn--ghost:hover {
  background: rgba(255,255,255,.16); border-color: #fff;
  transform: translateY(-2px);
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background-color .25s ease;
}
.nav.is-scrolled {
  background: rgba(255,255,255,.94);
  border-bottom-color: var(--line);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; height: 80px;
}
.nav__logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.nav__logo img { height: 42px; width: auto; }
@media (max-width: 600px) {
  .nav__inner { height: 72px; }
  .nav__logo img { height: 36px; }
}
.nav__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
/* Small phones: compact the actions so nothing spills past the screen edge. */
@media (max-width: 480px) {
  .nav__inner { gap: 8px; }
  .nav__actions { gap: 7px; }
  .nav__logo img { height: 30px; }
  .nav__actions .btn--sm { height: 36px; padding-inline: 12px; font-size: .64rem; }
  .nav__actions .btn--sm .arrow { display: none; }
  html[lang="ar"] .nav__actions .btn--sm { font-size: .84rem; }
  .lang-toggle { padding: 2px; }
  .lang-toggle__btn { padding: 4px 8px; min-width: 26px; font-size: .72rem; }
}

.lang-toggle {
  display: inline-flex; align-items: center; gap: 2px;
  font-family: var(--font-body);
  padding: 3px; border: 1px solid var(--line); border-radius: var(--pill);
  background: var(--bg-soft);
}
.lang-toggle__btn {
  font-weight: 700; font-size: .78rem; letter-spacing: .03em;
  padding: 5px 11px; color: var(--ink-4); line-height: 1;
  border-radius: var(--pill); min-width: 30px; text-align: center;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.lang-toggle__btn[aria-pressed="true"] {
  color: #fff; background: var(--orange);
  box-shadow: 0 2px 8px -2px rgba(255,94,21,.5);
}
.lang-toggle__btn:hover { color: var(--ink); }
.lang-toggle__btn[aria-pressed="true"]:hover { color: #fff; }
.lang-toggle__sep { display: none; }

/* =========================================================
   HERO — COMPACT FORGE PANEL (background)
   A CONTAINED rounded panel (compact height, NOT full-viewport, NOT full page)
   sitting on the cream page with margin around it. The forge video is the
   panel's background (stretched, object-fit:cover). A directional scrim keeps
   the text side readable; text overlaid on the dark side.
   ========================================================= */
.hero--bg {
  position: relative;
  isolation: isolate;
  /* centered, capped width with cream spacing — keeps a 16:9 shape so the
     widescreen forge video always shows fully (no crop at any window width) */
  margin-block: clamp(14px, 3vw, 40px);
  margin-inline: auto;
  width: calc(100% - 2 * clamp(14px, 3vw, 40px));
  max-width: 1280px;
  aspect-ratio: 16 / 9;                    /* matches the video → no cropping */
  border-radius: 28px;
  display: flex;
  align-items: center;
  overflow: hidden;                       /* rounded corners clip the video */
  background: var(--ink);
  box-shadow: 0 30px 70px -34px rgba(10,10,10,.5), 0 8px 24px -16px rgba(10,10,10,.35);
}

/* background layer — forge video stretched to fill the panel */
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  display: block;
}

/* directional readability scrim — dark on the text side (LEFT in LTR) */
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
              rgba(10,10,10,.84) 0%,
              rgba(10,10,10,.6) 44%,
              rgba(10,10,10,.16) 100%);
}
html[dir="rtl"] .hero__scrim {
  background: linear-gradient(270deg,
              rgba(10,10,10,.84) 0%,
              rgba(10,10,10,.6) 44%,
              rgba(10,10,10,.16) 100%);
}

/* content — text constrained to the start side with comfortable padding */
.hero__inner {
  position: relative; z-index: 1;
  width: 100%;
  padding-block: clamp(40px, 7vh, 72px);
  padding-inline: clamp(24px, 6vw, 84px);
}
.hero__text {
  display: flex; flex-direction: column; align-items: flex-start;
  text-align: start;
  width: 100%;
  max-width: 50%;
}

/* eyebrow pill — translucent over the dark scrim */
.hero__pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: var(--pill);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700; font-size: .82rem; letter-spacing: .02em;
  transition: background-color .2s ease, border-color .2s ease, transform .25s var(--ease-spring);
}
html[lang="ar"] .hero__pill { font-size: .92rem; }
.hero__pill:hover { background: rgba(255,94,21,.22); border-color: rgba(255,94,21,.6); transform: translateY(-1px); }
.hero__pill .arrow { display: inline-block; color: var(--orange); transition: transform .25s var(--ease-spring); }
.hero__pill:hover .arrow { transform: translateX(3px); }
html[dir="rtl"] .hero__pill .arrow { transform: scaleX(-1); }
html[dir="rtl"] .hero__pill:hover .arrow { transform: scaleX(-1) translateX(3px); }

/* headline + rotating word — white static, orange rotating word */
.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: var(--track-tight);
  color: #fff;
  margin: 20px 0 0;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
html[lang="ar"] .hero__title { line-height: 1.3; }
.hero__static { display: block; }
.hero__guarantee { color: var(--orange); font-weight: 700; }

.hero__rotator {
  display: block; position: relative;
  height: 1.18em; margin-top: .06em; overflow: hidden;
}
html[lang="ar"] .hero__rotator { height: 1.5em; }
.hero__word {
  position: absolute; inset-inline-start: 0; inset-inline-end: 0; top: 0;
  color: var(--orange); font-weight: 700;
  opacity: 0; transform: translateY(100%);
  will-change: transform, opacity;
}
.hero__word.is-active {
  opacity: 1; transform: translateY(0);
  transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .5s cubic-bezier(.22,1,.36,1);
}
.hero__word.is-leaving {
  opacity: 0; transform: translateY(-100%);
  transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .5s cubic-bezier(.22,1,.36,1);
}

.hero__sub {
  margin-top: 20px; max-width: 46ch;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 1.4vw, 1.1rem); line-height: 1.7;
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
}

.hero__actions {
  margin-top: 30px;
  display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center; justify-content: flex-start;
}
.hero__cta { min-width: 200px; }

/* Tablet — relax the text width */
@media (max-width: 1023px) {
  .hero__text { max-width: 64%; }
}

/* Mobile — full-width text over a stronger overall scrim */
@media (max-width: 767px) {
  .hero--bg {
    margin: 12px; width: auto;
    aspect-ratio: auto;                    /* 16:9 too short on a phone */
    min-height: clamp(420px, 64vh, 540px);
    border-radius: 22px;
  }
  .hero__video { object-position: center center; }
  .hero__scrim,
  html[dir="rtl"] .hero__scrim {
    background:
      linear-gradient(180deg, rgba(10,10,10,.45) 0%, rgba(10,10,10,.8) 100%),
      rgba(10,10,10,.4);
  }
  .hero__inner { padding-inline: clamp(22px, 7vw, 40px); }
  .hero__text { max-width: 100%; }
  .hero__cta { width: 100%; max-width: 420px; min-width: 0; }
}

/* Mobile (<768px) — panel keeps a smaller margin; text full-width with a
   stronger overall scrim for readability; comfortable padding; buttons stack. */
@media (max-width: 767px) {
  .hero--bg {
    margin: 12px;
    min-height: calc(100svh - 64px - 24px);
    border-radius: 22px;
  }
  .hero__video { object-position: center center; }
  .hero__scrim,
  html[dir="rtl"] .hero__scrim {
    background:
      linear-gradient(180deg, rgba(10,10,10,.45) 0%, rgba(10,10,10,.78) 100%),
      rgba(10,10,10,.45);
  }
  .hero__inner { padding-inline: clamp(22px, 7vw, 40px); }
  .hero__text { max-width: 100%; }
  .hero__cta { width: 100%; max-width: 420px; min-width: 0; }
  .hero__actions { gap: 12px; }
}

/* reduced motion: show only the first word static (video paused via JS → poster) */
@media (prefers-reduced-motion: reduce) {
  .hero__word.is-active { transition: none; }
}

/* =========================================================
   RESULTS
   ========================================================= */
/* Paged before/after carousel: a full page of cards sits still long enough to
   actually look at, then advances — rather than sliding past continuously.
   main.js drives the paging (RTL-aware) and the arrows below. */
.results__grid { display: block; overflow: hidden; }
.results__track {
  display: flex; gap: 18px;
  transition: transform .4s var(--ease-spring);
  will-change: transform;
}
.results__track > .result-card { flex: 0 0 100%; }

.results__nav {
  display: flex; justify-content: center; align-items: center; gap: 12px;
  margin-top: 28px;
}
.results__arrow {
  width: 52px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: var(--orange-soft); color: var(--orange);
  font-size: 1.1rem; line-height: 1;
  transition: background-color .2s ease, transform .2s var(--ease-spring), opacity .2s ease;
}
.results__arrow:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.results__arrow:active { transform: translateY(0); }
.results__arrow[disabled] { opacity: .35; cursor: default; }
.results__arrow[disabled]:hover { background: var(--orange-soft); color: var(--orange); transform: none; }
.results__arrow svg { width: 18px; height: 18px; }
/* RTL flips the button order, so mirror the chevrons too — otherwise "next"
   sits on the left while pointing right. */
html[dir="rtl"] .results__arrow svg { transform: scaleX(-1); }

@media (min-width: 600px) {
  .results__track > .result-card { flex: 0 0 calc((100% - 18px) / 2); }
}
@media (min-width: 900px) {
  .results__track > .result-card { flex: 0 0 calc((100% - 36px) / 3); }
}
.result-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-card);
  transition: transform .35s var(--ease-spring), box-shadow .35s ease, border-color .25s ease;
}
.result-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--line-2); }
/* Photos sit inside the card with breathing room, each rounded, with a real
   gap between them — the label is a floating white pill at the bottom centre. */
.result-card__photos {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 10px; background: transparent;
}
.ba {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden;
  background: var(--bg-soft);
  border-radius: calc(var(--radius-lg) - 6px);
}
.ba img { width: 100%; height: 100%; object-fit: cover; }
.ba figcaption {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-family: var(--font-body);
  font-weight: 700; font-size: .62rem; white-space: nowrap;
  letter-spacing: var(--track-caps); text-transform: uppercase;
  color: var(--ink-3);
  padding: 5px 12px; border-radius: var(--pill);
  background: rgba(255,255,255,.94); backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(10,10,10,.14);
}
html[lang="ar"] .ba figcaption { text-transform: none; font-size: .74rem; letter-spacing: 0; }
.ba--after figcaption { color: var(--orange); }

.result-card__body { padding: 18px 20px 22px; }
.result-card__meta { display: flex; align-items: baseline; gap: 8px; color: var(--ink-4); font-size: .82rem; }
.result-card__name { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); letter-spacing: var(--track-tight); }
.result-card__weeks { color: var(--ink-4); font-size: .82rem; font-variant-numeric: tabular-nums; }
.dot { color: var(--ink-5); }
.result-card__outcome { color: var(--ink-3); font-size: .95rem; line-height: 1.5; margin-top: 6px; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials__grid {
  display: grid; grid-template-columns: 1fr; gap: 24px;
}
.testimonial {
  position: relative; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 28px 26px;
  box-shadow: var(--shadow-card);
}
.testimonial__quote-mark {
  position: absolute; top: 6px; inset-inline-start: 22px;
  font-family: var(--font-display); font-style: italic;
  font-size: 4.2rem; line-height: 1; color: var(--orange);
  opacity: .82;
  pointer-events: none;
}
html[dir="rtl"] .testimonial__quote-mark { transform: scaleX(-1); }
.testimonial blockquote { margin-top: 28px; }
.testimonial blockquote p {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-2);
  font-size: 1.06rem; line-height: 1.6;
}
html[lang="ar"] .testimonial blockquote p { font-style: normal; line-height: 1.85; font-size: 1.1rem; }
.testimonial blockquote p strong { color: var(--ink); font-weight: 700; font-style: normal; }
.testimonial figcaption {
  margin-top: 22px; padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 2px;
}
.testimonial__name { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: var(--ink); letter-spacing: var(--track-tight); }
.testimonial__role { font-size: .82rem; color: var(--ink-4); }

/* =========================================================
   FORGE METHOD — 5 phases
   ========================================================= */
.forge__grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
  counter-reset: phase;
}
.phase {
  position: relative;
  background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 6px;
  overflow: hidden;
  transition: transform .35s var(--ease-spring), border-color .25s ease;
}
.phase:hover { transform: translateY(-3px); border-color: var(--orange); }
.phase__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.4rem; line-height: 1;
  color: var(--ink-5);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.phase__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--orange-soft); color: var(--orange);
  margin-top: 8px;
}
.phase__icon svg { width: 20px; height: 20px; }
.phase__name {
  font-family: var(--font-body);
  font-weight: 800; font-size: 1.02rem;
  letter-spacing: var(--track-caps); text-transform: uppercase;
  color: var(--ink); margin-top: 16px;
}
html[lang="ar"] .phase__name { display: none; }
.phase__name-ar {
  font-family: "Tajawal", sans-serif;
  font-weight: 700; font-size: 1.1rem; color: var(--ink-4);
}
html[lang="en"] .phase__name-ar { display: none; }
html[lang="ar"] .phase__name-ar { font-size: 1.3rem; color: var(--ink); }
.phase__tag {
  font-family: var(--font-display); font-style: italic;
  color: var(--ink-4); font-size: .95rem; line-height: 1.5; margin-top: 6px;
}
html[lang="ar"] .phase__tag { font-style: normal; font-family: var(--font-body); font-size: .98rem; line-height: 1.7; }

/* =========================================================
   PROGRAMS — 4 visual cards
   ========================================================= */
.programs__grid {
  display: grid; grid-template-columns: 1fr; gap: 22px;
  max-width: 1200px; margin-inline: auto;
}
.program-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .35s var(--ease-spring), border-color .25s ease, box-shadow .35s ease;
  color: inherit;
  /* cursor-driven spotlight glow — see main.js (rect-relative --x/--y) */
  --x: 50%;
  --y: 50%;
  --glow: 0;             /* 0 at rest → 1 when pointer is over the card */
  --glow-size: 200px;    /* spotlight diameter (≈ reference --size:200) */
}
.program-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  box-shadow: var(--shadow-hover);
}

/* --- Spotlight glow layers (additive, subtle on the light theme) ---
   ::before = a soft orange wash on the card surface under the cursor.
   ::after  = an orange border that lights up near the cursor, drawn as a
   radial-gradient ring via the mask-composite border trick. Both fade in
   with --glow (set by JS on pointer enter/move, back to 0 on leave). */
.program-card::before,
.program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 3;
  opacity: var(--glow);
  transition: opacity .35s ease;
}
/* surface spotlight — warm orange wash that brightens near the pointer */
.program-card::before {
  background: radial-gradient(
    var(--glow-size) var(--glow-size) at var(--x) var(--y),
    hsl(28 100% 55% / .16),
    hsl(28 100% 55% / .05) 40%,
    transparent 70%
  );
}
/* border glow — orange ring that intensifies near the pointer.
   mask-composite: intersect keeps only the border band of the gradient. */
.program-card::after {
  background: radial-gradient(
    var(--glow-size) var(--glow-size) at var(--x) var(--y),
    hsl(28 100% 52% / .95),
    hsl(28 100% 52% / .35) 35%,
    transparent 70%
  );
  padding: 2px;                       /* border thickness ≈ reference --border */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;        /* Safari */
  mask-composite: exclude;            /* keep only the padding/border band */
}
/* Graceful fallback: if mask isn't supported, fall back to a plain orange
   border-color glow + soft shadow on hover (no moving ring). */
@supports not (mask-composite: exclude) {
  .program-card::after { display: none; }
  .program-card:hover {
    border-color: var(--orange);
    box-shadow: var(--shadow-hover), 0 0 0 1px rgba(255,94,21,.25);
  }
}
/* The featured card already has an orange border — keep the glow complementary
   (a touch softer) so the masked ring enhances rather than clashes. */
.program-card--featured::after { padding: 2.5px; }

/* Reduced motion / touch: no moving spotlight. Cards get a static, subtle
   orange border highlight on hover instead. JS also skips the rAF listener. */
@media (prefers-reduced-motion: reduce) {
  .program-card::before,
  .program-card::after { display: none; }
  .program-card:hover { border-color: var(--orange); }
}
@media (hover: none) {
  .program-card::before,
  .program-card::after { display: none; }
}
.program-card--featured {
  border-color: var(--orange);
  border-width: 1.5px;
  box-shadow: 0 14px 30px -16px rgba(255,94,21,.18);
}
/* --- Bold brand "bundle" banner (factive-style, brand colors) ---
   Charcoal→orange diagonal gradient (matches the package-detail hero) with a
   low-opacity diagonal texture overlay, the big white duration name overlaid,
   and a polished equipment-graphic accent. */
.program-card__visual {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #0A0A0A 0%, #2A1505 55%, #FF5E15 140%);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  border-bottom: none;
  overflow: hidden;
}
/* Featured 6-month: brighter orange + an inner glow so it pops. */
.program-card__visual--accent {
  background: linear-gradient(135deg, #0A0A0A 0%, #3A1D06 50%, #FF7A33 145%);
  box-shadow: inset 0 0 60px -10px rgba(255,122,51,.45);
}
/* Low-opacity diagonal texture overlay for energy/depth. */
.program-card__texture {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,.05) 0px,
      rgba(255,255,255,.05) 2px,
      transparent 2px,
      transparent 22px),
    radial-gradient(80% 120% at 100% 0%, rgba(255,94,21,.35), transparent 55%);
}
.program-card__visual--accent .program-card__texture {
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,.06) 0px,
      rgba(255,255,255,.06) 2px,
      transparent 2px,
      transparent 22px),
    radial-gradient(85% 130% at 100% 0%, rgba(255,122,51,.5), transparent 55%);
}
/* Per-package PHOTO banner on the home cards — the package's hero photo + a
   bottom-weighted scrim so the big duration name stays readable. The photo
   replaces the SVG cluster + diagonal texture. */
.program-card__visual--photo {
  background-image:
    linear-gradient(180deg, rgba(8,8,8,.12) 0%, rgba(8,8,8,.42) 52%, rgba(8,8,8,.86) 100%),
    var(--card-bg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}
.program-card__visual--photo .program-card__texture,
.program-card__visual--photo .program-card__art { display: none; }
/* Big white duration name — the card's hero text inside the banner. */
.program-card__bigname {
  position: absolute; z-index: 1;
  inset-inline-start: 16px; bottom: 12px;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 1rem + 2.4vw, 2.15rem);
  line-height: .95; letter-spacing: var(--track-tight);
  color: #fff; text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.4);
  pointer-events: none;
}
html[lang="ar"] .program-card__bigname {
  text-transform: none; letter-spacing: 0; line-height: 1.15;
  font-size: clamp(1.35rem, 1rem + 2vw, 1.85rem);
}
/* Polished equipment-graphic accent — sits top-end of the banner. */
.program-card__art {
  position: absolute; z-index: 1;
  top: 12px; inset-inline-end: 12px;
  width: 56%; max-width: 175px; height: auto;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.35));
}
html[dir="rtl"] .program-card__art { transform: scaleX(-1); }
.program-card__badge {
  position: absolute; top: 14px; inset-inline-end: 14px;
  z-index: 2;
  font-family: var(--font-body);
  font-weight: 800; font-size: .64rem;
  letter-spacing: var(--track-caps); text-transform: uppercase;
  color: #fff; background: var(--orange);
  padding: 6px 12px; border-radius: var(--pill);
  box-shadow: 0 4px 14px -4px rgba(255,94,21,.5);
}
html[lang="ar"] .program-card__badge { text-transform: none; font-size: .82rem; letter-spacing: 0; }
/* Outline / soft variants now sit on the dark banner — give them a translucent
   light fill so the text reads clearly against the charcoal→orange gradient. */
.program-card__badge--outline {
  color: #fff; background: rgba(255,255,255,.14);
  border: 1.5px solid rgba(255,255,255,.55);
  box-shadow: none;
}
.program-card__badge--soft {
  color: #fff; background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 2px 10px -4px rgba(0,0,0,.4);
}
.program-card__body {
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.program-card__title {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.45rem; line-height: 1.2;
  color: var(--ink); letter-spacing: var(--track-tight);
  margin: 4px 0 2px;
}
html[lang="ar"] .program-card__title { line-height: 1.4; font-size: 1.4rem; }
.program-card__sub {
  color: var(--ink-4); font-size: .92rem; line-height: 1.55;
  min-height: 2.6em;
}
.program-card__price {
  display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 8px;
}
.program-card__was {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1rem; color: var(--ink-4); opacity: .8;
  text-decoration: line-through; text-decoration-thickness: 2px;
  margin-inline-end: 2px;
}
.program-card__cur {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.1rem; color: var(--ink-4);
}
.program-card__amount {
  font-family: var(--font-display);
  font-weight: 700; font-size: 2.1rem;
  line-height: 1; color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.program-card--featured .program-card__amount { color: var(--orange); }
.program-card__per {
  font-size: .82rem; color: var(--ink-4);
  font-variant-numeric: tabular-nums;
}
.program-card__save {
  display: inline-flex; align-self: flex-start; align-items: center;
  background: var(--orange); color: #fff;
  font-weight: 800; font-size: .74rem; letter-spacing: .01em;
  padding: 4px 11px; border-radius: 999px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(255,94,21,.28);
}
.program-card__features {
  margin: 18px 0 18px; padding-top: 16px;
  border-top: 1px solid var(--line);
  display: grid; gap: 10px;
}
.program-card__features li {
  position: relative; padding-inline-start: 22px;
  font-size: .88rem; line-height: 1.5; color: var(--ink-3);
}
.program-card__features li::before {
  content: ""; position: absolute; inset-inline-start: 0; top: 3px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--orange-tint);
}
.program-card__features li::after {
  content: ""; position: absolute; inset-inline-start: 3px; top: 7px;
  width: 5px; height: 3px;
  border-inline-start: 1.5px solid var(--orange);
  border-bottom: 1.5px solid var(--orange);
  transform: rotate(-45deg);
}
.program-card__cta {
  margin-top: auto;
  font-family: var(--font-body);
  font-weight: 700; font-size: .85rem;
  color: var(--orange);
  letter-spacing: .02em;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
html[dir="rtl"] .program-card__cta { direction: rtl; }
.program-card:hover .program-card__cta { letter-spacing: .06em; }

/* =========================================================
   TOAST
   ========================================================= */
.asl-toast {
  position: fixed; left: 50%; bottom: 28px;
  transform: translate(-50%, 12px);
  background: var(--ink); color: #fff;
  font-family: var(--font-body); font-weight: 700; font-size: .92rem;
  padding: 14px 22px; border-radius: var(--pill);
  box-shadow: 0 14px 40px -14px rgba(10,10,10,.5);
  opacity: 0; pointer-events: none;
  transition: opacity .25s var(--ease-spring), transform .35s var(--ease-spring);
  z-index: 9999;
}
.asl-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
html[lang="ar"] .asl-toast { font-size: 1rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq__inner { max-width: 820px; margin-inline: auto; }
.faq__list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; text-align: start;
  padding: 22px 4px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.08rem; color: var(--ink);
  letter-spacing: var(--track-tight);
  transition: color .2s ease;
}
html[lang="ar"] .faq-item__q { font-family: var(--font-display); font-weight: 700; line-height: 1.5; font-size: 1.1rem; }
.faq-item__q:hover { color: var(--orange); }
.faq-item.is-open .faq-item__q { color: var(--orange); }
.faq-item__icon {
  position: relative; flex-shrink: 0; width: 20px; height: 20px; color: var(--ink-4);
  transition: color .2s ease, transform .3s var(--ease-spring);
}
.faq-item.is-open .faq-item__icon { color: var(--orange); transform: rotate(180deg); }
.faq-item__icon::before, .faq-item__icon::after {
  content: ""; position: absolute; background: currentColor; border-radius: 2px;
  top: 50%; left: 50%; transition: transform .3s var(--ease-spring);
}
.faq-item__icon::before { width: 13px; height: 1.5px; transform: translate(-50%,-50%); }
.faq-item__icon::after  { width: 1.5px; height: 13px; transform: translate(-50%,-50%); }
.faq-item.is-open .faq-item__icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-item__a { color: var(--ink-3); font-size: .98rem; line-height: 1.7; padding-inline: 4px; }
.faq-item__a p { padding-bottom: 24px; max-width: 64ch; }

.faq__cta { text-align: center; margin-top: 36px; font-size: .98rem; }
.faq__cta a { color: var(--orange); font-weight: 700; border-bottom: 1.5px solid transparent; padding-bottom: 1px; transition: border-color .2s ease; }
.faq__cta a:hover { border-bottom-color: var(--orange); }

/* =========================================================
   FOOTER — layered "animated" footer (giant ghost wordmark,
   floating brand badge, gradient divider, soft shadow)
   ========================================================= */
.site-footer {
  position: relative; overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--bg);
  margin-top: 72px;
  min-height: clamp(420px, 48vw, 600px);
  display: flex; flex-direction: column;
  padding-top: clamp(40px, 6vw, 64px);
}
.site-footer__content { position: relative; z-index: 2; }
.site-footer__brand {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px;
}
.site-footer__name {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--ink); letter-spacing: var(--track-tight);
}
.site-footer__desc {
  color: var(--ink-4); font-weight: 500; line-height: 1.6;
  max-width: 32rem; padding-inline: 12px;
}
.site-footer__socials { display: flex; gap: 12px; margin-top: 8px; }
.site-footer__nav {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px;
  margin-top: 10px; padding-inline: 12px;
}
.site-footer__nav a {
  font-size: .9rem; font-weight: 600; color: var(--ink-4);
  transition: color .25s ease, font-weight .2s ease;
}
.site-footer__nav a:hover { color: var(--orange); font-weight: 700; }

/* shared social chip (also reused elsewhere) */
.social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 11px;
  border: 1px solid var(--line); color: var(--ink-3); background: #fff;
  transition: color .2s ease, border-color .2s ease, transform .25s var(--ease-spring), background-color .2s ease;
}
.social svg { width: 18px; height: 18px; }
.social:hover { color: var(--orange); border-color: var(--orange); background: var(--orange-tint); transform: translateY(-2px) scale(1.06); }

/* bottom row: copyright + credit — sits above the ghost wordmark */
.site-footer__bottom {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  margin-top: clamp(32px, 6vw, 64px);
  padding-bottom: clamp(150px, 22vw, 240px);
}
.site-footer__copy { color: var(--ink-4); font-size: .9rem; }
.site-footer__crafted { color: var(--ink-4); font-size: .9rem; transition: color .25s ease; }
.site-footer__crafted:hover { color: var(--orange); }

/* giant faded wordmark behind the badge */
.site-footer__ghost {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: clamp(56px, 9vw, 96px);
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(3rem, 14vw, 11rem); line-height: .85;
  letter-spacing: -.04em; white-space: nowrap; max-width: 96vw;
  background: linear-gradient(180deg, rgba(10,10,10,.16) 0%, rgba(10,10,10,.06) 55%, transparent 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  pointer-events: none; user-select: none; z-index: 1;
}

/* floating brand badge */
.site-footer__badge {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: clamp(70px, 11vw, 116px); z-index: 4;
  padding: 9px; border-radius: 24px;
  border: 2px solid var(--line); background: rgba(255,255,255,.6);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  box-shadow: 0 0 26px rgba(0,0,0,.14);
  transition: border-color .4s ease;
}
.site-footer__badge:hover { border-color: var(--ink); }
.site-footer__badge-inner {
  display: flex; align-items: center; justify-content: center;
  width: clamp(48px, 8vw, 86px); height: clamp(48px, 8vw, 86px);
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), 0 10px 22px -10px rgba(255,94,21,.35);
}
.site-footer__badge-inner img {
  width: 74%; height: 74%; object-fit: contain;
}

/* gradient divider + bottom shadow fade */
.site-footer__line {
  position: absolute; left: 0; right: 0; bottom: clamp(108px, 15vw, 150px);
  height: 2px; z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(10,10,10,.16), transparent);
}
.site-footer__shadow {
  position: absolute; left: 0; right: 0; bottom: 0; height: clamp(90px, 14vw, 150px);
  z-index: 3; pointer-events: none;
  background: linear-gradient(to top, var(--bg) 0%, rgba(250,250,247,.65) 45%, transparent 100%);
}

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .55s ease-out, transform .55s ease-out;
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* Stagger groups: the wrapper itself is just a marker (no transform of its own,
   so card shadows/hover aren't clipped); its .reveal children carry the
   cascade via the inline --reveal-delay set in JS. Reduced-motion users get
   everything instantly (handled below + by the global reduced-motion block). */
@media (prefers-reduced-motion: reduce) {
  .stagger > .reveal { opacity: 1; transform: none; transition: none; }
}

/* Soft section reveal — major home sections ease in as they enter view.
   Gated behind no-preference so reduced-motion users see them at full opacity. */
@media (prefers-reduced-motion: no-preference) {
  .section-reveal {
    opacity: 0; transform: translateY(24px);
    transition: opacity .6s ease-out, transform .6s ease-out;
  }
  .section-reveal.is-visible { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------
   PHONE: packages + transformations swipe sideways instead of
   stacking into a long scroll. Cards bleed to the screen edge so
   the next one peeks — the cue that there's more to swipe.
   --------------------------------------------------------- */
@media (max-width: 599px) {
  .programs__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* bleed out to the screen edges, then pad back in */
    margin-inline: calc(clamp(20px, 5vw, 32px) * -1);
    padding-inline: clamp(20px, 5vw, 32px);
    scroll-padding-inline: clamp(20px, 5vw, 32px);
    padding-block: 4px 12px;
    scrollbar-width: none;
  }
  .programs__grid::-webkit-scrollbar { display: none; }

  .programs__grid > * {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }
  /* the featured package keeps its scale without breaking the row */
  .program-card--featured { transform: none; }
}

/* =========================================================
   RESPONSIVE — mobile-first → up
   ========================================================= */
@media (min-width: 600px) {
  .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .forge__grid { grid-template-columns: repeat(2, 1fr); }
  .programs__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner {
    flex-direction: row; justify-content: space-between; align-items: center; text-align: start;
  }
  .footer__contact { align-items: flex-end; flex-direction: row-reverse; gap: 18px; }
}

@media (min-width: 880px) {
  .testimonials__grid { grid-template-columns: repeat(3, 1fr); }
  .forge__grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
  .phase { padding: 26px 20px; }
  .phase__num { font-size: 2rem; }
}

@media (min-width: 1100px) {
  .programs__grid { grid-template-columns: repeat(4, 1fr); }
}

/* =========================================================
   MANIFESTO — scroll-revealed word-by-word
   200vh container, sticky inner — words light up as you scroll.
   ========================================================= */
.manifesto {
  position: relative;
  height: 200vh;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.manifesto__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6vw;
  max-width: 1100px;
  margin: 0 auto;
}
.manifesto__text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 4.2vw, 4rem);
  line-height: 1.25;
  letter-spacing: var(--track-tight);
  text-align: center;
  color: var(--ink);
  margin: 0;
}
.manifesto__word {
  display: inline-block;
  margin: 0 .18em .1em 0;
  opacity: .18;
  transition: opacity 80ms linear;
  will-change: opacity;
}
html[dir="rtl"] .manifesto__word {
  margin: 0 0 .1em .18em;
}
.manifesto__cite {
  margin-top: 2.4rem;
  font-style: normal;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(.78rem, 1.05vw, 1rem);
  color: var(--orange);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
html[lang="ar"] .manifesto__cite { text-transform: none; }
.manifesto__cite::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 38px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

@media (max-width: 640px) {
  .manifesto__sticky { padding: 0 8vw; }
  .manifesto__text { font-size: clamp(1.4rem, 6vw, 2.4rem); }
  .manifesto__cite { margin-top: 1.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .manifesto__word { opacity: 1; transition: none; }
}

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

  /* The hero word still cycles, but crossfades gently (no slide) instead of
     freezing — so the rotating word is always visibly changing. */
  .hero__word { transition: opacity .45s ease !important; transform: none !important; }
  .hero__word.is-active  { opacity: 1; }
  .hero__word.is-leaving { opacity: 0; }

  /* The member-results before/after marquee keeps scrolling — it's a core part
     of the package design (and the coach's own machine runs reduced-motion). */
  .pkg-results__track {
    animation-duration: 42s !important;
    animation-iteration-count: infinite !important;
  }
}
