/* ============================================================
   HEAT LAB — Saunagus, cold plunge & community
   Quiet, modern, editorial. White space does the talking.
   ============================================================ */

:root {
  --content-max: 1380px;
  --paper: #f7f5f1;
  --bone: #efebe3;
  --ink: #161514;
  --grey: #6f6a62;
  --grey-soft: #8d877d;
  --line: rgba(22, 21, 20, 0.14);
  --line-soft: rgba(22, 21, 20, 0.09);
  --ember: #c4602e;
  --cold: #247c8c;
  --dark: #161514;

  --font-body: "Barlow", system-ui, sans-serif;

  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.mono {
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

::selection { background: var(--ink); color: var(--paper); }

/* ============ Loader ============ */
.loader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--paper);
  display: grid; place-items: center;
}
.loader__inner { text-align: center; width: min(380px, 76vw); }
.loader__logo {
  width: clamp(100px, 12vw, 150px);
  margin: 0 auto 1.8rem;
  opacity: 0;
  filter: invert(1);
}
.loader__temp {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.loader__bar {
  height: 1px; background: var(--line);
  margin: 1.8rem 0 0; overflow: hidden;
}
.loader__bar span {
  display: block; height: 100%; width: 0%;
  background: var(--ink);
}

/* ============ HUD ============ */
.hud {
  position: fixed; left: var(--pad); bottom: 1.4rem; z-index: 90;
  display: flex; align-items: center; gap: 0.6rem;
  color: var(--ink);
  background: rgba(247, 245, 241, 0.85);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  padding: 0.5rem 0.85rem;
  border-radius: 99px;
  opacity: 0;
  font-size: 0.66rem;
}
.hud__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ember);
  transition: background 0.6s;
}
.hud.is-cold .hud__dot { background: #7fa3b8; }
.hud__temp { font-variant-numeric: tabular-nums; }

/* ============ Nav ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem var(--pad);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s, padding 0.4s var(--ease-out), border-color 0.4s;
}
.nav__logo img { height: 17px; width: auto; transition: filter 0.4s; }
.nav__links { display: flex; gap: 2rem; }
.nav__links a {
  position: relative; color: #fff;
  opacity: 0.9;
  transition: color 0.4s, opacity 0.3s;
}
.nav__links a:hover { opacity: 1; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -4px;
  width: 100%; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
@media (max-width: 900px) { .nav__links { display: none; } }

.nav.is-solid {
  background: rgba(247, 245, 241, 0.94);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  padding-top: 0.85rem; padding-bottom: 0.85rem;
  border-bottom-color: var(--line-soft);
}
.nav.is-solid .nav__logo img { filter: invert(1); }
.nav.is-solid .nav__links a { color: var(--ink); }
.nav.is-solid .btn--book { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.nav.is-solid .btn--book:hover { background: transparent; color: var(--ink); }
.nav.is-solid .btn--profile { color: var(--ink); border-color: var(--ink); }
.nav.is-solid .btn--profile:hover { background: var(--ink); color: var(--paper); }
.nav.is-solid .nav__burger { border-color: var(--line); }
.nav.is-solid .nav__burger span { background: var(--ink); }

/* Buttons */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 0;
  font-weight: 500; font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
}
.btn__bg { display: none; }
.btn:hover { background: #fff; color: var(--ink); }
.btn--solid { background: #fff; color: var(--ink); border-color: #fff; }
.btn--solid:hover { background: transparent; color: #fff; }
.btn--book { background: #fff; color: var(--ink); border-color: #fff; }
.btn--book:hover { background: transparent; color: #fff; }
@media (max-width: 900px) { .btn--book { display: none; } }

/* My profile — outlined, secondary to the filled (focus) Book button */
.nav__cta { display: flex; align-items: center; gap: 0.65rem; }
.btn--profile { background: transparent; }
@media (max-width: 900px) { .btn--profile { display: none; } }

.btn--cta { border-color: rgba(255,255,255,0.5); color: #fff; padding: 0.95rem 2.1rem; }
.btn--cta:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--cta .btn__txt i { font-style: normal; display: inline-block; margin-left: 0.5rem; transition: transform 0.35s var(--ease-out); }
.btn--cta:hover .btn__txt i { transform: translateX(4px); }

/* Burger / mobile menu */
.nav__burger {
  display: none; width: 42px; height: 42px;
  background: none; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%;
  cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  transition: border-color 0.4s;
}
.nav__burger span { width: 15px; height: 1px; background: #fff; transition: transform 0.3s, background 0.4s; }
.nav__burger.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.nav__burger.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
@media (max-width: 900px) { .nav__burger { display: flex; } }

.menu {
  position: fixed; inset: 0; z-index: 95;
  background: var(--paper);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--pad);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s var(--ease-out);
}
.menu.is-open { clip-path: inset(0 0 0% 0); }
.menu__links { display: flex; flex-direction: column; gap: 0.3rem; }
.menu__links a {
  font-size: clamp(1.8rem, 7vw, 2.8rem);
  font-weight: 400;
  line-height: 1.3; color: var(--ink);
}
.menu__book { margin-top: 1.5rem; color: var(--grey); }
.menu__foot { position: absolute; bottom: 1.5rem; color: var(--grey); }

/* ============ Sections base ============ */
section, footer { position: relative; }
.define, .rounds, .social, .sessions, .prices, .faq, .findus, .plunge,
.page-head, .related, .journal-stub, .jgrid, .post, .legal,
.space__head, .space__duo, .space__lists,
.footer__grid, .footer__base,
.after, .contact-page {
  padding-left: max(var(--pad), calc((100% - var(--content-max)) / 2));
  padding-right: max(var(--pad), calc((100% - var(--content-max)) / 2));
}
.section--bone { background: var(--bone); }
.sec-tag {
  display: block;
  color: var(--grey);
  margin-bottom: 1.6rem;
}
.sec-title {
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}
.sec-title .reveal-line { display: block; }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 var(--pad) 5rem;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,14,13,0.30) 0%, rgba(15,14,13,0.05) 40%, rgba(15,14,13,0.55) 100%),
    linear-gradient(265deg, rgba(15,14,13,0.42) 0%, transparent 55%);
}
.hero__content {
  position: relative; z-index: 2;
  margin-left: auto;
  text-align: right;
  color: #fff;
}
.hero__title {
  font-weight: 500;
  font-size: clamp(2.4rem, 5.8vw, 4.8rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin-bottom: 1.4rem;
}
.hero__word { display: block; overflow: hidden; }
.hero__word > span { display: inline-block; transform: translateY(110%); }
.hero__sub {
  max-width: 34ch;
  margin-left: auto;
  color: rgba(255,255,255,0.82);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  line-height: 1.55;
  margin-bottom: 2.2rem;
}
.hero__actions {
  display: flex; align-items: center; justify-content: flex-end;
  gap: 1rem; flex-wrap: wrap;
}

/* Scroll cue — a bright beam gliding down a track line */
.hero__cue {
  position: absolute; bottom: clamp(1.6rem, 3.2vw, 2.6rem); left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 1.1rem;
  text-decoration: none;
}
.hero__cue-label {
  color: rgba(255,255,255,0.9);
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.4em; text-transform: uppercase;
  padding-left: 0.4em;
  transition: color 0.3s, letter-spacing 0.3s;
}
.hero__cue-line {
  position: relative; width: 2px; height: clamp(74px, 9vw, 98px);
  background: rgba(255,255,255,0.3);
  border-radius: 2px; overflow: hidden;
}
.hero__cue-line::after {
  content: ""; position: absolute; left: 0; top: 0;
  width: 100%; height: 42%;
  border-radius: 2px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  animation: heroCueTravel 1.7s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}
.hero__cue:hover .hero__cue-label { color: #fff; letter-spacing: 0.46em; }
.hero__cue:hover .hero__cue-line::after { animation-duration: 1s; }
@keyframes heroCueTravel {
  0%   { transform: translateY(-105%); opacity: 0; }
  18%  { opacity: 1; }
  82%  { opacity: 1; }
  100% { transform: translateY(255%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__cue-line::after { animation: none; opacity: 1; transform: none; height: 55%; }
}
@media (max-width: 600px) {
  .hero { padding-bottom: 7.5rem; }
}

/* ============ Intro (homepage editorial) ============ */
.intro { padding: clamp(4.5rem, 9vw, 8rem) var(--pad); background: var(--bone); }
.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: start;
  padding-top: clamp(1.6rem, 3vw, 2.6rem);
  border-top: 1px solid var(--line);
}
.intro__lead .sec-tag { margin-bottom: clamp(1.4rem, 3vw, 2.2rem); }
.intro__headline {
  margin-bottom: 0;
  text-wrap: balance;
}
.intro__body {
  display: flex; flex-direction: column;
  padding-top: 0.4rem;
}
.intro__text {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.65;
  font-weight: 400;
  color: var(--grey);
  max-width: 46ch;
}
.intro__text + .intro__text { margin-top: 1.4rem; }
.intro__meta {
  list-style: none;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 30rem;
}
.intro__meta li {
  display: flex; align-items: baseline; gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line-soft);
  color: var(--ink);
  font-size: 0.72rem;
}
.intro__meta li:last-child { border-bottom: 1px solid var(--line-soft); }
.intro__meta-k {
  flex: 0 0 5.5rem;
  color: var(--grey-soft);
}
@media (max-width: 820px) {
  .intro__grid { grid-template-columns: 1fr; gap: clamp(1.6rem, 5vw, 2.4rem); }
  .intro__text { max-width: 60ch; }
}

/* ============ Define / Saunagus ============ */
.define { padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.define__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(2.5rem, 6vw, 8rem);
  align-items: center;
}
.define__fig {
  overflow: hidden;
  border-radius: 0;
  max-width: 480px;
  justify-self: end;
}
.define__fig img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  transform: scale(1.08);
}
.define__fig figcaption {
  padding: 0.85rem 0 0;
  color: var(--grey-soft);
  font-size: 0.62rem;
}
.define__text {
  font-weight: 400;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
  max-width: 36ch;
  margin: 1.6rem 0 2rem;
  color: var(--ink);
}
.define__sub {
  max-width: 56ch; color: var(--grey);
  font-size: 0.98rem; line-height: 1.8;
  margin-bottom: 1.2rem;
}
.define__link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1.1rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.25rem;
  transition: border-color 0.3s;
}
.define__link i { font-style: normal; transition: transform 0.35s var(--ease-out); }
.define__link:hover { border-color: var(--ink); }
.define__link:hover i { transform: translateX(4px); }

/* Saunagus feature variant — framed photo + centred (matches homepage frames) */
.define--feature .define__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  max-width: 1340px; margin-inline: auto;
}
.define__fig--framed {
  position: relative; overflow: visible;
  max-width: 460px; justify-self: end;
}
.define__fig--framed::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(16px, 16px);
  border: 1px solid var(--ember);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.define__fig--framed:hover::after { transform: translate(9px, 9px); }
.define__frame { position: relative; overflow: hidden; }
.define__frame img {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.define__fig--framed:hover .define__frame img { filter: grayscale(0); transform: scale(1.07); }
.define__cap {
  position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2;
  color: #fff; font-size: 0.55rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.define__elements-head {
  max-width: 1340px;
  margin: clamp(3.5rem, 6vw, 5rem) auto clamp(1.4rem, 2.5vw, 1.9rem);
}
.define--feature .define__elements { max-width: 1340px; margin-inline: auto; }
.define__mission { max-width: 1340px; margin: clamp(3rem, 6vw, 4.5rem) auto 0; }

@media (max-width: 820px) {
  .define__grid,
  .define--feature .define__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .define__fig { max-width: 100%; justify-self: start; order: -1; }
  .define__fig--framed::after { transform: translate(9px, 9px); }
}

/* ============================================================
   SAUNAGUS (teaser) — framed photo with hover colour + zoom
   Contained two-column shell, centred so it stays balanced on
   wide screens; the photo fills its column for real presence.
   ============================================================ */
.sv2 { position: relative; }
.sv2-a {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  max-width: 1340px;
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 7.5rem) var(--pad);
}
.sv2-a__title {
  font-weight: 400;
  font-size: clamp(1.7rem, 2.9vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 1.3rem 0 1.2rem;
}
.sv2-a__lede { color: var(--grey); font-size: 1rem; line-height: 1.7; max-width: 46ch; }
.sv2-a__els {
  list-style: none; margin: clamp(1.8rem, 3vw, 2.4rem) 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 2rem;
}
.sv2-a__els li { display: flex; flex-direction: column; gap: 0.25rem; border-top: 1px solid var(--line); padding-top: 0.7rem; }
.sv2-a__el-name { font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.sv2-a__el-desc { color: var(--grey); font-size: 0.82rem; line-height: 1.4; }
.sv2-a__fig { position: relative; justify-self: end; width: 100%; max-width: 620px; margin: 0; }
.sv2-a__fig::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(20px, 20px);
  border: 1px solid var(--ember);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.sv2-a__fig:hover::after { transform: translate(11px, 11px); }
.sv2-a__frame { position: relative; overflow: hidden; }
.sv2-a__frame img {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.sv2-a__fig:hover .sv2-a__frame img { filter: grayscale(0); transform: scale(1.07); }
.sv2-a__cap {
  position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2;
  color: #fff; font-size: 0.55rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

@media (max-width: 820px) {
  .sv2-a { grid-template-columns: 1fr; gap: clamp(2rem, 6vw, 2.6rem); }
  .sv2-a__fig { order: -1; justify-self: stretch; max-width: none; }
  .sv2-a__els { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .sv2-a__els { grid-template-columns: 1fr; }
}

/* Elements grid (subpage /saunagus/) */
.define__elements {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0 clamp(1.5rem, 3vw, 3.5rem);
  align-items: start;
}
.element {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2rem;
  transition: border-color 0.4s;
}
.element:hover { border-color: var(--ink); }
.element__num {
  display: block;
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--grey-soft);
  margin-bottom: 2.4rem;
  transition: color 0.4s;
}
.element:hover .element__num { color: var(--ink); }
.element__name {
  font-weight: 500;
  font-size: 1.05rem; line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.element__desc {
  font-size: 0.92rem; line-height: 1.75;
  color: var(--grey);
  max-width: 32ch;
}
@media (max-width: 900px) { .define__elements { grid-template-columns: 1fr 1fr; gap: 0 2rem; } }
@media (max-width: 560px) { .define__elements { grid-template-columns: 1fr; } }

/* ============ Cold plunge — framed photo + text ============ */
.plunge { padding: 0; }
.plunge__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  max-width: 1340px;
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 7.5rem) var(--pad);
}
/* framed photo — mirrors the saunagus treatment, cold-blue frame offset to the left */
.plunge__fig { position: relative; justify-self: start; width: 100%; max-width: 620px; margin: 0; }
.plunge__fig::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(-20px, 20px);
  border: 1px solid var(--cold);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.plunge__fig:hover::after { transform: translate(-11px, 11px); }
.plunge__frame { position: relative; overflow: hidden; }
.plunge__frame img {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.plunge__fig:hover .plunge__frame img { filter: grayscale(0); transform: scale(1.07); }
.plunge__cap { position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2; color: #fff; font-size: 0.55rem; text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55); }
.plunge__title {
  font-weight: 400;
  font-size: clamp(1.7rem, 2.9vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 1.3rem 0 1.2rem;
}
.plunge__text { max-width: 46ch; color: var(--grey); font-size: 1rem; line-height: 1.7; }

@media (max-width: 820px) {
  .plunge__grid { grid-template-columns: 1fr; gap: clamp(2rem, 6vw, 2.6rem); }
  .plunge__fig { justify-self: stretch; max-width: none; }
}

/* ============ Rounds — timeline layout ============ */
.rounds { padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.rounds__head { margin-bottom: clamp(3rem, 6vw, 5rem); }
.rounds__foot { margin-top: clamp(2rem, 4vw, 3rem); }
/* centre the whole timeline as a column in the middle of the screen */
.rounds__head, .round, .rounds__foot { max-width: 970px; margin-inline: auto; }

.round {
  display: grid;
  grid-template-columns: clamp(48px, 4.5vw, 64px) minmax(0, 1fr);
  column-gap: clamp(1rem, 2vw, 1.6rem);
  row-gap: 0.5rem;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.round:last-of-type { padding-bottom: 0; }

.round__label {
  grid-column: 2; grid-row: 1;
  color: var(--grey-soft);
}
.round__marker {
  grid-column: 1; grid-row: 2;
  display: flex; flex-direction: column; align-items: center;
}
.round__num {
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 400; line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  margin-bottom: 0.9rem;
}
.round__line {
  width: 1px; flex: 1;
  background: var(--line);
  transform-origin: top;
}
.round:last-of-type .round__line { display: none; }

.round__body {
  grid-column: 2; grid-row: 2;
  display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 400px);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
.round__title {
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: clamp(1.4rem, 2.5vw, 2rem);
}
.round__phase { margin-top: 1.1rem; max-width: 44ch; }
.round__phase:first-of-type { margin-top: 0; }
.round__state { display: block; margin-bottom: 0.35rem; }
.round__state--heat { color: var(--ember); }
.round__state--cold { color: var(--cold); }
.round__phase p { color: var(--grey); font-size: 0.98rem; line-height: 1.7; }
.round__img {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.round__img img {
  width: 100%; height: 100%; object-fit: cover;
}

@media (max-width: 820px) {
  .round { grid-template-columns: clamp(40px, 10vw, 56px) 1fr; }
  .round__body { grid-template-columns: 1fr; }
  .round__img { max-width: 100%; }
}

/* Rounds — session walkthrough (subpage /saunagus/), matches homepage rounds */
.rounds__intro { max-width: 1100px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.rb {
  display: grid;
  grid-template-columns: clamp(48px, 4.5vw, 64px) minmax(0, 1fr);
  column-gap: clamp(1rem, 2vw, 1.6rem);
  max-width: 1100px; margin-inline: auto;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.rb:last-of-type { padding-bottom: 0; }
.rb__marker { display: flex; flex-direction: column; align-items: center; }
.rb__num {
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 400; line-height: 1; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums; color: var(--ink);
  margin-bottom: 0.9rem;
}
.rb__line { width: 1px; flex: 1; background: var(--line); transform-origin: top; }
.rb:last-of-type .rb__line { display: none; }
.rb__main { min-width: 0; }
.rb__head { margin-bottom: clamp(1.4rem, 2.5vw, 2rem); }
.rb__round { display: block; color: var(--grey-soft); margin-bottom: 0.7rem; }
.rb__title {
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.rb__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
.rb__fig {
  overflow: hidden; border-radius: 0;
  aspect-ratio: 4 / 5;
  margin-bottom: 1.1rem;
}
.rb__fig img { width: 100%; height: 100%; object-fit: cover; }
.rb__col--cold .rb__fig img { filter: saturate(0.85) hue-rotate(-8deg) brightness(0.98); }
.rb__state { display: block; margin-bottom: 0.35rem; }
.rb__state--heat { color: var(--ember); }
.rb__state--cold { color: var(--cold); }
.rb__col p { color: var(--grey); max-width: 44ch; font-size: 0.98rem; line-height: 1.7; }
@media (max-width: 820px) {
  .rb { grid-template-columns: clamp(40px, 10vw, 56px) minmax(0, 1fr); }
}
@media (max-width: 720px) { .rb__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ============ Session types — DEEP / HIGH (framed, centred) ============ */
.sessions { padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.sessions__head { max-width: 720px; margin-inline: auto; text-align: center; }
.sessions__head .sec-tag { margin-bottom: 1.1rem; }
.sessions__head .sec-title { margin-bottom: 1.3rem; }
.sessions__lede {
  color: var(--grey); font-size: 1.02rem; line-height: 1.75;
  max-width: 52ch; margin-inline: auto;
}

.stypes {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1120px; margin: clamp(3rem, 6vw, 4.5rem) auto 0;
}

.stype { display: block; }
.stype__fig { position: relative; width: 100%; margin: 0; }
.stype__fig::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(16px, 16px);
  border: 1px solid var(--ember);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.stype--deep .stype__fig::after { border-color: var(--cold); transform: translate(-16px, 16px); }
.stype:hover .stype__fig::after { transform: translate(9px, 9px); }
.stype--deep:hover .stype__fig::after { transform: translate(-9px, 9px); }

.stype__frame { position: relative; overflow: hidden; }
.stype__frame img {
  display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.stype:hover .stype__frame img { filter: grayscale(0); transform: scale(1.07); }
.stype__cap {
  position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2;
  color: #fff; font-size: 0.55rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.stype__body { padding-top: clamp(1.6rem, 3vw, 2.2rem); }
.stype__kicker { display: block; color: var(--grey); margin-bottom: 0.7rem; font-size: 0.58rem; }
.stype__name {
  font-weight: 400;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 0.95; letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
}

/* intensity meter */
.stype__meter { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1.4rem; }
.stype__meter-lbl { color: var(--grey-soft); }
.stype__bars { display: inline-flex; gap: 6px; }
.stype__bars i {
  display: block; width: 22px; height: 6px;
  background: var(--line);
  transform-origin: left center;
  transition: background 0.4s var(--ease-out);
}
.stype--deep .stype__bars i:nth-child(-n+2) { background: var(--cold); }
.stype--high .stype__bars i { background: var(--ember); }

.stype__desc {
  color: var(--grey); font-size: 0.98rem; line-height: 1.7;
  max-width: 46ch; margin-bottom: 1.4rem;
}
.stype__cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  color: var(--ink); padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--line);
  transition: border-color 0.3s;
}
.stype__cta i { font-style: normal; transition: transform 0.35s var(--ease-out); }
.stype:hover .stype__cta { border-color: var(--ink); }
.stype:hover .stype__cta i { transform: translateX(5px); }

@media (max-width: 820px) {
  .stypes { grid-template-columns: 1fr; gap: clamp(2.6rem, 9vw, 3.6rem); }
  .stype__fig::after { transform: translate(9px, 9px); }
  .stype--deep .stype__fig::after { transform: translate(-9px, 9px); }
}

/* ============ The Space ============ */
.space { padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 7rem); }
.space__head { padding: 0 var(--pad); }
.space__lede { max-width: 58ch; color: var(--grey); margin-top: 1rem; font-size: 0.98rem; line-height: 1.8; }
.space__duo {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 2.5rem var(--pad) clamp(4.5rem, 8vw, 7rem);
}
.duo__fig { position: relative; max-width: 620px; margin: 0 0 2.4rem; }
.duo__fig::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(14px, 14px);
  border: 1px solid var(--ember);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.duo__fig--cold::after { border-color: var(--cold); }
.duo__fig:hover::after { transform: translate(8px, 8px); }
.duo__frame { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.duo__frame img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.duo__fig:hover .duo__frame img { filter: grayscale(0); transform: scale(1.06); }
.duo__fig--cold .duo__frame img { filter: grayscale(0.4) saturate(0.9) hue-rotate(-6deg); }
.duo__fig--cold:hover .duo__frame img { filter: grayscale(0) saturate(0.95) hue-rotate(-6deg); }
.duo__cap {
  position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2;
  color: #fff; font-size: 0.55rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.duo__title {
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.duo__lead { font-weight: 500; margin-bottom: 0.8rem; color: var(--ink); }
.duo p { color: var(--grey); max-width: 52ch; line-height: 1.8; font-size: 0.96rem; }
@media (max-width: 720px) {
  .space__duo { grid-template-columns: 1fr; }
  .duo__fig { max-width: 100%; }
  .duo__fig::after { transform: translate(8px, 8px); }
}

.space__lists {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 0 var(--pad);
  border-top: 1px solid var(--line-soft);
}
.slist { padding-top: 2.5rem; }
.slist h4 { color: var(--grey-soft); margin-bottom: 1.8rem; }
.slist li {
  padding: 0.95rem 0; border-bottom: 1px solid var(--line-soft);
  font-size: 0.95rem; color: var(--ink);
}
.slist li:last-child { border-bottom: none; }
@media (max-width: 820px) { .space__lists { grid-template-columns: 1fr; gap: 0.5rem; } .slist { padding-top: 2rem; } }

/* Space carousel — free scrolling */
.space__carousel {
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.space__carousel::-webkit-scrollbar { display: none; }
.space__carousel:active { cursor: grabbing; }
.space__track {
  display: flex; gap: clamp(1rem, 2vw, 2rem);
  padding: 0 var(--pad);
  width: max-content;
}
.space__item { flex-shrink: 0; width: clamp(250px, 34vw, 460px); }
.space__item img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 0;
}
.space__item:nth-child(even) img { aspect-ratio: 3 / 2.4; margin-top: 3rem; }

/* ============ Social sauna ============ */
/* Social sauna — framed photo + text (matches saunagus / plunge), photo left, ember frame */
.social { padding: 0; }
.social__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  max-width: 1340px;
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 7.5rem) var(--pad);
}
.social__fig { position: relative; justify-self: start; width: 100%; max-width: 620px; margin: 0; }
.social__fig::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(-20px, 20px);
  border: 1px solid var(--ember);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.social__fig:hover::after { transform: translate(-11px, 11px); }
.social__frame { position: relative; overflow: hidden; }
.social__frame img {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.social__fig:hover .social__frame img { filter: grayscale(0); transform: scale(1.07); }
.social__cap { position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2; color: #fff; font-size: 0.55rem; text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55); }
.social__title {
  font-weight: 400;
  font-size: clamp(1.7rem, 2.9vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 1.3rem 0 1.2rem;
}
.social__text {
  color: var(--grey);
  font-size: 1rem; line-height: 1.7;
  max-width: 46ch;
  margin-bottom: 0.5rem;
}
@media (max-width: 820px) {
  .social__layout { grid-template-columns: 1fr; gap: clamp(2rem, 6vw, 2.6rem); }
  .social__fig { justify-self: stretch; max-width: none; }
}

/* Old social sauna (keep for subpages) */
.after { padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.after__intro { max-width: 1180px; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); }
.after__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 4rem); align-items: start;
  max-width: 1180px; margin-inline: auto;
}
.after__fig { position: relative; margin: 0; }
.after__fig::after {
  content: ""; position: absolute; inset: 0;
  transform: translate(14px, 14px);
  border: 1px solid var(--ember);
  pointer-events: none;
  transition: transform 0.6s var(--ease-out);
}
.after__fig:hover::after { transform: translate(8px, 8px); }
.after__frame { position: relative; overflow: hidden; }
.after__frame img {
  display: block; width: 100%; height: auto;
  filter: grayscale(0.5) contrast(1.03);
  transform: scale(1.001);
  transition: filter 0.8s var(--ease-out), transform 1.3s var(--ease-out);
}
.after__fig:hover .after__frame img { filter: grayscale(0); transform: scale(1.06); }
.after__cap {
  position: absolute; left: 1rem; bottom: 0.9rem; z-index: 2;
  color: #fff; font-size: 0.55rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.after__fig--a { grid-row: span 2; max-width: 520px; }
.after__fig--b { max-width: min(82%, 400px); justify-self: end; align-self: end; }
.after__copy {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.8;
  max-width: 42ch; color: var(--grey);
  display: grid; gap: 1.2rem; padding: 0.3rem 0 2rem;
}
.after__copy p:first-child { color: var(--ink); }
@media (max-width: 820px) {
  .after__grid { grid-template-columns: 1fr; }
  .after__fig--a { max-width: 100%; }
  .after__fig--b { max-width: 100%; justify-self: start; align-self: start; }
  .after__fig::after { transform: translate(8px, 8px); }
}

/* ============ Prices ============ */
.prices { padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.prices__lede {
  max-width: 48ch;
  margin: 0 0 3.5rem;
  display: grid; gap: 0.9rem;
}
.prices__lede p { color: var(--grey); font-size: 0.98rem; line-height: 1.8; }
.prices__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.price {
  position: relative; display: flex; flex-direction: column;
  padding: 1.8rem 1.5rem; min-height: 280px;
  border: 1px solid var(--line); border-radius: 0;
  background: transparent;
  transition: border-color 0.35s, transform 0.45s var(--ease-out);
}
.price:hover { border-color: var(--ink); transform: translateY(-4px); }
.price__n { font-size: clamp(2.2rem, 3.4vw, 3.2rem); font-weight: 400; line-height: 1; letter-spacing: -0.02em; }
.price__lbl { color: var(--grey-soft); margin-top: 0.5rem; }
.price__info { margin-top: 1rem; font-size: 0.88rem; color: var(--grey); line-height: 1.6; }
.price__amt { margin-top: auto; font-size: 1.25rem; font-weight: 500; }
.price__note { color: var(--grey-soft); margin-top: 0.4rem; }
.prices__gift { margin-top: 2.5rem; color: var(--grey); line-height: 1.8; }
.prices__gift a { color: var(--ink); border-bottom: 1px solid var(--line); transition: border-color 0.3s; }
.prices__gift a:hover { border-color: var(--ink); }
@media (max-width: 1000px) { .prices__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .prices__grid { grid-template-columns: 1fr; } .price { min-height: 210px; } }

/* ============ FAQ ============ */
.faq { padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.faq__list { max-width: 820px; }
.qa { border-bottom: 1px solid var(--line-soft); }
.qa summary {
  display: flex; justify-content: space-between; align-items: center;
  list-style: none; cursor: pointer;
  padding: 1.4rem 0;
  font-size: clamp(1rem, 1.7vw, 1.2rem); font-weight: 400;
  transition: color 0.3s;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--grey); }
.qa summary i {
  position: relative; width: 12px; height: 12px; flex-shrink: 0; margin-left: 1.5rem;
}
.qa summary i::before, .qa summary i::after {
  content: ""; position: absolute; background: currentColor;
  transition: transform 0.4s var(--ease-out);
}
.qa summary i::before { top: 50%; left: 0; width: 100%; height: 1px; margin-top: -0.5px; }
.qa summary i::after { left: 50%; top: 0; height: 100%; width: 1px; margin-left: -0.5px; }
.qa[open] summary i::after { transform: rotate(90deg) scaleY(0); }
.qa__a { overflow: hidden; }
.qa__a p { padding: 0 0 1.6rem; max-width: 62ch; color: var(--grey); font-size: 0.96rem; line-height: 1.8; }

/* ============ Where to find us ============ */
.findus { padding: clamp(6rem, 11vw, 10rem) var(--pad) 0; }
.findus__wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
}
.findus__map {
  display: block;
  width: 100%; height: clamp(380px, 55vh, 520px);
  border: 0;
  filter: grayscale(1) contrast(0.92);
}
.findus__card {
  position: absolute; left: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem);
  background: rgba(247, 245, 241, 0.94);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 1.4rem 1.6rem;
  min-width: 230px;
}
.findus__label { display: block; color: var(--grey-soft); margin-bottom: 0.6rem; }
.findus__card p { color: var(--ink); line-height: 1.5; margin-bottom: 1rem; }
.findus__dir {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.2rem;
  transition: border-color 0.3s;
}
.findus__dir i { font-style: normal; transition: transform 0.35s var(--ease-out); }
.findus__dir:hover { border-color: var(--ink); }
.findus__dir:hover i { transform: translateX(4px); }
.findus__note { margin-top: 1.4rem; color: var(--grey); font-size: 0.94rem; }

/* ============ Footer ============ */
.footer {
  background: var(--dark);
  color: #f1eee8;
  padding: clamp(6rem, 11vw, 9rem) 0 2rem;
  overflow: hidden;
  margin-top: clamp(5rem, 9vw, 8rem);
}
.footer__cta {
  text-align: center;
  padding: 0 var(--pad) clamp(4rem, 8vw, 6rem);
}
.footer__kicker { color: rgba(241,238,232,0.5); display: block; margin-bottom: 1.8rem; }
.footer__big {
  font-weight: 400;
  font-size: clamp(2.2rem, 5.5vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin-bottom: 2.4rem;
}
.footer__big em { font-style: normal; color: var(--ember); }
.footer__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  border-top: 1px solid rgba(241,238,232,0.14);
  padding: 3rem var(--pad) 3.5rem;
}
.footer__col h5 { color: rgba(241,238,232,0.45); margin-bottom: 1rem; font-weight: 500; }
.footer__col a { color: rgba(241,238,232,0.85); line-height: 1.9; transition: color 0.3s; }
.footer__col a:hover { color: #fff; }
.footer__col--story p { color: rgba(241,238,232,0.5); font-size: 0.94rem; line-height: 1.8; }
.footer__base {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 1rem 2rem;
  border-top: 1px solid rgba(241,238,232,0.1);
  padding: 1.6rem var(--pad) 0.6rem;
  color: rgba(241,238,232,0.45);
}
.footer__logo { height: 14px; width: auto; opacity: 0.85; }
@media (max-width: 820px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

/* ============ Testimonials ============ */
.reviews { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--paper); }
.reviews__head {
  text-align: center; max-width: 60ch;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  padding: 0 var(--pad);
}
.reviews__head .sec-title { margin-top: 0.6rem; }

.reviews__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding: 0 0 1rem;
}
.reviews__scroll::-webkit-scrollbar { display: none; }
.reviews__scroll:active { cursor: grabbing; }
.reviews__track {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: 0 var(--pad);
  width: max-content;
}

.review {
  flex-shrink: 0;
  width: clamp(300px, 32vw, 400px);
  border: 1px solid var(--line);
  background: #fff;
  padding: clamp(1.8rem, 3vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.review__text {
  font-size: 1.05rem; line-height: 1.6;
  color: var(--ink); font-weight: 400;
  flex: 1;
}
.review__attr {
  display: flex; align-items: center; gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-soft);
}
.review__stars { color: var(--ember); letter-spacing: 3px; font-size: 0.85rem; }
.review__name { color: var(--grey); font-size: 0.72rem; letter-spacing: 0.1em; }
.reviews__more { text-align: center; margin-top: clamp(2.5rem, 5vw, 4rem); padding: 0 var(--pad); }

/* ============ Subpages ============ */
.page-head {
  padding: clamp(8rem, 14vw, 11rem) var(--pad) 0;
}
.page-head--bone { background: var(--bone); }
.page-lede {
  max-width: 58ch; color: var(--grey);
  font-size: 1.02rem; line-height: 1.8;
  margin: -1rem 0 0;
}
.qa-h2 {
  font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  letter-spacing: -0.01em;
  margin-bottom: 0.9rem;
}
.qa-answer {
  max-width: 58ch; color: var(--grey);
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.related {
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
  border-top: 1px solid var(--line-soft);
}
.related h4 { color: var(--grey-soft); margin-bottom: 1.6rem; }
.related__links { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; }
.related__links a {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.25rem;
  transition: border-color 0.3s;
}
.related__links a:hover { border-color: var(--ink); }

/* ============ Booking schedule (Yogo) ============ */
/* Homepage #schedule section + /book/ page. The live Yogo calendar
   replaces the fallback once the loader in js/shell.js is configured
   (it adds html.yogo-live). */
section.schedule { padding: clamp(6rem, 11vw, 10rem) clamp(1rem, 2.5vw, 2.5rem); }
.schedule__head {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}
.schedule__lede {
  max-width: 54ch;
  margin: -1rem auto 0;
  color: var(--grey);
  font-size: 1.02rem; line-height: 1.8;
}

.yogo-cal { max-width: 1600px; margin-inline: auto; }
.yogo-calendar { display: none; }              /* hidden until the Yogo loader is live */
html.yogo-live .yogo-calendar { display: block; }
html.yogo-live .yogo-cal__fallback { display: none; }
.yogo-cal__fallback {
  border: 1px solid var(--line);
  min-height: clamp(360px, 50vh, 520px);
  display: grid; place-items: center;
  text-align: center;
  padding: 2.5rem;
}
.yogo-cal__fallback .mono { display: block; color: var(--grey-soft); margin-bottom: 1.2rem; }
.yogo-cal__fallback p { color: var(--grey); max-width: 44ch; line-height: 1.8; }
.yogo-cal__alt { margin-top: 1.8rem; }
.yogo-cal__alt a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.2rem;
  transition: border-color 0.3s;
}
.yogo-cal__alt a:hover { border-color: var(--ink); }

/* ── Yogo widget — themed to match Heat Lab (Sauna85-style) ─────────
   The widget injects its own (Vue-Material) CSS at runtime, after this
   file, so overrides are scoped under .yogo-cal with !important to win
   the cascade. White boxes, crisp dark borders, solid black buttons. */
.yogo-cal,
.yogo-cal * {
  font-family: var(--font-body) !important;
  border-radius: 0 !important;
}
.yogo-cal .theme--frame-box { border: 0 !important; background: transparent !important; }
/* the widget caps its own wrapper at max-width:1100px and adds gutters —
   let every inner container fill our (wider) .yogo-cal box edge to edge */
.yogo-cal .yogo--wrapper,
.yogo-cal .theme--frame-box,
.yogo-cal .theme__widget--padding {
  max-width: none !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* day columns ("MONDAY 15 JUN") — open box, crisp dark border */
.yogo-cal .cal-top {
  background: transparent !important;
  border: 1px solid rgba(22,21,20,0.45) !important;
  color: var(--ink) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.yogo-cal .cal-top .bold { font-weight: 600 !important; }
/* today / selected column — solid black, white text */
.yogo-cal .events-group.current-day .cal-top { background: var(--ink) !important; }
.yogo-cal .events-group.current-day .cal-top,
.yogo-cal .events-group.current-day .cal-top * { color: #fff !important; }

/* session cards — borderless, plain text */
.yogo-cal .class-item { background: transparent !important; border: 0 !important; color: var(--ink) !important; }
.yogo-cal .class-item > a {
  display: block;
  padding: 0.75rem 0.7rem 1rem !important;
  color: var(--ink) !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.yogo-cal .class-item .event-name { letter-spacing: 0.02em !important; }
.yogo-cal .class-item .small { color: var(--grey) !important; }
/* faded past sessions, like the reference */
.yogo-cal .events-group.before-today .class-item { opacity: 0.45; }

/* SIGN UP → solid black button, full width */
.yogo-cal .yogo-btn-secondary,
.yogo-cal .yogo-btn-primary {
  display: block !important;
  width: 100%;
  margin-top: 0.6rem;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-size: 0.62rem !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  color: #fff !important;
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  padding: 0.7rem 0.5rem !important;
  text-align: center;
  transition: background .3s, border-color .3s !important;
}
.yogo-cal .class-item:hover .yogo-btn-secondary,
.yogo-cal .yogo-btn-secondary:hover,
.yogo-cal .yogo-btn-primary:hover {
  background: var(--ember) !important; border-color: var(--ember) !important; color: #fff !important;
}

/* FILTERS → solid black button */
.yogo-cal .btn {
  background: var(--ink) !important;
  color: #fff !important;
  border: 1px solid var(--ink) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 0.68rem !important;
  letter-spacing: 0.12em !important;
  padding: 0.7rem 1.4rem !important;
}
.yogo-cal .btn:hover { background: var(--ember) !important; border-color: var(--ember) !important; }

/* date-jump field → bordered box */
.yogo-cal .vdp-datepicker input {
  background: transparent !important;
  border: 1px solid rgba(22,21,20,0.45) !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  padding: 0.7rem 1rem !important;
  min-width: 190px;
  cursor: pointer;
}
.yogo-cal .vdp-datepicker__calendar { border: 1px solid rgba(22,21,20,0.45) !important; }
.yogo-cal .vdp-datepicker__calendar .cell.day.selected,
.yogo-cal .vdp-datepicker__calendar .cell.day:not(.blank):not(.disabled):hover {
  background: var(--ink) !important; color: #fff !important;
}
.yogo-cal .day-header { color: var(--grey) !important; }

/* filter dropdowns (inside the FILTERS panel) */
.yogo-cal .md-field::before { background-color: var(--line) !important; }
.yogo-cal .md-field::after { background-color: var(--ink) !important; }
.yogo-cal .md-icon { color: var(--ink) !important; }

/* ── Yogo session-detail modal ─────────────────────────────────────
   The popup (click a session) is a Vue-Material dialog mounted at
   <body>, OUTSIDE .yogo-cal — so it needs its own document-level
   overrides. Barlow, squared, our solid-black buttons. */
.md-dialog,
.md-dialog * {
  font-family: var(--font-body) !important;
  border-radius: 0 !important;
}
.md-dialog .close-signup-modal,
.md-dialog .close-signup-modal svg { color: var(--ink) !important; fill: currentColor !important; }
.md-dialog .yogo-line { background-color: var(--line) !important; }
/* Book buttons → solid black, like the calendar's SIGN UP */
.md-dialog .yogo-btn,
.md-dialog .yogo-btn-primary {
  background: var(--ink) !important;
  color: #fff !important;
  border: 1px solid var(--ink) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-size: 0.66rem !important;
  font-weight: 500 !important;
  padding: 0.8rem 1.5rem !important;
  transition: background .3s, border-color .3s !important;
}
.md-dialog .yogo-btn:hover,
.md-dialog .yogo-btn-primary:hover {
  background: var(--ember) !important; border-color: var(--ember) !important; color: #fff !important;
}

/* Journal stub / hub intro */
.journal-stub {
  padding: 0 var(--pad) clamp(3rem, 5vw, 4rem);
  color: var(--grey); max-width: 58ch; line-height: 1.8;
}

/* Journal hub — post cards */
.jgrid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}
.jcard { display: block; }
.jcard figure { overflow: hidden; margin-bottom: 1.2rem; }
.jcard img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transform: scale(1.02);
  filter: grayscale(0.5) contrast(1.03);
  transition: transform 0.9s var(--ease-out), filter 0.8s var(--ease-out);
}
.jcard:hover img { transform: scale(1.07); filter: grayscale(0); }
.jcard__date { display: block; color: var(--grey-soft); margin-bottom: 0.7rem; }
.jcard__title {
  font-weight: 500; font-size: 1.25rem; line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
}
.jcard p { color: var(--grey); font-size: 0.95rem; line-height: 1.7; max-width: 40ch; }
.jcard__more {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.2rem;
  transition: border-color 0.3s;
}
.jcard:hover .jcard__more { border-color: var(--ink); }
@media (max-width: 900px) { .jgrid { grid-template-columns: 1fr; gap: 3rem; } }

/* Journal post — reading column */
.post { padding-bottom: clamp(4rem, 8vw, 6rem); }
.post__meta { display: block; color: var(--grey-soft); margin: -1rem 0 2.5rem; }
.post__body { max-width: 680px; }
.post__body h2 {
  font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  line-height: 1.25; letter-spacing: -0.01em;
  margin: 2.8rem 0 1rem;
}
.post__body p {
  color: #46423b; font-size: 1.03rem; line-height: 1.85;
  margin-bottom: 1.3rem;
}
.post__body p a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  transition: border-color 0.3s;
}
.post__body p a:hover { border-color: var(--ink); }
.post__body figure { margin: 2.6rem 0; }
.post__body figcaption { color: var(--grey-soft); font-size: 0.62rem; margin-top: 0.8rem; }
.post__cta { margin-top: 3rem; }

/* Ink button */
.btn--ink { border-color: var(--ink); color: var(--ink); }
.btn--ink:hover { background: var(--ink); color: var(--paper); }
.btn--ink .btn__txt i { font-style: normal; display: inline-block; margin-left: 0.5rem; transition: transform 0.35s var(--ease-out); }
.btn--ink:hover .btn__txt i { transform: translateX(4px); }

/* ============ Legal pages ============ */
.legal { padding-bottom: clamp(5rem, 9vw, 8rem); }
.legal__body { max-width: 75ch; margin: 0 auto; }
.legal__updated { display: block; color: var(--grey-soft); margin-bottom: 2.6rem; }
.legal__meta p { margin-bottom: 0.2rem; }
.legal__body h2 {
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.3; letter-spacing: -0.01em;
  margin: 2.8rem 0 0.9rem;
}
.legal__body h3 { font-weight: 500; font-size: 1.05rem; margin: 1.9rem 0 0.6rem; }
.legal__body p { color: #46423b; font-size: 0.99rem; line-height: 1.8; margin-bottom: 1rem; }
.legal__body ul { margin: 0 0 1.2rem; padding-left: 1.15rem; list-style: disc; }
.legal__body li { color: #46423b; font-size: 0.99rem; line-height: 1.7; margin-bottom: 0.35rem; }
.legal__body li::marker { color: var(--grey-soft); }
.legal__body a { color: var(--ink); border-bottom: 1px solid var(--line); transition: border-color 0.3s; }
.legal__body a:hover { border-color: var(--ink); }

/* Footer legal links */
.footer__legal { display: flex; gap: 1.5rem; }
.footer__legal a { color: rgba(241,238,232,0.6); transition: color 0.3s; }
.footer__legal a:hover { color: #fff; }

/* ============ Contact page ============ */
.contact-page { padding-bottom: clamp(5rem, 9vw, 8rem); }
.contact__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.contact__block {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.contact__block-title {
  display: block; color: var(--grey-soft);
  margin-bottom: 1.2rem;
}
.contact__block a,
.contact__block p {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink);
  transition: color 0.3s;
}
.contact__block a:hover { color: var(--grey); }
.contact__note {
  margin-top: clamp(3rem, 5vw, 4rem);
  color: var(--grey);
  font-size: 0.98rem;
  line-height: 1.8;
  max-width: 48ch;
}
@media (max-width: 820px) { .contact__grid { grid-template-columns: 1fr; } }

/* ============ Cookie consent (granular) ============ */
.cc {
  position: fixed; left: 50%; bottom: clamp(0.75rem, 2vw, 1.25rem);
  transform: translate(-50%, 200%);
  z-index: 1000;
  width: min(640px, calc(100% - 1.5rem));
  display: flex; flex-direction: column; gap: 0.85rem;
  background: var(--ink); color: var(--paper);
  border: 1px solid rgba(247,245,241,0.18);
  box-shadow: 0 16px 50px rgba(0,0,0,0.35);
  padding: 0.85rem 0.95rem;
  transition: transform .5s var(--ease-out);
  pointer-events: none;
}
.cc.is-visible { transform: translate(-50%, 0); pointer-events: auto; }
.cc__main { display: flex; align-items: center; gap: 1.25rem; }
.cc__text { flex: 1; font-size: 0.82rem; line-height: 1.45; color: var(--paper); }
.cc__text a { border-bottom: 1px solid currentColor; white-space: nowrap; }
/* Right column: two equal one-click buttons, then a quiet manage link. */
.cc__choice { flex: none; display: flex; flex-direction: column; gap: 0.55rem; width: 280px; }
.cc__actions { display: flex; gap: 0.5rem; }
.cc__btn {
  flex: 1 1 0; /* Accept all + Necessary only render the exact same size */
  font: inherit; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.6rem 0.95rem; cursor: pointer; white-space: nowrap; text-align: center;
  border: 1px solid rgba(247,245,241,0.4); background: transparent; color: var(--paper);
  transition: background .2s, filter .2s;
}
.cc__btn--ghost:hover { background: rgba(247,245,241,0.12); }
.cc__btn--accept { background: var(--ember); border-color: var(--ember); color: #fff; font-weight: 700; }
.cc__btn--accept:hover { filter: brightness(1.08); }
/* Quiet text link beneath the buttons — readable, low visual weight. */
.cc__manage {
  align-self: center; background: none; border: 0; padding: 0.15rem 0;
  font: inherit; font-size: 0.7rem; letter-spacing: 0.04em;
  color: rgba(247,245,241,0.72); cursor: pointer;
  border-bottom: 1px solid rgba(247,245,241,0.32);
  transition: color .2s, border-color .2s;
}
.cc__manage:hover { color: var(--paper); border-color: var(--paper); }
.cc__panel {
  display: flex; flex-direction: column; gap: 0.55rem;
  padding-top: 0.85rem; border-top: 1px solid rgba(247,245,241,0.16);
}
/* display:flex above would otherwise beat the UA [hidden] rule and keep the
   granular panel always open — force it collapsed until Manage preferences. */
.cc__panel[hidden] { display: none; }
.cc__opt { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; }
.cc__opt--locked { cursor: default; opacity: 0.7; }
.cc__opt-txt { display: flex; flex-direction: column; gap: 0.1rem; }
.cc__opt-txt strong { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; }
.cc__opt-txt span { font-size: 0.72rem; line-height: 1.35; color: rgba(247,245,241,0.7); }
.cc__opt input { width: 1.05rem; height: 1.05rem; accent-color: var(--ember); flex: none; cursor: inherit; }
.cc__save { align-self: flex-end; margin-top: 0.15rem; }
.footer__legal a { cursor: pointer; }
@media (max-width: 560px) {
  .cc__main { flex-direction: column; align-items: stretch; gap: 0.8rem; }
  .cc__choice { width: auto; }
}

/* ============ Reveal primitives ============ */
.reveal-line { display: inline-block; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .hero__word > span { transform: none; }
}
