:root {
  --ink: #0a0a0b;
  --paper: #f3f0e9;
  --warm: #c6a978;
  --muted: rgba(243, 240, 233, 0.62);
  --line: rgba(243, 240, 233, 0.18);
  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  --display: "SUIT Variable", "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; font-synthesis: none; }
html { background: var(--ink); scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: auto; }
a { color: inherit; text-decoration: none; }
button { border: 0; color: inherit; background: none; cursor: pointer; font: inherit; }
:focus-visible { outline: 2px solid var(--warm); outline-offset: 4px; }

.skip-link { position: fixed; top: 1rem; left: 50%; z-index: 100; padding: 0.65rem 1rem; background: var(--paper); color: var(--ink); transform: translate(-50%, -180%); transition: transform 0.25s var(--ease); }
.skip-link:focus { transform: translate(-50%, 0); }

.site-shell { position: relative; min-height: 100svh; overflow: clip; background: var(--ink); }
.world-layer { position: fixed; z-index: 0; inset: 0; overflow: hidden; background: var(--ink); pointer-events: none; }
.world-layer canvas { display: block; width: 100%; height: 100%; }
.world-scrim { position: fixed; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, transparent 46%, rgba(10, 10, 11, 0.24) 100%), linear-gradient(180deg, rgba(10, 10, 11, 0.4), transparent 24%, transparent 76%, rgba(10, 10, 11, 0.36)); }

.site-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 74px; padding: 0 5.6vw; background: linear-gradient(180deg, rgba(10, 10, 11, 0.88), transparent); }
.wordmark { font-family: var(--display); font-size: 18px; font-weight: 750; letter-spacing: -0.09em; line-height: 1; }
.wordmark span { margin-left: 0.5rem; color: rgba(243, 240, 233, 0.46); font-family: var(--mono); font-size: 8px; font-weight: 400; letter-spacing: 0.08em; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { position: relative; display: inline-flex; min-height: 42px; align-items: center; color: rgba(243, 240, 233, 0.52); font-family: var(--mono); font-size: 9px; letter-spacing: 0.09em; transition: color 300ms ease; }
.site-header nav a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--warm); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 350ms var(--ease); }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--paper); }
.site-header nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-meta { color: rgba(243, 240, 233, 0.4); font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; }
.header-cta { padding-bottom: 7px; border-bottom: 1px solid var(--warm); color: var(--paper); font-family: var(--mono); font-size: 9px; letter-spacing: 0.07em; white-space: nowrap; transition: color 300ms ease, border-color 300ms ease; }
.header-cta:hover { border-color: var(--paper); color: var(--warm); }
.intelligence-trigger { display: inline-flex; min-height: 42px; align-items: center; gap: 0.45rem; padding: 0 0 7px; border-bottom: 1px solid var(--line); color: rgba(243, 240, 233, 0.56); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; transition: color 300ms ease, border-color 300ms ease; }
.intelligence-trigger b { color: var(--warm); font-weight: 400; }
.intelligence-trigger:hover, .intelligence-trigger[aria-expanded="true"] { border-color: var(--warm); color: var(--paper); }
.menu-toggle, .site-header .mobile-nav { display: none; }

.intelligence-panel { position: fixed; z-index: 45; top: 0; right: 0; bottom: 0; display: flex; width: min(560px, 100vw); flex-direction: column; padding: 7.2rem 4.2vw 2.4rem; overflow-y: auto; background: rgba(16, 16, 18, 0.985); border-left: 1px solid var(--line); opacity: 0; transform: translateX(102%); transition: transform 600ms var(--ease), opacity 300ms ease; }
.intelligence-panel.is-open { opacity: 1; transform: translateX(0); }
.intelligence-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.intelligence-panel__kicker { color: var(--warm); font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; }
.intelligence-panel h2 { margin: 0.9rem 0 0; font-family: var(--display); font-size: clamp(2.3rem, 5vw, 3.8rem); font-weight: 600; letter-spacing: -0.1em; line-height: 0.92; }
.intelligence-panel__close { flex: 0 0 auto; padding: 0.35rem 0 0.65rem; border-bottom: 1px solid var(--warm); color: var(--paper); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; }
.intelligence-panel__intro { max-width: 30rem; margin: 1.35rem 0 1.2rem; color: var(--muted); font-size: 0.88rem; line-height: 1.75; }
.feed-status { display: flex; justify-content: space-between; gap: 1rem; color: rgba(243, 240, 233, 0.42); font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; }
.feed-filters { display: flex; gap: 1.1rem; margin: 1.4rem 0 1.8rem; overflow-x: auto; border-bottom: 1px solid var(--line); }
.feed-filters button { position: relative; min-height: 35px; padding: 0 0 0.7rem; color: rgba(243, 240, 233, 0.42); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; white-space: nowrap; }
.feed-filters button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--warm); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 300ms var(--ease); }
.feed-filters button[aria-pressed="true"] { color: var(--paper); }
.feed-filters button[aria-pressed="true"]::after { transform: scaleX(1); }
.feed-applications { margin-bottom: 2rem; padding: 1.15rem 0 0; border-top: 1px solid var(--warm); }
.feed-applications h3 { margin: 0.7rem 0 0; font-family: var(--display); font-size: 1.35rem; font-weight: 550; letter-spacing: -0.06em; }
.feed-applications ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.feed-applications li { display: grid; gap: 0.38rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.feed-application__title { font-size: 0.78rem; line-height: 1.45; }
.feed-application__experiment, .feed-application__guardrail { color: var(--muted); font-size: 0.72rem; line-height: 1.55; }
.feed-application__guardrail { color: rgba(243, 240, 233, 0.4); font-family: var(--mono); font-size: 0.62rem; }
.feed-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feed-item { padding: 1.35rem 0 1.5rem; border-bottom: 1px solid var(--line); }
.feed-item__head, .feed-item__meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.feed-item__category, .feed-item__signal { color: var(--warm); font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; }
.feed-item__signal { color: rgba(243, 240, 233, 0.4); }
.feed-item__title { display: block; margin: 0.7rem 0 0.65rem; font-family: var(--display); font-size: 1.05rem; font-weight: 560; letter-spacing: -0.045em; line-height: 1.25; }
.feed-item__title:hover { color: var(--warm); }
.feed-item__summary, .feed-item__why, .feed-item__application { margin: 0; color: var(--muted); font-size: 0.77rem; line-height: 1.65; }
.feed-item__why { margin-top: 0.4rem; color: rgba(243, 240, 233, 0.45); }
.feed-item__application { margin-top: 0.7rem; color: var(--warm); font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.01em; }
.feed-item__meta { margin-top: 1rem; color: rgba(243, 240, 233, 0.38); font-family: var(--mono); font-size: 8px; letter-spacing: 0.04em; }
.feed-item__source { max-width: 54%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feed-empty { padding: 2rem 0; color: var(--muted); font-size: 0.8rem; line-height: 1.6; }
.intelligence-panel__foot { display: flex; justify-content: space-between; gap: 1.2rem; margin-top: auto; padding-top: 1.5rem; color: rgba(243, 240, 233, 0.34); font-family: var(--mono); font-size: 8px; letter-spacing: 0.05em; }
.intelligence-panel__foot a { color: var(--warm); white-space: nowrap; }

.scene-ui { position: fixed; z-index: 10; inset: 0; pointer-events: none; }
html:not(.three-active) .scene-ui { display: none; }
.scene-intro, .scene-caption { position: absolute; left: 8vw; max-width: min(39rem, 58vw); transition: opacity 500ms ease, transform 700ms var(--ease); }
.scene-intro { top: 25vh; }
.scene-intro h1 { margin: 1rem 0 0; font-family: var(--display); font-size: clamp(5.4rem, 14vw, 12rem); font-weight: 730; letter-spacing: -0.13em; line-height: 0.78; }
.scene-intro > p:not(.scene-intro__note) { margin: 1.3rem 0 0; color: var(--paper); font-family: var(--mono); font-size: clamp(0.82rem, 1.2vw, 1rem); letter-spacing: 0.06em; }
.scene-intro__note { margin: 3.1rem 0 0; color: var(--muted); font-size: 0.94rem; line-height: 1.8; }
.scene-kicker { display: block; color: var(--warm); font-family: var(--mono); font-size: 9px; letter-spacing: 0.11em; }
.scene-caption { bottom: 15vh; max-width: 30rem; }
.scene-caption::before { position: absolute; z-index: 0; right: -8rem; bottom: -4rem; left: -1.5rem; height: 13rem; background: linear-gradient(180deg, transparent, rgba(10, 10, 11, 0.94) 82%); content: ""; pointer-events: none; }
.scene-caption > * { position: relative; z-index: 1; }
.scene-caption h2 { max-width: 14ch; margin: 0.85rem 0 1rem; font-family: var(--display); font-size: clamp(2.5rem, 5.4vw, 5.2rem); font-weight: 650; letter-spacing: -0.1em; line-height: 0.93; }
.scene-caption p { max-width: 25rem; margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.75; }
.scene-footer { position: absolute; right: 5.6vw; bottom: 7.2vh; left: 8vw; display: flex; align-items: center; justify-content: space-between; }
.scene-link { pointer-events: auto; color: var(--paper); font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em; }
.scene-link span { display: inline-block; margin-left: 0.55rem; color: var(--warm); font-size: 14px; transition: transform 300ms var(--ease); }
.scene-link:hover span { transform: translateY(0.25rem); }
.scene-index { color: rgba(243, 240, 233, 0.5); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; }
.scene-scroll-note { position: absolute; right: 5.6vw; top: 50%; color: rgba(243, 240, 233, 0.34); font-family: var(--mono); font-size: 8px; letter-spacing: 0.12em; writing-mode: vertical-rl; transform: translateY(-50%); }
html[data-station="0"] .scene-caption { opacity: 0; transform: translateY(1.2rem); }
html:not([data-station="0"]) .scene-intro { opacity: 0; transform: translateY(-1.5rem); }
html[data-station="4"] .scene-caption h2, html[data-station="5"] .scene-caption h2 { max-width: 10ch; }

.scroll-runway { position: relative; z-index: 0; height: 500svh; pointer-events: none; }
.scroll-anchor { position: absolute; left: 0; width: 1px; height: 1px; scroll-margin-top: 0; }
html:not(.three-active) .scroll-runway { display: none; }

.accessibility-content { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
html:not(.three-active) .accessibility-content { position: relative; width: min(100%, 960px); height: auto; margin: 0 auto; padding: 7rem 1.5rem 4rem; overflow: visible; clip: auto; clip-path: none; white-space: normal; }
.fallback-section { display: none; min-height: 86svh; padding: 8rem 0 7rem; border-bottom: 1px solid var(--line); }
html:not(.three-active) .fallback-section { display: block; }
.fallback-kicker { color: var(--warm); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.11em; }
.fallback-section h1, .fallback-section h2 { max-width: 12ch; margin: 2rem 0 1.6rem; font-family: var(--display); font-size: clamp(3.3rem, 9vw, 7rem); font-weight: 680; line-height: 0.94; letter-spacing: -0.1em; }
.fallback-section h1 em, .fallback-section h2 em { color: var(--warm); font-style: normal; }
.fallback-section > p { max-width: 34rem; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.fallback-art { position: relative; width: min(100%, 720px); aspect-ratio: 16 / 9; margin: 2.8rem 0 1.6rem; overflow: hidden; border: 1px solid var(--line); background: #151518; }
.fallback-art::before { position: absolute; inset: 1rem; border: 1px solid rgba(243, 240, 233, 0.12); content: ""; }
.fallback-art::after { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; height: 1px; background: rgba(243, 240, 233, 0.16); content: ""; }
.fallback-art__label { position: absolute; top: 1.25rem; left: 1.25rem; z-index: 2; color: rgba(243, 240, 233, 0.5); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em; }
.fallback-art__axis { position: absolute; z-index: 1; background: var(--warm); opacity: 0.7; }
.fallback-art__shape { position: absolute; z-index: 1; display: block; }
.fallback-art--optics { background: radial-gradient(circle at 27% 52%, rgba(198, 169, 120, 0.1), transparent 26%), #151518; }
.fallback-art--optics .fallback-art__axis { top: 18%; bottom: 15%; left: 53%; width: 1px; }
.fallback-art--optics .fallback-art__shape:first-of-type { top: 26%; left: 18%; width: 25%; aspect-ratio: 1; border: 1px solid var(--warm); border-radius: 50%; box-shadow: 0 0 0 1rem rgba(198, 169, 120, 0.08), 0 0 0 2rem rgba(198, 169, 120, 0.04); }
.fallback-art--optics .fallback-art__shape:last-of-type { top: 49%; right: 16%; width: 30%; height: 1px; background: rgba(243, 240, 233, 0.72); transform: rotate(-28deg); transform-origin: right center; }
.fallback-art--sound { background: linear-gradient(135deg, rgba(130, 156, 173, 0.08), transparent 58%), #12171b; }
.fallback-art--sound .fallback-art__axis { top: 22%; bottom: 22%; left: 50%; width: 1px; opacity: 0.38; }
.fallback-art--sound .fallback-art__shape:first-of-type { top: 48%; left: 13%; width: 74%; height: 18%; border-top: 1px solid var(--paper); border-bottom: 1px solid rgba(243, 240, 233, 0.35); border-radius: 50%; transform: skewX(-18deg); opacity: 0.72; }
.fallback-art--sound .fallback-art__shape:last-of-type { top: 35%; left: 23%; width: 54%; height: 28%; border-top: 1px solid var(--warm); border-bottom: 1px solid rgba(198, 169, 120, 0.32); border-radius: 50%; transform: skewX(18deg); opacity: 0.65; }
.fallback-art--motion { background: linear-gradient(135deg, rgba(198, 169, 120, 0.12), transparent 48%), #181513; }
.fallback-art--motion .fallback-art__axis { top: 17%; right: 25%; bottom: 16%; width: 1px; transform: rotate(32deg); opacity: 0.4; }
.fallback-art--motion .fallback-art__shape:first-of-type { top: 28%; left: 17%; width: 38%; height: 38%; border: 1px solid var(--warm); transform: rotate(-18deg); }
.fallback-art--motion .fallback-art__shape:last-of-type { right: 15%; bottom: 26%; width: 43%; height: 1px; background: var(--paper); box-shadow: -1.1rem -0.65rem 0 rgba(243, 240, 233, 0.42), -2.2rem -1.3rem 0 rgba(243, 240, 233, 0.18); transform: rotate(-18deg); transform-origin: right center; }
.fallback-link { display: inline-block; margin-top: 2.2rem; color: var(--warm); font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.05em; }
.fallback-list { max-width: 38rem; margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fallback-list li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 0.72rem; line-height: 1.5; }
.fallback-list b { min-width: 1.6rem; color: var(--warm); font-weight: 400; }
.fallback-contact { min-height: 70svh; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene-intro, .scene-caption, .scene-link span, .site-header nav a::after, .intelligence-panel, .feed-filters button::after { transition-duration: 0.001ms; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; height: 62px; padding: 0 20px; }
  .site-header > .desktop-nav, .header-meta { display: none; }
  .wordmark { font-size: 17px; }
  .wordmark span { display: none; }
  .header-actions { gap: 15px; }
  .header-cta { display: none; }
  .intelligence-trigger { min-height: 44px; padding-bottom: 6px; font-size: 8px; }
  .menu-toggle { display: inline-flex; min-height: 44px; align-items: center; color: var(--paper); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; }
  .mobile-nav { position: fixed; top: 62px; right: 16px; left: 16px; display: grid!important; gap: 0!important; max-height: 0; overflow: hidden; padding: 0 1rem; background: rgba(19, 19, 21, 0.97); border: 1px solid transparent; opacity: 0; transform: translateY(-0.5rem); transition: max-height 350ms var(--ease), opacity 250ms ease, transform 350ms var(--ease), border-color 350ms ease; }
  .mobile-nav.is-open { max-height: 18rem; padding-top: 0.35rem; padding-bottom: 0.35rem; border-color: var(--line); opacity: 1; transform: none; }
  .mobile-nav a { min-height: 48px!important; border-bottom: 1px solid var(--line); }
  .mobile-nav a:last-child { border-bottom: 0; }
  .mobile-nav__cta { color: var(--warm)!important; }
  .scene-intro, .scene-caption { right: 22px; left: 22px; max-width: none; }
  .scene-intro { top: 23vh; }
  .scene-intro h1 { margin-top: 0.9rem; font-size: clamp(4.6rem, 20vw, 7.2rem); }
  .scene-intro > p:not(.scene-intro__note) { margin-top: 1rem; font-size: 0.78rem; }
  .scene-intro__note { margin-top: 2.3rem; font-size: 0.82rem; line-height: 1.72; }
  .scene-caption { bottom: 17vh; }
  .scene-caption h2 { max-width: 10ch; margin-top: 0.75rem; font-size: clamp(2.35rem, 11vw, 4.2rem); }
  .scene-caption p { max-width: 19rem; font-size: 0.82rem; line-height: 1.7; }
  .scene-footer { right: 22px; bottom: 6.2vh; left: 22px; }
  .scene-scroll-note { display: none; }
  .intelligence-panel { width: 100%; padding: 5.2rem 22px 2rem; }
  .intelligence-panel__head { gap: 1rem; }
  .intelligence-panel h2 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .intelligence-panel__intro { font-size: 0.82rem; }
  .feed-filters { gap: 1rem; }
  .intelligence-panel__foot { flex-direction: column; gap: 0.7rem; }
  html[data-station="4"] .scene-caption h2, html[data-station="5"] .scene-caption h2 { max-width: 8ch; }
  html:not(.three-active) .accessibility-content { padding-top: 6rem; }
  .fallback-section { min-height: 82svh; padding: 6.2rem 0 5rem; }
  .fallback-section h1, .fallback-section h2 { font-size: clamp(3rem, 15vw, 5.4rem); }
}

/* --------------------------------------------------------------------------
   Public home / conversion pass
   The home is intentionally quieter than the private operations workspace.
   It uses hierarchy, rules, and useful copy instead of effects or metrics.
---------------------------------------------------------------------------- */

.home-body {
  --home-bg: #0c0e10;
  --home-panel: #15191e;
  --home-panel-deep: #111519;
  --home-text: #f1eee8;
  --home-muted: #a5a7aa;
  --home-soft: #777b80;
  --home-line: rgba(241, 238, 232, 0.16);
  --home-line-strong: rgba(241, 238, 232, 0.28);
  --home-accent: #c99568;
  background: var(--home-bg);
  color: var(--home-text);
}

.home-body .site-shell {
  min-height: 100svh;
  overflow: visible;
  background: var(--home-bg);
}

.home-body .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 72px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding: 0 clamp(1.25rem, 4.8vw, 4.8rem);
  background: rgba(12, 14, 16, 0.96);
  border-bottom: 1px solid var(--home-line);
}

.home-brand {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  min-height: 44px;
  padding: 0.7rem 0;
}

.home-brand__name {
  color: var(--home-text);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 1;
}

.home-brand__sub {
  color: var(--home-soft);
  font-size: 0.7rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.home-body .site-header .desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2.6rem);
}

.home-body .site-header .desktop-nav a,
.home-body .site-header .mobile-nav a {
  min-height: 44px;
  color: var(--home-muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: -0.04em;
  transition: color 180ms ease;
}

.home-body .site-header .desktop-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0;
}

.home-body .site-header .desktop-nav a::after,
.home-body .site-header .mobile-nav a::after {
  display: none;
}

.home-body .site-header .desktop-nav a:hover,
.home-body .site-header .desktop-nav a:focus-visible,
.home-body .site-header .mobile-nav a:hover,
.home-body .site-header .mobile-nav a:focus-visible {
  color: var(--home-text);
}

.home-body .header-actions {
  justify-self: end;
  gap: 1rem;
}

.home-body .header-cta,
.home-body .home-inline-cta,
.home-body .guide-link {
  color: var(--home-text);
  font-size: 0.78rem;
  letter-spacing: -0.04em;
}

.home-body .header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0 0.2rem;
  border-bottom: 1px solid var(--home-accent);
  transition: color 180ms ease, border-color 180ms ease;
}

.home-body .header-cta span,
.home-body .home-inline-cta span,
.home-body .guide-link span {
  color: var(--home-accent);
  transition: transform 180ms ease;
}

.home-body .header-cta:hover,
.home-body .header-cta:focus-visible,
.home-body .home-inline-cta:hover,
.home-body .home-inline-cta:focus-visible,
.home-body .guide-link:hover,
.home-body .guide-link:focus-visible {
  color: var(--home-accent);
}

.home-body .header-cta:hover span,
.home-body .home-inline-cta:hover span,
.home-body .guide-link:hover span {
  transform: translateX(0.2rem);
}

.home-body .menu-toggle {
  display: none;
  min-height: 44px;
  padding: 0;
  color: var(--home-text);
  font-size: 0.78rem;
  letter-spacing: -0.04em;
}

.home-body .mobile-nav {
  display: none;
}

.home-main {
  width: min(100% - clamp(2.5rem, 9.6vw, 9.6rem), 1280px);
  margin: 0 auto;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(21rem, 0.72fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(5.5rem, 10vw, 9.8rem) 0 clamp(4.5rem, 8vw, 8rem);
}

.home-eyebrow {
  margin: 0;
  color: var(--home-accent);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.home-hero h1,
.home-section h2,
.home-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.105em;
  line-height: 1.04;
}

.home-hero h1 {
  max-width: none;
  margin-top: 1.45rem;
  font-size: clamp(3.1rem, 5.8vw, 5.3rem);
}

.home-hero h1 em,
.home-section h2 em,
.home-cta h2 em,
.hero-note h2 em {
  color: var(--home-accent);
  font-style: normal;
}

.home-hero__lede {
  max-width: 39rem;
  margin: 2.2rem 0 0;
  color: var(--home-muted);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  letter-spacing: -0.045em;
  line-height: 1.85;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem 1.55rem;
  margin-top: 2.25rem;
}

.home-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--home-text);
  font-size: 0.86rem;
  font-weight: 620;
  letter-spacing: -0.055em;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.home-button--solid {
  background: var(--home-text);
  color: var(--home-bg);
}

.home-button--solid:hover,
.home-button--solid:focus-visible {
  border-color: var(--home-accent);
  background: var(--home-accent);
  color: var(--home-bg);
}

.home-button span {
  color: var(--home-accent);
}

.home-button--solid span {
  color: var(--home-bg);
}

.home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.55rem;
  color: var(--home-muted);
  font-size: 0.8rem;
  letter-spacing: -0.045em;
  transition: color 180ms ease;
}

.home-text-link span {
  color: var(--home-accent);
  transition: transform 180ms ease;
}

.home-text-link:hover,
.home-text-link:focus-visible {
  color: var(--home-text);
}

.home-text-link:hover span {
  transform: translateY(0.18rem);
}

.home-hero__note {
  max-width: 36rem;
  margin: 1.8rem 0 0;
  color: var(--home-soft);
  font-size: 0.78rem;
  letter-spacing: -0.04em;
  line-height: 1.7;
}

.home-hero__note strong {
  color: var(--home-text);
  font-weight: 550;
}

.hero-note {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--home-line-strong);
  background: var(--home-panel);
}

.hero-note::before,
.hero-note::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-note::before {
  top: 19%;
  right: -10%;
  width: 72%;
  height: 1px;
  background: var(--home-accent);
  opacity: 0.58;
  transform: rotate(-27deg);
  transform-origin: right center;
}

.hero-note::after {
  right: 12%;
  bottom: 17%;
  width: 48%;
  height: 48%;
  border: 1px solid rgba(241, 238, 232, 0.12);
  border-radius: 50%;
}

.hero-note__top,
.hero-note__body,
.hero-note figcaption {
  position: relative;
  z-index: 1;
}

.hero-note__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-soft);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.hero-note__top span:last-child {
  color: var(--home-text);
}

.hero-note__body {
  display: flex;
  min-height: 26.5rem;
  flex-direction: column;
  justify-content: center;
  padding: 3rem clamp(1.4rem, 4vw, 3.3rem);
}

.hero-note__label {
  color: var(--home-muted);
  font-size: 0.75rem;
  letter-spacing: -0.04em;
}

.hero-note h2 {
  max-width: none;
  margin: 1.1rem 0 0;
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  letter-spacing: -0.11em;
}

.hero-note__rule {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  height: 4rem;
  margin-top: 2.4rem;
}

.hero-note__rule i {
  display: block;
  width: 1px;
  background: var(--home-accent);
}

.hero-note__rule i:nth-child(1) { height: 42%; opacity: 0.36; }
.hero-note__rule i:nth-child(2) { height: 78%; opacity: 0.68; }
.hero-note__rule i:nth-child(3) { height: 100%; opacity: 0.92; }

.hero-note__body p {
  margin: 1.1rem 0 0;
  color: var(--home-soft);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.03em;
}

.hero-note figcaption {
  display: block;
  padding: 1rem 1.35rem 1.25rem;
  border-top: 1px solid var(--home-line);
  color: var(--home-soft);
  font-size: 0.68rem;
  letter-spacing: -0.03em;
  line-height: 1.65;
}

.home-proofline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--home-line-strong);
  border-bottom: 1px solid var(--home-line-strong);
}

.home-proofline span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem 0.9rem 0;
  color: var(--home-muted);
  font-size: 0.76rem;
  letter-spacing: -0.045em;
}

.home-proofline span + span {
  padding-left: clamp(0.85rem, 2vw, 2rem);
  border-left: 1px solid var(--home-line);
}

.home-section {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
  border-bottom: 1px solid var(--home-line);
  scroll-margin-top: 72px;
}

.home-section .section-intro {
  display: grid;
  grid-template-columns: minmax(9rem, 0.5fr) minmax(0, 1.15fr);
  column-gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
}

.home-section .section-intro > *:not(.home-eyebrow) {
  grid-column: 2;
}

.home-section .section-intro .home-eyebrow {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.home-section h2 {
  max-width: 14ch;
  font-size: clamp(2.4rem, 5vw, 5.3rem);
}

.home-section .section-intro > p:last-child,
.section-heading-row > p,
.section-footnote {
  max-width: 38rem;
  margin: 1.8rem 0 0;
  color: var(--home-muted);
  font-size: 0.94rem;
  letter-spacing: -0.045em;
  line-height: 1.85;
}

.situation-list,
.service-list,
.process-list,
.record-list,
.faq-list {
  margin: 4.2rem 0 0;
  padding: 0;
  list-style: none;
}

.situation-list {
  border-top: 1px solid var(--home-line-strong);
}

.situation-list li,
.service-list a {
  border-bottom: 1px solid var(--home-line);
}

.situation-list a,
.service-list a {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr) 2rem;
  gap: 1rem;
  align-items: center;
  min-height: 6.2rem;
  padding: 1.15rem 0;
  transition: background 180ms ease, padding 180ms ease;
}

.situation-list a:hover,
.situation-list a:focus-visible,
.service-list a:hover,
.service-list a:focus-visible {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  background: var(--home-panel-deep);
}

.list-number,
.service-list__meta,
.record-list article > span {
  align-self: start;
  color: var(--home-accent);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.situation-list strong,
.service-list strong {
  display: block;
  color: var(--home-text);
  font-size: 1.05rem;
  font-weight: 560;
  letter-spacing: -0.06em;
}

.situation-list small,
.service-list small {
  display: block;
  margin-top: 0.45rem;
  color: var(--home-muted);
  font-size: 0.78rem;
  letter-spacing: -0.045em;
  line-height: 1.6;
}

.list-arrow {
  justify-self: end;
  color: var(--home-accent);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.situation-list a:hover .list-arrow,
.situation-list a:focus-visible .list-arrow,
.service-list a:hover .list-arrow,
.service-list a:focus-visible .list-arrow {
  transform: translate(0.2rem, -0.2rem);
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(15rem, 0.58fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
}

.section-heading-row h2 {
  margin-top: 1.4rem;
}

.section-heading-row > p {
  margin: 0 0 0.15rem;
}

.home-services .service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--home-line-strong);
}

.home-services .service-list a:nth-child(odd) {
  padding-right: clamp(1rem, 3vw, 3rem);
  border-right: 1px solid var(--home-line);
}

.home-services .service-list a:nth-child(even) {
  padding-left: clamp(1rem, 3vw, 3rem);
}

.service-list a {
  grid-template-columns: minmax(6.5rem, 0.42fr) minmax(0, 1fr) 1.5rem;
  min-height: 8.5rem;
}

.service-list__meta {
  color: var(--home-soft);
}

.section-footnote {
  margin-top: 2rem;
  color: var(--home-soft);
  font-size: 0.78rem;
}

.home-process {
  background: var(--home-panel-deep);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--home-line-strong);
}

.process-list li {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1rem;
  min-height: 13.5rem;
  padding: 1.6rem 1.5rem 1.6rem 0;
  border-bottom: 1px solid var(--home-line);
}

.process-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 1.5rem;
  border-left: 1px solid var(--home-line);
}

.process-number {
  color: var(--home-accent);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.process-list h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 1.08rem;
  font-weight: 560;
  letter-spacing: -0.06em;
}

.process-list p,
.process-list small {
  display: block;
  max-width: 25rem;
  margin: 0.8rem 0 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  letter-spacing: -0.045em;
  line-height: 1.75;
}

.process-list small {
  margin-top: 1rem;
  color: var(--home-soft);
  font-size: 0.72rem;
}

.home-brief {
  background: var(--home-bg);
}

.brief-list {
  margin: 4.2rem 0 0;
  border-top: 1px solid var(--home-line-strong);
}

.brief-list div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.32fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--home-line);
}

.brief-list dt {
  color: var(--home-accent);
  font-size: 0.8rem;
  font-weight: 560;
  letter-spacing: -0.05em;
}

.brief-list dd {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.84rem;
  letter-spacing: -0.045em;
  line-height: 1.65;
}

.home-inline-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--home-line-strong);
}

.home-record {
  background: var(--home-panel-deep);
}

.record-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--home-line-strong);
}

.record-list article {
  min-height: 13rem;
  padding: 1.35rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid var(--home-line);
}

.record-list article + article {
  padding-left: 1.5rem;
  border-left: 1px solid var(--home-line);
}

.record-list h3 {
  max-width: 14ch;
  margin: 2.4rem 0 0;
  color: var(--home-text);
  font-size: 1.05rem;
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 1.35;
}

.record-list p {
  max-width: 19rem;
  margin: 0.9rem 0 0;
  color: var(--home-muted);
  font-size: 0.8rem;
  letter-spacing: -0.045em;
  line-height: 1.75;
}

.home-faq {
  display: grid;
  grid-template-columns: minmax(14rem, 0.55fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 8vw, 10rem);
  align-items: start;
}

.home-faq .faq-list {
  margin-top: 0;
  border-top: 1px solid var(--home-line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--home-line);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  padding: 1rem 2.2rem 1rem 0;
  color: var(--home-text);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 540;
  letter-spacing: -0.055em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  color: var(--home-accent);
  content: "+";
  font-family: var(--mono);
  font-size: 1rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 42rem;
  margin: -0.1rem 2.2rem 1.35rem 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  letter-spacing: -0.045em;
  line-height: 1.8;
}

.home-faq .guide-link {
  grid-column: 2;
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.8rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--home-line-strong);
}

.home-cta {
  padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(6.5rem, 12vw, 11rem);
}

.home-cta h2 {
  max-width: 14ch;
  margin-top: 1.4rem;
  font-size: clamp(2.7rem, 6vw, 6.2rem);
}

.home-cta > p:not(.home-eyebrow) {
  max-width: 34rem;
  margin: 1.8rem 0 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  letter-spacing: -0.045em;
  line-height: 1.8;
}

.home-cta .home-button {
  margin-top: 2rem;
}

.home-footer {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - clamp(2.5rem, 9.6vw, 9.6rem), 1280px);
  margin: 0 auto;
  color: var(--home-soft);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.04em;
}

.home-footer a {
  color: var(--home-text);
  transition: color 180ms ease;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: var(--home-accent);
}

.mobile-consult {
  display: none;
}

@media (max-width: 900px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }

  .hero-note {
    width: min(100%, 37rem);
    justify-self: end;
  }

  .section-heading-row,
  .home-faq {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .home-faq .guide-link {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  .home-body {
    padding-bottom: 4.8rem;
  }

  .home-body .site-header {
    height: 62px;
    grid-template-columns: 1fr auto;
    padding: 0 1.25rem;
  }

  .home-body .site-header .desktop-nav,
  .home-body .header-cta {
    display: none;
  }

  .home-body .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .home-body .site-header .mobile-nav {
    position: absolute;
    top: 62px;
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    background: var(--home-panel);
    border: 1px solid transparent;
    opacity: 0;
    transform: translateY(-0.4rem);
    transition: max-height 250ms var(--ease), opacity 180ms ease, transform 250ms var(--ease), border-color 180ms ease;
  }

  .home-body .site-header .mobile-nav.is-open {
    max-height: 16rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-color: var(--home-line-strong);
    opacity: 1;
    transform: none;
  }

  .home-body .site-header .mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--home-line);
  }

  .home-body .site-header .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .home-body .site-header .mobile-nav .mobile-nav__cta {
    color: var(--home-accent);
  }

  .home-main,
  .home-footer {
    width: min(100% - 2.5rem, 37rem);
  }

  .home-hero {
    min-height: 0;
    gap: 3.3rem;
    padding: 4.8rem 0 4.5rem;
  }

  .home-hero h1 {
    max-width: none;
    margin-top: 1.25rem;
    font-size: clamp(2.65rem, 11vw, 4.6rem);
    line-height: 1.01;
  }

  .home-hero__lede {
    margin-top: 1.6rem;
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .home-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.8rem;
  }

  .home-text-link {
    font-size: 0.78rem;
  }

  .home-hero__note {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }

  .hero-note {
    min-height: 28rem;
  }

  .hero-note__body {
    min-height: 20rem;
    padding: 2.6rem 1.35rem;
  }

  .hero-note h2 {
    font-size: clamp(2rem, 9.4vw, 3rem);
  }

  .home-proofline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proofline span {
    min-height: 60px;
    padding-right: 0.8rem;
    font-size: 0.7rem;
    line-height: 1.45;
  }

  .home-proofline span:nth-child(odd) {
    padding-left: 0;
  }

  .home-proofline span:nth-child(even) {
    padding-left: 0.8rem;
  }

  .home-proofline span:nth-child(n + 3) {
    border-top: 1px solid var(--home-line);
  }

  .home-section {
    padding: 5.5rem 0;
    scroll-margin-top: 62px;
  }

  .home-section .section-intro {
    display: block;
  }

  .home-section .section-intro > *:not(.home-eyebrow),
  .home-section .section-intro .home-eyebrow {
    display: block;
  }

  .home-section h2 {
    max-width: 13ch;
    margin-top: 1.25rem;
    font-size: clamp(2.3rem, 10.4vw, 4.2rem);
  }

  .home-section .section-intro > p:last-child,
  .section-heading-row > p,
  .section-footnote {
    margin-top: 1.5rem;
    font-size: 0.84rem;
    line-height: 1.8;
  }

  .situation-list,
  .service-list,
  .process-list,
  .record-list,
  .brief-list {
    margin-top: 3.2rem;
  }

  .situation-list a,
  .service-list a {
    grid-template-columns: 2.7rem minmax(0, 1fr) 1rem;
    min-height: 6.4rem;
    gap: 0.65rem;
    padding: 1rem 0;
  }

  .situation-list a:hover,
  .situation-list a:focus-visible,
  .service-list a:hover,
  .service-list a:focus-visible {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }

  .situation-list strong,
  .service-list strong {
    font-size: 0.96rem;
  }

  .situation-list small,
  .service-list small {
    margin-top: 0.35rem;
    font-size: 0.72rem;
  }

  .home-services .service-list {
    display: block;
  }

  .home-services .service-list a:nth-child(odd),
  .home-services .service-list a:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .service-list a {
    grid-template-columns: 5.4rem minmax(0, 1fr) 1rem;
    min-height: 7.2rem;
  }

  .service-list__meta {
    font-size: 0.58rem;
  }

  .process-list {
    display: block;
  }

  .process-list li,
  .process-list li:nth-child(even) {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    min-height: 0;
    padding: 1.35rem 0;
    border-left: 0;
  }

  .process-list h3 {
    font-size: 0.98rem;
  }

  .process-list p,
  .process-list small {
    font-size: 0.76rem;
  }

  .brief-list div {
    grid-template-columns: 5.4rem minmax(0, 1fr);
    gap: 0.8rem;
    padding: 1rem 0;
  }

  .brief-list dt,
  .brief-list dd {
    font-size: 0.74rem;
  }

  .record-list {
    display: block;
  }

  .record-list article,
  .record-list article + article {
    min-height: 0;
    padding: 1.2rem 0 1.5rem;
    border-left: 0;
  }

  .record-list h3 {
    margin-top: 1.7rem;
    font-size: 0.98rem;
  }

  .record-list p {
    font-size: 0.75rem;
  }

  .home-faq {
    display: block;
  }

  .home-faq .faq-list {
    margin-top: 3.2rem;
  }

  .faq-list summary {
    min-height: 4.2rem;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .faq-list details p {
    margin-right: 1.5rem;
    font-size: 0.75rem;
  }

  .home-faq .guide-link {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }

  .home-cta {
    padding: 5.5rem 0 6.5rem;
  }

  .home-cta h2 {
    font-size: clamp(2.4rem, 11vw, 4.5rem);
  }

  .home-cta > p:not(.home-eyebrow) {
    font-size: 0.82rem;
  }

  .home-footer {
    min-height: 78px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    font-size: 0.56rem;
  }

  .mobile-consult {
    position: fixed;
    z-index: 40;
    right: 1rem;
    bottom: max(1rem, env(safe-area-inset-bottom));
    left: 1rem;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background: var(--home-text);
    color: var(--home-bg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
    font-size: 0.84rem;
    font-weight: 620;
    letter-spacing: -0.05em;
  }

  .mobile-consult span {
    color: var(--home-accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-body .site-header .mobile-nav,
  .home-button,
  .home-text-link span,
  .home-inline-cta span,
  .guide-link span,
  .list-arrow,
  .situation-list a,
  .service-list a {
    transition-duration: 0.001ms;
  }
}

/* --------------------------------------------------------------------------
   2026-09-05 proof-led public home
   One real frame, fewer repeated labels, and a single neutral accent.
   This layer intentionally overrides the former text-template pass while
   keeping the shared routes, analytics hooks, and contact flow intact.
---------------------------------------------------------------------------- */

.home-body {
  --home-bg: #0d0f11;
  --home-panel: #15191d;
  --home-panel-deep: #111519;
  --home-text: #f2f1ed;
  --home-muted: #aeb2b6;
  --home-soft: #7d8389;
  --home-line: rgba(242, 241, 237, 0.14);
  --home-line-strong: rgba(242, 241, 237, 0.27);
  --home-accent: #bcc3ca;
  background: var(--home-bg);
}

.home-body .site-header {
  height: 68px;
  background: rgba(13, 15, 17, 0.96);
  border-bottom-color: var(--home-line);
}

.home-brand__name {
  letter-spacing: -0.08em;
}

.home-brand__sub,
.home-body .site-header .desktop-nav a,
.home-body .home-hero__note,
.home-body .section-footnote,
.home-body .home-footer {
  color: var(--home-muted);
}

.home-body .header-cta,
.home-body .home-inline-cta,
.home-body .guide-link {
  border-color: var(--home-accent);
}

.home-main {
  width: min(100% - clamp(2.5rem, 9.6vw, 9.6rem), 1280px);
  margin: 0 auto;
}

.home-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1.02fr) minmax(24rem, 0.9fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 6.7rem) 0 clamp(4rem, 7vw, 6rem);
}

.home-hero__copy,
.hero-visual,
.section-heading-row > *,
.service-card,
.evidence-piece {
  min-width: 0;
}

.home-hero h1,
.home-section h2,
.home-cta h2 {
  text-wrap: balance;
  word-break: keep-all;
  font-weight: 610;
  letter-spacing: -0.09em;
}

.home-hero h1 {
  max-width: 12.5ch;
  margin-top: 1.2rem;
  font-size: clamp(3rem, 4.7vw, 4.9rem);
  line-height: 1.02;
}

.home-hero h1 em,
.home-section h2 em,
.home-cta h2 em {
  color: var(--home-accent);
}

.home-hero__lede {
  max-width: 36rem;
  margin-top: 1.65rem;
  color: var(--home-muted);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.8;
}

.home-hero__actions {
  margin-top: 1.9rem;
}

.home-button {
  min-height: 50px;
  padding-inline: 1.15rem;
}

.home-button--solid {
  background: var(--home-text);
  color: var(--home-bg);
}

.home-button--solid:hover,
.home-button--solid:focus-visible {
  background: var(--home-accent);
  border-color: var(--home-accent);
}

.home-hero__note {
  max-width: 31rem;
  margin-top: 1.55rem;
  line-height: 1.7;
}

.hero-visual {
  margin: 0;
}

.hero-visual__frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--home-line-strong);
  background: #20252a;
}

.hero-visual__frame img,
.evidence-piece img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual figcaption,
.evidence-piece figcaption {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.8rem;
  color: var(--home-soft);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.hero-visual figcaption {
  grid-template-columns: 1fr auto;
  gap: 1rem;
}

.hero-visual figcaption span:first-child,
.evidence-piece figcaption span {
  color: var(--home-accent);
}

.hero-visual figcaption span:last-child {
  text-align: right;
}

.home-proofline {
  border-top-color: var(--home-line-strong);
  border-bottom-color: var(--home-line-strong);
}

.home-proofline span {
  color: var(--home-muted);
}

.home-section {
  padding: clamp(3.5rem, 4.8vw, 5rem) 0;
  border-bottom: 0;
  scroll-margin-top: 68px;
}

.home-section + .home-section,
.home-cta {
  border-top: 0;
}

.section-heading-row--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.7fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
}

.section-heading-row--split h2 {
  max-width: 18ch;
  margin-top: 1.15rem;
  font-size: clamp(1.8rem, 2.5vw, 2.3rem);
  line-height: 1.08;
}

.section-heading-row--split > p {
  max-width: 31rem;
  margin: 0 0 0.2rem;
  color: var(--home-muted);
  font-size: 0.94rem;
  line-height: 1.85;
}

.service-grid {
  display: block;
  margin-top: 2.8rem;
  border-top: 1px solid var(--home-line-strong);
}

.service-card {
  display: grid;
  grid-template-columns: minmax(8rem, 0.3fr) minmax(14rem, 0.8fr) minmax(15rem, 1fr) auto;
  gap: 1.5rem;
  min-height: 8.2rem;
  align-items: center;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--home-line);
  background: var(--home-bg);
  transition: background 180ms ease, padding-inline 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  background: var(--home-panel);
  padding-inline: 1rem;
}

.service-card--feature {
  background: var(--home-bg);
}

.service-card__label {
  align-self: start;
  color: var(--home-accent);
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.03em;
}

.service-card h3 {
  max-width: 16ch;
  margin: 0;
  color: var(--home-text);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1.25;
  text-wrap: balance;
}

.service-card p {
  max-width: 29rem;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  letter-spacing: -0.04em;
  line-height: 1.75;
}

.service-card__link {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0;
  padding-top: 0;
  color: var(--home-text);
  font-size: 0.76rem;
}

.service-card__link span {
  color: var(--home-accent);
}

.service-card__link span,
.hero-visual,
.evidence-piece {
  transition: transform 180ms ease;
}

.service-card:hover .service-card__link span,
.service-card:focus-visible .service-card__link span {
  transform: translate(0.15rem, -0.15rem);
}

.section-footnote {
  max-width: 40rem;
  margin-top: 1.6rem;
  font-size: 0.78rem;
  line-height: 1.75;
}

.section-footnote a {
  color: var(--home-text);
  text-decoration: underline;
  text-decoration-color: var(--home-accent);
  text-underline-offset: 0.2em;
}

.home-process {
  background: var(--home-panel-deep);
}

.process-list--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.8rem;
  border-top-color: var(--home-line-strong);
  border-bottom: 1px solid var(--home-line-strong);
}

.process-list--three li,
.process-list--three li:nth-child(even) {
  min-height: 10.8rem;
  padding: 1.5rem 1.5rem 1.65rem 0;
  border-left: 0;
  border-bottom: 0;
}

.process-list--three li + li {
  padding-left: 1.5rem;
  border-left: 1px solid var(--home-line);
}

.process-list--three h3 {
  font-size: 1.05rem;
}

.process-list--three p {
  max-width: 19rem;
  color: var(--home-muted);
  line-height: 1.75;
}

.process-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin-top: 1.5rem;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.process-note strong {
  color: var(--home-text);
  font-weight: 560;
}

.home-evidence {
  background: var(--home-bg);
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(13rem, 0.65fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: end;
  margin-top: 2.8rem;
}

.evidence-piece {
  margin: 0;
}

.evidence-piece__image,
.evidence-piece > img {
  display: block;
  overflow: hidden;
  border: 1px solid var(--home-line-strong);
  background: #20252a;
}

.evidence-piece > img {
  height: auto;
  object-fit: cover;
}

.evidence-piece--wide > img {
  aspect-ratio: 16 / 9;
}

.evidence-piece--tall {
  width: min(100%, 19rem);
  justify-self: end;
}

.evidence-piece--tall > img {
  aspect-ratio: 9 / 16;
}

.evidence-piece figcaption {
  padding-top: 0.9rem;
}

.evidence-piece figcaption strong {
  color: var(--home-text);
  font-family: var(--sans);
  font-size: 0.96rem;
  font-weight: 560;
  letter-spacing: -0.05em;
}

.evidence-piece figcaption p {
  margin: 0;
  color: var(--home-muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: -0.04em;
  line-height: 1.7;
}

.home-faq {
  display: block;
}

.faq-list--compact {
  max-width: 52rem;
  margin-top: 3.5rem;
  border-top-color: var(--home-line-strong);
}

.faq-list--compact summary {
  min-height: 4.2rem;
  padding-right: 2.4rem;
}

.faq-list--compact details p {
  max-width: 42rem;
  margin-right: 2.4rem;
}

.home-faq .guide-link {
  margin-top: 1.5rem;
}

.home-cta {
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(5.5rem, 9vw, 8.5rem);
  border-bottom: 1px solid var(--home-line);
}

.home-cta h2 {
  max-width: 13ch;
  margin-top: 1.15rem;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
}

.home-cta > p:not(.home-eyebrow) {
  max-width: 32rem;
  margin-top: 1.5rem;
  color: var(--home-muted);
  line-height: 1.8;
}

.home-footer {
  min-height: 84px;
}

.mobile-consult {
  display: none !important;
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .hero-visual {
    width: min(100%, 48rem);
    justify-self: end;
  }

  .evidence-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.8fr);
  }
}

@media (max-width: 760px) {
  .home-body {
    padding-bottom: 0;
  }

  .home-body .site-header {
    height: 62px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 1.25rem;
  }

  .home-body .site-header .desktop-nav {
    display: none;
  }

  .home-body .header-actions {
    gap: 0.75rem;
  }

  .home-body .header-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0.25rem 0 0.2rem;
    font-size: 0.72rem;
  }

  .home-body .menu-toggle {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0;
    font-size: 0.72rem;
  }

  .home-body .site-header .mobile-nav {
    top: 62px;
  }

  .home-main,
  .home-footer {
    width: min(calc(100% - 2.5rem), 40rem);
  }

  .home-hero {
    gap: 2.6rem;
    padding: 3.6rem 0 3.8rem;
  }

  .desktop-break {
    display: none;
  }

  .home-hero h1 {
    max-width: 11.5ch;
    margin-top: 1rem;
    font-size: clamp(2.6rem, 10vw, 4.2rem);
    line-height: 1.04;
  }

  .home-hero__lede {
    margin-top: 1.45rem;
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .home-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.65rem;
  }

  .home-hero__note {
    margin-top: 1.35rem;
    font-size: 0.75rem;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-visual figcaption {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .hero-visual figcaption span:last-child {
    text-align: left;
  }

  .home-proofline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proofline span {
    min-height: 58px;
    padding: 0.85rem 0.75rem 0.85rem 0;
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .home-proofline span:nth-child(even) {
    padding-left: 0.75rem;
  }

  .home-proofline span:nth-child(n + 3) {
    border-top: 1px solid var(--home-line);
  }

  .home-section {
    padding: 3.25rem 0;
    scroll-margin-top: 62px;
  }

  .section-heading-row--split {
    display: block;
  }

  .section-heading-row--split h2 {
    max-width: 18ch;
    margin-top: 1rem;
    font-size: clamp(1.75rem, 7.4vw, 2rem);
    line-height: 1.05;
  }

  .section-heading-row--split h2 br,
  .home-cta h2 br {
    display: none;
  }

  .section-heading-row--split > p {
    margin-top: 1.35rem;
    font-size: 0.84rem;
    line-height: 1.8;
  }

  .service-grid {
    display: block;
    margin-top: 2.35rem;
    border-right: 0;
    border-left: 0;
  }

  .service-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1.15rem 0 1.25rem;
    border-bottom-color: var(--home-line);
    background: transparent;
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card:hover,
  .service-card:focus-visible {
    padding-inline: 0.4rem;
  }

  .service-card h3 {
    margin-top: 1.65rem;
    font-size: 1.04rem;
  }

  .service-card p {
    font-size: 0.75rem;
  }

  .service-card__link {
    align-self: flex-start;
    padding-top: 1.1rem;
    font-size: 0.72rem;
  }

  .section-footnote {
    margin-top: 1.35rem;
    font-size: 0.74rem;
  }

  .process-list--three {
    display: block;
    margin-top: 2.35rem;
  }

  .process-list--three li,
  .process-list--three li:nth-child(even),
  .process-list--three li + li {
    min-height: 0;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    padding: 1.25rem 0 1.35rem;
    border-left: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .process-list--three li:last-child {
    border-bottom: 0;
  }

  .process-list--three h3 {
    font-size: 0.98rem;
  }

  .process-list--three p {
    margin-top: 0.55rem;
    font-size: 0.75rem;
  }

  .process-note {
    display: grid;
    gap: 0.35rem;
    font-size: 0.74rem;
  }

  .evidence-grid {
    display: block;
    margin-top: 2.35rem;
  }

  .evidence-piece--tall {
    width: min(100%, 20rem);
    margin-top: 2.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .evidence-piece figcaption strong {
    font-size: 0.88rem;
  }

  .evidence-piece figcaption p {
    font-size: 0.74rem;
  }

  .faq-list--compact {
    margin-top: 2.7rem;
  }

  .faq-list--compact summary {
    min-height: 4.2rem;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .faq-list--compact details p {
    margin-right: 1.8rem;
    font-size: 0.75rem;
  }

  .home-cta {
    padding: 3.9rem 0 4.8rem;
  }

  .home-cta h2 {
    max-width: 13ch;
    font-size: clamp(2.2rem, 9.2vw, 3.7rem);
    line-height: 1.05;
  }

  .home-cta > p:not(.home-eyebrow) {
    font-size: 0.8rem;
  }

  .home-footer {
    min-height: 94px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card__link span {
    transition-duration: 0.001ms;
  }
}

/* --------------------------------------------------------------------------
   2026-09-05 screenshot QA polish
   Let the proof and FAQ read as editorial information instead of repeating
   the same card grammar across every section.
---------------------------------------------------------------------------- */

.home-proofline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.home-proofline span {
  min-width: 0;
  padding: 0.9rem 1rem 0.9rem 0;
  line-height: 1.5;
}

.home-proofline span + span {
  padding-left: 1rem;
}

.home-evidence .section-heading-row--split {
  align-items: start;
}

.home-evidence .section-heading-row--split > p {
  margin-top: 0.15rem;
}

.home-faq .faq-list--compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 4vw, 4rem);
  max-width: none;
  margin-top: 2.6rem;
  border-top: 0;
}

.home-faq .faq-list--compact details {
  border-top: 1px solid var(--home-line);
  border-bottom: 0;
}

.home-faq .faq-list--compact details:nth-child(-n + 2) {
  border-top-color: var(--home-line-strong);
}

.home-faq .faq-list--compact summary {
  min-height: 4.8rem;
}

.home-faq .guide-link {
  margin-top: 1.8rem;
}

@media (max-width: 760px) {
  .home-proofline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proofline span {
    padding: 0.85rem 0.75rem 0.85rem 0;
  }

  .home-proofline span + span {
    padding-left: 0.75rem;
  }

  .home-faq .faq-list--compact {
    display: block;
    margin-top: 2.4rem;
  }

  .home-faq .faq-list--compact details {
    border-top: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-faq .faq-list--compact details:first-child {
    border-top: 1px solid var(--home-line-strong);
  }
}

/* --------------------------------------------------------------------------
   2026-09-05 captured review: give each home section a different reading
   rhythm. Services and FAQ are plain information sections; the process panel
   keeps the only compact multi-column treatment on the page.
---------------------------------------------------------------------------- */

@media (min-width: 761px) {
  .home-situations .section-heading-row--split,
  .home-faq .section-heading-row--split {
    display: block;
    max-width: 58rem;
  }

  .home-situations .section-heading-row--split h2,
  .home-faq .section-heading-row--split h2 {
    max-width: none;
    margin-top: 0.85rem;
    font-size: clamp(2rem, 2.9vw, 3rem);
  }

  .home-situations .section-heading-row--split h2 br,
  .home-faq .section-heading-row--split h2 br {
    display: none;
  }

  .home-situations .section-heading-row--split > p,
  .home-faq .section-heading-row--split > p {
    max-width: 42rem;
    margin-top: 1rem;
  }

  .home-situations .service-grid {
    margin-top: 2.15rem;
  }

  .home-faq .faq-list--compact {
    margin-top: 2rem;
  }
}

@media (max-width: 760px) {
  .home-situations .section-heading-row--split h2,
  .home-faq .section-heading-row--split h2 {
    max-width: 16ch;
  }
}

/* --------------------------------------------------------------------------
   2026-09-05 captured review: keep the final invitation close to the action.
---------------------------------------------------------------------------- */

.home-cta {
  padding-block: clamp(4.5rem, 6vw, 5.8rem) clamp(4.8rem, 7vw, 6.4rem);
}

/* 2026-09-05 final hierarchy pass: only the hero and the real work record
   need an eyebrow. Buyer sections should begin with the decision itself. */
.home-situations .section-heading-row--split h2,
.home-process .section-heading-row--split h2,
.home-faq .section-heading-row--split h2,
.home-cta h2 {
  margin-top: 0;
}

/* 2026-09-05 captured review: the process is one continuous reading flow,
   not a dashboard panel. Keep the three columns, remove the container
   treatment, and give the service rows enough room to breathe. */
@media (min-width: 761px) {
  .home-process {
    background: transparent;
  }

  .home-process .process-list--three {
    margin-top: 2.15rem;
  }

  .home-process .process-list--three li {
    min-height: 9.2rem;
  }

  .home-situations .service-card {
    min-height: 6.8rem;
  }
}

@media (max-width: 760px) {
  .home-process {
    background: transparent;
  }

  .home-process .process-list--three li {
    min-height: 0;
  }
}

/* 2026-09-05 narrow-screen QA: Korean copy must not be clipped when a
   keep-all phrase is wider than a 320px viewport. The break is only allowed
   as a last resort; normal word boundaries remain preferred. */
@media (max-width: 760px) {
  .home-body .home-hero h1,
  .home-body .home-section h2,
  .home-body .home-cta h2,
  .home-body p,
  .home-body h3,
  .home-body figcaption,
  .home-body .home-button,
  .home-body .home-text-link {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 360px) {
  .home-body .home-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  .home-body .home-section h2,
  .home-body .home-cta h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.15rem);
  }

  .home-body .home-hero h1,
  .home-body .home-section h2,
  .home-body .home-cta h2,
  .home-body p {
    word-break: normal;
  }
}

/* 2026-09-05 captured mobile fix: the public header must choose one action.
   Keeping both the CTA and menu at phone widths pushed the CTA out of view. */
@media (max-width: 760px) {
  .home-body .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 1rem;
  }

  .home-body .home-brand,
  .home-body .header-actions {
    min-width: 0;
  }

  .home-body .home-brand {
    gap: 0.5rem;
  }

  .home-body .home-brand__sub {
    font-size: 0.64rem;
  }

  .home-body .header-actions {
    gap: 0;
  }

  .home-body .header-cta {
    display: none;
  }

  .home-body .menu-toggle {
    display: inline-flex;
    white-space: nowrap;
  }

  .home-body .home-main,
  .home-body .home-footer {
    width: min(calc(100% - 2rem), 40rem);
  }

  .home-body .home-hero__lede,
  .home-body .home-hero__note,
  .home-body .section-heading-row--split > p,
  .home-body .section-footnote,
  .home-body .home-cta > p:not(.home-eyebrow) {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* 2026-09-05 final visual review: bring the buyer-facing content forward on
   wide screens and keep the phone version quiet enough to scan. */
@media (min-width: 761px) {
  .home-body .home-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(26rem, 1.12fr);
    gap: clamp(2.5rem, 5vw, 6rem);
    padding-top: clamp(3.6rem, 5.6vw, 5.8rem);
    padding-bottom: clamp(3.5rem, 5.1vw, 5.3rem);
  }

  .home-body .home-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.9rem, 3.35vw, 3.7rem);
    line-height: 1.06;
  }

  .home-body .home-section {
    padding-block: clamp(3rem, 3.5vw, 3.8rem);
  }

  .home-body .home-situations .section-heading-row--split h2,
  .home-body .home-faq .section-heading-row--split h2 {
    font-size: clamp(1.9rem, 2.55vw, 2.7rem);
  }
}

@media (max-width: 760px) {
  .home-body .home-brand__sub {
    display: none;
  }

  .home-body .home-main,
  .home-body .home-footer {
    width: calc(100% - 2.25rem);
  }

  .home-body .home-hero {
    gap: 2rem;
    padding-top: 2.8rem;
    padding-bottom: 2.9rem;
  }

  .home-body .home-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.15rem, 8.1vw, 3rem);
    line-height: 1.08;
  }

  .home-body .home-section {
    padding-block: 2.45rem;
  }
}

/* 2026-09-05 browser review v2: the phone layout must be a real single
   column, not a desktop composition squeezed into a narrow screenshot. */
@media (max-width: 760px) {
  .home-body .site-header {
    width: 100%;
    min-width: 0;
    padding-inline: 1rem;
  }

  .home-body .home-brand,
  .home-body .header-actions,
  .home-body .home-main,
  .home-body .home-footer,
  .home-body .home-hero,
  .home-body .home-hero__copy,
  .home-body .hero-visual,
  .home-body .hero-visual__frame,
  .home-body .home-section,
  .home-body .home-cta {
    min-width: 0;
    max-width: 100%;
  }

  .home-body .home-main,
  .home-body .home-footer {
    width: calc(100% - 2rem);
  }

  .home-body .home-hero {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.15rem;
  }

  .home-body .home-hero__copy,
  .home-body .hero-visual,
  .home-body .hero-visual__frame {
    width: 100%;
  }

  .home-body .home-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 8.7vw, 3.25rem);
    line-height: 1.06;
    letter-spacing: -0.075em;
    text-wrap: balance;
    word-break: keep-all;
  }

  .home-body .home-hero__lede,
  .home-body .home-hero__note,
  .home-body .section-heading-row--split > p,
  .home-body .section-footnote,
  .home-body .home-cta > p:not(.home-eyebrow),
  .home-body .service-card p,
  .home-body .process-list p,
  .home-body .process-list small,
  .home-body .evidence-piece figcaption p {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .home-body .home-hero__lede {
    font-size: 0.88rem;
    line-height: 1.78;
  }

  .home-body .section-heading-row--split h2,
  .home-body .home-cta h2 {
    max-width: 15ch;
    font-size: clamp(1.9rem, 8.1vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.075em;
    text-wrap: balance;
    word-break: keep-all;
  }

  .home-body .home-evidence .section-heading-row--split h2 br {
    display: block;
  }

  .home-body .service-grid,
  .home-body .process-list--three,
  .home-body .evidence-grid,
  .home-body .home-proofline {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .home-body .home-main,
  .home-body .home-footer {
    width: calc(100% - 2rem);
  }

  .home-body .home-hero h1 {
    font-size: clamp(2rem, 8.7vw, 2.8rem);
  }
}

/* 2026-09-05 browser review v4: one real frame is enough to establish the
   work record. Keep the second column as a production note, not another card. */
.home-body .home-hero h1 em,
.home-body .home-section h2 em,
.home-body .home-cta h2 em {
  color: inherit;
  font-style: normal;
}

.home-body .evidence-grid--record {
  grid-template-columns: minmax(13rem, 0.45fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.home-body .evidence-grid--record .evidence-piece--tall {
  width: min(100%, 18rem);
  justify-self: start;
}

.home-body .evidence-notes {
  align-self: stretch;
  padding-top: 0.15rem;
}

.home-body .evidence-notes__lead {
  max-width: 29rem;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

.home-body .evidence-notes dl {
  max-width: 31rem;
  margin: 2.4rem 0 0;
  border-top: 1px solid var(--home-line-strong);
}

.home-body .evidence-notes dl > div {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--home-line);
}

.home-body .evidence-notes dt {
  color: var(--home-soft);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.home-body .evidence-notes dd {
  margin: 0;
  color: var(--home-text);
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .home-body .evidence-grid--record {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.8rem;
  }

  .home-body .evidence-grid--record .evidence-piece--tall {
    width: min(100%, 17rem);
  }

  .home-body .evidence-notes {
    padding-top: 1.35rem;
    border-top: 1px solid var(--home-line-strong);
  }

  .home-body .evidence-notes dl {
    margin-top: 1.7rem;
  }
}

/* 2026-09-05 browser review v3: one clear mobile header action. */
@media (max-width: 760px) {
  .home-body .header-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    white-space: nowrap;
  }

  .home-body .menu-toggle {
    display: none;
  }
}

@media (min-width: 761px) {
  .home-body .home-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.8rem, 3.7vw, 4rem);
    line-height: 1.06;
    letter-spacing: -0.075em;
  }
}

/* 2026-09-05 browser review v5: let the frame lead and keep the first
   sentence at a human reading size across real phone and desktop widths. */
@media (min-width: 761px) {
  .home-body .home-hero h1 {
    max-width: 15ch;
    font-size: clamp(3rem, 3.2vw, 3.65rem);
    line-height: 1.08;
    letter-spacing: -0.07em;
  }
}

@media (max-width: 760px) {
  .home-body {
    min-width: 0;
  }

  .home-body .home-main,
  .home-body .home-footer {
    width: calc(100% - 2.25rem);
  }

  .home-body .home-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.25rem, 9.2vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.07em;
  }

  .home-body .section-heading-row--split h2,
  .home-body .home-cta h2 {
    max-width: 16ch;
    font-size: clamp(1.7rem, 6.9vw, 2.15rem);
    line-height: 1.1;
    letter-spacing: -0.065em;
  }

  .home-body .home-hero__lede,
  .home-body .home-hero__note,
  .home-body .section-heading-row--split > p,
  .home-body .section-footnote,
  .home-body .home-cta > p:not(.home-eyebrow),
  .home-body .evidence-notes__lead {
    inline-size: 100%;
    max-inline-size: 100%;
    padding-inline-end: 0.25rem;
  }
}

/* 2026-09-05 final anti-template pass: the scope line is editorial metadata,
   not a four-cell KPI strip. Keep it readable without dashboard dividers or
   hover movement. */
.home-body .home-proofline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 1.5rem;
  padding-block: 0.95rem;
}

.home-body .home-proofline span,
.home-body .home-proofline span + span {
  min-height: 0;
  padding: 0;
  border: 0;
}

.home-body .home-proofline span + span::before {
  margin-right: 1.5rem;
  color: var(--home-soft);
  content: "·";
}

.home-body .service-card,
.home-body .service-card:hover,
.home-body .service-card:focus-visible {
  padding-inline: 0;
}

.home-body .service-card {
  transition: background 180ms ease;
}

@media (max-width: 760px) {
  .home-body .home-proofline {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-block: 0.55rem;
  }

  .home-body .home-proofline span {
    min-height: 0;
    padding: 0.5rem 0;
  }

  .home-body .home-proofline span + span::before {
    display: none;
  }

  .home-body .service-card:hover,
  .home-body .service-card:focus-visible {
    padding-inline: 0;
  }
}

/* 2026-09-05 final phone frame: keep the public header to one useful row.
   The phone version needs the same clear action as desktop; the menu is
   unnecessary while the page already exposes its sections in the flow. */
@media (max-width: 760px) {
  .home-body .site-header {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 1rem;
  }

  .home-body .home-brand,
  .home-body .header-actions {
    min-width: 0;
  }

  .home-body .home-brand {
    gap: 0.45rem;
  }

  .home-body .home-brand__sub {
    display: none;
  }

  .home-body .header-actions {
    display: flex;
    gap: 0;
    margin-left: auto;
  }

  .home-body .header-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    white-space: nowrap;
  }

  .home-body .menu-toggle,
  .home-body .site-header .mobile-nav {
    display: none;
  }
}
