/* ==========================================================================
   ELIN PILATES — Shared Stylesheet
   --------------------------------------------------------------------------
   Design language inspired by clubrepose.com: light, warm, airy luxury —
   condensed all-caps display type (Bebas Neue), light-weight body text,
   squared letterspaced buttons, generous space, navy photo heroes.
   Colours come from the Elin Pilates logo: deep navy, leaf green, white,
   warmed with the brand's sage tones.
   To change brand colours or fonts site-wide, edit the variables below.
   ========================================================================== */

:root {
  /* Brand palette */
  --navy:        #0d202f;   /* logo background / primary dark */
  --navy-deep:   #091723;   /* footer, deepest sections */
  --navy-soft:   #16293a;   /* raised dark surfaces */
  --green:       #c9d4bc;   /* pastel sage — accents on dark, soft CTAs */
  --green-soft:  #d8e1cd;   /* hover */
  --green-deep:  #5f6a54;   /* muted olive — accents on light backgrounds */
  --leaf:        #8cbf56;   /* the logo's bright leaf green — logo only */
  --sage:        #c9d4bc;
  --sage-light:  #dde5d5;
  --olive:       #aebb9a;

  /* Light-luxury surfaces (the Reposé warmth, tinted Elin sage) */
  --cream-bg:    #f3f2ea;   /* page background */
  --paper:       #fbfaf5;   /* raised light cards */
  --white:       #ffffff;
  --cream:       #eceadd;   /* text on dark */

  /* Text — dark enough that the page never reads pale */
  --text-on-light:   #17242f;
  --text-on-light-2: #3c4a55;
  --hairline: 1px solid rgba(13, 32, 47, 0.10);
  --text-on-dark:    rgba(236, 234, 221, 0.92);
  --text-on-dark-2:  rgba(236, 234, 221, 0.68);

  /* Aliases kept for older inline styles */
  --ink: var(--navy);

  /* Typography */
  --font-display: "Bebas Neue", "Sofia Sans", sans-serif;
  --font-body:    "Sofia Sans", system-ui, -apple-system, sans-serif;

  /* Layout */
  --max-width: 1200px;
  --shadow: none;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-on-light-2);
  /* One flat, warm cream — the Reposé ground. Depth comes from type and
     photography, never from effects. */
  background: #f5f2ec;
  line-height: 1.7;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--green-deep); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--navy); }
ul { list-style: none; }
strong { font-weight: 600; }

/* ---------- Typography — condensed caps display, light body ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.02;
  color: var(--navy);
}
h1 { font-size: clamp(3.4rem, 8vw, 6rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4rem); }
h3 { font-size: 1.9rem; letter-spacing: 0.06em; }
h4 { font-size: 1.25rem; letter-spacing: 0.08em; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--green-deep); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 1rem;
}
.lead { font-size: 1.18rem; font-weight: 300; max-width: 44em; }

/* ---------- Layout ---------- */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 6.5rem 0; }
.section--light { background: #fbf9f4; }
.section--deep { background: var(--navy-deep); }
.section--deep h1, .section--deep h2, .section--deep h3, .section--deep h4 { color: var(--cream); }
.section--deep { color: var(--text-on-dark-2); }
.section--deep .eyebrow { color: var(--green); }
.section-head { max-width: 48em; margin-bottom: 3.5rem; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.grid { display: grid; gap: 2rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .grid--3 { grid-template-columns: 1fr; } .grid--2 { grid-template-columns: 1fr; } }

/* ---------- Buttons — Bebas, squared, letterspaced ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.98rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 1rem 2.4rem;
  border-radius: 0;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.22s ease;
  text-align: center;
  line-height: 1;
}
.btn--primary { background: var(--navy); color: var(--cream); border: 0.8px solid var(--navy); }
.btn--primary:hover { background: var(--green-deep); border-color: var(--green-deep); color: var(--white); }
.btn--light { background: var(--cream); color: var(--navy); }
.btn--light:hover { background: var(--white); color: var(--navy); }
.btn--outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn--outline:hover { background: var(--navy); color: var(--cream); }
.hero .btn--outline, .page-hero .btn--outline, .cta-band .btn--outline, .section--deep .btn--outline { border-color: rgba(236, 234, 221, 0.6); color: var(--cream); }
.hero .btn--outline:hover, .cta-band .btn--outline:hover { background: var(--cream); color: var(--navy); }
.hero .btn--primary, .page-hero .btn--primary, .cta-band .btn--primary, .offer-bar + * .btn--primary { }
.hero .btn--primary, .cta-band .btn--primary { background: var(--cream); border-color: var(--cream); color: var(--navy); }
.hero .btn--primary:hover, .cta-band .btn--primary:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
/* legacy alias */
.btn--olive { background: var(--green); color: var(--navy); }
.btn--olive:hover { background: var(--green-soft); }

/* ---------- Header — navy band carrying the logo ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 32, 47, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(236, 234, 221, 0.10);
  transition: background 0.3s ease;
}
.site-header.is-scrolled { background: rgba(9, 23, 35, 0.98); }
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
  transition: padding 0.3s ease;
}
.site-header.is-scrolled .site-header__inner { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.logo { display: flex; align-items: center; gap: 0.65rem; white-space: nowrap; }
.logo__icon { height: 30px; width: auto; }
.logo__word { font-family: var(--font-display); font-size: 1.45rem; letter-spacing: 0.18em; color: var(--cream); line-height: 1; padding-top: 3px; }
.logo__word em { font-style: normal; color: var(--sage); }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-on-dark-2);
}
.site-nav a:hover { color: var(--cream); }
.site-nav a[aria-current="page"] { color: var(--green); }
.site-nav .btn { padding: 0.6rem 1.5rem; font-size: 0.88rem; }
.site-nav .btn--primary { background: var(--green); color: var(--navy); }
.site-nav .btn--primary:hover { background: var(--green-soft); color: var(--navy); }
.site-header__cta { display: none; padding: 0.55rem 1.3rem; font-size: 0.85rem; margin-left: auto; background: var(--green); color: var(--navy); }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--cream); transition: 0.25s; }

@media (max-width: 1120px) {
  .nav-toggle { display: flex; }
  .site-header__cta { display: inline-block; }
  .site-nav {
    position: fixed;
    inset: 63px 0 auto 0;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem;
    gap: 1.2rem;
    border-bottom: 1px solid rgba(236, 234, 221, 0.12);
    box-shadow: var(--shadow);
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-size: 1.1rem; }
}

/* ---------- Offer bar ---------- */
.offer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: var(--sage);
  color: var(--navy);
  padding: 0.7rem 1.2rem;
  font-size: 0.98rem;
  text-align: center;
  transition: background 0.2s ease;
}
.offer-bar:hover { background: var(--green-soft); color: var(--navy); }
.offer-bar strong { font-weight: 700; }
.offer-bar__arrow { font-family: var(--font-display); letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.9rem; white-space: nowrap; }
/* Mobile: one slim line — drop the optional words, keep offer + price + arrow,
   so the hero video underneath stays the star. */
@media (max-width: 640px) {
  .offer-bar { gap: 0.5rem; padding: 0.5rem 0.9rem; font-size: 0.88rem; flex-wrap: nowrap; white-space: nowrap; }
  .offer-bar__detail { display: none; }
  .offer-bar__arrow { font-size: 1rem; letter-spacing: 0; }
}

/* ---------- Hero — photo, navy scrim, cream condensed caps ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: var(--navy);
  padding: 6rem 0;
}
.hero--full { min-height: 100svh; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background: var(--hero-image, linear-gradient(160deg, #16293a, #0d202f)) center 40% / cover no-repeat;
  transform: scale(1.09);
  animation: heroZoom 12s ease-out forwards;
}
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13, 32, 47, 0.30) 0%, rgba(13, 32, 47, 0.22) 50%, rgba(13, 32, 47, 0.72) 100%);
}
@keyframes heroZoom { to { transform: scale(1); } }
video.hero__bg { width: 100%; height: 100%; object-fit: cover; animation: none; transform: none; background: var(--navy); }
.hero__inner { position: relative; z-index: 1; max-width: 820px; }
.hero h1 { color: var(--cream); margin-bottom: 1.2rem; }
.hero h1 em { color: var(--green); }
.hero p { font-size: 1.28rem; font-weight: 300; color: var(--text-on-dark); margin-bottom: 2.6rem; max-width: 34em; }
.hero__eyebrow { color: var(--green); }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__enter { animation: heroRise 0.9s ease-out both; }
.hero__enter--2 { animation-delay: 0.18s; }
.hero__enter--3 { animation-delay: 0.36s; }
@keyframes heroRise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
.hero__trust { margin-top: 1.6rem; font-family: var(--font-display); font-size: 0.95rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-dark-2); }

/* Interior page hero */
.page-hero {
  position: relative;
  background:
    linear-gradient(rgba(13, 32, 47, 0.50), rgba(13, 32, 47, 0.66)),
    var(--hero-image, linear-gradient(160deg, #16293a, #0d202f)) var(--hero-pos, center 35%) / cover no-repeat;
  padding: 6.5rem 0 5.5rem;
}
.page-hero h1 { color: var(--cream); font-size: clamp(2.8rem, 6vw, 4.4rem); }
.page-hero p { color: var(--text-on-dark); font-size: 1.18rem; font-weight: 300; margin-top: 1.2rem; max-width: 42em; }
.page-hero .eyebrow { color: var(--green); }

/* ---------- Benefit strip — sage band, quick-scan ---------- */
.benefit-strip { background: var(--sage); padding: 1.7rem 0; }
.benefit-strip .container { display: flex; justify-content: space-between; gap: 1.5rem 2.5rem; flex-wrap: wrap; }
.benefit-strip__item {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
}
.benefit-strip__item svg { width: 26px; height: 26px; stroke: var(--green-deep); flex-shrink: 0; }

/* ---------- Cards ---------- */
.card {
  background: var(--white);
  border: var(--hairline);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--text-on-light-2);
}
.card:hover .card__photo { transform: scale(1.03); }
.card__photo { transition: transform 0.6s ease; }
.card__photo { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.card__body { padding: 2rem 2rem 2.2rem; display: flex; flex-direction: column; flex-grow: 1; }
.card__tag {
  align-self: flex-start;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 0.9rem;
}
.card h3 { margin-bottom: 0.7rem; }
.card ul { margin: 1.1rem 0 1.6rem; flex-grow: 1; }
.card ul li { padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem; font-size: 0.98rem; }
.card ul li::before { content: "—"; position: absolute; left: 0; color: var(--green-deep); }
.card .btn { align-self: flex-start; }
.card__meta { font-size: 0.88rem; margin-bottom: 0.4rem; letter-spacing: 0.06em; text-transform: uppercase; }
.card__price { margin: 0 0 1.4rem; font-size: 1.05rem; color: var(--navy); }
.card__price strong { font-size: 1.55rem; font-weight: 600; }
.strike { text-decoration: line-through; opacity: 0.45; font-weight: 300; }

/* ---------- Principles ---------- */
.principle { padding: 2.1rem 0; border-top: 1px solid rgba(13, 32, 47, 0.12); }
.section--deep .principle { border-top-color: rgba(236, 234, 221, 0.14); }
.principle h3 { margin-bottom: 0.5rem; font-size: 1.7rem; }
.principle .num { font-family: var(--font-display); font-size: 0.95rem; letter-spacing: 0.3em; color: var(--green-deep); display: block; margin-bottom: 0.6rem; }
.section--deep .principle .num { color: var(--green); }

/* ---------- Pricing ---------- */
.price-card { background: var(--white); border-radius: 0; padding: 2.2rem; color: var(--text-on-light-2); display: flex; flex-direction: column; box-shadow: var(--shadow); }
.price-card--featured { outline: 2px solid var(--green-deep); position: relative; }
.price-card__badge {
  position: absolute; top: -15px; left: 1.5rem;
  background: var(--green-deep); color: var(--white);
  font-family: var(--font-display);
  font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.3rem 0.9rem;
}
.price-card h3 { margin-bottom: 0.3rem; }
.price-card__desc { font-size: 0.95rem; margin-bottom: 1.4rem; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.85rem 0; border-top: 1px solid rgba(13, 32, 47, 0.10); gap: 1rem; }
.price-row__name { font-weight: 600; color: var(--navy); }
.price-row__note { display: block; font-size: 0.82rem; font-weight: 300; color: var(--text-on-light-2); }
.price-row__amount { font-family: var(--font-display); font-size: 1.7rem; color: var(--navy); white-space: nowrap; }
.price-card .btn { margin-top: auto; width: 100%; }
.price-card .price-row:last-of-type { margin-bottom: 1.4rem; }
.pricing-note { text-align: center; font-size: 0.94rem; margin-top: 2.5rem; }
.savings { display: inline-block; background: rgba(174, 187, 154, 0.26); color: var(--green-deep); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; padding: 0.2rem 0.7rem; margin-bottom: 1rem; }

/* Member packs — collapsed categories */
details.pack-group { background: var(--white); margin-bottom: 1rem; box-shadow: var(--shadow); }
details.pack-group > summary {
  cursor: pointer;
  list-style: none;
  padding: 1.6rem 1.8rem 1.4rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
details.pack-group > summary::-webkit-details-marker { display: none; }
details.pack-group > summary::after { content: "+"; font-size: 1.7rem; color: var(--green-deep); margin-left: auto; transition: transform 0.2s; }
details.pack-group[open] > summary::after { transform: rotate(45deg); }
.pack-group__hint { font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-on-light-2); }
details.pack-group > *:not(summary) { margin-left: 1.8rem; margin-right: 1.8rem; }
details.pack-group[open] { padding-bottom: 1.8rem; }
details.pack-group .price-card { box-shadow: none; border: 1px solid rgba(13, 32, 47, 0.10); }

/* ---------- FAQ ---------- */
.faq-group { margin-bottom: 3.5rem; }
.faq-group h2 { font-size: 2.2rem; margin-bottom: 1.3rem; }
details.faq-item { background: var(--white); margin-bottom: 0.7rem; overflow: hidden; box-shadow: var(--shadow); }
details.faq-item summary {
  cursor: pointer;
  padding: 1.15rem 1.4rem;
  font-weight: 600;
  color: var(--navy);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: "+"; font-size: 1.4rem; font-weight: 300; color: var(--green-deep); transition: transform 0.2s; }
details.faq-item[open] summary::after { transform: rotate(45deg); }
details.faq-item .faq-answer { padding: 0 1.4rem 1.3rem; color: var(--text-on-light-2); }
details.faq-item .faq-answer a { color: var(--green-deep); font-weight: 600; }

/* ---------- Steps ---------- */
.step { display: flex; gap: 1.7rem; padding: 2.1rem 0; border-top: 1px solid rgba(13, 32, 47, 0.12); }
.step__num {
  flex-shrink: 0;
  width: 54px; height: 54px;
  border: 1px solid var(--green-deep);
  color: var(--green-deep);
  font-family: var(--font-display);
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { margin-bottom: 0.4rem; }

/* ---------- Team ---------- */
.team-card { background: var(--white); overflow: hidden; color: var(--text-on-light-2); box-shadow: var(--shadow); }
.team-card__photo {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(150deg, var(--sage) 0%, var(--olive) 100%);
}
.team-card__body { padding: 1.9rem; }
/* Founder spotlight — full first row, photo beside the bio */
.team-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 2fr 3fr; }
.team-card--featured .team-card__photo { height: 100%; aspect-ratio: auto; object-fit: cover; }
.team-card--featured .team-card__body { padding: 2.4rem; }
@media (max-width: 800px) {
  .team-card--featured { grid-template-columns: 1fr; }
  /* The square crop of the tall portrait sits low in the frame: keep her
     head near the top (little dead wall) and her hips in view. */
  .team-card--featured .team-card__photo { aspect-ratio: 1 / 1; height: auto; object-position: 50% 72%; }
}
.team-card__role { font-family: var(--font-display); font-size: 0.9rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 0.5rem; }
.team-card__body h3 { margin-bottom: 0.8rem; }
.team-card__body p { font-size: 0.97rem; margin-bottom: 0.8rem; }
.team-card__creds-title { margin-top: 1.4rem; margin-bottom: 0.7rem; font-size: 1.05rem; letter-spacing: 0.2em; color: var(--green-deep); }
.team-card__creds li { position: relative; padding-left: 1.3rem; margin-bottom: 0.45rem; font-size: 0.93rem; }
.team-card__creds li::before { content: "—"; position: absolute; left: 0; color: var(--green-deep); }

/* ---------- Info tiles ---------- */
.info-tile { background: var(--white); padding: 2rem; box-shadow: var(--shadow); }
.info-tile h4 { font-size: 1.05rem; letter-spacing: 0.24em; color: var(--green-deep); margin-bottom: 0.9rem; }
.info-tile p { color: var(--text-on-light); }
.info-tile a { font-weight: 600; }

/* ---------- Transformations — continuous scroll, pauses on hover ---------- */
.transform-ticker { overflow: hidden; }
.transform-ticker__track { display: flex; gap: 1rem; width: max-content; animation: ticker 80s linear infinite; }
.transform-ticker:hover .transform-ticker__track { animation-play-state: paused; }
.transform-ticker a { display: block; flex-shrink: 0; width: 360px; }
.transform-ticker img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: opacity 0.25s ease; }
.transform-ticker a:hover img { opacity: 0.88; }
@media (max-width: 640px) { .transform-ticker a { width: 280px; } }

/* ---------- Stat band — one flat dark block, Reposé-style ---------- */
.section--band { background: var(--navy); }
.stat-band { display: flex; justify-content: space-around; gap: 2rem; flex-wrap: wrap; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 0.6rem; }
.stat__num { font-family: var(--font-display); font-size: clamp(4.5rem, 9vw, 7.5rem); line-height: 0.9; color: var(--cream); }
.stat__label { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--sage); line-height: 1.5; }

/* Single centered quote */
.quote-solo p { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 300; line-height: 1.45; color: var(--navy); }
.quote-solo footer { margin-top: 1.6rem; font-family: var(--font-display); font-size: 0.95rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--green-deep); }
.quote-solo footer a { color: var(--green-deep); }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; } }
.quote { background: var(--white); padding: 2.2rem; box-shadow: var(--shadow); }
.quote p { font-size: 1.05rem; font-weight: 300; color: var(--text-on-light); }
.quote footer { margin-top: 1.4rem; font-family: var(--font-display); font-size: 0.9rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green-deep); }

/* ---------- CTA band + offer figure ---------- */
.cta-band {
  position: relative;
  background:
    linear-gradient(rgba(13, 32, 47, 0.58), rgba(13, 32, 47, 0.72)),
    var(--band-image, linear-gradient(150deg, #16293a, #0d202f)) var(--band-pos, center) / cover no-repeat;
  padding: 6.5rem 0;
  text-align: center;
}
.cta-band h2 { margin-bottom: 1.1rem; color: var(--cream); }
.cta-band p { max-width: 40em; margin: 0 auto 2.4rem; color: var(--text-on-dark); font-size: 1.15rem; font-weight: 300; }
.btn--xl { padding: 1.2rem 3.2rem; font-size: 1.1rem; }
.cta-band p.offer-figure, .offer-figure { font-family: var(--font-display); font-size: clamp(5.5rem, 12vw, 9.5rem); color: var(--cream); line-height: 1; margin: 1.2rem 0 0.4rem; }
.offer-figure .strike { font-size: 0.5em; vertical-align: super; margin-left: 0.4em; color: rgba(236, 234, 221, 0.85); }
.cta-band p.offer-note, .offer-note { font-family: var(--font-display); font-size: 1rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-dark-2); }
.offer-note a { color: var(--cream); }

/* ---------- Forms ---------- */
.form-grid { display: grid; gap: 1.2rem; }
.form-field label { display: block; font-family: var(--font-display); font-size: 0.92rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.45rem; }
.form-field input, .form-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(13, 32, 47, 0.18);
  border-radius: 0;
  background: var(--white);
  color: var(--text-on-light);
}
.form-field input:focus, .form-field textarea:focus { outline: 1px solid var(--green-deep); border-color: var(--green-deep); }

/* Email capture */
.signup-form { display: flex; gap: 0.8rem; margin-top: 2.2rem; flex-wrap: wrap; justify-content: center; }
.signup-form input[type="email"] {
  flex: 1 1 260px;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(236, 234, 221, 0.3);
  border-radius: 0;
  background: var(--navy-soft);
  color: var(--cream);
}
.signup-form input[type="email"]:focus { outline: 1px solid var(--green); border-color: var(--green); }
.signup-form .btn { background: var(--green); color: var(--navy); }
.signup-form .btn:hover { background: var(--green-soft); }
.signup-form--footer { justify-content: flex-start; margin-top: 1.5rem; gap: 0.6rem; }
.signup-form--footer input[type="email"] { flex: 1 1 180px; padding: 0.7rem 1rem; font-size: 0.95rem; }
.signup-form--footer .btn { padding: 0.7rem 1.3rem; font-size: 0.85rem; }

/* ---------- Footer — stays navy ---------- */
.site-footer { background: var(--navy-deep); color: var(--text-on-dark-2); padding: 4.5rem 0 2rem; }
.site-footer a { color: var(--text-on-dark-2); }
.site-footer a:hover { color: var(--cream); }
.site-footer a.btn--olive { color: var(--navy-deep); }
.site-footer a.btn--olive:hover { color: var(--navy-deep); background: var(--green-soft); }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2.5rem; margin-bottom: 3rem; }
@media (max-width: 860px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer h5 { font-family: var(--font-display); font-size: 0.95rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green); margin-bottom: 1.1rem; }
.site-footer li { margin-bottom: 0.55rem; font-size: 0.95rem; }
.site-footer__tagline { margin-top: 1rem; font-size: 0.95rem; max-width: 26em; }
.site-footer__bottom { border-top: 1px solid rgba(236, 234, 221, 0.10); padding-top: 1.6rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; }
.site-footer .note { color: var(--text-on-dark-2); }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.divider { border: none; border-top: 1px solid rgba(13, 32, 47, 0.12); margin: 3rem 0; }
.note { font-size: 0.9rem; color: var(--text-on-light-2); }

/* ---------- Scroll interactions ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.85s ease, transform 0.85s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--d1 { transition-delay: 0.1s; }
.reveal--d2 { transition-delay: 0.2s; }
.reveal--d3 { transition-delay: 0.3s; }

/* In-text links are bold and underlined so clickable words are unmistakable */
.section p a:not(.btn), .section li a:not(.btn), .faq-answer a, .note a,
.lead a, .pricing-note a, .offer-note a, .cta-band p a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--green-deep);
}
.cta-band p a, .offer-note a { color: var(--cream); text-decoration-color: var(--sage); }

/* Reviews ticker — continuous scroll, pauses on hover */
.review-ticker { overflow: hidden; }
.review-ticker__track { display: flex; gap: 1.5rem; width: max-content; animation: ticker 60s linear infinite; }
.review-ticker:hover .review-ticker__track { animation-play-state: paused; }
.review-card { width: 340px; flex-shrink: 0; background: var(--white); border: var(--hairline); padding: 1.7rem; }
.review-card p { font-size: 0.96rem; color: var(--text-on-light); }
.review-card footer { margin-top: 1rem; font-family: var(--font-display); font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-deep); }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (max-width: 640px) { .review-card { width: 270px; } }

/* App store badges */
.store-badges { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: #000; color: #fff;
  border: 1px solid #a6a6a6; border-radius: 9px;
  padding: 0.6rem 1.2rem; min-width: 180px;
  transition: transform 0.2s ease;
}
.store-badge:hover { color: #fff; transform: translateY(-2px); }
.store-badge svg { width: 28px; height: 28px; flex-shrink: 0; }
.store-badge__text { text-align: left; line-height: 1.15; font-family: var(--font-body); }
.store-badge__text small { display: block; font-size: 0.62rem; font-weight: 300; }
.store-badge__text strong { font-size: 1.1rem; font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  .hero__bg { animation: none; transform: none; }
  .hero__enter, .hero__enter--2, .hero__enter--3 { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .review-ticker__track, .transform-ticker__track { animation: none; }
  .review-ticker, .transform-ticker { overflow-x: auto; }
}

/* Launch-notice pop-up — flat brand card over a soft navy scrim */
.notice-modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 1.4rem; }
.notice-modal[hidden] { display: none; }
.notice-modal__scrim { position: absolute; inset: 0; background: rgba(13, 32, 47, 0.55); backdrop-filter: blur(3px); }
.notice-modal__card {
  position: relative;
  background: var(--paper);
  border: var(--hairline);
  border-top: 3px solid var(--green);
  max-width: 480px;
  width: 100%;
  padding: 2.6rem 2.4rem 2.4rem;
  text-align: center;
  animation: notice-in 0.35s ease both;
}
@keyframes notice-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.notice-modal__card h3 { font-size: 2.1rem; line-height: 1.08; margin: 0.4rem 0 0.9rem; }
.notice-modal__card p { font-size: 1rem; color: var(--text-on-light-2); margin: 0 0 1.7rem; }
.notice-modal__card p strong { color: var(--text-on-light); font-weight: 600; }
.notice-modal__actions { display: flex; justify-content: center; gap: 0.7rem; flex-wrap: wrap; }
.notice-modal__actions .btn { padding: 0.85rem 1.7rem; font-size: 0.92rem; }
.notice-modal__x {
  position: absolute; top: 0.55rem; right: 0.7rem;
  background: none; border: none; cursor: pointer;
  font-size: 1.7rem; line-height: 1; color: var(--text-on-light-2);
  padding: 0.3rem;
}
.notice-modal__x:hover { color: var(--navy); }
@media (prefers-reduced-motion: reduce) { .notice-modal__card { animation: none; } }

/* Slim app-promo strip (schedule page) — one quiet line under the banner */
.app-strip {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 0.6rem 1rem;
  padding: 0.7rem 1rem;
  background: var(--paper);
  border-bottom: var(--hairline);
}
.app-strip__label {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.app-strip .store-badge { min-width: 0; padding: 0.35rem 0.85rem; border-radius: 7px; gap: 0.5rem; transform: none; }
.app-strip .store-badge:hover { transform: none; opacity: 0.85; }
.app-strip .store-badge svg { width: 18px; height: 18px; }
.app-strip .store-badge__text small { font-size: 0.5rem; }
.app-strip .store-badge__text strong { font-size: 0.8rem; }
@media (max-width: 640px) {
  .app-strip { padding: 0.5rem 0.6rem; gap: 0.45rem 0.6rem; }
  .app-strip__label { font-size: 0.78rem; letter-spacing: 0.14em; }
  .app-strip .store-badge { padding: 0.3rem 0.65rem; gap: 0.4rem; }
  .app-strip .store-badge svg { width: 15px; height: 15px; }
  .app-strip .store-badge__text small { display: none; }
  .app-strip .store-badge__text strong { font-size: 0.74rem; }
}

/* Schedule toggle — group vs private, one tap, no reload */
.sched-toggle { display: flex; justify-content: center; gap: 0; margin-bottom: 2rem; position: relative; z-index: 5; }
.sched-toggle__btn {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.9rem 2.4rem;
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--navy);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.sched-toggle__btn + .sched-toggle__btn { border-left: none; }
.sched-toggle__btn.is-active { background: var(--navy); color: var(--cream); }
.sched-toggle__btn:not(.is-active):hover { background: rgba(13, 32, 47, 0.06); }

/* WellnessLiving schedule widget */
.schedule-widget { background: var(--white); border: var(--hairline); padding: 1rem; min-height: 480px; }
.schedule-widget wl-schedule-widget { display: block; width: 100%; }

/* Flat components sit on hairlines, never shadows */
.price-card, details.pack-group, details.faq-item, .team-card, .info-tile, .quote { border: var(--hairline); }

@media (max-width: 640px) {
  .section { padding: 4rem 0; }
  .hero { min-height: 72vh; padding: 5rem 0; }
}

/* ---------- Suggest a class time — chip picker on the schedule page ---------- */
.suggest-box { background: var(--paper); border: var(--hairline); padding: 2.6rem; }
.suggest-box__fields { display: grid; gap: 1.8rem; }
.chip-group__label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.7rem;
}
.chip-group__chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.65rem 1.1rem;
  background: var(--white);
  border: 1px solid rgba(13, 32, 47, 0.18);
  color: var(--text-on-light);
  cursor: pointer;
  border-radius: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.chip:hover { border-color: var(--green-deep); }
.chip.is-selected { background: var(--green); border-color: var(--green-deep); color: var(--navy); }
.suggest-box__addrow { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.slot-list { display: flex; flex-wrap: wrap; gap: 0.6rem; min-height: 2.6rem; padding: 0.9rem; border: 1px dashed rgba(13, 32, 47, 0.22); background: var(--white); align-items: center; }
.slot-list__empty { margin: 0; }
.slot-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  background: var(--green);
  border: 1px solid var(--green-deep);
  color: var(--navy);
  cursor: pointer;
  border-radius: 0;
}
.slot-tag:hover { background: var(--green-soft); }
.slot-tag__x { font-family: var(--font-body); font-size: 1.05rem; line-height: 1; opacity: 0.7; }
.slot-tag:hover .slot-tag__x { opacity: 1; }
.suggest-box__actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.suggest-box__hint { color: #a05c3b; margin: 0; }
.suggest-box__thanks h3 { margin-bottom: 0.8rem; }
.suggest-box__thanks p { color: var(--text-on-light-2); max-width: 44em; }
@media (max-width: 640px) {
  .suggest-box { padding: 1.8rem 1.4rem; }
  .chip { padding: 0.6rem 0.85rem; font-size: 0.9rem; }
}

/* ---------- Soro blog embed — retheme its injected markup so it reads as
   native Elin: our fonts, hairlines, flat squared surfaces, no shadows.
   The #soro-blog id prefix outranks the widget's own injected classes. ---------- */
#soro-blog .soro-blog,
#soro-blog .soro-blog * {
  font-family: var(--font-body);
}

/* Post list: same rhythm as our .grid--3 of .cards */
#soro-blog .soro-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) { #soro-blog .soro-blog-list { grid-template-columns: 1fr; } }

#soro-blog .soro-blog-card {
  background: var(--white);
  border: var(--hairline);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: none;
  transform: none;
}
#soro-blog .soro-blog-card:hover { border-color: rgba(13, 32, 47, 0.28); box-shadow: none; transform: none; }
#soro-blog .soro-blog-card-image {
  aspect-ratio: 4 / 3;
  height: auto;          /* the widget hardcodes a fixed height — undo it */
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.6s ease;
}
#soro-blog .soro-blog-card:hover .soro-blog-card-image { transform: scale(1.03); }
#soro-blog .soro-blog-card-content { padding: 2rem 2rem 2.2rem; display: flex; flex-direction: column; flex-grow: 1; }
#soro-blog .soro-blog-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--navy);
  margin: 0 0 0.7rem;
}
#soro-blog .soro-blog-card-date,
#soro-blog .soro-blog-article-date {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--green-deep);
  order: -1;              /* date sits above the title, like our card tags */
  margin: 0 0 0.9rem;
}
#soro-blog .soro-blog-card-excerpt {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-on-light-2);
  margin: 0;
}

/* Single-article view */
#soro-blog .soro-blog-article { max-width: 760px; margin: 0 auto; }
#soro-blog .soro-blog-article-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--navy);
}
#soro-blog .soro-blog-article-image { border-radius: 0; }
#soro-blog .soro-blog-article-content {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-on-light-2);
}
#soro-blog .soro-blog-article-content h1,
#soro-blog .soro-blog-article-content h2,
#soro-blog .soro-blog-article-content h3,
#soro-blog .soro-blog-article-content h4 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: var(--navy);
  margin: 2.2rem 0 0.8rem;
}
#soro-blog .soro-blog-article-content h2 { font-size: 2rem; }
#soro-blog .soro-blog-article-content h3 { font-size: 1.6rem; }
#soro-blog .soro-blog-article-content a { color: var(--green-deep); text-decoration: none; }
#soro-blog .soro-blog-article-content a:hover { color: var(--navy); }
#soro-blog .soro-blog-article-content blockquote {
  border-left: 2px solid var(--green);
  margin: 1.6rem 0;
  padding: 0.4rem 0 0.4rem 1.4rem;
  color: var(--text-on-light);
}
#soro-blog .soro-blog-article-content img { border-radius: 0; }

/* Back button styled as our outline button */
#soro-blog .soro-blog-back {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--navy);
  border-radius: 0;
  padding: 0.7rem 1.6rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
#soro-blog .soro-blog-back:hover { background: var(--navy); color: var(--cream); }

/* Loading / empty / error states in brand tones */
#soro-blog .soro-blog-loading,
#soro-blog .soro-blog-empty,
#soro-blog .soro-blog-error {
  font-family: var(--font-display);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--green-deep);
  text-align: center;
  padding: 3rem 0;
}
#soro-blog .soro-blog-error { color: var(--navy); }
#soro-blog .soro-blog-spinner {
  border-color: var(--green);
  border-top-color: var(--green-deep);
}
