@media (max-width: 800px) {
  .hero-content {
    padding-top: 160px;
    top: -78px;
  }

  .hero-slider-controls {
    bottom: calc(22px + env(safe-area-inset-bottom));
  }

  .lab-hero > div,
  .reservation-hero > div,
  .story-hero > div,
  .setting-hero > div,
  .a6-hero-copy,
  .product-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .lab-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .reservation-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .lab-hero h1 em,
  .reservation-hero h1 em,
  .story-hero h1 em,
  .setting-hero h1 em,
  .a6-hero h1 em {
    overflow-wrap: anywhere;
  }

  .factory-reference,
  .factory-reference > * {
    min-width: 0;
    max-width: 100%;
  }

  .factory-reference strong,
  .factory-reference p {
    overflow-wrap: anywhere;
  }

  .vehicle-reference-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .vehicle-reference-head > * {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .setting-wave {
    right: 0;
  }

  .product-consult > div:last-child > * {
    min-width: 0;
    max-width: 100%;
  }

  .product-consult h2 {
    font-size: clamp(34px, 10.5vw, 46px);
    overflow-wrap: anywhere;
  }

  .product-consult p {
    overflow-wrap: anywhere;
  }

  .story-origin-layout > *,
  .story-global-head > *,
  .story-dna-layout > *,
  .story-market-grid,
  .story-dna-grid {
    min-width: 0;
    max-width: 100%;
  }

  .story-origin h2,
  .story-dna h2 {
    font-size: clamp(38px, 11vw, 52px);
    overflow-wrap: anywhere;
  }

  .story-global h2 {
    font-size: clamp(32px, 9vw, 42px);
    overflow-wrap: anywhere;
  }

  .story-score-table,
  .comparison-table,
  .a6-compare-wrap {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .story-score-head {
    display: none;
  }

  .story-score-row {
    min-width: 0;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    border: 1px solid #3a3d39;
  }

  .story-score-row > * {
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid #3a3d39;
    overflow-wrap: anywhere;
  }

  .story-score-row > *:last-child {
    border-bottom: 0;
  }

  .story-score-row span {
    color: var(--orange);
    font-size: 18px;
    font-weight: 800;
  }

  .story-score-row b::before {
    display: block;
    margin-bottom: 8px;
    color: #8c8f89;
    font-size: 9px;
    letter-spacing: .14em;
  }

  .story-score-row b:nth-child(2)::before { content: "RECOMMENDED FOR"; }
  .story-score-row b:nth-child(3)::before { content: "KEY VALUE"; }
  .story-score-row b:nth-child(4)::before { content: "PRICE LEVEL"; }
  .story-score-row.featured b::before { color: rgba(17, 17, 17, .62); }
  .story-score-row.featured span { color: #111; }

  .comparison-row {
    min-width: 0;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    border: 1px solid #3a3c39;
  }

  .comparison-row > * {
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid #3a3c39;
    overflow-wrap: anywhere;
  }

  .comparison-row > *:last-child {
    border-bottom: 0;
  }

  .comparison-row:not(.comparison-header) > span {
    color: var(--orange);
    font-size: 16px;
    font-weight: 800;
  }

  .comparison-row:not(.comparison-header) > b::before,
  .comparison-row:not(.comparison-header) > p::before {
    display: block;
    margin-bottom: 7px;
    color: #858883;
    font-size: 9px;
    letter-spacing: .14em;
  }

  .comparison-row:not(.comparison-header) > b::before { content: "JOURNEY"; }
  .comparison-row:not(.comparison-header) > p:nth-child(3)::before { content: "PREMIUM REFERENCE"; }
  .comparison-row:not(.comparison-header) > p:nth-child(4)::before { content: "GLOBAL REFERENCE"; }

  .a6-compare-wrap {
    margin-right: 0;
  }

  .a6-compare,
  .a6-compare tbody,
  .a6-compare tr,
  .a6-compare th,
  .a6-compare td {
    display: block;
  }

  .a6-compare {
    min-width: 0;
  }

  .a6-compare thead {
    display: none;
  }

  .a6-compare tbody {
    display: grid;
    gap: 16px;
  }

  .a6-compare tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--line);
  }

  .a6-compare th {
    grid-column: 1 / -1;
    padding: 17px 14px;
    background: #171917;
    color: white;
    text-align: left;
  }

  .a6-compare td {
    min-width: 0;
    padding: 14px 8px;
    border-right: 1px solid var(--line);
    overflow-wrap: anywhere;
  }

  .a6-compare td::before {
    display: block;
    margin-bottom: 7px;
    color: #777;
    font-size: 8px;
    letter-spacing: .12em;
  }

  .a6-compare td:nth-of-type(1)::before { content: "OEM"; }
  .a6-compare td:nth-of-type(2)::before { content: "J1"; }
  .a6-compare td:nth-of-type(3)::before { content: "J2"; }
  .a6-compare td:nth-of-type(4)::before { content: "J3"; }
  .a6-compare td:nth-of-type(5)::before { content: "J4"; }
  .a6-compare td:nth-of-type(6)::before { content: "J5"; }
}
