.carousel-mobile-nav {
  display: none;
}

@media (max-width: 620px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #f5f3ee;
  }

  main,
  footer {
    width: calc(100% - 24px);
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-shell {
    display: block;
    min-height: 0;
    padding: 24px 0 28px;
  }

  .hero-copy {
    padding: 0 2px;
  }

  .brand {
    font-size: 12px;
    letter-spacing: .16em;
  }

  .hero-copy .eyebrow {
    margin: 14px 0 7px;
    font-size: 11px;
    line-height: 1.35;
  }

  h1 {
    margin: 7px 0 14px;
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.01;
    letter-spacing: -.04em;
  }

  .lead {
    margin: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-side {
    display: block;
    width: 100%;
    max-width: none;
    margin: 26px 0 0;
  }

  .app-showcase {
    width: 100%;
    margin: 0;
    padding: 18px 14px 16px;
    border-radius: 20px;
    overflow: hidden;
  }

  .showcase-heading {
    margin: 0 0 16px;
    padding: 0 4px;
    text-align: center;
  }

  .showcase-heading .card-kicker {
    font-size: 11px;
  }

  .showcase-heading h2 {
    margin: 5px 0 5px;
    font-size: 24px;
    line-height: 1.1;
  }

  .showcase-heading p:last-child {
    margin: 0 auto;
    max-width: 300px;
    font-size: 12px;
    line-height: 1.45;
  }

  .app-carousel {
    width: 100%;
  }

  .carousel-stage {
    min-height: 0;
    padding: 0;
  }

  .carousel-slide {
    width: 100%;
    margin: 0;
  }

  .carousel-slide img {
    display: block;
    width: min(100%, 310px);
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(0,0,0,.34);
  }

  .carousel-slide figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 0;
    margin: 12px 0 0;
    padding: 0 8px;
    text-align: center;
  }

  .carousel-slide figcaption strong {
    font-size: 16px;
    line-height: 1.2;
  }

  .carousel-slide figcaption span {
    font-size: 12px;
    line-height: 1.45;
  }

  .carousel-arrow {
    display: none;
  }

  .carousel-mobile-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 10px;
    border: 1px solid rgba(213,179,107,.36);
    border-radius: 14px;
    background: #090d0f;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
  }

  .carousel-nav-button {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #d5b36b;
    border-radius: 12px;
    background: #d5b36b;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 4px 14px rgba(213,179,107,.2);
  }

  .carousel-nav-button:active,
  .carousel-nav-button:hover,
  .carousel-nav-button:focus-visible {
    background: #f6c846;
    border-color: #f6c846;
    color: #05090b;
  }

  .carousel-counter {
    min-width: 52px;
    padding: 8px 7px;
    border: 1px solid rgba(213,179,107,.42);
    border-radius: 999px;
    background: #151b1e;
    color: #f6c846;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
  }

  .carousel-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
  }

  .carousel-dot {
    flex: 0 0 10px;
    width: 10px !important;
    height: 10px;
    min-height: 10px;
    padding: 0;
    margin: 0;
    border: 1px solid #8a6827;
    background: #6b5525;
  }

  .carousel-dot.is-active {
    background: #f6c846;
    border-color: #f6c846;
    transform: scale(1.15);
  }

  .card {
    width: 100%;
    margin: 16px 0 0;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .card .card-kicker {
    margin-top: 0;
  }

  .card h2 {
    font-size: 27px;
  }

  .price {
    margin-top: 15px;
    font-size: 40px;
  }

  .price-note {
    margin-bottom: 21px;
  }

  form {
    gap: 9px;
  }

  input {
    min-height: 50px;
    font-size: 16px;
  }

  #pay-button,
  .secondary,
  .download-button {
    width: 100%;
  }

  .utility-shell {
    padding: 28px 0 8px;
  }

  .utility-shell > .eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  .section-title {
    margin: 0;
    max-width: 330px;
    font-size: 29px;
    line-height: 1.08;
  }

  .utility-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }

  .utility-card,
  .utility-card-core,
  .utility-card-wide {
    grid-column: auto;
    width: 100%;
    margin: 0;
    padding: 19px;
    border-radius: 17px;
  }

  .utility-card h3 {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.18;
  }

  .utility-card-core h3 {
    font-size: 25px;
  }

  .utility-card p:last-child {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .access-strip {
    margin: 16px 0 0;
    padding: 16px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    line-height: 1.4;
  }

  .access-strip span {
    transform: rotate(90deg);
    line-height: 1;
  }

  .download-card {
    width: 100%;
    margin: 12px 0 0;
    padding: 20px 18px;
    border-radius: 17px;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .download-card h2 {
    font-size: 25px;
  }

  .download-button {
    min-width: 0;
  }

  footer {
    padding: 28px 0 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 380px) {
  main,
  footer {
    width: calc(100% - 18px);
  }

  h1 {
    font-size: 32px;
  }

  .app-showcase {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slide img {
    width: 100%;
  }

  .carousel-nav-button {
    padding: 0 8px;
    font-size: 11px;
  }
}
