:root {
  --ink: #1c2026;
  --paper: #f6f3ee;
  --accent: #b49573;
  --accent-hover: #c7aa8b;
  --muted: #686461;
  --line: #d8cec2;
  --ink-hover: #34373d;
  --champagne: #dbc7ae;
  --stone: #eae4dc;
  --focus: var(--ink);
  --sans: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, summary, select { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; object-fit: cover; }
figure, p, h1, h2, h3, ul, ol, dl { margin: 0; }
button, input, select, fieldset { min-width: 0; }
button:disabled { cursor: not-allowed; opacity: .45; }
.home-hero, .is-home .site-header, .guide-copy, .compare-bar { --focus: var(--champagne); }
.scenario-selector, .mobile-menu nav { --focus: var(--ink); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
::selection { background: var(--accent); color: var(--ink); }
.wrap { width: calc(100% - 96px); max-width: 1320px; margin-inline: auto; }
h1, h2, h3 { font-weight: 600; line-height: 1.07; letter-spacing: -.045em; overflow-wrap: break-word; }
h1 { font-size: clamp(44px, 5vw, 72px); }
h2 { font-size: clamp(34px, 3.5vw, 52px); }
h3 { font-size: 25px; }
em { font-style: normal; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; margin-bottom: 20px; }
.small-note, .section-footnote, .price-note { font-size: 12px; line-height: 1.55; color: var(--muted); }
.section-footnote { max-width: 900px; margin-top: 28px; }
.small-note { margin-top: 16px; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 24px; top: -100px; z-index: 50; padding: 14px 20px; background: var(--accent); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; max-width: 100%; padding: 15px 22px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; line-height: 1.4; text-align: left; transition: background .2s, transform .2s; }
.button:hover { background: var(--ink-hover); }
.button > span[aria-hidden] { flex-shrink: 0; font-size: 20px; font-weight: 400; }
.button-primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--ink-hover); border-color: var(--ink-hover); }
.is-home .desktop-action, .guide-copy .button-primary, .compare-bar .button-primary { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.is-home .desktop-action:hover, .guide-copy .button-primary:hover, .compare-bar .button-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.button-outline { background: transparent; border-color: var(--muted); color: var(--ink); }
.button-outline:hover { background: var(--stone); }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-weight: 600; font-size: 14px; line-height: 1.4; }
.text-link:hover, .text-button:hover { color: var(--muted); }
.text-link > span { font-size: 21px; font-weight: 400; }
.text-button { border: 0; padding: 0; background: none; text-align: left; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 36px; min-height: 104px; }
.wordmark { font-size: 34px; font-weight: 700; letter-spacing: -.08em; line-height: 1; flex-shrink: 0; }
.wordmark > span { color: var(--accent); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 13px; padding-block: 16px; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; }
.desktop-action { margin-left: auto; min-height: 48px; padding: 12px 18px; font-size: 12px; gap: 18px; flex-shrink: 0; }
.mobile-menu { display: none; }
.is-home .site-header { position: absolute; inset: 0 0 auto; color: #fff; border-color: #ffffff38; }
.is-home .wordmark > span { color: var(--champagne); }
.home-hero { position: relative; background: var(--ink); color: #fff; isolation: isolate; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-photo { object-position: center 50%; }
.hero-shade { background: linear-gradient(90deg, #1c2026d6 0%, #1c2026b3 57%, #1c2026a8 100%), linear-gradient(0deg, #1c2026ad, transparent 45%); }
.hero-content { position: relative; min-height: 820px; min-height: clamp(780px, 95svh, 1000px); padding-top: 164px; padding-bottom: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-copy { max-width: 990px; margin-bottom: 45px; }
.hero-copy .eyebrow { color: #fff; display: flex; align-items: center; gap: 10px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.hero-copy h1 { font-size: clamp(52px, 5.5vw, 80px); font-weight: 500; line-height: 1.04; letter-spacing: -.05em; }
.hero-copy h1 > span { color: var(--champagne); }
.hero-description { max-width: 620px; margin-top: 26px; font-size: 17px; line-height: 1.55; color: var(--paper); }
.hero-projects { margin-top: 25px; background: var(--accent); border-color: var(--accent); color: var(--ink); }
.hero-projects:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.hero-link { display: inline-flex; gap: 32px; align-items: center; margin-top: 24px; min-height: 44px; font-size: 13px; }
.hero-link span { font-size: 24px; }
.hero-place { position: absolute; right: 0; bottom: 178px; display: grid; grid-template-columns: 1fr 22px; column-gap: 22px; font-size: 12px; }
.hero-place small { grid-row: 2; font-size: 10px; color: var(--paper); }
.hero-place > span:last-child { grid-column: 2; grid-row: 1 / 3; font-size: 24px; align-self: center; }
.scenario-selector { width: 100%; margin-top: auto; display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; align-items: center; padding: 16px; border-radius: 10px; background: var(--paper); color: var(--ink); gap: 0; }
.scenario-selector label { display: flex; flex-direction: column; min-width: 0; padding: 0 24px; border-right: 1px solid var(--line); }
.scenario-selector label > span, .catalog-filters label { color: var(--muted); font-size: 11px; }
.scenario-selector select { width: 100%; border: 0; background: transparent; color: var(--ink); font-size: 14px; padding: 9px 24px 7px 0; text-overflow: ellipsis; }
.scenario-selector .button { margin-left: 20px; min-height: 62px; }
.section { padding-top: 104px; padding-bottom: 18px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading > div:first-child { min-width: 0; }
.section-heading .eyebrow { color: var(--muted); }
.section-intro, .section-heading-side { max-width: 340px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.section-heading-side .text-link { margin-top: 12px; color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 52px 28px; }
.project-card { display: flex; flex-direction: column; min-width: 0; }
.project-image { display: block; position: relative; overflow: hidden; border-radius: 8px; aspect-ratio: 1.3; background: var(--stone); }
.project-image > img { width: 100%; height: 100%; transition: transform .45s; }
.project-image:hover > img { transform: scale(1.035); }
.image-kind { position: absolute; left: 14px; bottom: 14px; padding: 5px 9px; border-radius: 4px; color: #fff; background: #1c2026d9; font-size: 9px; }
.image-arrow { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--paper); font-size: 24px; color: var(--ink); }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin: 20px 0 10px; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.card-meta > span:last-child { text-align: right; }
.project-card h3 { font-size: 29px; margin-bottom: 14px; letter-spacing: -.035em; }
.card-description { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 24px; }
.card-stage { font-size: 11px; line-height: 1.5; color: var(--muted); margin-bottom: 20px; }
.card-purchase-facts { margin-bottom: 22px; border-top: 1px solid var(--line); }
.card-purchase-facts > div { display: grid; grid-template-columns: minmax(70px,.75fr) minmax(0,1.25fr); gap: 14px; padding-block: 10px; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.45; }
.card-purchase-facts dt { color: var(--muted); }
.card-purchase-facts dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.card-price { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.card-price > span { font-size: 19px; font-weight: 600; letter-spacing: -.025em; }
.card-price .text-link { font-size: 12px; gap: 14px; }
.price-note { margin-top: 4px; font-size: 11px; }
.typographic-cover { height: 100%; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: var(--stone); }
.typographic-cover strong { font-size: 30px; font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.typographic-cover > span { font-size: 12px; }
.region-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.region-card { position: relative; min-width: 0; min-height: 328px; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; overflow: hidden; border-radius: 8px; background: var(--ink); color: #fff; }
.region-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; transition: transform .45s; }
.region-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #1c2026b8 0%, #1c2026a8 20%, #1c202633 45%, #1c2026ed 100%); }
.region-card:hover > img { transform: scale(1.05); }
.region-card-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.region-card-top > span:last-child { font-size: 23px; }
.region-card-body h3 { font-size: 24px; line-height: 1.13; letter-spacing: -.03em; margin-bottom: 12px; }
.region-count { display: block; font-size: 10px; line-height: 1.5; color: var(--paper); }
.approach-section { margin-top: 104px; padding: 88px 0 56px; background: var(--stone); }
.benefits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 52px; margin-top: 56px; }
.benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border: 1px solid var(--accent); border-radius: 50%; font-size: 27px; }
.benefits-grid h3 { max-width: 280px; font-size: 23px; line-height: 1.18; letter-spacing: -.03em; margin-bottom: 16px; }
.benefits-grid p { font-size: 14px; color: var(--muted); max-width: 355px; line-height: 1.65; }
.purchase-benefits { gap: 42px 52px; }
.purchase-benefits .benefit-icon { font-size: 12px; font-weight: 600; }
.purchase-benefits .text-link { font-size: 12px; margin-top: 8px; }
.benefits-terms { border-top: 1px solid var(--line); margin-top: 35px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.benefits-terms p { max-width: 750px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.benefits-terms .text-link { flex: 0 0 270px; font-size: 12px; }
.home-guides .strategy-links { padding-top: 0; margin-top: 0; border-top: 0; align-items: center; }
.home-guides h2 { font-size: clamp(30px,3vw,44px); }
.home-guides p:not(.eyebrow) { margin-top: 22px; max-width: 470px; font-size: 14px; line-height: 1.65; color: var(--muted); }
.strategy-links { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding-top: 50px; margin-top: 60px; border-top: 1px solid var(--line); }
.strategy-links h3 { font-size: 24px; }
.strategy-links .eyebrow { margin-bottom: 12px; color: var(--muted); }
.strategy-link-list a { min-height: 62px; display: grid; grid-template-columns: 28px 1fr 24px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); font-size: 15px; }
.strategy-link-list a:first-child { border-top: 1px solid var(--line); }
.strategy-link-list a:hover { background: var(--paper); }
.strategy-number { font-size: 11px; color: var(--muted); }
.strategy-link-list a > span:last-child { font-size: 25px; }
.guide-panel { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; border-radius: 12px; overflow: hidden; }
.guide-art { padding: 54px 30px 30px; background: var(--stone); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 42px; min-width: 0; }
.guide-book { display: flex; flex-direction: column; width: 300px; max-width: 88%; background: var(--paper); color: var(--ink); transform: rotate(-5deg); box-shadow: -7px 4px 0 var(--accent), 12px 20px 32px #1c202633; padding: 25px 24px 16px; }
.guide-brand { font-size: 19px; font-weight: 700; letter-spacing: -.07em; margin-bottom: 33px; }
.guide-book strong { font-size: 31px; line-height: 1.08; font-weight: 600; letter-spacing: -.045em; }
.guide-subtitle { font-size: 10px; line-height: 1.5; margin: 13px 0 22px; }
.guide-book img { width: calc(100% + 48px); max-width: none; margin-inline: -24px; height: 163px; }
.guide-book-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 7px; letter-spacing: .06em; padding-top: 12px; }
.guide-book-bottom span { font-size: 18px; }
.guide-art-label { color: var(--muted); font-size: 11px; }
.guide-copy { padding: 64px 52px; }
.guide-copy .eyebrow { color: var(--champagne); }
.guide-copy h2 { font-size: clamp(32px,3vw,43px); line-height: 1.13; margin-bottom: 24px; }
.guide-copy > p:not(.eyebrow):not(.small-note) { font-size: 15px; line-height: 1.6; color: var(--stone); }
.guide-topics { list-style: none; padding: 0; margin: 22px 0 28px; }
.guide-topics li { padding: 10px 0 10px 22px; position: relative; border-bottom: 1px solid #ffffff21; font-size: 12px; color: var(--paper); }
.guide-topics li::before { content: "+"; position: absolute; left: 0; color: var(--champagne); }
.guide-copy .small-note { color: var(--champagne); font-size: 11px; max-width: 360px; }
.closing-section { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-block: 96px; }
.closing-section h2 { font-size: clamp(36px,3.4vw,49px); }
.closing-section .button { min-width: 275px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; gap: 64px; padding-block: 45px; }
.footer-top p { font-size: 16px; }
.footer-top .text-link { margin-left: auto; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding: 24px 0 34px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.footer-bottom > span { flex-shrink: 0; }
.footer-bottom p { max-width: 775px; line-height: 1.6; }
/* Catalogue and project pages share the same type and spacing. */
.page-intro, .project-intro, .strategy-intro { padding-top: 64px; padding-bottom: 46px; }
.page-intro .eyebrow, .project-intro .eyebrow, .strategy-intro .eyebrow { color: var(--muted); }
.page-description { max-width: 620px; font-size: 17px; line-height: 1.65; color: var(--muted); margin-top: 26px; }
.breadcrumb { display: inline-flex; min-height: 44px; align-items: center; font-size: 12px; color: var(--muted); margin-bottom: 25px; }
.catalog-section { padding-bottom: 72px; }
.catalog-filters { display: grid; grid-template-columns: 1fr 1fr 1.25fr auto; align-items: end; gap: 22px; background: var(--stone); padding: 24px; border-radius: 10px; }
.catalog-filters label { display: block; min-width: 0; }
.catalog-filters select { display: block; width: 100%; margin-top: 6px; border: 0; border-bottom: 1px solid var(--muted); border-radius: 0; padding: 10px 22px 10px 0; background: transparent; font-size: 13px; color: var(--ink); text-overflow: ellipsis; }
.catalog-filters .button { min-height: 48px; }
.catalog-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0 34px; font-size: 13px; }
.catalog-summary .small-note { margin: 0 0 0 auto; font-size: 11px; max-width: 330px; }
.filter-explanation { font-size: 13px; color: var(--muted); margin-bottom: 30px; }
.compare-check { display: flex; align-items: center; gap: 7px; font-size: 12px; cursor: pointer; min-height: 44px; }
.compare-check input { width: 17px; height: 17px; accent-color: var(--ink); }
.compare-bar { position: sticky; bottom: 18px; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 25px; max-width: 650px; margin: 54px auto 0; padding: 16px 20px; background: var(--ink); color: white; border-radius: 10px; box-shadow: 0 8px 25px #1c202624; }
.compare-bar .eyebrow { margin-bottom: 3px; color: var(--champagne); font-size: 9px; }
.compare-bar p { font-size: 13px; }
.compare-bar .button { flex-shrink: 0; min-height: 46px; font-size: 12px; padding: 11px 16px; gap: 18px; }
.empty-state { padding: 54px; background: var(--stone); border-radius: 10px; grid-column: 1/-1; }
.empty-state h2 { font-size: 36px; margin-bottom: 20px; }
.empty-state p { max-width: 650px; margin-bottom: 24px; color: var(--muted); }
.empty-page { min-height: 60vh; }
.empty-page .button { margin-top: 28px; }
.region-tagline { max-width: 700px; margin-top: 24px; font-size: 19px; line-height: 1.6; color: var(--muted); }
.region-hero img { width: 100%; height: min(48vw,570px); border-radius: 10px; }
.region-hero figcaption, .gallery figcaption { margin-top: 12px; font-size: 11px; color: var(--muted); }
.region-context, .project-overview, .evidence-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; }
.large-copy { font-size: 19px; line-height: 1.65; margin-top: 24px; color: var(--muted); }
.editorial-aside { background: var(--stone); border-radius: 10px; padding: 36px; }
.editorial-aside h3 { font-size: 27px; line-height: 1.17; margin-bottom: 24px; }
.plain-list { list-style: none; padding: 0; }
.plain-list li { font-size: 14px; line-height: 1.7; border-bottom: 1px solid var(--line); padding: 16px 0; }
.plain-list li:first-child { padding-top: 0; }
.plain-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.sources-disclosure { margin-top: 28px; font-size: 12px; color: var(--muted); }
.sources-disclosure summary { padding-block: 10px; }
.sources-disclosure ul { padding-left: 18px; }
.sources-disclosure a { display: inline-block; padding-block: 6px; }
.heading-count { display: inline-block; vertical-align: top; margin-left: 14px; margin-top: 3px; color: var(--muted); font-size: 18px; }
.region-context + .section { padding-bottom: 72px; }
.project-title-row { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.project-title-row > div:first-child { min-width: 0; max-width: 100%; }
.project-title-row h1 { font-size: clamp(44px,4.8vw,68px); overflow-wrap: anywhere; }
.project-location { margin-top: 22px; color: var(--muted); font-size: 13px; }
.project-start-price { max-width: 310px; flex-shrink: 0; padding: 22px 24px; background: var(--stone); border-radius: 8px; }
.project-start-price .eyebrow { font-size: 9px; display: block; margin-bottom: 10px; }
.project-start-price strong { display: block; font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
.project-start-price p { margin-top: 10px; font-size: 11px; line-height: 1.6; color: var(--muted); }
.object-hero { position: relative; }
.object-hero > img { width: 100%; height: min(56vw,660px); border-radius: 10px; }
.object-hero figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; font-size: 11px; color: var(--muted); }
.object-editorial { min-height: 360px; border-radius: 10px; background: var(--stone); display: flex; flex-direction: column; justify-content: space-between; padding: 42px; }
.object-editorial > p { font-size: 52px; letter-spacing: -.04em; line-height: 1.1; overflow-wrap: anywhere; }
.object-editorial > span:last-child { font-size: 14px; }
.project-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.project-actions .button { font-size: 12px; }
.project-facts > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.project-facts > div:first-child { padding-top: 0; }
.project-facts dt { color: var(--muted); }
.project-facts dd { margin: 0; }
.gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; padding-top: 64px; }
.gallery figure:only-child { grid-column: 1/-1; }
.gallery img { width: 100%; max-height: 620px; border-radius: 10px; }
.evidence-section h2 { margin-bottom: 28px; }
.evidence-section .text-link { margin-top: 22px; }
.evidence-section + .section { padding-bottom: 84px; }
.evidence-section:last-child { padding-bottom: 84px; }
.comparison-section { padding-bottom: 80px; }
.comparison-tools { display: flex; align-items: center; gap: 30px; margin-bottom: 25px; font-size: 13px; }
.comparison-tools .text-button { margin-left: auto; font-size: 12px; }
.comparison-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.comparison-1 { grid-template-columns: minmax(0,560px); }
.comparison-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.comparison-project { min-width: 0; }
.comparison-project figure img { width: 100%; aspect-ratio: 1.4; border-radius: 8px; }
.comparison-project figcaption { font-size: 10px; color: var(--muted); margin-top: 10px; }
.comparison-project h2 { font-size: 28px; margin: 23px 0; min-height: 61px; }
.comparison-project dl > div { border-top: 1px solid var(--line); padding: 18px 0; min-height: 95px; }
.comparison-project dt { color: var(--muted); font-size: 11px; margin-bottom: 9px; }
.comparison-project dd { margin: 0; font-size: 14px; }
.comparison-project dd small { display: block; font-size: 11px; color: var(--muted); line-height: 1.6; margin-top: 10px; }
.comparison-project .comparison-price { min-height: 160px; }
.comparison-cover { background: var(--stone); padding: 25px; aspect-ratio: 1.4; border-radius: 8px; font-size: 26px; }
.comparison-note { max-width: 920px; margin-top: 32px; padding: 25px; font-size: 12px; line-height: 1.7; background: var(--stone); border-radius: 8px; }
/* Calculators retain their existing native inputs and client-side models. */
.strategy-title-row { display: grid; grid-template-columns: 1fr 200px; gap: 70px; align-items: center; }
.strategy-title-row > div { min-width: 0; }
.strategy-title-row h1 { max-width: 880px; font-size: clamp(40px,4.6vw,66px); }
.strategy-title-row .text-link { margin-top: 20px; }
.strategy-hero-number { color: var(--accent); font-size: 170px; font-weight: 500; line-height: 1; letter-spacing: -.08em; text-align: right; }
.strategy-reading { display: grid; grid-template-columns: .7fr 1.6fr; gap: 60px; padding-bottom: 70px; padding-top: 30px; }
.strategy-reading h2 { font-size: 36px; }
.reading-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.reading-grid h3 { font-size: 19px; line-height: 1.2; margin-bottom: 18px; letter-spacing: -.02em; }
.reading-grid p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.strategy-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.strategy-checklist .section-intro { margin-top: 26px; }
.numbered-list { padding: 0; list-style: none; counter-reset: questions; }
.numbered-list li { position: relative; padding: 18px 0 18px 38px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.6; counter-increment: questions; }
.numbered-list li::before { content: "0" counter(questions); position: absolute; left: 0; font-size: 11px; color: var(--muted); }
.strategy-next { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 80px; }
.strategy-next h2 { font-size: 40px; }
.notice { padding: 20px; border: 1px solid var(--accent); margin-bottom: 25px; }
.selection-dialog { width: min(560px,calc(100% - 32px)); max-height: calc(100svh - 40px); padding: 44px; border: 0; border-radius: 14px; background: var(--paper); color: var(--ink); overflow-y: auto; }
.selection-dialog::backdrop { background: #1c2026a6; backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 15px; top: 14px; width: 44px; height: 44px; border: 1px solid var(--muted); border-radius: 50%; background: transparent; font-size: 27px; line-height: 1; }
.selection-dialog .eyebrow { font-size: 10px; margin-bottom: 17px; padding-right: 32px; color: var(--muted); }
.selection-dialog h2 { font-size: 43px; }
.selection-dialog > p:not(.eyebrow):not(.small-note) { font-size: 14px; line-height: 1.6; color: var(--muted); margin-top: 20px; }
.dialog-catalog { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px; border-radius: 8px; background: var(--stone); margin-top: 26px; }
.dialog-catalog small { display: block; font-size: 9px; letter-spacing: .05em; color: var(--muted); margin-bottom: 8px; }
.dialog-catalog strong { display: block; font-size: 18px; line-height: 1.25; font-weight: 500; letter-spacing: -.025em; }
.dialog-catalog > span:last-child { font-size: 26px; }
.dialog-choices { margin-block: 14px 24px; }
.dialog-choices a { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 55px; padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 13px; }
.dialog-choices a > span:last-child { font-size: 23px; }
.dialog-guide { width: 100%; }
.selection-dialog .small-note { font-size: 11px; }
/* Audience pages and crawlable navigation share the Apart Pro palette. */
.breadcrumbs { padding-top: 30px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 14px; list-style: none; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: 14px; color: var(--accent); }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs + .page-intro, .breadcrumbs + .project-intro, .breadcrumbs + .strategy-intro { padding-top: 38px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px 32px; padding-bottom: 30px; font-size: 12px; }
.footer-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.audience-hero { display: grid; grid-template-columns: 1.55fr 1fr; align-items: center; gap: 70px; padding-top: 54px; padding-bottom: 32px; }
.audience-hero-copy h1 { font-size: clamp(46px, 4.4vw, 68px); }
.audience-hero-copy h1 em { color: #8a6c4d; }
.audience-hero-copy .eyebrow { color: var(--muted); }
.audience-lead { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.65; margin-top: 30px; }
.audience-hero-copy .button { margin-top: 30px; }
.entry-budget, .developer-formats { padding: 40px; background: var(--ink); color: var(--paper); border-radius: 9px; --focus: var(--champagne); }
.entry-budget .eyebrow, .developer-formats .eyebrow { color: var(--champagne); }
.entry-budget strong { display: block; font-size: clamp(42px, 4vw, 58px); line-height: 1.1; font-weight: 500; letter-spacing: -.05em; margin-bottom: 26px; }
.entry-budget p, .developer-formats > p:last-child { font-size: 13px; line-height: 1.65; color: #d6d1ca; }
.entry-budget-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ffffff30; margin-top: 45px; padding-top: 24px; font-size: 12px; }
.entry-budget-bottom > span { font-size: 26px; color: var(--champagne); }
.developer-formats ul { list-style: none; padding: 0; margin-bottom: 24px; }
.developer-formats li { display: flex; align-items: baseline; gap: 16px; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; border-bottom: 1px solid #ffffff30; padding-block: 19px; }
.developer-formats li:first-child { padding-top: 4px; }
.developer-formats li span { font-size: 10px; letter-spacing: .04em; color: var(--champagne); }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); }
.value-grid article { padding: 32px 28px 40px 0; border-bottom: 1px solid var(--line); }
.value-grid article:not(:nth-child(3n+1)) { padding-left: 28px; border-left: 1px solid var(--line); }
.card-number { display: block; color: #8a6c4d; font-size: 11px; letter-spacing: .05em; margin-bottom: 30px; }
.value-grid h3 { font-size: 25px; line-height: 1.15; margin-bottom: 22px; }
.value-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.value-grid p.benefit-condition { color: var(--ink); margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; }
.value-next { background: var(--stone); }
.value-next .text-link { margin-top: 26px; }
.operator-roles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.operator-roles article { padding: 30px; background: var(--stone); border-radius: 8px; }
.operator-roles h3 { margin-bottom: 20px; }
.operator-roles p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.operator-roles .text-link { margin-top: 20px; font-size: 12px; }
.purchase-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.purchase-options article { padding: 30px; background: var(--stone); border: 1px solid var(--line); border-radius: 8px; min-width: 0; }
.purchase-options h3 { margin-bottom: 18px; font-size: 27px; }
.purchase-options p { font-size: 14px; line-height: 1.65; }
.purchase-options .lot-area { display: block; margin-bottom: 12px; color: var(--muted); font-size: 13px; }
.purchase-options .lot-price { display: block; margin-bottom: 18px; font-size: 30px; line-height: 1.15; font-weight: 600; letter-spacing: -.04em; }
.offer-source { margin-top: 26px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.offer-source summary { cursor: pointer; color: var(--ink); padding-block: 14px; }
.offer-source a { text-decoration: underline; text-underline-offset: 3px; }
.investor-strategies .strategy-link-list { max-width: 900px; margin-left: auto; }
.sales-process { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; padding: 0; gap: 34px; }
.sales-process li { padding-top: 25px; border-top: 1px solid var(--line); }
.sales-process h3 { font-size: 23px; margin-bottom: 15px; }
.sales-process p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.keyport-section { margin-top: 104px; padding-block: 80px; background: var(--ink); color: var(--paper); --focus: var(--champagne); }
.keyport-section .eyebrow, .keyport-section .card-number { color: var(--champagne); }
.keyport-section .section-intro { color: #d6d1ca; }
.keyport-capabilities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px; }
.keyport-capabilities article { border-top: 1px solid #ffffff30; padding-top: 30px; }
.keyport-capabilities h3 { font-size: 32px; font-weight: 500; }
.keyport-capabilities p { max-width: 510px; font-size: 15px; line-height: 1.65; margin-top: 25px; color: #d6d1ca; }
.keyport-capabilities .text-link { margin-top: 22px; color: var(--champagne); }
.keyport-capabilities .text-link:hover { color: white; }
.keyport-note { margin-top: 46px; max-width: 850px; font-size: 12px; line-height: 1.6; color: #d6d1ca; }
.partnership-section { display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; }
.partnership-section .section-intro { margin-top: 26px; max-width: 410px; }
.partnership-section .numbered-list { padding-top: 0; }
.partnership-section .numbered-list strong { font-weight: 600; color: var(--ink); }
.audience-next { display: flex; align-items: center; justify-content: space-between; gap: 70px; border-top: 1px solid var(--line); margin-top: 104px; padding-block: 58px; }
.audience-next > div:first-child { max-width: 720px; }
.audience-next > div > p:not(.eyebrow) { max-width: 575px; margin-top: 25px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.audience-next-actions { flex: 0 0 295px; }
.audience-next-actions .button { width: 100%; }
.audience-next-actions .text-link { margin-top: 15px; }
.audience-intro { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.audience-intro-card { display: flex; flex-direction: column; align-items: flex-start; padding: 40px; background: var(--stone); border-radius: 8px; }
.audience-intro-card:last-child { background: var(--ink); color: var(--paper); --focus: var(--champagne); }
.audience-intro-card h2 { font-size: 32px; }
.audience-intro-card p:not(.eyebrow) { font-size: 14px; line-height: 1.65; max-width: 450px; margin-block: 25px; }
.audience-intro-card .text-link { margin-top: auto; }
.audience-intro-card:hover .text-link { text-decoration: underline; text-underline-offset: 6px; }
@media (max-width: 1150px) {
  .audience-hero { gap: 40px; }
  .entry-budget, .developer-formats { padding: 30px; }
  .audience-hero-copy h1 { font-size: 50px; }
  .audience-lead { font-size: 16px; }
  .value-grid h3 { font-size: 23px; }
  .audience-next { gap: 40px; }
  .operator-roles { gap: 20px; }
  .operator-roles article { padding: 24px; }
}
@media (max-width: 800px) {
  .audience-hero { grid-template-columns: 1fr; padding-top: 36px; gap: 38px; }
  .audience-hero-copy h1 { font-size: 50px; }
  .entry-budget, .developer-formats { max-width: none; }
  .entry-budget-bottom { margin-top: 26px; }
  .value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .value-grid article:not(:nth-child(3n+1)) { padding-left: 0; border-left: 0; }
  .value-grid article:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--line); }
  .value-grid article { padding-right: 26px; }
  .sales-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .keyport-section { margin-top: 70px; padding-block: 55px; }
  .keyport-capabilities { gap: 30px; }
  .keyport-capabilities h3 { font-size: 28px; }
  .partnership-section { grid-template-columns: 1fr; gap: 35px; }
  .audience-next { flex-direction: column; align-items: flex-start; margin-top: 70px; }
  .audience-next-actions { flex-basis: auto; }
  .audience-intro { gap: 22px; }
  .audience-intro-card { padding: 28px; }
  .audience-intro-card h2 { font-size: 28px; }
  .operator-roles { grid-template-columns: 1fr; }
  .benefits-terms { flex-direction: column; align-items: flex-start; gap: 12px; }
  .benefits-terms .text-link { flex-basis: auto; }
  .card-purchase-facts > div { grid-template-columns: 1fr; gap: 3px; font-size: 11px; }
  .card-purchase-facts dd { text-align: left; }
}
@media (max-width: 600px) {
  .breadcrumbs { padding-top: 24px; font-size: 10px; }
  .breadcrumbs + .page-intro, .breadcrumbs + .project-intro, .breadcrumbs + .strategy-intro { padding-top: 30px; }
  .audience-hero-copy h1 { font-size: 41px; }
  .audience-lead { font-size: 15px; margin-top: 24px; }
  .entry-budget, .developer-formats { padding: 28px; }
  .entry-budget strong { font-size: 46px; }
  .value-grid, .sales-process, .keyport-capabilities, .audience-intro { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article:not(:nth-child(3n+1)), .value-grid article:nth-child(even) { padding: 27px 0 32px; border-left: 0; }
  .value-grid .value-next { padding: 27px 24px 32px; }
  .value-grid .card-number { margin-bottom: 20px; }
  .value-grid h3 { font-size: 27px; }
  .sales-process { gap: 28px; }
  .sales-process li { display: flex; gap: 20px; }
  .sales-process .card-number { flex: 0 0 24px; padding-top: 3px; }
  .keyport-capabilities { gap: 34px; }
  .keyport-capabilities h3 { font-size: 30px; }
  .keyport-note { margin-top: 30px; }
  .audience-next { margin-top: 56px; padding-block: 40px; }
  .audience-next h2 { font-size: 34px; }
  .audience-next-actions { width: 100%; }
  .audience-intro-card { padding: 30px 26px; }
  .footer-nav { gap: 18px 26px; font-size: 11px; }
  .purchase-options { grid-template-columns: 1fr; gap: 18px; }
  .purchase-options article { padding: 25px; }
  .purchase-benefits .text-link { grid-column: 2; }
  .card-purchase-facts > div { grid-template-columns: minmax(80px,.75fr) minmax(0,1.25fr); gap: 14px; font-size: 12px; }
  .card-purchase-facts dd { text-align: right; }
}

@media (min-width: 1550px) { .hero-content { padding-top: 180px; }.hero-copy h1 { font-size: 86px; } }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 28px; min-height: 94px; }
  .desktop-nav { display: none; }
  .desktop-action { margin-left: auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { display: flex; gap: 16px; align-items: center; min-height: 44px; font-size: 12px; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { font-size: 25px; }
  .mobile-menu nav { position: absolute; right: 0; top: 57px; display: flex; flex-direction: column; width: min(315px,calc(100vw - 40px)); background: var(--paper); color: var(--ink); padding: 22px; border-radius: 10px; box-shadow: 0 14px 35px #1c202630; }
  .mobile-menu nav > a { padding: 13px 2px; font-size: 14px; }
  .mobile-menu nav .button { margin-top: 14px; font-size: 12px; }
  .hero-content { min-height: 800px; padding-top: 152px; }
  .hero-copy h1 { font-size: 62px; }
  .hero-place { bottom: 166px; }
  .scenario-selector { padding: 14px; grid-template-columns: 1fr 1fr 1.1fr auto; }
  .scenario-selector label { padding-inline: 14px; }
  .scenario-selector select { font-size: 12px; }
  .scenario-selector .button { font-size: 12px; gap: 12px; margin-left: 12px; padding-inline: 14px; }
  .region-card { min-height: 300px; padding: 16px; }
  .region-card-body h3 { font-size: 21px; }
  .guide-copy { padding: 48px 34px; }
  .benefits-grid { gap: 34px; }
  .region-context, .project-overview, .evidence-section, .strategy-checklist { gap: 45px; }
  .catalog-filters { gap: 18px; }
  .project-title-row { gap: 28px; }
  .project-start-price { max-width: 280px; }
  .strategy-reading { grid-template-columns: 1fr; gap: 35px; }
  .strategy-reading h2 br { display: none; }
  .strategy-title-row { grid-template-columns: 1fr 140px; gap: 35px; }
  .strategy-hero-number { font-size: 135px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .hero-content { min-height: 830px; padding-top: 150px; }
  .hero-copy h1 { font-size: 56px; }
  .hero-description { font-size: 16px; }
  .hero-place { position: static; align-self: flex-end; margin-bottom: 28px; }
  .hero-copy { margin-bottom: 20px; }
  .scenario-selector { grid-template-columns: 1fr 1fr; padding: 8px; gap: 2px 0; }
  .scenario-selector label { padding: 10px 14px; }
  .scenario-selector label:nth-child(2) { border-right: 0; }
  .scenario-selector .button { min-height: 58px; margin: 5px 8px 5px 14px; }
  .section { padding-top: 72px; }
  .section-heading { gap: 30px; }
  .section-heading-side, .section-intro { max-width: 280px; font-size: 14px; }
  .project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px 22px; }
  .flagship-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  .flagship-card .project-image { aspect-ratio: .76; }
  .flagship-card h3 { font-size: 23px; }
  .flagship-card .card-meta { flex-direction: column; gap: 4px; font-size: 9px; }
  .flagship-card .card-meta > span:last-child { text-align: left; }
  .flagship-card .card-description { font-size: 12px; }
  .flagship-card .card-price { flex-wrap: wrap; gap: 0; }
  .flagship-card .card-price > span { font-size: 16px; width: 100%; }
  .flagship-card .price-note { font-size: 10px; }
  .region-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
  .region-card { grid-column: span 2; min-height: 270px; }
  .region-card:nth-child(n+4) { grid-column: span 3; }
  .region-card-body h3 { font-size: 24px; }
  .approach-section { margin-top: 72px; padding-top: 64px; }
  .benefits-grid { gap: 26px; margin-top: 42px; }
  .benefits-grid h3 { font-size: 20px; }
  .benefits-grid p { font-size: 12px; }
  .strategy-links { grid-template-columns: 1fr; gap: 22px; }
  .guide-panel { grid-template-columns: .85fr 1.15fr; }
  .guide-art { padding-inline: 20px; }
  .guide-book { max-width: 94%; padding: 20px 16px 14px; }
  .guide-book strong { font-size: 25px; }
  .guide-book img { width: calc(100% + 32px); margin-inline: -16px; height: 150px; }
  .guide-brand { margin-bottom: 26px; }
  .guide-book-bottom { font-size: 5px; }
  .guide-art-label { font-size: 9px; text-align: center; }
  .guide-copy { padding: 40px 26px; }
  .guide-copy h2 { font-size: 33px; }
  .guide-copy > p:not(.eyebrow):not(.small-note) { font-size: 13px; }
  .guide-copy .button { font-size: 12px; padding-inline: 15px; gap: 14px; }
  .closing-section { padding-block: 70px; }
  .closing-section .button { min-width: 230px; font-size: 12px; }
  .footer-top { gap: 28px; flex-wrap: wrap; }
  .footer-top p { font-size: 13px; }
  .footer-top .text-link { font-size: 12px; }
  .footer-bottom { gap: 24px; }
  .page-intro, .project-intro, .strategy-intro { padding-top: 42px; padding-bottom: 36px; }
  .page-description { font-size: 15px; }
  .catalog-filters { grid-template-columns: 1fr 1fr; }
  .catalog-summary .small-note { max-width: 100%; width: 100%; margin-left: 0; }
  .region-context, .project-overview, .evidence-section { grid-template-columns: 1fr; gap: 35px; }
  .large-copy { font-size: 17px; }
  .project-title-row { align-items: start; flex-direction: column; }
  .project-start-price { max-width: 100%; width: 100%; }
  .project-start-price p { max-width: 540px; }
  .comparison-grid { gap: 20px; }
  .comparison-project h2 { font-size: 24px; }
  .comparison-project dd { font-size: 12px; }
  .comparison-project .comparison-price { min-height: 190px; }
  .comparison-tools { flex-wrap: wrap; gap: 14px 22px; }
  .comparison-tools .text-button { margin-left: 0; }
  .comparison-note { font-size: 11px; }
  .strategy-title-row { grid-template-columns: 1fr; }
  .strategy-hero-number { display: none; }
  .strategy-checklist { grid-template-columns: 1fr; gap: 35px; }
  .strategy-next { padding-block: 60px; }
  .strategy-next h2 { font-size: 34px; }
  .strategy-next .button { max-width: 260px; font-size: 12px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 80px; gap: 20px; }
  .wordmark { font-size: 31px; }
  .desktop-action { display: none; }
  .mobile-menu { margin-left: auto; }
  .mobile-menu nav { top: 51px; }
  .hero-content { padding-top: 125px; min-height: 860px; padding-bottom: 20px; }
  .hero-photo { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg,#1c2026c2,#1c2026a8),linear-gradient(0deg,#1c2026c7,transparent 80%); }
  .hero-copy h1 { font-size: clamp(38px,9.8vw,56px); line-height: 1.07; }
  .hero-copy .eyebrow { font-size: 9px; letter-spacing: .06em; gap: 8px; max-width: 280px; margin-bottom: 25px; }
  .hero-description { font-size: 14px; margin-top: 25px; }
  .hero-link { min-width: 205px; min-height: 50px; justify-content: space-between; padding: 12px 18px; border-radius: 7px; background: var(--accent); color: var(--ink); font-size: 13px; font-weight: 600; margin-top: 22px; }
  .hero-link:hover { background: var(--accent-hover); }
  .hero-place { align-self: flex-start; margin-top: auto; margin-bottom: 24px; font-size: 10px; }
  .hero-place small { font-size: 9px; }
  .scenario-selector { margin-top: 0; padding: 6px; }
  .scenario-selector label { padding-inline: 10px; }
  .scenario-selector label > span { font-size: 9px; }
  .scenario-selector select { font-size: 11px; min-height: 38px; padding-right: 12px; }
  .scenario-selector .button { margin-left: 10px; margin-right: 4px; min-height: 59px; padding: 11px; font-size: 11px; gap: 9px; }
  .scenario-selector .button > span:last-child { font-size: 17px; }
  .section { padding-top: 60px; }
  h2 { font-size: 35px; }
  .eyebrow { font-size: 10px; margin-bottom: 17px; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 30px; }
  .section-heading-side, .section-intro { max-width: 100%; font-size: 14px; }
  .section-heading-side .text-link { margin-top: 8px; }
  .project-grid, .flagship-grid { grid-template-columns: 1fr; gap: 36px; }
  .project-image, .flagship-card .project-image { aspect-ratio: 1.2; }
  .project-card h3, .flagship-card h3 { font-size: 29px; }
  .flagship-card .card-meta { flex-direction: row; gap: 10px; font-size: 10px; }
  .flagship-card .card-description { font-size: 14px; }
  .flagship-card .card-price { flex-wrap: nowrap; }
  .flagship-card .card-price > span { font-size: 19px; width: auto; }
  .flagship-card .price-note { font-size: 11px; }
  .region-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .region-card, .region-card:nth-child(n+4) { grid-column: auto; min-height: 250px; padding: 15px; }
  .region-card:last-child { grid-column: 1/-1; min-height: 220px; }
  .region-card-body h3 { font-size: 22px; }
  .region-count { font-size: 9px; }
  .approach-section { margin-top: 60px; padding: 55px 0 40px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .benefits-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 0 22px; }
  .benefit-icon { width: 40px; height: 40px; font-size: 24px; grid-row: 1/3; }
  .benefits-grid h3 { max-width: 100%; font-size: 22px; margin-bottom: 10px; }
  .benefits-grid p { font-size: 13px; }
  .strategy-links { padding-top: 34px; margin-top: 36px; }
  .strategy-links h3 { font-size: 23px; }
  .strategy-link-list a { font-size: 13px; gap: 13px; grid-template-columns: 20px 1fr 20px; }
  .guide-panel { grid-template-columns: 1fr; }
  .guide-art { padding: 42px 30px 27px; gap: 30px; }
  .guide-book { width: 250px; padding: 21px 20px 14px; }
  .guide-brand { font-size: 17px; margin-bottom: 24px; }
  .guide-book strong { font-size: 29px; }
  .guide-book img { width: calc(100% + 40px); margin-inline: -20px; height: 140px; }
  .guide-book-bottom { font-size: 6px; }
  .guide-art-label { font-size: 10px; }
  .guide-copy { padding: 34px 25px; }
  .guide-copy h2 { font-size: 34px; }
  .guide-copy .button { width: 100%; font-size: 13px; }
  .guide-copy .small-note { font-size: 11px; }
  .closing-section { flex-direction: column; align-items: start; gap: 30px; padding-block: 60px; }
  .closing-section h2 { font-size: 36px; }
  .closing-section .button { min-width: 0; width: 100%; font-size: 13px; }
  .footer-top { padding-block: 34px; gap: 20px; }
  .footer-top .wordmark { flex-basis: 100%; }
  .footer-top p { max-width: 150px; }
  .footer-top .text-link { margin-left: auto; font-size: 11px; gap: 8px; }
  .footer-bottom { flex-direction: column; gap: 16px; padding-top: 22px; font-size: 10px; }
  .page-intro h1, .project-title-row h1, .strategy-title-row h1 { font-size: 42px; }
  .page-description { font-size: 14px; margin-top: 22px; }
  .breadcrumb { margin-bottom: 20px; }
  .catalog-filters { padding: 18px; gap: 20px 14px; }
  .catalog-filters select { font-size: 11px; padding-right: 10px; }
  .catalog-filters label { font-size: 10px; }
  .catalog-filters .button { padding-inline: 14px; font-size: 12px; min-height: 47px; gap: 12px; }
  .catalog-summary { font-size: 12px; margin-bottom: 28px; }
  .catalog-summary .text-link { font-size: 12px; }
  .compare-bar { bottom: 10px; gap: 12px; padding: 12px; margin-top: 34px; }
  .compare-bar .eyebrow { display: none; }
  .compare-bar p { font-size: 10px; }
  .compare-bar .button { font-size: 11px; padding-inline: 12px; gap: 9px; }
  .empty-state { padding: 30px 25px; }
  .empty-state h2 { font-size: 31px; }
  .empty-state p { font-size: 14px; }
  .region-tagline { font-size: 16px; }
  .region-hero img { height: 320px; }
  .editorial-aside { padding: 27px; }
  .editorial-aside h3 { font-size: 26px; }
  .large-copy { font-size: 16px; }
  .plain-list li { font-size: 13px; }
  .object-hero > img { height: 370px; }
  .object-hero figcaption { font-size: 9px; }
  .project-facts > div { gap: 24px; font-size: 12px; }
  .project-actions { flex-direction: column; align-items: stretch; }
  .object-editorial { min-height: 300px; padding: 26px; }
  .object-editorial > p { font-size: 40px; }
  .gallery { grid-template-columns: 1fr; padding-top: 42px; }
  .comparison-grid, .comparison-2 { grid-template-columns: 1fr; gap: 42px; }
  .comparison-project h2 { font-size: 30px; min-height: 0; }
  .comparison-project dl > div, .comparison-project .comparison-price { min-height: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; }
  .comparison-project dt { margin-bottom: 0; }
  .comparison-project dd { font-size: 12px; }
  .comparison-tools { font-size: 12px; gap: 12px 20px; }
  .comparison-tools .text-link, .comparison-tools .text-button { font-size: 12px; }
  .strategy-reading { padding-top: 10px; padding-bottom: 50px; }
  .strategy-reading h2 { font-size: 30px; }
  .reading-grid { grid-template-columns: 1fr; gap: 26px; }
  .reading-grid section { padding-top: 20px; border-top: 1px solid var(--line); }
  .reading-grid h3 { font-size: 20px; margin-bottom: 12px; }
  .reading-grid p { font-size: 13px; }
  .numbered-list li { font-size: 13px; }
  .strategy-next { flex-direction: column; align-items: start; gap: 28px; }
  .strategy-next .button { max-width: 100%; }
  .selection-dialog { padding: 42px 25px 28px; }
  .selection-dialog h2 { font-size: 36px; }
  .selection-dialog > p:not(.eyebrow):not(.small-note) { font-size: 13px; }
  .dialog-catalog { padding: 20px; }
  .dialog-catalog strong { font-size: 17px; }
  .dialog-guide { font-size: 12px; padding-inline: 17px; }
}
@media (max-width: 360px) {
  .page-intro h1 { font-size: 34px; }
  .wrap { width: calc(100% - 32px); }
  .hero-content { min-height: 850px; padding-top: 119px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-description { font-size: 13px; }
  .hero-copy .eyebrow { font-size: 8px; }
  .scenario-selector .button { font-size: 10px; padding-inline: 9px; }
  .region-card { padding: 12px; min-height: 235px; }
  .region-card-body h3 { font-size: 19px; }
  .card-price > span { font-size: 17px; }
  .guide-copy { padding-inline: 21px; }
  .guide-copy h2 { font-size: 31px; }
  .guide-copy .button { font-size: 12px; }
  .compare-bar .button > span[aria-hidden] { display: none; }
  .footer-top p { max-width: 125px; }
  .selection-dialog { padding-inline: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none!important; animation: none!important; }
}
@media print {
  @page { size: A4; margin: 14mm; }
  body { background: white; color: #1c2026; font-size: 10pt; }
  .wrap { width: 100%; max-width: none; }
  .site-header, .site-footer, .selection-dialog, .skip-link, .breadcrumb, .strategy-next, .compare-bar, .comparison-tools, .project-actions { display: none!important; }
  .page-intro { padding: 0 0 20pt; }
  .page-intro h1 { font-size: 28pt; }
  .page-description { font-size: 10pt; margin-top: 15pt; }
  .comparison-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16pt; }
  .comparison-1 { grid-template-columns: 1fr; }
  .comparison-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .comparison-project h2 { font-size: 17pt; min-height: 0; }
  .comparison-project dl > div, .comparison-project .comparison-price { display: block; min-height: 0; padding: 9pt 0; break-inside: avoid; }
  .comparison-project dd, .comparison-project dt, .comparison-project dd small { font-size: 8pt; }
  .comparison-note { font-size: 8pt; padding: 14pt; break-inside: avoid; }
}
/* Space between our offers and the separate market reference list. */
.market-heading { margin-top: 72px; }
.audience-hero > * { min-width: 0; }

.hero-budget-note { max-width: 610px; color: var(--champagne); font-size: 14px; line-height: 1.55; margin: 14px 0 16px; }

/* Readable server-rendered investor guides. */
.guide-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); line-height: 1.5; margin-top: 23px; }
.guide-answer { padding: 30px 34px; border-left: 3px solid var(--accent); background: var(--stone); margin-top: 38px; max-width: 1030px; }
.guide-answer .eyebrow { margin-bottom: 14px; }
.guide-answer > p:last-child { font-size: 19px; line-height: 1.6; max-width: 900px; }
.guide-contents { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 25px; font-size: 13px; }
.guide-contents a { padding-block: 8px; border-bottom: 1px solid var(--line); }
.guide-comparison { background: var(--stone); padding-block: 65px; scroll-margin-top: 110px; }
.guide-comparison h2 { max-width: 780px; }
.guide-table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.guide-table { border-collapse: collapse; width: 100%; min-width: 640px; table-layout: fixed; text-align: left; font-size: 14px; line-height: 1.7; }
.guide-table caption { padding: 18px 24px; text-align: left; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--line); }
.guide-table th, .guide-table td { padding: 23px 24px; vertical-align: top; }
.guide-table thead th { font-size: 16px; background: var(--ink); color: var(--paper); font-weight: 500; }
.guide-table tr > :first-child { width: 22%; }
.guide-table tbody th { font-weight: 500; }
.guide-table td { color: var(--muted); }
.guide-table tbody tr + tr { border-top: 1px solid var(--line); }
.guide-comparison .small-note { max-width: 920px; margin-top: 20px; }
.guide-questions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; padding-block: 40px 65px; scroll-margin-top: 110px; }
.guide-questions h2 { font-size: clamp(32px,3.8vw,48px); }
.guide-questions section { padding-block: 25px; border-top: 1px solid var(--line); }
.guide-questions section:first-child { padding-top: 0; border-top: 0; }
.guide-questions h3 { font-size: 20px; line-height: 1.4; margin-bottom: 14px; }
.guide-questions section p { font-size: 14px; line-height: 1.75; color: var(--muted); }
.strategy-guide #checklist { scroll-margin-top: 110px; }
.strategy-guide .strategy-next { border-top: 1px solid var(--line); }
.guide-next-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 23px; }
@media (max-width: 800px) {
  .strategy-guide .strategy-title-row h1 { font-size: clamp(34px,6vw,50px); }
  .guide-questions { grid-template-columns: 1fr; gap: 30px; }
  .guide-answer { padding: 24px; }
  .guide-answer > p:last-child { font-size: 17px; }
  .guide-comparison { padding-block: 48px; }
  .guide-table th, .guide-table td { padding: 20px 18px; }
}
@media (max-width: 520px) {
  .guide-meta { font-size: 11px; }
  .guide-answer { padding: 22px 20px; margin-top: 28px; }
  .guide-answer > p:last-child { font-size: 16px; }
  .guide-contents { font-size: 12px; gap: 10px 18px; }
  .guide-questions { padding-block: 20px 45px; }
  .guide-questions h3 { font-size: 18px; }
}
@media print {
  .guide-contents, .guide-next-actions { display: none; }
  .strategy-guide .strategy-title-row { display: block; }
  .strategy-guide .strategy-hero-number { display: none; }
  .strategy-guide .strategy-title-row h1 { font-size: 25pt; }
  .strategy-guide .strategy-reading, .guide-questions, .strategy-guide .strategy-checklist { display: block; padding-block: 18pt; }
  .strategy-guide h2 { font-size: 19pt; margin-bottom: 15pt; }
  .guide-answer { padding: 12pt; margin-top: 16pt; }
  .guide-answer > p:last-child { font-size: 11pt; }
  .guide-comparison { padding-block: 16pt; }
  .guide-table { min-width: 0; font-size: 9pt; }
  .guide-table th, .guide-table td { padding: 8pt; }
  .guide-table thead th { font-size: 10pt; background: white; color: var(--ink); }
  .guide-table tr, .guide-questions section, .numbered-list li { break-inside: avoid; }
  .guide-questions section { padding-block: 10pt; }
}
