:root {
  --ink: #17382d;
  --ink-deep: #0f2922;
  --ink-soft: #284c40;
  --paper: #f2eee4;
  --paper-light: #faf8f2;
  --paper-dark: #e6dfd0;
  --accent: #c95a32;
  --accent-deep: #a94323;
  --sage: #9ab4a4;
  --line: rgba(23, 56, 45, .18);
  --muted: #66766e;
  --shadow: 0 28px 80px rgba(20, 42, 34, .15);
  --serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
}

* { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--sans);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p, li, summary, dd {
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal;
  word-break: auto-phrase;
}

h1, h2, h3 { text-wrap: balance; }
p, li, summary, dd { text-wrap: pretty; }

#concerns, #diagnosis, #sheet-preview, #check, #check-result, #consult-details, #faq, #consult { scroll-margin-top: 90px; }

body::before {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  content: "";
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: rgba(201, 90, 50, .14); }

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 200;
  padding: 10px 16px;
  color: white;
  background: var(--ink);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, min-height .3s;
}

.site-header.scrolled {
  min-height: 70px;
  background: rgba(250, 248, 242, .92);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-logo { display: block; width: clamp(205px, 19vw, 248px); height: auto; mix-blend-mode: multiply; }

.desktop-nav { display: flex; gap: clamp(20px, 3vw, 48px); justify-content: center; }
.desktop-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-tel { display: flex; flex-direction: column; text-decoration: none; text-align: right; line-height: 1.3; }
.header-tel small { color: var(--muted); font-size: 10px; }
.header-tel b { font-family: var(--serif); font-size: 18px; letter-spacing: .05em; }

.menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 850px;
  padding: 168px clamp(24px, 7vw, 116px) 105px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(154, 180, 164, .34), transparent 32%),
    linear-gradient(135deg, var(--paper-light) 0%, #eee8db 100%);
}

.hero::before {
  position: absolute;
  top: 116px;
  right: -210px;
  width: 680px;
  height: 680px;
  content: "";
  border: 1px solid rgba(23, 56, 45, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(23, 56, 45, .025), 0 0 0 140px rgba(23, 56, 45, .018);
}

.hero::after {
  position: absolute;
  right: 43%;
  bottom: -90px;
  width: 1px;
  height: 420px;
  content: "";
  background: var(--line);
  transform: rotate(29deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
}

.eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.eyebrow span { padding: 5px 11px; color: var(--paper-light); background: var(--ink); }

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--serif);
  font-size: clamp(50px, 4.1vw, 64px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.28;
}
.hero h1 em { display: block; color: var(--accent); font-style: normal; }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: #42594f; font-size: clamp(16px, 1.4vw, 19px); line-height: 2; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 38px; }

.button {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 13px 20px 13px 26px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button small { display: block; font-size: 11px; font-weight: 500; letter-spacing: .06em; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 16px 30px rgba(23, 56, 45, .16); }
.button-primary:hover { background: var(--ink-soft); box-shadow: 0 20px 38px rgba(23, 56, 45, .23); }
.button-accent { width: 100%; color: white; background: var(--accent); }
.button-accent:hover { background: var(--accent-deep); }
.button-paper { color: var(--ink); background: var(--paper-light); }
.button-outline { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button-outline:hover { color: white; background: var(--ink); }

.text-link { font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 6px; color: var(--accent); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 7px 22px; padding: 0; margin: 28px 0 0; list-style: none; }
.hero-notes li { position: relative; padding-left: 16px; color: var(--muted); font-size: 13px; }
.hero-notes li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 6px; content: ""; background: var(--accent); border-radius: 50%; }

.diagnosis-visual { position: relative; min-width: 0; padding-top: 22px; perspective: 1200px; }
.paper-shadow { position: absolute; inset: 100px 2% 75px 7%; background: rgba(20, 42, 34, .18); filter: blur(28px); transform: rotate(5deg); }
.diagnosis-sheet {
  position: relative;
  min-height: 510px;
  padding: 38px;
  overflow: hidden;
  color: var(--ink);
  background-color: #fdfbf4;
  background-image: linear-gradient(rgba(23,56,45,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,56,45,.035) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid rgba(23, 56, 45, .25);
  box-shadow: var(--shadow);
  transform: rotate(2.2deg);
  animation: float-sheet 6s ease-in-out infinite;
}
@keyframes float-sheet { 0%,100% { transform: rotate(2.2deg) translateY(0); } 50% { transform: rotate(1.2deg) translateY(-7px); } }
.diagnosis-sheet::before { position: absolute; inset: 15px; content: ""; border: 1px solid rgba(23, 56, 45, .13); pointer-events: none; }
.diagnosis-sheet header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.diagnosis-sheet header div { display: flex; gap: 13px; align-items: center; }
.diagnosis-sheet header span { padding: 3px 8px; color: white; background: var(--ink); font-size: 10px; letter-spacing: .08em; }
.diagnosis-sheet header b { font-family: var(--serif); font-size: 21px; letter-spacing: .08em; }
.diagnosis-sheet header small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.sheet-intro { padding: 25px 0; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.75; }
.sheet-row { display: grid; grid-template-columns: 150px 1fr 50px; gap: 15px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); font-size: 12px; }
.sheet-row i { position: relative; height: 5px; overflow: hidden; background: var(--paper-dark); }
.sheet-row i::after { position: absolute; inset: 0 auto 0 0; width: var(--score); content: ""; background: var(--ink-soft); }
.sheet-row b { color: var(--accent); font-size: 11px; text-align: right; }
.sheet-result { display: flex; flex-direction: column; min-height: 86px; padding: 17px 112px 17px 17px; margin-top: 23px; background: rgba(154, 180, 164, .2); border-left: 3px solid var(--ink); }
.sheet-result small { color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.sheet-result strong { margin-top: 5px; font-family: var(--serif); font-size: 15px; letter-spacing: .08em; }
.stamp { position: absolute; right: 28px; bottom: 22px; display: grid; width: 83px; height: 83px; place-items: center; color: var(--accent); border: 3px double var(--accent); border-radius: 50%; font-family: var(--serif); font-size: 13px; font-weight: 700; line-height: 1.45; text-align: center; transform: rotate(-11deg); opacity: .86; }
.visual-caption { position: relative; width: max-content; padding: 14px 22px; margin: 18px 0 0 auto; color: white; background: var(--accent); box-shadow: 0 15px 30px rgba(96, 42, 25, .2); font-size: 12px; letter-spacing: .08em; transform: rotate(-1.5deg); }
.visual-caption span { margin-right: 10px; padding-right: 10px; border-right: 1px solid rgba(255,255,255,.4); font-weight: 700; }
.hero-index { position: absolute; right: 3.5vw; bottom: 0; color: rgba(23, 56, 45, .06); font-family: var(--serif); font-size: 190px; font-weight: 700; line-height: .68; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1380px; margin: 0 auto; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-strip div { display: flex; flex-direction: column; align-items: center; padding: 25px 16px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip small { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.trust-strip b { margin-top: 3px; font-family: var(--serif); font-size: 15px; }

.section { padding: 130px clamp(24px, 7vw, 116px); }
.section-heading { display: grid; grid-template-columns: 100px minmax(0, 1.1fr) minmax(270px, .65fr); gap: 40px; align-items: end; max-width: 1280px; margin: 0 auto 70px; }
.section-heading > * { min-width: 0; }
.section-heading.compact { grid-template-columns: 100px 1fr; align-items: start; }
.section-number { color: var(--accent); font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }
.concerns .section-number { align-self: start; margin-top: 2px; font-size: 32px; line-height: 1; }
.kicker { margin: 0 0 14px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.kicker.light { color: #c5d4cb; }
.section h2, .representative-section h2, .diagnosis-details h2, .sheet-preview-section h2, .consult h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.5;
}
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; }

.concerns { background: var(--paper-light); }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.concern-card { position: relative; display: flex; min-height: 295px; padding: 35px 32px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s, box-shadow .25s; }
.concern-card:hover { z-index: 2; background: white; transform: translateY(-4px); box-shadow: 0 18px 50px rgba(23, 56, 45, .09); }
.concern-card > span { color: var(--accent); font-family: var(--serif); font-size: 13px; }
.concern-card h3 { margin: 28px 0 18px; font-family: var(--serif); font-size: clamp(19px, 1.8vw, 25px); font-weight: 600; line-height: 1.7; }
.concern-card p { margin: auto 0 0; color: var(--muted); font-size: 14px; }

.representative-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
  padding: 105px clamp(48px, 9vw, 150px) 118px;
  overflow: hidden;
  color: var(--ink);
  background: radial-gradient(circle at 12% 18%, rgba(154, 180, 164, .2), transparent 34%), var(--paper-dark);
  border-top: 1px solid var(--line);
}
.representative-section::before {
  position: absolute;
  right: -190px;
  bottom: -260px;
  width: 580px;
  height: 580px;
  content: "";
  border: 1px solid var(--line);
  border-radius: 50%;
}
.representative-portrait { position: relative; z-index: 1; width: 100%; max-width: 500px; margin: 0 auto; }
.representative-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #d9dde0; box-shadow: 0 28px 70px rgba(4, 20, 14, .28); }
.representative-photo::after { position: absolute; inset: 13px; content: ""; border: 1px solid rgba(255, 255, 255, .45); pointer-events: none; }
.representative-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 19%; filter: saturate(.92) contrast(1.02); }
.representative-portrait figcaption {
  position: absolute;
  right: -28px;
  bottom: -28px;
  display: grid;
  min-width: 250px;
  padding: 18px 24px 17px;
  color: var(--ink);
  background: var(--paper-light);
  box-shadow: 0 18px 45px rgba(4, 20, 14, .2);
}
.representative-portrait figcaption span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.representative-portrait figcaption strong { margin-top: 2px; font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: .08em; }
.representative-portrait figcaption small { color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.representative-copy { position: relative; z-index: 1; max-width: 680px; }
.representative-copy h2 { max-width: 680px; font-size: clamp(30px, 3.3vw, 46px); }
.representative-lead, .representative-body { max-width: 640px; margin: 25px 0 0; }
.representative-lead { color: var(--ink); font-size: 15px; }
.representative-body { color: var(--muted); font-size: 15px; }
.representative-history { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 650px; padding: 0; margin: 42px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.representative-history div { min-width: 0; padding: 17px 17px 18px; border-left: 1px solid var(--line); }
.representative-history div:first-child { padding-left: 0; border-left: 0; }
.representative-history dt { color: #f2aa8f; font-family: var(--serif); font-size: 21px; line-height: 1.4; }
.representative-history dd { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.representative-experience { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 12px; }

.pathways { background: var(--paper); }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1100px; margin: 0 auto; box-shadow: var(--shadow); }
.pathway-card { position: relative; display: flex; min-height: 560px; padding: 50px; overflow: hidden; flex-direction: column; }
.pathway-card::after { position: absolute; top: -100px; right: -100px; width: 270px; height: 270px; content: ""; border: 1px solid currentColor; border-radius: 50%; opacity: .1; }
.pathway-card > * { position: relative; z-index: 1; }
.pathway-primary { color: white; background: var(--ink); }
.pathway-secondary { color: var(--ink); background: var(--paper-light); }
.pathway-label { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .08em; }
.pathway-time { display: flex; align-items: flex-end; margin-top: 28px; font-family: var(--serif); line-height: 1; }
.pathway-time b { font-size: 80px; font-weight: 500; letter-spacing: -.06em; }
.pathway-time span { margin: 0 0 12px 12px; font-size: 12px; letter-spacing: .08em; line-height: 1.35; }
.pathway-card h3 { margin: 10px 0 20px; font-family: var(--serif); font-size: 37px; font-weight: 600; line-height: 1.35; }
.pathway-card p { max-width: 420px; margin: 0; opacity: .82; font-size: 15px; }
.pathway-card ul { padding: 0; margin: 28px 0 32px; list-style: none; }
.pathway-card li { position: relative; padding: 8px 0 8px 25px; border-bottom: 1px solid currentColor; font-size: 13px; opacity: .84; }
.pathway-card li::before { position: absolute; left: 0; content: "✓"; color: var(--accent); font-weight: 700; }
.pathway-card .button { margin-top: auto; }

.diagnosis-details { padding: 130px clamp(24px, 9vw, 150px); background: #fffdf7; }
.details-title { max-width: 1100px; margin: 0 auto 70px; }
.details-title em { color: var(--accent); font-style: normal; }
.timeline { max-width: 1100px; padding: 0; margin: 0 auto; list-style: none; counter-reset: item; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 50px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline > li > span { color: var(--accent); font-family: var(--serif); font-size: 22px; letter-spacing: .08em; }
.timeline h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 21px; font-weight: 600; }
.timeline p { margin: 0; color: var(--muted); font-size: 15px; }
.takeaway { display: grid; grid-template-columns: 120px 1fr; gap: 30px; align-items: center; max-width: 1100px; padding: 24px 28px; margin: 40px auto 0; color: white; background: var(--accent); }
.takeaway span { font-size: 12px; letter-spacing: .08em; }
.takeaway b { font-family: var(--serif); font-size: 16px; }

.sheet-preview-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(430px, 1.08fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
  padding: 130px clamp(48px, 9vw, 150px);
  overflow: hidden;
  background: radial-gradient(circle at 12% 16%, rgba(154, 180, 164, .22), transparent 33%), var(--paper-dark);
  border-top: 1px solid var(--line);
}
.sheet-preview-section::before {
  position: absolute;
  top: -260px;
  right: -190px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(23, 56, 45, .12);
  border-radius: 50%;
}
.sheet-preview-copy { position: relative; z-index: 1; max-width: 550px; }
.sheet-preview-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 3.7vw, 50px); font-weight: 600; letter-spacing: -.025em; line-height: 1.5; }
.sheet-preview-lead { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 15px; }
.sheet-preview-copy .text-link { display: inline-flex; margin-top: 32px; }
.sheet-preview-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.sheet-preview-visual { position: relative; z-index: 1; width: min(100%, 590px); margin: 0 auto; }
.sheet-preview-paper { padding: 16px; background: rgba(255, 255, 255, .64); box-shadow: 0 35px 90px rgba(23, 56, 45, .2); transform: rotate(1.15deg); transition: transform .45s ease, box-shadow .45s ease; }
.sheet-preview-paper img { display: block; width: 100%; height: auto; background: var(--paper-light); }
.sheet-preview-visual:hover .sheet-preview-paper { box-shadow: 0 42px 100px rgba(23, 56, 45, .25); transform: rotate(.25deg) translateY(-4px); }
.sheet-preview-visual figcaption { position: absolute; right: -22px; bottom: 40px; display: flex; gap: 9px; align-items: center; padding: 13px 17px; color: white; background: var(--ink); box-shadow: 0 15px 35px rgba(23, 56, 45, .2); font-size: 10px; letter-spacing: .04em; }
.sheet-preview-visual figcaption span { padding-right: 9px; color: #f2aa8f; border-right: 1px solid rgba(255,255,255,.28); font-weight: 700; }

.self-check { color: white; background: var(--ink-deep); }
.check-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 140px); max-width: 1280px; margin: 0 auto; }
.check-intro { position: sticky; top: 120px; align-self: start; }
.check-intro h2 { margin-top: 10px; color: white; }
.check-intro > p:not(.kicker) { margin: 25px 0 0; color: #bbcbc3; font-size: 15px; }
.progress-label { margin-top: 42px; color: #bbcbc3; font-size: 12px; letter-spacing: .06em; }
.progress-label i { display: block; height: 3px; margin-top: 10px; overflow: hidden; background: rgba(255,255,255,.15); }
.progress-label b { display: block; width: 0; height: 100%; background: var(--accent); transition: width .3s; }
.check-form fieldset { min-width: 0; padding: 24px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.check-form fieldset.is-unanswered { padding-right: 18px; padding-left: 18px; margin-right: -18px; margin-left: -18px; background: rgba(201, 90, 50, .12); box-shadow: inset 3px 0 #f2aa8f; }
.check-form legend { display: block; width: 100%; padding: 0; margin: 0 0 14px; color: #f5f1e7; font-family: var(--sans); font-size: 16px; font-weight: 600; line-height: 1.7; }
.check-form legend span { margin-right: 10px; color: #f2aa8f; font-size: 11px; font-weight: 700; }
.question-note { display: block; margin: 4px 0 0 31px; color: #9ab0a5; font-family: var(--sans); font-size: 11px; font-weight: 500; }
.check-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; width: min(100%, 560px); margin-left: auto; }
.check-form label { display: block; cursor: pointer; }
.check-form input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); opacity: 0; }
.check-form label span { display: grid; min-height: 48px; padding: 7px 8px; place-items: center; color: #d4dfd9; border: 1px solid rgba(255,255,255,.25); font-size: 13px; font-weight: 500; line-height: 1.45; text-align: center; transition: color .2s, background-color .2s, border-color .2s; }
.check-form label:hover span { border-color: #f2aa8f; }
.check-form input:focus-visible + span { outline: 2px solid #f2aa8f; outline-offset: 2px; }
.check-form input:checked + span { color: var(--ink-deep); background: #f2aa8f; border-color: #f2aa8f; font-weight: 700; }
.check-submit { width: 100%; margin-top: 30px; }
.check-submit:disabled { cursor: not-allowed; opacity: .35; transform: none; }
.check-error { padding: 13px 16px; margin: 0 0 16px; scroll-margin-top: 86px; color: #fff5ef; background: rgba(201, 90, 50, .2); border: 1px solid rgba(242, 170, 143, .75); font-size: 12px; }
.check-error[hidden] { display: none; }
.check-disclaimer { color: #91a79c; font-size: 11px; }
.check-result { display: grid; grid-template-columns: 170px 1fr auto; gap: 40px; align-items: center; max-width: 1280px; padding: 38px; margin: 70px auto 0; color: var(--ink); background: var(--paper-light); box-shadow: 0 20px 60px rgba(0,0,0,.15); }
.result-score { display: flex; flex-direction: column; align-items: center; padding-right: 30px; border-right: 1px solid var(--line); }
.result-score small { color: var(--muted); font-size: 11px; }
.result-score strong { margin-top: 5px; font-family: var(--serif); font-weight: 500; line-height: 1; }
.result-score strong b { color: var(--accent); font-size: 62px; }
.result-score strong span { font-size: 15px; }
.result-copy > p { margin: 0; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.result-copy h3 { margin: 6px 0 8px; font-family: var(--serif); font-size: 22px; }
.result-categories { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.result-category { display: inline-flex; gap: 8px; align-items: center; padding: 6px 9px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); font-size: 11px; }
.result-category b { color: var(--ink); font-size: 12px; }
.result-category.is-review { color: #7e471f; background: #f8e9d8; border-color: rgba(201,90,50,.28); }
.result-category.is-priority { color: white; background: var(--accent); border-color: var(--accent); }
.result-category.is-priority b { color: white; }
.result-body { color: var(--muted); font-size: 14px; }
.result-actions { display: flex; flex-direction: column; gap: 15px; align-items: center; }
.result-actions .button { color: white; background: var(--ink); white-space: nowrap; }
.light-link { color: var(--ink); font-size: 12px; }
.result-transfer-note { max-width: 240px; color: var(--muted); font-size: 11px; line-height: 1.65; text-align: center; }

.faq { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(60px, 9vw, 140px); background: var(--paper); }
.faq-heading h2 { margin-top: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 55px 25px 0; cursor: pointer; font-family: var(--sans); font-size: 16px; font-weight: 600; line-height: 1.65; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span, .faq summary span::after { position: absolute; top: 50%; right: 12px; width: 17px; height: 1px; content: ""; background: var(--ink); transition: transform .2s; }
.faq summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { padding: 0 55px 25px 0; margin: 0; color: var(--muted); font-size: 15px; }

.consult { padding: 130px clamp(24px, 7vw, 116px); color: white; background: var(--ink); }
.consult-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 150px); max-width: 1280px; margin: 0 auto; }
.consult-grid > *, .form-row > * { min-width: 0; }
.consult-copy h2 { color: white; }
.consult-copy > p:not(.kicker) { margin: 24px 0; color: #c4d1ca; }
.consult-copy dl { margin: 40px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.consult-copy dl div { display: grid; grid-template-columns: 85px 1fr; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.consult-copy dt { color: #9eb2a8; font-size: 12px; }
.consult-copy dd { margin: 0; font-size: 15px; }
.consult-phone { display: flex; flex-direction: column; margin-top: 35px; text-decoration: none; line-height: 1.3; }
.consult-phone small { color: #9eb2a8; font-size: 11px; }
.consult-phone b { margin-top: 5px; color: #f2aa8f; font-family: var(--serif); font-size: 28px; letter-spacing: .06em; }

.consult-form { position: relative; padding: 42px; color: var(--ink); background: var(--paper-light); }
.form-header { display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 25px; border-bottom: 2px solid var(--ink); }
.form-header span { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.form-header small { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.consult-form > label, .form-row label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 700; }
.consult-form label > small { margin-left: 5px; color: var(--accent); }
.consult-form input:not([type="radio"]):not([type="checkbox"]), .consult-form select, .consult-form textarea { width: 100%; padding: 13px 0; color: var(--ink); background-color: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 16px; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.consult-form textarea { resize: vertical; }
.consult-form input:not([type="radio"]):not([type="checkbox"]):focus-visible, .consult-form select:focus-visible, .consult-form textarea:focus-visible { border-color: var(--accent); outline: 2px solid var(--accent); outline-offset: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 150px; gap: 25px; }
.method-field { display: flex; gap: 8px; padding: 0; margin: 5px 0 22px; border: 0; }
.method-field legend { margin-bottom: 8px; font-size: 13px; font-weight: 700; }
.method-field label { position: relative; flex: 1; cursor: pointer; }
.method-field input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); border: 0; opacity: 0; }
.method-field span { display: grid; min-height: 44px; place-items: center; border: 1px solid var(--line); font-size: 13px; font-weight: 500; }
.method-field input:checked + span { color: white; background: var(--ink); }
.method-field input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.privacy-row { display: flex; gap: 12px 22px; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.privacy-check { display: flex !important; gap: 10px; align-items: center; min-height: 44px; padding: 8px 0; margin: 0 !important; cursor: pointer; font-weight: 500 !important; }
.privacy-check input { flex: 0 0 20px; width: 20px; height: 20px; margin: 0; }
.privacy-link, .official-form-link { color: var(--ink); font-size: 12px; font-weight: 700; text-underline-offset: 4px; }
.official-form-link { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; margin-top: 8px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { padding: 12px 14px; margin: 14px 0 0; color: #762d19; background: #f8e3da; border-left: 3px solid var(--accent); font-size: 13px; font-weight: 600; line-height: 1.7; }
.form-error[hidden] { display: none; }
.consult-form[aria-busy="true"] [data-consult-submit] { cursor: wait; opacity: .62; transform: none; }
.form-success { position: absolute; inset: 0; display: grid; align-content: center; padding: 55px; color: white; background: var(--ink); }
.form-success[hidden] { display: none; }
.form-success b { font-family: var(--serif); font-size: 26px; }
.form-success p { color: #c4d1ca; font-size: 13px; }
.form-success a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; margin-top: 16px; color: white; font-weight: 700; text-underline-offset: 5px; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; padding: 55px clamp(24px, 7vw, 116px) 80px; color: var(--ink); background: var(--paper-dark); border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: 8px; align-items: flex-start; flex-direction: column; }
.footer-brand-logo { display: block; width: min(100%, 255px); height: auto; mix-blend-mode: multiply; }
.footer-brand small, .site-footer address, .footer-meta { color: var(--muted); font-size: 11px; font-style: normal; }
.footer-meta { display: flex; flex-direction: column; text-align: right; }
.footer-meta small { margin-top: 8px; }
.mobile-cta { display: none; }
.mobile-only { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .18s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 20px; min-height: 70px; }
  .menu-button { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; background: transparent; border: 1px solid var(--line); }
  .menu-button span { display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 70px 0 auto; z-index: 49; display: grid; max-height: calc(100vh - 70px); padding: 20px 24px 30px; overflow-y: auto; overscroll-behavior: contain; background: var(--paper-light); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(23,56,45,.12); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); text-decoration: none; }
  .section-heading { grid-template-columns: 60px 1fr; }
  .section-heading > p { grid-column: 2; }
}

@media (max-width: 1200px) {
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; gap: 68px; max-width: 760px; }
  .hero h1 { font-size: clamp(47px, 7vw, 68px); }
  .diagnosis-visual { width: 100%; max-width: 580px; margin: 0 auto; }
  .diagnosis-sheet { padding: 34px; }
  .sheet-row { grid-template-columns: 135px 1fr 48px; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .representative-section { grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: clamp(48px, 6vw, 80px); padding-right: clamp(42px, 7vw, 90px); padding-left: clamp(42px, 7vw, 90px); }
  .pathway-grid { grid-template-columns: 1fr; max-width: 720px; }
  .pathway-card { min-height: auto; }
  .pathway-card .button { margin-top: 32px; }
  .takeaway { grid-template-columns: 1fr; gap: 8px; }
  .sheet-preview-section { grid-template-columns: minmax(0, .78fr) minmax(390px, 1fr); gap: 55px; padding-right: clamp(42px, 7vw, 90px); padding-left: clamp(42px, 7vw, 90px); }
  .check-layout { grid-template-columns: 1fr; }
  .check-intro { position: static; }
  .check-result { grid-template-columns: 140px 1fr; }
  .result-actions { grid-column: 2; flex-direction: row; justify-content: flex-start; }
  .faq { grid-template-columns: 1fr; }
  .consult-grid { grid-template-columns: 1fr; gap: 55px; max-width: 760px; }
  .consult-copy { max-width: 660px; }
}

@media (max-width: 780px) {
  .site-header { min-height: 70px; padding: 0 18px; }
  .brand-logo { width: min(200px, calc(100vw - 100px)); }
  .header-tel { display: none; }
  .hero { min-height: auto; padding: 112px 21px 80px; }
  .hero::before { top: 390px; right: -320px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .eyebrow { flex-wrap: wrap; gap: 8px 12px; }
  .hero h1 { font-size: clamp(37px, 10vw, 46px); line-height: 1.33; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-notes { flex-direction: column; }
  .diagnosis-visual { max-width: 540px; padding-top: 0; }
  .diagnosis-sheet { min-height: 0; padding: 27px 24px; }
  .diagnosis-sheet header b { font-size: 16px; }
  .diagnosis-sheet header small { display: none; }
  .sheet-intro { font-size: 16px; }
  .sheet-row { grid-template-columns: 112px 1fr 43px; gap: 10px; font-size: 10px; }
  .sheet-result { min-height: 0; padding: 17px; }
  .stamp { display: none; }
  .visual-caption { margin-top: 14px; }
  .hero-index { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin: 0 18px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 90px 21px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 12px; margin-bottom: 45px; }
  .section-heading > p { grid-column: auto; margin-top: 16px; }
  .section h2, .representative-section h2, .diagnosis-details h2, .sheet-preview-section h2, .consult h2 { font-size: clamp(29px, 8.6vw, 42px); }
  .concerns .section-number { margin: 0 0 4px; font-size: 26px; line-height: 1; }
  .concern-grid { grid-template-columns: 1fr; }
  .concern-card { min-height: auto; padding: 28px; }
  .concern-card h3 { margin: 18px 0 10px; }
  .concern-card p { margin-top: 0; font-size: 15px; }
  .representative-section { grid-template-columns: 1fr; gap: 76px; padding: 90px 21px 96px; }
  .representative-portrait { max-width: 520px; }
  .representative-portrait figcaption { right: 0; bottom: -24px; min-width: min(250px, calc(100% - 24px)); }
  .representative-copy { max-width: 650px; }
  .representative-copy h2 { font-size: clamp(29px, 8vw, 38px); }
  .representative-lead { font-size: 16px; }
  .representative-body { font-size: 15px; }
  .representative-history dd, .representative-experience { font-size: 13px; }
  .representative-history { margin-top: 35px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-secondary { order: -1; }
  .pathway-card { min-height: 0; padding: 38px 28px; }
  .pathway-time b { font-size: 68px; }
  .pathway-card li { font-size: 14px; }
  .pathway-card .button { margin-top: 28px; }
  .diagnosis-details { padding: 90px 21px; }
  .timeline li { grid-template-columns: 75px 1fr; gap: 20px; }
  .timeline > li > span { font-size: 17px; }
  .timeline p { font-size: 15px; }
  .takeaway { grid-template-columns: 1fr; gap: 8px; }
  .sheet-preview-section { grid-template-columns: 1fr; gap: 54px; padding: 90px 21px 96px; }
  .sheet-preview-copy { max-width: 650px; }
  .sheet-preview-lead { margin-top: 22px; }
  .sheet-preview-visual { width: min(100%, 560px); }
  .sheet-preview-paper { padding: 10px; transform: none; }
  .sheet-preview-visual:hover .sheet-preview-paper { transform: translateY(-3px); }
  .sheet-preview-visual figcaption { right: -4px; bottom: 24px; }
  .check-form fieldset { padding: 25px 0; }
  .check-options { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .check-options label:first-child { grid-column: 1 / -1; }
  .check-form legend { font-size: 16px; line-height: 1.65; }
  .check-form legend span, .question-note { font-size: 12px; }
  .check-form label span { min-height: 52px; font-size: 14px; }
  .check-result { grid-template-columns: 1fr; padding: 28px 22px; }
  .result-score { align-items: flex-start; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .result-score small { font-size: 12px; }
  .result-category { font-size: 12px; }
  .result-category b { font-size: 13px; }
  .result-body { font-size: 15px; }
  .result-actions { grid-column: auto; flex-direction: column; align-items: stretch; }
  .faq summary { padding-right: 45px; font-size: 16px; }
  .consult { padding: 90px 21px; }
  .consult-form { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .method-field { flex-wrap: wrap; }
  .method-field label { min-width: 46%; }
  .privacy-row { align-items: flex-start; flex-direction: column; gap: 0; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 21px calc(100px + env(safe-area-inset-bottom)); }
  .footer-brand small, .site-footer address, .footer-meta { font-size: 12px; }
  .footer-meta { text-align: left; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 45; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); pointer-events: none; opacity: 0; background: var(--paper-light); box-shadow: 0 -8px 24px rgba(23,56,45,.12); transform: translateY(100%); transition: opacity .2s ease, transform .25s ease; }
  .mobile-cta.is-visible { pointer-events: auto; opacity: 1; transform: translateY(0); }
  .mobile-cta a { display: flex; gap: 8px; align-items: center; justify-content: center; min-height: 58px; color: white; background: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
  .mobile-cta a:last-child { background: var(--accent); }
  .mobile-cta small { padding: 2px 5px; color: var(--ink); background: white; font-size: 10px; }
}

@media (max-width: 420px) {
  .diagnosis-sheet header div { gap: 8px; }
  .diagnosis-sheet header b { font-size: 14px; letter-spacing: .03em; }
  .sheet-row { grid-template-columns: 102px 1fr 39px; gap: 8px; }
  .pathway-time b { font-size: 66px; }
  .method-field label { min-width: 46%; }
  .check-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .representative-portrait figcaption { padding: 15px 18px; }
  .representative-history { grid-template-columns: 1fr; }
  .representative-history div, .representative-history div:first-child { padding: 13px 0; border-top: 1px solid var(--line); border-left: 0; }
  .representative-history div:first-child { border-top: 0; }
  .representative-history div { display: grid; grid-template-columns: 66px 1fr; align-items: baseline; }
  .representative-history dd { margin-top: 0; }
}
