@media (max-width: 1100px) {
  .why-shell {
    --why-slide-exit-duration: 600ms;
    --why-slide-enter-duration: 760ms;
    --why-slide-enter-delay: 280ms;
    touch-action: pan-y;
  }

  .header-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-nav {
    gap: 16px;
  }

  .header-nav a {
    font-size: 0.8rem;
  }

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

  .why-stage--left,
  .why-stage--right {
    width: min(100%, 523px);
    justify-self: center;
  }

  .why-stage--right {
    order: -1;
    align-self: end;
  }

  .why-stage--left .why-slide {
    padding-left: 0;
  }

  .why-stage--right .why-slide {
    padding-right: 0;
  }

  .why-slider__nav {
    display: none;
  }

  .why-panel p,
  .why-panel h2,
  h2 {
    max-width: none;
  }

}

@media (max-width: 1400px) {
  .tv-stage-wrap {
    width: min(100%, 700px);
    padding-inline: 10px;
    display: block;
  }

  .tv-stage {
    width: 100%;
    margin-inline: auto;
    --tv-knob-size: 44px;
    --tv-power-size: 44px;
    --tv-audio-right: 6%;
    --tv-audio-bottom: 24.4%;
    --tv-audio-size: 44px;
  }

  .tv-knob-button,
  .tv-audio-toggle {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 247, 235, 0.96);
    color: var(--text);
    box-shadow: none;
    opacity: 1;
  }

  .tv-knob-button::after,
  .tv-power-button::after,
  .tv-audio-toggle::before {
    display: none;
  }

  .tv-power-button {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 247, 235, 0.96);
    color: var(--text);
    box-shadow: none;
    opacity: 1;
  }

  .tv-knob-button,
  .tv-power-button,
  .tv-audio-toggle {
    top: auto;
    right: var(--tv-audio-right);
  }

  .tv-knob-button {
    bottom: calc(var(--tv-audio-bottom) + (var(--tv-audio-size) * 2) + 24px);
  }

  .tv-power-button {
    bottom: calc(var(--tv-audio-bottom) + var(--tv-audio-size) + 12px);
  }

  .tv-audio-toggle {
    bottom: var(--tv-audio-bottom);
  }

  .tv-knob-button:hover,
  .tv-knob-button:focus-visible,
  .tv-power-button:hover,
  .tv-power-button:focus-visible,
  .tv-audio-toggle:hover,
  .tv-audio-toggle:focus-visible {
    background: #ffffff;
    border-color: transparent;
    transform: scale(1.04);
  }

  .tv-knob-button:disabled,
  .tv-power-button:disabled,
  .tv-audio-toggle:disabled {
    opacity: 0.52;
  }

  .tv-mobile-icon {
    display: block;
    font-family: "Material Symbols Outlined";
    font-size: clamp(20px, 2.8vw, 24px);
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
    font-variation-settings:
      "FILL" 1,
      "wght" 500,
      "GRAD" 0,
      "opsz" 24;
  }

  .tv-callout-hints {
    display: none;
  }
}

@keyframes swipe-hint-lifecycle {
  0%   { opacity: 0; }
  12%  { opacity: 1; }
  78%  { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes swipe-finger-move {
  0%, 100% { transform: translateX(0); }
  30%       { transform: translateX(-20px); }
  70%       { transform: translateX(20px); }
}

@keyframes services-intro-icon-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  :root {
    --header-height: 86px;
    --section-pad: 88px;
  }

  .launch-offer-dock {
    --launch-offer-tab-width: 210px;
    --launch-offer-tab-height: 52px;
    --launch-offer-panel-width: min(calc(100vw - 24px), 820px);
    top: calc(var(--header-height) - 1px);
    bottom: auto;
    left: 50%;
    width: min(calc(100% - 24px), var(--container));
    transform: translateX(-50%);
  }

  .launch-offer-dock__tab {
    height: var(--launch-offer-tab-height);
    padding: 0 40px 0 16px;
  }

  .launch-offer-dock__tab span {
    font-size: 0.94rem;
  }

  .launch-offer-dock__dismiss {
    left: auto;
    right: calc(50% - (var(--launch-offer-tab-width) / 2) + 7px);
    width: 22px;
    height: 22px;
  }

  .launch-offer-panel {
    top: calc(100% - 1px);
    left: 50%;
    grid-template-columns: 1fr;
    gap: 16px;
    width: var(--launch-offer-panel-width);
    padding: 18px 18px 16px;
    transform: translate3d(-50%, -14px, 0);
  }

  .launch-offer-dock.is-open .launch-offer-panel {
    transform: translate3d(-50%, 0, 0);
  }

  .launch-offer-panel__lead {
    grid-column: auto;
    gap: 10px;
  }

  .launch-offer-panel__details {
    gap: 12px;
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 1px solid rgba(16, 35, 49, 0.1);
  }

  .launch-offer-panel__title {
    max-width: none;
    font-size: clamp(1.44rem, 4.4vw, 1.92rem);
  }

  .launch-offer-panel__copy,
  .launch-offer-panel__list li,
  .launch-offer-panel__note {
    font-size: 0.88rem;
  }

  .launch-offer-panel__actions {
    flex-direction: row;
  }

  .site-header {
    height: auto;
    min-height: var(--header-height);
  }

  .header-inner {
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 16px;
    padding: 14px 0;
  }

  .header-menu-toggle {
    position: relative;
    z-index: 1001;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(16, 35, 49, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 28px rgba(16, 35, 49, 0.1);
    color: var(--text);
  }

  .header-menu-toggle__bars {
    position: relative;
    width: 20px;
    height: 14px;
  }

  .header-menu-toggle__bars span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.18s ease, top 0.22s ease;
  }

  .header-menu-toggle__bars span:nth-child(1) {
    top: 0;
  }

  .header-menu-toggle__bars span:nth-child(2) {
    top: 6px;
  }

  .header-menu-toggle__bars span:nth-child(3) {
    top: 12px;
  }

  .site-header.is-menu-open .header-menu-toggle__bars span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .header-menu-toggle__bars span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .header-menu-toggle__bars span:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }

  .header-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(16, 35, 49, 0.12);
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: 0 20px 44px rgba(16, 35, 49, 0.12);
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .site-header.is-menu-open .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-nav a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 0;
    text-align: center;
  }

  .header-nav a.is-active {
    background: rgba(72, 117, 149, 0.1);
  }

  .nav-indicator {
    display: none;
  }

  .why-shell {
    gap: 22px;
    position: relative;
  }

  .why-grid {
    gap: 10px;
  }

  .swipe-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    animation: swipe-hint-lifecycle 4s 1.5s ease forwards;
  }

  .swipe-hint.is-dismissed {
    animation: none;
    opacity: 0;
  }

  .swipe-hint__track {
    position: relative;
    width: 80px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .swipe-hint__finger {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    animation: swipe-finger-move 1.1s ease-in-out infinite;
  }

  .swipe-hint__label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
  }

  .why-stage--left,
  .why-stage--right {
    width: min(100%, 380px);
  }

  .why-stage--left .why-slide {
    padding-left: 0;
  }

  .why-stage--right .why-slide {
    padding-right: 0;
  }

  .why-panel {
    --why-panel-font-size: clamp(1.3rem, 4.8vw, 1.55rem);
    --why-panel-gap: 18px;
    --why-panel-line-height: 1.56;
    padding: 0;
    text-align: justify;
    text-justify: inter-word;
    font-family: "Space Mono", monospace;
  }

  .why-panel p {
    line-height: 1.56;
  }

  .why-copy--graphic {
    justify-items: center;
    align-items: center;
  }

  .why-connectivity-svg {
    width: min(85%, 360px);
  }

  .why-copy__graphic {
    max-width: min(85%, 360px);
    max-height: 290px;
  }

  .services-showcase {
    min-height: max(760px, calc(100svh - var(--header-height)));
    height: auto;
  }

  .services-wheel-wrap {
    left: 50%;
    bottom: 0;
    width: 140vw;
  }

  .services-slide__layout {
    gap: 22px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px 18px 110px;
  }

  .services-status {
    top: 18px;
    right: 18px;
    padding: 8px 12px;
    gap: 8px;
  }

  .services-slide__media {
    width: min(66vw, 288px);
    align-self: end;
  }

  .services-slide--intro .services-slide__media {
    width: min(78vw, 340px);
    gap: 18px;
  }

  .services-slide__media-frame {
    width: 100%;
    border-radius: 0;
  }

  .services-slide__summary {
    max-width: none;
    font-size: 1.06rem;
  }

  .services-slide__footer {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .services-slide__copy {
    max-width: none;
    justify-items: start;
    text-align: justify;
  }

  .services-slide__details {
    justify-self: stretch;
    width: 100%;
    padding: 0;
  }

  .services-slide__list {
    gap: 12px;
  }

  .services-slide__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    text-align: left;
  }

  .services-slide__list li::before {
    position: static;
    flex-shrink: 0;
    transform: none;
    margin-top: 0.42em;
  }

  .services-slide__actions {
    justify-content: center;
  }

  .services-nav {
    top: auto;
    bottom: 18px;
    min-width: 104px;
    padding: 0 16px;
    transform: none;
  }

  .services-nav:hover,
  .services-nav:focus-visible {
    transform: translateY(-2px);
  }

  .services-nav:disabled {
    transform: none;
  }

  .services-nav--prev {
    left: 18px;
  }

  .services-nav--next {
    right: 18px;
  }

  .services-showcase {
    min-height: calc(100svh - var(--header-height));
    height: calc(100svh - var(--header-height));
    padding: 0;
    background: var(--services-accent);
    overflow: hidden;
    touch-action: pan-y;
  }

  .services-showcase[data-active-service="intro"] {
    --services-accent: #3a3a3a;
  }

  .services-backdrop {
    display: none;
  }

  .services-slides {
    display: flex;
    align-items: stretch;
    height: 100%;
    will-change: transform;
  }

  .services-slide {
    position: relative;
    inset: auto;
    display: grid;
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 100%;
    align-content: center;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: none;
  }

  .services-slide[data-service-key="intro"] {
    background: #3a3a3a;
  }

  .services-slide[data-service-key="website"] {
    background: var(--teal);
  }

  .services-slide[data-service-key="dashboard"] {
    background: var(--rose);
  }

  .services-slide[data-service-key="leads"] {
    background: var(--sand);
  }

  .services-slide.is-active {
    pointer-events: auto;
  }

  .services-showcase .swipe-hint {
    top: auto;
    bottom: 46px;
    transform: translateX(-50%);
  }

  .services-slide__layout {
    --services-mobile-video-width: min(calc(100vw - 36px), 420px);
    --services-mobile-band-height: calc(var(--services-mobile-video-width) * 0.625);
    grid-template-rows: auto auto auto auto;
    align-content: start;
    justify-items: center;
    gap: 10px;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0 18px;
  }

  .services-slide--intro .services-slide__layout {
    grid-template-rows: auto auto auto auto;
    place-items: stretch center;
  }

  .services-slide__heading-art,
  .services-mobile-only {
    display: block;
  }

  .services-slide__heading-art {
    order: 1;
    width: min(84vw, 310px);
    height: auto;
    justify-self: center;
    align-self: end;
  }

  .services-slide__footer {
    display: contents;
  }

  .services-slide__copy,
  .services-slide__details,
  .services-slide__media {
    width: var(--services-mobile-video-width);
    max-width: none;
    max-width: var(--services-mobile-video-width);
    justify-self: center;
  }

  .services-slide__copy,
  .services-slide__mobile-summary {
    display: grid;
    order: 2;
    min-height: 0;
    align-content: start;
    justify-items: start;
    gap: 0;
    padding-top: 30px;
  }

  .services-slide__copy p,
  .services-slide__summary {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.58;
    text-align: justify;
    text-align-last: auto;
  }

  .services-slide__details,
  .services-slide__mobile-details {
    order: 3;
    display: grid;
    min-height: 0;
    align-content: start;
    justify-self: center;
    width: var(--services-mobile-video-width);
    padding: 5px 0 0 20px;
    justify-items: stretch;
  }

  .services-slide__list {
    gap: 10px;
    align-content: start;
    justify-items: start;
    width: 100%;
  }

  .services-slide__list li {
    font-size: 0.9rem;
    line-height: 1.42;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .services-slide__media,
  .services-slide__mobile-media {
    order: 4;
    width: var(--services-mobile-video-width);
    max-width: var(--services-mobile-video-width);
    align-self: stretch;
    padding-top: 30px;
  }

  .services-slide__media-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .services-slide__mobile-media {
    display: grid;
    min-height: 0;
    place-items: center;
  }

  .services-slide__mobile-graphic {
    width: min(72%, 240px);
    max-height: calc(var(--services-mobile-band-height) - 24px);
  }

  .services-slide--intro .services-slide__mobile-graphic {
    transform-origin: center;
    animation: services-intro-icon-spin 18s linear infinite;
  }

  .services-slide--intro > .services-slide__layout > .services-slide__media:not(.services-mobile-only) {
    display: none;
  }

  .services-slide__actions {
    display: none;
  }

  .services-slide__actions.services-slide__actions--website {
    order: 4;
    display: flex;
    justify-self: center;
    justify-content: center;
    width: var(--services-mobile-video-width);
    padding-top: 8px;
  }

  .services-slide__actions--website .button {
    width: min(100%, 210px);
    min-height: 46px;
  }

  .services-slide[data-service-key="website"] .services-slide__media {
    order: 5;
    padding-top: 18px;
  }

  .services-nav {
    display: none;
  }

  .services-nav__image {
    height: 42px;
  }

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

  .pricing-section {
    min-height: calc(100svh - var(--header-height));
    height: calc(100svh - var(--header-height));
    padding: 0;
  }

  .pricing-video-bg {
    display: none;
  }

  .pricing-price-row,
  .pricing-list {
    grid-column: auto;
  }

  .pricing-carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "stage stage"
      "prev next";
    gap: 14px;
  }

  .pricing-nav {
    width: 100%;
  }

  .pricing-shell {
    height: 100%;
    align-content: center;
  }

  .pricing-stage {
    grid-area: stage;
    min-height: var(--pricing-mobile-card-height, 0);
    height: auto;
  }

  .pricing-card {
    position: relative;
    inset: auto;
    display: none;
    min-height: var(--pricing-mobile-card-height, auto);
    opacity: 1;
    transform: none;
    pointer-events: none;
    transition: none;
  }

  .pricing-card.is-active {
    display: block;
    pointer-events: auto;
  }

  .pricing-nav--prev {
    grid-area: prev;
  }

  .pricing-nav--next {
    grid-area: next;
  }

  .how-intro {
    gap: 14px;
    width: min(100%, 700px);
    padding-inline: 10px;
  }

  .how-heading-art {
    width: min(100%, 380px);
  }

  .how-intro__copy {
    gap: 10px;
    width: min(100%, 560px);
    text-align: justify;
  }

  .how-intro__copy p {
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify;
  }

  .footer-panel.contact-open .footer-contact-block {
    max-height: 1100px;
    padding: 22px;
  }

  .footer-contact-block {
    grid-template-columns: 1fr;
  }

  .footer-contact-details {
    text-align: center;
    justify-content: center;
  }

  .footer-contact-details-inner {
    max-width: none;
    justify-items: center;
  }

  .footer-contact-actions {
    justify-content: stretch;
  }

  .footer-contact-submit {
    width: 100%;
  }

  .apply-modal__dialog,
  .legal-modal__dialog {
    width: min(100vw - 20px, 920px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
  }

  .apply-modal__header {
    padding: 20px 18px 0;
  }

  .apply-form {
    padding: 18px 18px 24px;
  }

  .legal-modal__content {
    padding: 20px 18px 28px;
  }

  .apply-modal__close,
  .legal-modal__close {
    top: 6px;
    margin: 6px 8px -30px auto;
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
  }

  .apply-modal__header h2,
  .legal-modal__content h2 {
    line-height: 1.04;
  }

  .apply-progress__meta {
    flex-direction: column;
    gap: 4px;
  }

  .apply-field-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apply-field input,
  .apply-field select,
  .apply-field textarea {
    padding: 13px 14px;
  }

  .apply-form__actions {
    flex-direction: column;
  }

  .apply-form__actions .button {
    width: 100%;
  }
}

@media (max-width: 650px) {
  :root {
    --section-pad: 72px;
  }

  .launch-offer-dock {
    --launch-offer-tab-width: 194px;
    --launch-offer-tab-height: 50px;
    --launch-offer-panel-width: calc(100vw - 16px);
  }

  .launch-offer-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 16px 14px;
    max-height: calc(100svh - var(--header-height) - 18px);
    overflow-y: auto;
  }

  .launch-offer-panel__details {
    padding-left: 0;
    padding-top: 14px;
  }

  .launch-offer-panel__title {
    max-width: none;
  }

  .launch-offer-panel__actions {
    flex-direction: column;
  }

  .tv-stage {
    width: min(100%, 560px);
    --tv-knob-size: 40px;
    --tv-power-size: 40px;
    --tv-audio-right: 6%;
    --tv-audio-bottom: 24.4%;
    --tv-audio-size: 40px;
  }

  .tv-stage-wrap {
    padding-inline: 14px;
  }

  .section-shell {
    width: min(calc(100% - 24px), var(--container));
  }

  .site-logo-icon-wrap {
    width: 32px;
    flex-basis: 32px;
  }

  .site-logo-text {
    width: 74px;
  }

  .header-nav a {
    padding: 6px 0;
    font-size: 0.72rem;
  }

  h2 {
    font-size: clamp(2.3rem, 12vw, 3.6rem);
  }

  .pricing-card__inner {
    align-content: start;
    min-height: var(--pricing-mobile-card-height, auto);
    height: 100%;
    padding: 22px;
  }

  .pricing-card h3 {
    font-size: clamp(2.2rem, 12vw, 3.7rem);
  }

  .pricing-badge {
    display: none;
  }

  .pricing-toggle {
    max-width: 100%;
    padding: 9px;
  }

  .pricing-toggle button {
    padding: 9px 10px;
    line-height: 1.2;
  }

  .pricing-toggle[data-toggle-group="scope"] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding: 9px;
  }

  .pricing-toggle[data-toggle-group="scope"] button {
    min-width: 0;
    padding: 9px 4px;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .pricing-price-row strong {
    font-size: clamp(2.4rem, 15vw, 4rem);
  }

  .pricing-price-row--promo {
    gap: 10px;
  }

  .pricing-price-row--promo .pricing-price-compare {
    font-size: 1rem;
  }

  .pricing-promo-note {
    margin-top: -2px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .pricing-stage {
    min-height: var(--pricing-mobile-card-height, 0);
  }

  .cta-actions {
    width: 100%;
  }

  .button,
  .pricing-nav {
    width: 100%;
  }

  .footer-inline {
    gap: 6px 12px;
  }

  .footer-inline > span:not(.footer-sep) {
    flex-basis: 100%;
  }

  .footer-sep {
    display: none;
  }

  .footer-inline {
    font-size: 0.84rem;
  }

  .apply-modal__dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    margin: 8px auto;
  }

  .apply-modal__header {
    padding: 18px 16px 0;
  }

  .apply-modal__header h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .apply-form {
    padding: 16px 16px 20px;
  }

  .apply-review__value {
    font-size: 0.9rem;
  }
}

@media (max-width: 1100px) {
  .demo-select-header__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .demo-select-header__title {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .demo-select-header__link {
    justify-self: end;
  }
}

@media (max-width: 900px) {
  .demo-select-hero {
    padding-top: calc(var(--header-height) + 96px);
    padding-bottom: 84px;
  }

  .demo-select-banner,
  .demo-card {
    padding: 22px;
  }

  .demo-select-carousel {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 10px;
  }

  .demo-select-nav {
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }

  .demo-card__actions {
    flex-direction: column;
    align-items: center;
  }

  .demo-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .demo-card__stack {
    gap: 14px;
  }

  .demo-card__media {
    min-height: 220px;
  }
}

@media (max-width: 650px) {
  .demo-select-header__inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 12px;
  }

  .demo-select-header__title {
    justify-self: start;
    text-align: left;
  }

  .demo-select-hero {
    padding-top: calc(var(--header-height) + 132px);
    padding-bottom: 72px;
  }

  .demo-select-heading h1 {
    font-size: clamp(2.6rem, 15vw, 4rem);
  }

  .demo-card__topline {
    flex-direction: column;
    align-items: flex-start;
  }
}
