/*
 * Hanyu global prototype — connected-plan experience layer.
 * This file intentionally sits after the legacy exploration stylesheet so the
 * current direction remains isolated, reviewable, and easy to remove.
 */

.prototype-v2 {
  --v2-ink: #12110f;
  --v2-muted: #666159;
  --v2-paper: #fffdf8;
  --v2-canvas: #f4efe7;
  --v2-line: #dcd4c9;
  --v2-copper: #8a4315;
  --v2-navy: #102a34;
  --v2-sage: #52695c;
}

.prototype-v2 .shell {
  width: min(1280px, calc(100% - 56px));
}

.prototype-v2 .brand small,
.prototype-v2 .hero__proof span,
.prototype-v2 .hero__assurance,
.prototype-v2 .library-card__tag,
.prototype-v2 .resolver-field > span,
.prototype-v2 .resolver-field legend span,
.prototype-v2 .week-strip small,
.prototype-v2 .weakness-list small,
.prototype-v2 .bridge-steps button:not(.is-active) > span {
  color: #5d5953;
}

.prototype-v2 .micro-label,
.prototype-v2 .kicker {
  font-size: 11px;
  letter-spacing: 0.13em;
}

/* Hero: show the system, not a generic flashcard. */
.prototype-v2 .hero {
  min-height: min(880px, calc(100vh - 36px));
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 5.5vw, 88px);
  padding-top: 64px;
  padding-bottom: 74px;
  text-align: left;
}

.prototype-v2 .hero__copy {
  max-width: 590px;
  margin-inline: 0;
}

.prototype-v2 .hero h1 {
  max-width: 650px;
  font-size: clamp(66px, 6.1vw, 96px);
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.prototype-v2 .hero h1 span {
  margin-top: 8px;
}

.prototype-v2 .hero__lede {
  max-width: 590px;
  margin: 27px 0 0;
  font-size: 17px;
  line-height: 1.62;
}

.prototype-v2 .hero__actions {
  justify-content: flex-start;
  margin-top: 28px;
}

.prototype-v2 .hero__proof {
  justify-content: flex-start;
  margin-top: 33px;
}

.prototype-v2 .hero__proof > div {
  min-width: 0;
  padding: 0 22px;
}

.prototype-v2 .hero__proof > div:first-child {
  padding-left: 0;
}

.prototype-v2 .hero__proof strong {
  font-size: 15px;
}

.prototype-v2 .hero__proof span,
.prototype-v2 .hero__trust,
.prototype-v2 .hero__assurance {
  font-size: 11px;
}

.prototype-v2 .hero__trust {
  max-width: 560px;
  margin: 17px 0 0;
}

.prototype-v2 .hero__visual {
  min-height: 620px;
  margin-top: 0;
}

.prototype-v2 .hero-art {
  inset: 10px -2% 0;
  opacity: 0.3;
}

.prototype-v2 .plan-dashboard {
  top: 50%;
  right: auto;
  left: 50%;
  width: min(610px, 88%);
  padding: 30px;
  border: 1px solid rgba(202, 196, 187, 0.96);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 38px 96px rgba(41, 31, 22, 0.16);
  transform: translate(-50%, -50%);
}

.prototype-v2 .plan-dashboard__top {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--v2-line);
}

.prototype-v2 .plan-dashboard__top h2 {
  margin-top: 6px;
  font-size: 27px;
}

.prototype-v2 .plan-dashboard .level-badge {
  min-width: 68px;
  min-height: 33px;
  padding-inline: 10px;
  font-size: 11px;
}

.prototype-v2 .readiness-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 21px;
  padding: 24px 0;
  border-bottom: 1px solid var(--v2-line);
}

.prototype-v2 .readiness-ring {
  display: flex;
  width: 82px;
  height: 82px;
  align-items: baseline;
  justify-content: center;
  padding-top: 24px;
  border: 7px solid #ded8ce;
  border-top-color: var(--v2-copper);
  border-right-color: var(--v2-copper);
  border-radius: 50%;
  background: #fff;
}

.prototype-v2 .readiness-ring strong {
  font-size: 25px;
  letter-spacing: -0.05em;
}

.prototype-v2 .readiness-ring small {
  color: #77716a;
  font-size: 9px;
}

.prototype-v2 .readiness-copy {
  display: grid;
  gap: 5px;
}

.prototype-v2 .readiness-copy strong {
  font-size: 19px;
  letter-spacing: -0.035em;
}

.prototype-v2 .readiness-copy p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 12px;
}

.prototype-v2 .plan-dashboard__steps {
  border-bottom: 1px solid var(--v2-line);
}

.prototype-v2 .plan-dashboard__step {
  display: grid;
  min-height: 67px;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ebe5dc;
}

.prototype-v2 .plan-dashboard__step:last-child {
  border-bottom: 0;
}

.prototype-v2 .plan-dashboard__step > span {
  color: #8a847d;
  font-size: 10px;
  font-weight: 750;
}

.prototype-v2 .plan-dashboard__step > div {
  display: grid;
  gap: 2px;
}

.prototype-v2 .plan-dashboard__step small {
  color: #817a72;
  font-size: 9px;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.prototype-v2 .plan-dashboard__step strong {
  font-size: 13px;
}

.prototype-v2 .plan-dashboard__step em {
  padding: 5px 8px;
  border: 1px solid var(--v2-line);
  color: #625d56;
  font-size: 9px;
  font-style: normal;
  font-weight: 680;
}

.prototype-v2 .plan-dashboard__step.is-complete > span,
.prototype-v2 .plan-dashboard__step.is-complete em {
  color: var(--v2-sage);
}

.prototype-v2 .plan-dashboard__step.is-active {
  margin-inline: -12px;
  padding-inline: 12px;
  color: #fff;
  background: var(--v2-ink);
}

.prototype-v2 .plan-dashboard__step.is-active small,
.prototype-v2 .plan-dashboard__step.is-active > span {
  color: #c9c4bd;
}

.prototype-v2 .plan-dashboard__step.is-active em {
  border-color: rgba(255, 255, 255, 0.24);
  color: #f0cf9d;
}

.prototype-v2 .plan-dashboard__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 23px;
}

.prototype-v2 .plan-dashboard__action > a:last-child {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: #403c37;
  font-size: 11px;
  font-weight: 700;
}

.prototype-v2 .floating-note {
  min-width: 218px;
}

.prototype-v2 .floating-note--left {
  bottom: 105px;
  left: 0;
}

.prototype-v2 .floating-note--right {
  right: 0;
  bottom: 32px;
}

.prototype-v2 .status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #5d7c69;
  box-shadow: 0 0 0 4px #dce6df;
}

.prototype-v2 .replan-mark {
  display: grid;
  width: 38px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d5cec4;
  color: var(--v2-copper);
  background: #fbf5ed;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* A compact product-loop index keeps the story legible while scrolling. */
.prototype-v2 .journey-strip {
  border-block: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  background: var(--v2-ink);
}

.prototype-v2 .journey-strip__inner {
  display: grid;
  min-height: 88px;
  grid-template-columns: 1.25fr repeat(5, 1fr);
  align-items: stretch;
}

.prototype-v2 .journey-strip__label,
.prototype-v2 .journey-strip a {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.prototype-v2 .journey-strip__label {
  color: #c49a64;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.prototype-v2 .journey-strip a {
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: #d1cdc6;
  transition: color 180ms ease, background 180ms ease;
}

.prototype-v2 .journey-strip a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.prototype-v2 .journey-strip a small {
  color: #8e8981;
  font-size: 9px;
  font-weight: 730;
}

.prototype-v2 .journey-strip a strong {
  font-size: 11px;
  font-weight: 650;
}

/* Adaptive weekly plan + review queue. */
.prototype-v2 .adaptive-section {
  padding: 120px 0;
  border-top: 1px solid var(--v2-line);
  background: #ebe5dc;
}

.prototype-v2 .adaptive-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
}

.prototype-v2 .adaptive-copy h2 {
  max-width: 600px;
  margin: 20px 0 0;
  font-size: clamp(46px, 5vw, 70px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.prototype-v2 .adaptive-copy > p {
  max-width: 540px;
  margin: 26px 0 0;
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.72;
}

.prototype-v2 .adaptive-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 39px;
  border-block: 1px solid #cec5b9;
}

.prototype-v2 .adaptive-proof > span {
  display: grid;
  gap: 5px;
  padding: 19px 12px 19px 0;
}

.prototype-v2 .adaptive-proof > span + span {
  padding-left: 18px;
  border-left: 1px solid #cec5b9;
}

.prototype-v2 .adaptive-proof strong {
  font-size: 26px;
  letter-spacing: -0.05em;
}

.prototype-v2 .adaptive-proof small {
  color: #70695f;
  font-size: 10px;
}

.prototype-v2 .replan-toggle {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 0 17px;
  border: 1px solid #c9bfb2;
  color: #24211e;
  background: rgba(255, 255, 255, 0.35);
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease;
}

.prototype-v2 .replan-toggle:hover,
.prototype-v2 .replan-toggle[aria-pressed="true"] {
  border-color: #1a1917;
  background: #fffdf8;
}

.prototype-v2 .replan-toggle span {
  font-size: 12px;
  font-weight: 700;
}

.prototype-v2 .replan-toggle small {
  color: #70695f;
  font-size: 10px;
}

.prototype-v2 .adaptive-board {
  border: 1px solid #d1c8bc;
  background: var(--v2-paper);
  box-shadow: 0 32px 80px rgba(53, 41, 29, 0.1);
}

.prototype-v2 .adaptive-board__header {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--v2-line);
}

.prototype-v2 .adaptive-board__header h3 {
  margin: 7px 0 0;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.prototype-v2 .adaptive-status {
  padding: 7px 9px;
  color: #496454;
  background: #e4ece5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.prototype-v2 .adaptive-days {
  padding: 0 28px;
}

.prototype-v2 .adaptive-day {
  display: grid;
  min-height: 77px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e7e0d7;
}

.prototype-v2 .adaptive-day > span {
  color: #837c74;
  font-size: 10px;
  font-weight: 760;
}

.prototype-v2 .adaptive-day > div {
  display: grid;
  gap: 3px;
}

.prototype-v2 .adaptive-day strong {
  font-size: 13px;
}

.prototype-v2 .adaptive-day small,
.prototype-v2 .adaptive-day em {
  color: #7b746c;
  font-size: 10px;
  font-style: normal;
}

.prototype-v2 .adaptive-day em {
  padding: 5px 8px;
  border: 1px solid var(--v2-line);
  font-weight: 680;
}

.prototype-v2 .adaptive-day.is-today {
  margin-inline: -12px;
  padding-inline: 12px;
  color: #fff;
  background: var(--v2-navy);
}

.prototype-v2 .adaptive-day.is-today > span,
.prototype-v2 .adaptive-day.is-today small {
  color: #b8c7ca;
}

.prototype-v2 .adaptive-day.is-today em {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ebc98e;
}

.prototype-v2 .adaptive-day.is-missed strong {
  text-decoration: line-through;
  text-decoration-color: #ad9381;
}

.prototype-v2 .adaptive-day.is-missed em {
  color: #8a4315;
  border-color: #d8bba7;
  background: #fbefe7;
}

.prototype-v2 .review-queue {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 18px 24px;
  padding: 25px 28px 28px;
  background: #f2eee7;
}

.prototype-v2 .review-queue__heading {
  display: grid;
  gap: 7px;
}

.prototype-v2 .review-queue__heading strong {
  font-size: 14px;
}

.prototype-v2 .review-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  grid-column: 1 / -1;
}

.prototype-v2 .review-reasons span {
  padding: 6px 8px;
  border: 1px solid #d8d0c6;
  color: #625d56;
  background: #fffdf8;
  font-size: 9px;
  font-weight: 650;
}

.prototype-v2 .review-queue .text-link {
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  font-size: 11px;
}

.prototype-v2 .exit-check {
  display: grid;
  grid-template-columns: 1fr auto minmax(230px, 0.75fr);
  align-items: center;
  gap: 28px;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.prototype-v2 .exit-check > div:first-child {
  display: grid;
  gap: 7px;
}

.prototype-v2 .exit-check > div:first-child strong {
  color: #fff;
  font-size: 15px;
}

.prototype-v2 .exit-check__choices {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.prototype-v2 .exit-check__choices button {
  min-height: 44px;
  padding-inline: 14px;
  border: 0;
  color: #c4d0d2;
  background: transparent;
  font-size: 10px;
  font-weight: 680;
}

.prototype-v2 .exit-check__choices button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.prototype-v2 .exit-check__choices button:hover,
.prototype-v2 .exit-check__choices button[aria-pressed="true"] {
  color: #151310;
  background: #f2c985;
}

.prototype-v2 .exit-check > p {
  margin: 0;
  color: #9eb0b4;
  font-size: 11px;
  line-height: 1.5;
}

/* Keep the content/SEO layer after the full product story and reduce card-wall feel. */
.prototype-v2 .resolver-section,
.prototype-v2 .diagnosis-section,
.prototype-v2 .round-section,
.prototype-v2 .mock-section,
.prototype-v2 .access-section {
  padding-block: 112px;
}

.prototype-v2 .library-section,
.prototype-v2 .tools-section {
  padding-block: 104px;
}

.prototype-v2 .tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--v2-line);
}

.prototype-v2 .tool-card,
.prototype-v2 .tool-card--navy,
.prototype-v2 .tool-card--gold,
.prototype-v2 .tool-card--sage,
.prototype-v2 .tool-card--paper {
  min-height: 252px;
  padding: 27px 26px;
  border: 0;
  border-right: 1px solid var(--v2-line);
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.46);
}

.prototype-v2 .tool-card:last-child {
  border-right: 0;
}

.prototype-v2 .tool-card::after {
  display: none;
}

.prototype-v2 .tool-card h3 {
  margin-top: 42px;
  font-size: 22px;
}

.prototype-v2 .tool-card p,
.prototype-v2 .tool-card--gold p,
.prototype-v2 .tool-card--sage p {
  color: #656058;
  font-size: 12px;
}

.prototype-v2 .tool-card .card-icon,
.prototype-v2 .tool-card--gold .card-icon,
.prototype-v2 .tool-card--sage .card-icon {
  border-color: #d5cdc3;
  color: #46413c;
  background: #fffdf8;
}

.prototype-v2 .tool-card__button {
  color: var(--v2-ink);
}

.prototype-v2 .access-layout {
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1.34fr);
  gap: 76px;
}

.prototype-v2 .access-tier--account {
  background: #f8f5ef;
}

.prototype-v2 .access-tier--account .access-tier__meta > span:last-child {
  padding: 5px 7px;
  border: 1px solid #d2c8bb;
  color: #746b61;
  background: #fff;
}

.prototype-v2 .access-disclosure {
  display: block;
  max-width: 570px;
  margin-top: 20px;
  color: #706a63;
  font-size: 10px;
  line-height: 1.55;
}

.prototype-v2 .access-disclosure--light {
  color: #aaa59e;
}

/* The plan builder now returns a usable plan preview. */
.prototype-v2 .plan-modal {
  width: min(620px, calc(100% - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  overflow-y: auto;
}

.prototype-v2 .plan-modal__progress {
  grid-template-columns: repeat(2, 1fr);
}

.prototype-v2 .plan-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.prototype-v2 .plan-profile[hidden],
.prototype-v2 .plan-result[hidden] {
  display: none;
}

.prototype-v2 .plan-profile label,
.prototype-v2 .plan-profile fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--v2-line);
}

.prototype-v2 .plan-profile label > span,
.prototype-v2 .plan-profile legend {
  color: #6e675f;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prototype-v2 .plan-profile select {
  width: 100%;
  min-height: 44px;
  padding: 0 30px 0 0;
  border: 0;
  color: var(--v2-ink);
  background: transparent;
  font-size: 14px;
  font-weight: 680;
}

.prototype-v2 .plan-profile fieldset {
  grid-column: 1 / -1;
}

.prototype-v2 .plan-time-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--v2-line);
}

.prototype-v2 .plan-time-options button {
  min-height: 44px;
  border: 0;
  border-right: 1px solid var(--v2-line);
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}

.prototype-v2 .plan-time-options button:last-child {
  border-right: 0;
}

.prototype-v2 .plan-time-options button.is-selected {
  color: #fff;
  background: var(--v2-ink);
}

.prototype-v2 .plan-result {
  margin-top: 26px;
  border: 1px solid var(--v2-line);
  background: #fbf8f2;
}

.prototype-v2 .plan-result__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--v2-line);
}

.prototype-v2 .plan-result__meta > strong {
  font-size: 12px;
}

.prototype-v2 .plan-result__path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.prototype-v2 .plan-result__path > span {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 5px;
  padding: 12px;
  border-right: 1px solid var(--v2-line);
}

.prototype-v2 .plan-result__path > span:last-child {
  border-right: 0;
}

.prototype-v2 .plan-result__path small,
.prototype-v2 .plan-result__path em {
  color: #766f67;
  font-size: 8px;
  font-style: normal;
}

.prototype-v2 .plan-result__path strong {
  font-size: 10px;
  line-height: 1.3;
}

.prototype-v2 .plan-result__path .is-focus {
  color: #fff;
  background: var(--v2-navy);
}

.prototype-v2 .plan-result__path .is-focus small,
.prototype-v2 .plan-result__path .is-focus em {
  color: #bdc9cb;
}

.prototype-v2 .plan-result > p {
  margin: 0;
  padding: 16px 18px 5px;
  color: #4f4a44;
  font-size: 11px;
}

.prototype-v2 .plan-result > small {
  display: block;
  padding: 0 18px 17px;
  color: #776f66;
  font-size: 9px;
}

.prototype-v2 .modal-continue {
  gap: 9px;
}

.prototype-v2 .search-panel {
  min-height: 100dvh;
}

@media (max-width: 1100px) {
  .prototype-v2 .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 34px;
  }

  .prototype-v2 .hero h1 {
    font-size: clamp(58px, 6.8vw, 74px);
  }

  .prototype-v2 .hero__proof > div {
    padding-inline: 14px;
  }

  .prototype-v2 .floating-note--left {
    left: -10px;
  }

  .prototype-v2 .floating-note--right {
    right: -10px;
  }

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

  .prototype-v2 .tool-card:nth-child(2) {
    border-right: 0;
  }

  .prototype-v2 .tool-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--v2-line);
  }
}

@media (max-width: 900px) {
  .prototype-v2 .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 54px;
    text-align: center;
  }

  .prototype-v2 .hero__copy {
    max-width: 760px;
    margin-inline: auto;
  }

  .prototype-v2 .hero h1,
  .prototype-v2 .hero__lede,
  .prototype-v2 .hero__trust {
    margin-inline: auto;
  }

  .prototype-v2 .hero__actions,
  .prototype-v2 .hero__proof {
    justify-content: center;
  }

  .prototype-v2 .hero__visual {
    width: min(720px, 100%);
    min-height: 590px;
    margin-inline: auto;
  }

  .prototype-v2 .journey-strip__inner {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(132px, 1fr));
    width: 100%;
    padding-left: 24px;
  }

  .prototype-v2 .journey-strip__label {
    display: none;
  }

  .prototype-v2 .journey-strip a {
    min-height: 76px;
  }

  .prototype-v2 .adaptive-layout,
  .prototype-v2 .access-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .prototype-v2 .exit-check {
    grid-template-columns: 1fr 1fr;
  }

  .prototype-v2 .exit-check > p {
    grid-column: 1 / -1;
  }

  .prototype-v2 .adaptive-copy {
    max-width: 650px;
  }
}

@media (max-width: 640px) {
  .prototype-v2 .shell {
    width: min(100% - 28px, 1280px);
  }

  .prototype-v2 .announcement__inner {
    min-height: 40px;
  }

  .prototype-v2 .hero {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .prototype-v2 .hero h1 {
    font-size: clamp(48px, 13.4vw, 58px);
    line-height: 0.92;
  }

  .prototype-v2 .hero__lede {
    max-width: 360px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .prototype-v2 .hero__actions {
    margin-top: 21px;
  }

  .prototype-v2 .hero__assurance {
    margin-top: 10px;
  }

  .prototype-v2 .hero__proof,
  .prototype-v2 .hero__trust {
    display: none;
  }

  .prototype-v2 .hero__visual {
    min-height: 440px;
  }

  .prototype-v2 .hero-art {
    inset-inline: -14px;
  }

  .prototype-v2 .plan-dashboard {
    top: 49%;
    width: 100%;
    padding: 19px;
    border-radius: 13px;
  }

  .prototype-v2 .plan-dashboard__top {
    padding-bottom: 14px;
  }

  .prototype-v2 .plan-dashboard__top h2 {
    font-size: 20px;
  }

  .prototype-v2 .readiness-row {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    padding: 15px 0;
  }

  .prototype-v2 .readiness-ring {
    width: 58px;
    height: 58px;
    padding-top: 14px;
    border-width: 5px;
  }

  .prototype-v2 .readiness-ring strong {
    font-size: 20px;
  }

  .prototype-v2 .readiness-copy strong {
    font-size: 15px;
  }

  .prototype-v2 .readiness-copy p {
    font-size: 10px;
  }

  .prototype-v2 .plan-dashboard__step {
    min-height: 54px;
    grid-template-columns: 25px 1fr auto;
    gap: 8px;
  }

  .prototype-v2 .plan-dashboard__step strong {
    font-size: 11px;
  }

  .prototype-v2 .plan-dashboard__step em {
    padding: 4px 6px;
    font-size: 8px;
  }

  .prototype-v2 .plan-dashboard__action {
    padding-top: 15px;
  }

  .prototype-v2 .plan-dashboard__action .button {
    min-height: 42px;
    padding-inline: 15px;
    font-size: 11px;
  }

  .prototype-v2 .plan-dashboard__action > a:last-child {
    font-size: 9px;
  }

  .prototype-v2 .floating-note {
    display: none;
  }

  .prototype-v2 .adaptive-section,
  .prototype-v2 .resolver-section,
  .prototype-v2 .diagnosis-section,
  .prototype-v2 .round-section,
  .prototype-v2 .mock-section,
  .prototype-v2 .access-section {
    padding-block: 72px;
  }

  .prototype-v2 .library-section,
  .prototype-v2 .tools-section {
    padding-block: 68px;
  }

  .prototype-v2 .adaptive-layout {
    gap: 40px;
  }

  .prototype-v2 .adaptive-copy h2 {
    font-size: 42px;
  }

  .prototype-v2 .adaptive-copy > p {
    font-size: 14px;
  }

  .prototype-v2 .adaptive-proof > span {
    padding-right: 7px;
  }

  .prototype-v2 .adaptive-proof > span + span {
    padding-left: 11px;
  }

  .prototype-v2 .adaptive-proof strong {
    font-size: 22px;
  }

  .prototype-v2 .replan-toggle {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .prototype-v2 .adaptive-board__header,
  .prototype-v2 .adaptive-days,
  .prototype-v2 .review-queue {
    padding-inline: 18px;
  }

  .prototype-v2 .adaptive-day {
    grid-template-columns: 36px 1fr auto;
    gap: 10px;
  }

  .prototype-v2 .adaptive-day em {
    font-size: 8px;
  }

  .prototype-v2 .review-queue {
    grid-template-columns: 1fr;
  }

  .prototype-v2 .review-queue .text-link {
    grid-column: 1;
    grid-row: auto;
  }

  .prototype-v2 .exit-check {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 38px;
  }

  .prototype-v2 .exit-check > p {
    grid-column: auto;
  }

  .prototype-v2 .tool-grid {
    grid-template-columns: none;
  }

  .prototype-v2 .tool-card,
  .prototype-v2 .tool-card--navy,
  .prototype-v2 .tool-card--gold,
  .prototype-v2 .tool-card--sage,
  .prototype-v2 .tool-card--paper {
    border: 1px solid var(--v2-line);
  }

  .prototype-v2 .plan-modal {
    padding-inline: 22px;
  }

  .prototype-v2 .plan-profile {
    grid-template-columns: 1fr;
  }

  .prototype-v2 .plan-profile fieldset {
    grid-column: auto;
  }

  .prototype-v2 .plan-result__path {
    grid-template-columns: 1fr 1fr;
  }

  .prototype-v2 .plan-result__path > span:nth-child(2) {
    border-right: 0;
  }

  .prototype-v2 .plan-result__path > span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--v2-line);
  }
}

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