/* site-ginger: Steve Thielsen's site-merged content on a Ginger Martin + Co style system
   (gingermartin.com, Luxury Presence build, captured 2026-09-04). Visual system only:
   ultralight uppercase Montserrat headings, Lato 300 body, putty/cream surfaces, pill
   buttons, light footer, full-bleed listing tiles, hairline ledgers. Every page keeps the
   merged markup and content verbatim; the class names are merged's. The three merged
   surfaces map to Ginger's light palette: surface-light -> cream, surface-warm -> putty,
   surface-dark -> deep putty (there are no dark sections in this system), and .cta-band
   becomes the photographic closer band. */

:root {
  --ink: #403e3f;
  --ink-soft: #6a6866;
  --ink-mute: #7e7e7e;
  --line: #e0ddd4;
  --line-strong: #c8c4b9;
  --cream: #fbfbf9;
  --putty: #f1f0eb;
  --putty-deep: #ebe9e2;
  --white: #fff;
  --copper: #b18463;
  --copper-deep: #9a6f50;
  --font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Lato", "Helvetica Neue", Arial, sans-serif;
  --container: min(1316px, calc(100vw - 124px));
  --readable: 68ch;
  --header-h: 92px;
  --pill: 999px;
  --s-1: 0.5rem;
  --s-2: 0.75rem;
  --s-3: 1rem;
  --s-4: 1.5rem;
  --s-5: 2rem;
  --s-6: 3rem;
  --s-7: 4.5rem;
  --s-8: 6.5rem;
  --s-9: 9rem;
  --step--1: 0.875rem;
  --step-0: 1.125rem;
  --step-1: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  --step-2: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
  --step-3: clamp(1.75rem, 1.35rem + 1.5vw, 2.625rem);
  --step-4: clamp(2rem, 1.5rem + 2vw, 2.625rem);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 8px);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: clip;
}

body, button, input, select, textarea { font-family: var(--font-body); }
button, input, select, textarea { font-size: 16px; }
button, summary, select { cursor: pointer; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 var(--s-4); max-width: var(--readable); }
figure, blockquote { margin: 0; }
strong { font-weight: 400; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 { font-size: var(--step-4); letter-spacing: 0.03em; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); font-weight: 300; letter-spacing: 0.04em; line-height: 1.3; }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.photo-surface :focus-visible,
.cta-band :focus-visible,
html[data-js] .site-header:not(.is-scrolled) :focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.skip-link {
  background: var(--white);
  border-radius: var(--pill);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  left: var(--s-3);
  min-height: 44px;
  padding: var(--s-2) var(--s-4);
  position: fixed;
  top: -120px;
  z-index: 1000;
}

.skip-link:focus { top: var(--s-3); }
.container { margin-inline: auto; width: var(--container); }
.section { padding-block: var(--s-8); }
.surface-light { background: var(--cream); color: var(--ink); }
.surface-warm { background: var(--putty); color: var(--ink); }
.surface-dark { background: var(--putty-deep); color: var(--ink); }

.eyebrow,
.functional-label {
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-bottom: var(--s-3);
  text-transform: uppercase;
}

.functional-label { color: var(--ink-soft); }

/* Section headings are centered statements in this system. */
.section-heading { margin: 0 auto var(--s-7); max-width: 60rem; text-align: center; }
.section-heading h2 { margin-inline: auto; max-width: 26ch; }
.section-heading > p:last-child { margin: var(--s-4) auto 0; max-width: 62ch; }

.section-head {
  align-items: flex-end;
  display: flex;
  gap: var(--s-5);
  justify-content: space-between;
  margin-bottom: var(--s-6);
}

.section-head h2 { max-width: 30ch; }
.section-head h2 + p { margin: var(--s-3) 0 0; }

/* Pill buttons, Ginger's one button shape. */
.button {
  align-items: center;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: var(--pill);
  color: inherit;
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
  min-height: 48px;
  padding: 0.85rem 1.7rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-primary { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--copper-deep); border-color: var(--copper-deep); color: var(--white); }
.button-outline:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.photo-surface .button-primary,
.cta-band .button-primary { background: var(--white); border-color: var(--white); color: var(--ink); }
.photo-surface .button-primary:hover,
.cta-band .button-primary:hover { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.photo-surface .button-outline:hover,
.cta-band .button-outline:hover { background: var(--white); border-color: var(--white); color: var(--ink); }

/* "READ MORE" links: small caps, underlined. */
.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 0.35em;
  letter-spacing: 0.1em;
  min-height: 44px;
  padding-block: 0.55rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  text-underline-offset: 0.35em;
}

.text-link:hover { color: var(--copper-deep); }

/* Trailing section links on the home page become centered pills, the way Ginger's
   "VIEW ALL PROPERTIES" and "EXPLORE ALL COMMUNITIES" close their sections. */
.section > .container > .text-link:last-child,
.review-all {
  display: flex;
  justify-content: center;
  margin: var(--s-6) auto 0;
  width: 100%;
}

.section > .container > .text-link:last-child { width: fit-content; }
.section-head > .text-link:last-child { margin: 0; }

.section > .container > .text-link:last-child,
.review-all .text-link {
  border: 1px solid var(--ink);
  border-radius: var(--pill);
  font-weight: 400;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0.85rem 1.7rem;
  text-decoration: none;
}

.section > .container > .text-link:last-child:hover,
.review-all .text-link:hover { background: var(--ink); color: var(--white); }

/* Header: transparent over the hero, cream once the page scrolls. */
.site-header {
  align-items: center;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto;
  height: var(--header-h);
  inset: 0 0 auto;
  padding-inline: max(24px, calc((100vw - 1316px) / 2));
  position: fixed;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
  z-index: 100;
}

html[data-js] .site-header {
  background: transparent;
  border-bottom-color: transparent;
  color: var(--white);
}

/* Pages that open on a flat surface instead of a photograph keep an ink header. */
html[data-js] body:has(main > .page-hero:not(.photo-surface):first-child) .site-header:not(.is-scrolled),
html[data-js] body:has(main.error-page) .site-header { color: var(--ink); }

html[data-js] .site-header.is-scrolled {
  background: var(--cream);
  border-bottom-color: var(--line);
  color: var(--ink);
}

html[data-js] .site-header.is-scrolled[data-surface="light"] { background: var(--cream); }
html[data-js] .site-header.is-scrolled[data-surface="warm"] { background: var(--putty); }
html[data-js] .site-header.is-scrolled[data-surface="dark"] { background: var(--putty-deep); }

.wordmark-logo {
  color: currentColor;
  display: inline-block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
  min-height: 44px;
  text-transform: uppercase;
}

@supports ((-webkit-mask: url("../brand/steve-thielsen-wordmark.svg")) or (mask: url("../brand/steve-thielsen-wordmark.svg"))) {
  .wordmark-logo {
    background: currentColor;
    height: 46px;
    overflow: hidden;
    text-indent: -9999px;
    width: 204px;
    -webkit-mask: url("../brand/steve-thielsen-wordmark.svg") no-repeat left center / contain;
    mask: url("../brand/steve-thielsen-wordmark.svg") no-repeat left center / contain;
  }

  .site-footer .wordmark-logo { height: 44px; width: 194px; }
}

.primary-nav { align-items: center; display: flex; gap: clamp(var(--s-3), 2vw, 2.1rem); }

.primary-nav a {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  min-height: 44px;
  position: relative;
  text-transform: uppercase;
}

.primary-nav a::after {
  background: currentColor;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after { width: 100%; }
.mobile-menu { display: none; }
.header-phone { display: none; }

/* Home hero: full-height photograph, statement lower-left. */
.home-hero {
  color: var(--white);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-scrim,
.page-hero-media,
.page-hero-scrim {
  inset: 0;
  position: absolute;
}

.hero-media img,
.page-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-hero .hero-media img { object-position: 52% 54%; }

.hero-scrim,
.page-hero-scrim {
  background:
    linear-gradient(180deg, rgba(20, 18, 16, .42) 0%, rgba(20, 18, 16, 0) 26%),
    linear-gradient(0deg, rgba(20, 18, 16, .68) 0%, rgba(20, 18, 16, .36) 36%, rgba(20, 18, 16, 0) 64%);
}

.hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-block: 8rem var(--s-7);
  position: relative;
  z-index: 2;
}

.hero-content .eyebrow {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: var(--s-2);
}

.home-hero h1 {
  font-size: var(--step-4);
  margin-bottom: var(--s-4);
  max-width: 30ch;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}

.hero-lede { font-size: 17px; line-height: 1.6; margin-bottom: var(--s-5); max-width: 58ch; text-shadow: 0 1px 8px rgba(0, 0, 0, .45); }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: var(--s-3); }
.hero-trust { font-size: 13px; font-weight: 400; letter-spacing: 0.04em; margin: var(--s-4) 0 0; text-shadow: 0 1px 6px rgba(0, 0, 0, .5); }
.hero-trust a { display: inline-flex; min-height: 44px; padding-top: 0.65rem; text-decoration: underline; text-underline-offset: 0.3em; }

/* Home intro: portrait beside the statement, Ginger's "Meet" block. */
.about-grid,
.bio-grid,
.contact-grid {
  align-items: center;
  display: grid;
  gap: var(--s-8);
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
}

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

.section:has(> .about-grid),
.section:has(> .bio-grid) { overflow: hidden; position: relative; }

/* Ginger's oversized initials watermark, here Steve's, kept faint and silent. */
.section:has(> .about-grid)::after,
.section:has(> .bio-grid)::after {
  bottom: -0.14em;
  color: rgba(64, 62, 63, .055);
  content: "ST" / "";
  font-family: var(--font-display);
  font-size: clamp(12rem, 22vw, 22rem);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: -0.05em;
  z-index: 0;
}

.section > .about-grid,
.section > .bio-grid { position: relative; z-index: 1; }

.portrait { margin: 0; position: relative; }
.portrait img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }

.about-copy h2,
.bio-copy h2,
.contact-copy h2 { margin-bottom: var(--s-4); }
.about-copy .text-link,
.bio-cta { margin-top: var(--s-2); }

/* Ledgers: hairline rows, Ginger's stats list. */
.record-list { border-top: 1px solid var(--line-strong); }
.record-row {
  align-items: baseline;
  border-bottom: 1px solid var(--line-strong);
  display: grid;
  gap: var(--s-4);
  grid-template-columns: minmax(145px, .35fr) minmax(0, 1fr);
  padding-block: var(--s-3);
}

.record-row span { color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.record-row strong { font-size: var(--step-0); font-weight: 300; }
a.record-row:hover strong { color: var(--copper-deep); text-decoration: underline; text-underline-offset: 3px; }

/* Cards: white boxes on putty, no borders (Ginger's press cards). */
.question-card-grid {
  display: grid;
  gap: var(--s-4);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.question-card {
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  min-height: 240px;
  min-width: 0;
  padding: var(--s-5);
}

.question-topic { color: var(--copper); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.question-card strong { font-family: var(--font-display); font-size: 1rem; font-weight: 300; letter-spacing: 0.04em; line-height: 1.45; text-transform: uppercase; }
.question-open { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; margin-top: auto; padding-top: var(--s-3); text-decoration: underline; text-underline-offset: 0.35em; text-transform: uppercase; }
.question-card:hover .question-open { color: var(--copper-deep); }
.question-card:hover strong { color: var(--copper-deep); }

/* Home area tiles: image, name and note beneath (Ginger's "Explore the lifestyle"). */
.areas-home-grid { display: grid; gap: var(--s-5); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.area-tile { display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.area-tile img { aspect-ratio: 5 / 4; object-fit: cover; width: 100%; }
.area-tile-caption { display: grid; gap: var(--s-1); padding-top: var(--s-4); }
.area-tile-caption small { color: var(--ink-soft); font-size: 14px; font-weight: 300; order: 2; }
.area-tile-caption strong { font-family: var(--font-display); font-size: var(--step-1); font-weight: 300; letter-spacing: 0.06em; line-height: 1.25; text-transform: uppercase; }
.area-tile:hover .area-tile-caption strong { color: var(--copper-deep); }

/* Link tiles: title turns copper on hover; photo tiles zoom gently. */
a.topic-card:hover h3,
a.guide-card:hover > span:nth-child(2),
.answers-cross a:hover strong,
.community-card:hover strong { color: var(--copper-deep); }

.metric-grid strong,
.metric-grid span { display: block; }
.metric-grid strong { font-family: var(--font-display); font-size: var(--step-2); font-weight: 200; letter-spacing: 0.02em; line-height: 1.15; }
.metric-grid span { color: var(--ink-soft); font-size: 13px; font-weight: 400; margin-top: var(--s-2); }

/* Portfolio tiles: full-bleed photographs with the address set on the image. */
.property-grid { display: grid; gap: var(--s-5); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.property-card { min-width: 0; position: relative; }
.property-media { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.property-media img { height: 100%; object-fit: cover; width: 100%; }
.property-card:nth-child(2) .property-media img,
.property-card:nth-child(5) .property-media img { object-position: 50% 42%; }

.sold-label {
  background: rgba(255, 255, 255, .82);
  border-radius: var(--pill);
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  left: var(--s-3);
  letter-spacing: 0.06em;
  padding: 0.35rem 0.85rem;
  position: absolute;
  top: var(--s-3);
  text-transform: capitalize;
}

.property-meta { padding: var(--s-3) 0 0; }
.property-meta small,
.property-meta p { color: var(--ink-soft); display: block; font-size: 14px; font-weight: 300; }
.property-meta h3 { font-family: var(--font-body); font-size: 18px; font-weight: 300; letter-spacing: 0; margin-block: var(--s-1) 2px; text-transform: none; }
.property-meta p { margin: 0; }

.property-rail {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.property-rail .property-card:nth-child(-n + 2) { grid-column: 1 / -1; }
.property-rail .property-media { aspect-ratio: 16 / 7; }
.property-rail .property-card:nth-child(n + 3) .property-media { aspect-ratio: 16 / 8; }
.property-rail .property-meta {
  background: linear-gradient(0deg, rgba(20, 18, 16, .62) 0%, rgba(20, 18, 16, 0) 100%);
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: var(--s-7) max(24px, calc((100vw - 1316px) / 2)) var(--s-5);
  position: absolute;
  right: 0;
  z-index: 1;
}

.property-rail .property-meta small,
.property-rail .property-meta p { color: var(--white); font-size: 14px; }
.property-rail .property-meta h3 { font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.625rem); }
.property-rail .property-card:hover .property-meta h3 { text-decoration: underline; text-underline-offset: 0.25em; }

/* Review cards: quiet cream cards, italic voice, uppercase attribution. */
.review-rail-shell { position: relative; }
.review-rail {
  display: grid;
  gap: var(--s-4);
  grid-auto-columns: calc((100% - 2 * var(--s-4)) / 3);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 4px 4px var(--s-4);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--line-strong) transparent;
  scrollbar-width: thin;
}

.review-card {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: var(--s-5);
  position: relative;
  scroll-snap-align: start;
}

.review-card::before {
  color: rgba(64, 62, 63, .12);
  content: "\201C" / "";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 0.6;
  position: absolute;
  right: var(--s-4);
  top: var(--s-4);
}

.review-label { color: var(--copper); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.review-card blockquote { display: flex; flex: 1; flex-direction: column; }
.review-card blockquote p { font-size: 17px; font-style: italic; line-height: 1.7; }
.review-card blockquote footer { font-family: var(--font-display); font-size: 12px; font-weight: 400; letter-spacing: 0.14em; margin-top: auto; text-transform: uppercase; }
.review-source { color: var(--ink-soft); font-size: 13px; margin-top: var(--s-4); }

/* Closer band: photograph, centered statement, white pills (Ginger's image sections). */
.cta-band {
  background: var(--ink) url("../img/lohrman-farm-rows-1920.webp") center 55% / cover no-repeat;
  color: var(--white);
  padding-block: var(--s-9);
  position: relative;
}

.cta-band::before { background: rgba(30, 27, 24, .58); content: ""; inset: 0; position: absolute; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band .eyebrow { color: var(--white); }
.cta-grid { align-items: center; display: grid; gap: var(--s-5); justify-items: center; text-align: center; }
.cta-grid h2 { font-size: var(--step-3); margin: 0 auto var(--s-3); max-width: 28ch; }
.cta-grid p { margin: 0 auto; max-width: 60ch; }
.cta-grid > div { display: grid; justify-items: center; }
.cta-actions { display: flex; flex-wrap: wrap; gap: var(--s-3); justify-content: center; }
.library-cross-link .section-head,
.library-cross-link .area-section-head { margin-bottom: 0; }
.cross-links { display: grid; gap: var(--s-1); justify-items: start; }

.error-page { min-height: 72vh; padding-top: calc(var(--s-8) + var(--header-h)); }
.error-page h1 { margin-bottom: var(--s-4); }
.error-page .button { margin-top: var(--s-3); }

/* Page heroes: shorter photograph, statement lower-left. */
.page-hero {
  color: var(--white);
  min-height: clamp(380px, 42vw, 560px);
  overflow: hidden;
  position: relative;
}

.page-hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(380px, 42vw, 560px);
  padding-bottom: var(--s-6);
  padding-top: 7rem;
  position: relative;
  z-index: 2;
}

.page-hero h1 { margin-bottom: var(--s-3); max-width: 34ch; text-shadow: 0 1px 12px rgba(0, 0, 0, .35); }
.page-hero h2 { font-size: var(--step-1); margin-bottom: var(--s-2); text-shadow: 0 1px 8px rgba(0, 0, 0, .4); }
.page-hero p { font-size: 16px; line-height: 1.6; margin: 0; max-width: 62ch; text-shadow: 0 1px 8px rgba(0, 0, 0, .45); }
.page-hero .eyebrow { color: var(--white); font-size: 13px; font-weight: 400; letter-spacing: 0.12em; margin-bottom: var(--s-2); }

.page-hero.surface-warm { color: var(--ink); min-height: 0; }
.page-hero.surface-warm .page-hero-content { min-height: 0; padding-bottom: var(--s-6); padding-top: calc(var(--header-h) + var(--s-7)); }
.page-hero.surface-warm h1,
.page-hero.surface-warm p { text-shadow: none; }
.page-hero.surface-warm .eyebrow { color: var(--copper); font-size: 12px; font-weight: 700; }

.hero-sell img { object-position: 50% 60%; }
.hero-buy img { object-position: 50% 45%; }
.hero-properties img { object-position: 50% 56%; }
.hero-about img { object-position: 50% 52%; }

/* Sell / buy editorial: a centered statement, then three white process cards. */
.editorial-grid { display: grid; gap: var(--s-4); justify-items: center; margin-inline: auto; max-width: 64rem; text-align: center; }
.editorial-grid h2 { color: var(--copper); margin-inline: auto; max-width: 30ch; }
.editorial-copy p { margin-inline: auto; }
.editorial-copy > p:last-child,
.contact-copy > p:last-child { margin-bottom: 0; }

.process-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.section > .container > .process-grid { margin-top: var(--s-7); }
.section > .process-grid.container { margin-top: var(--s-7); }
.process-card,
.process-grid > article { background: var(--white); min-width: 0; padding: var(--s-5); }
.process-card { display: flex; flex-direction: column; min-height: 320px; }
.process-card h3 { margin-bottom: var(--s-3); }
.process-card p { font-size: 16px; margin: 0; }
.process-grid > article > strong { color: var(--copper); display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; margin-bottom: var(--s-2); text-transform: uppercase; }
.process-grid > article p { margin: 0; }

/* Forms: a white card with pill fields (Ginger's inquiry card). */
.prototype-form { background: var(--white); display: grid; gap: var(--s-4); padding: var(--s-6); }
.form-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.prototype-form label { color: var(--ink-soft); display: grid; font-size: 12px; font-weight: 700; gap: var(--s-2); letter-spacing: 0.1em; text-transform: uppercase; }
.prototype-form input,
.prototype-form select,
.prototype-form textarea {
  background: var(--cream);
  border: 1px solid var(--line-strong);
  border-radius: var(--pill);
  color: var(--ink);
  font-size: 16px;
  font-weight: 300;
  min-height: 50px;
  padding: 0.75rem 1.25rem;
  resize: vertical;
  text-transform: none;
  width: 100%;
}

.prototype-form textarea { border-radius: 24px; min-height: 130px; }
.prototype-form ::placeholder { color: var(--ink-mute); opacity: 1; }
.prototype-form .button { justify-self: start; }
.form-note { color: var(--ink-soft); font-size: 13px; line-height: 1.6; margin: 0; }
.direct-links { display: grid; gap: var(--s-1); margin-top: var(--s-4); }
.direct-links a { align-items: center; display: inline-flex; font-size: 16px; font-weight: 400; min-height: 44px; text-decoration: underline; text-underline-offset: 0.25em; }
.direct-links a:hover { color: var(--copper-deep); }
.proof-links { margin-top: var(--s-5); }

/* About page: evidence cards and the loyalty strip. */
.theme-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: var(--s-6); }
.theme-card { background: var(--white); display: flex; flex-direction: column; padding: var(--s-5); }
.theme-count { color: var(--copper); font-family: var(--font-display); font-size: var(--step-2); font-weight: 200; letter-spacing: 0.02em; line-height: 1.2; }
.theme-card h3 { margin: var(--s-2) 0 var(--s-3); }
.theme-card blockquote { display: flex; flex: 1; flex-direction: column; margin: 0; }
.theme-card blockquote p,
.record-voice blockquote p { font-size: 17px; font-style: italic; line-height: 1.7; }
.theme-card blockquote p::before,
.record-voice blockquote p::before { content: "\201C"; }
.theme-card blockquote p::after,
.record-voice blockquote p::after { content: "\201D"; }
.theme-card blockquote.trimmed p::after { content: "\00A0\2026\201D"; }
.theme-card blockquote footer,
.record-voice blockquote footer,
.loyalty-quotes blockquote footer { font-family: var(--font-display); font-size: 12px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; }
.theme-card blockquote footer { margin-top: auto; padding-top: var(--s-3); }
.theme-note { border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; margin-top: var(--s-5); padding-top: var(--s-4); }

/* Process-card quote rails. */
.tile-rail-shell { margin-top: auto; }
.tile-rail {
  display: grid;
  gap: var(--s-5);
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  overflow-x: auto;
  padding-top: var(--s-5);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--line-strong) transparent;
  scrollbar-width: thin;
}

.tile-rail-shell.has-controls,
.review-rail-shell.has-controls {
  align-items: end;
  display: grid;
  gap: var(--s-3);
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.tile-rail-shell.has-controls .tile-rail,
.review-rail-shell.has-controls .review-rail { min-width: 0; }
.review-rail-shell.has-controls { align-items: center; }

/* Rail steppers: round outline buttons. */
.tile-rail-step {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 44px;
}
.tile-rail-step:hover:not(:disabled) { background: var(--ink); border-color: var(--ink); color: var(--white); }
.tile-rail-step:disabled { border-color: var(--line); color: var(--line-strong); cursor: default; }
.tile-quote { display: flex; flex-direction: column; margin: 0; scroll-snap-align: start; }
.tile-quote p { color: var(--ink-soft); font-size: 15px; font-style: italic; line-height: 1.6; margin: 0; min-height: 96px; }
.tile-quote .q::before { content: "\201C"; }
.tile-quote .q::after { content: "\201D"; }
.tile-quote footer { color: var(--ink); font-size: 12px; font-weight: 400; letter-spacing: 0.12em; margin-top: auto; padding-top: var(--s-2); text-transform: uppercase; }

.loyalty-strip { background: var(--white); margin-top: var(--s-4); padding: var(--s-5); }
.loyalty-strip h3 { margin: 0 0 var(--s-4); }
.loyalty-quotes { display: grid; gap: var(--s-5); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.loyalty-quotes blockquote { margin: 0; }
.loyalty-quotes blockquote p { font-size: 15px; font-style: italic; line-height: 1.65; }
.loyalty-quotes blockquote p::before { content: "\201C"; }
.loyalty-quotes blockquote p::after { content: "\201D"; }
.loyalty-quotes blockquote footer { margin-top: var(--s-2); }

.record-voice { margin: var(--s-7) auto 0; max-width: 46rem; position: relative; text-align: center; }
.record-voice::before {
  color: rgba(64, 62, 63, .1);
  content: "\201C" / "";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9rem;
  line-height: 0.5;
  margin-bottom: var(--s-3);
}
.record-voice .review-label { color: var(--copper); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.record-voice blockquote { margin: var(--s-2) 0 0; }
.record-voice blockquote p { margin-inline: auto; }
.record-voice blockquote footer { margin-top: var(--s-3); }

.properties-page { background: var(--putty); }
.properties-intro { margin: 0 auto var(--s-7); max-width: 60rem; text-align: center; }
.properties-intro h2 { margin: 0 auto var(--s-3); }
.properties-intro p { margin-inline: auto; }
.properties-note { border-top: 1px solid var(--line-strong); margin-top: var(--s-7); padding-top: var(--s-4); }
.properties-note p { font-size: 14px; color: var(--ink-soft); }

/* About page record: label column beside hairline rows. */
.bio-copy h2 { margin-bottom: var(--s-4); }
.record-group {
  border-top: 1px solid var(--line-strong);
  display: grid;
  gap: var(--s-4) var(--s-7);
  grid-template-columns: 220px minmax(0, 1fr);
  padding: var(--s-5) 0;
}
#credentials .section-heading { margin-bottom: var(--s-6); }
.record-group-label { color: var(--copper); font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; margin: 0; text-transform: uppercase; }
.path-entry { display: grid; gap: var(--s-1) var(--s-6); grid-template-columns: 130px minmax(0, 1fr); padding: var(--s-3) 0; }
.path-entry + .path-entry { border-top: 1px solid var(--line); }
.path-entry:first-child { padding-top: 0; }
.path-entry:last-child { padding-bottom: 0; }
.path-years { color: var(--ink-soft); font-family: var(--font-display); font-size: var(--step-0); font-weight: 300; letter-spacing: 0.04em; }
.path-entry strong { display: block; font-size: 17px; font-weight: 400; }
.path-entry div > span { color: var(--ink-soft); display: block; font-size: 14px; }
.record-items { display: grid; gap: var(--s-4); }
.record-item > span { color: var(--ink-soft); display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; margin-bottom: var(--s-1); text-transform: uppercase; }
.record-item strong { font-size: 16px; font-weight: 400; line-height: 1.55; }
.recognition-stats { display: grid; gap: var(--s-6); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.recognition-stat strong { color: var(--copper); display: block; font-family: var(--font-display); font-size: clamp(2.75rem, 2rem + 2.6vw, 4.25rem); font-weight: 200; line-height: 1.05; }
.recognition-stat span { color: var(--ink-soft); display: block; font-size: 12px; font-weight: 700; letter-spacing: .1em; margin-top: var(--s-2); text-transform: uppercase; }
.award-ledger { color: var(--ink-soft); font-size: 14px; line-height: 1.8; margin: var(--s-4) 0 0; max-width: 72ch; }
.contact-ledger { margin-top: var(--s-4); }
.contact-ledger .record-row { grid-template-columns: minmax(96px, .28fr) minmax(0, 1fr); padding-block: var(--s-3); }
.contact-ledger strong { line-height: 1.55; }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.area-page,
.answers-page { overflow-wrap: anywhere; }

.answers-hero .page-hero-scrim,
.area-hub-hero .page-hero-scrim,
.area-page-hero .page-hero-scrim {
  background:
    linear-gradient(180deg, rgba(20, 18, 16, .4) 0%, rgba(20, 18, 16, 0) 28%),
    linear-gradient(0deg, rgba(20, 18, 16, .66) 0%, rgba(20, 18, 16, .34) 40%, rgba(20, 18, 16, .04) 70%);
}

/* Guide and answer sub-navigation: a sticky cream strip of small caps. */
.area-local-nav,
.answers-nav {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  margin-inline: auto;
  position: sticky;
  top: var(--header-h);
  width: var(--container);
  z-index: 90;
}

.area-local-nav {
  display: grid;
  grid-template-columns: minmax(150px, .28fr) minmax(0, 1.72fr);
}

.area-nav-intro {
  align-content: center;
  display: grid;
  padding: var(--s-3) 0;
}

.area-nav-intro strong,
.area-nav-intro span,
.area-nav-links a,
.answers-nav a,
.area-nav-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.area-nav-intro strong { color: var(--copper); font-weight: 700; }
.area-nav-intro span { color: var(--ink-soft); }
.area-nav-links { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.area-nav-links a {
  align-items: center;
  border-bottom: 2px solid transparent;
  display: grid;
  gap: 2px;
  min-height: 72px;
  padding: var(--s-2) var(--s-2) calc(var(--s-2) - 2px);
}

.area-nav-index { color: var(--ink-mute); font-size: 11px; }
.area-nav-links a:hover,
.answers-nav a:hover { color: var(--copper-deep); }
.area-nav-links a[aria-current="page"],
.answers-nav a[aria-current="page"] { border-bottom-color: var(--copper); color: var(--copper-deep); }
.area-nav-links a[aria-current="page"] .area-nav-index { color: var(--copper); }

.area-section,
.section-pad {
  padding: var(--s-8) max(62px, calc((100% - 1316px) / 2));
  width: 100%;
}

.area-section + .area-section { border-top: 1px solid var(--line); }
.area-shell,
.answers-shell { background: var(--cream); }
.area-section-faint { background: var(--putty); }
.area-guide-directory .answer-copy,
.area-sources .answer-copy { margin-bottom: var(--s-5); }
.area-sources { background: var(--cream); }
.area-market-lead .opportunity-grid,
.area-demographics .metric-grid { margin-top: var(--s-5); }
.area-section-head {
  align-items: flex-end;
  display: flex;
  gap: var(--s-5);
  justify-content: space-between;
  margin-bottom: var(--s-5);
}
.area-section-head h2 { max-width: 24ch; }
.area-section > .eyebrow + h2 { margin-bottom: var(--s-4); }
.metric-grid-demographic { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.answer-copy { font-size: var(--step-0); }
.metric-grid {
  display: grid;
  gap: var(--s-3);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: var(--s-5);
}

.metric-grid article {
  background: var(--white);
  min-height: 150px;
  padding: var(--s-4);
}

.area-section:not(.area-section-faint) .metric-grid article,
.area-section:not(.area-section-faint) .opportunity-grid article,
.area-section:not(.area-section-faint) .guide-detail-card,
.area-section:not(.area-section-faint) .guide-card,
.area-section:not(.area-section-faint) .tool-card,
.area-section:not(.area-section-faint) .lifestyle-grid article,
.section-pad:not(.surface-warm) .topic-card,
.section-pad:not(.surface-warm) .answers-cross a,
.surface-light .content-card { background: var(--white); box-shadow: inset 0 0 0 1px var(--line); }

.metric-grid span,
.data-caveat,
.scope-note {
  font-size: 13px;
  line-height: 1.65;
}

.data-caveat,
.scope-note {
  border-top: 1px solid var(--line-strong);
  color: var(--ink-soft);
  margin: var(--s-5) 0 0;
  padding-top: var(--s-3);
}

.data-caveat a,
.source-list a,
.answer-verify a { text-decoration: underline; text-underline-offset: .22em; }
.opportunity-grid,
.guide-detail-grid,
.guide-card-grid,
.tool-grid,
.lifestyle-grid,
.content-grid,
.topic-grid,
.answers-cross {
  display: grid;
  gap: var(--s-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.opportunity-grid article,
.guide-detail-card,
.guide-card,
.tool-card,
.lifestyle-grid article,
.content-card,
.topic-card,
.answers-cross a {
  background: var(--white);
  min-width: 0;
  padding: var(--s-5);
}

.opportunity-grid h3,
.guide-detail-card h3,
.tool-card h3,
.content-card h3,
.topic-card h3 { margin-bottom: var(--s-3); }
.opportunity-grid p:last-of-type,
.guide-detail-card p,
.tool-card p,
.content-card p,
.topic-card p { font-size: 16px; margin-bottom: 0; }
.opportunity-grid a,
.guide-card strong,
.tool-card strong,
.topic-card > strong,
.answers-cross span,
.answers-cross strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: var(--s-3);
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: .35em;
}

.opportunity-grid a:hover,
.guide-card:hover strong,
.tool-card:hover strong,
.topic-card:hover > strong { color: var(--copper-deep); }

.guide-card { display: grid; }
.guide-card-step,
.topic-count {
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: var(--s-2);
  text-transform: uppercase;
}

.guide-card > span:nth-child(2) { font-family: var(--font-display); font-size: var(--step-1); font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; }
.guide-card p { font-size: 16px; margin-block: var(--s-3) 0; }
.process-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tool-card,
.community-card,
.topic-card,
.answers-cross a { display: block; }
.split-editorial {
  display: grid;
  gap: var(--s-6);
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
}

.source-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: var(--s-4) 0 0;
  padding: 0;
}

.source-list li { border-bottom: 1px solid var(--line); }
.source-list a {
  align-items: center;
  display: flex;
  font-size: 15px;
  gap: var(--s-3);
  justify-content: space-between;
  min-height: 52px;
  padding-block: var(--s-2);
  text-decoration: none;
}
.source-list a:hover { color: var(--copper-deep); }

.faq-list,
.answer-block { border-top: 1px solid var(--line-strong); }
.faq-list details,
.answer-block details { border-bottom: 1px solid var(--line); }
.faq-list summary,
.answer-block summary {
  font-size: var(--step-0);
  font-weight: 400;
  list-style-position: outside;
  min-height: 56px;
  padding: var(--s-3) var(--s-3) var(--s-3) var(--s-4);
}
.faq-list summary:hover,
.answer-block summary:hover { color: var(--copper-deep); }
.faq-list summary::marker,
.answer-block summary::marker { color: var(--copper); font-size: 0.75em; }
.answer-block summary h3 { display: inline; font-family: var(--font-body); font-size: inherit; font-weight: inherit; letter-spacing: 0; line-height: inherit; text-transform: none; }

.faq-list details > p,
.answer-body { padding: 0 var(--s-4) var(--s-4); }
.communities-section { padding-block: var(--s-8); }
.community-tier {
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: var(--s-4);
  text-transform: uppercase;
}

.community-grid {
  display: grid;
  gap: var(--s-5);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: var(--s-7);
}

.community-grid:last-child { margin-bottom: 0; }
.community-card { overflow: hidden; }
.community-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.community-card > span {
  display: grid;
  gap: 2px;
  padding: var(--s-4) 0 0;
}
.community-card small { color: var(--ink-soft); font-size: 14px; font-weight: 300; order: 2; }
.community-card strong { font-family: var(--font-display); font-size: var(--step-1); font-weight: 300; letter-spacing: 0.06em; text-transform: uppercase; }

.area-hub-hero h2,
.answers-hero h2 { color: rgba(255, 255, 255, .88); }
.answers-hero { height: auto; min-height: 460px; }
.answers-hero .page-hero-content { min-height: 460px; }
.answers-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--s-4);
}
.answers-nav a,
.area-nav-label {
  align-items: center;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  min-height: 52px;
  padding: var(--s-2) 0 calc(var(--s-2) - 2px);
}
.area-nav-label { color: var(--copper); font-weight: 700; margin-right: var(--s-2); }
.answer-filter {
  align-items: center;
  display: grid;
  gap: var(--s-3);
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: var(--s-5);
}

.answer-filter input {
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--pill);
  color: var(--ink);
  font-weight: 300;
  min-height: 52px;
  padding: var(--s-2) var(--s-4);
  width: 100%;
}

.answer-filter span { color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.answer-body { max-width: var(--readable); }
.answer-lead { font-size: var(--step-0); font-weight: 400; }
.answer-detail { color: var(--ink-soft); }
.answer-verify {
  border-left: 2px solid var(--copper);
  color: var(--ink-soft);
  display: grid;
  font-size: 13px;
  gap: var(--s-1);
  margin: var(--s-4) 0 0;
  padding-left: var(--s-3);
}
.answer-verify strong { color: var(--copper); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.answers-empty { background: var(--white); padding: var(--s-4); }
.answers-cross a span { color: var(--copper); margin-top: 0; text-decoration: none; }
.answers-cross a strong { font-family: var(--font-display); font-size: var(--step-1); font-weight: 300; letter-spacing: 0.05em; text-decoration: none; }

.readable h2 { font-size: var(--step-2); margin: var(--s-6) 0 var(--s-3); }
.readable h3 { margin: var(--s-5) 0 var(--s-2); }

/* Footer: light, brand row over a hairline, small caps labels (Ginger's footer). */
.site-footer {
  background: var(--cream);
  border-top: 1px solid var(--line);
  color: var(--ink);
  padding-block: var(--s-7) var(--s-5);
}

.footer-grid { display: grid; gap: var(--s-6); grid-template-columns: 1.3fr .7fr 1fr 1fr; }
.footer-column { display: flex; flex-direction: column; }
.footer-brand { gap: var(--s-4); }
.footer-brand span { color: var(--ink-soft); font-size: 14px; }
.footer-label { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; margin-bottom: var(--s-2); text-transform: uppercase; }
.footer-column a,
.footer-column span { font-size: 14px; line-height: 1.8; }
.footer-column a { align-items: center; display: inline-flex; min-height: 40px; }
.footer-column a:hover { color: var(--copper-deep); }
.footer-column a[aria-current="page"] { text-decoration: underline; text-underline-offset: .3em; }
.footer-legal { border-top: 1px solid var(--line); margin-top: var(--s-6); padding-top: var(--s-4); }
.footer-legal p { color: var(--ink-mute); font-size: 12px; margin: 0 0 var(--s-1); max-width: none; }
.footer-legal .functional-label { color: var(--ink); margin: var(--s-3) 0 0; }

@media (max-width: 980px) {
  .primary-nav { display: none; }
  :root { --container: min(100% - 48px, 900px); --header-h: 80px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .mobile-menu { display: block; }
  .mobile-menu > summary {
    align-items: center;
    display: grid;
    gap: 6px;
    height: 44px;
    justify-items: center;
    list-style: none;
    padding: 0;
    position: relative;
    width: 44px;
    z-index: 202;
  }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu > summary span { background: currentColor; display: block; height: 1px; width: 26px; }
  .mobile-menu[open] > summary { color: var(--ink); position: fixed; right: 24px; top: 18px; }
  .mobile-menu[open] > summary span:first-child { position: absolute; transform: rotate(45deg); }
  .mobile-menu[open] > summary span:last-child { position: absolute; transform: rotate(-45deg); }
  .menu-panel {
    background: var(--cream);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    inset: 0;
    min-height: 100dvh;
    overflow-y: auto;
    padding: 6.5rem 24px 2rem;
    position: fixed;
    z-index: 200;
  }
  .menu-panel nav { border-top: 1px solid var(--line); display: grid; }
  .menu-panel nav a { border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.125rem; font-weight: 300; letter-spacing: 0.08em; min-height: 58px; padding-block: var(--s-3); text-transform: uppercase; }
  .menu-panel nav a[aria-current="page"] { color: var(--copper-deep); }
  .menu-contact { display: grid; gap: var(--s-2); margin-top: var(--s-5); }
  .menu-contact a { align-items: center; display: inline-flex; font-size: 15px; min-height: 44px; }
  .question-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .areas-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid, .contact-grid, .bio-grid { gap: var(--s-6); grid-template-columns: 1fr; }
  .portrait { max-width: 520px; }
  .record-group { gap: var(--s-4); grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-local-nav,
  .answers-nav { position: static; }
  .area-local-nav { grid-template-columns: 1fr; }
  .area-nav-intro { border-bottom: 1px solid var(--line); }
  .area-nav-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-rail { grid-auto-columns: calc((100% - var(--s-4)) / 2); }
  .property-rail .property-meta { padding-inline: 24px; }
  .section:has(> .about-grid)::after,
  .section:has(> .bio-grid)::after { font-size: 12rem; }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 32px);
    --header-h: 68px;
    --s-7: 3.5rem;
    --s-8: 4.75rem;
    --s-9: 6rem;
  }
  body { font-size: 17px; }
  .site-header { padding-inline: 16px; }
  .mobile-menu[open] > summary { right: 16px; top: 12px; }
  .hero-scrim,
  .page-hero-scrim,
  .answers-hero .page-hero-scrim,
  .area-hub-hero .page-hero-scrim,
  .area-page-hero .page-hero-scrim {
    background:
      linear-gradient(180deg, rgba(20, 18, 16, .46) 0%, rgba(20, 18, 16, 0) 22%),
      linear-gradient(0deg, rgba(20, 18, 16, .7) 0%, rgba(20, 18, 16, .42) 40%, rgba(20, 18, 16, .06) 72%);
  }
  .home-hero h1 { font-size: clamp(1.6rem, 7.4vw, 2rem); max-width: none; }
  .hero-content { padding-block: 5.5rem 2rem; }
  .hero-lede { font-size: 16px; line-height: 1.55; margin-bottom: var(--s-4); }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-trust { margin-top: var(--s-2); }
  .section-head,
  .area-section-head { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: var(--s-6); }
  .question-card-grid { grid-template-columns: 1fr; }
  .question-card { min-height: 0; }
  .property-grid, .process-grid, .form-grid, .theme-grid, .loyalty-quotes { grid-template-columns: 1fr; }
  .property-rail { gap: 4px; grid-template-columns: 1fr; }
  .property-rail .property-media,
  .property-rail .property-card:nth-child(n + 3) .property-media { aspect-ratio: 4 / 3; }
  .property-rail .property-meta { padding: var(--s-6) 16px var(--s-4); }
  .areas-home-grid { gap: var(--s-5); grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .prototype-form { padding: var(--s-4); }
  .review-rail { grid-auto-columns: min(88vw, 100%); }
  .tile-rail-shell.has-controls,
  .review-rail-shell.has-controls { grid-template-columns: repeat(2, max-content) 1fr; justify-content: start; }
  .tile-rail-shell.has-controls .tile-rail,
  .review-rail-shell.has-controls .review-rail { grid-column: 1 / -1; grid-row: 1; }
  .has-controls .tile-rail-step { grid-row: 2; margin-top: 0; }
  .review-card { min-height: 300px; padding: var(--s-4); }
  .page-hero,
  .page-hero-content { min-height: 420px; }
  .page-hero h1 { font-size: clamp(1.6rem, 7.4vw, 2rem); }
  .page-hero-content { padding-bottom: var(--s-5); padding-top: 5.5rem; }
  .page-hero p { font-size: 15px; line-height: 1.5; }
  .path-entry { gap: var(--s-1); grid-template-columns: 1fr; }
  .recognition-stats { gap: var(--s-5); grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .area-nav-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-section,
  .section-pad { padding: var(--s-8) 16px; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opportunity-grid,
  .guide-detail-grid,
  .guide-card-grid,
  .tool-grid,
  .lifestyle-grid,
  .content-grid,
  .topic-grid,
  .answers-cross,
  .community-grid,
  .split-editorial,
  .process-grid-four { grid-template-columns: 1fr; }
  .cta-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .cta-band { padding-block: var(--s-8); }
  .answer-filter { grid-template-columns: 1fr; }
  .answers-nav { gap: 0 var(--s-3); }
  .answers-hero,
  .answers-hero .page-hero-content { min-height: 520px; }
  .section:has(> .about-grid)::after,
  .section:has(> .bio-grid)::after { font-size: 9rem; }
  .cta-grid h2 { font-size: var(--step-2); }
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .text-link,
  .tile-rail-step,
  .question-card strong,
  .question-open,
  .primary-nav a::after,
  .source-list a,
  .footer-column a { transition: background .2s ease, color .2s ease, border-color .2s ease, width .2s ease; }
  .property-media img,
  .community-card img,
  .area-tile img { transition: transform .6s ease; }
  .property-card:hover .property-media img,
  .community-card:hover img,
  .area-tile:hover img { transform: scale(1.03); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header { transition: none; }
}
