/* ============================================================
   BLAIR BLISS — Transition Architect · practice site
   Alchemical & elemental: candlelit warm dark, antique gold,
   a botanical verdigris, bone text.
   The writing is the hero; the spagyric thread is the method.

   Type system (editorial, human — 2025 refresh):
     · Libre Caslon Text  → display / headlines (classic literary Caslon)
     · Newsreader         → long-form reading text
     · Archivo            → labels, nav, buttons, meta (structural sans)
   ============================================================ */

:root {
  --paper:   #17120f;   /* warm espresso ground */
  --paper-2: #211812;   /* lifted panel / band — warmer */
  --ink:     #efe6d6;   /* warm bone text */
  --muted:   #b3a690;   /* secondary text — a touch warmer */
  --line:    #40352c;   /* hairlines */
  --clay:    #cf9f57;   /* antique gold — the primary accent */
  --clay-dk: #e6bd6f;   /* brighter gold (hover on dark) */
  --brass-dim:#9c7638;
  --sage:    #8fa07d;   /* botanical verdigris — secondary accent (the plant thread) */
  --sage-dk: #abbb99;   /* brighter verdigris (hover) */

  --display: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --body:    "Newsreader", Georgia, serif;
  --sans:    "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --measure: 680px;
  --wide:    920px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  color: var(--ink);
  background-color: var(--paper);
  /* candlelight: warm glow up top, a wash of aubergine, fading to dark */
  background-image:
    radial-gradient(900px 520px at 50% -8%, rgba(200,154,82,0.15), transparent 60%),
    radial-gradient(680px 480px at 84% 8%, rgba(58,34,51,0.42), transparent 55%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 20px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { max-width: var(--wide); margin: 0 auto; padding: 0 32px; }
.read { max-width: var(--measure); margin-left: auto; margin-right: auto; }

/* ---- Type ---- */
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: -0.012em; color: var(--ink); }
h1 { font-size: clamp(2.7rem, 6.2vw, 4.7rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
h3 { font-size: 1.32rem; font-weight: 500; }

p { margin-bottom: 1.2rem; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; }
strong { font-weight: 600; color: var(--ink); }
a { color: var(--clay); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--clay-dk); }

.lead { font-size: 1.34rem; line-height: 1.5; color: var(--muted); }
.muted { color: var(--muted); }

.eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; font-weight: 600; color: var(--clay); margin-bottom: 1.1rem; }
.maxim { font-family: var(--display); font-style: italic; color: var(--clay); font-size: 1.18rem; letter-spacing: 0.01em; margin-bottom: 1.2rem; }
.maxim.sage { color: var(--sage); }
.rule { width: 54px; height: 2px; background: var(--clay); border: 0; margin: 0 0 30px; }

/* editorial "chapter" wayfinding marker */
.chapter { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem; font-weight: 600; color: var(--clay); margin-bottom: 1.1rem; }
.chapter.chapter-sage { color: var(--sage); }

/* ---- Top bar ---- */
.topbar { position: sticky; top: 0; z-index: 40; background: rgba(20,17,15,0.74); backdrop-filter: blur(9px); border-bottom: 1px solid var(--line); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brandmark { font-family: var(--display); font-size: 1.18rem; font-weight: 500; text-decoration: none; color: var(--ink); }
.brandmark span { display: block; font-family: var(--sans); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.topnav { display: flex; gap: 26px; align-items: center; }
.topnav a { font-family: var(--sans); font-weight: 500; text-decoration: none; color: var(--muted); font-size: 0.86rem; letter-spacing: 0.01em; transition: color .15s; }
.topnav a:hover { color: var(--clay); }
.topnav a.nav-cta { background: var(--clay); color: #17120f; padding: 8px 18px; border-radius: 999px; font-weight: 600; transition: background 0.18s ease; }
.topnav a.nav-cta:hover { background: var(--clay-dk); color: #17120f; }
@media (max-width: 640px){ .topnav { gap: 16px; } .topnav a { font-size: .82rem; } }

/* ---- Sections ---- */
section { padding: clamp(60px, 9vw, 110px) 0; }
/* offset anchor jumps so a clicked heading lands below the sticky header, not hidden under it */
header[id], section[id] { scroll-margin-top: 88px; }
.divider { border: 0; border-top: 1px solid var(--line); }

/* ---- Hero ---- */
.hero { padding: clamp(80px, 13vw, 160px) 0 clamp(56px, 8vw, 96px); }
.hero h1 { margin-bottom: 1.5rem; max-width: 15ch; }
.hero .lead { max-width: 600px; }

/* ---- Buttons ---- */
.btn { display: inline-block; font-family: var(--sans); text-decoration: none; background: var(--clay); color: #17120f; padding: 14px 30px; border-radius: 3px; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.01em; border: 1px solid var(--clay); transition: transform .15s, background .15s; }
.btn:hover { transform: translateY(-2px); background: var(--clay-dk); color: #17120f; }
.btn.ghost { background: transparent; color: var(--clay); }
.btn.ghost:hover { background: rgba(207,159,87,0.10); color: var(--clay-dk); }
.btn.btn-sage { background: var(--sage); border-color: var(--sage); color: #16130d; }
.btn.btn-sage:hover { background: var(--sage-dk); color: #16130d; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2.2rem; }

/* ---- Manifesto (voice as hero) ---- */
.manifesto p { font-size: 1.45rem; line-height: 1.55; font-family: var(--display); font-weight: 400; }
.manifesto p + p { margin-top: 1.4rem; }
.dropcap::first-letter { font-family: var(--display); float: left; font-size: 4.2rem; line-height: 0.78; padding: 8px 12px 0 0; color: var(--clay); font-weight: 500; }

/* ---- Spagyric ornament + method ---- */
.ornament { display: flex; justify-content: center; margin-bottom: 20px; }
.ornament .opus { display: inline-block; width: 48px; height: 48px; color: var(--brass-dim); }
.opus svg, .mark svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; }
.method { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 42px; }
@media (max-width: 740px){ .method { grid-template-columns: 1fr; } }
.step { text-align: center; }
.step .mark { display: inline-block; width: 38px; height: 38px; margin: 0 auto 16px; color: var(--clay); }
.step .mark svg { stroke-width: 1.3; }
.step .latin { font-family: var(--display); font-style: italic; color: var(--clay); font-size: .92rem; }
.step h3 { margin: 2px 0 8px; }
.step p { font-size: 1rem; color: var(--muted); margin: 0; }

/* ---- Pillars ---- */
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 44px; }
@media (max-width: 740px){ .pillars { grid-template-columns: 1fr; } }
.pillar .n { font-family: var(--display); font-size: 1.1rem; color: var(--clay); }
.pillar h3 { margin: 8px 0 8px; }
.pillar p { font-size: 1rem; color: var(--muted); margin: 0; }

/* ---- Offers (no prices) ---- */
.offer { display: grid; grid-template-columns: 1fr auto; gap: 12px 28px; padding: 30px 0; border-top: 1px solid var(--line); align-items: baseline; }
.offer:last-of-type { border-bottom: 1px solid var(--line); }
.offer .head h3 { display: inline; }
.offer .tag { font-family: var(--sans); font-weight: 600; font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; color: var(--clay); margin-left: 10px; }
.offer .dur { font-family: var(--sans); font-weight: 500; font-size: .78rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; text-align: right; }
.offer .desc { grid-column: 1 / -1; color: var(--muted); font-size: 1.02rem; margin: 0; max-width: 62ch; }
/* "what you get" specifics under each doorway */
.offer .gives { grid-column: 1 / -1; list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; max-width: 62ch; }
.offer .gives li { position: relative; padding-left: 22px; font-family: var(--body); font-size: 0.98rem; color: var(--ink); }
.offer .gives li::before { content: ""; position: absolute; left: 2px; top: 0.72em; width: 8px; height: 8px; transform: rotate(45deg); border: 1px solid var(--clay); }
.ph-inline { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: .02em; color: var(--sage); background: rgba(143,160,125,0.12); border: 1px dashed var(--sage); border-radius: 3px; padding: 1px 6px; margin-left: 4px; white-space: nowrap; }
.investment { margin-top: 28px; color: var(--muted); font-style: italic; font-family: var(--display); }

/* ---- Pull / aside ---- */
.pull { font-family: var(--display); font-size: 1.6rem; line-height: 1.32; border-left: 3px solid var(--clay); padding-left: 24px; margin: 8px 0; color: var(--ink); }

/* ---- Band ---- */
.band { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ============================================================
   2025 refresh components: hero grid, image placeholders,
   stats, testimonials, mid-page CTA, apothecary feature.
   ============================================================ */

/* ---- Hero: text + portrait ---- */
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.hero-text { min-width: 0; }
.hero-text .lead { max-width: 34rem; }
@media (max-width: 820px){ .hero-grid { grid-template-columns: 1fr; } }
.hero-collage { margin: 0; }
.hero-collage img { width: 100%; height: auto; display: block; border-radius: 10px; border: 1px solid var(--line); }
.cred { font-family: var(--sans); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.01em; color: var(--muted); margin-top: 1.8rem; line-height: 1.7; max-width: 40rem; }

/* ---- Image placeholders (until real photography is supplied) ---- */
.ph { position: relative; display: flex; align-items: center; justify-content: center; text-align: center;
  background:
    repeating-linear-gradient(45deg, rgba(207,159,87,0.05) 0 12px, transparent 12px 24px),
    rgba(236,227,212,0.02);
  border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); margin: 0; overflow: hidden; }
.ph .ph-label { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; color: var(--clay); padding: 18px; line-height: 1.5; }
.ph .ph-label em { display: block; font-style: normal; font-weight: 500; font-size: 0.72rem; color: var(--muted); margin-top: 6px; letter-spacing: 0.01em; }
.hero-portrait { aspect-ratio: 3 / 4; width: 100%; max-width: 360px; margin-left: auto; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; border-radius: 10px; border: 1px solid var(--line); }
@media (max-width: 820px){ .hero-portrait { max-width: 320px; margin: 0 auto; } }

.photo-band .photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.photo-band .photo-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
@media (max-width: 740px){ .photo-band .photo-grid { grid-template-columns: 1fr; } }
.ph-wide { aspect-ratio: 4 / 3; }
.photo-tile { margin: 0; }
.photo-tile img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; border-radius: 8px; border: 1px solid var(--line); }
.ph-video { aspect-ratio: 16 / 9; width: 100%; max-width: 640px; margin: 40px auto 0; }

/* ---- Stats / "science brain" framing ---- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 8px 0 44px;
  padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
@media (max-width: 740px){ .stats { grid-template-columns: 1fr; gap: 24px; } }
.stat { text-align: left; }
.stat-num { display: block; font-family: var(--display); font-size: 2.3rem; line-height: 1; color: var(--clay); margin-bottom: 10px; }
.stat p { font-size: 0.94rem; color: var(--muted); margin: 0; line-height: 1.5; }
.stat-flag { display: inline-block; font-family: var(--sans); font-size: 0.66rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--sage); background: rgba(143,160,125,0.12); border: 1px dashed var(--sage); border-radius: 3px; padding: 1px 6px; margin-top: 6px; }
.stat-src { display: block; font-family: var(--sans); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.02em; color: var(--muted); margin-top: 10px; }
.stat-src em { font-style: italic; }

/* ---- Testimonials ---- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px){ .quotes { grid-template-columns: 1fr; } }
.quote { margin: 0; padding: 26px 24px; background: rgba(236,227,212,0.02); border: 1px solid var(--line); border-radius: 8px; border-top: 2px solid var(--sage); }
.quote blockquote { margin: 0 0 16px; font-family: var(--display); font-size: 1.12rem; line-height: 1.45; color: var(--ink); }
.quote figcaption { font-family: var(--sans); font-size: 0.82rem; font-weight: 500; color: var(--muted); }

/* ---- Mid-page CTA ---- */
.cta-block { text-align: center; }
.cta-block .lead { max-width: 48ch; margin-left: auto; margin-right: auto; }

/* ---- Apothecary feature (its own section) ---- */
.apothecary-feature { border-top: 1px solid var(--line); }
.apothecary-feature h2 { color: var(--ink); }
.apoth-grid { display: grid; grid-template-columns: 0.82fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.apoth-photo { margin: 0; }
.apoth-photo img { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--line); }
.apoth-text { margin: 0; }
@media (max-width: 820px){ .apoth-grid { grid-template-columns: 1fr; } .apoth-photo { max-width: 460px; margin: 0 auto; } }

/* ---- "Coming soon" pill (Signal) ---- */
.soon-tag { display: inline-block; border: 1px solid var(--clay); color: var(--clay); padding: 5px 14px; border-radius: 999px;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1.3rem; }

/* ---- Essays: index list ---- */
.essay-list { max-width: var(--measure); margin: 0 auto; }
.essay-card { display: block; text-decoration: none; padding: 30px 0; border-top: 1px solid var(--line); }
.essay-list .essay-card:last-child { border-bottom: 1px solid var(--line); }
.essay-card .meta { font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: .18em; font-size: .68rem; color: var(--clay); margin-bottom: .6rem; }
.essay-card h3 { font-family: var(--display); font-size: 1.7rem; color: var(--ink); margin-bottom: .5rem; transition: color .15s; }
.essay-card:hover h3 { color: var(--clay); }
.essay-card .dek { color: var(--muted); font-size: 1.06rem; margin: 0; max-width: 60ch; }

/* ---- Essays: article page ---- */
.article { max-width: var(--measure); margin: 0 auto; }
.article .art-meta { font-family: var(--sans); font-weight: 500; font-size: .82rem; color: var(--muted); letter-spacing: .04em; margin: 14px 0 0; }
.article h2 { font-size: 1.7rem; margin: 2.2rem 0 .8rem; }
.article p { color: var(--ink); }
.article .definition { border-left: 3px solid var(--clay); padding: 4px 0 4px 24px; margin: 1.6rem 0; font-family: var(--display); font-size: 1.15rem; color: var(--ink); }
.art-foot { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
.art-foot .back { font-family: var(--body); font-size: .92rem; }

/* ---- Clarity Call booking page ---- */
.booking { padding: clamp(54px, 8vw, 104px) 0; }
.booking-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
@media (max-width: 880px){ .booking-grid { grid-template-columns: 1fr; } }
.booking-left h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); margin: 10px 0 1.3rem; max-width: 15ch; }
.booking-left .lead { max-width: 52ch; }
.call-points { margin-top: 40px; display: grid; gap: 26px; }
.call-point { display: grid; grid-template-columns: 38px 1fr; gap: 18px; align-items: start; }
.call-point .mark { width: 34px; height: 34px; color: var(--clay); margin-top: 3px; }
.call-point .mark svg { stroke-width: 1.3; }
.call-point h3 { font-size: 1.16rem; font-weight: 500; margin-bottom: 4px; }
.call-point p { font-size: 1rem; color: var(--muted); margin: 0; max-width: 46ch; }
.booking-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; padding: clamp(20px, 3vw, 28px); position: sticky; top: 90px; }
.booking-card .card-head { border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 20px; }
.booking-card .card-head h2 { font-size: 1.45rem; }
.booking-card .card-meta { font-family: var(--sans); font-weight: 500; color: var(--muted); font-size: .86rem; margin-top: 6px; }
.booking-embed { width: 100%; min-height: 640px; border: 0; border-radius: 6px; background: #fff; display: block; }
.booking-fallback { font-family: var(--sans); font-size: .84rem; color: var(--muted); margin-top: 16px; text-align: center; }
@media (max-width: 880px){ .booking-card { position: static; } }

/* ---- Transition Map (lead magnet + worksheet) ---- */
.map-note { font-family: var(--body); font-size: .9rem; color: var(--muted); margin-top: 1.2rem; font-style: italic; }
.map-step { display: inline-block; font-family: var(--display); font-size: 1.1rem; color: var(--clay); letter-spacing: .1em; border: 1px solid var(--clay); border-radius: 999px; width: 38px; height: 38px; line-height: 36px; text-align: center; margin-bottom: 14px; }
.map-q { margin: 22px 0; }
.map-q p { margin-bottom: 10px; }
.map-q p strong { color: var(--clay); font-weight: 600; }
.map-field { border: 1px solid var(--line); border-radius: 5px; background: rgba(236,227,212,0.02); min-height: 64px; }
.map-field.tall { min-height: 120px; }
.map-field[contenteditable] { padding: 10px 14px; color: var(--ink); font-size: 1rem; line-height: 1.55; cursor: text; white-space: pre-wrap; caret-color: var(--clay); }
.map-field[contenteditable]:focus { outline: none; border-color: var(--clay); background: rgba(236,227,212,0.045); }
/* opt-in block */
.map-optin { margin-top: 2.4rem; max-width: 480px; }
.map-optin-label { font-family: var(--body); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 600; color: var(--clay); margin-bottom: .8rem; }
.map-optin-now { font-family: var(--body); font-size: .92rem; color: var(--muted); margin-top: 1rem; }
/* print: clean worksheet, drop the chrome */
@media print {
  .topbar, footer, .btn-row, .divider { display: none; }
  body { background: #fff; color: #111; font-size: 12pt; }
  .map-field { border-color: #999; color: #111; }
  .eyebrow, .maxim, .map-step, .map-q p strong { color: #6b4f1f; }
  h1, h2, h3 { color: #111; }
}

/* ---- Footer ---- */
footer { padding: 54px 0 64px; }
footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; align-items: baseline; }
footer .nav a { font-family: var(--sans); font-weight: 500; color: var(--muted); text-decoration: none; margin-right: 20px; font-size: .86rem; }
footer .nav a:hover { color: var(--clay); }
footer .nav a.social { display: inline-flex; align-items: center; vertical-align: middle; color: var(--muted); transition: color .15s; }
footer .nav a.social:hover { color: var(--clay); }
footer .nav a.social svg { width: 18px; height: 18px; fill: currentColor; display: block; }
footer .fine { font-family: var(--sans); color: var(--muted); font-size: .78rem; }

/* ---- Kit form — restyled to match (shared by Apothecary + Signal) ---- */
.formkit-form[data-uid="d5385efef1"]{ background:transparent!important; border:0!important; box-shadow:none!important; padding:0!important; margin-top:1.8rem!important; max-width:470px!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-fields{ display:flex!important; flex-wrap:wrap!important; gap:12px!important; margin:0!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-field{ flex:1 1 220px!important; margin:0!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-input{ width:100%!important; background:rgba(236,227,212,0.04)!important; border:1px solid var(--line)!important; color:var(--ink)!important; font-family:var(--body)!important; font-size:1rem!important; border-radius:3px!important; padding:13px 15px!important; line-height:1.4!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-input::placeholder{ color:var(--muted)!important; opacity:1!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-input:focus{ outline:none!important; border-color:var(--clay)!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-submit{ flex:0 0 auto!important; margin:0!important; background:var(--clay)!important; border:1px solid var(--clay)!important; border-radius:3px!important; color:var(--paper)!important; cursor:pointer!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-submit > span{ display:block!important; padding:13px 26px!important; color:var(--paper)!important; font-family:var(--body)!important; font-weight:600!important; font-size:1rem!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-submit:hover{ background:var(--clay-dk)!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-spinner{ display:none!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-alert{ flex:1 0 100%!important; list-style:none!important; text-align:left!important; font-family:var(--body)!important; border-radius:3px!important; padding:12px!important; margin:10px 0 0!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-alert:empty{ display:none!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-alert-success{ background:rgba(200,154,82,0.08)!important; border:1px solid var(--clay)!important; color:var(--ink)!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-alert-error{ background:rgba(156,59,42,0.10)!important; border:1px solid var(--clay)!important; color:var(--ink)!important; }
.formkit-form[data-uid="d5385efef1"] .formkit-powered-by-convertkit-container,
.formkit-form[data-uid="d5385efef1"] [data-element="powered-by"]{ display:none!important; }

/* ---- About hero with portrait ---- */
.about-hero { display: grid; grid-template-columns: 1fr auto; gap: 52px; align-items: center; }
.about-hero .col-text { min-width: 0; }
.about-hero .col-text .lead { max-width: 30rem; }
.about-hero .portrait { margin: 0; }
.about-hero .portrait img { display: block; width: 257px; max-width: 40vw; height: auto;
  /* edges are feathered into the page color in the image itself — no border/shadow,
     so she dissolves into the background instead of sitting on top of it */ }
@media (max-width: 820px) {
  .about-hero { grid-template-columns: 1fr; gap: 30px; }
  .about-hero .portrait img { width: 220px; max-width: 62vw; }
}

/* ---- Phone (portrait) ---- */
@media (max-width: 600px) {
  body { font-size: 18px; }
  .wrap { padding: 0 22px; }
  /* stack the top bar so the nav stops cramming into one row */
  .topbar .wrap { flex-direction: column; height: auto; gap: 10px; padding-top: 12px; padding-bottom: 12px; }
  .brandmark { text-align: center; }
  .topnav { flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
  .topnav a { font-size: 0.84rem; }
  h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); }
  h2 { font-size: clamp(1.6rem, 6.5vw, 2.1rem); }
  .hero { padding: 52px 0 44px; }
  section { padding: 48px 0; }
  header[id], section[id] { scroll-margin-top: 124px; }
  .topnav { gap: 10px 16px; }
  .lead { font-size: 1.15rem; }
  .manifesto p { font-size: 1.18rem; }
  .pull { font-size: 1.25rem; padding-left: 18px; }
  /* offers: stack name and duration instead of squeezing side by side */
  .offer { grid-template-columns: 1fr; gap: 6px; }
  .offer .dur { text-align: left; }
  /* center the portrait when stacked */
  .about-hero .portrait { display: flex; justify-content: center; }
  .about-hero .portrait img { width: 210px; max-width: 70vw; }
}
