:root {
  --ink: #243142;
  --muted: #627282;
  --blue: #1687c9;
  --blue-deep: #0b5f92;
  --teal: #3aa98f;
  --amber: #f4b84a;
  --cream: #fffaf0;
  --mint: #e7f6ef;
  --sky: #e6f4fb;
  --line: #d8e4ea;
  --white: #fff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 1180px;
  color: var(--ink);
  background: #fff;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.76;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 56px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(216,228,234,.72);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  width: 158px;
  height: 52px;
}

.brand-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.brand-signature {
  padding-left: 16px;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.top-header nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
}

.nav-toggle,
.mobile-actions,
.hero-person-mobile { display: none; }

.header-cta,
.primary-button,
.outline-button,
.form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 900;
}

.header-cta {
  min-height: 48px;
  padding: 0 24px;
  font-size: 14px;
  color: var(--white);
  background: var(--blue);
}

.primary-button {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(22, 135, 201, .22);
}

.outline-button {
  color: var(--blue-deep);
  background: var(--white);
  border: 2px solid var(--blue);
}

.form-button {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  padding: 0 24px;
}

.form-button {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(22, 135, 201, .18);
}

.text-link {
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.label {
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 900;
}

.label span {
  display: block;
  color: var(--blue);
  font-size: 16px;
  letter-spacing: 0;
}

.label small {
  display: block;
  margin-top: 3px;
  color: #8aa1af;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 72px 56px 82px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 16% 26%, rgba(244,184,74,.18) 0 72px, transparent 73px),
    radial-gradient(circle at 82% 72%, rgba(58,169,143,.14) 0 104px, transparent 105px),
    linear-gradient(115deg, #fffaf0 0%, #ffffff 48%, #eef8f5 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--amber) 0 18%, var(--blue) 18% 68%, var(--teal) 68%);
}

.hero > * { position: relative; z-index: 1; }

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(100%, 760px);
}

.hero-logo {
  display: block;
  width: 330px;
  height: auto;
  margin-bottom: 24px;
}

.hero-brand-message {
  margin: 0;
  color: var(--blue-deep);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .06em;
}

.hero-eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--blue-deep);
  font-size: 16px;
  font-weight: 900;
}

.hero-eyebrow span { color: var(--amber); }

.hero-description {
  max-width: 660px;
  margin-bottom: 0;
  color: #41566a;
  font-size: 16px;
  line-height: 1.85;
}

.hero-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin-top: 28px;
}

.hero-actions small {
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  min-height: 500px;
  overflow: hidden;
  background: var(--sky);
  border-radius: 32px 0 32px 0;
  box-shadow: 22px 22px 0 rgba(22,135,201,.1);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(.96) brightness(1.04);
}

.services-intro h2, .section-copy h2 {
  font-size: 46px;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.personal-intro-credentials {
  display: grid;
  width: 100%;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.personal-intro-credentials div {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  min-height: 40px;
  padding: 9px 4px;
  border-bottom: 1px solid var(--line);
}

.personal-intro-credentials div:last-child { border-bottom: 0; }
.personal-intro-credentials strong {
  display: block;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.personal-intro-credentials span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.personal-intro-credentials-note {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.services,
.personal-intro,
.support-style,
.reasons,
.before-after,
.deliverables,
.profile,
.voices,
.flow-section,
.service-bridge,
.final-cta {
  padding: 76px 72px;
}

.personal-intro {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: 64px;
  align-items: center;
  background: linear-gradient(110deg, #fffdf8 0%, #fff 54%, #f0f9f5 100%);
  border-top: 1px solid rgba(215,224,228,.72);
  border-bottom: 1px solid rgba(215,224,228,.72);
}

.personal-intro-copy {
  display: grid;
  width: 250px;
  justify-items: center;
}

.personal-intro-portrait {
  position: relative;
  display: grid;
  place-items: end center;
  width: 220px;
  min-height: 238px;
  margin: 0 auto;
  isolation: isolate;
}

.personal-intro-portrait::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px 0 0;
  background: var(--mint);
  clip-path: polygon(12% 4%, 90% 0, 100% 78%, 76% 100%, 0 88%, 4% 24%);
}

.personal-intro-portrait::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64%;
  height: 8px;
  background: var(--amber);
}

.personal-intro-portrait img {
  display: block;
  width: 198px;
  height: 226px;
  object-fit: contain;
  object-position: center bottom;
}

.brand-message {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding: 17px 0 17px 22px;
  border-left: 5px solid var(--amber);
}

.brand-message small {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.brand-message strong {
  font-size: 21px;
  line-height: 1.6;
}

.personal-message > p {
  max-width: 800px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}

.personal-message > p:first-child {
  color: var(--ink);
}

.personal-message > p.intro-lead {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.personal-message h1 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.25;
  font-weight: 900;
}

.personal-message h1 span { display: block; }

.personal-strengths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.personal-strengths article {
  position: relative;
  min-height: 176px;
  padding: 32px 34px 30px 46px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.personal-strengths article::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 40px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--amber);
}

.personal-strengths article:nth-child(2)::before { background: var(--blue); }
.personal-strengths article:nth-child(3)::before { background: var(--teal); }
.personal-strengths article:nth-child(4)::before { background: #7db8d8; }
.personal-strengths article:nth-child(even) { border-right: 0; }
.personal-strengths article:nth-last-child(-n + 2) { border-bottom: 0; }

.personal-strengths strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 19px;
}

.personal-strengths p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.services {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 72px;
  background: #fff;
}

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

.service-list article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-height: 250px;
  padding: 34px 30px 30px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(36,49,66,.05);
}

.service-list span,
.timeline span {
  color: var(--amber);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.service-list h3 { margin: 34px 0 0; font-size: 24px; line-height: 1.4; }
.service-list p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.service-list a { align-self: end; margin-top: auto; color: var(--blue-deep); font-size: 14px; font-weight: 900; white-space: nowrap; }
.service-list a::after { content: "→"; margin-left: 8px; color: var(--amber); font-size: 22px; }

.need-list article {
  grid-template-columns: 1fr;
  align-items: start;
}

.need-list article::before {
  position: absolute;
  left: 30px;
  top: 24px;
  color: rgba(11,95,146,.18);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
.need-list article:nth-child(1)::before { content: "01"; color: rgba(244,184,74,.5); }
.need-list article:nth-child(2)::before { content: "02"; }
.need-list article:nth-child(3)::before { content: "03"; color: rgba(58,169,143,.34); }
.need-list article:nth-child(4)::before { content: "04"; color: rgba(125,184,216,.45); }

.need-list h3 { padding-left: 0; }

.accounting-firm-entry {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.7fr);
  gap: 56px;
  margin-top: 18px;
  padding: 42px 46px;
  background:
    linear-gradient(120deg, rgba(11,95,146,.97), rgba(24,64,91,.98));
  color: var(--white);
  box-shadow: 0 20px 44px rgba(36,49,66,.13);
}

.accounting-firm-entry .label {
  margin-bottom: 20px;
  color: var(--white);
}

.accounting-firm-entry .label span::before { background: var(--amber); }
.accounting-firm-entry .label small { color: rgba(255,255,255,.7); }

.accounting-firm-heading h3 {
  margin: 0;
  color: var(--white);
  font-size: 28px;
  line-height: 1.5;
}

.accounting-firm-body > p:first-child {
  margin: 0 0 20px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.8;
}

.accounting-firm-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.accounting-firm-body li {
  padding: 7px 11px;
  color: #123e5b;
  background: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 900;
}

.accounting-firm-body .accounting-firm-note {
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 3px solid var(--amber);
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.75;
}

.accounting-firm-body > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 20px;
  color: var(--blue-deep);
  background: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.accounting-firm-body > a::after {
  content: "→";
  margin-left: 10px;
  color: var(--amber);
  font-size: 20px;
}

.support-style {
  background: #fff;
}

.support-photo {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 36px 0 36px;
}

.support-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.62);
}

.support-photo img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.support-style-copy {
  width: min(100%, 1160px);
  margin: 0 auto;
}

.support-style-copy > .label {
  margin-bottom: 28px;
}

.support-image-section {
  scroll-margin-top: 28px;
  padding: 76px 72px 0;
  background: linear-gradient(110deg, #f3fbf8 0%, #f4faff 55%, #fff8e9 100%);
}

.support-image-heading {
  width: min(100%, 1160px);
  margin: 0 auto 34px;
}

.support-image-heading h2 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.3;
}

.support-image-heading > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.support-view-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1160px);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
}

.support-view-tabs button {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px 28px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  font: inherit;
  font-weight: 900;
  line-height: 1.55;
  cursor: pointer;
}

.support-view-tabs button span { text-align: left; }

.support-view-tabs button:last-child { border-right: 0; }

.support-view-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--blue-deep);
  box-shadow: inset 0 -6px 0 var(--amber);
}

.support-view-tabs button:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.support-view-panel {
  margin: 0 -72px;
}

.support-view-panel[hidden] { display: none; }

.support-view-panel .before-after,
.support-view-panel .deliverables {
  margin-top: 34px;
}

.support-price-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.support-price-options-single {
  grid-template-columns: minmax(0, 620px);
}

.support-price-options article {
  padding: 24px 26px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(216,228,234,.96);
  border-top: 4px solid var(--blue);
  box-shadow: 0 16px 32px rgba(36,49,66,.06);
}

.support-price-options article:nth-child(2) { border-top-color: var(--teal); }

.support-route-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
}

.support-route-label.is-teal { color: #18745f; }
.support-route-label.is-amber { color: #8a5b15; }

.support-price-options h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.45;
}

.support-price-options dl { margin: 0; }

.support-price-options dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.support-price-options dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.support-price-options dd {
  margin: 0;
  color: var(--blue-deep);
  font-size: 21px;
  font-weight: 900;
  white-space: nowrap;
}

.support-price-options dd small {
  font-size: 13px;
  font-weight: 800;
}

.support-price-options article > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.support-pricing-note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 24px 0 34px;
  border-top: 1px solid rgba(216,228,234,.9);
}

.support-pricing-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.support-pricing-note a {
  flex: 0 0 auto;
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.reasons {
  background: #fffdf8;
}

.reason-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 52px;
}

.reason-intro > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 19px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.reason-grid article {
  position: relative;
  min-height: 210px;
  padding: 34px 38px 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reason-grid article:nth-child(even) { border-right: 0; }
.reason-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
.reason-grid article:nth-child(1) { box-shadow: inset 0 7px 0 var(--amber); }
.reason-grid article:nth-child(2) { box-shadow: inset 0 7px 0 var(--blue); }
.reason-grid article:nth-child(3) { box-shadow: inset 0 7px 0 var(--teal); }
.reason-grid article:nth-child(4) { box-shadow: inset 0 7px 0 #7db8d8; }

.reason-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

.reason-grid h3 { margin-bottom: 12px; font-size: 25px; line-height: 1.4; }

.reason-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.before-after {
  background: linear-gradient(90deg, rgba(231,246,239,.72), rgba(230,244,251,.68), rgba(255,242,207,.68));
}

.route-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 46px;
}

.route-lane {
  min-height: 540px;
  padding: 32px 36px 36px;
  background: rgba(255,255,255,.72);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.route-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.route-heading span {
  color: var(--blue);
  font-weight: 900;
}

.route-heading h3 {
  margin: 0;
  font-size: 28px;
}

.source-cluster {
  position: relative;
  height: 190px;
  margin: 0 18px 8px;
}

.source-cluster::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  height: 44px;
  border-left: 2px dashed #9cb0bc;
}

.source-cluster span,
.source-row span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  font-weight: 900;
}

.source-cluster span { position: absolute; width: 138px; }
.source-receipt { left: 0; top: 4px; box-shadow: inset 5px 0 0 var(--amber); }
.source-invoice { right: 4px; top: 28px; box-shadow: inset 5px 0 0 var(--blue); }
.source-bank { left: 46px; bottom: 18px; box-shadow: inset 5px 0 0 var(--teal); }
.source-card { right: 24px; bottom: 0; box-shadow: inset 5px 0 0 #7db8d8; }

.route-node {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 340px);
  min-height: 66px;
  margin: 30px auto;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.route-node-muted {
  color: var(--ink);
  background: #f3f6f7;
  border: 1px dashed #9cb0bc;
}

.route-alerts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.route-alerts span {
  padding: 13px 12px;
  color: #8a5b15;
  background: #fff2cf;
  border-bottom: 3px solid var(--amber);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.route-organizer {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 32px 22px;
  background: rgba(255,242,207,.9);
  border-top: 2px solid var(--amber);
  border-bottom: 2px solid var(--amber);
  text-align: center;
}

.route-organizer strong {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 22px;
}

.route-organizer span {
  padding: 12px 8px;
  color: #70511d;
  background: rgba(255,255,255,.64);
  border-bottom: 1px solid rgba(244,184,74,.56);
  font-weight: 900;
}

.source-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.source-row span:nth-child(1) { border-top: 5px solid var(--amber); }
.source-row span:nth-child(2) { border-top: 5px solid var(--blue); }
.source-row span:nth-child(3) { border-top: 5px solid var(--teal); }
.source-row span:nth-child(4) { border-top: 5px solid #7db8d8; }

.route-after .route-node { margin-top: 34px; margin-bottom: 34px; }
.route-after .route-node:not(.route-node-ink)::after {
  content: "↓";
  position: absolute;
  bottom: -32px;
  color: var(--blue-deep);
  font-size: 20px;
}

.route-node-blue { color: var(--blue-deep); background: var(--sky); }
.route-node-teal { color: #0b5c43; background: var(--mint); }
.route-node-ink { color: var(--white); background: var(--ink); }

.route-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.route-result span {
  padding: 14px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--blue-deep);
  font-weight: 900;
  text-align: center;
}

.deliverables { background: var(--white); }

.deliverable-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
  margin-top: 46px;
}

#support-panel-review .section-copy,
.deliverable-stage-review {
  width: min(100%, 1000px);
  margin-right: auto;
  margin-left: auto;
}

.deliverable-stage-review {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 34px;
}

.support-price-options-single {
  justify-content: center;
  width: min(100%, 1000px);
  margin-right: auto;
  margin-left: auto;
}

.mock-doc {
  position: relative;
  padding: 0 28px 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 58px rgba(36,49,66,.1);
}

.mock-summary {
  min-height: 560px;
  transform: rotate(-.35deg);
}

.mock-manual {
  min-height: 560px;
  transform: rotate(.35deg);
}

.mock-review {
  transform: rotate(-.12deg);
}

.deliverable-disclaimer {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  text-align: center;
}

.mock-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 -28px 24px;
  padding: 10px 16px;
  color: #627282;
  background: #eff5f7;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 900;
}

.mock-toolbar small {
  color: #8a5b15;
  font-size: 14px;
}

.mock-note {
  margin: 22px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.mock-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--line);
}
.mock-head span { font-size: 23px; font-weight: 900; }
.mock-head small { color: var(--blue); font-size: 14px; font-weight: 900; }

.chat-summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.chat-avatar {
  display: grid;
  grid-template-columns: repeat(3, 8px);
  place-content: center;
  gap: 3px;
  width: 42px;
  height: 42px;
  background: var(--sky);
  border: 1px solid #cfe4ee;
  border-radius: 50%;
}

.chat-avatar span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.chat-avatar span:nth-child(2) { background: var(--yellow); }
.chat-avatar span:nth-child(3) { background: var(--teal); }

.chat-bubble {
  position: relative;
  padding: 22px 24px;
  background: #f4fafc;
  border: 1px solid #d7e8ee;
  border-radius: 4px 18px 18px 18px;
}

.chat-bubble p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #d7e8ee;
}
.chat-bubble p:first-child { padding-top: 0; }
.chat-bubble p:last-child { padding-bottom: 0; border-bottom: 0; }
.chat-bubble strong { color: var(--blue-deep); font-size: 15px; }
.chat-bubble span { color: var(--muted); font-size: 16px; line-height: 1.65; }

.manual-preview {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 340px;
  border: 1px solid var(--line);
}

.manual-index {
  display: grid;
  align-content: start;
  margin: 0;
  padding: 0;
  background: #f4f8f9;
  border-right: 1px solid var(--line);
  list-style: none;
}

.manual-index li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.manual-index li.is-current { color: var(--blue-deep); background: var(--sky); font-weight: 900; }
.manual-index span { color: var(--blue); font-weight: 900; }

.manual-page { padding: 24px; }
.manual-page > small { color: var(--blue); font-size: 13px; font-weight: 900; }
.manual-page h3 { margin: 8px 0 20px; font-size: 21px; }
.manual-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.manual-step b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
}
.manual-step p { display: grid; gap: 3px; margin: 0; }
.manual-step strong { font-size: 15px; }
.manual-step span { color: var(--muted); font-size: 14px; line-height: 1.5; }

.review-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.review-summary span {
  padding: 6px 12px;
  color: var(--blue-deep);
  background: var(--sky);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.review-summary span:nth-child(2),
.review-summary span:nth-child(5) {
  color: #0b5c43;
  background: var(--mint);
}

.review-summary span:nth-child(3),
.review-summary span:nth-child(6) {
  color: #765019;
  background: #fff2cf;
}

.review-table { overflow: hidden; border: 1px solid var(--line); border-radius: 4px; }
.review-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1.1fr) minmax(0, 1fr);
  margin: 0;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
}
.review-row:last-child { border-bottom: 0; }
.review-row > * {
  display: flex;
  align-items: center;
  padding: 14px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.review-row > *:last-child { border-right: 0; }
.review-row strong { color: var(--ink); }
.review-header { min-height: 48px; background: #eff5f7; }
.review-header span { color: var(--blue-deep); font-size: 14px; font-weight: 900; }
.review-row:not(.review-header) > *:nth-child(2) {
  background: #fbfdfe;
}

.review-row:not(.review-header) > *:nth-child(3) {
  color: #33495c;
  background: #fffdf8;
}

.profile {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: center;
  background: var(--cream);
}
.profile-copy h2 { font-size: 46px; line-height: 1.25; }
.profile-copy > p { color: var(--muted); font-size: 18px; }

.profile-identity {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 30px 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.profile-avatar {
  position: relative;
  flex: 0 0 190px;
  width: 190px;
  height: 216px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--mint), var(--sky));
  border-bottom: 6px solid var(--amber);
}

.profile-avatar::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 54px;
  height: 54px;
  background: rgba(255,255,255,.66);
  border-radius: 50%;
}

.profile-avatar img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.profile-identity p { display: grid; gap: 5px; margin: 0; }
.profile-identity span { color: var(--blue); font-size: 15px; font-weight: 900; }
.profile-identity strong { color: var(--ink); font-size: 30px; line-height: 1.35; }
.profile-identity small { color: var(--muted); font-size: 16px; line-height: 1.6; }

.profile-facts {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
}

.profile-facts div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.profile-facts dt { font-weight: 900; }
.profile-facts dd { margin: 0; color: var(--muted); }

.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 20px;
  align-items: stretch;
}
.screen-mock, .paper-stack {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(36,49,66,.08);
}
.screen-mock {
  min-height: 360px;
  overflow: hidden;
}

.screen-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 16px;
  background: #eff5f7;
  border-bottom: 1px solid var(--line);
}

.screen-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b5c3ca;
}

.screen-bar i:first-child { background: var(--amber); }
.screen-bar i:nth-child(2) { background: var(--teal); }
.screen-bar i:nth-child(3) { background: var(--blue); }
.screen-bar span {
  margin-left: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.screen-body {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  min-height: 314px;
}

.screen-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px 18px;
  background: #f7fbfd;
  border-right: 1px solid var(--line);
}

.screen-sidebar span {
  height: 9px;
  background: #cad8de;
}

.screen-sidebar span:first-child { background: var(--blue); }

.screen-content {
  position: relative;
  padding: 28px 28px 30px;
}

.screen-content > strong {
  display: block;
  margin-bottom: 26px;
  color: var(--blue-deep);
  font-size: 19px;
}

.screen-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.screen-row span { color: var(--muted); }
.screen-row b { color: var(--ink); font-size: 15px; }
.screen-row:nth-child(3) b { color: #8a5b15; }

.screen-comment {
  position: absolute;
  right: 20px;
  bottom: 22px;
  padding: 10px 14px;
  color: #0b5c43;
  background: #dff5e9;
  border-left: 4px solid var(--teal);
  font-size: 14px;
  font-weight: 900;
}

.paper-stack {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 20px;
}
.paper-stack span {
  display: block;
  padding: 16px 14px;
  background: #f7fbfd;
  border-left: 5px solid var(--amber);
  font-weight: 900;
}
.paper-stack small { display: block; color: var(--blue); font-size: 13px; }

.voices {
  background: var(--white);
}
.voice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 0;
  margin-top: 42px;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.voice-featured {
  padding: 38px 28px 38px 0;
  border-right: 1px solid var(--line);
}

.voice-meta {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin-bottom: 28px;
}

.voice-meta span {
  color: var(--amber);
  font-size: 28px;
  font-weight: 900;
}

.voice-meta strong {
  color: var(--blue-deep);
  font-size: 18px;
}

.voice-industry {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -10px 0 24px 50px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.voice-industry span {
  padding: 4px 8px;
  color: #0b5c43;
  background: var(--mint);
  font-size: 13px;
  font-weight: 900;
}

.voice-layout blockquote {
  position: relative;
  margin: 0;
  padding: 0 0 0 34px;
}

.voice-layout blockquote::before {
  content: "“";
  position: absolute;
  left: -4px;
  top: -24px;
  color: var(--sky);
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 1;
}

.voice-layout blockquote p {
  position: relative;
  margin-bottom: 14px;
  color: #33495c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}

.voice-source {
  margin: 24px 0 0 34px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.voice-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
}

.voice-secondary article {
  padding: 38px 28px;
  border-left: 1px solid var(--line);
}

.voice-secondary article:last-child { border-bottom: 0; }
.voice-secondary .voice-meta { margin-bottom: 18px; }
.voice-secondary .voice-industry { margin: -4px 0 18px 44px; font-size: 15px; }
.voice-secondary blockquote { padding-left: 28px; }
.voice-secondary blockquote::before { font-size: 60px; }
.voice-secondary blockquote p { font-size: 17px; line-height: 1.8; }
.voice-secondary .voice-source { margin: 16px 0 0 28px; }

.review-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.flow-section { background: linear-gradient(90deg, rgba(231,246,239,.66), rgba(230,244,251,.72)); }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 2px solid var(--line);
}
.timeline article {
  position: relative;
  min-height: 210px;
  padding: 34px 24px;
  border-right: 1px solid var(--line);
}
.timeline article:last-child { border-right: 0; }
.timeline span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 16px;
}
.timeline h3 { margin: 18px 0 8px; font-size: 24px; }
.timeline p { color: var(--muted); font-size: 16px; }

.service-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: center;
  background: var(--white);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(620px, 1.18fr);
  gap: 70px;
  align-items: center;
  background: radial-gradient(circle at 80% 20%, rgba(255,242,207,.96), transparent 28%), linear-gradient(90deg, rgba(231,246,239,.9), rgba(230,244,251,.82));
}
.final-cta h2 { font-size: 48px; line-height: 1.28; }
.final-cta-intro > p:last-child { color: var(--muted); font-size: 18px; }

.cta-form-panel {
  display: grid;
  align-content: start;
  padding: 36px 40px;
  background: rgba(255,255,255,.92);
  border-top: 5px solid var(--blue);
  box-shadow: 0 20px 46px rgba(36,49,66,.08);
}

.cta-form-panel small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.cta-form-panel h3 {
  margin: 6px 0 14px;
  font-size: 30px;
}

.cta-form-panel ul {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--muted);
  font-size: 16px;
  list-style: none;
}

.cta-form-panel li {
  position: relative;
  padding-left: 18px;
}

.cta-form-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 6px;
  height: 6px;
  background: var(--amber);
}

.cta-form-panel a { align-self: end; margin-top: auto; }

.site-footer {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 34px 64px;
  align-items: end;
  padding: 52px 72px 34px;
  color: #dce8ee;
  background: var(--ink);
}

.footer-brand img { display: block; width: 180px; height: auto; }
.footer-brand p { margin: 18px 0 0; font-size: 16px; }
.footer-social { display: flex; gap: 22px; margin-top: 18px; font-weight: 800; }
.footer-social a { color: #fff; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 28px; font-weight: 800; }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: #9fb2bf; font-size: 14px; }

@media (max-width: 960px) {
  body { min-width: 0; padding-bottom: 72px; }

  .top-header {
    position: relative;
    z-index: 20;
    min-height: 76px;
    padding: 0 24px;
    background: var(--cream);
  }

  .brand-lockup { gap: 12px; }
  .brand-logo { width: 154px; height: 50px; }
  .brand-logo img { width: 146px; }
  .brand-signature { padding-left: 12px; font-size: 13px; }
  .header-cta { display: none; }

  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 11px 9px;
    border: 1px solid var(--line);
    background: var(--white);
  }

  .nav-toggle span { display: block; height: 2px; background: var(--ink); }

  .top-header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    gap: 0;
    padding: 12px 24px 22px;
    background: rgba(255,250,240,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(36,49,66,.1);
  }

  .top-header nav.is-open { display: grid; }
  .top-header nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }

  .hero {
    min-height: 340px;
    padding: 64px 28px 72px;
  }

  .hero-logo { width: 300px; }

  .personal-intro, .services, .support-style, .reasons, .before-after, .deliverables, .profile, .voices, .flow-section, .service-bridge, .final-cta { padding: 70px 28px; }
  .personal-intro { grid-template-columns: 210px minmax(0, 1fr); gap: 42px; }
  .services { grid-template-columns: 1fr; gap: 42px; }
  .accounting-firm-entry { grid-template-columns: 1fr; gap: 28px; padding: 36px; }
  .service-list article { grid-template-columns: 1fr; }
  .service-list p { grid-column: auto; }
  .need-list article { grid-template-columns: 1fr; }
  .need-list p { grid-column: auto; }
  .support-image-section { padding: 70px 28px 0; }
  .support-view-panel { margin-right: -28px; margin-left: -28px; }
  .reason-intro { grid-template-columns: 1fr; gap: 24px; }

  .route-diagram { grid-template-columns: 1fr; }
  .route-organizer { grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 0; padding: 20px; }
  .route-organizer strong { grid-column: 1 / -1; }

  .deliverable-stage { grid-template-columns: 1fr; }
  .mock-summary, .mock-manual, .mock-review { min-height: 0; transform: none; }
  .mock-review { grid-column: auto; }

  .profile { grid-template-columns: 1fr; }
  .workbench { grid-template-columns: minmax(0, 1fr) 190px; }

  .voice-layout { grid-template-columns: 1fr; }
  .voice-featured { padding: 42px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .voice-secondary article:first-child { border-left: 0; }

  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--line); }
  .timeline article { min-height: 0; padding: 22px 24px; border-right: 0; border-bottom: 1px solid var(--line); }

  .service-bridge, .final-cta { grid-template-columns: 1fr; }
  .final-cta { gap: 42px; }
  .cta-form-panel { padding: 32px; }

  .site-footer { grid-template-columns: 1fr; padding: 48px 28px 28px; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer small { grid-column: auto; }

  .mobile-actions {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px 12px;
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 28px rgba(36,49,66,.1);
    transform: translateY(110%);
    transition: transform .22s ease;
  }

  .mobile-actions a { display: grid; place-items: center; min-height: 48px; color: var(--white); background: var(--blue); font-weight: 900; }
  .mobile-actions a { background: var(--blue-deep); }
  body.is-past-hero .mobile-actions { transform: translateY(0); }
}

@media (max-width: 680px) {
  .top-header { padding: 0 18px; }
  .brand-lockup { gap: 8px; }
  .brand-logo { width: 128px; }
  .brand-logo img { width: 124px; }
  .brand-signature { display: none; }

  .hero { min-height: 280px; padding: 48px 20px 58px; }
  .hero-logo { width: 230px; margin-bottom: 18px; }
  .hero-brand-message { font-size: 14px; line-height: 1.7; letter-spacing: .03em; }

  .personal-intro, .services, .support-style, .reasons, .before-after, .deliverables, .profile, .voices, .flow-section, .service-bridge, .final-cta { padding: 58px 20px; }
  .services-intro h2, .section-copy h2, .profile-copy h2, .final-cta h2 { font-size: 36px; }

  .personal-intro { grid-template-columns: 1fr; gap: 26px; text-align: left; }
  .personal-intro-copy { width: 250px; justify-content: start; justify-items: start; }
  .personal-intro-portrait { width: 150px; min-height: 162px; margin: 0; }
  .personal-intro-portrait img { width: 136px; height: 154px; }
  .personal-intro-credentials,
  .personal-intro-credentials-note { width: 250px; }
  .personal-message h1 { font-size: 34px; }
  .personal-message > p.intro-lead { font-size: 18px; }
  .personal-message > p { font-size: 16px; line-height: 1.85; }
  .brand-message { margin-top: 26px; }
  .brand-message strong { font-size: 19px; }
  .personal-strengths { grid-template-columns: 1fr; }
  .personal-strengths article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .personal-strengths article:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .personal-strengths article:last-child { border-bottom: 0; }

  .trust-source { margin-top: 8px; font-size: 11px; line-height: 1.6; text-align: left; }

  .service-list { grid-template-columns: 1fr; }
  .service-list article { grid-template-columns: 1fr; gap: 10px; min-height: 0; padding: 28px 24px; }
  .service-list h3 { margin-top: 32px; }
  .service-list a, .service-list p { grid-column: 1; }
  .need-list article { grid-template-columns: 1fr; gap: 10px; padding: 28px 24px; }
  .need-list h3, .need-list p, .need-list a { grid-column: 1; padding-left: 0; }
  .need-list article::before { left: 24px; top: 20px; font-size: 38px; }
  .accounting-firm-entry { gap: 24px; padding: 30px 24px; }
  .accounting-firm-heading h3 { font-size: 24px; }

  .support-image-section { padding: 58px 20px 0; }
  .support-image-heading h2 { font-size: 32px; }
  .support-view-tabs { grid-template-columns: 1fr; }
  .support-view-tabs button {
    min-height: 68px;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }
  .support-view-tabs button:last-child { border-bottom: 0; }
  .support-view-panel { margin-right: -20px; margin-left: -20px; }
  .support-price-options { grid-template-columns: 1fr; }
  .support-price-options article { padding: 22px 18px; }
  .support-price-options dl > div { grid-template-columns: 1fr; gap: 2px; }
  .support-price-options dd { white-space: normal; }
  .support-pricing-note { align-items: flex-start; flex-direction: column; padding: 22px 0 30px; }

  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 0; padding: 30px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .reason-grid article:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .reason-grid article:last-child { border-bottom: 0; }

  .route-lane { padding: 22px 18px; }
  .route-organizer { grid-template-columns: 1fr; }
  .route-organizer strong { grid-column: auto; }

  .mock-doc { padding: 0 16px 22px; }
  .mock-toolbar { margin: 0 -16px 20px; }
  .mock-head { display: grid; }
  .manual-preview { grid-template-columns: 1fr; }
  .manual-index { border-right: 0; border-bottom: 1px solid var(--line); }

  .review-header { display: none; }
  .review-table { border: 0; border-radius: 0; }
  .review-row {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 14px;
    border: 1px solid var(--line);
    box-shadow: 0 8px 20px rgba(36,49,66,.04);
  }
  .review-row:last-child { margin-bottom: 0; border-bottom: 1px solid var(--line); }
  .review-row > * {
    display: grid;
    gap: 4px;
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .review-row > *:last-child { border-bottom: 0; }
  .review-row strong {
    color: var(--white);
    background: var(--blue-deep);
    font-size: 15px;
  }
  .review-row > *:nth-child(n + 2)::before {
    color: var(--blue-deep);
    font-size: 12px;
    font-weight: 900;
  }
  .review-row > *:nth-child(2)::before { content: "確認結果の例"; }
  .review-row > *:nth-child(3)::before { content: "次に確認すること"; }

  .profile-identity { align-items: flex-start; }
  .profile-avatar { flex-basis: 138px; width: 138px; height: 158px; }
  .profile-identity strong { font-size: 24px; }
  .workbench { grid-template-columns: 1fr; }
  .paper-stack { grid-template-columns: 1fr; }
  .screen-body { grid-template-columns: 62px minmax(0, 1fr); }
  .screen-content { padding: 22px 16px 74px; }
  .screen-comment { left: 16px; right: 16px; }

  .voice-layout blockquote p { font-size: 17px; }
  .voice-secondary { grid-template-columns: 1fr; }
  .voice-secondary article { padding: 34px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .voice-industry, .voice-secondary .voice-industry { flex-wrap: wrap; margin-left: 0; }
  .voice-source, .voice-secondary .voice-source { margin-left: 0; }

  .service-bridge { gap: 28px; }
  .cta-form-panel { padding: 28px 22px; }

  .site-footer { padding: 42px 20px 26px; }
  .site-footer nav { display: grid; gap: 12px; }
}

/* 2026-07-30 responsive typography and selection clarity */
body { line-break: strict; word-break: auto-phrase; }
.phrase { display: inline-block; white-space: nowrap; }
h1, h2, h3 { text-wrap: balance; }
.service-list h3 .phrase {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (min-width: 961px) {
  .services { grid-template-columns: 400px minmax(0, 1fr); gap: 64px; }
  .services-intro h2 { font-size: 42px; }
}

.support-view-tabs {
  gap: 12px;
  padding: 12px;
  border: 0;
  background: #eef7fb;
}

.support-view-tabs button {
  justify-content: space-between;
  gap: 18px;
  border: 2px solid #b9d8e8;
  border-radius: 12px;
  color: var(--blue-deep);
  background: #fff;
  box-shadow: 0 6px 18px rgba(36,49,66,.05);
}

.support-view-tabs button:last-child { border-right: 2px solid #b9d8e8; }
.support-view-tabs button b {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-deep);
  background: var(--sky);
  font-size: 0;
}
.support-view-tabs button b::before { content: "〉"; font-size: 20px; line-height: 1; }
.support-view-tabs button[aria-selected="true"] {
  color: var(--blue-deep);
  border-color: var(--blue);
  background: #e6f4fb;
  box-shadow: inset 0 -5px 0 var(--amber), 0 8px 20px rgba(22,135,201,.1);
}
.support-view-tabs button[aria-selected="true"] b { color: #fff; background: var(--blue); }
.support-view-tabs button[aria-selected="true"] b::before { content: "✓"; font-size: 18px; }

@media (max-width: 680px) {
  .services-intro h2, .section-copy h2, .profile-copy h2, .final-cta h2 {
    font-size: clamp(29px, 8.5vw, 34px);
    line-height: 1.35;
  }
  .service-list h3 { font-size: 22px; }

  .personal-intro-copy {
    grid-template-columns: 142px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    width: 100%;
    align-items: center;
  }
  .personal-intro-portrait {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 142px;
    min-height: 164px;
  }
  .personal-intro-portrait img { width: 132px; height: 154px; }
  .personal-intro-credentials {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin-top: 0;
  }
  .personal-intro-credentials div {
    display: grid;
    gap: 3px;
    justify-content: stretch;
    padding: 9px 2px;
  }
  .personal-intro-credentials strong { font-size: 14px; }
  .personal-intro-credentials-note {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }

  .support-view-tabs { gap: 8px; padding: 8px; }
  .support-view-tabs button,
  .support-view-tabs button:last-child {
    min-height: 64px;
    padding: 12px 14px;
    border: 2px solid #b9d8e8;
    border-radius: 10px;
  }

  .review-row strong {
    color: var(--blue-deep);
    background: #e6f4fb;
    border-left: 5px solid #7db8d8;
    font-size: 15px;
  }
}
