:root {
  --brand-blue: #809fb2;
  --brand-blue-deep: #536f80;
  --brand-taupe: #a37f6a;
  --brand-taupe-deep: #664735;
  --brand-cream: #ebdbcf;
  --brand-blush: #efc2c0;
  --ink: #263b46;
  --ink-soft: #52636b;
  --bg: #f5e9e1;
  --bg-deep: var(--brand-cream);
  --surface: #fbf6f2;
  --surface-strong: #fffaf7;
  --surface-soft: #eadfe0;
  --line: rgb(32 50 60 / 0.14);
  --sage: var(--brand-blue);
  --sage-deep: var(--brand-blue-deep);
  --clay: var(--brand-taupe);
  --clay-deep: var(--brand-taupe-deep);
  --gold: var(--brand-blush);
  --shadow: 0 30px 80px rgb(38 59 70 / 0.14);
  --shadow-soft: 0 14px 38px rgb(38 59 70 / 0.08);
  --shadow-editorial: 0 22px 56px rgb(38 59 70 / 0.1);
  --radius-xl: 20px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 10px;
  --max-width: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cabin", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 0 84px, rgb(83 111 128 / 0.04) 85px 86px, transparent 87px),
    radial-gradient(circle at 7% 0%, rgb(239 194 192 / 0.48), transparent 24%),
    radial-gradient(circle at 96% 4%, rgb(128 159 178 / 0.34), transparent 22%),
    linear-gradient(180deg, #f8eee8 0%, #f4e8df 58%, #ebd9ce 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgb(163 127 106 / 0.46);
  outline-offset: 4px;
}

button,
summary {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 36px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 48px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 14px auto 26px;
  padding: 11px 14px 11px 18px;
  border: 1px solid rgb(83 111 128 / 0.2);
  border-radius: 12px;
  background: rgb(248 238 232 / 0.97);
  box-shadow: 0 14px 34px rgb(38 59 70 / 0.09);
}

.nav-toggle,
.nav-scrim,
.header-cta-mobile {
  display: none;
}

.brand {
  display: block;
  flex: 0 1 auto;
  max-width: 330px;
}

.brand-logo {
  display: block;
  width: clamp(160px, 19vw, 250px);
  height: auto;
}

.site-nav {
  display: flex;
  flex: 1 1 430px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 8px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.site-nav a {
  padding: 8px 12px;
  border-radius: 7px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.footer-links a:hover,
.card-link:hover,
.journey-step a:hover {
  color: var(--clay-deep);
}

.site-footer .footer-links a:hover {
  color: #fffaf7;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgb(239 194 192 / 0.42);
}

.section {
  margin-bottom: clamp(34px, 4.5vw, 62px);
}

.home-page,
.yoga-page {
  --page-accent: var(--brand-blue-deep);
  --page-accent-soft: #dfe9ed;
}

.massage-page {
  --page-accent: var(--brand-taupe-deep);
  --page-accent-soft: #eadbd2;
}

.poetry-page {
  --page-accent: #8c5f61;
  --page-accent-soft: #f2d7d6;
}

.about-page,
.contact-page,
.blog-index-page {
  --page-accent: var(--brand-blue-deep);
  --page-accent-soft: var(--brand-cream);
}

.hero,
.image-story,
.founder-section,
.dual-columns,
.final-cta {
  display: grid;
  gap: 28px;
}

.hero {
  position: relative;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  min-height: min(680px, calc(100vh - 126px));
  padding: clamp(32px, 5vw, 72px);
  border: 1px solid rgb(83 111 128 / 0.13);
  border-radius: 22px;
  background:
    linear-gradient(125deg, rgb(255 250 247 / 0.94), rgb(235 219 207 / 0.84));
  box-shadow: var(--shadow-editorial);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -178px;
  right: -80px;
  width: 420px;
  height: 420px;
  border: 1px solid rgb(83 111 128 / 0.2);
  border-radius: 44% 56% 58% 42%;
  background: rgb(128 159 178 / 0.11);
  transform: rotate(24deg);
}

.hero::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -116px;
  width: 360px;
  height: 220px;
  border: 1px solid rgb(163 127 106 / 0.22);
  border-color: rgb(163 127 106 / 0.22) transparent transparent;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.home-page .hero {
  background:
    linear-gradient(90deg, rgb(255 250 247 / 0.96), rgb(239 194 192 / 0.34)),
    var(--brand-cream);
}

.yoga-page .hero {
  background:
    linear-gradient(122deg, rgb(222 234 240 / 0.98), rgb(235 219 207 / 0.88));
}

.massage-page .hero {
  background:
    linear-gradient(122deg, rgb(235 219 207 / 0.98), rgb(163 127 106 / 0.24));
}

.poetry-page .hero {
  background:
    linear-gradient(122deg, rgb(247 224 222 / 0.98), rgb(235 219 207 / 0.9));
}

.about-page .hero {
  background:
    linear-gradient(122deg, rgb(255 250 247 / 0.98), rgb(128 159 178 / 0.24));
}

.contact-page .hero {
  min-height: auto;
  background:
    linear-gradient(122deg, rgb(220 232 237 / 0.98), rgb(239 194 192 / 0.34));
}

.contact-page .hero-visual {
  max-width: 460px;
}

.contact-page .hero .note-card {
  border-left: 5px solid var(--brand-taupe);
  background: rgb(255 250 247 / 0.74);
}

.home-hero {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  min-height: min(650px, calc(100vh - 124px));
  padding: clamp(34px, 5vw, 68px);
}

.home-hero .hero-copy {
  align-self: center;
  padding: clamp(12px, 3vw, 38px) 0;
}

.home-hero h1 {
  max-width: 20ch;
  font-size: clamp(2.7rem, 4.3vw, 4.15rem);
  line-height: 0.96;
}

.home-hero .hero-lead {
  max-width: 55ch;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: none;
}

.hero-copy,
.hero-visual,
.card,
.feature-card,
.curriculum-card,
.journey-step,
.testimonial-quote,
.testimonial-spotlight,
.trust-strip,
.final-cta,
.glance-card,
.offer-card,
.list-card,
.pricing-card,
.note-card,
.timeline-step {
  transition: opacity 600ms ease, transform 600ms ease;
}

.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
}

.has-js .hero > [data-reveal] {
  opacity: 1;
  transform: none;
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--clay-deep);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.status-pill,
.hours {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  background: rgb(128 159 178 / 0.16);
  color: var(--sage-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
}

h1 {
  max-width: 22ch;
  font-size: clamp(2.35rem, 3.8vw, 3.65rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
}

p {
  margin: 0;
}

.hero-lead,
.section-heading p,
.image-story-copy > p,
.founder-copy > p,
.final-cta-copy p,
.pricing-card p,
.note-card p {
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.hero-lead {
  max-width: 60ch;
  margin-top: 18px;
}

.hero-note,
.supporting-copy {
  margin-top: 14px;
  max-width: 60ch;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.hero-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  letter-spacing: 0.01em;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.88rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--brand-blue-deep), #3d5969);
  color: #fffaf7;
  box-shadow: 0 16px 36px rgb(83 111 128 / 0.26);
}

.button-secondary,
.button-outline {
  border-color: rgb(83 111 128 / 0.32);
  background: rgb(255 250 247 / 0.7);
  color: var(--ink);
}

.massage-page .button-primary,
.poetry-page .button-primary {
  background: linear-gradient(135deg, var(--brand-taupe), var(--brand-taupe-deep));
  box-shadow: 0 16px 36px rgb(102 71 53 / 0.24);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 480px);
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin: 28px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgb(32 50 60 / 0.16);
  list-style: none;
}

.hero-facts li {
  display: grid;
  gap: 2px;
  padding: 0 18px;
  border-left: 1px solid rgb(32 50 60 / 0.13);
}

.hero-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.05;
}

.hero-facts span {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.hero-facts-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
}

.hero-badges li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgb(255 250 247 / 0.76);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 400px;
  gap: 14px;
  justify-self: end;
}

.home-hero .hero-visual {
  max-width: 540px;
}

.home-hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.42fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  height: clamp(460px, 48vw, 560px);
}

.home-hero-collage figure {
  position: relative;
  min-width: 0;
  margin: 0;
}

.home-hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-main {
  grid-row: 1 / -1;
}

.home-hero-main img {
  object-position: center 24%;
}

.home-hero-main figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  gap: 3px;
  padding: 15px 17px;
  border-radius: 10px;
  background: rgb(32 50 60 / 0.78);
  color: #fffaf7;
  backdrop-filter: blur(14px);
}

.home-hero-main figcaption span,
.home-hero-detail figcaption {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero-main figcaption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.1;
}

.home-hero-detail figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgb(255 250 247 / 0.9);
  color: var(--clay-deep);
  backdrop-filter: blur(10px);
}

.home-hero-yoga {
  border-radius: 22px 22px 12px 22px;
}

.home-hero-massage {
  border-radius: 22px 12px 22px 22px;
}

.card {
  border: 1px solid rgb(38 59 70 / 0.12);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: 0 10px 28px rgb(38 59 70 / 0.07);
  overflow: hidden;
}

.hero-portrait {
  position: relative;
  min-height: 100%;
}

.hero-portrait > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: inherit;
}

.hero-portrait.media-landscape > img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-portrait.media-portrait > img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.hero-portrait.media-square > img {
  aspect-ratio: 1;
  object-fit: cover;
}

.hero-portrait.book-hero > img {
  aspect-ratio: 4 / 5;
  padding: clamp(26px, 4vw, 48px);
  background: linear-gradient(145deg, #f3d7d6, #fffaf7);
  object-fit: contain;
}

.hero-brand-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 74px;
  aspect-ratio: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 12px;
  background: rgb(255 250 247 / 0.92);
  box-shadow: 0 18px 36px rgba(31, 28, 23, 0.14);
  backdrop-filter: blur(10px);
}

.hero-brand-badge img {
  width: 100%;
  height: auto;
}

.portrait-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 16px 17px;
  border-radius: 10px;
  background: rgb(38 59 70 / 0.86);
  color: #fffaf7;
  backdrop-filter: blur(16px);
}

.caption-label,
.card-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.caption-label {
  color: rgb(255 250 247 / 0.74);
}

.caption-title {
  margin-top: 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
}

.caption-copy {
  margin-top: 8px;
  color: rgb(255 250 247 / 0.84);
  font-size: 0.92rem;
}

.glance-card,
.feature-card,
.curriculum-card,
.journey-step,
.testimonial-quote,
.testimonial-spotlight,
.offer-card,
.list-card,
.pricing-card,
.note-card {
  padding: 24px;
}

.price-line {
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.1;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 14px;
  border: 1px solid rgb(83 111 128 / 0.16);
  border-radius: 12px;
  background: linear-gradient(120deg, var(--brand-blue-deep), #354f5e);
  box-shadow: var(--shadow-soft);
}

.trust-item {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 6px 18px;
  border-left: 1px solid rgb(255 250 247 / 0.2);
  color: #fffaf7;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.trust-item:first-child {
  border-left: 0;
}

.branch-subnav {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 14px;
  background: rgb(235 219 207 / 0.62);
  box-shadow: var(--shadow-soft);
}

.home-yoga-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(26px, 4.5vw, 56px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 12%, rgb(239 194 192 / 0.28), transparent 30%),
    linear-gradient(135deg, #536f80, #344e5d);
  color: #fffaf7;
  box-shadow: var(--shadow-editorial);
}

.home-yoga-media {
  position: relative;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.home-yoga-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-yoga-media span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 13px;
  border-radius: var(--radius-sm);
  background: rgb(255 250 247 / 0.9);
  color: var(--clay-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-yoga-copy > p:not(.eyebrow) {
  max-width: 58ch;
  margin-top: 16px;
  color: rgb(255 250 247 / 0.82);
}

.home-yoga-copy .eyebrow {
  color: var(--brand-blush);
}

.home-yoga-copy .check-list {
  color: #fffaf7;
}

.home-yoga-copy .check-list li {
  color: rgb(255 250 247 / 0.92);
}

.home-yoga-copy .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fffaf7;
}

.home-proof-link {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  max-width: 460px;
  margin-top: 22px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  transition: background 180ms ease, transform 180ms ease;
}

.home-proof-link:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.home-proof-link img {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
}

.home-proof-link span {
  display: grid;
  gap: 3px;
}

.home-proof-link strong {
  color: #fffaf7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.1;
}

.home-proof-link small {
  color: rgb(255 250 247 / 0.76);
  font-size: 0.78rem;
  line-height: 1.35;
}

.compact-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.path-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-radius: 14px;
  box-shadow: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgb(38 59 70 / 0.12);
}

.path-card-media {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--brand-cream);
}

.path-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.path-card-media-book {
  padding: 24px;
  background: linear-gradient(145deg, var(--brand-blush), #f8e9e4);
}

.path-card-media-book img {
  width: auto;
  max-width: 74%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgb(38 59 70 / 0.18));
}

.path-card-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.path-card h3 {
  margin-top: 12px;
  font-size: clamp(1.55rem, 2.25vw, 2rem);
}

.path-card p:not(.card-label) {
  margin-top: 12px;
  color: var(--ink-soft);
}

.path-card-yoga {
  border-top: 4px solid var(--brand-blue-deep);
  background: #dce8ed;
}

.path-card-massage {
  border-top: 4px solid var(--brand-taupe-deep);
  background: #eadbd2;
}

.path-card-poetry {
  border-top: 4px solid var(--brand-blush);
  background: #f2d5d4;
}

.path-card-button {
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  color: #fffaf7;
}

.path-card-yoga .path-card-button {
  background: var(--brand-blue-deep);
}

.path-card-massage .path-card-button {
  background: var(--brand-taupe-deep);
}

.path-card-poetry .path-card-button {
  background: var(--ink);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--clay-deep);
  font-weight: 700;
}

.text-link::after,
.card-link::after {
  content: "\2192";
  margin-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover::after,
.card-link:hover::after {
  transform: translateX(3px);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.chip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(235 219 207 / 0.74);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.chip-link:hover,
.chip-link[aria-current="page"] {
  border-color: rgb(102 71 53 / 0.24);
  background: rgb(239 194 192 / 0.42);
  color: var(--clay-deep);
}

.chip-link:hover {
  transform: translateY(-1px);
}

.book-card {
  display: grid;
  gap: 12px;
}

.book-cover {
  width: 100%;
  height: clamp(280px, 34vw, 390px);
  margin-bottom: 8px;
  padding: 18px;
  border-radius: 10px;
  background: rgb(255 250 247 / 0.72);
  object-fit: contain;
}

.book-cover-spread {
  background: var(--ink);
}

.book-copy {
  color: var(--ink-soft);
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.at-a-glance,
.split-section,
.curriculum-section,
.journey-section,
.founder-section,
.testimonials-section,
.faq-section,
.offer-ladder,
.pricing-section {
  padding-top: clamp(30px, 4vw, 52px);
}

.home-page #ways-to-work,
.yoga-page .trust-strip + .split-section,
.massage-page .hero + .split-section,
.poetry-page .hero + .split-section,
.contact-page .hero + .split-section {
  padding: clamp(30px, 4.5vw, 54px);
  border-radius: 18px;
}

.home-page #ways-to-work {
  border: 1px solid rgb(83 111 128 / 0.14);
  background:
    linear-gradient(115deg, rgb(223 233 237 / 0.86), rgb(255 250 247 / 0.78)),
    var(--brand-cream);
}

.yoga-page .trust-strip + .split-section {
  background:
    linear-gradient(115deg, rgb(223 233 237 / 0.9), rgb(235 219 207 / 0.72));
}

.massage-page .hero + .split-section {
  background:
    linear-gradient(115deg, rgb(234 219 210 / 0.96), rgb(255 250 247 / 0.78));
}

.poetry-page .hero + .split-section {
  background:
    linear-gradient(115deg, rgb(242 215 214 / 0.94), rgb(235 219 207 / 0.76));
}

.contact-page .hero + .split-section {
  background:
    linear-gradient(115deg, rgb(223 233 237 / 0.9), rgb(255 250 247 / 0.8));
}

.section-heading {
  position: relative;
  max-width: 760px;
  padding-left: 30px;
}

.section-heading::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  bottom: 0.15rem;
  left: 0;
  width: 10px;
  border-left: 1px solid rgb(83 111 128 / 0.38);
  border-bottom: 1px solid rgb(163 127 106 / 0.5);
  border-radius: 0 0 0 10px;
}

.section-heading::after {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--page-accent, var(--brand-taupe));
}

.section-heading p {
  margin-top: 16px;
}

.auto-grid,
.curriculum-grid,
.journey-steps,
.testimonial-list,
.timeline {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.auto-grid {
  counter-reset: aly-card;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.auto-grid > .card {
  position: relative;
  min-height: 100%;
  border: 0;
  border-top: 4px solid transparent;
  border-radius: 10px;
  box-shadow: none;
  counter-increment: aly-card;
}

.auto-grid > .offer-card::before {
  content: counter(aly-card, decimal-leading-zero);
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgb(38 59 70 / 0.18);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.auto-grid > .offer-card .card-label {
  display: block;
  max-width: calc(100% - 42px);
}

.offer-card,
.list-card,
.curriculum-card,
.journey-step {
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.offer-card:hover,
.list-card:hover,
.curriculum-card:hover,
.journey-step:hover {
  transform: translateY(-2px);
}

.auto-grid > .card:nth-child(4n + 1) {
  border-top-color: var(--brand-blue-deep);
  background: #dfe9ed;
}

.auto-grid > .card:nth-child(4n + 2) {
  border-top-color: var(--brand-taupe-deep);
  background: #eadbd2;
}

.auto-grid > .card:nth-child(4n + 3) {
  border-top-color: var(--brand-blush);
  background: #f2d7d6;
}

.auto-grid > .card:nth-child(4n) {
  border-top-color: var(--brand-taupe);
  background: #f4e8df;
}

.curriculum-grid,
.journey-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-label,
.glance-label {
  color: var(--clay-deep);
}

.card-label,
.glance-label,
.step-number {
  font-size: 0.9rem;
  font-weight: 700;
}

.glance-list,
.plain-list,
.card-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.glance-list li,
.plain-list li,
.card-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
}

.glance-list li::before,
.plain-list li::before,
.card-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage-deep);
}

.feature-card p,
.curriculum-card p,
.journey-step p,
.testimonial-quote p,
.testimonial-summary,
.testimonial-credit,
.offer-card p,
.list-card p {
  margin-top: 14px;
  color: var(--ink-soft);
}

.image-story {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
  padding: clamp(28px, 4.5vw, 58px);
  border: 1px solid rgb(83 111 128 / 0.14);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgb(128 159 178 / 0.3), rgb(239 194 192 / 0.26)),
    var(--brand-cream);
}

.image-story-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-grid {
  align-items: start;
}

.media-card {
  display: grid;
}

.media-card img {
  width: 100%;
  object-fit: cover;
}

.tall-media img {
  aspect-ratio: 0.8;
}

.wide-media img {
  aspect-ratio: 1.4;
}

.media-card-body {
  display: grid;
  gap: 10px;
  padding: 20px 22px 22px;
  background: rgb(255 250 247 / 0.9);
}

.media-card-body p {
  color: var(--ink-soft);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: 1rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fffaf7 28%, transparent 30%),
    linear-gradient(135deg, var(--sage), var(--sage-deep));
  box-shadow: 0 8px 20px rgb(83 111 128 / 0.2);
}

.curriculum-card h3,
.journey-step h3,
.offer-card h3,
.list-card h3 {
  margin-top: 16px;
}

.journey-copy {
  max-width: 560px;
}

.journey-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.step-number {
  color: var(--clay-deep);
}

.journey-step a,
.card-link {
  margin-top: auto;
  padding-top: 18px;
  font-weight: 700;
}

.dual-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.dual-columns > .card {
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

.dual-columns > .card:nth-child(odd) {
  border-left: 4px solid var(--brand-blue-deep);
  background: #e0e9ed;
}

.dual-columns > .card:nth-child(even) {
  border-left: 4px solid var(--brand-taupe);
  background: #f0d8d5;
}

.massage-page .dual-columns > .card:nth-child(odd),
.massage-page .auto-grid > .card:nth-child(4n + 1) {
  border-color: var(--brand-taupe-deep);
  background: #eadbd2;
}

.massage-page .dual-columns > .card:nth-child(even),
.massage-page .auto-grid > .card:nth-child(4n + 2) {
  border-color: var(--brand-blue-deep);
  background: #dfe9ed;
}

.poetry-page .dual-columns > .card:nth-child(odd) {
  border-color: #8c5f61;
  background: #f2d7d6;
}

.poetry-page .dual-columns > .card:nth-child(even) {
  border-color: var(--brand-taupe-deep);
  background: #eadbd2;
}

.price-line {
  display: block;
  margin-top: 14px;
  font-size: clamp(2rem, 4vw, 2.65rem);
  color: var(--ink);
}

.note-card {
  border: 1px solid rgb(163 127 106 / 0.18);
  background: linear-gradient(135deg, rgb(163 127 106 / 0.08), rgba(255, 250, 244, 0.78));
}

.total-line {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  background: rgb(32 50 60 / 0.08);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.timeline {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.timeline-step {
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #e1eaee;
  box-shadow: none;
}

.timeline-step strong {
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.1;
}

.founder-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  align-items: start;
  gap: clamp(28px, 5vw, 68px);
  padding: clamp(30px, 4.5vw, 56px);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgb(239 194 192 / 0.72), transparent 42%),
    #eadbd2;
}

.founder-copy > p {
  margin-top: 18px;
}

.founder-quote {
  margin: 28px 0 0;
  padding: 22px 24px;
  border: 1px solid rgb(163 127 106 / 0.18);
  border-radius: 8px;
  background: rgb(255 250 247 / 0.66);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.35;
}

.founder-media-stack {
  display: grid;
  gap: 18px;
}

.founder-media-stack img {
  aspect-ratio: 1.22;
  object-fit: cover;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.15fr);
  gap: 18px;
  margin-top: 28px;
}

.testimonial-spotlight {
  position: relative;
  overflow: visible;
}

.quote-mark {
  position: absolute;
  top: 8px;
  left: 20px;
  color: rgb(239 194 192 / 0.18);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

.testimonial-summary {
  position: relative;
  padding-top: 44px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.58rem;
  line-height: 1.3;
}

.testimonial-credit {
  margin-top: 18px;
  font-size: 0.94rem;
}

.video-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.video-testimonial {
  padding: 12px;
  border-radius: 12px;
}

.video-testimonial video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: var(--ink);
  object-fit: cover;
}

.video-testimonial figcaption {
  padding: 12px 8px 6px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq-item {
  padding: 20px 22px;
  border: 1px solid rgb(32 50 60 / 0.12);
  border-radius: 10px;
  background: rgb(255 250 247 / 0.78);
  box-shadow: none;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.final-cta {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-taupe-deep), #3c5664);
  color: #fffaf7;
  overflow: hidden;
}

.final-cta::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -56px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgb(239 194 192 / 0.34), transparent 68%);
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta-copy p,
.final-cta .eyebrow {
  color: rgb(255 250 247 / 0.86);
}

.final-cta .eyebrow {
  margin-bottom: 12px;
}

.massage-page .final-cta,
.massage-page .site-footer {
  background: linear-gradient(135deg, var(--brand-taupe-deep), #765848);
}

.poetry-page .final-cta,
.poetry-page .site-footer {
  background: linear-gradient(135deg, #6c4649, var(--brand-taupe-deep));
}

.about-page .final-cta {
  background: linear-gradient(135deg, var(--brand-blue-deep), #6c4649);
}

.final-cta-mini {
  margin-top: 14px;
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 30px;
  border: 0;
  border-radius: 14px;
  background: var(--brand-blue-deep);
  color: #fffaf7;
}

.footer-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
}

.footer-copy {
  color: rgb(255 250 247 / 0.72);
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  color: rgb(255 250 247 / 0.78);
  font-size: 0.92rem;
}

.page-message {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 160px);
}

.page-message .card {
  max-width: 620px;
  padding: 32px;
}

.page-message h1 {
  max-width: none;
  font-size: clamp(2rem, 7vw, 3.4rem);
}

.page-message p {
  margin-top: 16px;
  color: var(--ink-soft);
}

.application-card,
.application-support {
  padding: 28px;
}

.application-card {
  display: grid;
  gap: 18px;
}

.contact-page .application-card {
  border-left-color: var(--brand-blue-deep);
  background: var(--surface-strong);
}

.contact-page .founder-media-stack .card {
  border: 0;
  border-left: 4px solid var(--brand-taupe);
  border-radius: 10px;
  box-shadow: none;
}

.contact-page .hero .note-card {
  border: 0;
  border-left: 4px solid var(--brand-taupe-deep);
  border-radius: 10px;
  background: rgb(255 250 247 / 0.72);
  box-shadow: none;
}

.application-form {
  display: grid;
  gap: 24px;
}

.application-card h2,
.application-card h3,
.application-support h3 {
  text-wrap: balance;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
}

.field span {
  display: block;
}

.form-guidance {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 500;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgb(32 50 60 / 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field textarea {
  resize: vertical;
  min-height: 148px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgb(74 92 102 / 0.78);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgb(102 71 53 / 0.42);
  box-shadow: 0 0 0 4px rgb(239 194 192 / 0.18);
  background: #ffffff;
}

.field-wide {
  grid-column: 1 / -1;
}

.form-options {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.form-options summary {
  position: relative;
  padding: 16px 34px 16px 0;
  cursor: pointer;
  color: var(--clay-deep);
  font-size: 0.92rem;
  font-weight: 700;
  list-style: none;
}

.form-options summary::-webkit-details-marker {
  display: none;
}

.form-options summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.form-options[open] summary::after {
  content: "\2212";
}

.form-options-grid {
  padding: 2px 0 20px;
}

.form-actions {
  display: grid;
  gap: 14px;
  align-items: start;
}

.form-note {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.form-note a {
  font-weight: 700;
  color: var(--clay-deep);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* Journal */
.home-journal {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgb(128 159 178 / 0.25), transparent 28%),
    linear-gradient(135deg, #f3d9d7, #eadbd2);
  box-shadow: none;
}

.home-journal-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 48% 48% 14px 14px;
}

.home-journal-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-journal-image:hover img {
  transform: scale(1.025);
}

.home-journal-image span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  background: rgb(32 50 60 / 0.82);
  color: #fffaf7;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.massage-detail-image {
  object-position: center;
}

.home-journal-copy > p:not(.eyebrow) {
  max-width: 60ch;
  margin-top: 16px;
  color: var(--ink-soft);
}

.home-journal-links {
  display: grid;
  margin: 22px 0;
  border-top: 1px solid var(--line);
}

.home-journal-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 2px;
  border-bottom: 1px solid var(--line);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.16rem;
}

.home-journal-links a::after {
  content: "\2197";
  color: var(--clay-deep);
  font-family: "Cabin", sans-serif;
  font-size: 0.88rem;
}

.blog-index-page {
  background:
    linear-gradient(rgb(235 219 207 / 0.76), rgb(235 219 207 / 0.94)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgb(83 111 128 / 0.05) 80px);
}

.journal-masthead {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  min-height: min(700px, calc(100vh - 124px));
  padding: clamp(32px, 5vw, 66px);
  border: 1px solid rgb(83 111 128 / 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 14%, rgb(239 194 192 / 0.42), transparent 30%),
    linear-gradient(125deg, rgb(255 250 247 / 0.88), rgb(128 159 178 / 0.26));
  box-shadow: var(--shadow-editorial);
  overflow: hidden;
}

.journal-masthead-copy {
  position: relative;
  z-index: 2;
}

.journal-masthead h1 {
  max-width: 14ch;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  line-height: 0.93;
}

.journal-masthead-image {
  position: relative;
  justify-self: end;
  width: min(100%, 590px);
  isolation: isolate;
}

.journal-masthead-image::before {
  content: "";
  position: absolute;
  inset: -18px 28px 24px -18px;
  z-index: -1;
  border: 1px solid rgb(102 71 53 / 0.22);
  border-radius: 48% 48% 16px 16px;
  transform: rotate(-2deg);
}

.journal-masthead-image img {
  width: 100%;
  aspect-ratio: 0.92;
  border-radius: 48% 48% 16px 16px;
  object-fit: cover;
  box-shadow: var(--shadow-editorial);
}

.journal-masthead-image > span {
  position: absolute;
  right: -18px;
  bottom: 34px;
  display: grid;
  gap: 3px;
  max-width: 260px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  background: rgb(235 219 207 / 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.journal-masthead-image em {
  color: var(--clay-deep);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-masthead-image strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.1;
}

.journal-intro-band {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 0.9fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 14px;
  background:
    radial-gradient(circle at 84% 16%, rgb(239 194 192 / 0.2), transparent 30%),
    linear-gradient(135deg, #536f80, #344e5d);
  color: #fffaf7;
  overflow: hidden;
}

.journal-intro-band .eyebrow {
  color: rgb(235 219 207 / 0.86);
}

.journal-intro-band > p:last-child {
  color: rgba(255, 250, 242, 0.78);
}

.journal-monogram {
  display: grid;
  place-items: center;
  width: 94px;
  aspect-ratio: 1;
  border: 1px solid rgb(235 219 207 / 0.42);
  border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.1rem;
  font-style: italic;
}

.journal-start,
.journal-archive {
  padding-top: 64px;
}

.journal-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.journal-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.journal-start-grid .journal-card {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  background: #fbf6f2;
  box-shadow: none;
  overflow: hidden;
}

.journal-start-grid .journal-card:nth-child(1) {
  background: #dfe9ed;
}

.journal-start-grid .journal-card:nth-child(2) {
  background: #eadbd2;
}

.journal-start-grid .journal-card:nth-child(3) {
  background: #f2d7d6;
}

.journal-card-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.journal-start-grid .journal-card-image {
  border-radius: 0;
}

.journal-card-image img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.journal-start-grid .journal-card-image img {
  aspect-ratio: 1.2;
}

.journal-card:hover .journal-card-image img {
  transform: scale(1.025);
}

.journal-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.journal-start-grid .journal-card-copy {
  padding: 22px;
}

.journal-card-meta,
.journal-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.journal-card-meta span,
.journal-byline span:first-child {
  color: var(--clay-deep);
}

.journal-card h3 {
  margin-top: 10px;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1;
}

.journal-start-grid .journal-card h3 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.journal-card-copy > p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.journal-archive-heading,
.journal-year-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.journal-archive-heading .chip-row {
  margin-top: 0;
}

.journal-year {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding-top: 46px;
  scroll-margin-top: 120px;
}

.journal-year-heading {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  justify-items: start;
  gap: 2px;
  color: var(--ink-soft);
}

.journal-year-heading p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1;
}

.journal-year-heading span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-story-list .journal-card:first-child {
  border-top-color: rgb(102 71 53 / 0.28);
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 4px;
  background: rgb(32 50 60 / 0.08);
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--clay), var(--gold));
}

.journal-article {
  padding: 40px 0 24px;
}

.journal-article-header {
  display: grid;
  justify-items: center;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.journal-back {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.journal-back::before {
  content: "\2190";
  margin-right: 8px;
}

.journal-article-header h1 {
  max-width: 19ch;
  font-size: clamp(2.5rem, 5.8vw, 4.8rem);
  line-height: 0.96;
}

.journal-byline {
  justify-content: center;
  margin-top: 22px;
}

.journal-deck {
  max-width: 66ch;
  margin-top: 24px;
  color: var(--ink-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.journal-hero {
  margin: 44px 0 58px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--bg-deep);
  box-shadow: var(--shadow-editorial);
}

.journal-hero img {
  width: 100%;
  max-height: min(64vh, 640px);
  object-fit: cover;
  object-position: center 35%;
}

.journal-reading-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 720px);
  justify-content: center;
  align-items: start;
  gap: clamp(36px, 7vw, 90px);
}

.journal-margin-note {
  position: sticky;
  top: 128px;
  padding-top: 10px;
  border-top: 1px solid rgb(102 71 53 / 0.3);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.journal-margin-note span {
  display: block;
  color: var(--clay-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-margin-note p {
  margin-top: 10px;
}

.journal-margin-note a {
  display: inline-block;
  margin-top: 14px;
  color: var(--ink);
  font-weight: 700;
}

.journal-prose {
  min-width: 0;
  color: var(--ink);
  font-size: clamp(1.04rem, 1.3vw, 1.14rem);
  line-height: 1.82;
}

.story-text-block + .story-text-block,
.story-photo + .story-text-block,
.story-gallery + .story-text-block,
.story-video + .story-text-block {
  margin-top: 2.2rem;
}

.story-text-block p + p,
.story-text-block ul + p,
.story-text-block ol + p,
.story-text-block p + ul,
.story-text-block p + ol {
  margin-top: 1.35em;
}

.story-text-block h2,
.story-text-block h3,
.story-text-block h4 {
  margin: 2.2em 0 0.7em;
  line-height: 1.05;
}

.story-text-block ul,
.story-text-block ol {
  display: grid;
  gap: 0.55em;
  padding-left: 1.35em;
}

.story-text-block blockquote {
  margin: 2.2em 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--gold);
  color: var(--clay-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.35;
}

.story-text-block a {
  color: var(--clay-deep);
  text-decoration: underline;
  text-decoration-color: rgb(102 71 53 / 0.28);
  text-underline-offset: 3px;
}

.story-photo,
.story-gallery,
.story-video {
  margin: 2.8rem 0;
}

.story-photo {
  overflow: hidden;
  border-radius: 22px;
  background: var(--bg-deep);
}

.story-photo img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}

.story-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.story-gallery .story-photo {
  display: grid;
  margin: 0;
  border-radius: 16px;
}

.story-gallery .story-photo:nth-child(3n) {
  grid-column: 1 / -1;
}

.story-gallery .story-photo img {
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.story-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background: var(--ink);
}

.story-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.journal-article-footer {
  max-width: 900px;
  margin: 76px auto 30px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 92% 18%, rgb(239 194 192 / 0.22), transparent 24%),
    rgb(255 250 247 / 0.78);
  box-shadow: var(--shadow-soft);
}

.journal-article-footer > p:not(.eyebrow) {
  max-width: 62ch;
  margin-top: 14px;
  color: var(--ink-soft);
}

.journal-next-prev {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.journal-nav-link {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.journal-nav-link span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-nav-link strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.1;
}

@media (max-width: 1080px) {
  .site-header {
    position: sticky;
    top: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 68px;
    margin: 10px auto 18px;
    padding: 9px 10px 9px 14px;
    border-radius: 12px;
  }

  .has-js .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .brand {
    width: auto;
    max-width: 200px;
    grid-column: 1;
    grid-row: 1;
  }

  .brand-logo {
    width: min(200px, 100%);
  }

  .site-header > .button-small {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-height: 44px;
    padding: 0 15px;
    font-size: 0.84rem;
  }

  .header-cta-desktop {
    display: none;
  }

  .header-cta-mobile {
    display: inline;
  }

  .nav-toggle {
    position: relative;
    z-index: 43;
    display: inline-grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 7px;
    min-width: 74px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgb(32 50 60 / 0.16);
    border-radius: var(--radius-sm);
    background: rgb(255 250 247 / 0.78);
    color: var(--ink);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .has-js .nav-toggle {
    grid-column: 3;
    grid-row: 1;
  }

  .nav-toggle-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 14px;
  }

  .nav-toggle-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 1.5px;
    border-radius: 99px;
    background: currentColor;
    transition: top 180ms ease, transform 180ms ease;
  }

  .nav-toggle-icon span:first-child {
    top: 3px;
  }

  .nav-toggle-icon span:last-child {
    top: 10px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    width: 100%;
    flex-basis: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 8px;
    padding-top: 4px;
  }

  .has-js .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 42;
    display: flex;
    width: min(88vw, 370px);
    height: 100dvh;
    padding: 94px 28px 32px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.72);
    background:
      radial-gradient(circle at 100% 0, rgb(239 194 192 / 0.42), transparent 34%),
      linear-gradient(180deg, #f8f1ec 0%, #ebdbcf 100%);
    box-shadow: -24px 0 70px rgba(31, 28, 23, 0.16);
    transform: translateX(110%);
    visibility: hidden;
    transition: transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1), visibility 240ms;
  }

  .has-js .site-nav::before {
    content: "Explore Aly Paws";
    display: block;
    margin-bottom: 20px;
    color: var(--clay-deep);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
  }

  .has-js .site-nav a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 3px;
    border-bottom: 1px solid rgb(32 50 60 / 0.13);
    border-radius: 0;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
  }

  .has-js .site-nav a:hover,
  .has-js .site-nav a[aria-current="page"] {
    padding-left: 10px;
    background: transparent;
    color: var(--clay-deep);
  }

  .has-js .site-nav a[aria-current="page"]::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-radius: 50%;
    background: var(--brand-taupe);
  }

  .nav-scrim {
    position: fixed;
    inset: 0;
    z-index: 41;
    display: block;
    border: 0;
    background: rgb(32 50 60 / 0.34);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
  }

  .site-header.nav-open .site-nav {
    transform: translateX(0);
    visibility: visible;
  }

  .site-header.nav-open .nav-scrim {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.nav-open .nav-toggle {
    position: fixed;
    top: 18px;
    right: 18px;
    background: rgb(255 250 247 / 0.9);
  }

  .site-header.nav-open .nav-toggle-icon span:first-child,
  .site-header.nav-open .nav-toggle-icon span:last-child {
    top: 7px;
  }

  .site-header.nav-open .nav-toggle-icon span:first-child {
    transform: rotate(45deg);
  }

  .site-header.nav-open .nav-toggle-icon span:last-child {
    transform: rotate(-45deg);
  }

  body.nav-open {
    overflow: hidden;
  }

  .hero,
  .image-story,
  .founder-section,
  .home-yoga-feature,
  .testimonial-layout,
  .dual-columns,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 20px;
    min-height: auto;
    padding: clamp(28px, 5vw, 46px);
  }

  .home-hero {
    min-height: auto;
  }

  .hero-copy,
  .hero-visual {
    max-width: none;
  }

  .hero-visual {
    justify-self: center;
    width: min(100%, 780px);
  }

  .home-hero .hero-visual {
    max-width: none;
  }

  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-portrait.media-landscape > img,
  .image-story-media.media-landscape img {
    aspect-ratio: 4 / 3;
  }

  .hero-portrait.media-portrait > img,
  .hero-portrait.media-book > img {
    aspect-ratio: 4 / 5;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .curriculum-grid,
  .journey-steps,
  .testimonial-list,
  .video-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-masthead {
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
    gap: 36px;
  }

  .journal-intro-band {
    grid-template-columns: auto 1fr;
  }

  .journal-intro-band > p:last-child {
    grid-column: 2;
  }

  .journal-reading-layout {
    grid-template-columns: minmax(0, 720px);
  }

  .home-journal {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  }

  .journal-margin-note {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px 18px;
  }

  .journal-margin-note p,
  .journal-margin-note a {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-header {
    padding-left: 11px;
  }

  .brand {
    max-width: 150px;
  }

  .brand-logo {
    width: min(150px, 100%);
  }

  .site-header > .button-small {
    padding: 0 13px;
  }

  .nav-toggle {
    min-width: 44px;
    padding: 0 11px;
    grid-template-columns: 20px;
  }

  .nav-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  h1 {
    max-width: none;
    font-size: clamp(2rem, 8.2vw, 2.65rem);
    text-wrap: balance;
  }

  .home-hero h1 {
    max-width: none;
    font-size: clamp(2.3rem, 9.9vw, 3rem);
    line-height: 0.96;
  }

  .hero-actions,
  .final-cta-actions {
    flex-direction: column;
  }

  .hero {
    gap: 16px;
    padding: 22px;
    border-radius: 16px;
  }

  .hero::before {
    top: -220px;
    right: -210px;
  }

  .hero::after {
    right: -80px;
    bottom: -150px;
  }

  .home-hero .hero-copy {
    padding: 4px 0 12px;
  }

  .home-hero-collage {
    grid-template-columns: minmax(0, 1.35fr) minmax(96px, 0.65fr);
    height: 390px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-facts li,
  .hero-facts li:first-child {
    grid-template-columns: minmax(120px, 0.55fr) 1fr;
    align-items: baseline;
    padding: 0;
    border-left: 0;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .site-header > .button-small {
    width: auto;
  }

  .hero-badges,
  .curriculum-grid,
  .journey-steps,
  .testimonial-list,
  .video-testimonial-grid,
  .dual-columns {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px 0;
  }

  .trust-item {
    min-height: 64px;
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .trust-item:nth-child(odd) {
    border-left: 0;
  }

  .trust-item:nth-child(n + 3) {
    border-top: 1px solid rgb(32 50 60 / 0.13);
  }

  .home-yoga-feature {
    padding: 24px;
  }

  .image-story,
  .founder-section,
  .home-journal {
    padding: 22px;
    border-radius: 14px;
  }

  .home-page #ways-to-work,
  .yoga-page .trust-strip + .split-section,
  .massage-page .hero + .split-section,
  .poetry-page .hero + .split-section,
  .contact-page .hero + .split-section {
    padding: 22px;
    border-radius: 14px;
  }

  .section-heading {
    padding-left: 24px;
  }

  .compact-check-list,
  .path-grid,
  .path-card-featured {
    grid-template-columns: 1fr;
  }

  .path-card-featured {
    grid-column: auto;
  }

  .branch-subnav {
    padding: 22px;
  }

  .chip-row,
  .book-actions {
    flex-direction: column;
  }

  .chip-link {
    width: 100%;
  }

  .glance-card,
  .feature-card,
  .curriculum-card,
  .journey-step,
  .testimonial-quote,
  .testimonial-spotlight,
  .offer-card,
  .list-card,
  .pricing-card,
  .note-card,
  .final-cta {
    padding: 22px;
  }

  .path-card:hover,
  .offer-card:hover,
  .list-card:hover,
  .curriculum-card:hover,
  .journey-step:hover {
    transform: none;
  }

  .hero-portrait.media-landscape > img,
  .image-story-media.media-landscape img,
  .wide-media img {
    aspect-ratio: 4 / 3;
  }

  .hero-portrait.media-portrait > img,
  .hero-portrait.media-book > img,
  .tall-media img {
    aspect-ratio: 4 / 5;
  }

  .hero-brand-badge {
    top: 14px;
    left: 14px;
    width: 74px;
  }

  .portrait-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 12px 14px;
  }

  .caption-copy {
    display: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .journal-masthead {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 12px;
  }

  .journal-masthead h1 {
    max-width: none;
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .journal-masthead-image {
    justify-self: stretch;
    width: calc(100% - 8px);
  }

  .journal-masthead-image > span {
    right: -4px;
    bottom: 18px;
  }

  .journal-intro-band {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .journal-intro-band > p:last-child {
    grid-column: auto;
  }

  .journal-monogram {
    width: 72px;
  }

  .journal-start,
  .journal-archive {
    padding-top: 42px;
  }

  .journal-start-grid,
  .journal-card,
  .journal-year,
  .journal-next-prev {
    grid-template-columns: 1fr;
  }

  .journal-card {
    gap: 18px;
  }

  .journal-archive-heading {
    display: grid;
    align-items: start;
  }

  .journal-archive-heading .chip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .journal-archive-heading .chip-link {
    width: auto;
  }

  .journal-year-heading {
    position: static;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .journal-article {
    padding-top: 20px;
  }

  .journal-article-header h1 {
    max-width: none;
    font-size: clamp(2.5rem, 11vw, 3.75rem);
  }

  .journal-hero {
    margin: 34px 0 40px;
    border-radius: 14px;
  }

  .journal-hero img {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .journal-margin-note {
    display: block;
    margin-bottom: 30px;
  }

  .journal-margin-note p,
  .journal-margin-note a {
    margin-top: 10px;
  }

  .story-gallery {
    grid-template-columns: 1fr;
  }

  .story-gallery .story-photo:nth-child(3n) {
    grid-column: auto;
  }

  .story-gallery .story-photo img {
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
  }

  .journal-article-footer {
    margin-top: 52px;
  }

  .home-journal {
    grid-template-columns: 1fr;
  }

  .home-journal-image img {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 380px) {
  .site-header {
    gap: 6px;
  }

  .brand {
    max-width: 132px;
  }

  .brand-logo {
    width: min(132px, 100%);
  }

  .site-header > .button-small {
    padding: 0 10px;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal],
  [data-reveal].is-visible,
  .button,
  .site-nav,
  .site-nav a,
  .nav-scrim,
  .nav-toggle-icon span {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
