@font-face { font-family: "Libertine Editorial"; src: url("/assets/fonts/libertine-regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Libertine Editorial"; src: url("/assets/fonts/libertine-bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Libertine Editorial"; src: url("/assets/fonts/libertine-italic.woff") format("woff"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Biolinum Sans"; src: url("/assets/fonts/biolinum-regular.woff") format("woff"); font-weight: 400 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Biolinum Sans"; src: url("/assets/fonts/biolinum-bold.woff") format("woff"); font-weight: 700 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Biolinum Sans"; src: url("/assets/fonts/biolinum-italic.woff") format("woff"); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --ink: #1b151b;
  --ink-soft: #544a52;
  --paper: #faf7f2;
  --paper-deep: #f1e9e1;
  --white: #fffdf9;
  --aubergine: #4b153e;
  --plum: #7c2c68;
  --rose: #b86b8e;
  --line: #d9cec5;
  --dark: #160b15;
  --green: #294438;
  --serif: "Libertine Editorial", Georgia, "Times New Roman", serif;
  --sans: "Biolinum Sans", "Segoe UI", Arial, sans-serif;
  --max: 1480px;
  --wide: 1240px;
  --measure: 740px;
  --header: 74px;
  --gutter: clamp(22px, 4vw, 64px);
  --shadow: 0 22px 64px rgba(33, 20, 30, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open,
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button,
input { font: inherit; }
button { color: inherit; }
::selection { background: #e6c7d9; color: var(--dark); }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 1000; background: var(--dark); color: #fff; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); background: rgba(250, 247, 242, .97); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217, 206, 197, .8); }
.nav-shell { width: min(100%, var(--max)); height: 100%; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); line-height: 1; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.site-header nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 30px); }
.site-header nav > a:not(.note-button) { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .035em; text-decoration: none; }
.site-header nav > a:not(.note-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--plum); transition: right .22s ease; }
.site-header nav > a:hover::after,
.site-header nav > a[aria-current="page"]::after { right: 0; }
.site-header nav > a[aria-current="page"] { color: var(--plum); }
.menu-button,
.search-button,
.search-close { appearance: none; border: 0; background: transparent; cursor: pointer; }
.menu-button { display: none; width: 44px; height: 44px; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 23px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: .2s; }
.search-button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; }
.search-button svg { width: 19px; height: 19px; }
.note-button,
.button,
.button-light { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border: 1px solid var(--dark); background: var(--dark); color: #fff !important; font-size: 11px; font-weight: 800; letter-spacing: .105em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.note-button { min-height: 40px; padding: 10px 16px; }
.note-button:hover,
.button:hover { background: var(--plum); border-color: var(--plum); transform: translateY(-1px); }
.button-light { border-color: rgba(255,255,255,.7); background: transparent; }
.button-light:hover { background: #fff; color: var(--dark) !important; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--aubergine); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }
.eyebrow,
.eyebrow-line,
.inset-label { margin: 0 0 10px; color: var(--aubergine); font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.accent-rule,
.section-rule { display: block; width: 44px; height: 2px; margin: 20px 0 24px; background: var(--plum); }
.dek { max-width: 720px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(20px, 2vw, 25px); line-height: 1.44; }

/* Search */
.search-dialog { position: fixed; inset: 0; z-index: 500; padding: max(7vh, 44px) var(--gutter); background: rgba(18, 8, 17, .72); }
.search-panel { position: relative; width: min(780px, 100%); max-height: 84vh; margin: 0 auto; overflow: auto; padding: clamp(28px, 5vw, 48px); background: var(--paper); box-shadow: var(--shadow); }
.search-close { position: absolute; right: 18px; top: 12px; width: 44px; height: 44px; font-size: 31px; line-height: 1; }
.search-panel label { display: block; margin-bottom: 16px; font-family: var(--serif); font-size: clamp(30px, 4vw, 43px); line-height: 1.1; }
.search-panel input,
.archive-tools input { width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.search-results { display: grid; margin-top: 20px; }
.search-empty { margin: 24px 0 0; color: var(--ink-soft); }
.search-result { display: grid; grid-template-columns: 104px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.search-result img { width: 104px; height: 72px; object-fit: cover; }
.search-result strong { display: block; font-family: var(--serif); font-size: 19px; line-height: 1.25; }
.search-result span { color: var(--ink-soft); font-size: 12px; }

/* Homepage */
.home-hero { position: relative; min-height: 560px; overflow: hidden; background: #eee5dd; }
.hero-portrait { position: absolute; inset: 0; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,247,242,.99) 0%, rgba(250,247,242,.98) 38%, rgba(250,247,242,.7) 55%, rgba(250,247,242,0) 74%); }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 1; width: min(100%, var(--max)); min-height: 560px; margin: 0 auto; padding: clamp(72px, 8vw, 108px) var(--gutter) 64px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-copy h1 { max-width: 930px; margin: 0; font-family: var(--serif); font-size: clamp(47px, 5.15vw, 76px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hero-copy > p:not(.founder-line) { max-width: 610px; margin: 0; font-family: var(--serif); font-size: clamp(19px, 1.65vw, 23px); line-height: 1.48; }
.signature-wrap { width: 128px; height: 60px; margin-top: 22px; }
.signature-image { width: 100%; height: 100%; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.founder-line { margin: 1px 0 8px; color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.hero-copy .button { margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 20px; }
.hero-copy .hero-actions .button,
.hero-copy .hero-actions .text-link { margin-top: 0; }
.editorial-lead { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(58px, 7vw, 96px) var(--gutter); }
.lead-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.lead-kicker p { margin: 0; }
.feature-story { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); min-height: 560px; background: var(--white); }
.feature-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(36px, 4vw, 62px); }
.feature-copy .label { margin: 0 0 10px; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.feature-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 3.8vw, 57px); font-weight: 400; letter-spacing: -.026em; line-height: 1.05; }
.feature-copy h2 a { text-decoration: none; }
.feature-dek { margin: 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 26px); line-height: 1.35; }
.feature-copy .text-link { margin-top: auto; padding-top: 24px; }
.feature-image { min-height: 480px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-story:hover .feature-image img { transform: scale(1.015); }
.mini-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1px; background: var(--line); }
.mini-story { min-height: 220px; display: grid; grid-template-columns: 42% 58%; background: var(--paper); }
.mini-story > a:first-child { min-height: 220px; overflow: hidden; }
.mini-story img { width: 100%; height: 100%; object-fit: cover; }
.mini-story > div { padding: clamp(20px, 2.5vw, 30px); }
.mini-story h3 { margin: 5px 0 9px; font-family: var(--serif); font-size: clamp(21px, 2vw, 28px); font-weight: 400; line-height: 1.08; }
.mini-story h3 a { text-decoration: none; }
.mini-story p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.category-band { border-block: 1px solid var(--line); padding: 24px var(--gutter) 16px; text-align: center; }
.category-row { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.category-row a { padding: 12px 14px; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 650; text-decoration: none; }
.category-row a:nth-child(4n) { border-right: 0; }
.category-row a:nth-child(n+5) { border-top: 1px solid var(--line); }
.category-row a:hover { color: var(--aubergine); }
.category-row svg { width: 18px; height: 18px; margin: 0 auto 7px; stroke: currentColor; }
.discovery { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(64px, 8vw, 108px) var(--gutter); }
.discovery > .eyebrow { margin-bottom: 26px; }
.curiosity-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(26px, 4vw, 56px); }
.curiosity-feature { display: grid; grid-template-rows: minmax(330px, 1fr) auto; }
.curiosity-feature img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; background: var(--paper-deep); }
.curiosity-feature > div { padding: 28px 0 0; }
.curiosity-feature h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 3.9vw, 54px); font-weight: 400; letter-spacing: -.02em; line-height: 1.07; }
.curiosity-feature h2 a,
.curiosity-stack h3 a { text-decoration: none; }
.curiosity-stack { display: grid; gap: 0; border-top: 1px solid var(--line); }
.curiosity-stack article { display: grid; grid-template-columns: 38% 62%; min-height: 190px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.curiosity-stack img { width: 100%; height: 100%; min-height: 146px; object-fit: cover; background: var(--paper-deep); }
.curiosity-stack article > div { padding: 4px 0 0 26px; }
.curiosity-stack h3 { margin: 0; font-family: var(--serif); font-size: clamp(23px, 2.3vw, 31px); font-weight: 400; line-height: 1.12; }
.lucca-banner { position: relative; width: min(calc(100% - (2 * var(--gutter))), var(--max)); min-height: 480px; margin: 0 auto; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) 310px; color: #fff; background: var(--dark); }
.lucca-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,8,14,.88), rgba(16,8,14,.54) 58%, rgba(16,8,14,.34)), url('/assets/images/lucca-gate-editorial.webp') center/cover no-repeat; }
.lucca-banner > div { position: relative; z-index: 1; }
.lucca-banner > div:first-child { align-self: center; max-width: 890px; padding: clamp(42px, 6vw, 80px); }
.lucca-banner .eyebrow { color: #eadbe4; }
.lucca-banner h2 { max-width: 840px; margin: 8px 0 16px; font-family: var(--serif); font-size: clamp(39px, 4.8vw, 65px); font-weight: 400; letter-spacing: -.025em; line-height: 1.02; }
.lucca-banner p:not(.eyebrow) { max-width: 680px; }
.lucca-number { align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.4); text-align: center; }
.lucca-number span { font-family: var(--serif); font-size: clamp(100px, 12vw, 168px); letter-spacing: -.08em; line-height: .78; }
.lucca-number strong { display: block; margin-top: 22px; font-size: 21px; letter-spacing: .3em; }
.lucca-number small { display: block; margin-top: 12px; font-size: 10px; letter-spacing: .15em; }
.home-trio { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(62px, 7vw, 92px) var(--gutter); display: grid; grid-template-columns: .85fr .85fr 1.3fr; gap: clamp(22px, 3vw, 42px); }
.home-trio > article { padding-top: 22px; border-top: 2px solid var(--ink); }
.home-trio h2 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(29px, 2.8vw, 39px); font-weight: 400; line-height: 1.12; }
.home-trio p:not(.eyebrow) { color: var(--ink-soft); }
.home-trio .newsletter p:not(.eyebrow) { color: #d9cdd5; }
.question-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); }
.question-mini span { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.category-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.category-pills span,
.filter-bar button { padding: 7px 11px; border: 1px solid var(--line); background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .04em; }

/* Newsletter */
.newsletter { padding: clamp(30px, 4vw, 48px); background: var(--dark); color: #fff; }
.newsletter .eyebrow { color: #e3c9d8; }
.newsletter h2 { margin: 7px 0 11px; font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); font-weight: 400; line-height: 1.08; }
.newsletter p { max-width: 580px; }
.newsletter-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 22px; }
.signup-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.newsletter-form input { min-width: 0; min-height: 50px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 0; background: #fff; color: var(--ink); }
.newsletter-form button { min-height: 50px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.72); background: transparent; color: #fff; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.newsletter-form button:hover { background: #fff; color: var(--dark); }
.newsletter small { display: block; margin-top: 11px; color: #cfc1ca; font-size: 11px; }
.form-status { grid-column: 1 / -1; margin: 0; font-size: 12px; }
.newsletter.compact { padding: 28px; }
.newsletter.compact h2 { font-size: 28px; }
.newsletter.compact .newsletter-form { grid-template-columns: 1fr; }
.start-note { margin-top: 64px; }
.on-dark-eyebrow,
.lucca-footer-note .eyebrow { color: #eadbe4; }
.article-standfirst { max-width: 670px; margin: 18px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
.sources summary { cursor: pointer; color: var(--ink); font-family: var(--serif); font-size: 28px; }
.editorial-gate { background-image: url('/assets/images/lucca-gate-editorial.webp'); }

/* Generic text, archive and trust pages */
.text-hero,
.archive-hero,
.trust-hero,
.about-hero,
.subscribe-page > header { padding: clamp(76px, 9vw, 126px) var(--gutter) clamp(48px, 6vw, 76px); border-bottom: 1px solid var(--line); background: linear-gradient(128deg, var(--paper), #efe5dd); }
.text-hero > *,
.archive-hero > *,
.trust-hero > *,
.subscribe-page > header > * { max-width: 940px; margin-inline: auto; }
.text-hero h1,
.archive-hero h1,
.trust-hero h1,
.about-hero h1,
.subscribe-page h1 { margin: 8px auto 16px; font-family: var(--serif); font-size: clamp(49px, 7vw, 88px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.text-hero .dek,
.archive-hero .dek,
.trust-hero .dek,
.subscribe-page .dek { margin-inline: auto; }
.text-page:not(body),
.legal,
.trust-body { width: min(100%, 900px); margin: 0 auto; padding: clamp(58px, 8vw, 100px) var(--gutter); }
.text-page h2,
.legal h2,
.trust-body h2 { margin: 2.2em 0 .65em; font-family: var(--serif); font-size: clamp(31px, 4vw, 47px); font-weight: 400; letter-spacing: -.02em; line-height: 1.12; }
.text-page h3,
.legal h3,
.trust-body h3 { margin: 2em 0 .6em; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.text-page p,
.legal p,
.trust-body p { max-width: var(--measure); }
.start-grid,
.standards-grid,
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 42px 0; background: var(--line); }
.start-grid article,
.standards-grid article,
.work-grid article { padding: 30px; background: var(--white); }
.start-grid h3,
.standards-grid h3,
.work-grid h3 { margin-top: 0; }
.quote-band,
.contact-band { margin: 48px 0; padding: clamp(30px, 5vw, 54px); background: var(--aubergine); color: #fff; }
.quote-band p { margin: 0; font-family: var(--serif); font-size: clamp(27px, 4vw, 44px); line-height: 1.18; }
.contact-band h2 { margin-top: 0; }
.six-questions { display: grid; grid-template-columns: repeat(2, 1fr); margin: 38px 0; border-top: 1px solid var(--line); }
.six-questions span { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 21px; }
.six-questions span:nth-child(odd) { padding-right: 26px; }
.archive-page:not(body),
body.archive-page main { width: min(100%, var(--max)); margin: 0 auto; padding: 0 var(--gutter) 96px; }
.archive-tools { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 32px 0; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-bar button { cursor: pointer; }
.filter-bar button[aria-pressed="true"] { border-color: var(--aubergine); background: var(--aubergine); color: #fff; }
.archive-grid,
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 38px); }
.archive-empty { margin: 24px 0 0; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); background: var(--white); color: var(--ink-soft); font-family: var(--serif); font-size: 24px; text-align: center; }
.story-card { display: flex; flex-direction: column; border-top: 1px solid var(--ink); background: transparent; }
.story-image { display: block; aspect-ratio: 16 / 10; margin-top: 12px; overflow: hidden; background: var(--paper-deep); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.story-card:hover .story-image img { transform: scale(1.018); }
.story-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 21px 0 0; }
.story-copy h3 { margin: 6px 0 10px; font-family: var(--serif); font-size: clamp(25px, 2.4vw, 34px); font-weight: 400; line-height: 1.1; }
.story-copy h3 a { text-decoration: none; }
.story-copy > p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 14px; }
.story-copy .text-link { margin-top: auto; padding-top: 10px; }
.story-card.small .story-copy h3 { font-size: 25px; }
.empty-list { padding: clamp(38px, 6vw, 72px); border: 1px solid var(--line); background: var(--white); text-align: center; }
.empty-list h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.subscribe-page { min-height: 70vh; }
.subscribe-page > .newsletter { width: min(calc(100% - 44px), 860px); margin: 64px auto 92px; }
.subscribe-intro { width: min(100%, 920px); margin: 0 auto; padding: clamp(58px, 7vw, 88px) var(--gutter) 0; }
.subscribe-intro h2 { font-family: var(--serif); font-size: clamp(31px, 4vw, 45px); font-weight: 400; line-height: 1.12; }

.trust-hero { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); align-items: stretch; padding: 0; }
.trust-hero > div { align-self: center; max-width: none; padding: clamp(58px, 7vw, 100px) var(--gutter); }
.trust-hero > img { width: 100%; max-width: none; height: 100%; min-height: 460px; object-fit: cover; background: var(--paper-deep); }
.trust-page main > .six-questions { width: min(100%, 1100px); margin: 64px auto 0; padding: 0 var(--gutter); grid-template-columns: repeat(3, 1fr); }
.trust-page main > .six-questions article { min-height: 160px; padding: 26px; border-bottom: 1px solid var(--line); }
.trust-page main > .six-questions article span { display: block; padding: 0; border: 0; color: var(--plum); font-family: var(--serif); font-size: 36px; }
.trust-page main > .six-questions article h3 { margin: 10px 0 0; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.2; }
.trust-page main > .empty-list { width: min(calc(100% - (2 * var(--gutter))), 1100px); margin: 64px auto 0; }
.review-queue { width: min(calc(100% - (2 * var(--gutter))), 1100px); margin: 24px auto 64px; padding: clamp(32px, 5vw, 54px); background: var(--aubergine); color: #fff; }
.review-queue-intro { max-width: 720px; }
.review-queue .eyebrow { color: #ead7e2; }
.review-queue h2 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 50px); font-weight: 400; line-height: 1.08; }
.review-queue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: rgba(255,255,255,.26); }
.review-queue-grid article { position: relative; min-height: 280px; padding: 28px; background: var(--aubergine); }
.review-queue-grid article > span { color: #d4b9ca; font-family: var(--serif); font-size: 42px; }
.review-queue-grid h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.08; }
.review-queue-grid small { display: block; margin-top: 24px; color: #d9c8d3; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.test-proof .story-grid { grid-template-columns: repeat(4, 1fr); }
.test-proof .story-copy h3 { font-size: clamp(23px, 2vw, 29px); }
.trust-page main > .newsletter { width: min(calc(100% - (2 * var(--gutter))), 1100px); margin: 0 auto 96px; }

/* About and founder positioning */
.about-hero { position: relative; min-height: 560px; overflow: hidden; padding: 0; display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); background: #eee4dc; }
.about-hero-copy { align-self: center; padding: clamp(56px, 7vw, 106px) var(--gutter); }
.about-hero h1 { margin-inline: 0; }
.about-hero-copy > p:last-child { max-width: 620px; font-family: var(--serif); font-size: 23px; }
.about-portrait { min-height: 560px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.about-body { width: min(100%, 1140px); margin: 0 auto; padding: clamp(62px, 8vw, 110px) var(--gutter); }
.about-body > section { display: grid; grid-template-columns: minmax(190px, .33fr) minmax(0, .67fr); gap: clamp(34px, 6vw, 90px); padding: clamp(42px, 5vw, 68px) 0; border-top: 1px solid var(--line); }
.about-body > section:first-child { padding-top: 0; border-top: 0; }
.about-body h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 47px); font-weight: 400; letter-spacing: -.02em; line-height: 1.1; }
.about-body .copy p:first-child { margin-top: 0; }
.about-body .short-version { background: var(--white); padding: clamp(30px, 5vw, 56px); }
.about-body .short-version h2 { font-size: 18px; font-family: var(--sans); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.founder-cta-grid { width: min(100%, 1140px); margin: 0 auto; padding: 0 var(--gutter) 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: transparent; }
.founder-cta-grid > section { padding: clamp(32px, 5vw, 54px); border-top: 1px solid var(--line); background: var(--white); }
.founder-cta-grid h2 { margin: 6px 0 14px; font-family: var(--serif); font-size: clamp(31px, 4vw, 45px); font-weight: 400; letter-spacing: -.02em; line-height: 1.1; }
.founder-cta-grid .newsletter { background: var(--dark); }

/* Article system */
.reading-progress { position: fixed; top: var(--header); left: 0; right: 0; z-index: 110; width: 100%; height: 2px; overflow: hidden; appearance: none; border: 0; background: transparent; pointer-events: none; }
.reading-progress::-webkit-progress-bar { background: transparent; }
.reading-progress::-webkit-progress-value { background: var(--plum); }
.reading-progress::-moz-progress-bar { background: var(--plum); }
.article-page { overflow-x: clip; }
.article-hero { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); min-height: 540px; background: var(--white); }
.article-hero-copy { align-self: center; padding: clamp(52px, 6vw, 90px) var(--gutter); }
.article-hero h1 { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(44px, 5.5vw, 76px); font-weight: 400; letter-spacing: -.038em; line-height: .98; }
.article-hero .dek { margin-bottom: 18px; }
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; margin: 22px 0 0; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.byline time { color: var(--ink-soft); }
.article-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; }
.article-actions a,
.article-actions button { padding: 0; border: 0; background: none; color: var(--aubergine); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.article-hero-art { position: relative; min-height: 430px; overflow: hidden; background: var(--paper-deep); }
.article-hero-art > img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-split { display: grid; grid-template-columns: 1fr 1fr; }
.article-shell { width: min(100%, var(--wide)); margin: 0 auto; padding: clamp(64px, 8vw, 108px) var(--gutter); }
article.article > .article-layout { width: min(100%, var(--wide)); margin: 0 auto; padding: clamp(64px, 8vw, 108px) var(--gutter); }
.article-layout { display: grid; grid-template-columns: minmax(0, var(--measure)) minmax(240px, 310px); justify-content: space-between; gap: clamp(58px, 8vw, 118px); }
.article-body { min-width: 0; }
.article-body > p,
.article-body > ul,
.article-body > ol { max-width: var(--measure); }
.article-body > p:first-child:not(.eyebrow-line) { margin-top: 0; font-family: var(--serif); font-size: 24px; line-height: 1.5; }
.article-body h2 { margin: 2.05em 0 .68em; font-family: var(--serif); font-size: clamp(31px, 3.8vw, 45px); font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
.article-body h3 { margin: 1.9em 0 .55em; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.2; }
.article-body p { margin: 0 0 1.45em; }
.article-body .eyebrow-line { margin: 2.8em 0 .7em; }
.short-emphasis { font-family: var(--serif); font-size: 27px; line-height: 1.32; }
.pullquote { margin: clamp(42px, 6vw, 68px) 0; padding: 8px 0 8px clamp(24px, 4vw, 46px); border-left: 3px solid var(--plum); color: var(--aubergine); font-family: var(--serif); font-size: clamp(29px, 4.2vw, 48px); line-height: 1.15; }
.stat-grid { display: grid; gap: 1px; margin: 38px 0; background: var(--line); }
.stat-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.stat-cell { padding: clamp(28px, 4vw, 46px); background: var(--white); color: var(--aubergine); font-family: var(--serif); font-size: clamp(21px, 3vw, 31px); line-height: 1.25; }
.table-wrap { max-width: 100%; margin: 38px 0; overflow-x: auto; }
.table-wrap table { width: 100%; border-collapse: collapse; }
.table-wrap th,
.table-wrap td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table-wrap th { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-callout,
.article-punch { margin: 38px 0; padding: clamp(28px, 5vw, 48px); background: var(--paper-deep); }
.article-callout h2,
.article-punch h2 { margin-top: 0; }
.article-punch { background: var(--aubergine); color: #fff; }
.source-paragraph,
.sources { margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; line-height: 1.58; }
.sources h2 { margin-top: 0; color: var(--ink); font-size: 30px; }
.source-links { padding-left: 18px; }
.source-links li { margin-bottom: 10px; }
.article-rail { position: sticky; top: calc(var(--header) + 28px); align-self: start; }
.article-rail > * + * { margin-top: 18px; }
.article-rail > * { position: static; }
.rail-card { padding: 24px 0; border-block: 1px solid var(--line); }
.rail-card p:not(.eyebrow) { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.4; }
.article-inline-note { margin: 58px 0; }
.related-stories { width: min(100%, var(--max)); margin: 0 auto; padding: 0 var(--gutter) clamp(78px, 9vw, 120px); }
.related-stories > h2 { margin: 7px 0 28px; font-family: var(--serif); font-size: clamp(35px, 4vw, 51px); font-weight: 400; }

/* Evidence-led article art */
.evidence-visual { width: 100%; height: 100%; min-height: 430px; display: grid; place-items: center; padding: clamp(28px, 5vw, 64px); background: var(--aubergine); color: #fff; text-align: center; }
.evidence-visual strong { display: block; font-family: var(--serif); font-size: clamp(76px, 11vw, 154px); font-weight: 400; letter-spacing: -.07em; line-height: .8; }
.evidence-visual span { display: block; margin-top: 22px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.evidence-visual small { display: block; max-width: 470px; margin-top: 16px; font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.pill-visual { grid-template-columns: 1fr 1fr; gap: 26px; background: #e7ddd8; color: var(--ink); }
.pill-visual > div { display: grid; place-items: center; }
.pill-visual .pill { width: 84px; height: 166px; border-radius: 50px; box-shadow: inset -12px -10px 24px rgba(0,0,0,.15), 0 15px 30px rgba(40,20,30,.12); }
.pill-visual .blue { background: #547ca4; }
.pill-visual .pink { background: #d889a6; }
.pill-visual strong { margin-top: 18px; font-size: clamp(54px, 7vw, 92px); }
.pill-visual small { font-family: var(--sans); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.grocery-visual { background: #31513e; }
.grocery-visual strong { font-size: clamp(82px, 12vw, 162px); }
.grocery-visual .visual-rule { width: 70px; height: 1px; margin: 26px auto 0; background: rgba(255,255,255,.55); }
.good-stuff-visual { background: #ead7cb; color: var(--aubergine); text-align: left; place-items: end start; }
.good-stuff-visual strong { max-width: 620px; font-size: clamp(37px, 5.2vw, 72px); letter-spacing: -.04em; line-height: .96; }

/* Lucca */
.lucca-hero { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; color: #fff; background: var(--dark) center / cover no-repeat; }
.lucca-hero.editorial-gate { background-image: url('/assets/images/lucca-gate-editorial.webp'); }
.lucca-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,9,12,.76), rgba(16,9,12,.18) 65%, rgba(16,9,12,.35)); }
.lucca-hero-overlay,
.lucca-signup { position: relative; z-index: 1; }
.lucca-hero-overlay { align-self: end; padding: clamp(48px, 7vw, 96px) var(--gutter); }
.lucca-hero-overlay .eyebrow { color: #eadfd7; }
.lucca-hero h1 { margin: 4px 0 17px; font-family: var(--serif); font-size: clamp(70px, 10vw, 142px); font-weight: 400; letter-spacing: -.06em; line-height: .76; }
.lucca-hero-overlay > p:not(.eyebrow) { max-width: 620px; font-family: var(--serif); font-size: 23px; line-height: 1.4; }
.lucca-hero time { display: block; margin-top: 28px; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.lucca-signup { align-self: end; margin: 0 var(--gutter) var(--gutter) 0; padding: 34px; background: rgba(255,253,249,.96); color: var(--ink); }
.lucca-signup h2 { margin: 7px 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.12; }
.lucca-signup p { margin: 0; }
.lucca-signup small { display: block; margin-top: 12px; color: var(--ink-soft); }
.lucca-signup .newsletter-form { grid-template-columns: 1fr; }
.lucca-signup .newsletter-form input { border-color: var(--line); background: var(--white); }
.lucca-signup .newsletter-form button { border-color: var(--aubergine); background: var(--aubergine); color: #fff; }
.lucca-signup .newsletter-form button:hover { border-color: var(--dark); background: var(--dark); color: #fff; }
.lucca-body { width: min(100%, 1160px); margin: 0 auto; padding: clamp(68px, 9vw, 118px) var(--gutter); }
.lucca-body .article-lead { width: min(100%, 760px); }
.lucca-body .article-lead > p:first-child { margin-top: 0; font-family: var(--serif); font-size: 27px; }
.apartment-hunt { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: clamp(32px, 5vw, 70px); margin: 80px 0; padding: clamp(34px, 6vw, 70px); background: var(--paper-deep); }
.apartment-copy { align-self: center; }
.apartment-hunt h2 { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(35px, 5vw, 58px); font-weight: 400; line-height: 1.05; }
.apartment-hunt img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.status-lines { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(75,21,62,.2); }
.status-lines p { display: flex; justify-content: space-between; gap: 12px; margin: 8px 0; font-size: 12px; }
.status-lines strong { color: var(--aubergine); }
.lucca-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 72px 0; background: var(--line); }
.inset { padding: clamp(27px, 3vw, 38px); background: var(--white); }
.inset h3 { margin: 24px 0 7px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.15; }
.number-list,
.ledger { margin: 22px 0; }
.number-list > div,
.ledger > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.number-list dt { color: var(--aubergine); font-family: var(--serif); font-size: 33px; }
.number-list dd,
.ledger dd { margin: 0; text-align: right; }
.ledger dt { font-size: 12px; font-weight: 750; }
.dispatches { display: grid; grid-template-columns: .8fr 1.15fr .8fr; min-height: 420px; margin: 72px 0; background: var(--dark); color: #fff; }
.dispatches > div { min-width: 0; }
.dispatches img { width: 100%; height: 100%; object-fit: cover; }
.dispatches > div:nth-child(2) { align-self: center; padding: clamp(32px, 5vw, 58px); }
.dispatches h2 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 52px); font-weight: 400; line-height: 1.08; }
.dispatches .eyebrow { color: #e4cfdc; }
.what-comes-home { margin-top: 72px; padding: clamp(38px, 6vw, 70px); background: var(--paper-deep); }
.what-comes-home h2 { margin: 8px 0 5px; font-family: var(--serif); font-size: clamp(39px, 5vw, 59px); font-weight: 400; }
.home-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 34px 0; background: var(--line); }
.home-cards span { min-height: 110px; padding: 18px; display: grid; place-items: center; background: var(--white); font-family: var(--serif); text-align: center; }
.lucca-footer-note { margin-top: 72px; padding: clamp(40px, 6vw, 68px); background: var(--aubergine); color: #fff; text-align: center; }
.lucca-footer-note h2 { margin: 8px auto 16px; max-width: 760px; font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 400; line-height: 1.08; }
.lucca-footer-note .newsletter-form { width: min(100%, 660px); margin-inline: auto; }
.lucca-footer-note .button-light { margin-top: 18px; }

/* Footer */
.site-footer { background: var(--dark); color: #eee5ec; }
.footer-top { width: min(100%, var(--max)); margin: 0 auto; padding: 58px var(--gutter) 44px; display: grid; grid-template-columns: 1.2fr 1.5fr .3fr; gap: 46px; }
.site-footer .wordmark { color: #fff; }
.footer-top > div:first-child p { margin: 13px 0 0; color: #bfaeb9; font-family: var(--serif); }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 28px; }
.footer-links a { color: #d5c8d1; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-social { display: flex; align-items: flex-start; justify-content: flex-end; gap: 16px; }
.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom { width: min(100%, var(--max)); margin: 0 auto; padding: 18px var(--gutter) 26px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9f919b; font-size: 10px; }

@media (min-width: 1220px) { .hero-copy h1 { white-space: nowrap; } }

@media (min-width: 881px) and (max-width: 1219px) {
  .hero-copy h1 { max-width: 690px; }
}

@media (max-width: 1040px) {
  .article-hero { grid-template-columns: 1fr; }
  .article-hero-copy { order: 2; }
  .article-hero-art { order: 1; min-height: 430px; aspect-ratio: 16 / 9; }
}

@media (max-width: 1100px) {
  .site-header nav { gap: 16px; }
  .site-header nav > a:not(.note-button) { font-size: 11px; }
  .mini-stack { grid-template-columns: 1fr; }
  .mini-story { grid-template-columns: 260px 1fr; }
  .home-trio { grid-template-columns: repeat(2, 1fr); }
  .home-trio .newsletter { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 56px; }
  .lucca-grid { grid-template-columns: 1fr 1fr; }
  .lucca-grid > :last-child { grid-column: 1 / -1; }
  .test-proof .story-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 880px) {
  :root { --header: 66px; }
  .nav-shell { padding-inline: 20px; }
  .menu-button { display: block; order: 3; }
  .site-header nav { position: fixed; left: 0; right: 0; top: var(--header); height: calc(100dvh - var(--header)); padding: 30px 24px 44px; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; background: var(--paper); }
  .site-header nav.open { display: flex; }
  .site-header nav > a:not(.note-button) { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 25px; font-weight: 400; }
  .site-header nav > a:not(.note-button)::after { display: none; }
  .site-header .search-button { order: 8; width: 100%; height: 48px; margin: 18px 0 10px; border: 1px solid var(--line); }
  .site-header .note-button { order: 9; min-height: 50px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .home-hero { min-height: auto; display: grid; grid-template-columns: 1fr; background: var(--paper); }
  .hero-portrait { position: relative; aspect-ratio: 16 / 9; grid-row: 1; }
  .hero-portrait::after { background: linear-gradient(0deg, var(--paper), rgba(250,247,242,0) 38%); }
  .hero-copy { min-height: 0; grid-row: 2; margin-top: -38px; padding-top: 0; padding-bottom: 58px; }
  .hero-copy h1 { max-width: 700px; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-copy { min-height: 480px; }
  .feature-image { min-height: 430px; }
  .curiosity-layout { grid-template-columns: 1fr; }
  .curiosity-stack { margin-top: 16px; }
  .lucca-banner { grid-template-columns: 1fr 190px; }
  .home-trio { grid-template-columns: 1fr; }
  .home-trio .newsletter { grid-column: auto; }
  .archive-grid,
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .start-grid,
  .standards-grid,
  .work-grid { grid-template-columns: 1fr; }
  .trust-hero { grid-template-columns: 1fr; }
  .trust-hero > img { grid-row: 1; min-height: 0; aspect-ratio: 16 / 9; }
  .trust-hero > div { grid-row: 2; }
  .trust-page main > .six-questions { grid-template-columns: repeat(2, 1fr); }
  .review-queue-grid { grid-template-columns: 1fr; }
  .review-queue-grid article { min-height: 0; }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero-copy { order: 2; }
  .article-hero-art { order: 1; min-height: 430px; aspect-ratio: 16 / 9; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .article-rail > * { position: static; margin: 0 !important; }
  .about-hero { min-height: 0; grid-template-columns: 1fr; }
  .about-portrait { grid-row: 1; min-height: 0; aspect-ratio: 16 / 9; }
  .about-portrait img { object-position: center; }
  .about-hero-copy { grid-row: 2; }
  .about-body > section { grid-template-columns: 1fr; gap: 22px; }
  .founder-cta-grid { grid-template-columns: 1fr; }
  .lucca-hero { grid-template-columns: 1fr; min-height: 720px; }
  .lucca-signup { margin: 0 var(--gutter) var(--gutter); }
  .apartment-hunt { grid-template-columns: 1fr; }
  .apartment-hunt img { min-height: 360px; }
  .dispatches { grid-template-columns: 1fr 1.2fr; }
  .dispatches > div:last-child { display: none; }
  .home-cards { grid-template-columns: repeat(2, 1fr); }
  .home-cards span:last-child { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1fr 1.4fr; }
  .footer-social { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero-portrait { aspect-ratio: 1 / 1.02; }
  .hero-portrait img { object-position: 66% center; }
  .hero-copy h1 { font-size: clamp(45px, 14vw, 61px); line-height: .98; }
  .hero-copy > p:not(.founder-line) { font-size: 19px; }
  .feature-copy { min-height: 0; }
  .feature-image { min-height: 330px; }
  .mini-story { grid-template-columns: 1fr; }
  .mini-story > a:first-child { min-height: 210px; }
  .category-row { grid-template-columns: repeat(2, 1fr); }
  .category-row a:nth-child(n) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .category-row a:nth-child(2n) { border-right: 0; }
  .curiosity-stack article { grid-template-columns: 1fr; }
  .curiosity-stack article > div { padding: 20px 0 0; }
  .lucca-banner { width: 100%; grid-template-columns: 1fr; }
  .lucca-banner > div:first-child { padding: 46px 24px; }
  .lucca-number { padding: 42px 20px; border-top: 1px solid rgba(255,255,255,.4); border-left: 0; }
  .lucca-number span { font-size: 116px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .archive-grid,
  .story-grid { grid-template-columns: 1fr; }
  .test-proof .story-grid { grid-template-columns: 1fr; }
  .six-questions { grid-template-columns: 1fr; }
  .six-questions span:nth-child(odd) { padding-right: 0; }
  .trust-page main > .six-questions { grid-template-columns: 1fr; }
  .article-hero-art { min-height: 0; }
  .evidence-visual { min-height: 330px; }
  .article-hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .article-rail { grid-template-columns: 1fr; }
  .stat-grid.cols-2 { grid-template-columns: 1fr; }
  .pill-visual { grid-template-columns: 1fr 1fr; gap: 10px; padding: 24px 14px; }
  .pill-visual .pill { width: 62px; height: 122px; }
  .pill-visual strong { font-size: 51px; }
  .lucca-hero { min-height: 690px; }
  .lucca-hero.editorial-gate { background-position: 38% center; }
  .lucca-hero h1 { font-size: 76px; }
  .lucca-hero-overlay { padding-bottom: 36px; }
  .lucca-signup { margin: 0 20px 20px; padding: 26px; }
  .apartment-hunt img { min-height: 0; aspect-ratio: 16 / 10; }
  .lucca-grid { grid-template-columns: 1fr; }
  .lucca-grid > :last-child { grid-column: auto; }
  .dispatches { grid-template-columns: 1fr; }
  .dispatches > div:first-child { height: 260px; }
  .home-cards { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-social { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .search-result { grid-template-columns: 76px 1fr; }
  .search-result img { width: 76px; height: 58px; }
}

@media (max-width: 740px) and (min-width: 621px) {
  .lucca-banner { grid-template-columns: 1fr; }
  .lucca-number { padding: 42px 20px; border-top: 1px solid rgba(255,255,255,.4); border-left: 0; }
}

@media (max-height: 550px) {
  .search-dialog { padding-block: 12px; }
  .search-panel { max-height: calc(100dvh - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header,
  .site-footer,
  .reading-progress,
  .article-rail,
  .related-stories,
  .article-actions { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .article-hero,
  .article-layout { display: block; }
  .article-hero-art { display: none; }
  .article-shell { width: auto; padding: 0; }
  a { text-decoration: none; }
}

/* Final editorial system — consistent across platforms */
body { font-size: 18px; line-height: 1.62; }
.site-header nav > a:not(.note-button) { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; letter-spacing: .055em; }
.note-button { min-height: 44px; padding-inline: 18px; }
.button,
.button-light { min-height: 48px; padding-inline: 22px; font-size: 12px; }
.text-link { min-height: 32px; margin-top: 20px; font-size: 12px; letter-spacing: .105em; }
.eyebrow,
.eyebrow-line,
.inset-label { font-size: 11px; letter-spacing: .16em; }
.dek { font-size: clamp(23px, 2.1vw, 29px); line-height: 1.38; }
.wordmark { font-size: clamp(24px, 2vw, 30px); letter-spacing: .045em; }

/* Homepage founder introduction */
.home-hero {
  position: relative;
  width: min(100%, var(--max));
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(690px, 1.15fr) minmax(430px, .85fr);
  background: linear-gradient(118deg, #fbf8f3 0%, #f4ede6 100%);
}
.hero-copy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  min-height: 620px;
  margin: 0;
  padding: clamp(72px, 7vw, 106px) clamp(42px, 5vw, 78px);
  justify-content: center;
}
.hero-copy h1 { max-width: 820px; font-size: clamp(50px, 4vw, 62px); line-height: .98; }
.hero-copy > p:not(.founder-line) { max-width: 660px; font-size: clamp(21px, 1.7vw, 25px); line-height: 1.45; }
.hero-portrait {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  min-height: 552px;
  margin: 34px var(--gutter) 34px 0;
  overflow: hidden;
  background: #e9e0d7;
  box-shadow: 0 24px 56px rgba(30, 18, 26, .12);
}
.hero-portrait::after { display: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.signature-wrap { width: 142px; height: 62px; margin-top: 24px; }
.founder-line { max-width: 610px; margin-top: 3px; font-size: 13px; line-height: 1.45; }
.hero-actions { margin-top: 24px; }

/* Homepage editorial architecture */
.editorial-lead { padding-top: clamp(72px, 8vw, 112px); }
.lead-kicker { margin-bottom: 30px; padding-bottom: 16px; }
.feature-story { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 610px; box-shadow: 0 18px 54px rgba(30, 18, 26, .07); }
.feature-copy { padding: clamp(42px, 4.3vw, 68px); }
.feature-copy h2 { font-size: clamp(42px, 4vw, 61px); line-height: 1.02; }
.feature-dek { max-width: 590px; font-size: clamp(21px, 1.8vw, 26px); line-height: 1.4; }
.feature-image { min-height: 540px; }
.mini-stack { gap: 24px; margin-top: 34px; background: transparent; }
.mini-story { min-height: 0; display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--ink); background: transparent; }
.mini-story > a:first-child { min-height: 0; margin-top: 12px; aspect-ratio: 3 / 2; }
.mini-story > div { padding: 24px 0 0; }
.mini-story h3 { font-size: clamp(27px, 2.15vw, 34px); line-height: 1.08; }
.mini-story p:not(.eyebrow) { font-size: 15px; line-height: 1.5; }
.category-band { padding-block: 28px 20px; }
.category-row a { min-height: 58px; display: grid; place-items: center; padding: 15px 18px; font-size: 14px; line-height: 1.25; }
.category-row svg { width: 22px; height: 22px; margin-bottom: 9px; }
.discovery { padding-block: clamp(78px, 8vw, 116px); }
.discovery > .eyebrow { margin-bottom: 32px; }
.curiosity-layout { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(34px, 4.4vw, 66px); }
.curiosity-feature { grid-template-rows: auto auto; }
.curiosity-feature img { min-height: 0; aspect-ratio: 3 / 2; }
.curiosity-feature h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.04; }
.curiosity-stack article { grid-template-columns: 43% 57%; min-height: 218px; padding: 24px 0; }
.curiosity-stack img { min-height: 170px; aspect-ratio: 3 / 2; }
.curiosity-stack article > div { padding-left: 28px; }
.curiosity-stack h3 { font-size: clamp(27px, 2.35vw, 35px); line-height: 1.08; }
.lucca-number { border: 0; background: rgba(16, 8, 14, .38); }
.lucca-number small { font-size: 12px; }
.home-trio { padding-block: clamp(78px, 8vw, 112px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.home-trio > article { padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.home-trust-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.home-trust-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-trust-card:hover .home-trust-image img { transform: scale(1.018); }
.home-trust-copy { padding: clamp(28px, 3.5vw, 46px); }
.home-trio h2 { font-size: clamp(38px, 3.6vw, 52px); line-height: 1.05; }
.home-trio p:not(.eyebrow) { font-size: 17px; }
.question-mini span { padding: 11px 6px 11px 0; font-size: 14px; }
.category-pills span,
.filter-bar button { min-height: 34px; padding: 8px 13px; font-size: 12px; }
.home-trio .newsletter { grid-column: 1 / -1; padding: clamp(42px, 5vw, 64px); }
.home-trio .newsletter h2 { max-width: 760px; font-size: clamp(42px, 4.2vw, 60px); }

/* Start Here — editorial, visual and inviting */
.start-hero {
  width: min(100%, var(--max));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  background: #f0e7df;
}
.start-hero-copy { align-self: center; padding: clamp(62px, 7vw, 108px) clamp(34px, 5vw, 76px); }
.start-hero h1 { margin: 10px 0 16px; font-family: var(--serif); font-size: clamp(64px, 7vw, 96px); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.start-hero .dek { max-width: 570px; margin: 0; color: var(--ink); font-size: clamp(27px, 2.7vw, 37px); line-height: 1.22; }
.start-hero-collage { position: relative; min-height: 640px; overflow: hidden; background: var(--dark); }
.start-shot { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 22px 60px rgba(12, 6, 12, .32); }
.start-shot img { width: 100%; height: 100%; object-fit: cover; }
.start-shot-main { left: 6%; top: 9%; width: 64%; height: 77%; z-index: 2; }
.start-shot-top { right: 4%; top: 7%; width: 34%; height: 39%; }
.start-shot-bottom { right: 5%; bottom: 7%; width: 39%; height: 41%; z-index: 3; }
.start-page .text-page { width: min(100%, 1180px); padding-block: clamp(70px, 8vw, 112px); }
.start-page .text-page > p,
.start-page .text-page > h2 { max-width: 790px; }
.start-intro { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr); align-items: start; gap: clamp(42px, 7vw, 96px); padding-bottom: clamp(44px, 5vw, 68px); border-bottom: 1px solid var(--line); }
.start-intro-copy p { max-width: 780px; margin: 0 0 1.35em; }
.start-intro-copy p:first-child { max-width: 850px; margin-top: 0; font-family: var(--serif); font-size: clamp(24px, 2.25vw, 29px); line-height: 1.4; }
.start-intro-aside { padding: clamp(34px, 4vw, 52px); background: var(--aubergine); color: #fff; }
.start-intro-aside .eyebrow { color: #ead7e2; }
.start-intro-aside blockquote { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(42px, 4.2vw, 59px); line-height: .98; }
.start-page-body > h2 { margin: clamp(64px, 7vw, 92px) 0 18px; padding-top: clamp(34px, 4vw, 54px); border-top: 1px solid var(--line); font-size: clamp(42px, 5vw, 60px); line-height: 1.04; }
.start-page-body > h2#what-we-look-at { margin-top: 0; padding-top: clamp(44px, 5vw, 68px); border-top: 0; }
.start-page-body > p { font-size: 18px; line-height: 1.66; }
.start-pillars { gap: 24px; margin: 44px 0 86px; background: transparent; }
.start-pillars article { padding: 0 0 34px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.start-pillars figure { margin: 0 0 28px; aspect-ratio: 3 / 2; overflow: hidden; }
.start-pillars figure img { width: 100%; height: 100%; object-fit: cover; }
.start-pillars article > :not(figure) { margin-left: 28px; margin-right: 28px; }
.start-pillars h3 { margin-top: 0; font-size: 34px; line-height: 1.05; }
.start-pillars p:not(.eyebrow) { font-size: 16px; line-height: 1.58; }
.start-page .start-grid:not(.start-pillars) { gap: 16px; background: transparent; }
.start-page .start-grid:not(.start-pillars) article { border: 1px solid var(--line); }
.start-page .start-grid:not(.start-pillars) p { font-size: 16px; line-height: 1.58; }
.start-page .quote-band,
.start-page .contact-band { margin-block: clamp(64px, 8vw, 104px); }
.start-page .start-note { margin-top: clamp(72px, 8vw, 112px); }

/* Trust pages and articles */
.trust-hero { width: min(100%, 1320px); grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); min-height: 610px; background: #f2ebe4; }
.trust-hero > div { padding: clamp(58px, 6vw, 92px); }
.trust-hero h1 { margin-inline: 0; font-size: clamp(55px, 5.6vw, 78px); line-height: .95; }
.trust-hero .dek { margin-inline: 0; }
.trust-hero > img { min-height: 610px; }
.trust-page main > .six-questions { margin-top: 78px; }
.trust-page main > .six-questions article { min-height: 188px; padding: 32px; }
.trust-page main > .six-questions article h3 { font-size: 28px; }
.trust-body { width: min(100%, 980px); }
.trust-body p,
.trust-body li { font-size: 18px; line-height: 1.65; }
.trust-body h2 { font-size: clamp(39px, 4.2vw, 52px); }
.empty-list h2 { font-size: clamp(38px, 4.5vw, 54px); }
.review-queue-grid h3 { font-size: 31px; }
.article-body { font-size: 18px; }
.article-body > p:first-child:not(.eyebrow-line) { font-size: 27px; line-height: 1.45; }
.article-hero h1 { font-size: clamp(51px, 5.3vw, 74px); line-height: .98; }
.story-copy > p:not(.eyebrow) { font-size: 15px; }
.newsletter h2 { font-size: clamp(37px, 3.7vw, 51px); }
.newsletter p { line-height: 1.55; }
.newsletter small { font-size: 12px; }

@media (min-width: 1220px) {
  .hero-copy h1 { white-space: nowrap; }
}

@media (max-width: 1179px) {
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { grid-column: 1; grid-row: 1; min-height: 0; padding-bottom: 46px; }
  .hero-copy h1 { max-width: none; white-space: normal; }
  .hero-portrait { grid-column: 1; grid-row: 2; width: min(calc(100% - (2 * var(--gutter))), 760px); min-height: 0; aspect-ratio: 3 / 2; margin: 0 auto 52px; }
  .hero-portrait img { object-position: 65% center; }
}

@media (max-width: 1100px) and (min-width: 881px) {
  .mini-stack { grid-template-columns: 1fr; }
  .mini-story { grid-template-columns: 300px 1fr; }
  .mini-story > a:first-child { aspect-ratio: 3 / 2; }
  .mini-story > div { padding: 26px 0 26px 30px; }
  .curiosity-layout { grid-template-columns: 1fr; }
  .curiosity-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; border-top: 0; }
  .curiosity-stack article { grid-template-columns: 1fr; padding-top: 12px; border-top: 1px solid var(--line); }
  .curiosity-stack article > div { padding: 20px 0 0; }
  .start-pillars { grid-template-columns: 1fr; gap: 30px; }
  .start-pillars article {
    display: grid;
    grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
    padding: 0;
  }
  .start-pillars figure {
    grid-column: 1;
    grid-row: 1 / span 10;
    height: 100%;
    min-height: 500px;
    margin: 0;
    aspect-ratio: auto;
  }
  .start-pillars article > :not(figure) { grid-column: 2; margin-left: 34px; margin-right: 34px; }
  .start-pillars .eyebrow { margin-top: 34px; }
  .start-pillars .text-link { margin-bottom: 34px; }
  .start-pillars article:nth-child(even) figure { grid-column: 2; }
  .start-pillars article:nth-child(even) > :not(figure) { grid-column: 1; }
}

@media (max-width: 880px) {
  body { font-size: 17px; }
  .site-header nav > a:not(.note-button) { min-height: 58px; font-size: 27px; }
  .home-hero { display: grid; }
  .hero-copy { grid-row: 1; margin: 0; padding: 54px var(--gutter) 34px; }
  .hero-portrait { position: relative; grid-row: 2; width: min(calc(100% - (2 * var(--gutter))), 760px); margin: 0 auto 44px; aspect-ratio: 3 / 2; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-copy { min-height: 0; }
  .feature-image { min-height: 0; aspect-ratio: 3 / 2; }
  .article-hero-art { width: 100%; min-height: 0; }
  .home-trio { grid-template-columns: 1fr; }
  .home-trio .newsletter { grid-column: auto; }
  .start-hero { grid-template-columns: 1fr; }
  .start-hero-copy { padding-block: 62px 48px; }
  .start-hero-collage { min-height: 540px; }
  .start-intro { grid-template-columns: 1fr; }
  .start-intro-aside { max-width: 520px; }
  .trust-hero { grid-template-columns: 1fr; min-height: 0; }
  .trust-hero > img { min-height: 0; aspect-ratio: 3 / 2; }
  .trust-hero > div { padding: 54px var(--gutter) 66px; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .wordmark { font-size: 24px; }
  .hero-copy { padding: 48px 22px 30px; }
  .hero-copy h1 { font-size: clamp(47px, 13.7vw, 62px); line-height: .94; }
  .hero-copy > p:not(.founder-line) { font-size: 20px; }
  .hero-portrait { width: calc(100% - 44px); margin-bottom: 38px; aspect-ratio: 4 / 3; }
  .hero-portrait img { object-position: 67% center; }
  .feature-copy h2 { font-size: clamp(39px, 11.4vw, 53px); }
  .mini-story { grid-template-columns: 1fr; }
  .mini-story > div { padding: 22px 0 8px; }
  .category-row a { min-height: 68px; font-size: 14px; }
  .curiosity-feature h2 { font-size: clamp(38px, 10.8vw, 49px); }
  .curiosity-layout,
  .curiosity-stack,
  .curiosity-stack article { min-width: 0; }
  .curiosity-layout { width: 100%; grid-template-columns: minmax(0, 1fr); }
  .curiosity-stack { width: 100%; max-width: 100%; grid-template-columns: minmax(0, 1fr); }
  .curiosity-stack article { width: 100%; max-width: 100%; grid-template-columns: minmax(0, 1fr); }
  .curiosity-stack article > div { padding: 20px 0 0; }
  .curiosity-stack h3 { font-size: 30px; }
  .curiosity-stack img { min-height: 0; aspect-ratio: 3 / 2; }
  .lucca-number { border: 0; }
  .home-trio { padding-inline: 22px; }
  .home-trio h2 { font-size: 39px; }
  .question-mini { grid-template-columns: 1fr; }
  .question-mini span { font-size: 15px; }
  .start-hero-copy { padding: 52px 22px 42px; }
  .start-hero h1 { font-size: 70px; }
  .start-hero .dek { font-size: 29px; }
  .start-hero-collage { min-height: 430px; }
  .start-shot-main { left: 5%; top: 8%; width: 77%; height: 66%; }
  .start-shot-top { right: 3%; top: 5%; width: 35%; height: 32%; }
  .start-shot-bottom { right: 4%; bottom: 6%; width: 51%; height: 39%; }
  .start-page .text-page { padding-inline: 22px; }
  .start-intro-copy p:first-child { font-size: 27px; }
  .start-intro-aside blockquote { font-size: 47px; }
  .start-page-body > h2 { font-size: 42px; }
  .start-pillars { grid-template-columns: 1fr; }
  .start-pillars h3 { font-size: 35px; }
  .trust-hero h1 { font-size: clamp(50px, 13.5vw, 66px); }
  .trust-page main > .six-questions article { min-height: 0; }
  .trust-body p,
  .trust-body li,
  .article-body { font-size: 17px; }
  .newsletter h2 { font-size: 38px; }
}
