:root {
  --ink: #101312;
  --ink-soft: #343a36;
  --paper: #fbfcf7;
  --paper-2: #eef2e9;
  --line: #d8ded1;
  --lime: #caff3e;
  --teal: #16b8a3;
  --coral: #ff6d4b;
  --yellow: #f3c94b;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(14, 18, 16, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Aptos Display", "Bahnschrift", "Microsoft YaHei", sans-serif;
  background:
    linear-gradient(135deg, rgba(22, 184, 163, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, #fbfcf7, #f4f6ef);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.announcement {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  color: var(--ink);
  background: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.announcement span {
  padding: 0.72rem 1rem;
  text-align: center;
  background: var(--lime);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  color: var(--white);
  background: rgba(16, 19, 18, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--white);
  font-weight: 950;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.05;
}

.brand small {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.4rem);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-cta {
  padding: 0.72rem 1rem;
  color: var(--ink) !important;
  background: var(--white);
  border: 2px solid var(--lime);
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.62rem 0.8rem;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--white);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.nav-cart span {
  display: grid;
  place-items: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.28rem auto;
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(780px, 84svh);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.97), rgba(8, 12, 11, 0.72) 38%, rgba(8, 12, 11, 0.22) 72%),
    url("assets/pdf-products/usa-p01-img01-1585x1585.jpg") center right / cover no-repeat,
    #111715;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 9rem;
  background: linear-gradient(0deg, rgba(16, 19, 18, 0.68), transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 12vh, 7.5rem) 0 clamp(3.2rem, 10vh, 5.5rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: min(780px, 100%);
  margin-bottom: 1rem;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-copy {
  width: min(590px, 100%);
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.hero-deal {
  display: grid;
  gap: 0.35rem;
  max-width: 34rem;
  margin-bottom: 2rem;
  padding: 0.95rem 1rem;
  color: var(--ink);
  background: rgba(202, 255, 62, 0.88);
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.hero-deal strong {
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-deal span {
  font-weight: 850;
  line-height: 1.45;
}

.button,
.quote-button,
.filter-button,
.scenario-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.84rem 1.08rem;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-weight: 950;
  text-align: center;
}

.button-primary {
  color: var(--ink);
  background: var(--lime);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button.full {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 8.5rem));
  gap: 0.7rem;
  margin: 0;
}

.hero-stats div {
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.hero-stats dt {
  margin-bottom: 0.15rem;
  color: var(--lime);
  font-size: 1.18rem;
  font-weight: 950;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.quick-shop {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--max), calc(100% - 2rem));
  margin: -2.2rem auto 0;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
}

.quick-shop a {
  min-height: 7rem;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.quick-shop a:last-child {
  border-right: 0;
  background: var(--yellow);
}

.quick-shop strong,
.quick-shop span {
  display: block;
}

.quick-shop strong {
  margin-bottom: 0.55rem;
  font-size: 1.1rem;
}

.quick-shop span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.72fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading p:last-child {
  color: var(--ink-soft);
  line-height: 1.65;
}

.section-heading.narrow {
  display: block;
  width: min(760px, 100%);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
}

.filter-button {
  min-height: 2.6rem;
  padding: 0.6rem 0.95rem;
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.filter-button.active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-count {
  margin: -0.6rem 0 1rem;
  color: var(--ink-soft);
  font-weight: 900;
}

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(16, 19, 18, 0.08);
}

.product-card[hidden] {
  display: none;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 16rem;
  padding: 1.2rem;
  border-bottom: 2px solid var(--ink);
}

.product-media.mint {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 14px),
    var(--lime);
}

.product-media.ebike {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 14px),
    var(--lime);
}

.product-media.scooter {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0 1px, transparent 1px 14px),
    var(--coral);
}

.product-media.moto {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 14px),
    var(--teal);
}

.product-media.coral {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0 1px, transparent 1px 14px),
    var(--coral);
}

.product-media.teal {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 14px),
    var(--teal);
}

.product-media img {
  width: 100%;
  height: 14.5rem;
  object-fit: contain;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(16, 19, 18, 0.22);
}

.product-card:nth-child(1) .product-media img {
  object-position: 50% 58%;
}

.product-card:nth-child(2) .product-media img {
  object-position: 50% 50%;
}

.product-card:nth-child(3) .product-media img {
  object-position: 50% 48%;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.cart-button,
.deposit-button {
  min-height: 2.65rem;
  padding: 0.65rem 0.7rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.deposit-button {
  color: var(--white);
  background: var(--ink);
}

.color-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.color-row span {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.color-row .black {
  background: #141414;
}

.color-row .red {
  background: #d93232;
}

.color-row .green {
  background: #5b7560;
}

.color-row .orange {
  background: #ff8a1f;
}

.color-row .silver {
  background: #cdd2d2;
}

.badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.4rem 0.55rem;
  color: var(--white);
  background: var(--ink);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-body {
  padding: 1.1rem;
}

.product-type {
  margin-bottom: 0.35rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.6rem;
}

.price {
  margin-bottom: 1rem;
  font-size: clamp(1.22rem, 2.2vw, 1.6rem);
  font-weight: 950;
}

.product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.product-meta span {
  min-height: 2rem;
  padding: 0.45rem 0.5rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 900;
}

.spec-list {
  display: grid;
  gap: 0.48rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.spec-list li {
  padding-left: 1.15rem;
  background: linear-gradient(var(--teal), var(--teal)) 0 0.62rem / 0.45rem 0.45rem no-repeat;
}

.quote-button {
  width: 100%;
  min-height: 2.85rem;
  color: var(--ink);
  background: var(--white);
}

.quote-button:hover,
.quote-button:focus-visible {
  background: var(--lime);
}

.finder-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(19rem, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(202, 255, 62, 0.15) 0 1px, transparent 1px 18px),
    #111715;
}

.finder-band .eyebrow {
  color: var(--lime);
}

.finder-copy p:last-child {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.finder-panel {
  padding: 1rem;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--lime);
  border-radius: 8px;
}

.scenario-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.scenario-button {
  min-height: 2.7rem;
  padding: 0.6rem;
  background: var(--white);
  border-color: var(--line);
}

.scenario-button.active {
  background: var(--lime);
  border-color: var(--ink);
}

.scenario-result {
  padding: clamp(1.1rem, 4vw, 2rem);
  background:
    linear-gradient(90deg, rgba(22, 184, 163, 0.11), transparent),
    var(--white);
  border: 1px solid var(--line);
}

.result-kicker {
  margin-bottom: 0.35rem;
  color: var(--coral);
  font-weight: 950;
  text-transform: uppercase;
}

.scenario-result h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 5vw, 3rem);
}

.scenario-result p:not(.result-kicker) {
  color: var(--ink-soft);
  line-height: 1.65;
}

.result-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.2rem 0;
}

.result-metrics span {
  padding: 0.52rem 0.65rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-weight: 900;
}

.compare-section {
  padding-bottom: 4rem;
}

.media-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(20rem, 1.18fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.93), rgba(8, 12, 11, 0.34)),
    url("assets/pdf-products/ajiu-p02-img01-727x486.jpg") center / cover no-repeat;
}

.media-section .eyebrow {
  color: var(--lime);
}

.media-copy p:last-child {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.payment-section {
  background: var(--ink);
  color: var(--white);
}

.payment-section .eyebrow,
.payment-section .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.payment-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  margin: 2rem auto 0;
}

.payment-grid article,
.review-grid article {
  padding: 1.35rem;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.payment-grid article {
  box-shadow: 8px 8px 0 rgba(202, 255, 62, 0.42);
}

.payment-grid span,
.review-grid span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--coral);
  font-weight: 950;
}

.payment-grid h3,
.review-grid h3 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
}

.payment-grid p,
.review-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.review-section {
  background: var(--paper-2);
}

.review-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: 1rem;
  align-items: stretch;
  width: min(var(--max), calc(100% - 2rem));
  margin: 2rem auto 0;
}

.review-showcase img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.review-showcase > div {
  display: grid;
  align-content: center;
  padding: clamp(1.2rem, 4vw, 2rem);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.review-showcase h3 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.review-showcase p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

.review-grid article {
  display: grid;
  gap: 0.9rem;
}

.review-grid strong {
  font-size: 0.88rem;
  text-transform: uppercase;
}

.video-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.video-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 24rem;
  padding: 1.2rem;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--lime);
  text-align: left;
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 11, 0.05) 10%, rgba(8, 12, 11, 0.86));
}

.video-card strong,
.video-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.video-card strong {
  max-width: 22rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1;
}

.video-card small {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900;
  text-transform: uppercase;
}

.play-mark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 4.2rem;
  height: 4.2rem;
  background: var(--lime);
  border: 2px solid var(--ink);
}

.play-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 0.82rem solid transparent;
  border-bottom: 0.82rem solid transparent;
  border-left: 1.12rem solid var(--ink);
  transform: translate(-50%, -50%);
}

.compare-wrap {
  overflow-x: auto;
  border: 2px solid var(--ink);
  background: var(--white);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

thead th {
  color: var(--white);
  background: var(--ink);
  font-size: 0.82rem;
  text-transform: uppercase;
}

tbody th {
  font-size: 1rem;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.support-section {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100vw - var(--max)) / 2));
  background: var(--paper-2);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
  border: 2px solid var(--ink);
}

.support-grid article {
  min-height: 16rem;
  padding: 1.1rem;
  background: var(--white);
}

.support-number {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 950;
}

.support-grid h3 {
  margin-bottom: 0.7rem;
}

.support-grid p {
  color: var(--ink-soft);
  line-height: 1.58;
}

.lifestyle-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(20rem, 1.25fr);
  gap: clamp(1.5rem, 5vw, 4rem);
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.lifestyle-grid article {
  min-height: 15rem;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-top: 0.45rem solid var(--lime);
  border-radius: 8px;
}

.lifestyle-grid img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
}

.lifestyle-grid article:nth-child(2) {
  border-color: var(--teal);
}

.lifestyle-grid article:nth-child(3) {
  border-color: var(--coral);
}

.lifestyle-grid span {
  display: block;
  margin: 1rem 1rem 2rem;
  color: var(--lime);
  font-weight: 950;
}

.lifestyle-grid h3 {
  margin: 0 1rem 0.55rem;
}

.lifestyle-grid p {
  margin: 0 1rem 1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.faq-section {
  padding-top: 2rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: var(--white);
  border: 2px solid var(--ink);
}

summary {
  padding: 1rem;
  font-weight: 950;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 1rem;
  padding: clamp(3rem, 8vw, 5.5rem);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    var(--ink);
}

.contact-section .eyebrow {
  color: var(--lime);
}

.contact-copy p:last-child {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.quote-form {
  display: grid;
  gap: 0.85rem;
  color: var(--ink);
}

.quote-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.8rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 0;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--lime);
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--lime);
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.4rem 0 2rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 900;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(16, 19, 18, 0.48);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 41;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 420px);
  height: 100dvh;
  background: var(--paper);
  border-left: 2px solid var(--ink);
  box-shadow: -22px 0 60px rgba(16, 19, 18, 0.22);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  border-bottom: 2px solid var(--ink);
}

.cart-head h2 {
  margin: 0;
  font-size: 1.4rem;
}

.cart-close {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 950;
  line-height: 1;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  overflow: auto;
  padding: 1rem;
}

.empty-cart {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 850;
}

.cart-line {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.cart-line img {
  width: 4.2rem;
  height: 3.2rem;
  object-fit: contain;
  background: var(--paper-2);
  border: 1px solid var(--line);
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 850;
}

.cart-remove {
  width: 2rem;
  height: 2rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 950;
}

.cart-summary {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-top: 2px solid var(--ink);
  background: var(--white);
}

.cart-summary > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.cart-summary span {
  color: var(--ink-soft);
  font-weight: 850;
}

.cart-summary strong {
  font-size: 1.5rem;
}

.product-media.image-missing::before {
  content: "Product image loading";
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 14.5rem;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.72);
  border: 2px dashed var(--ink);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(16, 19, 18, 0.7);
}

.video-modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  width: min(980px, 100%);
  max-height: min(760px, 92dvh);
  overflow: auto;
  padding: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.video-modal-panel .cart-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 1;
}

.video-modal-panel img {
  width: 100%;
  min-height: 22rem;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.video-modal-panel > div {
  display: grid;
  align-content: center;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.video-modal-panel h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

@media (max-width: 920px) {
  .announcement {
    grid-template-columns: 1fr;
  }

  .announcement span:nth-child(n + 2) {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    background: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.7rem;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 82svh;
    background:
      linear-gradient(180deg, rgba(8, 12, 11, 0.9), rgba(8, 12, 11, 0.54) 56%, rgba(8, 12, 11, 0.96)),
      url("assets/pdf-products/usa-p01-img01-1585x1585.jpg") 62% center / cover no-repeat,
      #111715;
  }

  .hero-inner {
    padding-top: 5.5rem;
  }

  .quick-shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-shop a {
    border-bottom: 1px solid var(--line);
  }

  .quick-shop a:nth-child(2) {
    border-right: 0;
  }

  .quick-shop a:nth-child(n + 3) {
    border-bottom: 0;
  }

  .section-heading,
  .finder-band,
  .media-section,
  .review-showcase,
  .lifestyle-section,
  .video-modal-panel,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .payment-grid,
  .review-grid,
  .video-strip,
  .support-grid,
  .lifestyle-grid {
    grid-template-columns: 1fr;
  }

  .support-grid article,
  .lifestyle-grid article {
    min-height: auto;
  }

  .lifestyle-grid span {
    margin-bottom: 2rem;
  }

  .video-card {
    min-height: 18rem;
  }

  .video-modal-panel img {
    min-height: 16rem;
  }
}

@media (max-width: 560px) {
  .brand small {
    display: none;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: min(100%, 18rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-shop {
    grid-template-columns: 1fr;
  }

  .quick-shop a,
  .quick-shop a:nth-child(2),
  .quick-shop a:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-shop a:last-child {
    border-bottom: 0;
  }

  .scenario-tabs {
    grid-template-columns: 1fr;
  }

  .contact-section {
    width: 100%;
    margin-bottom: 0;
    padding-inline: 1rem;
  }
}
