/* Hallmark · v05 pre-emit critique: P5 H5 E5 S5 R5 V5 · genre: editorial · macrostructure: panoramic marquee × evidence journey × floor atlas · theme: warm manuscript · enrichment: E7 · nav: centered mobile brand to compact rail · footer: Ft5 · contrast: pass · slop: pass · honest: pass · chrome: pass · tokens: pass · responsive: pass · mobile: pass · icons: pass */
@import url("tokens.80112f01721f.css");

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  overflow-x: clip;
  padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 3%, var(--gold-11), transparent 28rem),
    radial-gradient(circle at 94% 24%, var(--burgundy-08), transparent 34rem),
    var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.78;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .25;
  background-image:
    repeating-linear-gradient(87deg, transparent 0 13px, var(--ink-025) 13px 14px),
    repeating-linear-gradient(4deg, transparent 0 19px, var(--white-16) 19px 20px);
}
::selection { color: var(--white); background: var(--burgundy); }
img, svg, object { display: block; max-width: 100%; }
picture { display: block; min-width: 0; }
figure, p, h1, h2, h3, h4, h5, ol, address { margin: 0; }
h1, h2, h3, h4 { min-width: 0; overflow-wrap: anywhere; font-family: var(--font-display); font-weight: 600; line-height: 1.18; }
h5 { color: var(--olive-deep); font-size: 15px; letter-spacing: .12em; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible, object:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
:where(a, button):active { transform: translateY(1px); }
:where(button:disabled, [aria-disabled="true"]) { opacity: .55; cursor: not-allowed; pointer-events: none; }
.shell, .shell-wide { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.shell-wide { width: min(100%, var(--shell-wide)); }
.paper-section { position: relative; isolation: isolate; }
.paper-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(118deg, var(--white-26), transparent 28%, var(--gold-05) 58%, transparent 86%),
    repeating-linear-gradient(2deg, var(--ink-018) 0 1px, transparent 1px 7px);
}
.skip-link { position: fixed; z-index: 300; top: 8px; left: 8px; min-height: 44px; padding: 10px 16px; color: var(--white); background: var(--burgundy-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.semantic-line { display: block; }
.picture-cover, .picture-cover img { width: 100%; height: 100%; }
.picture-cover img { object-fit: cover; }
.section-kicker { margin-bottom: 18px; color: var(--olive-deep); font-size: 16px; font-weight: 750; letter-spacing: .15em; }
.location-label { margin-bottom: 22px; color: var(--burgundy); font-size: clamp(19px, 5.4vw, 22px); font-weight: 750; letter-spacing: .08em; }

.site-nav {
  position: fixed;
  z-index: 150;
  top: 12px;
  right: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  padding: 10px 18px;
  border: 1px solid var(--line-light);
  border-radius: 28px;
  background: var(--glass);
  box-shadow: 0 18px 48px var(--ink-15);
  backdrop-filter: blur(18px) saturate(.88);
  transition: transform 220ms var(--ease-standard), box-shadow 220ms var(--ease-standard), background 220ms var(--ease-standard);
}
.site-nav.is-scrolled { transform: translateY(-2px); background: var(--paper-95); box-shadow: 0 22px 55px var(--shadow); }
.site-nav__brand { width: min(56vw, 220px); }
.site-nav__brand img { width: 100%; height: auto; aspect-ratio: 760 / 201; object-fit: contain; }
.site-nav__links, .desktop-cta { display: none; }

.nav-cta, .primary-cta, .sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding-inline: 24px;
  border: 1px solid var(--gold-84);
  border-radius: 17px;
  color: var(--white);
  background: var(--gradient-cta);
  box-shadow: 0 14px 34px var(--cta-shadow), inset 0 1px 0 var(--white-25);
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}
.site-nav .desktop-cta { display: none; }
.cta-arrow { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.nav-cta:hover, .primary-cta:hover, .sticky-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 42px var(--cta-shadow-hover); }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--burgundy-deep); }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media img { object-position: center center; }
.hero__veil { background: linear-gradient(180deg, var(--hero-veil-top) 12%, var(--hero-veil-mid) 45%, var(--hero-veil-bottom) 100%); }
.hero__copy { position: relative; z-index: 2; align-self: end; padding-top: 160px; padding-bottom: clamp(66px, 10vh, 116px); text-shadow: 0 3px 28px var(--ink-42); }
.location-label--hero { color: var(--white); }
.hero__eyebrow { margin-bottom: 18px; font-size: 16px; letter-spacing: .13em; }
.hero__title { font-size: clamp(31px, 9.6vw, 44px); letter-spacing: .015em; }
.hero-title-lines .semantic-line + .semantic-line { margin-top: .13em; }
.hero-brief { padding-block: 60px 76px; background: linear-gradient(120deg, var(--paper-bright), var(--paper) 68%, var(--gold-18)); }
.hero-brief__inner > p { max-width: 43em; margin-bottom: 40px; color: var(--ink-soft); font-size: 18px; }
.project-index { display: grid; gap: 16px; }
.project-index__item { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 4px 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.project-index__item > span { grid-row: 1 / 3; color: var(--gold); font-family: var(--font-display); font-size: 25px; }
.project-index__item strong { font-family: var(--font-display); font-size: 19px; }
.project-index__item small { color: var(--muted); }

.chapter { position: relative; padding-block: var(--space-section); }
.chapter--debate { background: var(--gradient-debate); }
.chapter--kitchen { background: var(--gradient-kitchen); }
.chapter-heading { display: grid; grid-template-columns: minmax(0,1fr); gap: 18px; align-items: start; margin-bottom: 70px; }
.chapter-heading__number { color: var(--gold); font-family: var(--font-display); font-size: 30px; }
.chapter-heading h2 { margin-bottom: 12px; font-size: clamp(20px, 6.1vw, 30px); white-space: nowrap; }
.chapter-heading__subtitle { color: var(--ink-soft); font-size: 18px; letter-spacing: .04em; }

.human-story { display: grid; gap: 42px; align-items: center; margin-bottom: 78px; }
.human-story__photo { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-m); box-shadow: 0 28px 64px var(--ink-15); }
.human-story__photo picture { position: absolute; inset: 0; }
.human-story--debate .human-story__photo img { object-position: center 48%; }
.human-story--kitchen .human-story__photo img { object-position: center 48%; }
.human-story__copy { padding-inline: var(--gutter); }
.human-story__copy h3 { margin-bottom: 30px; font-size: clamp(34px, 9.5vw, 56px); }
.human-story__copy p { max-width: 36em; color: var(--ink-soft); font-size: 18px; }

.human-moments { margin-bottom: 116px; padding-right: 0; }
.human-moments__grid { display: flex; gap: 20px; overflow-x: auto; padding: 4px var(--gutter) 22px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.human-moment { position: relative; flex: 0 0 min(82vw, 420px); aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-m); scroll-snap-align: center; box-shadow: 0 18px 46px var(--ink-15); }
.human-moment figcaption, .daily-card figcaption, .engineering-plan figcaption, .building-relation figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 2px 12px var(--black-74);
}

.debate-engineering { padding-block: 104px 120px; }
.direction-heading { margin-bottom: 64px; }
.direction-heading h3 { max-width: 13em; margin-bottom: 32px; font-size: clamp(36px, 9.5vw, 62px); }
.direction-heading > p:last-child { max-width: 42em; color: var(--ink-soft); font-size: 18px; }
.mobile-script-lines .semantic-line + .semantic-line { margin-top: .15em; }
.engineering-list { display: grid; gap: 92px; }
.engineering-story { padding-top: 32px; border-top: 1px solid var(--line); }
.engineering-story > header { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 14px; align-items: baseline; margin-bottom: 34px; }
.engineering-story > header span { color: var(--gold); font-family: var(--font-display); font-size: 24px; }
.engineering-story > header h4 { font-size: clamp(28px, 7vw, 42px); }
.engineering-story__copy { display: grid; gap: 28px; margin-bottom: 40px; }
.engineering-story__copy > div { padding-left: 18px; border-left: 3px solid var(--gold); }
.engineering-story__copy p:last-child { max-width: 39em; color: var(--ink-soft); }
.copy-label { margin-bottom: 8px; color: var(--olive-deep); font-size: 14px; font-weight: 750; letter-spacing: .1em; }
.engineering-story__visuals { display: grid; gap: 18px; }
.context-figure, .engineering-plan { position: relative; min-width: 0; overflow: hidden; border-radius: var(--radius-m); background: var(--paper-deep); }
.context-figure { display: grid; place-items: center; min-height: 320px; padding: 24px; }
.context-figure figcaption { position: absolute; bottom: 16px; left: 18px; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.context-diagram { width: 100%; height: auto; fill: none; stroke: var(--muted); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.context-diagram .ctx-base { fill: var(--surface-soft); stroke: var(--muted); }
.context-diagram .ctx-surface { fill: var(--surface-plan); }
.context-diagram .ctx-channel { fill: var(--paper-floor); }
.context-diagram .ctx-flow { stroke: var(--burgundy); stroke-dasharray: 10 9; }
.context-diagram .ctx-wear { stroke: var(--terracotta); }
.context-diagram .ctx-entry { fill: var(--paper-floor); }
.engineering-story__plans { display: grid; gap: 18px; }
.engineering-plan { min-height: 340px; }
.engineering-plan .picture-cover { position: absolute; inset: 0; }
.image-disclosure { position: absolute; right: 16px; bottom: 42px; max-width: calc(100% - 32px); color: var(--white); font-size: 13px; font-weight: 650; text-align: right; text-shadow: 0 2px 12px var(--black-74); }

.amount-band { display: grid; gap: 10px; margin-top: 96px; padding-block: 42px; border-block: 1px solid var(--line); }
.amount-band p { color: var(--muted); font-weight: 700; letter-spacing: .08em; }
.amount-band strong { color: var(--burgundy); font-family: var(--font-display); font-size: clamp(36px, 10vw, 64px); line-height: 1; }
.project-direction { position: relative; margin-block: 96px 24px; padding-block: 58px 56px; border-block: 1px solid var(--line); }
.project-direction::before { content: ""; position: absolute; inset: 0 0 auto; width: 88px; height: 3px; background: linear-gradient(90deg, var(--burgundy), var(--gold)); }
.chapter--kitchen .project-direction::before { background: linear-gradient(90deg, var(--terracotta), var(--olive)); }
.project-direction .section-kicker { margin-bottom: 22px; }
.project-direction h3 { max-width: 14em; font-size: clamp(36px, 8.7vw, 62px); line-height: 1.22; }
.project-direction-lines { display: grid; gap: .12em; }

.daily-story { margin-top: -30px; margin-bottom: 112px; }
.daily-story__grid { display: grid; gap: 18px; }
.daily-card { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--radius-m); box-shadow: 0 22px 54px var(--ink-15); }
.daily-card figcaption { display: flex; gap: 12px; align-items: center; }
.daily-card figcaption span { font-family: var(--font-display); font-size: 22px; }

.comparisons { padding-block: 110px 126px; }
.comparisons__intro { margin-bottom: 74px; }
.comparisons__intro h3 { margin-bottom: 30px; font-size: clamp(30px, 8vw, 54px); }
.comparisons__intro > p:last-child { max-width: 44em; color: var(--ink-soft); font-size: 18px; }
.comparison-list { display: grid; gap: 104px; }
.comparison-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--paper-78); box-shadow: 0 28px 70px var(--shadow); }
.comparison-card__heading { display: grid; gap: 10px; padding: 26px 22px 22px; border-bottom: 1px solid var(--line); }
.comparison-card__heading span { color: var(--gold); font-family: var(--font-display); font-size: 22px; }
.comparison-card__heading h4 { font-size: clamp(23px, 6vw, 36px); }
.comparison-card__grid { display: grid; gap: 1px; background: var(--line); }
.comparison-side { min-width: 0; background: var(--paper-bright); }
.comparison-label { padding: 16px 20px; color: var(--olive-deep); background: var(--paper-deep); font-size: 15px; font-weight: 750; letter-spacing: .12em; }
.comparison-gallery { display: grid; gap: 3px; min-height: 0; background: var(--paper-deep); }
.comparison-gallery--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.comparison-gallery--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.comparison-gallery--3 .comparison-photo:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.comparison-photo { position: relative; min-height: 260px; overflow: hidden; }
.comparison-photo img { object-position: center center; }
.comparison-concept { position: relative; min-height: 330px; overflow: hidden; }
.comparison-concept figcaption { position: absolute; right: 16px; bottom: 16px; color: var(--white); font-size: 13px; font-weight: 700; text-shadow: 0 2px 12px var(--black-74); }
.comparison-copy { display: grid; gap: 12px; padding: 26px 22px 32px; }
.comparison-copy h5:not(:first-child) { margin-top: 12px; }
.comparison-copy p { color: var(--ink-soft); }

.floorplan { padding-block: 116px 132px; }
.floorplan__layout { display: grid; gap: 36px; }
.floorplan__canvas { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--paper-bright); box-shadow: 0 24px 60px var(--shadow); }
.floorplan-object { width: 100%; min-height: 620px; aspect-ratio: 4 / 5; }
.floorplan-open { display: flex; gap: 12px; align-items: center; justify-content: center; width: 100%; min-height: 54px; border: 0; border-top: 1px solid var(--line); color: var(--burgundy); background: var(--paper-bright); font-weight: 750; cursor: pointer; }
.floorplan-legend { display: grid; gap: 12px; }
.floorplan-legend button { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 14px; align-items: center; min-height: 64px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--paper-78); text-align: left; cursor: pointer; }
.floorplan-legend button span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: var(--olive-deep); font-family: var(--font-display); }

.upper-story { padding-block: 120px 138px; background: radial-gradient(circle at 12% 12%, var(--olive-11), transparent 34rem), radial-gradient(circle at 88% 74%, var(--terracotta-26), transparent 42rem), var(--paper); }
.upper-story__lead { margin-bottom: 72px; }
.upper-story__lead h3 { max-width: 15em; margin-bottom: 32px; font-size: clamp(36px, 9vw, 66px); }
.upper-story__lead .semantic-line { display: block; }
.upper-story__lead > p:last-child { max-width: 44em; color: var(--ink-soft); font-size: 18px; }
.building-relation { position: relative; min-height: 420px; margin-bottom: 82px; overflow: hidden; border-radius: var(--radius-m); box-shadow: 0 28px 68px var(--shadow); }
.building-relation img { object-position: center center; }
.upper-story-grid { display: grid; gap: 28px; margin-bottom: 88px; }
.upper-story-card { padding: 28px 0 30px; border-top: 1px solid var(--line); }
.upper-story-card > span { display: block; margin-bottom: 14px; color: var(--gold); font-family: var(--font-display); font-size: 22px; }
.upper-story-card h4 { margin-bottom: 18px; font-size: 27px; }
.upper-story-card p { margin-bottom: 24px; color: var(--ink-soft); }
.upper-story-card button { min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--burgundy); color: var(--burgundy); background: transparent; font-weight: 750; cursor: pointer; }
.upper-plan-tabs { display: grid; gap: 10px; margin-bottom: 22px; }
.upper-plan-tabs button { min-height: 54px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--paper-78); font-weight: 750; cursor: pointer; }
.upper-plan-tabs button[aria-selected="true"] { color: var(--white); border-color: var(--olive-deep); background: var(--olive-deep); }
.upper-plan-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--paper-bright); box-shadow: 0 24px 60px var(--shadow); }
.upper-plan-panel[hidden] { display: none; }
.upper-plan-panel object { width: 100%; min-height: 720px; aspect-ratio: 4 / 5; }
.upper-plan-panel__meta { display: grid; gap: 12px; padding: 16px; border-top: 1px solid var(--line); }
.upper-plan-panel__meta > span { color: var(--muted); font-size: 13px; }
.upper-plan-panel__meta .floorplan-open { border: 1px solid var(--line); border-radius: var(--radius-s); }

.floorplan-dialog { width: min(96vw, 1120px); height: min(94svh, 1120px); padding: 0; border: 0; border-radius: var(--radius-m); background: var(--paper-bright); box-shadow: 0 32px 100px var(--ink-34); }
.floorplan-dialog::backdrop { background: var(--ink-78); backdrop-filter: blur(6px); }
.floorplan-dialog > header { position: sticky; z-index: 2; top: 0; display: flex; gap: 20px; align-items: center; justify-content: space-between; min-height: 68px; padding: 12px 20px; border-bottom: 1px solid var(--line); background: var(--paper-96); }
.floorplan-dialog h2 { font-size: 21px; }
.floorplan-dialog [data-close-plan] { width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--white); background: var(--burgundy); font-size: 28px; cursor: pointer; }
.floorplan-dialog__viewport { width: 100%; height: calc(100% - 68px); overflow: auto; touch-action: pinch-zoom pan-x pan-y; overscroll-behavior: contain; }
.floorplan-dialog__viewport object { width: max(100%, 780px); max-width: none; min-height: 980px; }

.closing { padding-block: 116px 124px; color: var(--white); background: radial-gradient(circle at 12% 12%, var(--gold-18), transparent 28rem), radial-gradient(circle at 88% 80%, var(--terracotta-26), transparent 34rem), linear-gradient(135deg, var(--burgundy-deep), var(--closing-mid) 55%, var(--closing-end)); }
.closing .location-label { color: var(--gold-pale); }
.closing h2 { max-width: 12em; margin-bottom: 30px; font-size: clamp(38px, 10vw, 66px); }
.closing__inner > p:not(.location-label) { max-width: 42em; margin-bottom: 42px; color: var(--white-78); }
.primary-cta { min-height: 60px; padding-inline: 32px; }
.site-footer { width: 100%; padding-block: 52px 120px; color: var(--white-70); background: var(--burgundy-deep); }
.site-footer__inner { display: grid; gap: 34px; }
.site-footer__brand { display: grid; gap: 26px; align-content: start; }
.site-footer__brand > img { width: min(100%, 330px); height: auto; aspect-ratio: 760 / 201; object-fit: contain; }
.line-button { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; }
.line-button img { width: 116px; height: 36px; object-fit: contain; }
.contact-list { display: grid; gap: 10px; color: var(--white-78); font-style: normal; }
.contact-list p { overflow-wrap: anywhere; }
.site-footer__copyright { padding-top: 22px; border-top: 1px solid var(--white-16); font-size: 14px; }
.sticky-cta { position: fixed; z-index: 140; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); left: 16px; min-height: 58px; border-radius: 20px; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
.sticky-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(120%); }

.not-found { display: grid; min-height: 100svh; place-items: center; padding: 24px; }
.not-found main { width: min(100%, 640px); }
.not-found img { width: min(100%, 320px); height: auto; margin-bottom: 48px; }
.not-found h1 { font-size: clamp(36px, 8vw, 58px); }
.back-home { display: inline-block; margin-top: 24px; padding: 12px 0; border-bottom: 2px solid var(--burgundy); color: var(--burgundy); font-weight: 700; }

@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .site-nav { right: 8px; left: 8px; padding-inline: 14px; }
  .chapter-heading h2 { font-size: 16px; letter-spacing: 0; }
  .chapter-heading__subtitle { font-size: 16px; }
  .comparison-card__heading h4 { font-size: 22px; }
  .compact-heading { font-size: 28px; }
}

@media (max-width: 599px) {
  .shell { width: min(100% - 36px, var(--shell)); }
  .hero__copy.shell { width: 100%; padding-inline: 24px; }
  .hero__title { font-size: clamp(27px, 8.5vw, 36px); letter-spacing: 0; }
  .comparison-card,
  .engineering-card { scroll-margin-top: 92px; }
  .floorplan-object { max-height: 74vh; }
  .upper-story__lead h3 { font-size: clamp(23px, 6.8vw, 29px); line-height: 1.32; }
  .upper-story__lead .semantic-line { white-space: nowrap; }
}

@media (max-width: 360px) {
  .hero__copy.shell { padding-inline: 20px; }
  .hero__title { font-size: 27px; }
}

@media (min-width: 600px) {
  .project-index { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; }
  .human-story { grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 54px; }
  .human-story__copy { padding-inline: 0 var(--gutter); }
  .semantic-lines:not(.hero-title-lines):not(.closing-title-lines) .semantic-line { display: inline; }
  .semantic-lines:not(.hero-title-lines):not(.closing-title-lines) .semantic-line:not(:last-child)::after { content: " "; }
  .human-moments { padding-inline: var(--gutter); }
  .human-moments__grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 270px); gap: 18px; overflow: visible; padding: 0; }
  .human-moment { width: auto; max-width: none; aspect-ratio: auto; }
  .human-moment--1 { grid-row: 1 / 3; }
  .engineering-story__copy { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px; }
  .engineering-story__visuals { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
  .engineering-plan, .context-figure { min-height: 430px; }
  .daily-story__grid { grid-template-columns: 1.25fr .75fr; gap: 18px; }
  .daily-card--1 { min-height: 620px; }
  .daily-card--2 { min-height: 620px; }
  .comparison-card__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .comparison-gallery, .comparison-concept { min-height: 430px; }
  .upper-story-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 34px; }
  .upper-plan-tabs { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .upper-plan-panel object { min-height: 760px; aspect-ratio: 16 / 10; }
  .upper-plan-panel__meta { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
  .closing-title-lines .semantic-line { display: inline; }
  .closing-title-lines .semantic-line:not(:last-child)::after { content: " "; }
}

@media (min-width: 768px) {
  body { padding-bottom: 0; }
  .site-nav { right: 24px; left: 24px; grid-template-columns: minmax(220px,1fr) auto auto; gap: 30px; padding: 10px 12px 10px 22px; border-radius: 26px; }
  .site-nav__brand { width: 230px; }
  .site-nav__links { display: flex; gap: 24px; color: var(--ink-soft); font-size: 14px; }
  .site-nav .desktop-cta { display: inline-flex; }
  .sticky-cta { display: none; }
  .location-label { font-size: clamp(22px, 2vw, 26px); }
  .chapter-heading { grid-template-columns: 70px minmax(0,1fr); gap: 30px; }
  .chapter-heading h2 { font-size: clamp(26px, 2.8vw, 38px); }
  .comparison-card__heading { grid-template-columns: 50px minmax(0,1fr); gap: 16px; align-items: baseline; padding-inline: 32px; }
  .comparison-copy { padding: 30px 32px 36px; }
  .floorplan__layout { grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(36px,6vw,84px); }
  .floorplan-object { min-height: 760px; }
  .floorplan-legend { position: sticky; top: 104px; align-self: start; }
  .site-footer__inner { grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
  .site-footer__copyright { grid-column: 1 / -1; }
}

@media (min-width: 1200px) {
  .hero__media img { object-position: center 54%; }
  .hero__copy { padding-bottom: 112px; }
  .hero__title { font-size: 78px; }
  .human-story { grid-template-columns: minmax(0,1.35fr) minmax(380px,.65fr); gap: 82px; }
  .human-story__photo { aspect-ratio: 16 / 10; border-radius: var(--radius-l); }
  .human-moments__grid { grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 520px; }
  .human-moment--1 { grid-row: auto; }
  .building-relation { min-height: 620px; }
  .comparison-gallery, .comparison-concept { min-height: 500px; }
}

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

/* v05 · 手機優先的工程故事流。只重構排版與資訊層級，延續既有設計系統。 */
.site-nav {
  justify-items: center;
  padding-inline: 18px;
}
.site-nav__brand {
  width: min(68vw, 258px);
  margin-inline: auto;
  transform-origin: center;
  transition: opacity 220ms var(--ease-standard);
}
.site-nav.is-compact {
  min-height: 52px;
  padding-block: 6px;
  border-radius: 22px;
}
.site-nav.is-compact .site-nav__brand { width: min(44vw, 162px); }

.engineering-story { padding-top: 36px; }
.engineering-story > header { margin-bottom: 28px; }
.chapter-heading,
.engineering-story > header,
.comparison-card__heading {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}
.engineering-story__flow,
.engineering-story__plans {
  display: grid;
  gap: 28px;
}
.engineering-story__before,
.engineering-story__plans { min-width: 0; }
.context-figure,
.engineering-plan,
.comparison-photo,
.comparison-concept {
  display: grid;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: var(--paper-bright);
  box-shadow: 0 20px 48px var(--ink-15);
}
.context-figure,
.engineering-plan { padding: 0; }
.context-figure { place-items: stretch; }
.context-figure .picture-cover,
.engineering-plan .picture-cover,
.comparison-photo .picture-cover,
.comparison-concept .picture-cover {
  position: relative;
  inset: auto;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--paper-deep);
}
.context-figure .picture-cover img,
.engineering-plan .picture-cover img,
.comparison-photo .picture-cover img,
.comparison-concept .picture-cover img { object-fit: cover; }
.visual-meta,
.engineering-plan .visual-meta,
.context-figure .visual-meta,
.comparison-photo .visual-meta,
.comparison-concept .visual-meta {
  position: static;
  inset: auto;
  display: grid;
  gap: 5px;
  min-height: 72px;
  padding: 14px 16px 15px;
  color: var(--ink);
  background: var(--paper-bright);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}
.visual-meta strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}
.visual-meta span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.engineering-story__copy {
  gap: 24px;
  margin: 0;
  padding: 24px 20px 26px;
  border-block: 1px solid var(--line);
  background: linear-gradient(120deg, var(--paper-bright), var(--paper));
}
.engineering-story__copy > div {
  padding-left: 16px;
  border-left-width: 2px;
}

.comparison-list { gap: 72px; }
.comparison-card {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.comparison-card__heading {
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}
.comparison-story-flow { display: grid; gap: 28px; padding-top: 24px; }
.comparison-side {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: var(--paper-bright);
  box-shadow: 0 22px 58px var(--shadow);
}
.comparison-label {
  padding: 13px 16px;
  background: linear-gradient(110deg, var(--paper-deep), var(--paper-bright));
  font-size: 14px;
}
.comparison-gallery {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
  background: var(--paper);
}
.comparison-gallery--2,
.comparison-gallery--3 { grid-template-columns: minmax(0, 1fr); }
.comparison-gallery--3 .comparison-photo:first-child {
  grid-column: auto;
  aspect-ratio: auto;
}
.comparison-photo { min-height: 0; }
.comparison-concept {
  min-height: 0;
  margin: 18px;
}
.comparison-copy { gap: 12px; padding: 24px 20px 28px; }
.comparison-necessity {
  padding: 26px 22px 28px;
  border-block: 1px solid var(--line);
  background: linear-gradient(118deg, var(--gold-05), var(--paper-bright) 58%, var(--olive-11));
}
.comparison-necessity > p:last-child {
  max-width: 42em;
  color: var(--ink-soft);
}

.building-relation {
  display: grid;
  min-height: 0;
}
.building-relation .picture-cover {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

@media (max-width: 599px) {
  :root { --space-section: 84px; }
  .chapter-heading { margin-bottom: 58px; }
  .human-story { gap: 32px; margin-bottom: 68px; }
  .human-story__copy h3 { margin-bottom: 24px; }
  .human-moments { margin-bottom: 88px; }
  .debate-engineering,
  .comparisons,
  .floorplan,
  .upper-story { padding-block: 88px; }
  .direction-heading,
  .comparisons__intro,
  .upper-story__lead { margin-bottom: 56px; }
  .engineering-list { gap: 68px; }
  .engineering-story > header { gap: 10px; }
  .engineering-story__copy { font-size: 16px; line-height: 1.72; }
  .daily-story { margin-bottom: 88px; }
  .comparison-list { gap: 68px; }
  .comparison-card__heading h4 { font-size: clamp(22px, 6.2vw, 28px); }
  .comparison-gallery { gap: 28px; }
  .floorplan-object,
  .upper-plan-panel object { min-height: 0; aspect-ratio: 4 / 5; }
  .building-relation { margin-bottom: 64px; }
}

@media (min-width: 600px) {
  .site-nav { justify-items: stretch; }
  .site-nav__brand { margin-inline: 0; }
  .engineering-story__flow {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "before copy"
      "plans plans";
    gap: 32px;
    align-items: start;
  }
  .engineering-story__before { grid-area: before; }
  .engineering-story__copy { grid-area: copy; }
  .engineering-story__plans { grid-area: plans; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .engineering-story__plans > :only-child { grid-column: 1 / -1; }
  .engineering-plan,
  .context-figure { min-height: 0; }
  .comparison-gallery--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-gallery--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .comparison-gallery--3 .comparison-photo:first-child { grid-column: auto; }
  .comparison-photo .picture-cover { aspect-ratio: 4 / 3; }
  .comparison-concept .picture-cover { aspect-ratio: 16 / 9; }
  .comparison-gallery,
  .comparison-concept { min-height: 0; }
}

@media (min-width: 1200px) {
  .building-relation { min-height: 0; }
  .comparison-gallery,
  .comparison-concept { min-height: 0; }
}
