:root {
  --navy: #101010;
  --navy-2: #171717;
  --ink: #101010;
  --muted: #55544f;
  --ivory: #f2eee5;
  --paper: #fbf8f1;
  --gold: #d9f512;
  --soft-gold: #d9f512;
  --cobalt: #1649ef;
  --cobalt-deep: #0f39bd;
  --acid: #d9f512;
  --lavender: #7d67ff;
  --line: rgba(16, 16, 16, 0.2);
  --max: 1320px;
  --header-h: 76px;
  --shadow: 16px 18px 0 rgba(16, 16, 16, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  line-height: 1.68;
  letter-spacing: -0.025em;
  background-image: radial-gradient(rgba(16, 16, 16, 0.045) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
}

body::selection { color: #fff; background: var(--cobalt); }

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  color: #fff;
  background: var(--cobalt);
  border-radius: 0;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: var(--header-h);
  color: var(--ink);
  background: rgba(242, 238, 229, 0.94);
  border-bottom: 2px solid var(--ink);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: var(--header-h);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Lilita One", sans-serif;
  font-size: 1.24rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand::before {
  content: "";
  width: 28px;
  height: 9px;
  background: var(--cobalt);
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 0.9rem;
}

.nav a {
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  color: rgba(16, 16, 16, 0.72);
}

.nav a:hover,
.nav a:focus-visible { color: #fff; background: var(--cobalt); }
.nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -5px 0 var(--cobalt); }

.nav .nav-cta {
  margin-left: 8px;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.mobile-header-cta {
  display: none;
  min-height: 44px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: 0;
  font-size: 0.88rem;
  font-weight: 900;
}

.mobile-header-cta:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 3px; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--ivory);
  border-bottom: 2px solid var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  left: -3vw;
  bottom: 8%;
  width: 20vw;
  height: 18px;
  background: var(--cobalt);
  transform: rotate(-7deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 44px));
  min-height: 780px;
  margin: 0 auto;
  padding: 72px 0 78px;
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 26px 0 22px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 74px;
  height: 13px;
  background: var(--acid);
  transform: rotate(-3deg);
  z-index: -1;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--cobalt);
  font-family: "Lilita One", sans-serif;
  font-size: clamp(0.86rem, 1.4vw, 1.02rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: "Black Han Sans", "Noto Sans KR", sans-serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.15rem, 5.4vw, 5.85rem);
  text-wrap: balance;
}

.hero-title-long {
  max-width: 780px;
  font-size: clamp(3rem, 5.05vw, 5.35rem);
}

.hero h1 .hook-word { color: var(--cobalt); }
.hero h1 .hook-question {
  display: inline;
  box-shadow: inset 0 -0.2em 0 var(--acid);
}

.mobile-title-break { display: none; }

h2 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.4;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.hero-facts {
  margin: 28px 0 0;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-top: 2px solid var(--ink);
  list-style: none;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.hero-facts li::before { content: "■"; margin-right: 8px; color: var(--cobalt); }

.hero-collage {
  position: relative;
  min-width: 0;
  height: clamp(520px, 48vw, 650px);
  margin: 0 -7vw 0 0;
  background: #e8e2d6;
  clip-path: polygon(2% 4%, 19% 1%, 34% 4%, 52% 1%, 68% 3%, 84% 0, 100% 3%, 98% 22%, 100% 45%, 98% 66%, 100% 97%, 83% 100%, 65% 97%, 48% 100%, 29% 97%, 11% 100%, 0 96%, 2% 73%, 0 51%, 2% 26%);
  box-shadow: var(--shadow);
}

.hero-collage::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 12%;
  width: 90px;
  height: 26px;
  background: var(--acid);
  transform: rotate(-6deg);
  mix-blend-mode: multiply;
}

.hero-collage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.03);
}

.page-kac .hero-collage img { object-position: 60% center; }
.page-kpc .hero-collage img { object-position: 76% center; }

.collage-label {
  position: absolute;
  z-index: 3;
  left: 4%;
  bottom: 5%;
  padding: 10px 13px 8px;
  color: #fff;
  background: var(--cobalt);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  font-family: "Lilita One", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.11em;
  line-height: 1.25;
}

.story-figure {
  position: relative;
  width: 100%;
  margin: 0 0 70px;
}

.story-figure::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  right: 7%;
  width: 78px;
  height: 24px;
  background: var(--acid);
  border: 1px solid rgba(16, 16, 16, 0.22);
  transform: rotate(4deg);
  mix-blend-mode: multiply;
}

.story-figure .story-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border: 2px solid var(--ink);
  background: #e8e2d6;
  clip-path: polygon(0.4% 1.4%, 17% 0, 34% 1.1%, 52% 0.2%, 68% 1.3%, 84% 0, 99.5% 1.2%, 100% 99%, 82% 100%, 66% 98.9%, 49% 100%, 30% 99%, 14% 100%, 0 98.8%);
  box-shadow: 14px 14px 0 rgba(16, 16, 16, 0.14);
}

.story-figure figcaption {
  width: min(92%, 1080px);
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  display: grid;
  grid-template-columns: minmax(130px, 0.22fr) minmax(0, 0.78fr);
  gap: 20px;
  align-items: start;
  border-left: 4px solid var(--cobalt);
  font-size: 0.92rem;
}

.story-figure figcaption b {
  color: var(--cobalt);
  font-family: "Lilita One", sans-serif;
  letter-spacing: 0.08em;
}

.story-figure figcaption span { color: var(--muted); }
.story-wide { width: 100%; }
.story-inset-left { width: min(82%, 1080px); margin-right: auto; }
.story-inset-right { width: min(82%, 1080px); margin-left: auto; }
.story-panorama .story-image { aspect-ratio: 2 / 1; }
.story-detail { width: min(70%, 900px); }
.story-detail .story-image { aspect-ratio: 4 / 3; }
.story-inset-left::before { right: auto; left: 8%; transform: rotate(-5deg); }
.story-inset-right figcaption { margin-left: auto; }
.story-trust .story-image { filter: saturate(0.92) contrast(1.04); }

.story-on-dark figcaption,
.story-on-color figcaption { border-left-color: var(--acid); }

.story-on-dark figcaption b,
.story-on-color figcaption b { color: var(--acid); }

.story-on-dark figcaption span,
.story-on-color figcaption span { color: rgba(255, 255, 255, 0.75); }

.story-on-dark .story-image,
.story-on-color .story-image { border-color: rgba(255, 255, 255, 0.72); }

.hero-note {
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.74);
  font-family: "Noto Serif KR", serif;
  font-size: 1.02rem;
}

.hero-metric {
  position: relative;
  padding: 28px 0 8px 28px;
  border-left: 1px solid rgba(224, 194, 129, 0.58);
}

.hero-metric strong {
  display: block;
  color: var(--soft-gold);
  font-family: "Lilita One", sans-serif;
  font-size: clamp(4.8rem, 10vw, 8.6rem);
  line-height: 0.82;
  letter-spacing: -0.04em;
}

.hero-metric span {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.button:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--acid); border-color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.button-secondary { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); box-shadow: 5px 5px 0 var(--cobalt); }
.button-outline { color: var(--ink); border-color: var(--ink); background: transparent; }

.section { padding: 118px 0; border-bottom: 1px solid var(--line); }
.section-compact { padding: 78px 0; }
.section-dark { color: #fff; background: var(--ink); }
.section-blue { color: #fff; background: var(--cobalt); }
.section-paper { background: var(--paper); }
.section-lavender {
  background:
    linear-gradient(92deg, transparent 0 76%, rgba(22, 73, 239, 0.09) 76% 100%),
    var(--ivory);
}

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 64px;
}

.section-kicker {
  margin-bottom: 16px;
  color: var(--cobalt);
  font-family: "Lilita One", sans-serif;
  font-size: 0.94rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-dark .section-kicker,
.section-blue .section-kicker { color: var(--acid); }

.section-intro { margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-dark .section-intro,
.section-blue .section-intro { color: rgba(255, 255, 255, 0.72); }

.statement {
  max-width: 930px;
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(1.62rem, 3.3vw, 3rem);
  line-height: 1.62;
  letter-spacing: -0.045em;
}

.statement strong { color: var(--cobalt); font-weight: 900; box-shadow: inset 0 -0.16em 0 var(--acid); }

.columns-2,
.columns-3,
.columns-6 {
  display: grid;
  gap: 24px;
}

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

.plain-card {
  min-height: 250px;
  padding: 30px 24px;
  border: 2px solid var(--ink);
  background: rgba(251, 248, 241, 0.72);
  box-shadow: 8px 8px 0 rgba(16, 16, 16, 0.12);
}

.plain-card .number {
  display: block;
  margin-bottom: 24px;
  color: var(--cobalt);
  font-family: "Lilita One", sans-serif;
  font-size: 1.35rem;
}

.plain-card p { margin-bottom: 0; color: var(--muted); }

.risk-turn {
  margin-top: 68px;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 72px;
  align-items: center;
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
}

.risk-turn p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.risk-turn strong {
  font-family: "Noto Serif KR", serif;
  font-size: clamp(1.45rem, 2.7vw, 2.45rem);
  line-height: 1.55;
  letter-spacing: -0.045em;
}

.lens {
  min-height: 210px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 4px solid var(--cobalt);
  background: rgba(255, 255, 255, 0.04);
}

.lens b {
  color: var(--acid);
  font-family: "Lilita One", sans-serif;
  font-size: 2rem;
}

.lens span { font-size: 1.06rem; font-weight: 900; }

.steps-line {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 2px solid var(--ink);
  background: var(--paper);
}

.step-line-item {
  min-height: 142px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.step-line-item:last-child { border-right: 0; }
.step-line-item b { color: var(--cobalt); font-family: "Lilita One", sans-serif; font-size: 1.3rem; }
.step-line-item span { font-weight: 900; }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.choice {
  position: relative;
  min-height: 450px;
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.choice::after {
  content: attr(data-level);
  position: absolute;
  right: -6px;
  bottom: -30px;
  color: rgba(22, 73, 239, 0.11);
  font-family: "Lilita One", sans-serif;
  font-size: 9rem;
  line-height: 1;
}

.choice > * { position: relative; z-index: 1; }
.choice .choice-label { color: var(--cobalt); font-family: "Lilita One", sans-serif; letter-spacing: 0.1em; }
.choice h3 { margin: 20px 0; font-family: "Black Han Sans", sans-serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1.08; }
.choice ul { margin: 0 0 32px; padding-left: 1.1em; color: var(--muted); }

.process-list { counter-reset: process; border-top: 1px solid rgba(255, 255, 255, 0.22); }

.process-item {
  counter-increment: process;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 86px minmax(180px, 0.36fr) minmax(0, 0.64fr);
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.process-item::before {
  content: counter(process, decimal-leading-zero);
  color: var(--acid);
  font-family: "Lilita One", sans-serif;
  font-size: 1.25rem;
}

.process-item h3 { margin: 0; }
.process-item p { margin: 0; color: rgba(255, 255, 255, 0.68); }
.process-list-on-light { color: var(--ink); border-color: var(--line); }
.process-list-on-light .process-item { border-color: var(--line); }
.process-list-on-light .process-item::before { color: var(--cobalt); }
.process-list-on-light .process-item p { color: var(--muted); }

.voice-gate {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 70px;
  align-items: center;
}

.voice-callout {
  padding: 34px;
  color: #fff;
  background: var(--cobalt);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.voice-callout strong {
  display: block;
  font-family: "Black Han Sans", sans-serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 400;
}

.voice-callout span { display: block; margin-top: 18px; color: rgba(255, 255, 255, 0.82); }

.status-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.status-grid-spaced { margin-top: 64px; }
.status { padding: 28px; background: var(--paper); }
.status b { display: block; margin-bottom: 10px; font-size: 1.08rem; }
.status p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.timeline { border-top: 1px solid var(--line); }
.timeline-row { display: grid; grid-template-columns: 110px minmax(210px, 0.38fr) minmax(0, 0.62fr); gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.timeline-row time { color: var(--cobalt); font-family: "Lilita One", sans-serif; font-size: 1.15rem; }
.timeline-row b { font-size: 1.03rem; }
.timeline-row p { margin: 0; color: var(--muted); }

.result-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; border-top: 1px solid var(--line); }
.result-list div { padding: 22px 0; display: flex; gap: 16px; border-bottom: 1px solid var(--line); }
.result-list b { color: var(--cobalt); font-family: "Lilita One", sans-serif; }

.recommendation {
  padding: clamp(34px, 6vw, 74px);
  color: #fff;
  background:
    linear-gradient(105deg, transparent 0 74%, rgba(22, 73, 239, 0.36) 74% 100%),
    var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--cobalt);
}

.recommendation h2 { max-width: 900px; }
.recommendation p { max-width: 760px; color: rgba(255, 255, 255, 0.72); }
.recommendation-states { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.recommendation-states span { padding: 9px 14px; border: 2px solid rgba(255, 255, 255, 0.6); border-radius: 0; font-weight: 800; }

.privacy-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.privacy-list li { padding: 24px 0 24px 34px; position: relative; border-bottom: 1px solid var(--line); }
.privacy-list li::before { content: "■"; position: absolute; left: 0; color: var(--cobalt); font-weight: 900; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 25px 42px 25px 0; position: relative; cursor: pointer; list-style: none; font-weight: 900; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--cobalt); font-family: "Lilita One", sans-serif; font-size: 1.55rem; }
.faq details[open] summary::after { content: "−"; }
.faq .answer { max-width: 860px; padding: 0 0 28px; color: var(--muted); }

.trust-bridge {
  padding: 34px 0;
  color: #fff;
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-bridge-inner {
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(250px, 0.3fr);
  gap: 64px;
  align-items: center;
}

.trust-bridge .section-kicker { margin-bottom: 9px; color: var(--acid); }
.trust-bridge h2 { margin: 0; font-size: clamp(1.8rem, 3.4vw, 3.35rem); }
.trust-bridge p { margin: 10px 0 0; color: rgba(255, 255, 255, 0.7); }
.trust-bridge .button { color: var(--ink); background: var(--acid); border-color: var(--acid); box-shadow: 5px 5px 0 var(--cobalt); }

.cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-top: 18px solid var(--cobalt);
}
.cta-band::after {
  content: "";
  position: absolute;
  right: -4vw;
  bottom: 10%;
  width: 30vw;
  height: 78px;
  background: var(--cobalt);
  transform: rotate(-8deg);
}
.cta-band-inner { min-height: 430px; display: grid; grid-template-columns: minmax(0, 0.68fr) minmax(260px, 0.32fr); gap: 70px; align-items: center; }
.cta-band-inner > * { position: relative; z-index: 2; }
.cta-band h2 { margin-bottom: 20px; }
.cta-band p { color: rgba(255, 255, 255, 0.78); }
.cta-band .button-primary { background: var(--acid); color: var(--ink); }
.cta-instruction { padding-left: 28px; border-left: 1px solid rgba(255, 255, 255, 0.38); }
.cta-instruction code { display: inline-block; margin-top: 10px; padding: 7px 10px; color: var(--ink); background: var(--acid); border-radius: 0; font-family: inherit; font-weight: 900; }

.site-footer { padding: 52px 0; color: rgba(255, 255, 255, 0.68); background: var(--ink); border-top: 1px solid rgba(255, 255, 255, 0.2); }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.footer-brand { color: #fff; font-family: "Lilita One", sans-serif; font-size: 1.3rem; letter-spacing: 0.12em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-links a:hover { color: #fff; }

.micro-note { margin-top: 18px; color: var(--muted); font-size: 0.88rem; }
.section-dark .micro-note, .section-blue .micro-note { color: rgba(255, 255, 255, 0.62); }

@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr); }
  .hero-collage { margin-right: -10vw; }
  .columns-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps-line { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .step-line-item:nth-child(4) { border-right: 0; }
  .step-line-item:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 880px) {
  .nav { display: none; }
  .mobile-header-cta { display: inline-flex; }
  .hero-inner,
  .section-head,
  .voice-gate,
  .cta-band-inner,
  .trust-bridge-inner { grid-template-columns: 1fr; }
  .hero-inner { min-height: 0; padding: 78px 0 64px; gap: 46px; }
  .hero-copy { max-width: 690px; }
  .hero-collage { width: calc(100% + 10vw); height: min(74vw, 610px); margin: 0 -10vw 0 0; }
  .section-head { gap: 18px; }
  .risk-turn { grid-template-columns: 1fr; gap: 18px; }
  .choice-grid { grid-template-columns: 1fr; }
  .columns-3 { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: 1fr; }
  .process-item { grid-template-columns: 64px minmax(0, 1fr); }
  .process-item p { grid-column: 2; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .story-inset-left,
  .story-inset-right,
  .story-detail { width: 92%; }
}

@media (max-width: 640px) {
  :root { --header-h: 64px; }
  .header-inner,
  .hero-inner,
  .container { width: min(100% - 28px, var(--max)); }
  .brand { font-size: 1.02rem; }
  .brand::before { width: 20px; }
  .hero-inner { padding-top: 58px; }
  .hero-copy::before { left: -8px; width: 58px; height: 11px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.15rem); }
  .hero-title-long { font-size: clamp(2.65rem, 12vw, 3.75rem); }
  .mobile-title-break { display: inline; }
  .hero-collage { width: calc(100% + 28px); height: 76vw; min-height: 350px; margin-right: -14px; }
  .hero-collage img { object-position: 65% center; }
  .page-kpc .hero-collage img { object-position: 76% center; }
  .collage-label { left: 5%; bottom: 7%; font-size: 0.72rem; }
  .hero-facts { gap: 8px 14px; font-size: 0.76rem; }
  .section { padding: 68px 0; }
  .section-compact { padding: 50px 0; }
  .section-head { margin-bottom: 36px; }
  .columns-3 { gap: 14px; }
  .columns-2, .columns-6 { grid-template-columns: 1fr; }
  .lens { min-height: 0; padding: 18px 20px; flex-direction: row; align-items: center; gap: 18px; }
  .lens b { font-size: 1.3rem; }
  .steps-line { grid-template-columns: 1fr 1fr; }
  .step-line-item,
  .step-line-item:nth-child(4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .step-line-item:nth-child(even) { border-right: 0; }
  .step-line-item:last-child { border-bottom: 0; }
  .timeline-row { grid-template-columns: 64px 1fr; gap: 8px 12px; padding: 17px 0; }
  .timeline-row p { grid-column: 2; font-size: 0.9rem; }
  .result-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .result-list div { padding: 16px 0; gap: 10px; font-size: 0.88rem; }
  .process-item { grid-template-columns: 48px 1fr; gap: 14px; }
  .process-item { padding: 20px 0; }
  .choice { min-height: 0; gap: 30px; }
  .plain-card { min-height: 0; padding: 24px 20px; }
  .plain-card .number { margin-bottom: 14px; }
  .risk-turn { margin-top: 46px; padding: 32px 0; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .cta-band-inner { min-height: 0; padding: 70px 0; gap: 36px; }
  .cta-instruction { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.38); }
  .status-grid-spaced { margin-top: 34px; }
  .recommendation-states { margin-top: 26px; }
  .privacy-list li { padding: 17px 0 17px 27px; }
  .faq summary { padding: 20px 36px 20px 0; }
  .faq summary::after { top: 14px; }
  .faq .answer { padding-bottom: 22px; }
  .trust-bridge { padding: 40px 0; }
  .trust-bridge-inner { min-height: 0; gap: 24px; }
  .story-figure,
  .story-inset-left,
  .story-inset-right,
  .story-detail { width: 100%; margin-bottom: 34px; }
  .story-panorama .story-image,
  .story-detail .story-image { aspect-ratio: 3 / 2; }
  .story-figure .story-image { box-shadow: 8px 8px 0 rgba(16, 16, 16, 0.14); }
  .story-figure figcaption {
    width: 100%;
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 0.84rem;
  }
}

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