/* ============================================================
   Strata Real Estate Alliance — Fable 05 design system
   bone is what you're reading · petrol is the ground · copper is where you are
   ============================================================ */

:root {
  --bone: #F3EEE4;
  --bone-dim: #EAE3D4;
  --cream-btn: #FBF7EF;
  --ink: #0B2027;
  --petrol: #12363F;
  --copper: #B26A3B;
  --copper-light: #C9824F;
  --sage: #9FB0A6;
  --hairline: #DED5C2;
  --moxie-cream: #FBF5E9;
  --moxie-coral: #F8412E;
  --band-1: #1C4550;
  --band-2: #17414C;
  --band-3: #143A44;
  --band-4: #10333C;
  --band-5: #0D2D35;
  --band-6: #0B2027;
  --serif: "Fraunces", Georgia, serif;
  --sans-head: "brother-xs", "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --sans-note: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --sans-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --max: 1200px;
  --pad: clamp(20px, 5vw, 120px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans-body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.wrap { max-width: calc(var(--max) + 2 * var(--pad)); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- type voices ---------- */
.eyebrow {
  font-family: var(--sans-note);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--copper);
}
.eyebrow--ink { color: var(--ink); opacity: .65; }
.fieldnote {
  font-family: var(--sans-note);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  line-height: 1.5;
}
h1, .h1 {
  font-family: var(--sans-head);
  font-weight: 800;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}
.hero h1 { font-weight: 900; } /* black on the homepage hero only */
h2, .h2 {
  font-family: var(--sans-head);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}
.conviction { font-family: var(--serif); font-weight: 600; }
.accent { color: var(--copper); }
.lede { font-size: 17px; line-height: 1.65; color: #33484f; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bone) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 82px;
}
.logo img { height: 48px; width: auto; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a {
  text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink);
}
.nav a.btn { font-weight: 600; }
.nav a:hover { color: var(--copper); }
.nav a[aria-current="page"] { color: var(--copper); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans-body); font-size: 15px; font-weight: 600;
  padding: 13px 28px; border-radius: 4px; text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer; border: none;
}
.btn--copper { background: var(--copper); color: var(--cream-btn); }
.btn--copper:hover { background: #a05e33; }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn--ghost:hover { border-color: var(--copper); color: var(--copper); }
.nav-toggle { display: none; }

/* ---------- hero (homepage cross-section) ---------- */
.hero { padding-top: clamp(48px, 7vw, 90px); }
.hero h1 { max-width: 1080px; margin: 22px 0 26px; }
.hero .sub { max-width: 720px; }
.hero-cta-row {
  display: flex; flex-wrap: wrap; gap: 40px; align-items: center;
  justify-content: space-between; margin: 44px 0 56px;
}
.magic {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(19px, 2vw, 24px); line-height: 1.4;
  max-width: 640px;
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

/* photo strip + ground */
.strip { height: clamp(180px, 22vw, 300px); overflow: hidden; position: relative; }
.strip img { width: 100%; height: 100%; object-fit: cover; }
.groundline { height: 6px; background: var(--ink); }

/* strata bands */
.strata { list-style: none; }
.strata li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad);
  font-family: var(--sans-note); font-weight: 600; font-size: 11.5px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(243, 238, 228, 0.75);
  position: relative;
}
.strata li::after {           /* copper edge that rides the deposit */
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: var(--copper); opacity: 0;
}
.strata .n { opacity: .5; letter-spacing: 0.2em; }
.b1 { background: var(--band-1); height: 12px; }
.b2 { background: var(--band-2); height: 14px; }
.b3 { background: var(--band-3); height: 16px; }
.b4 { background: var(--band-4); height: 18px; }
.b5 { background: var(--band-5); height: 20px; }
.b6 { background: var(--band-6); height: 30px; }
.scroll-cue {
  background: var(--band-6); padding: 0 var(--pad) 26px;
}
.scroll-cue a {
  font-family: var(--sans-note); font-size: 11px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--copper-light); text-decoration: none;
}
.scroll-cue a:hover { color: var(--bone); }

/* deposit animation */
@media (prefers-reduced-motion: no-preference) {
  .js .strata li { transform: translateY(14px); opacity: 0; }
  .js .strata.deposit li { animation: land .5s ease-out forwards; }
  .js .strata.deposit li::after { animation: edge .55s ease-out forwards; }
  .js .strata.deposit .b6, .js .strata.deposit .b6::after { animation-delay: 0s; }
  .js .strata.deposit .b5, .js .strata.deposit .b5::after { animation-delay: .12s; }
  .js .strata.deposit .b4, .js .strata.deposit .b4::after { animation-delay: .24s; }
  .js .strata.deposit .b3, .js .strata.deposit .b3::after { animation-delay: .36s; }
  .js .strata.deposit .b2, .js .strata.deposit .b2::after { animation-delay: .48s; }
  .js .strata.deposit .b1, .js .strata.deposit .b1::after { animation-delay: .60s; }
  .js .hero-copy { opacity: 0; animation: fadeup .6s ease-out .5s forwards; }
}
@keyframes land { to { transform: none; opacity: 1; } }
@keyframes edge { 0% { opacity: 0; } 35% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeup { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- section scaffolding ---------- */
.section { padding: clamp(64px, 8vw, 110px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section--dim { background: var(--bone-dim); }
.section--petrol { background: var(--petrol); color: var(--bone); }
.section--ink { background: var(--ink); color: var(--bone); }
.section--cream { background: var(--moxie-cream); }
.seam {
  height: 14px; display: flex; align-items: center; gap: 0;
  padding: 0 var(--pad); background: var(--bone);
}
.seam i { display: block; height: 1px; background: var(--hairline); flex: 1; }
.seam i:nth-child(2) { transform: translateY(4px); }
.seam i:nth-child(3) { transform: translateY(-3px); }
.micro-strata { display: flex; height: 8px; }
.micro-strata i { flex: 1; }
.micro-strata i:nth-child(1) { background: var(--band-1); }
.micro-strata i:nth-child(2) { background: var(--band-2); }
.micro-strata i:nth-child(3) { background: var(--band-3); }
.micro-strata i:nth-child(4) { background: var(--band-4); }
.micro-strata i:nth-child(5) { background: var(--band-5); }
.micro-strata i:nth-child(6) { background: var(--band-6); }

/* ---------- manifesto ---------- */
.manifesto { text-align: left; }
.manifesto p:not(.eyebrow) {
  font-family: var(--serif); font-weight: 900;
  font-size: clamp(34px, 4.6vw, 58px); line-height: 1.14;
  letter-spacing: -0.015em;
}

/* ---------- asks grid ---------- */
.asks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 28px; margin-top: 30px; }
.ask h3 { font-family: var(--sans-head); font-weight: 700; font-size: 19px; margin-bottom: 8px; }
.ask p { font-size: 14px; color: #45565c; }

/* ---------- where we come in ---------- */
.wwci { display: grid; grid-template-columns: 180px 1fr; gap: 32px; }
.wwci-body h2 { max-width: 900px; margin-bottom: 34px; }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.cols p { font-size: 16.5px; color: #33484f; }
.inline-close {
  font-family: var(--serif); font-weight: 600; font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px); color: var(--petrol); margin-top: 44px;
}

/* ---------- founder band ---------- */
.founder { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(30px, 5vw, 80px); align-items: center; }
.founder-photo img { width: 120px; height: 150px; object-fit: cover; }
.founder-photo figcaption { margin-top: 8px; max-width: 120px; }
.founder-mid .conviction { font-size: clamp(26px, 2.8vw, 38px); line-height: 1.2; }
.founder-mid a { display: inline-block; margin-top: 14px; font-weight: 500; text-decoration: none; color: var(--ink); }
.founder-mid a:hover { color: var(--copper); }
.founder-quote { max-width: 420px; text-align: right; }
.founder-quote blockquote {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(17px, 1.7vw, 21px); line-height: 1.45; color: var(--petrol);
}
.founder-quote .byline { margin-top: 14px; color: var(--petrol); }

/* ---------- core sample ---------- */
.core {
  display: grid; grid-template-columns: 120px 1fr;
  column-gap: clamp(36px, 6vw, 90px); row-gap: 0; margin-top: 54px;
}
.core-band {
  display: flex; align-items: flex-start; justify-content: center; padding-top: 14px;
  font-family: var(--sans-note); font-size: 10px; font-weight: 600;
  letter-spacing: .2em; color: rgba(243,238,228,.55);
  transition: background .4s ease, color .4s ease;
}
.core-band.c1 { background: var(--band-1); }
.core-band.c2 { background: var(--band-2); }
.core-band.c3 { background: var(--band-3); }
.core-band.c4 { background: var(--band-4); }
.core-band.c5 { background: var(--band-5); }
.core-band.c6 { background: var(--band-6); }
.core-band.active { background: var(--copper); color: var(--cream-btn); }
.core-entry { display: grid; grid-template-columns: 44px 150px 1fr; gap: 22px; align-items: baseline;
  padding: 26px 0; color: rgba(243,238,228,.62); transition: color .4s ease; }
.core-entry .num { font-family: var(--sans-note); font-size: 11px; font-weight: 600; color: var(--copper-light); }
.core-entry h3 { font-family: var(--sans-head); font-size: 22px; font-weight: 700; color: inherit; }
.core-entry p { font-size: 15.5px; }
.core-entry.active { color: var(--bone); }
.core-close { margin-top: 60px; max-width: 720px; color: rgba(243,238,228,.85); }
.core-close .conviction { font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.core-close a { display: inline-block; margin-top: 18px; color: var(--copper-light); text-decoration: none; font-weight: 500; }
.core-close a:hover { color: var(--bone); }

/* ---------- POV / readiness ---------- */
.pov { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.pov h2 { font-size: clamp(36px, 4.2vw, 58px); margin: 22px 0 26px; }
.pov .pull {
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(19px, 2vw, 24px); color: var(--petrol); margin: 28px 0;
}
.pov a.more { font-weight: 500; color: var(--copper); text-decoration: none; }
.pov a.more:hover { text-decoration: underline; }

/* photos: duotone at rest, color on hover */
.duo { position: relative; overflow: hidden; background: var(--petrol); }
.duo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.02); transition: filter .6s ease; }
.duo::after {
  content: ""; position: absolute; inset: 0;
  background: var(--petrol); mix-blend-mode: color; pointer-events: none;
  transition: opacity .6s ease;
}
.duo::before {
  content: ""; position: absolute; inset: 0;
  background: var(--petrol); mix-blend-mode: multiply; opacity: .18; pointer-events: none;
  transition: opacity .6s ease; z-index: 1;
}
@media (hover: hover) {
  .duo:hover img { filter: none; }
  .duo:hover::after, .duo:hover::before { opacity: 0; }
}
@media (hover: none), (prefers-reduced-motion: reduce) {
  .duo img { filter: none; }
  .duo::after, .duo::before { display: none; }
}
.photo-4x5 { aspect-ratio: 4 / 5; }
.photo-sq { aspect-ratio: 1 / 1; }
figure .fieldnote { margin-top: 10px; }

/* ---------- moxietowns bands ---------- */
.moxie { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.moxie-logo { height: clamp(38px, 4.5vw, 56px); width: auto; margin: 18px 0 10px; }
.moxie .tag { font-family: var(--sans-head); font-weight: 600; font-size: 20px; color: #3c3c3c; margin-bottom: 16px; }
.moxie p.body { max-width: 620px; color: #3f4a4a; }
.moxie a.more { display: inline-block; margin-top: 18px; color: var(--moxie-coral); font-weight: 600; text-decoration: none; }
.moxie a.more:hover { text-decoration: underline; }
.moxie-eyebrow { font-family: var(--sans-note); font-size: 11px; font-weight: 600; letter-spacing: .3em; color: var(--moxie-coral); text-transform: uppercase; }

/* ---------- ladder + contact band ---------- */
.ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 64px; }
.ladder h3 { font-family: var(--sans-head); font-size: 21px; font-weight: 700; color: var(--bone);
  padding-top: 20px; border-top: 1px solid var(--copper); margin-bottom: 10px; }
.ladder p { font-size: 15px; color: rgba(243,238,228,.75); }
.contact-row { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.contact-row h2 { color: var(--bone); font-size: clamp(30px, 3.6vw, 48px); }
.contact-row h2 .accent { color: var(--copper-light); }
.form { display: grid; gap: 14px; }
.form input, .form textarea {
  width: 100%; font-family: var(--sans-body); font-size: 15px; color: var(--bone);
  background: rgba(255,255,255,.06); border: 1px solid rgba(243,238,228,.25);
  border-radius: 4px; padding: 14px 18px;
}
.form textarea { min-height: 96px; resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: var(--sage); }
.form input:focus, .form textarea:focus { outline: 2px solid var(--copper); outline-offset: 1px; border-color: transparent; }
.form .note { font-family: var(--sans-note); font-size: 10px; font-weight: 600; letter-spacing: .12em; color: var(--sage); text-transform: uppercase; }
.form .note a { color: var(--sage); }
.hidden { display: none !important; }
.form-ok { color: var(--bone); font-family: var(--serif); font-size: 20px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; height: 130px; }
.site-footer img { height: 36px; width: auto; }
.site-footer p { font-size: 13px; color: rgba(243,238,228,.55); }

/* ---------- interior page hero ---------- */
.page-hero { padding: clamp(48px, 6vw, 84px) 0 clamp(40px, 5vw, 64px); }
.page-hero h1 { font-size: clamp(38px, 5vw, 64px); margin: 20px 0 24px; }
.page-hero .lede { max-width: 780px; }

/* ---------- who we work with ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.chip {
  font-size: 14.5px; font-weight: 500; padding: 10px 18px;
  border: 1px solid var(--hairline); border-radius: 4px; background: #faf7f0;
}
.chip--filled { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.champions { max-width: 760px; font-size: 16.5px; color: #33484f; }

/* ---------- engagement steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 44px; }
.step .num { font-family: var(--sans-note); font-size: 12px; font-weight: 600; color: var(--copper); }
.step h3 { font-family: var(--sans-head); font-size: 21px; font-weight: 700; margin: 8px 0 10px; }
.step p { font-size: 15px; color: #45565c; }

/* ---------- shelf ---------- */
.shelf-group { margin-top: 56px; }
.shelf-group > .eyebrow { display: block; padding-bottom: 14px; border-bottom: 1px solid var(--hairline); }
.shelf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }
.card { padding-top: 18px; border-top: 2px solid var(--copper); }
.card h3 { font-family: var(--sans-head); font-size: 22px; font-weight: 700; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.badge {
  font-family: var(--sans-note); font-size: 10px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 3px;
}
.badge--ink { background: var(--ink); color: var(--bone); }
.badge--coral { background: var(--moxie-coral); color: #fff; }
.card .for { display: block; margin: 8px 0 10px; }
.card p.body { font-size: 15.5px; color: #45565c; }
.card--moxie { background: var(--moxie-cream); padding: 22px 24px; border-top: none; border-radius: 4px; }
.shelf-close { margin-top: 64px; }
.shelf-close .conviction { font-size: clamp(20px, 2.2vw, 26px); color: var(--petrol); }

/* ---------- research band ---------- */
.research-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(40px, 5vw, 80px); align-items: stretch; margin-top: 10px; }
.research-grid figure { padding-top: 18px; } /* photo top aligns with the MoxieTowns logo */
.research-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.threeq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 40px 0; }
.threeq h3 { font-family: var(--sans-head); font-size: 20px; font-weight: 700; padding-top: 16px; border-top: 1px solid var(--moxie-coral); margin-bottom: 8px; }
.threeq p { font-size: 14.5px; color: #45565c; }
.allin { font-family: var(--serif); font-weight: 600; font-size: clamp(20px, 2.2vw, 27px); color: var(--petrol); max-width: 900px; }

/* ---------- fit ---------- */
.fit-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 44px); margin-top: 40px; align-items: start; }
.fit-cols > div { padding: 34px 36px 42px; border-radius: 2px; }
.fit-cols > div:first-child { background: var(--petrol); color: var(--bone); }
.fit-cols > div.no { background: transparent; border: 1px solid var(--hairline); color: #5a6a6f; }
.fit-cols h3 { font-family: var(--sans-head); font-weight: 700; font-size: 19px; margin-bottom: 26px; }
.fit-cols > div.no h3 { color: var(--ink); }
.fit-cols ul { list-style: none; display: grid; gap: 20px; }
.fit-cols li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; font-size: 15.5px; align-items: baseline; }
.fit-cols .yes li { color: rgba(243, 238, 228, 0.88); }
.fit-cols .yes li::before { content: "→"; color: var(--copper-light); font-weight: 600; }
.fit-cols .no li::before { content: "–"; color: var(--sage); font-weight: 600; }

/* ---------- about page ---------- */
.firm-grid, .foresight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.firm-grid p + p, .prose p + p { margin-top: 18px; }
/* side-by-side columns start level: no stacked-prose margin on direct grid children */
.firm-grid > p + p, .foresight-grid > p + p { margin-top: 0; }
.pull-line {
  font-family: var(--serif); font-weight: 600; font-size: clamp(20px, 2.2vw, 27px);
  color: var(--petrol); max-width: 860px; margin-top: 44px; line-height: 1.45;
}
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 48px; }
.trio .num { font-family: var(--sans-note); font-size: 12px; font-weight: 600; color: var(--copper); }
.trio h3 { font-family: var(--sans-head); font-size: 20px; font-weight: 700; margin: 6px 0 8px; }
.trio p { font-size: 15px; color: #45565c; }

.founder-about { display: grid; grid-template-columns: 220px 1fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.founder-kicker { display: none; }
.founder-about .photo { width: 180px; }
.founder-about .photo .photo-4x5 { width: 180px; }
.founder-about .conviction { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.15; }
.founder-about .conviction .accent { display: block; }
.path { margin-top: 34px; display: grid; gap: 0; }
.path-row { display: grid; grid-template-columns: 44px 160px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--hairline); align-items: baseline; }
.path-row .num { font-family: var(--sans-note); font-size: 11px; font-weight: 600; color: var(--copper); }
.path-row h3 { font-family: var(--sans-head); font-size: 19px; font-weight: 700; }
.path-row p { font-size: 15px; color: #45565c; }

.arrows { display: grid; gap: 20px; margin-top: 40px; }
.arrow-row { display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.arrow-row .a { color: var(--copper); font-weight: 600; }
.arrow-row h3 { font-family: var(--sans-head); font-size: 19px; font-weight: 700; margin-bottom: 4px; }
.arrow-row p { font-size: 15px; color: #45565c; }

/* ---------- reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
  .js .reveal.in { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .asks, .ladder, .steps, .threeq, .trio { grid-template-columns: 1fr 1fr; }
  /* standalone photos: framed and centered, not full-bleed, when sections stack */
  .pov figure, .moxie figure, .research-grid figure { max-width: min(440px, 82vw); margin-left: auto; margin-right: auto; width: 100%; }
  .cols, .pov, .moxie, .contact-row, .shelf-row, .fit-cols, .firm-grid, .foresight-grid, .research-grid { grid-template-columns: 1fr; }
  .wwci { grid-template-columns: 1fr; }
  .founder { grid-template-columns: auto 1fr; }
  .founder-quote { grid-column: 1 / -1; text-align: left; max-width: 640px; }
  .founder-about { grid-template-columns: 1fr; }
  .founder-kicker { display: block; margin-bottom: 16px; }
  .founder-about .founder-eyebrow-main { display: none; }
  .founder-about .photo, .founder-about .photo .photo-4x5, .founder-photo-size { width: 120px; }
  .core { grid-template-columns: 64px 1fr; column-gap: 24px; }
  .core-entry { grid-template-columns: 34px 1fr; }
  .core-entry p { grid-column: 2; }
}
@media (max-width: 640px) {
  .asks, .ladder, .steps, .threeq, .trio { grid-template-columns: 1fr; }
  .site-header .wrap { position: relative; }
  .nav { gap: 14px; }
  .nav a:not(.btn) { display: none; }
  .nav .btn { padding: 10px 16px; font-size: 13.5px; }
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    background: none; border: 0; padding: 10px 0 10px 12px; cursor: pointer;
  }
  .nav-toggle i { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 1px; }
  .menu-open .nav {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 60;
    flex-direction: column; align-items: flex-start; gap: 18px;
    background: var(--bone); border-bottom: 1px solid var(--hairline);
    padding: 20px var(--pad) 24px;
  }
  .menu-open .nav a:not(.btn) { display: block; font-size: 16px; }
  .site-footer .wrap { flex-direction: column; justify-content: center; gap: 14px; height: auto; padding-top: 28px; padding-bottom: 28px; }
  .site-footer p { text-align: center; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; }
}

/* credentials strip (Home founder band) */
.cred-strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px;
  margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--hairline);
  font-family: var(--sans-note); font-size: 10.5px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: #6a7a72;
}
.cred-strip i { width: 22px; height: 1px; background: var(--copper); opacity: .55; }
