
/* v0.15 — homepage sections after How It Works. No continuous animation. */
.section-kicker {
  margin: 0 0 16px;
  color: #6b625c;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .14em;
}

.proof-section,
.editions-section,
.pricing-section,
.closing-section {
  position: relative;
  background: var(--canvas);
}

.proof-section {
  padding: 148px 0 126px;
}
.proof-section__intro,
.editions-section__header {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto 88px;
  text-align: center;
}
.proof-section__intro h2,
.editions-section__header h2,
.pricing-copy h2,
.closing-section h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}
.proof-section__intro > p:last-child,
.editions-section__header > p:last-child,
.pricing-copy > p,
.closing-section__inner > p {
  margin: 24px auto 0;
  max-width: 720px;
  color: #6d6761;
  font-size: 18px;
  line-height: 1.58;
}

.proof-chapters {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  gap: 126px;
}
.proof-chapter {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(54px, 6vw, 104px);
  align-items: center;
}
.proof-chapter--review {
  grid-template-columns: minmax(480px, 1.18fr) minmax(300px, .82fr);
}
.proof-chapter__copy {
  max-width: 530px;
}
.proof-chapter__number {
  display: inline-block;
  margin-bottom: 24px;
  color: #8b8178;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.proof-chapter__copy h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(34px, 3.7vw, 56px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.proof-chapter__copy > p {
  margin: 24px 0 0;
  color: #6c665f;
  font-size: 16px;
  line-height: 1.68;
}
.proof-meta {
  margin: 38px 0 0;
  border-top: 1px solid rgba(73,54,47,.16);
}
.proof-meta > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(73,54,47,.10);
}
.proof-meta dt,
.proof-meta dd { margin: 0; }
.proof-meta dt { color: #8b8178; font-size: 12px; }
.proof-meta dd { color: #37322e; font-size: 13px; font-weight: 650; }
.proof-chapter__visual { margin: 0; min-width: 0; }
.proof-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(73,54,47,.14);
  border-radius: 24px;
  background: #ece7df;
  box-shadow: 0 26px 64px rgba(54,40,31,.12);
}
.proof-frame img {
  width: 100%;
  height: auto;
  transition: transform .7s var(--ease);
}
.proof-frame--review img { transform-origin: 54% 38%; }
.proof-frame--report {
  width: min(640px, 100%);
  margin-left: auto;
}
.proof-frame--report img { aspect-ratio: 1.25; object-fit: cover; object-position: top center; }
.proof-chapter__visual figcaption {
  margin: 14px 8px 0;
  color: #837a72;
  font-size: 12px;
  line-height: 1.5;
}
@media (hover:hover) and (pointer:fine) {
  .proof-chapter:hover .proof-frame img { transform: scale(1.012); }
  .proof-chapter--review:hover .proof-frame img { transform: scale(1.012); }
}

.editions-section {
  padding: 138px 0 126px;
  border-top: 1px solid rgba(73,54,47,.08);
  background: #efebe4;
}
.edition-grid {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.edition-card {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 34px 34px 30px;
  border: 1px solid rgba(73,54,47,.14);
  border-radius: 28px;
  background: #fbfaf7;
  box-shadow: 0 18px 42px rgba(55,42,33,.07);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.edition-card--desktop { background: #28201d; color: #f4efe8; }
@media (hover:hover) and (pointer:fine) {
  .edition-card:hover { transform: translateY(-4px); box-shadow: 0 26px 64px rgba(55,42,33,.11); }
}
.edition-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
  color: #766e67;
  font-size: 12px;
}
.edition-card__topline span:first-child { color: var(--text-strong); font-weight: 760; font-size: 14px; }
.edition-card--desktop .edition-card__topline { color: #b7aaa0; }
.edition-card--desktop .edition-card__topline span:first-child { color: #fffaf4; }
.edition-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
}
.edition-card--desktop h3 { color: #fffaf4; }
.edition-card > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: #716a64;
  font-size: 15px;
  line-height: 1.68;
}
.edition-card--desktop > p { color: #c7bbb1; }
.edition-card ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}
.edition-card li {
  position: relative;
  padding: 12px 0 12px 18px;
  border-top: 1px solid rgba(73,54,47,.11);
  color: #49433e;
  font-size: 13px;
  line-height: 1.4;
}
.edition-card li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7d7168;
}
.edition-card--desktop li { border-color: rgba(255,255,255,.10); color: #ddd3cb; }
.edition-card--desktop li::before { background: #b9d7cb; }
.edition-card__visual {
  position: absolute;
  right: 30px;
  bottom: 78px;
  left: 30px;
  height: 225px;
  overflow: hidden;
  border: 1px solid rgba(73,54,47,.12);
  border-radius: 18px 18px 0 0;
  background: #ede8e0;
}
.edition-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.text-action {
  position: absolute;
  left: 34px;
  bottom: 28px;
  color: #302b27;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.text-action span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.text-action:hover span { transform: translateX(4px); }
.edition-card--desktop .text-action { color: #f7f1eb; }
.desktop-route {
  position: absolute;
  right: 32px;
  bottom: 106px;
  left: 32px;
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  align-items: center;
  padding: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.desktop-route > div { min-width: 0; }
.desktop-route span { display:block; color:#918178; font-size:10px; margin-bottom:7px; }
.desktop-route strong { display:block; color:#fffaf4; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.desktop-route small { display:block; margin-top:4px; color:#aa9c92; font-size:10px; }
.desktop-route i { height:1px; background:rgba(255,255,255,.17); }
.editions-disclosure {
  width: min(920px, calc(100% - 48px));
  margin: 34px auto 0;
  color: #81776f;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.pricing-section { padding: 118px 0; }
.pricing-shell {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 86px;
  align-items: center;
  padding: 72px;
  border: 1px solid rgba(73,54,47,.13);
  border-radius: 30px;
  background: #faf8f4;
}
.pricing-copy h2 { font-size: clamp(42px, 4.8vw, 68px); }
.pricing-copy > p { margin-left: 0; max-width: 620px; font-size: 16px; }
.pricing-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.pricing-ledger { border-top: 1px solid rgba(73,54,47,.18); }
.pricing-ledger__row {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 8px 20px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(73,54,47,.12);
}
.pricing-ledger__row span { grid-row: span 2; color:#81776f; font-size:11px; padding-top:2px; }
.pricing-ledger__row strong { color:#2d2926; font-size:14px; }
.pricing-ledger__row em { color:#8d837a; font-size:11px; font-style:normal; }

.closing-section {
  padding: 116px 24px 124px;
  background: #2c221e;
  color: #f7f1ea;
}
.closing-section__inner { width:min(960px,100%); margin:0 auto; text-align:center; }
.closing-section .section-kicker { color:#a99b90; }
.closing-section h2 { color:#fffaf4; font-size:clamp(48px,6vw,82px); }
.closing-section__inner > p { color:#c7bbb1; }
.closing-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:38px; }
.closing-section .button--secondary { background:#f7f2eb; border-color:#f7f2eb; }

.site-footer {
  padding: 68px 0 24px;
  background: #1e1815;
  color: #c8bbb1;
}
.site-footer__inner {
  width:min(1320px,calc(100% - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.5fr repeat(3,.7fr);
  gap:54px;
  padding-bottom:58px;
}
.footer-brand { display:inline-flex; align-items:center; gap:10px; color:#fffaf4; text-decoration:none; font-size:18px; font-weight:760; }
.footer-brand__mark { width:34px; height:34px; border-radius:10px; overflow:hidden; background:#050505; }
.footer-brand__mark img { width:100%; height:100%; object-fit:cover; }
.site-footer__brand p { max-width:330px; margin:20px 0 0; color:#8f8177; font-size:13px; line-height:1.6; }
.footer-column { display:grid; align-content:start; gap:11px; }
.footer-column strong { margin-bottom:6px; color:#eee6df; font-size:12px; }
.footer-column a { color:#9f9187; text-decoration:none; font-size:12px; transition:color .2s ease; }
.footer-column a:hover { color:#fffaf4; }
.site-footer__bottom { width:min(1320px,calc(100% - 64px)); margin:0 auto; padding-top:20px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; gap:20px; color:#776b63; font-size:11px; }

.reveal-block { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s var(--ease); }
.reveal-block.is-visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .proof-chapter,
  .proof-chapter--review { grid-template-columns:1fr; gap:40px; }
  .proof-chapter--review .proof-chapter__visual { order:2; }
  .proof-chapter--review .proof-chapter__copy { order:1; }
  .proof-chapter__copy { max-width:680px; }
  .edition-grid { grid-template-columns:1fr; }
  .edition-card { min-height:670px; }
  .pricing-shell { grid-template-columns:1fr; gap:46px; padding:54px; }
  .site-footer__inner { grid-template-columns:1.4fr 1fr 1fr; }
  .site-footer__brand { grid-column:1/-1; }
}

@media (max-width: 650px) {
  .proof-section { padding:92px 0 82px; }
  .proof-section__intro,
  .editions-section__header { width:calc(100% - 32px); margin-bottom:58px; text-align:left; }
  .proof-section__intro h2,
  .editions-section__header h2,
  .pricing-copy h2,
  .closing-section h2 { font-size:clamp(38px,11.2vw,48px); line-height:1; }
  .proof-section__intro > p:last-child,
  .editions-section__header > p:last-child,
  .pricing-copy > p,
  .closing-section__inner > p { margin-top:18px; font-size:15px; line-height:1.55; }
  .section-kicker { margin-bottom:12px; font-size:9px; letter-spacing:.12em; }
  .proof-chapters { width:calc(100% - 28px); gap:76px; }
  .proof-chapter,
  .proof-chapter--review { gap:28px; }
  .proof-chapter__copy h3 { font-size:34px; }
  .proof-chapter__copy > p { font-size:14px; line-height:1.62; }
  .proof-meta { margin-top:28px; }
  .proof-meta > div { grid-template-columns:82px 1fr; padding:11px 0; }
  .proof-frame { border-radius:18px; box-shadow:0 18px 40px rgba(54,40,31,.10); }
  .proof-chapter__visual figcaption { font-size:10.5px; }

  .editions-section { padding:92px 0 84px; }
  .edition-grid { width:calc(100% - 28px); gap:14px; }
  .edition-card { min-height:0; padding:24px 20px 22px; border-radius:22px; }
  .edition-card__topline { margin-bottom:28px; }
  .edition-card h3 { font-size:38px; }
  .edition-card > p { font-size:14px; line-height:1.6; }
  .edition-card ul { grid-template-columns:1fr; margin-top:24px; }
  .edition-card__visual,
  .desktop-route { position:relative; right:auto; bottom:auto; left:auto; margin-top:26px; }
  .edition-card__visual { height:190px; border-radius:14px; }
  .desktop-route { grid-template-columns:1fr; gap:0; padding:0; border:0; }
  .desktop-route > div { padding:12px 0; border-top:1px solid rgba(255,255,255,.10); }
  .desktop-route i { display:none; }
  .text-action { position:relative; left:auto; bottom:auto; display:inline-block; margin-top:24px; }
  .editions-disclosure { width:calc(100% - 32px); margin-top:24px; text-align:left; }

  .pricing-section { padding:82px 0; }
  .pricing-shell { width:calc(100% - 28px); padding:30px 20px; gap:34px; border-radius:22px; }
  .pricing-actions { flex-direction:column; }
  .pricing-actions .button { width:100%; justify-content:center; }
  .pricing-ledger__row { grid-template-columns:88px 1fr; }

  .closing-section { padding:84px 16px 90px; }
  .closing-actions { flex-direction:column; }
  .closing-actions .button { width:100%; justify-content:center; }

  .site-footer { padding-top:52px; }
  .site-footer__inner { width:calc(100% - 32px); grid-template-columns:1fr 1fr; gap:34px 28px; padding-bottom:42px; }
  .site-footer__brand { grid-column:1/-1; }
  .site-footer__bottom { width:calc(100% - 32px); }

  .reveal-block { opacity:1; transform:none; transition:none; }
}


/* v0.16 — clarity pass + audience, control and FAQ sections */

/* The edition names and pricing ledger labels are purchase-orientation copy,
   not metadata. Give them enough visual authority to be understood immediately. */
.edition-card__topline span:first-child {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.edition-card__topline span:last-child {
  font-size: 13px;
  font-weight: 560;
}
.pricing-ledger__row {
  grid-template-columns: 138px 1fr;
  gap: 8px 28px;
  padding: 24px 0;
}
.pricing-ledger__row span {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 690;
  color: #514a44;
  letter-spacing: -.015em;
}
.pricing-ledger__row strong {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.pricing-ledger__row em {
  font-size: 13px;
  line-height: 1.35;
}

.fit-section {
  padding: 128px 0 132px;
  border-top: 1px solid rgba(73,54,47,.08);
  background: #f4f1eb;
}
.fit-section__header {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto 72px;
  text-align: center;
}
.fit-section__header h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(46px, 5.7vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}
.fit-section__header > p:last-child {
  max-width: 720px;
  margin: 26px auto 0;
  color: #726b64;
  font-size: 17px;
  line-height: 1.6;
}
.fit-grid {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.fit-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 38px 38px 32px;
  border: 1px solid rgba(73,54,47,.13);
  border-radius: 28px;
  background: #fbfaf7;
}
.fit-card--consultant { background: #e8eee9; }
.fit-card__label {
  margin-bottom: 42px;
  color: #514a44;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -.02em;
}
.fit-card h3 {
  max-width: 560px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.fit-card > p {
  max-width: 580px;
  margin: 22px 0 0;
  color: #6f6861;
  font-size: 15px;
  line-height: 1.65;
}
.fit-card__points {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  margin: 32px 0 0;
  border-top: 1px solid rgba(73,54,47,.13);
}
.fit-card__points > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(73,54,47,.09);
}
.fit-card__points dt,
.fit-card__points dd { margin: 0; }
.fit-card__points dt { color: #978b82; font-size: 10px; }
.fit-card__points dd { color: #3b3632; font-size: 12px; font-weight: 650; }
.fit-card__screen {
  position: absolute;
  right: -24px;
  bottom: -76px;
  width: 64%;
  overflow: hidden;
  border: 1px solid rgba(73,54,47,.12);
  border-radius: 18px 0 0 0;
  background: #ece7df;
  box-shadow: 0 24px 52px rgba(55,42,33,.13);
  transform: rotate(-2deg);
}
.fit-card__screen--report {
  right: -34px;
  bottom: -44px;
  width: 58%;
  transform: rotate(2.5deg);
}
.fit-card__screen img { width: 100%; height: auto; }

.control-section {
  padding: 126px 0;
  background: #27201d;
  color: #f7f1ea;
}
.control-shell { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }
.control-copy { max-width: 880px; margin-bottom: 70px; }
.control-section .section-kicker { color: #a8998e; }
.control-copy h2 {
  margin: 0;
  max-width: 860px;
  color: #fffaf4;
  font-size: clamp(48px, 5.8vw, 80px);
  line-height: .98;
  letter-spacing: -.055em;
}
.control-copy > p {
  max-width: 720px;
  margin: 26px 0 0;
  color: #c6b9af;
  font-size: 17px;
  line-height: 1.62;
}
.control-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(54px, 7vw, 110px);
  align-items: start;
}
.control-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.control-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 25px 0 27px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.control-list > li > span { color: #8f8076; font-size: 11px; padding-top: 5px; }
.control-list strong { display: block; color: #fffaf4; font-size: 18px; letter-spacing: -.02em; }
.control-list p { margin: 8px 0 0; color: #aa9c92; font-size: 13px; line-height: 1.58; }
.control-visual { position: relative; min-height: 570px; }
.control-visual__main,
.control-visual__report { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #eee8df; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.control-visual__main { width: 88%; border-radius: 22px; }
.control-visual__report { position: absolute; right: 0; bottom: 56px; width: 48%; border-radius: 18px; transform: rotate(2deg); }
.control-visual img { width: 100%; height: auto; }
.control-visual__caption {
  position: absolute;
  left: 16px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b8aaa0;
  font-size: 11px;
}
.control-visual__caption i { width: 32px; height: 1px; background: rgba(255,255,255,.24); }

.faq-section { padding: 126px 0 132px; background: #f4f1eb; }
.faq-header {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto 64px;
  text-align: center;
}
.faq-header h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(44px, 5.5vw, 74px);
  line-height: .99;
  letter-spacing: -.052em;
}
.faq-list { width: min(940px, calc(100% - 48px)); margin: 0 auto; border-top: 1px solid rgba(73,54,47,.18); }
.faq-list details { border-bottom: 1px solid rgba(73,54,47,.14); }
.faq-list summary {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  cursor: pointer;
  color: #262321;
  font-size: 20px;
  font-weight: 680;
  letter-spacing: -.025em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { font-style: normal; font-size: 24px; font-weight: 350; text-align: center; transition: transform .25s var(--ease); }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p {
  max-width: 760px;
  margin: -6px 0 26px;
  color: #706861;
  font-size: 15px;
  line-height: 1.66;
}

@media (hover:hover) and (pointer:fine) {
  .fit-card { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
  .fit-card:hover { transform: translateY(-3px); box-shadow: 0 24px 56px rgba(55,42,33,.09); }
}

@media (max-width: 980px) {
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 610px; }
  .control-grid { grid-template-columns: 1fr; }
  .control-visual { max-width: 760px; min-height: 520px; }
}

@media (max-width: 650px) {
  .edition-card__topline { align-items: baseline; }
  .edition-card__topline span:first-child { font-size: 18px; }
  .edition-card__topline span:last-child { font-size: 11px; }

  .pricing-ledger__row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 0;
  }
  .pricing-ledger__row span {
    grid-row: auto;
    font-size: 14px;
    font-weight: 760;
    color: #4d4640;
  }
  .pricing-ledger__row strong { font-size: 17px; }
  .pricing-ledger__row em { font-size: 12px; }

  .fit-section,
  .control-section,
  .faq-section { padding: 88px 0 92px; }
  .fit-section__header,
  .faq-header { width: calc(100% - 32px); margin-bottom: 52px; text-align: left; }
  .fit-section__header h2,
  .control-copy h2,
  .faq-header h2 { font-size: clamp(38px, 11.2vw, 48px); line-height: 1; }
  .fit-section__header > p:last-child,
  .control-copy > p { margin-top: 18px; font-size: 15px; line-height: 1.55; }
  .fit-grid,
  .control-shell { width: calc(100% - 28px); }
  .fit-card { min-height: 0; padding: 26px 20px 22px; border-radius: 22px; }
  .fit-card__label { margin-bottom: 28px; font-size: 17px; }
  .fit-card h3 { font-size: 36px; }
  .fit-card > p { font-size: 14px; }
  .fit-card__screen,
  .fit-card__screen--report {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 26px;
    border-radius: 15px;
    transform: none;
  }
  .control-copy { margin-bottom: 46px; }
  .control-grid { gap: 40px; }
  .control-list li { grid-template-columns: 32px 1fr; gap: 12px; padding: 20px 0 22px; }
  .control-list strong { font-size: 16px; }
  .control-visual { min-height: 390px; }
  .control-visual__main { width: 94%; border-radius: 16px; }
  .control-visual__report { width: 52%; bottom: 42px; border-radius: 13px; }
  .control-visual__caption { left: 4px; gap: 7px; font-size: 9px; }
  .control-visual__caption i { width: 20px; }
  .faq-list { width: calc(100% - 32px); }
  .faq-list summary { grid-template-columns: 1fr 26px; padding: 21px 0; font-size: 17px; }
  .faq-list details > p { margin-bottom: 22px; font-size: 14px; }
}


/* v0.17 — consultant text-safe composition + client-delivery/choice continuation */
@media (min-width: 981px) {
  .fit-card--consultant h3,
  .fit-card--consultant > p,
  .fit-card--consultant .fit-card__points {
    position: relative;
    z-index: 3;
  }
  .fit-card--consultant > p {
    max-width: 94%;
  }
  .fit-card--consultant .fit-card__screen--report {
    right: -62px;
    bottom: -118px;
    width: 52%;
    transform: rotate(1.8deg);
    z-index: 1;
  }
}

.delivery-section {
  padding: 132px 0 140px;
  border-top: 1px solid rgba(73,54,47,.08);
  background: #ede7de;
  overflow: hidden;
}
.delivery-shell {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(58px, 7vw, 108px);
  align-items: center;
}
.delivery-copy { max-width: 560px; }
.delivery-copy h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}
.delivery-copy > p {
  margin: 26px 0 0;
  color: #6e665f;
  font-size: 16px;
  line-height: 1.64;
}
.delivery-points {
  margin: 36px 0 28px;
  border-top: 1px solid rgba(73,54,47,.15);
}
.delivery-points > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 18px 0 19px;
  border-bottom: 1px solid rgba(73,54,47,.11);
}
.delivery-points dt, .delivery-points dd { margin: 0; }
.delivery-points dt { color: #978b82; font-size: 10px; padding-top: 3px; }
.delivery-points dd { display: grid; gap: 4px; }
.delivery-points strong { color: #2c2926; font-size: 15px; letter-spacing: -.015em; }
.delivery-points span { color: #7c726a; font-size: 12px; line-height: 1.5; }
.delivery-visual {
  position: relative;
  min-height: 650px;
}
.delivery-visual::before {
  content: "";
  position: absolute;
  inset: 8% -18% 2% 10%;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 50%, rgba(255,255,255,.68), rgba(255,255,255,0) 68%);
  pointer-events: none;
}
.delivery-visual__report,
.delivery-visual__studio {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fbfaf7;
  border: 1px solid rgba(73,54,47,.13);
  box-shadow: 0 34px 90px rgba(55,42,33,.16);
}
.delivery-visual__report {
  right: 0;
  top: 0;
  width: 76%;
  border-radius: 24px;
  transform: rotate(1.5deg);
}
.delivery-visual__studio {
  left: 0;
  bottom: 32px;
  width: 58%;
  border-radius: 20px;
  transform: rotate(-2.2deg);
}
.delivery-visual img { width: 100%; height: auto; }
.delivery-visual__note {
  position: absolute;
  right: 3%;
  bottom: 44px;
  display: grid;
  gap: 2px;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(73,54,47,.12);
  border-radius: 14px;
  background: rgba(251,250,247,.92);
  box-shadow: 0 16px 38px rgba(55,42,33,.10);
}
.delivery-visual__note span { color:#8a7e75; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.delivery-visual__note strong { color:#2b2825; font-size:14px; letter-spacing:-.015em; }

.choice-section {
  padding: 126px 0 132px;
  background: #f4f1eb;
}
.choice-header {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto 68px;
  text-align: center;
}
.choice-header h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(46px, 5.6vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}
.choice-grid {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.choice-card {
  min-height: 500px;
  padding: 36px;
  border: 1px solid rgba(73,54,47,.13);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
}
.choice-card--cloud { background:#fbfaf7; }
.choice-card--desktop { background:#27201d; color:#fffaf4; border-color:#27201d; }
.choice-card__top { display:flex; align-items:baseline; justify-content:space-between; gap:20px; }
.choice-card__top span { font-size:19px; font-weight:760; letter-spacing:-.025em; }
.choice-card__top em { color:#887d75; font-size:11px; font-style:normal; }
.choice-card--desktop .choice-card__top em { color:#aa9c92; }
.choice-card h3 {
  margin: 70px 0 0;
  font-size: clamp(40px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.05em;
}
.choice-card > p {
  max-width: 490px;
  margin: 22px 0 0;
  color:#716961;
  font-size:15px;
  line-height:1.62;
}
.choice-card--desktop > p { color:#c2b5ab; }
.choice-card__signal {
  margin-top:auto;
  padding:22px 0 24px;
  border-top:1px solid rgba(73,54,47,.14);
  display:grid;
  gap:5px;
}
.choice-card--desktop .choice-card__signal { border-top-color:rgba(255,255,255,.13); }
.choice-card__signal span { color:#91857c; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.choice-card__signal strong { color:#302c29; font-size:14px; letter-spacing:-.012em; }
.choice-card--desktop .choice-card__signal strong { color:#fffaf4; }
.choice-card .button { align-self:flex-start; }
.choice-card--desktop .button--secondary { background:#f7f1ea; color:#2a211e; border-color:#f7f1ea; }

@media (hover:hover) and (pointer:fine) {
  .delivery-visual__report, .delivery-visual__studio {
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
  }
  .delivery-visual:hover .delivery-visual__report { transform: rotate(.8deg) translateY(-3px); }
  .delivery-visual:hover .delivery-visual__studio { transform: rotate(-1.3deg) translateY(-5px); }
  .choice-card { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
  .choice-card:hover { transform: translateY(-3px); box-shadow:0 24px 60px rgba(55,42,33,.09); }
  .choice-card--desktop:hover { box-shadow:0 28px 70px rgba(28,22,19,.18); }
}

@media (max-width: 980px) {
  .delivery-shell { grid-template-columns:1fr; }
  .delivery-copy { max-width:760px; }
  .delivery-visual { min-height:620px; max-width:820px; width:100%; }
  .choice-grid { grid-template-columns:1fr; }
  .choice-card { min-height:440px; }
}

@media (max-width:650px) {
  .delivery-section, .choice-section { padding:88px 0 92px; }
  .delivery-shell { width:calc(100% - 28px); gap:44px; }
  .delivery-copy h2, .choice-header h2 { font-size:clamp(38px,11.2vw,48px); line-height:1; }
  .delivery-copy > p { margin-top:18px; font-size:14px; line-height:1.58; }
  .delivery-points { margin-top:28px; }
  .delivery-visual { min-height:430px; }
  .delivery-visual__report { width:92%; right:-4%; border-radius:17px; transform:rotate(1deg); }
  .delivery-visual__studio { width:62%; bottom:24px; border-radius:14px; transform:rotate(-1.5deg); }
  .delivery-visual__note { right:0; bottom:15px; min-width:154px; padding:10px 11px; }
  .delivery-visual__note strong { font-size:11px; }
  .choice-header { width:calc(100% - 32px); margin-bottom:52px; text-align:left; }
  .choice-grid { width:calc(100% - 28px); }
  .choice-card { min-height:0; padding:26px 20px 22px; border-radius:22px; }
  .choice-card__top span { font-size:17px; }
  .choice-card h3 { margin-top:48px; font-size:38px; }
  .choice-card > p { font-size:14px; }
  .choice-card__signal { margin-top:42px; }
  .choice-card .button { width:100%; justify-content:center; }
}


/* v0.18 — current price hierarchy on homepage */
.pricing-ledger--prices .pricing-ledger__row > span {
  font-size: 17px;
  font-weight: 720;
  color: var(--text-strong);
}
.pricing-ledger--prices .pricing-ledger__row > strong {
  font-size: clamp(18px, 1.35vw, 22px);
  letter-spacing: -.025em;
}
.pricing-ledger--prices .pricing-ledger__row > em {
  font-size: 13px;
}
@media (max-width: 650px) {
  .pricing-ledger--prices .pricing-ledger__row > span { font-size: 15px; }
  .pricing-ledger--prices .pricing-ledger__row > strong { font-size: 18px; }
}
