/* ============================================================
   NURTURE HER THERAPY + CO. — v7 "Editorial"
   Magnolia-magazine direction: white and airy, hairline rules,
   color arriving through the type itself — a simple cursive
   layered over a light serif. Fresh, natural, designer.
   Type: Cormorant Garamond (serif) · Sacramento (script) · Jost (sans)
   ============================================================ */

:root {
  /* Light + bright — no browns anywhere */
  --white:  #FFFFFF;
  --snow:   #FDFDFB;
  --mist:   #F7F7F4;

  --ink:    #414A54;   /* soft slate — headline + body strong */
  --gray:   #7C848D;   /* supporting text */
  --line:   rgba(65, 74, 84, 0.14);

  /* the brand package: slate ink · deep denim · chambray wash · greige.
     pink lives only in her real merch/photos, never in the UI. */
  --chambray:   #A4C8E1;   /* watercolor texture + highlighter swash */
  --denim:      #5878A3;   /* secondary handwriting & details */
  --denim-deep: #44618C;   /* primary handwriting, italics, links */
  --greige:     #E9E4D8;   /* the striped-wall tones */
  --greige-deep:#DDD6C6;
  --frame:      #B9AD99;   /* thin photo-frame line */

  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-script: "La Belle Aurore", cursive;
  --font-sans: "Jost", -apple-system, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: min(1160px, 90vw);
  --nav-h: 92px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html.has-smoother { scroll-behavior: auto; }
/* Stop the browser from nudging scroll to "keep content stable" as the hero
   settles — that scroll-anchoring could yank an in-progress jump back to top. */
html, body, #smooth-wrapper, #smooth-content { overflow-anchor: none; }

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; }
::selection { background: rgba(164, 200, 225, 0.35); color: var(--ink); }
:focus-visible { outline: 1.5px solid var(--denim); outline-offset: 3px; }

.container { width: var(--container); margin-inline: auto; }

/* ============================================================
   TYPE PRIMITIVES
   ============================================================ */
.kicker {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gray);
}

.script {
  font-family: var(--font-script);
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.script--accent { color: var(--denim-deep); }
.script--denim { color: var(--denim); }

/* layered heading: cursive floats above a light serif line */
.heading {
  position: relative;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: 1.6rem;
}
.heading--center { text-align: center; }
.heading__script {
  display: block;
  font-size: clamp(2.2rem, 4.2vw, 3.3rem);
  /* less overlap so the script's y/g descenders clear the serif line below */
  margin-bottom: -0.06em;
  transform: rotate(-2.5deg);
  transform-origin: left bottom;
}
.heading--center .heading__script { transform-origin: center bottom; }
.heading__script--big { font-size: clamp(3rem, 6.2vw, 4.8rem); }
.heading__creds {
  display: inline-block;
  margin-left: 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.34em;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gray);
  white-space: nowrap;
}

/* SplitText line masks — padded so descenders never clip */
.split-line-mask { overflow: hidden; padding: 0.16em 0.12em; margin: -0.16em -0.12em; }

/* ============================================================
   BUTTONS — understated, letterspaced, editorial
   ============================================================ */
.btn {
  display: inline-block;
  padding: 1rem 2.2rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: transparent;
  transition: background .4s var(--ease), color .4s, border-color .4s;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { background: var(--ink); color: var(--white); }
.btn--solid { background: var(--ink); border-color: var(--ink); color: var(--white); }
.btn--solid:hover { background: var(--denim-deep); border-color: var(--denim-deep); }

/* ============================================================
   PHOTOS — quiet frames, named placeholders until files land
   ============================================================ */
.photo {
  position: relative;
  overflow: hidden;
  background: var(--mist);
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo__ph {
  display: none;
  position: absolute; inset: 0;
  place-items: center;
  font-size: 0.66rem; font-weight: 400;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gray);
}
.photo.is-empty img { display: none; }
.photo.is-empty .photo__ph { display: grid; }
.photo.is-empty { border: 1px solid var(--line); }

/* ============================================================
   GO A LITTLE DEEPER — Meet Caitlyn chips + story panel
   ============================================================ */
.deeper { margin-top: 2.2rem; }
.deeper__label {
  font-size: 1.45rem;
  transform: rotate(-2deg);
  margin-bottom: 0.9rem;
}
.deeper__chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.deeper__chip {
  padding: 0.5rem 1.15rem;
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--frame);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color .35s var(--ease), background .35s, color .35s;
}
.deeper__chip:hover { border-color: var(--denim-deep); color: var(--denim-deep); }
.deeper__chip.is-active {
  background: var(--denim-deep);
  border-color: var(--denim-deep);
  color: var(--white);
}
.deeper__panel { overflow: hidden; }
.deeper__content {
  margin-top: 1.3rem;
  padding: 1.4rem 1.6rem;
  background: var(--snow);
  border: 1px solid var(--line);
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--gray);
}
.deeper__content .deeper__lead {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  transform: rotate(-1.5deg);
}
.deeper__content em { color: var(--ink); }
.deeper__content p + p { margin-top: 0.75em; }
.deeper__content a { color: var(--denim-deep); border-bottom: 1px solid currentColor; }

/* ============================================================
   PRELOADER — one cursive breath
   ============================================================ */
.preloader {
  position: fixed; inset: 0; z-index: 2000;
  display: grid; place-items: center;
  background: var(--white);
}
.preloader__logo {
  position: relative;
  width: clamp(320px, 46vw, 520px);
  opacity: 0;
  transform: translateY(14px);
}
/* the raw img only sizes the box — JS splits it into charcoal + taupe layers */
.preloader__logo img { display: block; width: 100%; height: auto; visibility: hidden; }
.preloader__logo canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .5s var(--ease), box-shadow .4s;
}
.nav.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.nav.is-hidden { transform: translateY(-100%); }
.nav__inner {
  width: var(--container); margin-inline: auto;
  height: var(--nav-h);
  display: flex; align-items: center; gap: 2rem;
}
.nav__logo-img { height: 66px; width: auto; }
.nav__logo-text {
  display: inline-flex; align-items: baseline; gap: 0.5rem;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.nav__logo-text em {
  font-family: var(--font-script);
  font-style: normal;
  font-size: 1.15rem;
  color: var(--denim-deep);
}
.nav__links {
  display: flex; gap: 2.4rem; margin-left: auto;
  font-size: 0.7rem; font-weight: 400;
  letter-spacing: 0.28em; text-transform: uppercase;
}
.nav__links a { position: relative; padding: 0.4rem 0; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--denim-deep);
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease);
}
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav__burger {
  display: none; margin-left: auto;
  width: 44px; height: 44px;
  background: none; border: none; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 7px;
}
.nav__burger span {
  display: block; height: 1px; width: 26px; margin-inline: auto;
  background: var(--ink);
  transition: transform .4s var(--ease);
}
.nav__burger.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.nav__burger.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 850;
  background: var(--white);
  display: flex; flex-direction: column; justify-content: center;
  padding: 10vh 10vw;
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility 0s .45s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transition: opacity .45s var(--ease); }
.mobile-menu__links { display: flex; flex-direction: column; gap: 1.4rem; }
.mobile-menu__links a {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.8rem, 7vw, 2.6rem);
}
.mobile-menu__foot {
  margin-top: 3rem; display: flex; flex-direction: column; gap: 0.4rem;
  font-size: 0.85rem; letter-spacing: 0.1em; color: var(--gray);
}

/* ============================================================
   MASTHEAD — vertical-stripe wall, framed photo, CTA up top
   ============================================================ */
.masthead {
  padding: calc(var(--nav-h) + clamp(2rem, 5vh, 3.5rem)) 0 clamp(3rem, 7vh, 5rem);
  background-color: #FBFBF8;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27440%27%20height%3D%27440%27%3E%3Cdefs%3E%3Cfilter%20id%3D%27wash%27%20x%3D%27-5%25%27%20y%3D%27-5%25%27%20width%3D%27110%25%27%20height%3D%27110%25%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%270.035%200.028%27%20numOctaves%3D%273%27%20seed%3D%278%27%20stitchTiles%3D%27stitch%27%20result%3D%27n%27/%3E%3CfeComponentTransfer%20in%3D%27n%27%20result%3D%27cloud%27%3E%3CfeFuncA%20type%3D%27table%27%20tableValues%3D%270.55%200.85%200.7%201%200.8%27/%3E%3C/feComponentTransfer%3E%3CfeComposite%20in%3D%27SourceGraphic%27%20in2%3D%27cloud%27%20operator%3D%27in%27/%3E%3C/filter%3E%3Cfilter%20id%3D%27soft%27%3E%3CfeGaussianBlur%20stdDeviation%3D%270.55%27/%3E%3C/filter%3E%3C/defs%3E%3Cg%20filter%3D%27url%28%23wash%29%27%3E%3Crect%20x%3D%2724%27%20width%3D%2786%27%20height%3D%27440%27%20fill%3D%27%23A4C8E1%27%20opacity%3D%270.30%27/%3E%3Crect%20x%3D%27196%27%20width%3D%2718%27%20height%3D%27440%27%20fill%3D%27%23A4C8E1%27%20opacity%3D%270.34%27/%3E%3Crect%20x%3D%27300%27%20width%3D%2786%27%20height%3D%27440%27%20fill%3D%27%23A4C8E1%27%20opacity%3D%270.30%27/%3E%3C/g%3E%3Cg%20filter%3D%27url%28%23soft%29%27%20opacity%3D%270.38%27%3E%3Crect%20x%3D%2723%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27109%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27195%27%20width%3D%271.6%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27213%27%20width%3D%271.6%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27299%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27385%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
}
.masthead__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 4.5vw, 4.5rem);
  align-items: center;
  background: var(--white);
  border: 1px solid var(--frame);
  outline: 1px solid var(--frame);
  outline-offset: 7px;
  padding: clamp(1.6rem, 3.4vw, 3.2rem);
  margin-inline: auto;
}
.masthead__media { position: relative; }
.masthead__photo { aspect-ratio: 4 / 5; width: 100%; }
.masthead__script {
  position: absolute; top: -0.55em; left: -0.4em; z-index: 2;
  font-size: clamp(2.6rem, 4.9vw, 4rem);
  transform: rotate(-5deg);
  text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.masthead__title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.1rem, 3.9vw, 3.4rem);
  line-height: 1.14;
  margin: 1.2rem 0 1.1rem;
  color: var(--ink);
  text-wrap: balance;
}
.masthead__sub {
  color: var(--gray);
  max-width: 34em;
  margin-bottom: 1.8rem;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}
.masthead__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem; }
.masthead__more { font-size: 1.75rem; transition: color .3s; }
.masthead__more:hover { color: var(--denim-deep); }

/* ============================================================
   PINSTRIPE BAND
   ============================================================ */
.band {
  position: relative;
  margin-top: clamp(4rem, 9vh, 7rem);
  padding: 92px 0;
  border-block: 1px solid var(--line);
  /* the therapist's notepad: soft ruled lines + one denim margin rule */
  background-color: #FDFCF8;
  background-image:
    linear-gradient(90deg, transparent calc(9% - 1px), rgba(88, 120, 163, 0.20) calc(9% - 1px), rgba(88, 120, 163, 0.20) 9%, transparent 9%),
    linear-gradient(rgba(164, 200, 225, 0.28) 1px, transparent 1px);
  background-size: 100% 100%, 100% 46px;
}
/* one punched hole in the margin, like a page pulled from a binder */
.band::before {
  content: "";
  position: absolute;
  left: 4%; top: 50%;
  width: 30px; height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    inset 0 2px 4px rgba(65, 74, 84, 0.22),
    inset 0 -1px 2px rgba(255, 255, 255, 0.9),
    0 1px 0 rgba(255, 255, 255, 0.85);
}
.band__inner { text-align: center; max-width: 620px; }
@media (max-width: 560px) {
  /* smaller hole, fully inside the narrow margin strip */
  .band::before { width: 20px; height: 20px; left: 2%; }
}
.band__rotator { position: relative; }
.band__text .line { will-change: clip-path, opacity; }
.band__text {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.55rem, 2.7vw, 2.1rem);
  line-height: 46px;              /* locked to the notepad ruling */
  color: var(--ink);
  text-wrap: pretty;              /* never strand a lone last word */
}
@media (min-width: 900px) {
  .band { padding: 138px 0; }
}
.band__text em { color: var(--denim-deep); }
.band__text .hl em { color: var(--ink); }
/* the band statement can be long, so its highlight WRAPS across lines
   (a marker over ruled paper) instead of the single-line swash */
.band__text .hl {
  white-space: normal;
  padding: 0.04em 0.14em;
  border-radius: 0.35em;
  background: rgba(164, 200, 225, 0.45);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.band__text .hl::before { content: none; }
.band__script {
  margin-top: 1.8rem;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  transform: rotate(-2deg);
}

/* ============================================================
   MEET CAITLYN
   ============================================================ */
.caitlyn { padding: clamp(6rem, 13vh, 10rem) 0; }
.caitlyn__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  grid-template-areas:
    "photo  body"
    "deeper body";
  grid-template-rows: 1fr auto;   /* photo grows to fill; deeper hugs the bottom */
  column-gap: clamp(3rem, 7vw, 6rem);
  row-gap: 2.2rem;
  align-items: stretch;
}
/* photo fills its column so it reaches down toward the "deeper" chips */
.caitlyn__photo { grid-area: photo; align-self: stretch; min-height: 34rem; }
.caitlyn__photo img { object-position: center 32%; }
.caitlyn__body { grid-area: body; align-self: start; }
/* the "go a little deeper" chips sit under the photo to balance the tall bio */
.caitlyn__deeper { grid-area: deeper; margin-top: 0; align-self: start; }
.caitlyn__lede {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  color: var(--denim-deep);
  margin-bottom: 1.4rem;
}
.caitlyn__prose p { color: var(--gray); margin-bottom: 1.1rem; max-width: 56ch; }
.caitlyn__creds {
  font-size: 0.7rem; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink);
  margin: 1.8rem 0 2.2rem;
  text-align: center;
}
/* "Say hi — it's free" centered under the bio */
.caitlyn__body > .btn { display: block; width: max-content; max-width: 100%; margin-inline: auto; }

/* ============================================================
   SPECIALTIES — editorial list with hairlines
   ============================================================ */
.specialties { padding: 0 0 clamp(6rem, 13vh, 10rem); }
.specialties .heading { margin-bottom: clamp(2.5rem, 6vh, 4rem); }

.spec-list { border-top: 1px solid var(--line); }
.spec {
  display: grid;
  grid-template-columns: 110px minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1.8rem, 4vh, 2.6rem) 0;
  border-bottom: 1px solid var(--line);
  transition: background .35s;
}
.spec:hover { background: var(--snow); }
.spec__num { font-size: 1.7rem; transform: rotate(-4deg); }
.spec__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  transition: color .3s;
}
.spec:hover .spec__title { color: var(--denim-deep); }
.spec__hook {
  font-family: var(--font-serif);
  font-size: 1.02rem;
  color: var(--gray);
  margin-top: 0.25rem;
}
.spec__text { font-size: 0.95rem; color: var(--gray); max-width: 52ch; }

/* ============================================================
   KIND WORDS — quotes over a faded photo
   ============================================================ */
.kind {
  position: relative;
  padding: clamp(7rem, 15vh, 11rem) 0;
  overflow: hidden;
  border-block: 1px solid var(--line);
}
.kind__bg { position: absolute; inset: 0; }
.kind__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.kind__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(255, 255, 255, 0.74);
}
.kind__phrases { position: absolute; inset: 0; pointer-events: none; }
.kind__phrase {
  position: absolute;
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  color: var(--denim-deep);
  opacity: 0.17;
  white-space: nowrap;
}
.kind__phrase:nth-child(1) { top: 7%;  left: 5%;   font-size: clamp(1.6rem, 2.6vw, 2.2rem); transform: rotate(-3deg); }
.kind__phrase:nth-child(2) { top: 12%; right: 6%;  font-size: clamp(1.3rem, 2vw, 1.7rem);   transform: rotate(2deg); }
.kind__phrase:nth-child(3) { top: 44%; left: 2.5%; font-size: clamp(1.2rem, 1.8vw, 1.6rem); transform: rotate(-2deg); }
.kind__phrase:nth-child(4) { top: 48%; right: 3%;  font-size: clamp(1.4rem, 2.2vw, 1.9rem); transform: rotate(3deg); }
.kind__phrase:nth-child(5) { bottom: 9%; left: 8%; font-size: clamp(1.4rem, 2.1vw, 1.8rem); transform: rotate(-2deg); }
.kind__phrase:nth-child(6) { bottom: 7%; right: 9%; font-size: clamp(1.5rem, 2.4vw, 2rem);  transform: rotate(2deg); }
.kind__inner { position: relative; text-align: center; max-width: 760px; }
.kind__quote p { text-shadow: 0 1px 14px rgba(255, 255, 255, 0.9); }
.kind__script { font-size: clamp(2.8rem, 5.3vw, 4.2rem); margin-bottom: 1.6rem; transform: rotate(-2deg); }

/* all quotes stack in one grid cell → the box is always as tall as the
   longest quote, so it never overflows onto the arrows below */
.kind__rotator { display: grid; }
.kind__quote {
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity .8s var(--ease);
  pointer-events: none;
}
.kind__quote.is-on { opacity: 1; pointer-events: auto; }
.kind__quote p {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 1.2rem;
}
.kind__quote footer {
  font-size: 0.7rem; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gray);
}

.kind__controls {
  display: flex; align-items: center; justify-content: center;
  gap: 1.6rem;
  margin-top: 1rem;
}
.kind__arrow {
  background: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 42px; height: 42px;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .3s, color .3s, background .3s;
}
.kind__arrow:hover { border-color: var(--denim-deep); color: var(--denim-deep); }
.kind__dots { display: flex; gap: 0.55rem; }
.kind__dot {
  width: 7px; height: 7px; border-radius: 50%;
  border: none; padding: 0; cursor: pointer;
  background: var(--line);
  transition: background .3s, transform .3s;
}
.kind__dot.is-on { background: var(--denim-deep); transform: scale(1.25); }

/* ============================================================
   WAYS TO WORK TOGETHER — hairline columns
   ============================================================ */
.together { padding: clamp(6rem, 13vh, 10rem) 0 clamp(4rem, 9vh, 7rem); }
.together .heading { margin-bottom: clamp(2.5rem, 6vh, 4rem); }
.ways {
  display: grid;
  grid-template-columns: 1fr;
  border-block: 1px solid var(--line);
}
.way {
  padding: clamp(1.3rem, 2.6vh, 1.8rem) 0.2rem;
  display: flex; flex-direction: column;
}
.way + .way { border-top: 1px solid var(--line); }
.way__text { max-width: 52ch; }
.way__price {
  font-size: 0.68rem; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 1.1rem;
}
.way__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.1vw, 1.8rem);
  line-height: 1.2;
  margin-bottom: 0.9rem;
}
.way__title em { color: var(--denim-deep); }
.way__text { font-size: 0.94rem; color: var(--gray); margin-bottom: 1.6rem; }
.way__link {
  margin-top: auto;
  font-family: var(--font-script);
  font-size: 1.65rem;
  color: var(--denim);
  transition: color .3s;
}
.way__link:hover { color: var(--denim-deep); }
.together__note {
  text-align: center;
  margin-top: 2.4rem;
  font-size: 0.94rem;
  color: var(--gray);
}
.together__note em { color: var(--denim-deep); font-style: normal; font-weight: 400; }

/* ============================================================
   FAQS
   ============================================================ */
.faqs {
  padding: clamp(5rem, 11vh, 8rem) 0;
  background: var(--snow);
  border-block: 1px solid var(--line);
}
.faqs .heading { margin-bottom: clamp(2rem, 5vh, 3rem); }
.faqs__list { border-top: 1px solid var(--line); }
.faqs__cta { margin-top: 3.5rem; text-align: center; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.35rem 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  cursor: pointer; list-style: none;
  transition: color .3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--denim-deep); }
.faq__mark { position: relative; flex: 0 0 auto; width: 18px; height: 18px; }
.faq__mark::before, .faq__mark::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  background: currentColor;
  transition: transform .4s var(--ease);
}
.faq__mark::before { width: 14px; height: 1px; transform: translate(-50%, -50%); }
.faq__mark::after { width: 1px; height: 14px; transform: translate(-50%, -50%); }
.faq[open] .faq__mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__answer { overflow: hidden; }
.faq__answer p { padding: 0 2.6rem 1.4rem 0; color: var(--gray); font-size: 0.96rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { padding: clamp(7rem, 15vh, 11rem) 0; }
.contact__inner { text-align: center; }
.contact__heading { margin-bottom: 1.2rem; }
.contact__lede {
  max-width: 32em;
  margin: 0 auto 2.4rem;
  color: var(--gray);
}
.contact__actions { margin-bottom: 2.6rem; }
.contact__direct {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  margin-bottom: 1.6rem;
}
.contact__direct span { margin: 0 1rem; color: var(--line); }
.contact__direct a { transition: color .3s; }
.contact__direct a:hover { color: var(--denim-deep); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 0 0 2.2rem; }
.footer__inner { text-align: center; }
.footer__script { font-size: clamp(2.1rem, 3.5vw, 2.8rem); margin-bottom: 1.6rem; }
.footer__nav {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1.2rem 2.4rem;
  font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.footer__nav a { transition: color .3s; }
.footer__nav a:hover { color: var(--denim-deep); }
.footer__legal { font-size: 0.75rem; letter-spacing: 0.08em; color: var(--gray); }

/* ============================================================
   HIGHLIGHT SWASH — flora pops behind key words
   ============================================================ */
.hl { position: relative; z-index: 0; white-space: nowrap; --hl-s: 1; }
.hl::before {
  content: "";
  position: absolute;
  inset: 0.12em -0.14em 0.02em -0.12em;
  border-radius: 0.4em 0.6em 0.45em 0.7em / 0.6em 0.45em 0.7em 0.4em;
  transform: rotate(-1.2deg) scaleX(var(--hl-s));
  transform-origin: left center;
  z-index: -1;
}
.hl--pink::before { background: rgba(164, 200, 225, 0.45); }
.hl--butter::before { background: rgba(164, 200, 225, 0.32); }
.hl--denim::before { background: rgba(164, 200, 225, 0.5); }

.monogram-divider {
  display: flex; align-items: center; justify-content: center; gap: 1.6rem;
  padding: clamp(3rem, 7vh, 5rem) 0 0;
}
.monogram-divider::before, .monogram-divider::after {
  content: ""; width: min(160px, 18vw); height: 1px; background: var(--line);
}

/* ============================================================
   BEYOND THE CREDENTIALS — tap-to-flip cards
   ============================================================ */
.knowme { padding: clamp(4rem, 9vh, 7rem) 0 clamp(5rem, 11vh, 8rem); }
.knowme__hint em { color: var(--denim-deep); }

/* ============================================================
   POLAROIDS — single photos doing a job, not a gallery
   ============================================================ */
.polaroid {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 0.7rem 0.7rem 0.4rem;
  box-shadow: 0 18px 40px -22px rgba(65, 74, 84, 0.35);
  width: 200px;
}
.polaroid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.polaroid figcaption {
  text-align: center;
  font-size: 1.5rem;
  padding: 0.45rem 0 0.2rem;
}
.knowme__hint { text-align: center; color: var(--gray); margin: -0.4rem 0 clamp(2.2rem, 5vh, 3.4rem); }
.knowme__body {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 5.5vw, 5rem);
  align-items: center;
}
.knowme__polaroid {
  width: 100%;
  max-width: 480px;
  justify-self: center;
  rotate: -3deg;
  padding: 1rem 1rem 0.6rem;
}
.knowme__polaroid img { aspect-ratio: 4 / 5; }
.knowme__polaroid figcaption { font-size: clamp(1.6rem, 2.6vw, 2.1rem); padding: 0.7rem 0 0.4rem; }

/* contact: soft motion backdrop, faded almost to white */
.contact { position: relative; overflow: hidden; }
.contact__bg { position: absolute; inset: 0; }
.contact__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.contact__bg::after { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.93); }
.contact__inner { position: relative; }

/* ============================================================
   FRAMED PHOTO — the thin double-line frame, reused
   ============================================================ */
.framed {
  border: 1px solid var(--frame);
  outline: 1px solid var(--frame);
  outline-offset: 6px;
  background: var(--white);
  padding: 0.6rem;
  margin: 7px;                      /* room for the outline */
}
.framed img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- ways we can work: heading + framed photo, swiss-dot field ---------- */
.together {
  background-image: radial-gradient(rgba(185, 173, 153, 0.30) 1px, transparent 1.4px);
  background-size: 30px 30px;
}
.together__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 5.5vw, 5.5rem);
  align-items: center;
  margin-bottom: clamp(2rem, 5vh, 3rem);
}
.together__intro {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  color: var(--gray);
  max-width: 30ch;
}
.together__photo { width: 100%; align-self: stretch; display: flex; }
.together__photo img { aspect-ratio: auto; object-position: 50% 30%; }
.together .ways { background: rgba(255, 255, 255, 0.82); padding-inline: clamp(1rem, 2vw, 1.8rem); }

/* ---------- faqs: photo column ---------- */
.faqs__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: stretch;
}
/* the framed photo fills the full height of the questions column beside it */
.faqs__side { position: relative; }
.faqs__photo { height: 100%; }
.faqs__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.faqs__polaroid {
  position: absolute;
  right: -1.4rem; bottom: -2.2rem;
  rotate: -5deg;
  width: 168px;
}

/* ---------- contact polaroid ---------- */
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 5.5vw, 5rem);
  align-items: center;
  text-align: left;
}
.contact__grid .heading--center, .contact__grid .contact__lede,
.contact__grid .contact__direct, .contact__grid .kicker,
.contact__grid .contact__actions { text-align: center; }
.contact__polaroid {
  width: 100%;
  max-width: 440px;
  justify-self: center;
  rotate: 4deg;
  padding: 1rem 1rem 0.6rem;
}
.contact__polaroid img { aspect-ratio: 4 / 5; }
.contact__polaroid figcaption { font-size: clamp(1.5rem, 2.4vw, 2rem); padding: 0.7rem 0 0.4rem; }

/* ---------- footer: striped ribbon close ---------- */
.footer::before {
  content: "";
  display: block;
  height: 14px;
  margin-bottom: clamp(2.5rem, 5vh, 4rem);
  background-color: #FBFBF8;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27440%27%20height%3D%27440%27%3E%3Cdefs%3E%3Cfilter%20id%3D%27wash%27%20x%3D%27-5%25%27%20y%3D%27-5%25%27%20width%3D%27110%25%27%20height%3D%27110%25%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%270.035%200.028%27%20numOctaves%3D%273%27%20seed%3D%278%27%20stitchTiles%3D%27stitch%27%20result%3D%27n%27/%3E%3CfeComponentTransfer%20in%3D%27n%27%20result%3D%27cloud%27%3E%3CfeFuncA%20type%3D%27table%27%20tableValues%3D%270.55%200.85%200.7%201%200.8%27/%3E%3C/feComponentTransfer%3E%3CfeComposite%20in%3D%27SourceGraphic%27%20in2%3D%27cloud%27%20operator%3D%27in%27/%3E%3C/filter%3E%3Cfilter%20id%3D%27soft%27%3E%3CfeGaussianBlur%20stdDeviation%3D%270.55%27/%3E%3C/filter%3E%3C/defs%3E%3Cg%20filter%3D%27url%28%23wash%29%27%3E%3Crect%20x%3D%2724%27%20width%3D%2786%27%20height%3D%27440%27%20fill%3D%27%23A4C8E1%27%20opacity%3D%270.30%27/%3E%3Crect%20x%3D%27196%27%20width%3D%2718%27%20height%3D%27440%27%20fill%3D%27%23A4C8E1%27%20opacity%3D%270.34%27/%3E%3Crect%20x%3D%27300%27%20width%3D%2786%27%20height%3D%27440%27%20fill%3D%27%23A4C8E1%27%20opacity%3D%270.30%27/%3E%3C/g%3E%3Cg%20filter%3D%27url%28%23soft%29%27%20opacity%3D%270.38%27%3E%3Crect%20x%3D%2723%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27109%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27195%27%20width%3D%271.6%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27213%27%20width%3D%271.6%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27299%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3Crect%20x%3D%27385%27%20width%3D%272%27%20height%3D%27440%27%20fill%3D%27%237191B8%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  border-block: 1px solid var(--line);
}

/* ---------- the unofficial bio card ---------- */
.facts {
  width: 100%;
  padding: clamp(1.6rem, 3vw, 2.6rem) clamp(1.4rem, 3vw, 2.8rem);
}
.facts__list li {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.85rem 0;
}
.facts__list li + li { border-top: 1px solid rgba(65, 74, 84, 0.08); }
.facts__label {
  flex: 0 0 auto;
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ink);
}
.facts__dots {
  flex: 1 1 auto;
  border-bottom: 2px dotted rgba(65, 74, 84, 0.22);
  transform: translateY(-5px);
  min-width: 30px;
}
.facts__answer {
  flex: 0 1 auto;
  font-size: 1.35rem;
  text-align: right;
}
.facts__list li:nth-child(odd) .facts__answer { color: var(--denim-deep); }
.facts__list li:nth-child(even) .facts__answer { color: var(--denim); }

/* ============================================================
   CAITLYN'S LIBRARY — drifting shelf of book covers
   ============================================================ */
.library { margin-top: clamp(4rem, 9vh, 6.5rem); }
.library__head { text-align: center; margin-bottom: 2rem; }
.library__script { font-size: clamp(2.1rem, 3.6vw, 3rem); transform: rotate(-2deg); margin-bottom: 0.5rem; }
.library__note { color: var(--gray); font-size: 0.95rem; margin-top: 0.5rem; }
.shelf { position: relative; margin-top: 2.6rem; }
.shelf:first-of-type { margin-top: 0; }
.shelf__viewport { overflow: hidden; padding: 1.1rem 0 3.4rem; }
.shelf__track { display: flex; width: max-content; will-change: transform; }
.shelf__group { display: flex; gap: clamp(2rem, 3.4vw, 3.2rem); padding-right: clamp(2rem, 3.4vw, 3.2rem); }
/* the shelf itself — a warm wood ledge the books rest on */
.shelf__base {
  position: absolute;
  left: 0; right: 0;
  top: calc(1.1rem + 228px);       /* jacket height (152px × 3/2) + viewport pad */
  height: 13px;
  background: linear-gradient(180deg, var(--greige) 0%, var(--greige-deep) 55%, var(--frame) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 14px -10px rgba(65, 74, 84, 0.45);
  pointer-events: none;
}
/* the little handwritten library tag hanging on the shelf lip */
.shelf__tag {
  position: absolute;
  left: clamp(1rem, 6vw, 5rem);
  top: calc(1.1rem + 228px + 8px);
  z-index: 2;
  padding: 0.15rem 0.85rem 0.28rem;
  background: var(--white);
  border: 1px solid var(--frame);
  box-shadow: 0 4px 10px -5px rgba(65, 74, 84, 0.35);
  font-size: 1.25rem;
  transform: rotate(-2.5deg);
  pointer-events: none;
}

.book { width: 152px; flex: 0 0 auto; }
.book__jacket {
  position: relative;
  display: block;
  cursor: default;
  text-decoration: none;
  aspect-ratio: 2 / 3;
  border-radius: 2px 7px 7px 2px;
  overflow: hidden;
  box-shadow: 0 14px 26px -12px rgba(65, 74, 84, 0.4);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.book__jacket::after {         /* spine light */
  content: "";
  position: absolute; inset: 0 auto 0 0; width: 9px;
  background: linear-gradient(90deg, rgba(0,0,0,0.14), rgba(255,255,255,0.16) 55%, transparent);
  pointer-events: none;
}
.book:hover .book__jacket { transform: translateY(-6px) rotate(-1.4deg); box-shadow: 0 24px 36px -14px rgba(65, 74, 84, 0.5); }
.book__jacket[href] { cursor: pointer; }
.book__jacket img { width: 100%; height: 100%; object-fit: cover; display: block; }
.book__fallback {
  display: none;
  position: absolute; inset: 0;
  flex-direction: column; justify-content: center; gap: 0.7rem;
  padding: 1.1rem 1rem 1.1rem 1.3rem;
  text-align: left;
}
.book__jacket.is-fallback img { display: none; }
.book__jacket.is-fallback .book__fallback { display: flex; }
.book__fallback b {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.25;
  color: var(--ink);
}
.book__fallback i { font-family: var(--font-sans); font-style: normal; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); }
.book__jacket--f1.is-fallback { background: var(--chambray); }
.book__jacket--f2.is-fallback { background: var(--greige); }
.book__jacket--f3.is-fallback { background: #E7EDF4; }
.book__jacket--f4.is-fallback { background: var(--mist); }

/* ---------- Mentaya benefits checker ---------- */
.benefits { text-align: center; margin-top: 1.6rem; }
.booking { text-align: center; }
.booking__panel {
  overflow: hidden;
  max-width: 780px;
  margin: 1.8rem auto 0;
  border: 1px solid var(--frame);
  outline: 1px solid var(--frame);
  outline-offset: 6px;
  background: var(--white);
}
.booking__panel iframe {
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}
.benefits__panel {
  overflow: hidden;
  max-width: 780px;
  margin: 1.8rem auto 0;
  border: 1px solid var(--frame);
  outline: 1px solid var(--frame);
  outline-offset: 6px;
  background: var(--white);
}
.benefits__panel iframe {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
}
.faq__link { text-decoration: underline; text-underline-offset: 3px; color: var(--denim-deep); }
.faq__link:hover { color: var(--ink); }

/* footer logo */
.footer__logo { height: 118px; width: auto; margin: 0 auto 1.4rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  :root { --nav-h: 76px; }
  .nav__logo-img { height: 50px; }
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .knowme__body { grid-template-columns: 1fr; gap: 2.4rem; }
  .knowme__polaroid { max-width: 380px; }
  .together__layout { grid-template-columns: 1fr; }
  .together__photo { max-width: 420px; margin-inline: auto; }
  .faqs__grid { grid-template-columns: 1fr; }
  .faqs__side { position: relative; top: auto; max-width: 360px; margin-inline: auto; margin-bottom: 2.6rem; }
  /* stacked layout: restore normal photo proportions */
  .faqs__photo { height: auto; }
  .faqs__photo img { height: auto; aspect-ratio: 3 / 4; }
  .kind__phrase { font-size: 1.15rem !important; }
  .kind__phrase:nth-child(3), .kind__phrase:nth-child(4) { display: none; }
  .contact__grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .contact__polaroid { max-width: 360px; rotate: -3deg; }
  .facts__list li { flex-wrap: wrap; gap: 0.3rem 0.9rem; }
  .facts__answer { text-align: left; font-size: 1.2rem; }

  .caitlyn__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "body" "deeper";
    gap: 2.6rem;
  }
  .caitlyn__photo { max-width: 430px; }

  .spec {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    align-items: start;
  }
  .spec__num { font-size: 1.4rem; }
  .spec__text { max-width: none; }

  .ways { grid-template-columns: 1fr; }
  .way + .way { border-left: none; border-top: 1px solid var(--line); }
}

/* phones only: the masthead stacks; tablets keep the desktop side-by-side hero */
@media (max-width: 640px) {
  .masthead__frame { grid-template-columns: 1fr; gap: 1.6rem; }
  .masthead__photo { aspect-ratio: auto; height: min(44svh, 420px); }
  .masthead__photo img { object-position: 50% 22%; }
  .masthead__title { font-size: clamp(1.9rem, 6.4vw, 2.6rem); margin-top: 0.8rem; }
}

@media (max-width: 560px) {
  .masthead__actions .btn, .contact__actions .btn { width: 100%; }
  .faq__answer p { padding-right: 0; }
  /* long buttons (e.g. "check your out-of-network benefits") must wrap,
     not run off the edge of a narrow phone screen */
  .btn {
    white-space: normal;
    letter-spacing: 0.16em;
    padding: 0.95rem 1.4rem;
    max-width: 100%;
    line-height: 1.35;
  }
  .benefits__toggle, .booking__toggle, .faqs__cta .btn { display: inline-block; text-align: center; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .preloader { display: none; }
}
