/*
 * Drifted North release correction
 * Loaded after styles.css. This file intentionally wins the legacy cascade
 * while the core stylesheet is consolidated in a later maintenance release.
 */

:root {
  --release-shell: 1420px;
  --release-measure: 690px;
  --release-space: clamp(68px, 7vw, 108px);
}

/* Never allow the legacy one-line rule to push type into an image. */
.home .hero-copy h1,
.home .hero-copy h1#home-title {
  max-width: 760px;
  white-space: normal !important;
  overflow-wrap: normal;
  text-wrap: balance;
}

/* Homepage founder introduction: copy and portrait are separate surfaces. */
.home .home-hero {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--release-shell));
  min-height: 620px;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(480px, 44%);
  background: #f7f1eb;
}

.home .hero-copy {
  position: relative;
  inset: auto;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  padding: clamp(66px, 6.5vw, 96px) clamp(40px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(118deg, #fcfaf6 0%, #f4ece4 100%);
}

.home .hero-copy h1 {
  margin: 0;
  font-size: clamp(52px, 4.5vw, 68px);
  line-height: .96;
  letter-spacing: -.042em;
}

.home .hero-copy > p:not(.founder-line) {
  max-width: 590px;
  font-size: clamp(21px, 1.8vw, 25px);
  line-height: 1.42;
}

.home .hero-copy .founder-line {
  max-width: 560px;
  font-size: 13px;
  line-height: 1.45;
}

.home .hero-portrait {
  position: relative;
  inset: auto;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: auto;
  min-width: 0;
  min-height: 556px;
  margin: 32px clamp(28px, 3vw, 44px) 32px 0;
  overflow: hidden;
  aspect-ratio: auto;
  background: #e9dfd5;
  box-shadow: 0 22px 58px rgba(32, 18, 29, .12);
}

.home .hero-portrait::after {
  display: none !important;
  content: none !important;
}

.home .hero-portrait img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% center;
}

/* Investment feature: clear hierarchy, readable setup, no tiny orphan label. */
.home .feature-story {
  position: relative;
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
  min-height: 590px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(30, 18, 26, .07);
}

.home .feature-copy {
  min-width: 0;
  padding: clamp(40px, 4vw, 62px);
}

.home .feature-copy .say-line {
  margin: 6px 0 18px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(25px, 2.15vw, 34px);
  font-style: italic;
  line-height: 1.05;
}

.home .feature-copy .meaning-label {
  margin: 0 0 9px;
  color: var(--plum);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home .feature-copy h2 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(43px, 3.65vw, 55px);
  line-height: 1.01;
  text-wrap: balance;
}

.home .feature-dek {
  max-width: 540px;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.38;
}

.home .feature-image {
  min-height: 590px;
  aspect-ratio: auto;
}

.home .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Wine and discovery: photography and typography never occupy the same layer. */
.home .curiosity-feature {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  overflow: visible;
  background: transparent;
}

.home .curiosity-feature .curiosity-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--paper-deep);
}

.home .curiosity-feature .curiosity-image img,
.home .curiosity-feature > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.home .curiosity-feature > div {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  max-width: none;
  padding: 27px 0 0;
  background: transparent !important;
  color: var(--ink) !important;
  opacity: 1 !important;
}

.home .curiosity-feature h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(39px, 3.65vw, 54px);
  line-height: 1.04;
  text-wrap: balance;
}

.home .curiosity-feature .accent-rule {
  margin-block: 18px 4px;
}

.home .curiosity-stack article {
  position: relative;
  min-width: 0;
}

.home .curiosity-stack article > a:first-child {
  display: block;
  min-width: 0;
  overflow: hidden;
}

/* Lucca: an integrated badge replaces the legacy divided column. */
.home .lucca-banner {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - (2 * var(--gutter))), var(--release-shell));
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  color: #fff;
  background: var(--dark);
}

.home .lucca-banner::before {
  background:
    linear-gradient(90deg, rgba(16, 8, 14, .9) 0%, rgba(16, 8, 14, .67) 52%, rgba(16, 8, 14, .2) 100%),
    url('/assets/images/lucca-gate-editorial.webp') center / cover no-repeat;
}

.home .lucca-banner > div:first-child {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  max-width: none;
  padding: clamp(52px, 6vw, 82px) clamp(38px, 6vw, 82px);
  padding-right: clamp(230px, 25vw, 350px);
}

.home .lucca-banner h2 {
  max-width: 790px;
  font-size: clamp(42px, 4.4vw, 63px);
  line-height: 1.01;
  text-wrap: balance;
}

.home .lucca-number {
  position: absolute;
  right: clamp(26px, 4vw, 56px);
  bottom: clamp(26px, 4vw, 48px);
  z-index: 3;
  width: clamp(164px, 16vw, 220px);
  min-height: 182px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: rgba(22, 11, 21, .74);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

.home .lucca-number span {
  font-size: clamp(84px, 9vw, 124px);
  line-height: .72;
}

.home .lucca-number strong {
  margin-top: 20px;
  font-size: 17px;
}

/* Homepage explanation of the Test -> verdict -> List system. */
.home .home-methods {
  width: min(100%, var(--release-shell));
  margin: 0 auto;
  padding: var(--release-space) var(--gutter);
}

.home .methods-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(30px, 5vw, 74px);
  margin-bottom: clamp(38px, 5vw, 62px);
  padding-bottom: clamp(30px, 4vw, 46px);
  border-bottom: 1px solid var(--ink);
}

.home .methods-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.home .methods-intro h2 {
  max-width: 890px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.5vw, 63px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.02;
  text-wrap: balance;
}

.home .methods-intro > p:last-child {
  max-width: 480px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.58;
}

.home .method-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
}

.home .method-card {
  position: relative;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(160px, 36%) minmax(0, 64%);
  border-block: 1px solid var(--line);
  background: var(--white);
}

.home .method-image {
  display: block;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}

.home .method-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home .method-copy {
  min-width: 0;
  padding: clamp(28px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home .method-copy h3 {
  margin: 6px 0 14px;
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.04;
  text-wrap: balance;
}

.home .method-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.home .method-copy .text-link {
  margin-top: auto;
  padding-top: 22px;
}

.home .method-bridge {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--aubergine);
  background: var(--paper-deep);
  text-align: center;
}

.home .method-bridge span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.home .method-bridge i {
  font-family: var(--serif);
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  transform: rotate(90deg);
}

.home .home-methods-note {
  margin-top: clamp(52px, 6vw, 78px);
  padding: clamp(42px, 5vw, 66px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  grid-template-rows: auto auto auto auto;
  column-gap: clamp(38px, 6vw, 86px);
  align-items: center;
}

.home .home-methods-note > .eyebrow,
.home .home-methods-note > h2,
.home .home-methods-note > p {
  grid-column: 1;
}

.home .home-methods-note > h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  font-size: clamp(39px, 4vw, 56px);
}

.home .home-methods-note .newsletter-form {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  margin: 0;
}

.home .home-methods-note > small {
  grid-column: 2;
  grid-row: 4;
}

/* Compact, useful archive introductions. */
body.archive-page main {
  width: min(100%, var(--release-shell));
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(76px, 8vw, 108px);
}

.archive-page .archive-hero {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: clamp(48px, 5.5vw, 74px) 0 clamp(38px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  border-bottom: 1px solid var(--ink);
  background: transparent;
}

.archive-page .archive-hero > * {
  max-width: none;
  margin-inline: 0;
}

.archive-page .archive-hero .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.archive-page .archive-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 5.3vw, 68px);
  line-height: .98;
  text-wrap: balance;
}

.archive-page .archive-hero > p:not(.eyebrow) {
  max-width: 440px;
  margin: 0 0 3px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.38;
}

.archive-page .archive-tools {
  grid-template-columns: minmax(130px, .22fr) minmax(0, .78fr);
  align-items: center;
  gap: 22px;
  padding: 28px 0 36px;
}

.archive-page .archive-tools label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.archive-page > main > .filter-bar,
.archive-page main > .filter-bar {
  padding: 28px 0 36px;
  border-bottom: 1px solid var(--line);
}

/* Stronger Test/List pages and a shared relationship strip. */
.trust-page .trust-hero {
  width: min(100%, 1320px);
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  background: #f1e8e0;
}

.trust-page .trust-hero > div {
  padding: clamp(58px, 6vw, 88px);
}

.trust-page .trust-hero h1 {
  max-width: 710px;
  margin: 8px 0 18px;
  font-size: clamp(52px, 5vw, 70px);
  line-height: .97;
  text-wrap: balance;
}

.trust-page .trust-hero .dek {
  max-width: 610px;
  margin: 0;
}

.trust-page .trust-hero > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.trust-page .trust-relationship,
.trust-page .relationship-strip {
  width: min(calc(100% - (2 * var(--gutter))), 1100px);
  margin: 0 auto;
  padding: clamp(25px, 3vw, 36px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1px;
  color: var(--ink);
  background: var(--line);
}

.trust-page .trust-relationship > *,
.trust-page .relationship-strip > *,
.trust-page .relationship-step {
  min-width: 0;
  margin: 0;
  padding: 20px 24px;
  background: var(--paper);
}

.trust-page .trust-relationship strong,
.trust-page .relationship-strip strong,
.trust-page .relationship-step strong {
  display: block;
  margin-bottom: 5px;
  color: var(--aubergine);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Current trust-page markup uses the first empty-list as the relationship strip. */
.trust-page .trust-hero + .empty-list {
  width: min(calc(100% - (2 * var(--gutter))), 1100px);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 46px);
  border: 0;
  border-top: 1px solid var(--ink);
  background: var(--paper-deep);
  text-align: left;
}

.trust-page .trust-hero + .empty-list h2 {
  max-width: 850px;
  margin: 5px 0 12px;
  font-size: clamp(35px, 4vw, 49px);
  line-height: 1.06;
  text-wrap: balance;
}

.trust-page .trust-hero + .empty-list > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.58;
}

.trust-page main > .six-questions {
  width: min(100%, 1100px);
  margin: clamp(52px, 6vw, 78px) auto 0;
  padding: 0 var(--gutter);
  gap: 1px;
  background: var(--line);
  border-top: 0;
}

.trust-page main > .six-questions article {
  min-height: 170px;
  padding: clamp(25px, 3vw, 34px);
  border: 0;
  background: var(--paper);
}

.trust-page .trust-body {
  width: min(100%, 940px);
  padding-top: clamp(62px, 7vw, 94px);
}

.trust-page .trust-body > p,
.trust-page .trust-body > ul,
.trust-page .trust-body > ol {
  max-width: var(--release-measure);
}

.trust-page .trust-body > p:first-child {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 29px);
  line-height: 1.45;
}

/* About Jude: scannable proof points and a calmer reading measure. */
.about-hero {
  min-height: 540px;
  grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
}

.about-hero .about-hero-copy {
  padding: clamp(54px, 6vw, 88px) var(--gutter);
}

.about-hero h1 {
  max-width: 730px;
  font-size: clamp(50px, 5.2vw, 72px);
  line-height: .98;
  text-wrap: balance;
}

.about-hero .about-portrait {
  min-height: 540px;
}

.about-hero .about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.founder-facts,
.about-founder-facts {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.founder-facts > *,
.about-founder-facts > * {
  min-width: 0;
  margin: 0;
  padding: clamp(26px, 3vw, 38px);
  background: var(--paper);
}

.founder-facts strong,
.about-founder-facts strong {
  display: block;
  margin-bottom: 9px;
  color: var(--aubergine);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* The released About markup expresses the same facts with review-queue classes. */
.about-hero + .review-queue {
  width: min(calc(100% - (2 * var(--gutter))), 1140px);
  margin: clamp(42px, 5vw, 66px) auto 0;
  padding: clamp(34px, 4.5vw, 54px);
}

.about-hero + .review-queue .review-queue-intro {
  max-width: 850px;
}

.about-hero + .review-queue .review-queue-grid article {
  min-height: 0;
}

.about-body {
  width: min(100%, 1120px);
}

.about-body > section {
  grid-template-columns: minmax(190px, 280px) minmax(0, var(--release-measure));
  justify-content: space-between;
  gap: clamp(34px, 6vw, 86px);
}

.about-body .copy {
  width: 100%;
  max-width: var(--release-measure);
}

/* Full visual modules signal that the complete card is actionable. */
[data-card-href],
.story-card,
.feature-story,
.mini-story,
.curiosity-feature,
.curiosity-stack article,
.method-card,
.lucca-banner {
  cursor: pointer;
}

[data-card-href] img,
.story-card img {
  transition: transform .42s ease, filter .42s ease;
}

[data-card-href]:hover img,
.story-card:hover img {
  transform: scale(1.018);
}

[data-card-href]:focus-within,
.story-card:focus-within {
  outline: 2px solid var(--rose);
  outline-offset: 5px;
}

@media (max-width: 1180px) {
  .home .home-hero {
    grid-template-columns: minmax(0, 54%) minmax(430px, 46%);
  }

  .home .hero-copy h1 {
    font-size: clamp(50px, 5.2vw, 61px);
  }

  .home .feature-story {
    grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  }

  .home .method-card {
    grid-template-columns: 1fr;
  }

  .home .method-image {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 1020px) {
  .home .home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home .hero-copy {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    padding-block: 58px 42px;
  }

  .home .hero-portrait {
    grid-column: 1;
    grid-row: 2;
    width: min(calc(100% - (2 * var(--gutter))), 820px);
    min-height: 0;
    margin: 0 auto 52px;
    aspect-ratio: 3 / 2;
  }

  .home .hero-portrait img {
    object-position: 62% center;
  }

  .home .feature-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home .feature-image {
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .home .feature-copy {
    grid-row: 2;
  }

  .home .methods-intro {
    grid-template-columns: 1fr;
  }

  .home .methods-intro .eyebrow {
    margin-bottom: -4px;
  }

  .home .methods-intro > p:last-child {
    max-width: 680px;
  }

  .home .method-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home .method-card {
    min-height: 0;
    grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
  }

  .home .method-image {
    min-height: 100%;
    aspect-ratio: auto;
  }

  .home .method-bridge {
    min-height: 74px;
    flex-direction: row;
  }

  .home .method-bridge i {
    transform: none;
  }

  .home .home-methods-note {
    grid-template-columns: 1fr;
  }

  .home .home-methods-note > .eyebrow,
  .home .home-methods-note > h2,
  .home .home-methods-note > p,
  .home .home-methods-note .newsletter-form,
  .home .home-methods-note > small {
    grid-column: 1;
    grid-row: auto;
  }

  .home .home-methods-note .newsletter-form {
    margin-top: 22px;
  }

  .archive-page .archive-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .archive-page .archive-hero .eyebrow {
    margin-bottom: 0;
  }

  .archive-page .archive-hero > p:not(.eyebrow) {
    max-width: 640px;
  }

  .trust-page .trust-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .trust-page .trust-hero > img {
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .trust-page .trust-hero > div {
    grid-row: 2;
  }

  .about-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-hero .about-portrait {
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .about-hero .about-hero-copy {
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  :root {
    --release-space: 68px;
  }

  .home .hero-copy {
    padding: 48px 22px 34px;
  }

  .home .hero-copy h1 {
    font-size: clamp(45px, 12.7vw, 59px);
    line-height: .95;
  }

  .home .hero-portrait {
    width: calc(100% - 44px);
    margin-bottom: 40px;
    aspect-ratio: 4 / 3;
  }

  .home .feature-copy {
    padding: 34px 24px 40px;
  }

  .home .feature-copy h2 {
    font-size: clamp(38px, 10.5vw, 49px);
  }

  .home .feature-image {
    aspect-ratio: 4 / 3;
  }

  .home .curiosity-feature h2 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .home .lucca-banner {
    width: 100%;
    min-height: 0;
  }

  .home .lucca-banner > div:first-child {
    padding: 48px 24px 34px;
  }

  .home .lucca-number {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 150px;
    margin: 0 24px 24px;
    padding: 22px;
  }

  .home .lucca-number span {
    font-size: 86px;
  }

  .home .home-methods {
    padding-inline: 22px;
  }

  .home .methods-intro h2 {
    font-size: clamp(38px, 10.8vw, 49px);
  }

  .home .method-card {
    grid-template-columns: 1fr;
  }

  .home .method-image {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .home .method-copy {
    min-height: 330px;
    padding: 28px 24px 34px;
  }

  .home .method-bridge {
    min-height: 68px;
    gap: 10px;
  }

  .home .home-methods-note {
    padding: 36px 24px 40px;
  }

  .home .home-methods-note > h2 {
    font-size: 38px;
  }

  body.archive-page main {
    padding-inline: 22px;
  }

  .archive-page .archive-hero {
    padding-block: 42px 34px;
  }

  .archive-page .archive-hero h1 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .archive-page .archive-tools {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trust-page .trust-hero > div {
    padding: 48px 22px 56px;
  }

  .trust-page .trust-hero h1 {
    font-size: clamp(45px, 12.5vw, 58px);
  }

  .trust-page .trust-relationship,
  .trust-page .relationship-strip {
    width: calc(100% - 44px);
    padding: 0;
    grid-template-columns: 1fr;
  }

  .trust-page .trust-hero + .empty-list {
    width: calc(100% - 44px);
    padding: 30px 24px 34px;
  }

  .trust-page main > .six-questions {
    padding-inline: 22px;
    grid-template-columns: 1fr;
  }

  .about-hero .about-hero-copy {
    padding: 48px 22px 56px;
  }

  .about-hero h1 {
    font-size: clamp(44px, 12vw, 57px);
  }

  .about-hero .about-portrait {
    aspect-ratio: 4 / 3;
  }

  .about-hero .about-portrait img {
    object-position: 67% center;
  }

  .founder-facts,
  .about-founder-facts {
    padding-inline: 22px;
    grid-template-columns: 1fr;
  }

  .about-hero + .review-queue {
    width: calc(100% - 44px);
    margin-top: 34px;
    padding: 30px 24px;
  }

  .about-body {
    padding-inline: 22px;
  }

  .about-body > section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 430px) {
  .home .hero-portrait {
    aspect-ratio: 1 / 1.04;
  }

  .home .hero-portrait img {
    object-position: 65% center;
  }

  .home .method-copy h3 {
    font-size: 34px;
  }

  .home .method-bridge span {
    font-size: 8px;
  }

  .home .method-bridge i {
    font-size: 23px;
  }
}

/* Editorial story system — August 27 refinement.
   Strong lines receive distinct jobs instead of repeating the same box. */
.story-solomon .article-hero,
.story-good-stuff .article-hero,
.story-pill .article-hero {
  min-height: 640px;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
}

.story-solomon .article-hero-art,
.story-good-stuff .article-hero-art,
.story-pill .article-hero-art {
  min-height: 640px;
}

.story-solomon .article-hero-art img {
  object-position: 50% center;
}

.story-good-stuff .article-hero-art img,
.story-pill .article-hero-art img {
  object-position: center;
}

.editorial-contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: clamp(42px, 6vw, 68px) 0;
  padding: 1px;
  background: var(--line);
}

.editorial-contrast > div {
  padding: clamp(28px, 4vw, 44px);
  background: var(--white);
}

.editorial-contrast > div:last-child {
  background: var(--aubergine);
  color: #fff;
}

.editorial-contrast span,
.editorial-flip span,
.recognition-card .eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.editorial-contrast p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.12;
}

.editorial-verdict {
  display: grid;
  gap: 12px;
  margin: clamp(44px, 6vw, 72px) 0;
  padding: clamp(36px, 6vw, 64px);
  border: 0;
  background: var(--aubergine);
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(29px, 4.4vw, 49px);
  line-height: 1.08;
}

.editorial-verdict span,
.editorial-verdict strong {
  display: block;
  font-weight: 400;
}

.editorial-verdict strong {
  color: #e8bfd6;
  font-style: italic;
}

.editorial-verdict-light {
  border-block: 1px solid var(--plum);
  background: transparent;
  color: var(--ink);
}

.editorial-verdict-light strong {
  color: var(--plum);
}

.editorial-verdict-final {
  margin-bottom: 34px;
}

.editorial-instruction,
.practical-card,
.limits-panel,
.recognition-card,
.pill-quiz,
.takeaway-panel {
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(30px, 5vw, 52px);
  background: var(--paper-deep);
}

.editorial-instruction {
  border-left: 4px solid var(--plum);
}

.editorial-instruction h3,
.pill-quiz h2,
.practical-card h2,
.limits-panel h2,
.takeaway-panel h2,
.takeaway-panel h3,
.process-loop h3 {
  margin: 6px 0 18px;
  font-family: var(--serif);
  font-size: clamp(29px, 3.8vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.editorial-instruction .instruction-prompt {
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 23px;
}

.editorial-opening-quote,
.reader-question {
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(28px, 4vw, 46px) 0;
  border-block: 1px solid var(--plum);
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(31px, 4.8vw, 51px);
  line-height: 1.08;
}

.reader-question {
  font-style: italic;
}

.process-loop {
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(30px, 5vw, 52px);
  background: #f0e7de;
}

.process-loop ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 28px 0;
  padding: 1px;
  background: rgba(75, 21, 62, .2);
  list-style: none;
  counter-reset: process;
}

.process-loop li {
  min-width: 0;
  padding: 24px 18px;
  background: #fffaf5;
  counter-increment: process;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.25;
}

.process-loop li::before {
  content: "0" counter(process);
  display: block;
  margin-bottom: 30px;
  color: var(--plum);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.process-loop-compact ol {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0;
}

.editorial-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(34px, 5vw, 56px);
  background: var(--aubergine);
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(24px, 3.5vw, 39px);
  line-height: 1.12;
  text-align: center;
}

.editorial-equation strong {
  color: #e8bfd6;
  font-size: 48px;
  font-weight: 400;
}

.editorial-flip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: clamp(42px, 6vw, 68px) 0;
  padding: 1px;
  background: var(--line);
}

.editorial-flip > div {
  padding: clamp(28px, 4vw, 44px);
  background: var(--paper-deep);
}

.editorial-flip > div:last-child {
  background: #fff;
}

.editorial-flip p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 35px);
  line-height: 1.18;
}

.story-good-stuff .stat-grid {
  border-block: 1px solid var(--plum);
  background: transparent;
}

.story-good-stuff .stat-cell {
  min-height: 138px;
  display: flex;
  align-items: flex-end;
  background: transparent;
  color: var(--aubergine);
  font-size: clamp(27px, 3.5vw, 41px);
}

.takeaway-panel ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.takeaway-panel li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 28px;
  border-top: 1px solid rgba(75, 21, 62, .16);
}

.takeaway-panel li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--plum);
}

.consumer-filter .filter-verdict {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--plum);
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: 25px;
}

.evidence-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(34px, 5vw, 58px);
  background: #ede4df;
  text-align: center;
}

.evidence-comparison > div {
  display: grid;
  justify-items: center;
}

.evidence-comparison strong {
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(66px, 8vw, 104px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .85;
}

.evidence-comparison span {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.evidence-comparison small {
  margin-top: 8px;
}

.evidence-comparison > b {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.evidence-comparison > p {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(75, 21, 62, .18);
}

.color-key {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 36px 0 18px;
  padding: 1px;
  background: var(--line);
}

.color-key > div {
  position: relative;
  min-height: 150px;
  padding: 64px 18px 20px;
  background: #fff;
}

.color-key > div::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  background: var(--cue-color, #fff);
}

.color-key .color-red { --cue-color: #a94048; }
.color-key .color-blue { --cue-color: #557fa7; }
.color-key .color-white { --cue-color: #f7f3ec; }
.color-key .color-green { --cue-color: #5d8168; }
.color-key .color-yellow { --cue-color: #dca944; }

.color-key span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.color-key p {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.2;
}

.color-key-caption {
  color: var(--ink-soft);
  font-size: 14px;
}

.recognition-card strong,
.practical-card > strong {
  display: block;
  margin: 24px 0;
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}

.cross-story-module {
  margin: clamp(52px, 7vw, 82px) 0;
  padding: clamp(34px, 6vw, 64px);
  background: var(--aubergine);
  color: #fff;
}

.cross-story-module .eyebrow {
  color: #e8bfd6;
}

.cross-story-module h2 {
  margin-top: 8px;
}

.cross-story-module .related-inline {
  border-top-color: rgba(255, 255, 255, .25);
}

.cross-story-module a {
  color: #fff;
}

.cue-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
}

.cue-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pill-quiz {
  background: #eee5df;
}

.pill-quiz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 28px 0;
  padding: 1px;
  background: rgba(75, 21, 62, .18);
}

.pill-quiz-grid > div {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: #fff;
}

.pill-quiz-grid strong {
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.pill-quiz-grid span {
  font-size: 12px;
  letter-spacing: .06em;
}

.practical-card {
  border: 1px solid var(--plum);
  background: #fff;
}

.limits-panel {
  border-left: 4px solid var(--ink-soft);
  background: #f2eee9;
}

@media (max-width: 880px) {
  .story-solomon .article-hero,
  .story-good-stuff .article-hero,
  .story-pill .article-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .story-solomon .article-hero-art,
  .story-good-stuff .article-hero-art,
  .story-pill .article-hero-art {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .process-loop ol,
  .process-loop-compact ol,
  .color-key {
    grid-template-columns: 1fr 1fr;
  }

  .color-key > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .editorial-contrast,
  .editorial-flip,
  .editorial-equation,
  .evidence-comparison,
  .pill-quiz-grid,
  .process-loop ol,
  .process-loop-compact ol,
  .color-key {
    grid-template-columns: 1fr;
  }

  .editorial-equation strong {
    transform: rotate(90deg);
  }

  .evidence-comparison > b {
    padding-block: 4px;
  }

  .evidence-comparison > p,
  .color-key > div:last-child {
    grid-column: 1;
  }

  .process-loop li {
    min-height: 0;
  }

  .process-loop li::before {
    margin-bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-card-href] img,
  .story-card img {
    transition: none;
  }
}

/* Editorial hierarchy — August 27 desktop refinement.
   A quieter frame makes the story, evidence, and useful answer easier to follow. */

@media (min-width: 881px) {
  .article-page .article-hero {
    width: min(100%, 1320px);
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    min-height: 430px;
    border-bottom: 1px solid var(--line);
  }

  .article-page .article-hero-copy {
    padding: 42px clamp(42px, 5vw, 68px);
  }

  .article-page .article-hero h1 {
    max-width: 780px;
    margin: 8px 0 14px;
    font-size: clamp(42px, 4.15vw, 60px);
    line-height: 1.01;
  }

  .article-page .article-hero .dek {
    max-width: 660px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.45;
  }

  .article-page .article-hero-art,
  .article-page.story-solomon .article-hero-art,
  .article-page.story-good-stuff .article-hero-art,
  .article-page.story-pill .article-hero-art {
    min-height: 430px;
    max-height: 480px;
  }

  .article-page.story-solomon .article-hero,
  .article-page.story-good-stuff .article-hero,
  .article-page.story-pill .article-hero {
    min-height: 430px;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  }

  .article-page .byline {
    margin-top: 16px;
  }

  .article-page .update-note {
    max-width: 620px;
    margin: 11px 0 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .article-page .article-actions {
    width: fit-content;
    gap: 0;
    margin-top: 16px;
    border: 1px solid var(--line);
  }

  .article-page .article-actions a,
  .article-page .article-actions button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
  }

  .article-page .article-actions > * + * {
    border-left: 1px solid var(--line);
  }

  .article-page .article-actions .share-network {
    color: var(--ink-soft);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  article.article > .article-layout,
  .article-page .article-shell {
    padding-block: 58px 86px;
  }

  .article-page .article-body {
    font-size: 18px;
    line-height: 1.66;
  }

  .article-page .article-body > p:first-child:not(.eyebrow-line) {
    font-size: 23px;
    line-height: 1.48;
  }

  .article-page .article-body p {
    margin-bottom: 1.18em;
  }

  .article-page .article-body h2 {
    margin: 1.55em 0 .52em;
    font-size: clamp(32px, 3vw, 40px);
    line-height: 1.12;
  }

  .article-page .article-body h3 {
    margin: 1.45em 0 .48em;
  }
}

.story-solomon .article-hero-art img {
  object-position: center 42%;
}

/* Airline: one coherent evidence language. */
.evidence-card,
.number-card,
.experiment-card,
.strategy-comparison {
  margin: 38px 0;
}

.evidence-card {
  padding: clamp(30px, 5vw, 48px);
  border-left: 4px solid var(--plum);
  background: #f0e8e1;
}

.evidence-card .eyebrow,
.number-card .eyebrow {
  margin: 0 0 22px;
}

.evidence-number {
  display: block;
  margin-bottom: 20px;
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 88px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
}

.evidence-card p {
  max-width: 680px;
}

.evidence-card small,
.number-card small,
.experiment-card small {
  display: block;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.45;
}

.narrative-pullquote,
.closing-line {
  margin: 40px 0;
  padding: 28px 0;
  border-block: 1px solid var(--plum);
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(27px, 3.4vw, 39px);
  font-style: normal;
  line-height: 1.2;
}

.closing-line {
  margin-top: 46px;
  border-bottom: 0;
  font-size: clamp(30px, 3.7vw, 43px);
}

.strategy-comparison {
  padding: 30px;
  border-block: 1px solid var(--line);
  background: var(--white);
}

.strategy-comparison figcaption,
.experiment-card figcaption {
  display: grid;
  gap: 7px;
  margin-bottom: 22px;
}

.strategy-comparison figcaption span,
.experiment-card figcaption span {
  color: var(--plum);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.strategy-comparison figcaption strong,
.experiment-card figcaption strong {
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.14;
}

.strategy-comparison .table-wrap {
  margin: 0;
}

.strategy-comparison th {
  padding-block: 11px;
  border-top: 1px solid var(--ink);
  color: var(--ink-soft);
}

.strategy-comparison td {
  width: 50%;
  padding-block: 11px;
  font-size: 14px;
}

.strategy-comparison td + td,
.strategy-comparison th + th {
  border-left: 1px solid var(--line);
}

.number-card {
  padding: clamp(34px, 5vw, 52px);
  background: var(--aubergine);
  color: #fff;
}

.number-card .eyebrow {
  color: #e9cddd;
}

.number-card > strong {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: clamp(70px, 8vw, 102px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .82;
}

.number-card > strong span {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.number-card p {
  max-width: 600px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
}

.number-card small {
  color: #cfbdc8;
}

.experiment-card {
  padding: clamp(30px, 5vw, 48px);
  background: #eee5de;
}

.experiment-setup {
  max-width: 680px;
}

.experiment-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 26px 0;
  padding: 1px;
  background: rgba(75, 21, 62, .2);
}

.experiment-results > div {
  min-height: 176px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 26px;
  background: #fff;
}

.experiment-results strong {
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 82px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .8;
}

.experiment-results span {
  max-width: 230px;
  font-size: 12px;
  line-height: 1.45;
}

.experiment-takeaway {
  margin: 0;
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
}

/* Solomon: the complete grammar thought lives in one intentional module. */
.grammar-section {
  margin: 42px 0;
  padding: clamp(32px, 5vw, 50px);
  background: #eee5de;
}

.grammar-section > .eyebrow {
  margin: 0;
}

.article-body .grammar-section h2 {
  margin: 8px 0 18px;
}

.grammar-prompt {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: baseline;
  gap: 10px 22px;
  margin: 28px 0;
  padding-block: 24px;
  border-block: 1px solid rgba(75, 21, 62, .22);
}

.grammar-prompt span {
  color: var(--plum);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.grammar-prompt p {
  margin: 0;
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.grammar-section .grammar-close {
  margin: 26px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--plum);
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: 25px;
}

/* Lucca: essay on the left, changing field note on the right. */
@media (min-width: 901px) {
  .lucca-hero {
    min-height: 520px;
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .lucca-hero h1 {
    font-size: clamp(68px, 7.5vw, 102px);
    line-height: .82;
  }

  .lucca-hero-overlay {
    padding-block: 58px;
  }

  .lucca-signup {
    padding: 28px;
  }

  .lucca-body {
    padding-block: 64px 92px;
  }

  .lucca-opening-grid {
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(300px, 360px);
    align-items: start;
    justify-content: space-between;
    gap: clamp(46px, 6vw, 78px);
  }

  .lucca-body .article-lead {
    width: auto;
  }

  .lucca-opening-grid .apartment-hunt {
    position: sticky;
    top: calc(var(--header) + 26px);
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 3px solid var(--aubergine);
    background: var(--white);
  }

  .lucca-opening-grid .apartment-hunt img {
    order: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .lucca-opening-grid .apartment-copy {
    order: 1;
    padding: 26px;
  }

  .lucca-opening-grid .apartment-hunt h2 {
    font-size: 37px;
  }
}

.status-lines p {
  align-items: baseline;
  padding: 5px 0;
  font-size: 14px;
}

.status-lines span {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.series-note {
  display: block;
  max-width: 680px;
  margin: 14px auto 0;
  font-size: 12px;
  line-height: 1.5;
}

.apartment-copy .series-note {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.question-list .inset-label {
  margin-bottom: 12px;
}

.question-item {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.question-list .question-item h3 {
  margin: 0 0 8px;
}

.question-item p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.48;
}

.question-item span {
  color: var(--plum);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

/* The Drifted Note: compact promise and signup in the first useful viewport. */
.subscribe-refined .subscribe-masthead {
  padding: 48px var(--gutter) 36px;
  text-align: left;
}

.subscribe-refined .subscribe-masthead > * {
  max-width: 1040px;
}

.subscribe-refined .subscribe-masthead h1 {
  margin: 6px 0 8px;
  font-size: clamp(47px, 5.5vw, 68px);
  line-height: 1;
}

.subscribe-refined .subscribe-masthead .dek {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
}

.subscribe-shell {
  width: min(100%, 1100px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: clamp(42px, 6vw, 76px);
  margin: 0 auto;
  padding: 58px var(--gutter) 86px;
}

.subscribe-refined .subscribe-intro {
  width: auto;
  margin: 0;
  padding: 0;
}

.subscribe-refined .subscribe-intro h2 {
  margin: 0 0 18px;
}

.subscribe-refined .subscribe-intro p {
  max-width: 650px;
  line-height: 1.62;
}

.subscribe-refined .series-clarifier {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13px;
}

.subscribe-refined .subscribe-card {
  margin: 0;
  padding: 36px;
}

.subscribe-refined .subscribe-card h2 {
  font-size: clamp(31px, 3.5vw, 42px);
}

.subscribe-refined .subscribe-card .newsletter-form {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  .lucca-opening-grid,
  .subscribe-shell {
    display: block;
  }

  .lucca-opening-grid .apartment-hunt {
    margin: 52px 0 0;
  }

  .lucca-opening-grid .apartment-hunt img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .subscribe-refined .subscribe-card {
    margin-top: 38px;
  }
}

@media (max-width: 620px) {
  .evidence-card,
  .number-card,
  .experiment-card,
  .strategy-comparison,
  .grammar-section {
    margin-block: 34px;
    padding: 26px 22px;
  }

  .experiment-results,
  .grammar-prompt {
    grid-template-columns: 1fr;
  }

  .experiment-results > div {
    min-height: 138px;
  }

  .grammar-prompt {
    gap: 7px;
  }

  .grammar-prompt span:not(:first-child) {
    margin-top: 15px;
  }

  .subscribe-refined .subscribe-masthead {
    padding-block: 36px 28px;
  }

  .subscribe-refined .subscribe-masthead h1 {
    font-size: 48px;
  }

  .subscribe-refined .subscribe-masthead .dek {
    font-size: 22px;
  }

  .subscribe-shell {
    padding-block: 40px 64px;
  }
}

/* Article utility modules — restrained, legible, and deliberately varied.
   These inserts support the argument without turning every useful fact into
   another oversized card. */

.corolla-note {
  display: grid;
  grid-template-columns: minmax(132px, .28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin: 42px 0;
  padding: 26px 0;
  border-block: 1px solid var(--line);
}

.corolla-note .eyebrow {
  margin: 3px 0 0;
}

.corolla-note > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.article-end-cta {
  margin: 52px 0 0;
  padding: clamp(28px, 4vw, 38px);
  border-top: 3px solid var(--plum);
  background: var(--paper-deep);
}

.article-end-cta h3 {
  max-width: 660px;
  margin: 8px 0 0;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.18;
}

.article-end-cta > p:last-child {
  margin: 20px 0 0;
}

.article-end-cta .text-link {
  min-height: 42px;
  margin: 0;
  padding: 9px 0 7px;
  border-bottom: 1px solid var(--aubergine);
  font-size: 11px;
}

.loyalty-check {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(300px, 1.18fr);
  gap: 14px clamp(34px, 5vw, 60px);
  margin: 44px 0;
  padding: clamp(30px, 4vw, 42px) 0;
  border-block: 1px solid var(--plum);
}

.loyalty-check .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.article-body .loyalty-check h3 {
  margin: 5px 0 0;
  color: var(--aubergine);
  font-size: clamp(27px, 3.2vw, 36px);
  line-height: 1.13;
}

.loyalty-check ol {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: loyalty-question;
}

.loyalty-check li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 40px;
  border-top: 1px solid var(--line);
  counter-increment: loyalty-question;
  line-height: 1.45;
}

.loyalty-check li::before {
  content: "0" counter(loyalty-question);
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--plum);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.decision-tool {
  margin: 42px 0;
  padding: clamp(28px, 4vw, 38px);
  border-left: 4px solid var(--plum);
  background: var(--paper-deep);
}

.decision-tool .eyebrow {
  margin-bottom: 20px;
}

.decision-tool ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(75, 21, 62, .18);
  list-style: none;
  counter-reset: decision-step;
}

.decision-tool li {
  min-width: 0;
  margin: 0;
  padding: 22px;
  background: #fffaf5;
  counter-increment: decision-step;
  font-size: 15px;
  line-height: 1.48;
}

.decision-tool li::before {
  content: "0" counter(decision-step);
  display: block;
  margin-bottom: 22px;
  color: var(--plum);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.decision-tool li strong {
  display: block;
  margin-bottom: 5px;
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

/* Healthy packaging: quiet material cues, then an exact evidence comparison. */
.healthy-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 30px;
}

.healthy-palette span {
  padding: 8px 13px;
  border: 1px solid #cfc2b5;
  background: #f2ebe1;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.healthy-palette span:nth-child(2) {
  background: #fffaf0;
}

.healthy-palette span:nth-child(3) {
  border-color: #bfc4af;
  background: #e2e5d7;
}

.healthy-palette span:nth-child(4) {
  background: #dfcfb6;
}

.healthy-price-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0;
  padding: 1px;
  background: var(--line);
}

.healthy-price-comparison .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 0 16px;
  background: var(--paper);
}

.healthy-price-comparison > div {
  display: grid;
  align-content: end;
  min-height: 164px;
  padding: 24px;
  background: var(--white);
}

.healthy-price-comparison > div:last-child {
  background: #f4e3df;
}

.healthy-price-comparison span {
  color: var(--plum);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.healthy-price-comparison strong {
  margin: 8px 0 7px;
  color: var(--aubergine);
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .82;
}

.healthy-price-comparison small {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.35;
}

.healthy-decision-card {
  margin: 50px 0;
  padding: clamp(30px, 5vw, 46px);
  background: var(--aubergine);
  color: #fff;
}

.healthy-decision-card .eyebrow {
  color: #e8cddd;
}

.article-body .healthy-decision-card > h2 {
  max-width: 620px;
  margin: 7px 0 28px;
  color: #fff;
  font-size: clamp(29px, 3.6vw, 39px);
}

.healthy-decision-card > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, .22);
}

.healthy-decision-card > div > section {
  min-width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, .06);
}

.article-body .healthy-decision-card h3 {
  margin: 0 0 14px;
  color: #f3dce9;
  font-size: 21px;
}

.healthy-decision-card ul {
  margin: 0;
  padding-left: 18px;
}

.healthy-decision-card li {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.45;
}

.healthy-decision-card .healthy-decision-close {
  max-width: 680px;
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .35);
  color: #f3dce9;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
}

/* Grocery: the evidence resolves into one compact decision, not loose stats. */
.grocery-evidence-recap {
  margin: 48px 0;
  padding: clamp(30px, 5vw, 46px);
  border-top: 3px solid #31513e;
  background: #edf0e9;
}

.grocery-evidence-recap > .eyebrow {
  color: #31513e;
}

.article-body .grocery-evidence-recap > h2 {
  margin: 7px 0 26px;
  font-size: clamp(29px, 3.6vw, 39px);
}

.grocery-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(49, 81, 62, .2);
}

.grocery-evidence-grid article {
  min-width: 0;
  padding: 24px;
  background: #fffdf9;
}

.grocery-evidence-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #31513e;
  font-family: var(--serif);
  font-size: clamp(47px, 5.7vw, 68px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .86;
}

.grocery-evidence-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.48;
}

.grocery-choice {
  display: grid;
  grid-template-columns: minmax(130px, .32fr) minmax(0, .68fr);
  gap: 8px 28px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(49, 81, 62, .35);
}

.grocery-choice .eyebrow {
  grid-row: 1 / span 2;
  margin: 4px 0 0;
  color: #31513e;
}

.article-body .grocery-choice h3 {
  margin: 0;
  color: #31513e;
  font-size: clamp(24px, 3vw, 32px);
}

.grocery-choice > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.grocery-evidence-recap .evidence-limit {
  max-width: none;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(49, 81, 62, .2);
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

/* A North List standard should read like an editorial buying rule. */
.north-list-standard-callout {
  margin-block: 48px;
  padding: clamp(30px, 5vw, 46px);
  border-top: 3px solid var(--aubergine);
  background: #f0e8e1;
}

.article-body .north-list-standard-callout h3 {
  max-width: 640px;
  margin: 7px 0 22px;
  font-size: clamp(28px, 3.6vw, 39px);
}

.north-list-standard-callout ul {
  margin: 0;
}

.north-list-standard-callout .filter-verdict {
  font-size: 22px;
  line-height: 1.35;
}

.north-list-standard-callout > p:last-child {
  margin: 18px 0 0;
}

.north-list-standard-callout .text-link {
  margin-top: 0;
}

/* Lucca: an editorial field note replaces the hero signup form. */
.lucca-hero-note {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0 var(--gutter) var(--gutter) 0;
  padding: 27px 28px 24px;
  border-top: 3px solid #d9b2ca;
  background: rgba(255, 253, 249, .95);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(12, 7, 11, .18);
}

.lucca-hero-note .eyebrow {
  margin-bottom: 12px;
}

.lucca-hero-note > p:not(.eyebrow) {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
}

.lucca-hero-note .text-link {
  margin-top: 18px;
}

.question-status {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .corolla-note,
  .loyalty-check,
  .grocery-choice {
    grid-template-columns: 1fr;
  }

  .corolla-note {
    gap: 13px;
    margin-block: 36px;
  }

  .loyalty-check {
    gap: 18px;
  }

  .loyalty-check .eyebrow {
    grid-column: 1;
  }

  .decision-tool ol,
  .healthy-decision-card > div {
    grid-template-columns: 1fr;
  }

  .decision-tool li::before {
    margin-bottom: 12px;
  }

  .grocery-choice .eyebrow {
    grid-row: auto;
  }

  .lucca-hero-note {
    margin: 0 var(--gutter) var(--gutter);
  }
}

@media (max-width: 540px) {
  .article-end-cta,
  .decision-tool,
  .healthy-decision-card,
  .grocery-evidence-recap,
  .north-list-standard-callout {
    margin-block: 36px;
    padding: 26px 22px;
  }

  .healthy-price-comparison,
  .grocery-evidence-grid {
    grid-template-columns: 1fr;
  }

  .healthy-price-comparison .eyebrow {
    grid-column: 1;
  }

  .healthy-price-comparison > div {
    min-height: 140px;
    padding: 22px;
  }

  .healthy-price-comparison strong {
    font-size: 54px;
  }

  .grocery-evidence-grid article,
  .healthy-decision-card > div > section {
    padding: 21px;
  }

  .lucca-hero-note {
    padding: 23px;
  }

  .lucca-hero-note > p:not(.eyebrow) {
    font-size: 19px;
  }
}
