.v2-calculator-page {
  --product-ink: #17231f;
  --product-muted: #58645f;
  --product-green: #08785d;
  color: var(--product-ink);
  background: linear-gradient(180deg, #f4f8f6 0, #fff 420px);
}
.v2-calculator-page .page-intro {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 92px) 0 24px;
  background: transparent;
  color: var(--product-ink);
  text-align: center;
}
.v2-calculator-page .page-intro .page-eyebrow,
.v2-calculator-page .section-kicker {
  margin: 0 0 10px;
  color: var(--product-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.v2-calculator-page .page-intro h1 {
  max-width: none;
  margin: 0;
  color: var(--product-ink);
  font-size: clamp(2.65rem, 6vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.v2-calculator-page .page-intro > p:last-child {
  max-width: 680px;
  margin: 20px auto 0;
  color: #52605b;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
}
.v2-input-shell {
  width: min(820px, calc(100% - 40px)) !important;
  margin: 26px auto 0 !important;
  padding: clamp(28px, 5vw, 52px) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(21, 47, 38, 0.1) !important;
}
.v2-input-shell > .workspace-heading {
  max-width: 590px;
  margin: 0 auto 32px;
  text-align: center;
}
.v2-input-shell > .workspace-heading .section-kicker {
  margin: 0 0 10px;
  color: var(--product-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.v2-input-shell > .workspace-heading h2 {
  margin: 0;
  color: var(--product-ink);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-align: center;
}
.v2-input-shell > .workspace-heading > p:last-child {
  max-width: 590px;
  margin: 10px auto 0;
  color: #65706c;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}
.v2-calculator-page .v2-input-workspace > :empty {
  display: none;
}
.v2-calculator-page .v2-details-config {
  padding: 24px 0;
  border-top: 1px solid #dce3e0;
}
.v2-calculator-page .v2-details-config > h3 {
  margin: 0 0 16px;
  color: var(--product-ink);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.v2-calculator-page .stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  border: 1px solid #cbd5d1;
  border-radius: 14px;
  background: #fbfcfc;
}
.v2-calculator-page .stat-strip.two-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.v2-calculator-page .stat-control {
  min-width: 0;
  padding: 18px 20px;
}
.v2-calculator-page .stat-control + .stat-control {
  border-left: 1px solid #dce3e0;
}
.v2-calculator-page .stat-control > label {
  margin: 0 0 7px !important;
  color: #63706b !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.1em;
  text-align: left !important;
  text-transform: uppercase;
}
.v2-calculator-page .stat-value {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 7px;
}
.v2-calculator-page .v2-input-workspace .stat-value input {
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  outline: 0;
  background: transparent;
  color: var(--product-ink);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.1;
  text-align: left !important;
}
.v2-calculator-page .v2-input-workspace .stat-value input:focus-visible {
  box-shadow: inset 0 -3px #08785d;
}
.v2-calculator-page .stat-value span {
  color: #64706b;
  font-size: 0.84rem;
  font-weight: 600;
}
.v2-calculator-page .choice-context {
  max-width: 700px;
  margin: 11px auto 0;
  color: #62706a;
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: center;
}
.v2-input-shell > h2 {
  margin: 0 0 9px;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.025em;
}
.v2-input-shell > .v2-workspace-intro {
  max-width: 590px;
  margin: 0 auto 26px;
  color: var(--product-muted);
  text-align: center;
  line-height: 1.6;
}
.v2-calculator-page .v2-input-workspace {
  display: grid;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.v2-calculator-page .v2-input-workspace[hidden] {
  display: none !important;
}
.v2-calculator-page .v2-input-workspace > .form-group,
.v2-calculator-page .v2-input-workspace > fieldset,
.v2-calculator-page .v2-input-workspace > .form-row,
.v2-calculator-page .v2-input-workspace > #calculatedFields,
.v2-calculator-page .v2-input-workspace > #knownFields,
.v2-calculator-page .v2-input-workspace > .timeline-form-row {
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid #dce3e0;
}
.v2-calculator-page .form-row,
.v2-calculator-page .timeline-form-row {
  gap: 16px;
}
.v2-calculator-page .form-group label,
.v2-calculator-page .timeline-form label,
.v2-calculator-page .v2-input-workspace legend {
  margin-bottom: 8px;
  color: var(--product-ink);
  font-weight: 700;
}
.v2-calculator-page .v2-input-workspace input:not([type="radio"]),
.v2-calculator-page .v2-input-workspace select {
  min-height: 52px;
  border: 1px solid #a7b5b0;
  border-radius: 10px;
  background: #fbfcfc;
}
.v2-calculator-page .unit-toggle {
  margin: 0 !important;
  padding: 0 0 24px !important;
  border-top: 0 !important;
}
.v2-calculator-page .unit-options {
  max-width: 340px;
  margin: 0 auto;
}
.v2-calculator-page .unit-options span {
  min-height: 47px;
  border-radius: 7px;
}
.v2-calculator-page .choice-grid span {
  min-height: 52px;
  border-radius: 10px;
}
.v2-choice-fieldset {
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid #dce3e0;
}
.v2-choice-fieldset legend {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
}
.v2-choice-grid {
  display: grid;
  gap: 8px;
}
.v2-choice-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 430px;
  margin-inline: auto;
}
.v2-choice-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 700px;
  margin-inline: auto;
}
.v2-choice-grid label {
  margin: 0;
}
.v2-choice-grid input {
  position: absolute;
  width: 1px !important;
  height: 1px;
  opacity: 0;
}
.v2-choice-grid span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #aab4b0;
  border-radius: 10px;
  color: #33403b;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.v2-choice-grid input:checked + span {
  border-color: #1e1e1e;
  background: #1e1e1e;
  color: #fff;
}
.v2-choice-grid input:focus-visible + span {
  outline: 3px solid rgba(0, 200, 150, 0.45);
  outline-offset: 2px;
}
.v2-enhanced-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.v2-original-select {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.v2-persistence {
  order: 5;
  margin: 24px 0 0;
  padding: 15px 16px;
  border: 0;
  border-left: 3px solid #89a59b;
  border-radius: 0 10px 10px 0;
  background: #f4f7f6;
  color: var(--product-ink);
  font-size: 0.88rem;
  line-height: 1.5;
}
.v2-persistence span {
  color: var(--product-muted);
}
.v2-persistence div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}
.v2-persistence button {
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--product-ink);
  border-radius: 22px;
  background: var(--product-ink);
  color: #fff;
  font:
    600 0.9rem Poppins,
    sans-serif;
  cursor: pointer;
}
.v2-persistence button + button {
  background: #fff;
  color: var(--product-ink);
}
.v2-persistence button:focus-visible {
  outline: 3px solid rgba(0, 200, 150, 0.45);
  outline-offset: 2px;
}
.v2-calculator-page .v2-original-select {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}
.v2-calculator-page .v2-source-select-holder {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.v2-calculator-page .v2-input-workspace .calculator-actions {
  order: 6;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(140px, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.v2-calculator-page .v2-input-workspace .calculator-actions button {
  min-height: 54px;
  border-radius: 10px;
}
.v2-calculator-page .v2-input-workspace .calculator-actions button:first-child {
  border-color: var(--product-green);
  background: var(--product-green);
  box-shadow: 0 10px 24px rgba(8, 120, 93, 0.2);
}
.v2-calculator-page
  .v2-input-workspace
  .calculator-actions
  button:first-child:hover {
  background: #065f4a;
}
.v2-calculator-page .v2-input-workspace .calculator-actions .secondary-action {
  border-color: #b8c3bf;
  background: transparent;
  color: #34413c;
  box-shadow: none;
}
.v2-calculator-page .v2-results-mode {
  width: min(980px, calc(100% - 40px)) !important;
  margin: 30px auto !important;
  padding: clamp(30px, 6vw, 64px) !important;
  border: 1px solid rgba(10, 54, 41, 0.13) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 28px 80px rgba(21, 47, 38, 0.12) !important;
  animation: v2WorkspaceIn 190ms ease both;
}
.v2-calculator-page .v2-results-mode[hidden] {
  display: none !important;
}
.v2-results-eyebrow {
  margin: 0 0 7px;
  color: var(--product-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}
.v2-calculator-page .v2-results-mode .primary-result,
.v2-calculator-page .v2-results-mode .timeline-summary {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.v2-calculator-page .v2-results-mode .primary-result h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}
.v2-calculator-page .v2-results-mode .result-large {
  display: block;
  margin: 32px auto 30px !important;
  padding: 0 !important;
  color: #101b17;
  font-size: clamp(4rem, 12vw, 7rem) !important;
  font-weight: 700;
  line-height: 0.88 !important;
  letter-spacing: -0.065em;
}
.v2-calculator-page .v2-results-mode .result-large::after {
  content: attr(data-unit);
  display: block;
  margin-top: 12px;
  color: var(--product-green);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v2-calculator-page .v2-results-mode .result-grid,
.v2-calculator-page .v2-results-mode .timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid #dfe5e2;
  border-bottom: 1px solid #dfe5e2;
}
.v2-calculator-page .v2-results-mode .result-metric,
.v2-calculator-page .v2-results-mode .timeline-metric {
  padding: 24px 12px;
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: center;
}
.v2-calculator-page .v2-results-mode .result-metric + .result-metric,
.v2-calculator-page .v2-results-mode .timeline-metric + .timeline-metric {
  border-left: 1px solid #dfe5e2;
}
.v2-calculator-page .v2-results-mode .result-metric strong,
.v2-calculator-page .v2-results-mode .timeline-metric strong {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}
.v2-calculator-page .v2-results-mode .primary-result > p:not(.result-large),
.v2-calculator-page .timeline-note {
  margin-top: 30px;
  padding: 26px;
  border-radius: 14px;
  background: #f2f7f5;
  line-height: 1.65;
}
.v2-calculator-page .timeline-chart,
.v2-calculator-page .v2-results-mode > section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfe5e2;
}
.v2-calculator-page .result-actions,
.v2-calculator-page .timeline-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.v2-calculator-page .copy-results {
  min-width: 180px;
  min-height: 50px;
  border-radius: 25px;
}
.v2-result-start-over {
  min-height: 46px;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  color: #075b47;
  font:
    700 0.95rem Poppins,
    sans-serif;
  cursor: pointer;
}
.v2-result-start-over:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.v2-result-start-over:focus-visible {
  outline: 3px solid #71a822;
  outline-offset: 3px;
}
.v2-calculator-page .calculator-content,
.v2-calculator-page .protein-content,
.v2-calculator-page .timeline-content {
  width: min(1100px, calc(100% - 40px));
  margin: clamp(64px, 9vw, 110px) auto;
}
.v2-calculator-page .calculator-content > section,
.v2-calculator-page .protein-content > section,
.v2-calculator-page .timeline-content > section,
.v2-calculator-page .calculator-content > details,
.v2-calculator-page .protein-content > details,
.v2-calculator-page .timeline-content > details {
  margin: 0;
  padding: clamp(42px, 7vw, 78px) 0;
  border: 0;
  border-top: 1px solid #dce3e0;
}
.v2-calculator-page .calculator-content > :first-child,
.v2-calculator-page .protein-content > :first-child,
.v2-calculator-page .timeline-content > :first-child {
  border-top: 0;
}
.v2-calculator-page .calculator-content h2,
.v2-calculator-page .protein-content h2,
.v2-calculator-page .timeline-content h2 {
  max-width: 750px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.v2-calculator-page .calculator-content p,
.v2-calculator-page .protein-content p,
.v2-calculator-page .timeline-content p {
  max-width: 790px;
  color: #4e5b56;
  font-size: 1.02rem;
  line-height: 1.8;
}
.v2-methodology {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
}
.v2-methodology .product-cta-link {
  white-space: nowrap;
}
.v2-calculator-page .macro-keep-learning {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto clamp(70px, 9vw, 110px);
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid #cfd9d5;
  border-radius: 18px;
  background: #f5f8f7;
}
.v2-calculator-page .macro-keep-learning > h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.04em;
}
.v2-calculator-page .calculator-content p,
.v2-calculator-page .protein-content p,
.v2-calculator-page .timeline-content p {
  overflow-wrap: anywhere;
}
@keyframes v2WorkspaceIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .v2-methodology {
    grid-template-columns: 1fr;
  }
  .v2-calculator-page .form-row,
  .v2-calculator-page .timeline-form-row {
    grid-template-columns: 1fr;
  }
  .v2-choice-grid.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2-choice-grid.five label:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 480px) {
  .v2-calculator-page .page-intro {
    width: calc(100% - 32px);
    padding: 34px 0 14px;
    text-align: left;
  }
  .v2-calculator-page .page-intro h1 {
    font-size: 2.55rem;
  }
  .v2-calculator-page .page-intro > p:last-child {
    margin-top: 14px;
    font-size: 0.96rem;
  }
  .v2-input-shell,
  .v2-calculator-page .v2-results-mode {
    width: calc(100% - 24px) !important;
    margin-top: 18px !important;
  }
  .v2-input-shell {
    padding: 24px 18px !important;
  }
  .v2-input-shell > h2,
  .v2-input-shell > .v2-workspace-intro {
    text-align: left;
  }
  .v2-input-shell > .workspace-heading {
    margin-bottom: 26px;
  }
  .v2-input-shell > .workspace-heading h2 {
    font-size: 1.75rem;
  }
  .v2-calculator-page .stat-control {
    padding: 14px 8px;
  }
  .v2-calculator-page .stat-control > label {
    font-size: 0.6rem !important;
    letter-spacing: 0.05em;
  }
  .v2-calculator-page .v2-input-workspace .stat-value input {
    font-size: 1.35rem;
  }
  .v2-calculator-page .stat-value {
    gap: 3px;
  }
  .v2-calculator-page .stat-value span {
    font-size: 0.7rem;
  }
  .v2-calculator-page .v2-input-workspace .calculator-actions {
    grid-template-columns: 1fr;
  }
  .v2-calculator-page .v2-results-mode {
    padding: 30px 18px !important;
  }
  .v2-calculator-page .v2-results-mode .result-large {
    font-size: 4.1rem !important;
  }
  .v2-calculator-page .v2-results-mode .result-grid,
  .v2-calculator-page .v2-results-mode .timeline-grid {
    grid-template-columns: 1fr;
  }
  .v2-calculator-page .v2-results-mode .result-metric + .result-metric,
  .v2-calculator-page .v2-results-mode .timeline-metric + .timeline-metric {
    border-left: 0;
    border-top: 1px solid #dfe5e2;
  }
  .v2-calculator-page .result-actions,
  .v2-calculator-page .timeline-actions {
    flex-direction: column;
  }
  .v2-calculator-page .copy-results {
    width: 100%;
  }
  .v2-calculator-page .calculator-content,
  .v2-calculator-page .protein-content,
  .v2-calculator-page .timeline-content,
  .v2-calculator-page .macro-keep-learning {
    width: calc(100% - 32px);
  }
  .v2-calculator-page .macro-keep-learning {
    padding: 30px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .v2-calculator-page .v2-results-mode {
    animation: none;
  }
  .v2-calculator-page * {
    scroll-behavior: auto !important;
  }
}
.v2-calculator-page .v2-balanced-choices {
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
}
.v2-calculator-page .v2-balanced-choices.v2-choice-count-2 {
  max-width: 430px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.v2-calculator-page .v2-balanced-choices.v2-choice-count-3 {
  max-width: 620px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.v2-calculator-page .v2-balanced-choices > label {
  min-width: 0;
}
.v2-calculator-page .v2-balanced-choices > label > span {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.v2-calculator-page .macro-blueprint-cta {
  margin-top: 26px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(8, 120, 93, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, #e9f7f2, #f7fbf9);
}
.v2-calculator-page .macro-blueprint-cta h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  letter-spacing: -0.025em;
}
.v2-calculator-page .macro-blueprint-cta > p:not(.section-kicker) {
  max-width: 720px;
  margin: 12px 0;
  color: #56635e;
  line-height: 1.65;
}
.v2-calculator-page .composition-content,
.v2-calculator-page .strength-content,
.v2-calculator-page .cardio-content {
  width: min(1100px, calc(100% - 40px));
  margin: clamp(64px, 9vw, 110px) auto;
}
.v2-calculator-page .composition-content > section,
.v2-calculator-page .strength-content > section,
.v2-calculator-page .cardio-content > section,
.v2-calculator-page .composition-content > details,
.v2-calculator-page .strength-content > details,
.v2-calculator-page .cardio-content > details {
  margin: 0;
  padding: clamp(42px, 7vw, 78px) 0;
  border: 0;
  border-top: 1px solid #dce3e0;
}
.v2-calculator-page .composition-content > :first-child,
.v2-calculator-page .strength-content > :first-child,
.v2-calculator-page .cardio-content > :first-child {
  border-top: 0;
}
.v2-calculator-page .composition-content h2,
.v2-calculator-page .strength-content h2,
.v2-calculator-page .cardio-content h2 {
  max-width: 750px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.v2-calculator-page .composition-content p,
.v2-calculator-page .strength-content p,
.v2-calculator-page .cardio-content p {
  max-width: 790px;
  color: #4e5b56;
  font-size: 1.02rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
@media (max-width: 480px) {
  .v2-calculator-page .composition-content,
  .v2-calculator-page .strength-content,
  .v2-calculator-page .cardio-content {
    width: calc(100% - 32px);
  }
}

/* Shared lower-page reading system. */
.v2-calculator-page
  :is(
    .calculator-content,
    .protein-content,
    .timeline-content,
    .composition-content,
    .strength-content,
    .cardio-content
  ) {
  text-align: left;
}
.v2-calculator-page
  :is(
    .calculator-content,
    .protein-content,
    .timeline-content,
    .composition-content,
    .strength-content,
    .cardio-content
  )
  :is(h2, h3, p, li) {
  text-align: left;
}
.v2-calculator-page
  :is(
    .calculator-content,
    .protein-content,
    .timeline-content,
    .composition-content,
    .strength-content,
    .cardio-content
  )
  h3 {
  max-width: 790px;
  margin: 28px 0 10px;
  color: var(--product-ink);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.v2-calculator-page
  :is(
    .calculator-content,
    .protein-content,
    .timeline-content,
    .composition-content,
    .strength-content,
    .cardio-content
  )
  :is(ul, ol) {
  max-width: 790px;
  color: #4e5b56;
  font-size: 1.02rem;
  line-height: 1.8;
}
.v2-calculator-page .v2-methodology {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto clamp(70px, 9vw, 110px);
  padding: clamp(42px, 7vw, 70px) 0;
  border-top: 1px solid #dce3e0;
}
.v2-calculator-page .v2-methodology > * {
  min-width: 0;
}
.v2-calculator-page .v2-methodology h2 {
  margin: 0 0 12px;
  color: var(--product-ink);
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.v2-calculator-page .v2-methodology p:not(.section-kicker) {
  max-width: 700px;
  margin: 0;
  color: #4e5b56;
  font-size: 1rem;
  line-height: 1.7;
}
.v2-calculator-page .v2-methodology .product-cta-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #075b47;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(#08785d, #08785d);
  background-position: 0 82%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 220ms ease;
}
.v2-calculator-page .v2-methodology .product-cta-link:hover {
  background-size: 100% 2px;
}
.v2-calculator-page .v2-methodology .product-cta-link:focus-visible {
  outline: 3px solid #71a822;
  outline-offset: 5px;
}

/* Bounded rows stay centered and retain equal control geometry. */
.v2-calculator-page .v2-input-workspace > .form-row,
.v2-calculator-page .v2-input-workspace > .timeline-form-row {
  width: 100%;
  max-width: 660px;
  margin-inline: auto;
}
.v2-calculator-page .v2-input-workspace > #calculatedFields,
.v2-calculator-page .v2-input-workspace > #knownFields {
  width: 100%;
  margin-inline: auto;
}
.v2-calculator-page .v2-input-workspace > #calculatedFields > .form-row,
.v2-calculator-page .v2-input-workspace > #knownFields > .form-row {
  max-width: 660px;
  margin-inline: auto;
}
.v2-calculator-page .timeline-form .form-group {
  min-width: 0;
}
@media (max-width: 768px) {
  .v2-calculator-page .v2-methodology {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .v2-calculator-page .v2-methodology .product-cta-link {
    justify-self: start;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .v2-calculator-page .v2-methodology {
    width: calc(100% - 32px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .v2-calculator-page .v2-methodology .product-cta-link {
    transition: none;
  }
}
