:root {
  --paper: #f3f5f2;
  --white: #fff;
  --ink: #111815;
  --muted: #59625d;
  --soft: #dde5e1;
  --amber: #d94835;
  --pine: #173f38;
  --mint: #dbe9e4;
  --coral-soft: #f7e7e2;
  --line-color: #c7cfca;
  --line: 1px solid var(--line-color);
  --heavy: 2px solid var(--ink);
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, system-ui, sans-serif;
  --serif: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

main section[id],
.inside-block[id] {
  scroll-margin-top: 72px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  font-family: var(--sans);
}

body {
  padding-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  border: var(--line);
  transform: translateY(-160%);
}

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

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 56px;
  background: rgba(244, 243, 240, 0.96);
  border-bottom: var(--line);
}

.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}

.brand__name {
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.brand__tag {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: var(--line);
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.header-cta:hover,
.primary-cta:hover,
.plan-cta:hover,
.sticky-cta__button:hover {
  background: var(--amber);
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: var(--heavy);
  background-color: var(--paper);
}

.hero__stage {
  position: relative;
  min-height: 650px;
  padding-top: 72px;
  padding-bottom: 138px;
}

.hero__ghost {
  position: absolute;
  top: 4px;
  right: -10px;
  color: transparent;
  font-family: var(--serif);
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(14, 14, 14, 0.1);
  white-space: nowrap;
  user-select: none;
}

.hero__copy {
  position: relative;
  z-index: 3;
  width: min(650px, 61%);
}

.hero__label,
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 12px;
  border: var(--line);
  background: var(--paper);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.hero__label::before {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--amber);
  border-radius: 50%;
  content: "";
}

.hero h1 {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.28;
}

.hero h1 span {
  display: inline;
  box-shadow: inset 0 -0.28em 0 var(--amber);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero__lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: #35322e;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.hero__risk {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.primary-cta {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 24px;
  border: var(--line);
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(14, 14, 14, 0.45);
  font-size: 14px;
  font-weight: 700;
}

.hero__art {
  position: absolute;
  right: -68px;
  bottom: 104px;
  z-index: 2;
  width: min(610px, 53%);
  pointer-events: none;
}

.hero__art::before {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 70%;
  aspect-ratio: 1;
  background: var(--amber);
  border: var(--heavy);
  content: "";
  transform: rotate(4deg);
}

.hero__art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.hero-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: var(--heavy);
}

.hero-stat {
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  border-right: var(--line);
}

.hero-stat:last-child {
  border-right: 0;
}

.hero-stat strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hero-stat > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.proof-strip {
  display: block;
  background: var(--ink);
  color: var(--white);
  border-bottom: var(--heavy);
}

.proof-strip__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.avatar-stack {
  display: flex;
  padding-left: 8px;
}

.mini-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.proof-rating {
  font-family: var(--serif);
  font-weight: 800;
  white-space: nowrap;
}

.proof-quotes {
  position: relative;
  min-height: 28px;
}

.proof-quote {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 300ms ease;
}

.proof-quote.is-active {
  opacity: 1;
}

.proof-source {
  color: #aaa59d;
  font-size: 10px;
  text-align: right;
}

.section {
  padding-block: 112px;
  border-bottom: var(--heavy);
}

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

.section--ink {
  background: var(--ink);
  color: var(--white);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 44px;
}

.section-index {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.section--ink .section-index {
  color: #a9a59d;
}

.section h2 {
  max-width: 800px;
  margin: 12px 0 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.4;
}

.section-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.section--ink .section-lead {
  color: #c8c5bf;
}

.section--ink .eyebrow {
  color: var(--ink);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: var(--heavy);
  background: var(--paper);
}

.pain-panel {
  min-width: 0;
  margin: 0;
  border-right: var(--line);
  background: var(--white);
}

.pain-panel:last-child {
  border-right: 0;
}

.pain-panel:nth-child(even) {
  background: var(--paper);
}

.pain-panel__number {
  display: block;
  padding: 12px 14px 0;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 800;
}

.pain-panel__media {
  height: 242px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 10px 12px 0;
}

.pain-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.pain-panel figcaption {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-top: var(--line);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
}

.pain-close {
  margin: 30px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 64px;
  align-items: end;
}

.why-copy p {
  max-width: 740px;
  margin: 0;
  color: #cfcbc3;
  font-size: 18px;
  line-height: 2;
}

.why-copy p + p {
  margin-top: 10px;
}

.why-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1.5px solid #5a5650;
  border-bottom: 1.5px solid #5a5650;
}

.why-links a {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-right: 1.5px solid #5a5650;
  font-size: 14px;
  font-weight: 900;
}

.why-links a:last-child {
  border-right: 0;
}

.why-links a:hover {
  background: var(--amber);
  color: var(--ink);
}

.why-art img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  object-position: bottom center;
}

.karakuri-list {
  border-top: var(--heavy);
}

.karakuri-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 310px;
  align-items: center;
  min-height: 340px;
  border-bottom: var(--heavy);
}

.karakuri-row__number {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-right: var(--line);
  background: var(--amber);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 800;
}

.karakuri-row__body {
  padding: 42px 48px;
}

.karakuri-row__body h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.55;
}

.karakuri-row__body p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.evidence {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-left: var(--line);
  background: var(--paper);
}

.evidence__label {
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 800;
}

.evidence blockquote {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.evidence blockquote span {
  box-shadow: inset 0 -0.65em 0 rgba(232, 163, 61, 0.55);
}

.ai-names-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.ai-names-inline span {
  padding: 4px 8px;
  border: 1px solid var(--ink);
  background: var(--white);
  font-size: 10px;
  font-weight: 700;
}

.mini-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 12px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1.5px solid #4a4844;
  border-left: 1.5px solid #4a4844;
}

.result-tile {
  min-width: 0;
  padding: 0;
  border: 0;
  border-right: 1.5px solid #4a4844;
  border-bottom: 1.5px solid #4a4844;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  text-align: left;
}

.result-tile:hover .placeholder {
  background: #d9d6cf;
}

.result-tile__copy {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

.result-tile strong {
  color: var(--amber);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
}

.result-tile small {
  margin-top: 6px;
  color: #aaa59d;
  font-size: 11px;
}

.placeholder {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1.5px dashed var(--ink);
  background: var(--soft);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.result-tile .placeholder {
  margin: 0 14px 14px;
}

.results-note,
.source-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.section--ink .results-note {
  color: #c8c5bf;
}

.voices-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  border: var(--heavy);
  background: var(--paper);
}

.voices-summary__item {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border-right: var(--line);
  text-align: center;
}

.voices-summary__item:last-child {
  border-right: 0;
}

.voices-summary strong {
  font-family: var(--serif);
  font-size: 24px;
}

.voices-summary span {
  font-size: 12px;
  font-weight: 700;
}

.voice-filters {
  display: flex;
  margin-bottom: 20px;
  border: var(--line);
  width: fit-content;
}

.voice-filter {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-right: var(--line);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.voice-filter:last-child {
  border-right: 0;
}

.voice-filter.is-active,
.voice-filter:hover {
  background: var(--ink);
  color: var(--white);
}

.voices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.voice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: var(--line);
  background: var(--white);
}

.voice-card[hidden] {
  display: none;
}

.voice-card__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.avatar-fallback {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: var(--line);
  border-radius: 50%;
  background: var(--amber);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 800;
}

.voice-card__name {
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.voice-card__tenure {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.voice-card__rating {
  color: #9a610e;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.voice-review {
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  white-space: pre-line;
}

.voice-review mark {
  background: transparent;
  box-shadow: inset 0 -0.65em 0 rgba(232, 163, 61, 0.6);
  color: inherit;
}

.voice-expand {
  display: none;
}

.voice-card__facts {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(14, 14, 14, 0.2);
}

.voice-card__fact {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  font-size: 11px;
  line-height: 1.65;
}

.voice-card__fact dt {
  color: var(--muted);
  font-weight: 700;
}

.voice-card__fact dd {
  margin: 0;
  font-weight: 700;
}

.voice-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}

.change-tag {
  padding: 4px 8px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-size: 10px;
  font-weight: 700;
}

.x-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.voice-card--cta {
  min-height: 340px;
  justify-content: center;
  background: var(--amber);
}

.voice-card--cta strong {
  font-size: 28px;
  line-height: 1.5;
}

.voice-card--cta p {
  margin: 12px 0 24px;
  font-size: 14px;
  font-weight: 700;
}

.voice-card--cta .primary-cta {
  width: fit-content;
}

.owner-layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  border: var(--heavy);
  background: var(--white);
}

.owner-portrait {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border-right: var(--heavy);
  background: var(--amber);
}

.owner-portrait img {
  position: absolute;
  right: -72px;
  bottom: 0;
  width: 480px;
  max-width: none;
}

.owner-copy {
  padding: 50px;
}

.owner-copy h2 {
  margin: 8px 0 0;
}

.owner-copy > p {
  max-width: 600px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 2;
}

.owner-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.owner-facts span {
  padding: 7px 10px;
  border: var(--line);
  background: var(--paper);
  font-size: 11px;
  font-weight: 900;
}

.owner-quote {
  margin: 28px 0 0;
  padding: 24px 0;
  border-top: var(--line);
  border-bottom: var(--line);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
}

.inside-intro {
  max-width: 790px;
}

.action-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  border: var(--heavy);
  background: var(--white);
}

.action-strip__item {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-right: var(--line);
  font-size: 13px;
  font-weight: 900;
}

.action-strip__item:last-child {
  border-right: 0;
}

.action-strip__item strong {
  width: 28px;
  height: 28px;
  display: grid;
  flex: none;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-family: var(--serif);
  font-size: 13px;
}

.inside-block {
  padding-top: 84px;
  margin-top: 84px;
  border-top: var(--heavy);
}

.inside-block__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}

.inside-block__number {
  min-width: 48px;
  padding-top: 4px;
  color: #9c650f;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 800;
}

.inside-block h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
}

.inside-block__intro {
  max-width: 730px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.day-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
}

.timeline {
  border-top: var(--heavy);
}

.timeline-row {
  display: grid;
  grid-template-columns: 92px 190px 1fr;
  min-height: 88px;
  border-bottom: var(--line);
}

.timeline-row time {
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: var(--line);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 800;
}

.timeline-row strong,
.timeline-row span {
  display: flex;
  align-items: center;
  padding: 16px;
}

.timeline-row strong {
  font-size: 13px;
}

.timeline-row span {
  color: var(--muted);
  font-size: 12px;
}

.schedule-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  border: var(--line);
}

.schedule-foot p {
  margin: 0;
  padding: 16px;
  font-size: 11px;
  line-height: 1.8;
}

.schedule-foot p:first-child {
  border-right: var(--line);
}

.proof-media {
  margin: 0;
}

.proof-media .placeholder {
  min-height: 300px;
}

.proof-media figcaption,
.manual-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.inside-note {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(14, 14, 14, 0.18);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.9;
}

.rooms-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 38px;
  align-items: start;
}

.rooms-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--heavy);
  background: var(--white);
}

.room-column {
  min-width: 0;
  padding: 24px;
  border-right: var(--line);
}

.room-column:last-child {
  border-right: 0;
}

.room-column__label {
  display: block;
  color: #8a570c;
  font-size: 11px;
  font-weight: 900;
}

.room-column h4 {
  margin: 6px 0 18px;
  font-size: 18px;
}

.room-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-column li {
  padding: 8px 0;
  border-top: 1px solid rgba(14, 14, 14, 0.13);
  font-size: 12px;
  font-weight: 700;
}

.rooms-copy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.manual-figure {
  margin: 0;
  padding: 12px;
  border: var(--line);
  background: var(--white);
}

.manual-figure img {
  width: 100%;
  height: auto;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: var(--heavy);
  border-left: var(--heavy);
  background: var(--white);
}

.ai-item {
  min-height: 154px;
  padding: 20px;
  border-right: var(--heavy);
  border-bottom: var(--heavy);
}

.ai-item__tier {
  min-height: 20px;
  display: block;
  color: #8a570c;
  font-size: 9px;
  font-weight: 900;
}

.ai-item h4 {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
}

.ai-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.ai-legend {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.inside-proof {
  margin: 24px 0 0;
  padding: 22px 26px;
  border: var(--line);
  background: var(--amber);
  font-size: 14px;
  font-weight: 900;
}

.library-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  overflow-x: auto;
  border: var(--heavy);
  background: var(--white);
}

.library-stat {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-right: var(--line);
}

.library-stat:last-child {
  border-right: 0;
}

.library-stat strong {
  font-family: var(--serif);
  font-size: 24px;
}

.library-stat span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.library-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: var(--line);
  border-top: 0;
}

.library-secondary p {
  margin: 0;
  padding: 18px;
  font-size: 12px;
  line-height: 1.8;
}

.library-secondary p:first-child {
  border-right: var(--line);
}

.title-samples {
  counter-reset: titles;
  margin: 28px 0 0;
  padding: 0;
  border-top: var(--line);
  list-style: none;
}

.title-samples li {
  counter-increment: titles;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.16);
  font-size: 13px;
  font-weight: 700;
}

.title-samples li::before {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 11px;
  content: "0" counter(titles);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--heavy);
  background: var(--white);
}

.tool-item {
  min-height: 190px;
  padding: 24px;
  border-right: var(--line);
  border-bottom: var(--line);
}

.tool-item:nth-child(3n) {
  border-right: 0;
}

.tool-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.tool-item__number {
  color: #8a570c;
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 800;
}

.tool-item h4 {
  margin: 12px 0 0;
  font-size: 17px;
}

.tool-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.gunshi-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  min-height: 390px;
  background: var(--ink);
  color: var(--white);
  border: var(--heavy);
}

.gunshi-panel__copy {
  position: relative;
  z-index: 2;
  padding: 54px;
}

.gunshi-panel__label {
  color: var(--amber);
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 800;
}

.gunshi-panel h4 {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.5;
}

.gunshi-panel p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #cbc7c0;
  font-size: 14px;
  line-height: 2;
}

.gunshi-panel .text-link {
  margin-top: 24px;
  color: var(--white);
  border-color: var(--white);
}

.gunshi-panel__art {
  position: relative;
  overflow: hidden;
}

.gunshi-panel__art img {
  position: absolute;
  right: -36px;
  bottom: -10px;
  width: 330px;
  max-width: none;
}

.plans-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.plans-rating {
  padding: 10px 14px;
  border: var(--line);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 14px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 650px;
  border: var(--heavy);
  background: var(--white);
}

.plan-card--featured {
  min-height: 698px;
  border-width: 4px;
}

.plan-card__badge {
  min-height: 38px;
  display: grid;
  place-items: center;
  background: var(--amber);
  border-bottom: var(--line);
  font-size: 11px;
  font-weight: 900;
}

.plan-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.plan-card__catch {
  min-height: 20px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.plan-card h3 {
  margin: 8px 0 0;
  font-size: 24px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 18px;
}

.plan-price strong {
  font-family: var(--serif);
  font-size: 39px;
  line-height: 1;
}

.plan-price span {
  font-size: 12px;
  font-weight: 700;
}

.capacity {
  width: fit-content;
  margin-top: 10px;
  padding: 3px 8px;
  border: var(--line);
  background: var(--paper);
  font-size: 10px;
  font-weight: 900;
}

.plan-features {
  margin: 26px 0 0;
  padding: 0;
  border-top: var(--line);
  list-style: none;
}

.plan-features li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.14);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.plan-features li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
  content: "✓";
}

.plan-fit {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.plan-cta {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding: 0 18px;
  border: var(--line);
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.risk-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border: var(--heavy);
  background: var(--white);
}

.risk-box p {
  margin: 0;
  padding: 18px;
  border-right: var(--line);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.risk-box p:last-child {
  border-right: 0;
}

.plan-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.screening-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: var(--heavy);
  background: var(--white);
}

.screening-column {
  padding: 34px;
}

.screening-column:first-child {
  border-right: var(--heavy);
}

.screening-column h3 {
  margin: 0 0 20px;
  font-size: 20px;
}

.screening-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.screening-column li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-top: 1px solid rgba(14, 14, 14, 0.14);
  font-size: 13px;
  font-weight: 700;
}

.screening-column li::before {
  position: absolute;
  left: 2px;
  font-weight: 900;
  content: "◎";
}

.screening-column--no li::before {
  content: "×";
}

.screening-target {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.screening-close {
  margin: 24px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: var(--heavy);
  background: var(--paper);
}

.step-item {
  min-height: 240px;
  padding: 24px;
  border-right: var(--line);
}

.step-item:last-child {
  border-right: 0;
}

.step-item__number {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 800;
}

.step-item h3 {
  margin: 22px 0 0;
  font-size: 15px;
}

.step-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.first-week {
  margin-top: 24px;
  padding: 28px;
  border: var(--line);
  background: var(--white);
}

.first-week h3 {
  margin: 0 0 16px;
  font-size: 16px;
}

.first-week__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.first-week__items span {
  padding: 8px 10px;
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.faq-list {
  border-top: var(--heavy);
}

.faq-list details {
  border-bottom: var(--line);
}

.faq-list summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  padding: 12px 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary::before {
  color: #8a570c;
  font-family: var(--serif);
  font-size: 14px;
  content: "Q";
}

.faq-list summary::after {
  font-family: var(--serif);
  font-size: 24px;
  text-align: center;
  content: "+";
}

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

.faq-answer {
  margin: 0;
  padding: 0 58px 24px 70px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.final-cta__kicker {
  margin: 0;
  color: #b8b4ac;
  font-size: 14px;
  font-weight: 700;
}

.final-cta h2 {
  margin: 16px auto 0;
  font-size: 46px;
  line-height: 1.4;
}

.final-cta__proof {
  margin: 20px 0 0;
  color: var(--amber);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 800;
}

.final-cta .primary-cta {
  margin-top: 32px;
  background: var(--white);
  color: var(--ink);
}

.final-cta .primary-cta:hover {
  background: var(--amber);
}

.final-cta__risk {
  margin: 12px 0 0;
  color: #b8b4ac;
  font-size: 11px;
}

.site-footer {
  padding: 30px 0 42px;
  background: var(--paper);
  border-top: var(--heavy);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 32px;
}

.site-footer strong {
  display: block;
  font-size: 16px;
}

.site-footer p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.site-footer__links {
  display: flex;
  gap: 20px;
}

.site-footer__links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 360px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: var(--heavy);
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta__price {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 800;
}

.sticky-cta__risk {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.sticky-cta__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.result-dialog {
  width: min(680px, calc(100% - 32px));
  padding: 0;
  border: var(--heavy);
  background: var(--paper);
}

.result-dialog::backdrop {
  background: rgba(14, 14, 14, 0.72);
}

.result-dialog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: var(--line);
}

.result-dialog__head strong {
  font-family: var(--serif);
  font-size: 23px;
}

.result-dialog__close {
  width: 44px;
  height: 44px;
  border: var(--line);
  background: var(--white);
  font-size: 20px;
  cursor: pointer;
}

.result-dialog .placeholder {
  min-height: 420px;
  margin: 18px;
}

@media (max-width: 960px) {
  .shell {
    width: min(100% - 40px, 760px);
  }

  .hero__stage {
    min-height: 760px;
    padding-top: 54px;
    padding-bottom: 210px;
  }

  .hero__copy {
    width: 78%;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero__art {
    right: -84px;
    bottom: 116px;
    width: 54%;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stat {
    min-height: 78px;
    border-bottom: var(--line);
  }

  .hero-stat:nth-child(2) {
    border-right: 0;
  }

  .hero-stat:nth-child(n + 3) {
    border-bottom: 0;
  }

  .proof-strip__inner {
    grid-template-columns: auto auto 1fr;
  }

  .proof-source {
    display: none;
  }

  .section {
    padding-block: 88px;
  }

  .pain-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pain-panel:nth-child(2) {
    border-right: 0;
  }

  .pain-panel:nth-child(-n + 2) {
    border-bottom: var(--line);
  }

  .why-layout {
    grid-template-columns: 1fr 220px;
    gap: 30px;
  }

  .karakuri-row {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .evidence {
    grid-column: 2;
    border-top: var(--line);
    border-left: 0;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .owner-layout {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .owner-copy {
    padding: 36px;
  }

  .day-layout,
  .rooms-layout {
    grid-template-columns: 1fr;
  }

  .proof-media .placeholder {
    min-height: 220px;
  }

  .manual-figure {
    max-width: 620px;
  }

  .ai-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tool-item:nth-child(3n) {
    border-right: var(--line);
  }

  .tool-item:nth-child(2n) {
    border-right: 0;
  }

  .tool-item:nth-last-child(-n + 3) {
    border-bottom: var(--line);
  }

  .tool-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .plan-card,
  .plan-card--featured {
    min-height: 0;
  }

  .plan-card--featured {
    order: -1;
  }

  .risk-box {
    grid-template-columns: 1fr;
  }

  .risk-box p {
    border-right: 0;
    border-bottom: var(--line);
  }

  .risk-box p:last-child {
    border-bottom: 0;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .step-item {
    min-height: 200px;
    border-bottom: var(--line);
  }

  .step-item:nth-child(2n) {
    border-right: 0;
  }

  .step-item:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 64px;
    font-size: 15px;
  }

  .shell {
    width: calc(100% - 32px);
  }

  .brand__tag {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .hero__stage {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 0;
  }

  .hero__ghost {
    top: 10px;
    right: -64px;
    font-size: 52px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__label {
    max-width: 100%;
    font-size: 10px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 1.35;
  }

  .hero__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.95;
  }

  .hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .primary-cta {
    width: 100%;
  }

  .text-link {
    width: fit-content;
  }

  .hero__art {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 10px);
    margin: 24px -5px -5px;
  }

  .hero__art::before {
    right: -18px;
    width: 78%;
  }

  .hero-stats {
    position: relative;
  }

  .hero-stat {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 104px;
    padding: 14px;
  }

  .hero-stat strong {
    font-size: 25px;
  }

  .hero-stat > span {
    overflow-wrap: anywhere;
    font-size: 9px;
  }

  .proof-strip__inner {
    min-height: 118px;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding-block: 16px;
  }

  .proof-rating {
    font-size: 14px;
  }

  .proof-quotes {
    grid-column: 1 / -1;
    min-height: 48px;
  }

  .proof-quote {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.7;
  }

  .section {
    padding-block: 70px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 30px;
  }

  .section-index {
    grid-row: 1;
  }

  .section h2 {
    font-size: 30px;
    line-height: 1.45;
  }

  .section-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .pain-panel__media {
    height: 176px;
    padding-inline: 5px;
  }

  .pain-panel figcaption {
    min-height: 92px;
    padding: 12px;
    font-size: 13px;
  }

  .why-layout {
    grid-template-columns: 1fr;
  }

  .why-copy p {
    font-size: 15px;
  }

  .why-links {
    grid-template-columns: 1fr;
  }

  .why-links a {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1.5px solid #5a5650;
  }

  .why-links a:last-child {
    border-bottom: 0;
  }

  .why-art {
    width: 180px;
    margin-left: auto;
  }

  .karakuri-row {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .karakuri-row__number {
    font-size: 25px;
  }

  .karakuri-row__body {
    padding: 30px 20px;
  }

  .karakuri-row__body h3 {
    font-size: 20px;
  }

  .evidence {
    padding: 24px 20px;
  }

  .results-grid {
    grid-template-columns: 1fr 1fr;
  }

  .result-tile__copy {
    min-height: 92px;
    padding: 12px;
  }

  .result-tile strong {
    font-size: 20px;
  }

  .result-tile .placeholder {
    min-height: 104px;
    margin: 0 8px 8px;
    padding: 10px;
    font-size: 9px;
  }

  .voices-summary {
    grid-template-columns: 1fr;
  }

  .voices-summary__item {
    min-height: 64px;
    border-right: 0;
    border-bottom: var(--line);
  }

  .voices-summary__item:last-child {
    border-bottom: 0;
  }

  .voice-filters {
    width: 100%;
  }

  .voice-filter {
    flex: 1;
    padding-inline: 8px;
    font-size: 10px;
  }

  .voices-grid {
    grid-template-columns: 1fr;
  }

  .voice-card {
    padding: 22px;
  }

  .voice-card__head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .avatar-fallback {
    width: 44px;
    height: 44px;
  }

  .voice-card__rating {
    grid-column: 2;
  }

  .voice-card:not(.is-expanded) .voice-review {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .voice-expand {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 8px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--ink);
    background: transparent;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
  }

  .voice-card__fact {
    grid-template-columns: 74px 1fr;
  }

  .voice-card__footer {
    align-items: flex-start;
  }

  .voice-card--cta .primary-cta {
    width: 100%;
  }

  .owner-layout {
    grid-template-columns: 1fr;
  }

  .owner-portrait {
    min-height: 360px;
    border-right: 0;
    border-bottom: var(--heavy);
  }

  .owner-portrait img {
    right: -35px;
    width: 390px;
  }

  .owner-copy {
    padding: 28px 22px;
  }

  .owner-quote {
    font-size: 16px;
  }

  .action-strip {
    grid-template-columns: 1fr 1fr;
  }

  .action-strip__item {
    min-height: 82px;
    border-bottom: var(--line);
    font-size: 11px;
  }

  .action-strip__item:nth-child(2n) {
    border-right: 0;
  }

  .action-strip__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .inside-block {
    padding-top: 64px;
    margin-top: 64px;
  }

  .inside-block__head {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .inside-block h3 {
    font-size: 24px;
  }

  .timeline-row {
    grid-template-columns: 72px 1fr;
  }

  .timeline-row time {
    grid-row: 1 / span 2;
    padding: 10px;
    font-size: 15px;
  }

  .timeline-row strong,
  .timeline-row span {
    padding: 10px 12px;
  }

  .timeline-row strong {
    align-items: end;
    padding-bottom: 2px;
  }

  .timeline-row span {
    align-items: start;
    padding-top: 2px;
  }

  .schedule-foot {
    grid-template-columns: 1fr;
  }

  .schedule-foot p:first-child {
    border-right: 0;
    border-bottom: var(--line);
  }

  .rooms-map {
    grid-template-columns: 1fr;
  }

  .room-column {
    border-right: 0;
    border-bottom: var(--line);
  }

  .room-column:last-child {
    border-bottom: 0;
  }

  .ai-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ai-item {
    min-height: 166px;
    padding: 15px;
  }

  .ai-item h4 {
    overflow-wrap: anywhere;
    font-size: 13px;
  }

  .library-secondary {
    grid-template-columns: 1fr;
  }

  .library-secondary p:first-child {
    border-right: 0;
    border-bottom: var(--line);
  }

  .tools-grid {
    grid-template-columns: 1fr;
  }

  .tool-item,
  .tool-item:nth-child(2n),
  .tool-item:nth-child(3n) {
    min-height: 0;
    border-right: 0;
    border-bottom: var(--line);
  }

  .tool-item:last-child {
    border-bottom: 0;
  }

  .gunshi-panel {
    grid-template-columns: 1fr;
  }

  .gunshi-panel__copy {
    padding: 34px 24px 220px;
  }

  .gunshi-panel h4 {
    font-size: 23px;
  }

  .gunshi-panel__art {
    position: absolute;
    inset: auto 0 0 auto;
    width: 230px;
    height: 230px;
  }

  .gunshi-panel__art img {
    width: 270px;
  }

  .plans-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-card__body {
    padding: 26px 22px;
  }

  .screening-grid {
    grid-template-columns: 1fr;
  }

  .screening-column {
    padding: 26px 22px;
  }

  .screening-column:first-child {
    border-right: 0;
    border-bottom: var(--heavy);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-item,
  .step-item:nth-child(2n),
  .step-item:last-child {
    min-height: 0;
    grid-column: auto;
    border-right: 0;
    border-bottom: var(--line);
  }

  .step-item:last-child {
    border-bottom: 0;
  }

  .step-item h3 {
    margin-top: 8px;
  }

  .faq-list summary {
    grid-template-columns: 26px minmax(0, 1fr) 20px;
    min-height: 72px;
    gap: 8px;
    font-size: 13px;
  }

  .faq-answer {
    padding: 0 30px 24px 44px;
    font-size: 12px;
  }

  .final-cta {
    padding-block: 78px;
  }

  .final-cta h2 {
    font-size: 32px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sticky-cta {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .sticky-cta__price {
    font-size: 15px;
  }

  .result-dialog .placeholder {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* V3: proof-led editorial redesign */
body {
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  height: 62px;
  background: rgba(243, 245, 242, 0.97);
  border-bottom-color: var(--line-color);
}

.header-cta,
.sticky-cta__button {
  border-color: var(--pine);
  background: var(--pine);
  color: var(--white);
  font-weight: 800;
}

.header-cta:hover,
.primary-cta:hover,
.plan-cta:hover,
.sticky-cta__button:hover,
.plan-matcher__cta:hover {
  border-color: #ad3528;
  background: #ad3528;
  color: var(--white);
}

.hero {
  border-bottom: 0;
  background: var(--paper);
}

.hero__stage {
  min-height: 730px;
  padding-top: 78px;
  padding-bottom: 144px;
}

.hero__ghost {
  top: 8px;
  right: 0;
  font-size: 88px;
  -webkit-text-stroke-color: rgba(17, 24, 21, 0.08);
}

.hero__copy {
  width: min(560px, 49%);
}

.hero__label,
.eyebrow {
  border-color: var(--line-color);
  background: var(--white);
  font-weight: 800;
}

.hero__label::before {
  background: var(--amber);
}

.hero h1 {
  margin-top: 26px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.26;
}

.hero h1 span {
  white-space: nowrap;
  box-shadow: inset 0 -0.16em 0 var(--amber);
}

.hero__lead {
  max-width: 580px;
  color: #39423e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

.primary-cta {
  border-color: var(--pine);
  background: var(--pine);
  font-weight: 800;
}

.hero__art {
  right: 0;
  bottom: 126px;
  width: min(590px, 50%);
  overflow: hidden;
  border: var(--heavy);
  background: var(--pine);
}

.hero__art::before {
  display: none;
}

.hero__art img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-stats {
  border: 1px solid var(--line-color);
  background: var(--white);
}

.hero-stat {
  border-right-color: var(--line-color);
}

.hero-stat strong {
  font-weight: 800;
}

.proof-strip {
  border-bottom: 0;
  background: var(--pine);
}

.mini-avatar {
  object-fit: cover;
  border: 2px solid var(--white);
  background: var(--white);
}

.proof-rating {
  color: #f5d8d1;
}

.proof-source {
  color: #b8c8c3;
}

.section {
  padding-block: 104px;
  border-bottom: 1px solid var(--line-color);
}

.section--ink {
  background: var(--pine);
}

.section h2 {
  font-weight: 800;
}

.section-index {
  color: var(--muted);
}

.section--ink .section-index {
  color: #d4ded9;
}

.pain-grid {
  border: 0;
  background: transparent;
  gap: 1px;
}

.pain-panel,
.pain-panel:nth-child(even) {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid var(--line-color);
  background: var(--white);
}

.pain-panel:last-child {
  border-right: 1px solid var(--line-color);
}

.pain-panel__number {
  padding: 0;
  color: var(--amber);
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.pain-panel figcaption {
  min-height: 0;
  padding: 0;
  border-top: 0;
  font-size: 17px;
  font-weight: 800;
}

.why-copy p {
  color: #d4ded9;
}

.why-links {
  border-color: #527069;
}

.why-links a {
  border-color: #527069;
  font-weight: 800;
}

.why-links a:hover {
  background: var(--white);
  color: var(--pine);
}

.why-art img {
  max-height: 380px;
  width: auto;
  margin-inline: auto;
}

.editorial-scenes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}

.editorial-scenes figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-color);
  background: var(--white);
}

.editorial-scenes img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.editorial-scenes figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
}

.editorial-scenes figcaption strong {
  font-size: 15px;
}

.editorial-scenes figcaption span {
  color: var(--muted);
  font-size: 12px;
}

.karakuri-list {
  border-top-color: var(--ink);
}

.karakuri-row {
  grid-template-columns: 96px minmax(0, 1fr) 330px;
  min-height: 310px;
  border-bottom-color: var(--ink);
}

.karakuri-row__number {
  border-right-color: var(--line-color);
  background: var(--mint);
  color: var(--pine);
  font-size: 36px;
}

.karakuri-row__body h3 {
  font-weight: 800;
}

.evidence {
  border-left-color: var(--line-color);
  background: var(--paper);
}

.evidence blockquote span,
.voice-review mark {
  box-shadow: inset 0 -0.5em 0 rgba(217, 72, 53, 0.2);
}

.evidence small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
}

.results-grid--survey {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid #55726b;
  background: #55726b;
  gap: 1px;
}

.result-stat {
  grid-column: span 2;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: var(--pine);
}

.result-stat--quote {
  grid-column: span 3;
  min-height: 190px;
  background: #1d4b43;
}

.result-stat > span {
  color: #bed0ca;
  font-size: 11px;
  font-weight: 800;
}

.result-stat strong {
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

.result-stat strong small {
  color: #bed0ca;
  font-size: 16px;
}

.result-stat p {
  margin: 0;
  color: #d7e1de;
  font-size: 12px;
}

.section--ink .results-note {
  color: #c9d5d1;
}

.voices-summary {
  border: 1px solid var(--line-color);
  background: var(--paper);
}

.voices-summary__item {
  border-right-color: var(--line-color);
}

.voice-card {
  border-color: var(--line-color);
}

.voice-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid var(--line-color);
  border-radius: 50%;
}

.voice-card__rating {
  color: #9d3528;
}

.voice-card--cta {
  background: var(--pine);
  color: var(--white);
}

.voice-card--cta p {
  color: #d4ded9;
}

.voice-card--cta .primary-cta {
  border-color: var(--white);
  background: var(--white);
  color: var(--pine);
}

.owner-layout {
  border: 1px solid var(--line-color);
}

.owner-portrait {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 28px 28px 0;
  border-right: 1px solid var(--line-color);
  background: var(--mint);
}

.owner-portrait img {
  position: static;
  width: 100%;
  max-width: 360px;
  height: auto;
  max-height: 490px;
  object-fit: contain;
  object-position: center bottom;
}

.owner-copy {
  padding: 54px;
}

.owner-facts span,
.action-strip,
.rooms-map,
.manual-figure,
.library-stats,
.tools-grid,
.risk-box,
.screening-grid,
.steps-grid,
.first-week {
  border-color: var(--line-color);
}

.inside-block__number,
.room-column__label,
.ai-item__tier,
.tool-item__number,
.faq-list summary::before {
  color: #a73529;
}

.proof-media {
  padding: 10px;
  border: 1px solid var(--line-color);
  background: var(--white);
}

.proof-media img {
  width: 100%;
  height: auto;
}

.inside-proof {
  border-color: #e5b7ad;
  background: var(--coral-soft);
}

.gunshi-panel {
  grid-template-columns: 1fr;
  border: 0;
  background: var(--pine);
}

.gunshi-panel__label {
  color: #f0b2a7;
}

.gunshi-panel__art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 24px 0;
  background: #204f47;
}

.gunshi-panel__art img {
  position: static;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}

.plan-match {
  background: var(--mint);
}

.plan-match__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: 64px;
  align-items: center;
}

.plan-match__intro h2 {
  font-size: 38px;
}

.plan-match__intro > p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.plan-matcher {
  border: 1px solid var(--line-color);
  background: var(--white);
}

.plan-matcher__question {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line-color);
  font-size: 14px;
  font-weight: 800;
}

.plan-matcher__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-matcher__options button {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  padding: 18px;
  border: 0;
  border-right: 1px solid var(--line-color);
  background: var(--white);
  text-align: left;
  cursor: pointer;
}

.plan-matcher__options button:last-child {
  border-right: 0;
}

.plan-matcher__options button:hover,
.plan-matcher__options button.is-selected {
  background: var(--pine);
  color: var(--white);
}

.plan-matcher__options strong {
  font-size: 18px;
}

.plan-matcher__options span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.plan-matcher__options button:hover span,
.plan-matcher__options button.is-selected span {
  color: #cad8d3;
}

.plan-matcher__result {
  padding: 24px;
  border-top: 1px solid var(--line-color);
  background: var(--paper);
}

.plan-matcher__label {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.plan-matcher__result > strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.plan-matcher__result > p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.plan-matcher__cta {
  min-height: 52px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 0 18px;
  background: var(--pine);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.plan-matcher__result.is-ready .plan-matcher__cta {
  display: flex;
}

.plan-card {
  border: 1px solid var(--line-color);
}

.plan-card--featured {
  border: 2px solid var(--pine);
}

.plan-card__badge {
  border-bottom: 0;
  background: var(--pine);
  color: var(--white);
}

.plan-cta {
  border-color: var(--pine);
  background: var(--pine);
  font-weight: 800;
}

.final-cta {
  padding-block: 0;
  background: var(--pine);
  text-align: left;
}

.final-cta__layout {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 64px;
}

.final-cta__copy {
  padding-block: 96px;
}

.final-cta h2 {
  margin: 16px 0 0;
  font-size: 46px;
  font-weight: 800;
}

.final-cta__proof {
  color: #f0b2a7;
}

.final-cta .primary-cta {
  border-color: var(--white);
  background: var(--white);
  color: var(--pine);
}

.final-cta__art {
  align-self: end;
  height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.final-cta__art img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: contain;
  object-position: center bottom;
}

.sticky-cta {
  border: 1px solid var(--line-color);
  background: var(--white);
}

@media (max-width: 960px) {
  .hero h1 span {
    white-space: normal;
  }

  .hero__stage {
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__art {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 42px;
  }

  .hero-stats {
    position: relative;
    margin-top: 18px;
  }

  .proof-strip {
    margin-top: 28px;
  }

  .plan-match__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .final-cta__layout {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 30px;
  }

  .final-cta__art {
    height: 480px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: calc(100% - 32px);
  }

  .site-header {
    height: 56px;
  }

  .brand__tag {
    display: none;
  }

  .hero__stage {
    padding-top: 42px;
  }

  .hero__ghost {
    top: 4px;
    font-size: 54px;
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1.28;
  }

  .hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .hero__actions {
    align-items: stretch;
  }

  .hero__art {
    margin-top: 34px;
  }

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

  .hero-stat,
  .hero-stat:nth-child(2) {
    border-color: var(--line-color);
  }

  .hero-stat strong {
    font-size: 24px;
  }

  .proof-strip__inner {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding-block: 16px;
  }

  .mini-avatar:nth-child(n + 6) {
    display: none;
  }

  .proof-rating {
    font-size: 13px;
  }

  .proof-quotes {
    grid-column: 1 / -1;
  }

  .proof-source {
    display: none;
  }

  .section {
    padding-block: 76px;
  }

  .section h2,
  .plan-match__intro h2 {
    font-size: 31px;
  }

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

  .pain-panel,
  .pain-panel:nth-child(even) {
    min-height: 190px;
    padding: 20px;
  }

  .pain-panel__number {
    font-size: 40px;
  }

  .pain-panel figcaption {
    font-size: 14px;
  }

  .editorial-scenes {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 40px;
  }

  .editorial-scenes figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .karakuri-row {
    grid-template-columns: 64px 1fr;
  }

  .karakuri-row__number {
    grid-row: 1 / 2;
    font-size: 25px;
  }

  .karakuri-row__body {
    padding: 28px 22px;
  }

  .evidence {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line-color);
    border-left: 0;
  }

  .results-grid--survey {
    grid-template-columns: 1fr;
  }

  .result-stat,
  .result-stat--quote {
    grid-column: auto;
    min-height: 170px;
  }

  .result-stat strong {
    font-size: 35px;
  }

  .voice-card__head {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .voice-card__rating {
    grid-column: 2;
  }

  .owner-portrait {
    min-height: 350px;
    padding-top: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line-color);
  }

  .owner-portrait img {
    max-height: 330px;
  }

  .proof-media {
    padding: 6px;
  }

  .gunshi-panel__art img {
    max-height: 280px;
  }

  .gunshi-panel__copy {
    padding: 34px 24px;
  }

  .plan-match__layout {
    gap: 28px;
  }

  .plan-matcher__options {
    grid-template-columns: 1fr;
  }

  .plan-matcher__options button,
  .plan-matcher__options button:last-child {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line-color);
  }

  .plan-matcher__options button:last-child {
    border-bottom: 0;
  }

  .final-cta__layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .final-cta__copy {
    padding-block: 76px 34px;
  }

  .final-cta h2 {
    font-size: 33px;
  }

  .final-cta__art {
    height: 320px;
  }

  .final-cta__art img {
    max-height: 310px;
  }
}
