@media (max-width: 1120px) {
  .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav {
    display: none;
  }

  .copilot-strip {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .stories-track,
  .faq-track {
    margin-inline: 0;
    padding-inline: 0;
  }

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

  .steps-grid {
    gap: 34px;
  }

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

  .footer-meta,
  .footer-actions {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 820px) {
  :root {
    --gutter: clamp(44px, 8vw, 72px);
  }

  .site-header {
    padding-top: 20px;
  }

  .site-header .container {
    width: min(100% - 42px, var(--container));
  }

  .site-header__inner {
    gap: 16px;
  }

  .header-actions .login-link {
    display: none;
  }

  .header-actions .button {
    width: auto;
    min-height: 48px;
    padding-inline: 24px;
    font-size: 13px;
    white-space: nowrap;
  }

  .brand__logo {
    width: clamp(116px, 20vw, 150px);
  }

  .hero {
    height: max(620px, calc((100vw * 543 / 463) + 240px));
    min-height: max(620px, calc((100vw * 543 / 463) + 240px));
    max-height: none;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero > .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
  }

  .copilot-strip {
    display: none;
  }

  .hero__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 100%;
    min-height: 100%;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .hero__eyebrow {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }

  .hero__eyebrow-desktop {
    display: none;
  }

  .hero__eyebrow-mobile {
    display: inline;
  }

  .hero__text {
    display: contents;
    position: static;
    transform: none;
  }

  .hero__headline {
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(29px, 6vw, 39px);
    line-height: 1.06;
    text-align: center;
  }

  .hero__actions {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 50px;
    width: max-content;
    max-width: calc(100% - (var(--gutter) * 2));
    margin-top: 0;
    transform: translateX(-50%);
  }

  .hero__actions .button--hero {
    width: max-content;
    max-width: max-content;
    min-height: 59px;
    padding-inline: 22px 13px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero__actions .button--hero .button__dot {
    width: 32px;
    height: 32px;
  }

  .hero__actions .button--hero .button__dot svg {
    width: 10px;
    height: 12.5px;
  }

  .hero__actions .button--ghost {
    display: none;
  }

  .hero__media {
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -145px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 110vw;
    height: calc(110vw * 543 / 463);
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 3;
  }

  .hero__person {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    display: block;
    height: auto;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    width: 110vw;
    object-position: top center;
    transform: translateX(-50%);
  }

  .hero__curve,
  .award-card {
    display: none;
  }

  .diagnostic {
    margin-top: 0;
    padding-top: 32px;
    touch-action: none;
  }

  .diagnostic .container {
    width: min(100% - var(--gutter), var(--container));
  }

  .diagnostic-slider {
    --slider-nav-margin: calc(var(--gutter) * 0.25);
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    min-height: 0;
    overflow-x: auto;
    overflow-y: visible;
    cursor: grab;
    scroll-padding-inline: calc(var(--gutter) * 0.375);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: none;
    -webkit-overflow-scrolling: touch;
  }

  .diagnostic-slider__nav {
    position: fixed;
    z-index: 40;
    top: 50%;
    width: 38px;
    height: 38px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .diagnostic-slider__nav:hover {
    transform: translateY(-50%) scale(1.04);
  }

  .diagnostic--nav-visible .diagnostic-slider__nav {
    opacity: 1;
    pointer-events: auto;
  }

  .diagnostic-slider__nav--prev {
    left: var(--slider-nav-margin);
  }

  .diagnostic-slider__nav--next {
    right: var(--slider-nav-margin);
  }

  .diagnostic-slider::-webkit-scrollbar {
    display: none;
  }

  .diagnostic-track {
    position: relative;
    inset: auto;
    align-items: flex-start;
    gap: 8px;
    padding-inline: calc(var(--gutter) * 0.375);
    transform: none !important;
    transition: none;
  }

  .diagnostic-track::after {
    flex-basis: calc(var(--gutter) * 0.375);
  }

  .diagnostic-card {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    flex-basis: min(721px, calc(100vw - var(--gutter) + 20px));
    min-height: 0;
    width: auto;
    overflow: hidden;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .diagnostic-card__content {
    padding: 32px;
  }

  .diagnostic-card .plan-card__label,
  .diagnostic-card__demo,
  .result-card strong,
  .timeline-label,
  .step-card,
  .faq-card,
  .plan-card,
  .copilot-mini strong,
  .copilot-mini > div > span {
    font-size: 120%;
  }

  .diagnostic-card__tag {
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
  }

  .diagnostic-card__tag img {
    width: 16px;
    height: 16px;
  }

  .section-kicker {
    font-size: 12px;
  }

  .section-title {
    font-size: clamp(24px, 4.6vw, 31px);
  }

  .button {
    font-size: 12px;
  }

  .diagnostic-card__media {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: auto;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .diagnostic-card__icon {
    left: 32px;
    top: auto;
    bottom: 278px;
  }

  .diagnostic-card__demo {
    position: static;
    margin-top: 28px;
  }

  .timeline__labels,
  .timeline__bar {
    display: none;
  }

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

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .results .container {
    width: min(100% - calc(var(--gutter) / 2), var(--container));
  }

  .result-card:nth-child(3),
  .result-card:nth-child(6) {
    grid-column: 1 / -1;
  }

  .result-card__icon {
    width: 25.5px;
    height: 25.5px;
  }

  .result-card {
    align-content: space-between;
    min-height: 0;
    height: 180px;
    padding: 25px;
    border-radius: calc(var(--radius-md) + 10px);
  }

  .result-card strong {
    font-size: calc(120% - 4px);
    font-weight: 600;
  }

  .stories-track {
    gap: var(--story-gap);
  }

  .faq-track {
    width: max-content;
  }

  .faq-track::after {
    flex-basis: calc(var(--gutter) * 0.375);
  }

  .faq-slider__nav {
    width: 38px;
    height: 38px;
  }

  .faq-slider__nav--prev {
    left: calc(var(--gutter) * 0.25);
  }

  .faq-slider__nav--next {
    right: calc(var(--gutter) * 0.25);
  }

  .footer-rumbo {
    min-height: 110px;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
  }

  .footer-rumbo span {
    display: none;
  }

  .footer-head {
    margin-top: 40px;
    margin-bottom: 36px;
  }

  .footer-copilots .copilot-mini {
    display: inline-grid;
    grid-template-columns: 1fr;
    flex: 0 0 auto;
    justify-items: center;
  }

  .footer-copilots .copilot-mini > div {
    display: none;
  }

  .footer-copilots .copilot-mini__icon {
    width: clamp(42px, 8vw, 72px);
    height: clamp(42px, 8vw, 72px);
    border-radius: clamp(14px, 2vw, 22px);
  }

  .footer-copilots .copilot-mini__icon img {
    width: clamp(22px, 3vw, 34px);
    height: clamp(22px, 3vw, 34px);
  }

  .footer-actions {
    display: contents;
  }

  .footer-meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
  }

  .footer-actions nav {
    flex-basis: 100%;
    width: 100%;
  }

  .legal-links {
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  .legal-copy {
    margin-top: 10px;
    margin-bottom: 29px;
    text-align: justify;
  }
}

@media (max-width: 560px) {
  :root {
    --gutter: clamp(64px, calc(11vw + 20px), 76px);
  }

  .brand__tagline {
    display: none;
  }

  .site-header {
    padding-top: 20px;
  }

  .site-header .container {
    width: min(100% - 34px, var(--container));
  }

  .site-header__inner {
    grid-template-columns: auto auto;
    gap: 8px;
  }

  .brand__logo {
    width: clamp(126px, 34vw, 156px);
  }

  .header-actions {
    gap: 0;
  }

  .header-actions .button {
    display: inline-flex;
    width: auto;
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .hero {
    height: max(660px, calc((100vw * 543 / 463) + 218px));
    min-height: max(660px, calc((100vw * 543 / 463) + 218px));
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero > .container {
    height: 100%;
    min-height: 100%;
  }

  .hero__content {
    height: 100%;
    min-height: 100%;
    padding-top: 0;
    overflow: visible;
  }

  .hero__eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }

  .hero__eyebrow-desktop {
    display: none;
  }

  .hero__eyebrow-mobile {
    display: inline;
  }

  .hero__text {
    display: contents;
    position: static;
    transform: none;
  }

  .hero__headline {
    position: absolute;
    z-index: 5;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(23px, 9vw, 30px);
    line-height: 1.04;
    text-align: center;
  }

  .hero__actions {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 50px;
    width: max-content;
    max-width: calc(100% - (var(--gutter) * 2));
    margin-top: 0;
    transform: translateX(-50%);
  }

  .button {
    width: 100%;
    min-height: 44px;
  }

  .hero__actions .button--hero {
    width: max-content;
    min-width: 0;
    max-width: max-content;
    min-height: 59px;
    padding-inline: 20px 11px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 14px 36px rgba(0, 70, 150, 0.18);
  }

  .hero__actions .button--hero .button__dot {
    width: 32px;
    height: 32px;
  }

  .hero__actions .button--hero .button__dot svg {
    width: 10px;
    height: 12.5px;
  }

  .hero__actions .button--ghost {
    display: none;
  }

  .header-actions .button {
    width: auto;
  }

  .hero__media {
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -145px;
    width: 110vw;
    height: calc(110vw * 543 / 463);
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: translateX(-50%);
  }

  .hero__person {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 110vw;
    object-position: top center;
    transform: translateX(-50%);
  }

  .diagnostic-card {
    min-height: 0;
    height: 650px;
    padding: 33px;
    border-radius: calc(var(--radius-lg) + 10px);
  }

  .diagnostic-card__content {
    display: flex;
    flex: 0 0 337px;
    flex-direction: column;
    height: 337px;
    margin-bottom: 40px;
    padding: 0;
  }

  .diagnostic-card h2 {
    min-height: 89px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.23;
  }

  .diagnostic-card p {
    min-height: 84px;
    font-size: 13px;
  }

  .diagnostic-card .plan-card__label {
    margin-top: auto;
    font-size: 12px;
    font-weight: 600;
  }

  .chip {
    min-height: 26px;
    padding: 4px 8px;
    font-size: 10.125px;
  }

  .diagnostic-card p,
  .diagnostic-card h2,
  .chips {
    max-width: none;
  }

  .diagnostic-card .chips {
    min-height: 59px;
    align-content: flex-start;
  }

  .diagnostic-card .chips.chips--collapsed {
    min-height: 92px;
  }

  .diagnostic-card__demo {
    display: none;
  }

  .diagnostic-card__demo-mobile {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    min-height: 54px;
    padding-inline: 20px 11px;
    border-radius: 999px;
    background: var(--accent, var(--color-primary));
    color: var(--color-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transform: translateX(-50%);
    box-shadow: 0 14px 36px rgba(0, 70, 150, 0.18);
  }

  .diagnostic-card__demo-mobile .button__dot {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-white);
  }

  .diagnostic-card__demo-mobile .button__dot svg {
    width: 10px;
    height: 12.5px;
  }

  .diagnostic-card__demo-mobile .button__dot path {
    stroke: var(--accent, var(--color-primary));
  }

  .diagnostic-card__media {
    flex: 0 0 240px;
    height: 240px;
    margin: auto -33px -33px;
    width: calc(100% + 66px);
    border-radius: calc(var(--radius-lg) + 10px) calc(var(--radius-lg) + 10px) calc(var(--radius-lg) + 10px) calc(var(--radius-lg) + 10px);
  }

  .diagnostic-card__icon {
    left: 50%;
    top: auto;
    bottom: 213px;
    display: grid;
    width: 54px;
    height: 54px;
    border-width: 4px;
    border-radius: 20px;
    transform: translateX(-50%);
  }

  .diagnostic-card__icon img {
    width: 22px;
    height: 22px;
  }

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

  .modal {
    padding: 12px;
  }

  .modal--legal .modal__dialog {
    width: calc(100vw - 32px);
    max-height: min(86vh, 620px);
    padding: 30px;
    border-radius: 22px;
  }

  .legal-modal__content {
    gap: 14px;
    padding-right: 4px;
  }

  .legal-modal__content h2 {
    max-width: none;
    font-size: 22px;
  }

  .legal-modal__content p {
    font-size: 14px;
    line-height: 1.55;
  }

  .modal--waitlist,
  .modal--feedback {
    padding: 20px;
  }

  .modal--waitlist .modal__dialog,
  .modal--feedback .modal__dialog {
    max-height: calc(100vh - 40px);
  }

  .modal__header,
  .lead-form {
    padding-inline: 22px;
  }

  .modal__header h2 {
    font-size: 22px;
  }

  .modal--waitlist .modal__header,
  .modal--waitlist .lead-form,
  .feedback-modal__panel,
  .feedback-modal__form {
    padding: 30px;
  }

  .modal--waitlist .modal__header h2 {
    font-size: calc((clamp(13px, 1.55vw, 15px) + 2px) * 1.08);
  }

  .modal--waitlist .modal__header p {
    font-size: calc((clamp(9px, 0.95vw, 10px) + 2px) * 1.08);
  }

  .modal--waitlist .field label,
  .modal--waitlist .field input,
  .modal--waitlist .field select,
  .modal--waitlist .form-status {
    font-size: 100%;
  }

  .modal--waitlist .waitlist-cancel,
  .modal--waitlist .waitlist-submit {
    font-size: 88%;
  }

  .modal--waitlist .waitlist-cancel {
    padding: 7px 10px;
  }

  .modal--waitlist .waitlist-submit {
    min-width: 96px;
    min-height: 38px;
    padding-inline: 14px;
  }

  .modal--waitlist .field label {
    font-size: calc(100% - 4px);
  }

  .modal--waitlist .field input,
  .modal--waitlist .field select {
    min-height: 50px;
  }

  .feedback-modal__form textarea {
    min-height: 118px;
  }

  .feedback-modal__submit {
    width: auto;
    min-height: 44px;
    margin-top: 16px;
  }

  .process .container {
    display: block;
  }

  .process .section-title {
    margin: 0;
    text-align: left;
  }

  .process .timeline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 44px;
    column-gap: 12px;
    row-gap: 22px;
    margin-top: 28px;
  }

  .process .timeline__labels {
    display: contents;
  }

  .process .timeline-label {
    align-self: center;
    justify-self: start;
    min-width: 0;
    padding: 7px 13px;
    font-size: 12px;
    white-space: nowrap;
  }

  .process .timeline-label:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .process .timeline-label:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .process .timeline-label:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
  }

  .process .timeline-label:nth-child(4) {
    grid-column: 2;
    grid-row: 4;
  }

  .process .steps-grid {
    display: contents;
  }

  .process .step-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .process .step-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .process .step-card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .process .step-card:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }

  .process .step-card {
    gap: 4px;
  }

  .process .step-card p {
    font-size: 12px;
  }

  .process .step-card h3 {
    font-size: 16px;
  }

  .process .timeline__bar {
    position: relative;
    display: block;
    grid-column: 3;
    grid-row: 1 / span 4;
    width: 44px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    overflow: visible;
    background: none;
  }

  .process .timeline__bar::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -40px calc((100vw - 100%) / -2) -40px -50vw;
    background-image: radial-gradient(rgba(16, 24, 40, 0.16) 1.4px, transparent 1.4px);
    background-size: 22px 24px;
    mask-image: linear-gradient(90deg, transparent 0, black 50%, black 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 50%, black 100%);
    pointer-events: none;
  }

  .process .timeline__bar::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    border-radius: var(--radius-pill);
    background: linear-gradient(180deg, #dcecff, var(--color-primary));
    transform: translateX(-50%);
  }

  .process .timeline__fill {
    display: none;
  }

  .process .timeline__marker {
    left: 50%;
    top: calc(var(--process-progress) * (100% - 44px));
    transform: translateX(-50%);
  }

  .story-card {
    height: min(410px, calc(var(--story-card-width, 76vw) * 1.322));
  }

  .story-card__inner {
    padding: 40px;
  }

  .story-card h3 {
    font-size: 22px;
  }

  .story-card__link {
    font-size: 12px;
  }

  .stories-track {
    gap: 6px;
  }

  .stories-slider {
    --story-gap: 6px;
    --story-card-width: 76vw;
    --stories-start-shift: calc((100vw - var(--story-card-width)) / 2);
  }

  .plans .container {
    width: calc(100% - 40px);
  }

  .plan-card {
    min-height: auto;
    padding: 34px;
    border-radius: calc(var(--radius-lg) + 10px);
  }

  .plan-badge {
    gap: 4px;
    font-size: 10.5px;
  }

  .plan-card h3 {
    font-size: calc(clamp(18px, 1.55vw, 27px) + 2px);
  }

  .plan-card p,
  .plan-card__label,
  .plan-cta {
    font-size: calc(clamp(10px, 0.68vw, 12px) + 2px);
  }

  .plan-chips .chip,
  .plan-note {
    font-size: calc(clamp(7.8px, 0.56vw, 10px) + 2px);
  }

  .benefits li {
    font-size: calc(clamp(9px, 0.64vw, 12px) + 2px);
  }

  .plan-price {
    font-size: calc(clamp(13px, 0.88vw, 17px) + 2px);
  }

  .plan-cta {
    position: static;
    align-self: center;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
