/* AN NHIÊN — warm parchment, gold, quiet rhythm */

:root {
  color-scheme: light;
  --paper: #f6f1e6;
  --paper-deep: #efe7d7;
  --card: #fbf8f1;
  --ink: #302619;
  --ink-soft: #5b4c3a;
  --muted: #8a7b66;
  --line: rgba(70, 54, 34, .16);
  --gold: #a8802f;
  --gold-soft: #c9a75f;
  --clay: #8c5a3c;
  --sage: #6f7d5e;
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Be Vietnam Pro', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.2, .75, .25, 1);
  --shadow: 0 22px 60px rgba(70, 52, 26, .09);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 12% -8%, #fbf3e0 0, rgba(251, 243, 224, 0) 55%),
    radial-gradient(ellipse at 92% 4%, #f2e6cd 0, rgba(242, 230, 205, 0) 48%),
    linear-gradient(180deg, #f7f2e7 0, #f4eee1 46%, #efe8d8 100%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button, a { color: inherit; -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
em { font-style: italic; color: var(--gold); }
i { font-style: normal; }

.paper-grain {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: .3;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}

/* ---------- topbar ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 6vw;
  background: rgba(247, 242, 231, .84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; }

.wordmark-seal {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(168, 128, 47, .45);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
  background: radial-gradient(circle at 35% 30%, #fffaf0, #f2e7cf);
}

.wordmark-text b { display: block; font-size: 12px; letter-spacing: .3em; font-weight: 600; }
.wordmark-text small { display: block; margin-top: 3px; font-size: 8px; letter-spacing: .22em; color: var(--muted); }

.topnav { display: flex; gap: 26px; font-size: 12px; letter-spacing: .06em; }
.topnav a { text-decoration: none; color: var(--ink-soft); padding-bottom: 3px; border-bottom: 1px solid transparent; transition: .25s var(--ease); }
.topnav a:hover { color: var(--gold); border-bottom-color: rgba(168, 128, 47, .5); }

.bell-button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border: 1px solid rgba(168, 128, 47, .4);
  border-radius: 999px;
  background: transparent;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .25s var(--ease);
}
.bell-button:hover { background: rgba(168, 128, 47, .1); }
.bell-icon { font-size: 13px; }
.bell-button.is-ringing .bell-icon { animation: bell-swing .8s var(--ease); }

/* ---------- hero ---------- */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 82px) 6vw clamp(28px, 4vw, 52px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 10px;
  letter-spacing: .24em;
  color: var(--muted);
  font-weight: 500;
}
.eyebrow > span { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.eyebrow > i { width: 34px; height: 1px; background: linear-gradient(90deg, var(--gold-soft), transparent); }

.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(52px, 6.6vw, 96px);
  line-height: .94;
  letter-spacing: -.02em;
}
.hero h1 em { color: var(--clay); }

.lede {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
  color: var(--ink-soft);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.button-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  border-radius: 2px;
  background: linear-gradient(135deg, #36301f, #55462e);
  color: #fdf7e8;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s var(--ease);
}
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(60, 46, 22, .22); }
.button-arrow { font-size: 15px; opacity: .8; }

.button-ghost {
  padding: 14px 12px;
  border: 0;
  border-bottom: 1px solid rgba(168, 128, 47, .5);
  background: none;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: .06em;
  transition: .25s var(--ease);
}
.button-ghost:hover { color: var(--gold); }

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 38px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
}
.hero-facts div { display: flex; flex-direction: column; gap: 4px; }
.hero-facts dt { font-size: 9px; letter-spacing: .2em; color: var(--muted); text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: var(--serif); font-size: 21px; color: var(--ink); }

/* ---------- hero art ---------- */

.hero-art { position: relative; margin: 0; }
.buddha { display: block; width: 100%; height: auto; filter: drop-shadow(0 26px 44px rgba(94, 72, 34, .16)); }

.halo { stroke: var(--gold-soft); }
.halo-outer { stroke-width: 1; opacity: .45; }
.halo-dotted { stroke-width: 1.2; stroke-dasharray: 2 9; opacity: .6; animation: halo-turn 90s linear infinite; transform-origin: 280px 238px; }
.halo-inner { stroke: none; }
.figure .head, .figure .limb, .figure .hands, .figure .ushnisha { stroke: var(--clay); stroke-width: 1.6; stroke-opacity: .5; }
.figure .crease, .figure .eye, .figure .brow, .figure .mouth, .figure .nose, .figure .ear, .figure .neck {
  fill: none; stroke: var(--clay); stroke-width: 1.5; stroke-opacity: .6; stroke-linecap: round;
}
.figure .neck { stroke-opacity: .45; }
.throne path { stroke: rgba(140, 90, 60, .38); stroke-width: 1.4; }
.throne .petal-line { fill: none; stroke-opacity: .5; }
.incense rect, .incense ellipse { fill: #b98d55; opacity: .75; }
.incense .ember { fill: #c7673a; opacity: .9; animation: ember 2.6s ease-in-out infinite; }
.smoke path {
  fill: none;
  stroke: rgba(120, 106, 80, .5);
  stroke-width: 2;
  stroke-linecap: round;
  filter: blur(1.1px);
  animation: smoke-rise 11s ease-in-out infinite;
}
.smoke .smoke-thin { stroke-width: 1.3; stroke-opacity: .6; animation-duration: 14s; animation-delay: -4s; }

.art-petal {
  position: absolute;
  width: 16px;
  height: 22px;
  border-radius: 60% 0 60% 0;
  background: linear-gradient(140deg, #f6e9cf, #e3c99c);
  box-shadow: 0 6px 14px rgba(120, 92, 40, .16);
  animation: petal-fall 13s linear infinite;
}
.petal-a { left: 8%; top: 4%; animation-delay: -2s; }
.petal-b { right: 12%; top: 2%; animation-delay: -7s; animation-duration: 16s; }
.petal-c { right: 30%; top: 0; animation-delay: -11s; animation-duration: 18s; }

.hero-art figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: .2em;
  color: var(--muted);
}
.art-caption { display: flex; align-items: center; gap: 9px; }
.art-caption i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(168, 128, 47, .18); }
.art-note { font-family: var(--serif); font-style: italic; font-size: 14px; letter-spacing: 0; text-transform: none; }

/* ---------- shared section rhythm ---------- */

section { position: relative; }

.practice, .breathe, .mala, .day {
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 88px) 6vw;
}

.practice-intro h2, .breathe h2, .mala h2, .day-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 3.9vw, 52px);
  line-height: 1.04;
  letter-spacing: -.015em;
}
.practice-lede, .breathe-lede, .mala-lede, .day-lede {
  max-width: 46ch;
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
}

/* ---------- verses ---------- */

.practice {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
}

.verse-card {
  position: relative;
  padding: clamp(26px, 3.4vw, 44px);
  background: linear-gradient(160deg, #fdf9f0, #f4ead6);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.verse-quote {
  position: absolute;
  top: -26px;
  right: 18px;
  font-family: var(--serif);
  font-size: 150px;
  line-height: 1;
  color: rgba(168, 128, 47, .13);
}
.verse-number { margin: 0 0 16px; font-size: 9px; letter-spacing: .22em; color: var(--gold); }
.verse-text {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.3vw, 29px);
  line-height: 1.42;
  color: #3a2f1f;
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.verse-text.is-swapping { opacity: 0; transform: translateY(6px); }
.verse-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.verse-next {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  transition: .25s var(--ease);
}
.verse-next span:last-child { color: var(--gold); font-size: 15px; }
.verse-next:hover { color: var(--gold); }
.verse-counter { font-size: 10px; letter-spacing: .18em; color: var(--muted); }

.wholesome {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.wholesome li { padding: 22px 20px; border-top: 1px solid var(--line); }
.wholesome li span { font-family: var(--serif); font-size: 13px; color: var(--gold); }
.wholesome li b { display: block; margin: 8px 0 8px; font-size: 14px; letter-spacing: .02em; }
.wholesome li p { margin: 0; font-size: 13.5px; line-height: 1.66; color: var(--ink-soft); }
.wholesome-source { grid-column: 1 / -1; margin: 0; font-size: 11px; letter-spacing: .06em; color: var(--muted); }

/* ---------- breathing ---------- */

.breathe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: center;
  background: linear-gradient(180deg, rgba(239, 231, 215, .5), rgba(239, 231, 215, 0));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding-left: max(6vw, calc((100vw - 1140px) / 2 + 6vw));
  padding-right: max(6vw, calc((100vw - 1140px) / 2 + 6vw));
}

.breathe-stats { display: flex; flex-wrap: wrap; gap: 30px; margin: 30px 0 26px; }
.breathe-stats div, .mala-stats div { display: flex; flex-direction: column; gap: 3px; }
.breathe-stats span, .mala-stats span { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.breathe-stats strong, .mala-stats strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
#phase-name { font-size: 20px; color: var(--clay); }

.breathe-actions, .mala-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.button-dark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(135deg, #36301f, #55462e);
  color: #fdf7e8;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .25s var(--ease);
}
.button-dark:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(60, 46, 22, .2); }

.breathe-stage { display: grid; justify-items: center; gap: 18px; }
.breath-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: min(340px, 74vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 50% 45%, rgba(255, 250, 238, .9), rgba(240, 231, 212, .35));
}
.breath-ripple {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(168, 128, 47, .3);
  opacity: 0;
}
.breath-core {
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  border: 1.4px solid rgba(168, 128, 47, .45);
  background: radial-gradient(circle, rgba(246, 232, 196, 0) 50%, rgba(238, 216, 168, .78) 72%, rgba(246, 232, 196, 0) 90%);
  box-shadow: 0 0 44px rgba(196, 160, 90, .3), inset 0 0 26px rgba(206, 176, 116, .38);
  transform: scale(.6);
  transition: transform 4s linear;
}
.breath-ring.is-inhaling .breath-core { transition-duration: 4s; transform: scale(1); }
.breath-ring.is-holding .breath-core { transition-duration: 4s; transform: scale(1); }
.breath-ring.is-exhaling .breath-core { transition-duration: 6s; transform: scale(.6); }
.breath-ring.is-active .breath-ripple { animation: ripple 7s var(--ease) infinite; }
.breath-ring.is-active .ripple-2 { animation-delay: 3.5s; }

.breath-phase, .breath-seconds {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  font-family: var(--serif);
  text-align: center;
}
.breath-phase { font-size: 24px; transform: translateY(-8px); color: #45372a; }
.breath-seconds { font-size: 14px; letter-spacing: .26em; color: var(--gold); transform: translateY(20px); }
.breath-note, .mala-note {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  text-align: center;
}

/* ---------- mala ---------- */

.mala {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}
.mala-stats { display: flex; flex-wrap: wrap; gap: 30px; margin: 30px 0 26px; }
.mala-stage { position: relative; display: grid; place-items: center; }
.mala-svg { width: min(390px, 86vw); height: auto; }
.mala-track { fill: none; stroke: rgba(70, 54, 34, .14); stroke-width: 1; }
.mala-progress {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 829.4;
  stroke-dashoffset: 829.4;
  transform: rotate(-90deg);
  transform-origin: 170px 170px;
  transition: stroke-dashoffset .35s var(--ease);
}
.mala-bead { fill: rgba(168, 128, 47, .18); stroke: rgba(140, 110, 55, .35); stroke-width: .6; transition: fill .3s var(--ease), r .3s var(--ease); }
.mala-bead.is-lit { fill: var(--gold); stroke: rgba(120, 88, 30, .5); }
.mala-bead.is-current { fill: #c2691f; }
.mala-center {
  position: absolute;
  display: grid;
  place-items: center;
  gap: 4px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid rgba(168, 128, 47, .4);
  background: radial-gradient(circle at 40% 35%, #fffbf2, #efe4cd);
  box-shadow: 0 12px 30px rgba(120, 92, 40, .14);
  transition: .25s var(--ease);
}
.mala-center:hover { transform: scale(1.03); }
.mala-center:active { transform: scale(.97); }
.mala-syllable { font-family: var(--serif); font-size: 30px; color: var(--gold); }
.mala-center-text { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.mala-note { margin-top: 16px; }

/* ---------- day ---------- */

.day { border-top: 1px solid var(--line); max-width: 1140px; }
.day-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.day-list li { padding-top: 20px; border-top: 2px solid rgba(168, 128, 47, .3); }
.day-time { font-size: 9px; letter-spacing: .2em; color: var(--gold); }
.day-list h3 { margin: 10px 0 8px; font-size: 24px; }
.day-list p { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--ink-soft); }

/* ---------- footer ---------- */

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 6vw 40px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(239, 231, 215, 0), rgba(233, 222, 201, .55));
}
.footer-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 10px; letter-spacing: .18em; }
.footer-seal {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(168, 128, 47, .45);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
}
.footer-brand i { color: var(--gold); }
.footer-center { margin: 0; font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--ink-soft); }
.footer-right { display: grid; gap: 8px; justify-items: end; text-align: right; }
.footer-bell { padding: 0 0 3px; border: 0; border-bottom: 1px solid rgba(168, 128, 47, .5); background: none; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.footer-bell span { color: var(--gold); }
.footer-fine { font-size: 10px; line-height: 1.6; color: var(--muted); max-width: 42ch; }

/* ---------- toast ---------- */

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 50;
  max-width: calc(100vw - 32px);
  padding: 12px 20px;
  border-radius: 2px;
  background: #36301f;
  color: #fdf7e8;
  font-size: 12.5px;
  letter-spacing: .02em;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: .3s var(--ease);
  pointer-events: none;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

button:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- animation ---------- */

@keyframes halo-turn { to { transform: rotate(360deg); } }
@keyframes ember { 50% { opacity: .45; } }
@keyframes smoke-rise {
  0% { opacity: 0; transform: translateY(26px) scale(.94); }
  22% { opacity: .85; }
  70% { opacity: .55; }
  100% { opacity: 0; transform: translateY(-88px) scale(1.06); }
}
@keyframes petal-fall {
  0% { opacity: 0; transform: translate3d(0, -20px, 0) rotate(0deg); }
  12% { opacity: .95; }
  100% { opacity: 0; transform: translate3d(28px, 420px, 0) rotate(210deg); }
}
@keyframes ripple {
  0% { opacity: .7; transform: scale(.72); }
  100% { opacity: 0; transform: scale(1.16); }
}
@keyframes bell-swing {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-14deg); }
  55% { transform: rotate(11deg); }
  80% { transform: rotate(-5deg); }
}

/* ---------- responsive ---------- */

@media (max-width: 1040px) {
  .topnav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .hero-art { order: -1; max-width: 460px; margin: 0 auto; }
  .practice, .breathe, .mala { grid-template-columns: 1fr; }
  .day-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wholesome { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 14.5px; }
  html { scroll-padding-top: 66px; }

  .topbar { padding: 11px 18px; gap: 10px; }
  .wordmark-seal { width: 36px; height: 36px; font-size: 19px; }
  .wordmark-text b { font-size: 10.5px; letter-spacing: .24em; }
  .wordmark-text small { font-size: 7px; letter-spacing: .16em; }
  .bell-button { padding: 8px 12px; font-size: 10px; gap: 6px; }
  .bell-label { display: none; }

  .hero { padding: 18px 18px 30px; gap: 20px; }
  .hero-art { max-width: 330px; }
  .hero-art figcaption { flex-direction: column; gap: 6px; font-size: 8px; }
  .art-note { font-size: 13px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); margin-bottom: 14px; }
  .lede { font-size: 18px; margin-bottom: 22px; }
  .eyebrow { font-size: 9px; margin-bottom: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .button-primary { justify-content: space-between; padding: 15px 18px; }
  .button-ghost { border-bottom: 0; border: 1px solid var(--line); padding: 13px 16px; }
  .hero-facts { gap: 20px; margin-top: 26px; padding-top: 16px; }
  .hero-facts dd { font-size: 19px; }

  .practice, .breathe, .mala, .day { padding: 40px 18px; }
  .practice-intro h2, .breathe h2, .mala h2, .day-intro h2 { font-size: clamp(31px, 9.4vw, 40px); }
  .practice-lede, .breathe-lede, .mala-lede, .day-lede { font-size: 16.5px; }

  .verse-card { padding: 24px 18px; }
  .verse-text { font-size: 22px; }
  .verse-quote { font-size: 108px; top: -16px; }
  .verse-controls { flex-direction: column; align-items: stretch; gap: 12px; }
  .verse-next { justify-content: space-between; }
  .verse-counter { text-align: right; }
  .wholesome li { padding: 18px 0; }

  .breathe-stats, .mala-stats { gap: 22px; margin: 24px 0 22px; }
  .breathe-stats strong, .mala-stats strong { font-size: 22px; }
  #phase-name { font-size: 17px; }
  .breathe-actions, .mala-actions { flex-direction: column; align-items: stretch; }
  .button-dark { justify-content: space-between; }
  .breath-ring { width: min(272px, 78vw); }
  .breath-phase { font-size: 20px; }

  .mala-svg { width: min(300px, 82vw); }
  .mala-center { width: 96px; height: 96px; }
  .mala-syllable { font-size: 24px; }

  .day-list { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .day-list h3 { font-size: 21px; }

  .footer { padding: 24px 18px 32px; flex-direction: column; }
  .footer-center { font-size: 17px; }
  .footer-right { justify-items: start; text-align: left; }
  .toast { bottom: 18px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
