* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #f5f5f7;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --blue: #0071e3;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

.top-nav {
  background: #f5f5f7cc;
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid #e5e5e7;
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
}

.brand {
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: 27px;
  width: auto;
  max-width: min(210px, 48vw);
}

.menu {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu::-webkit-scrollbar {
  display: none;
}

.menu a {
  color: #1d1d1fcc;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

.menu a:first-child {
  color: #1d1d1f;
  font-weight: 500;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-icon-btn,
.nav-menu-toggle {
  border: none;
  background: transparent;
  color: #1d1d1f;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.nav-icon-svg {
  display: block;
}

.nav-menu-toggle {
  display: none;
}

.nav-menu-bars {
  position: relative;
  width: 17px;
  height: 11px;
  display: block;
}

.nav-menu-bars::before,
.nav-menu-bars::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-radius: 1px;
  background: #1d1d1f;
}

.nav-menu-bars::before {
  top: 2px;
}

.nav-menu-bars::after {
  bottom: 2px;
}

.store-main {
  max-width: 1220px;
  margin: 0 auto;
  padding: 44px 18px 70px;
}

.store-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.store-hero h1 {
  font-size: clamp(52px, 7vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.store-hero-copy {
  max-width: 340px;
  text-align: right;
}

.store-hero-copy p {
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.store-hero-copy a {
  display: block;
  color: #0066cc;
  text-decoration: none;
  font-size: 15px;
  margin-top: 8px;
}

.category-strip {
  margin-top: 42px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-item {
  text-align: center;
  flex: 0 0 92px;
}

a.category-item {
  text-decoration: none;
  color: inherit;
  display: block;
}

.latest-cards {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.latest-cards::-webkit-scrollbar {
  display: none;
}

.category-image {
  width: 100%;
  height: 76px;
  margin: 0 auto;
  border-radius: 14px;
  font-size: 11px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f7;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.category-item h2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.latest {
  margin-top: 64px;
}

.latest h3 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.latest h3 span {
  color: #6e6e73;
}

/* “The latest” tiles: full-bleed photo + overlaid copy (Apple Store–style) */
.latest-card {
  min-width: 286px;
  flex: 0 0 min(380px, calc(100vw - 56px));
  scroll-snap-align: start;
  padding: 0;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  display: block;
  background: #f5f5f7;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.latest-card-stage {
  position: relative;
  border-radius: inherit;
  min-height: 460px;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

a.latest-card-stage {
  display: block;
  text-decoration: none;
  color: inherit;
}

.latest-card-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.38) 36%,
    transparent 62%
  );
}

.latest-card-dark .latest-card-stage::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.22) 40%,
    transparent 70%
  );
}

.latest-card-tint .latest-card-stage::after {
  background: linear-gradient(
    180deg,
    rgba(225, 242, 252, 0.94) 0%,
    rgba(225, 242, 252, 0.35) 38%,
    transparent 64%
  );
}

.latest-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.latest-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.03);
  transform-origin: 50% 55%;
}

.latest-cards .latest-card:nth-child(1) .latest-card-photo {
  object-position: 50% 58%;
}

.latest-cards .latest-card:nth-child(2) .latest-card-photo {
  object-position: 50% 62%;
}

.latest-cards .latest-card:nth-child(3) .latest-card-photo {
  object-position: 52% 55%;
}

.latest-cards .latest-card:nth-child(4) .latest-card-photo {
  object-position: 50% 48%;
}

.latest-cards .latest-card:nth-child(5) .latest-card-photo {
  object-position: 50% 52%;
}

.latest-cards .latest-card:nth-child(6) .latest-card-photo {
  object-position: 50% 55%;
}

.latest-cards .latest-card:nth-child(7) .latest-card-photo {
  object-position: 50% 50%;
}

.latest-card-overlay {
  position: relative;
  z-index: 2;
  padding: 26px 20px 22px;
  text-align: center;
  pointer-events: none;
}

.latest-card-overlay .card-copy {
  pointer-events: auto;
  max-width: 300px;
  margin: 0 auto;
}

.latest-card-dark {
  color: #f5f5f7;
}

.card-copy h4 {
  margin: 0;
  font-size: clamp(21px, 2.05vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  font-weight: 600;
}

.latest-card-dark .card-copy h4,
.latest-card-dark .card-copy p {
  text-shadow:
    0 0 22px rgba(0, 0, 0, 0.5),
    0 1px 3px rgba(0, 0, 0, 0.55);
}

.latest-card:not(.latest-card-dark) .card-copy h4,
.latest-card:not(.latest-card-dark) .card-copy p:not(.eyebrow) {
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.95),
    0 0 8px rgba(255, 255, 255, 0.88),
    0 1px 2px rgba(255, 255, 255, 0.82);
}

.card-copy p {
  margin: 5px 0 0;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.32;
  letter-spacing: -0.012em;
  font-weight: 400;
}

.card-copy .price {
  margin-top: 8px;
  font-size: clamp(10px, 0.95vw, 12px);
  line-height: 1.4;
  color: inherit;
  opacity: 0.88;
}

.card-copy .eyebrow {
  margin: 0 0 3px;
  color: #bf4800;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.latest-card-dark .card-copy .eyebrow {
  color: #ffb340;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

/* iPhone 17 Pro tile has no eyebrow — tighten first line */
.latest-card-dark:first-child .card-copy h4 {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .latest-card-photo {
    transform: none;
  }
}

.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  background: linear-gradient(180deg, #fafafc 0%, #e8e8ed 100%);
  border: 2px dashed #c7c7cc;
  color: var(--muted);
  font-weight: 500;
}

.store-section {
  margin-top: 56px;
}

.store-section-heading {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  max-width: 980px;
}

.store-section-heading span {
  color: #6e6e73;
}

.store-rail {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.store-rail::-webkit-scrollbar {
  display: none;
}

/* Accessories rail: full-bleed imagery + overlaid copy (Apple Store tile style) */
.store-rail--accessories-tiles .store-feature-card,
.store-rail--accessories-tiles .store-product-card {
  padding: 0;
  display: block;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}

.store-tile-stage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  box-shadow: 0 2px 16px #0000000f;
}

.store-rail--accessories-tiles .store-feature-card .store-tile-stage {
  min-height: 430px;
}

.store-rail--accessories-tiles .store-product-card .store-tile-stage {
  min-height: 420px;
}

.store-tile-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.store-tile-stage--promo::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.55) 32%,
    rgba(255, 255, 255, 0.12) 58%,
    transparent 82%
  );
}

.store-tile-stage--product::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.52) 72%,
    rgba(255, 255, 255, 0.96) 100%
  );
}

.store-tile-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.store-tile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.01);
  transform-origin: 50% 60%;
}

.store-rail--accessories-tiles .store-tile-stage--product .store-tile-media,
.store-rail--audio-tiles .store-tile-stage--product .store-tile-media {
  inset: 12px 12px 84px;
  border-radius: 14px;
  overflow: hidden;
}

.store-rail--accessories-tiles .store-tile-stage--product .store-tile-photo,
.store-rail--audio-tiles .store-tile-stage--product .store-tile-photo {
  object-fit: contain;
  transform: scale(0.92);
}

.store-rail--accessories-tiles > .store-feature-card:nth-child(1) .store-tile-photo {
  object-position: 50% 88%;
}

.store-rail--accessories-tiles > .store-product-card:nth-child(2) .store-tile-photo {
  object-position: 50% 42%;
}

.store-rail--accessories-tiles > .store-product-card:nth-child(3) .store-tile-photo {
  object-position: 50% 48%;
}

.store-rail--accessories-tiles > .store-product-card:nth-child(4) .store-tile-photo {
  object-position: 50% 50%;
}

.store-tile-overlay--promo {
  position: relative;
  z-index: 2;
  padding: 22px 24px 20px;
  text-align: left;
  pointer-events: none;
}

.store-tile-overlay--promo .store-feature-copy {
  pointer-events: auto;
  padding: 0;
  max-width: 340px;
}

.store-rail--accessories-tiles .store-tile-overlay--promo .store-feature-copy h4 {
  margin: 0;
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  font-weight: 600;
  color: #1d1d1f;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 1px 2px rgba(255, 255, 255, 0.85);
}

.store-rail--accessories-tiles .store-tile-overlay--promo .store-feature-copy p {
  margin: 6px 0 0;
  font-size: clamp(12px, 1.15vw, 16px);
  line-height: 1.32;
  letter-spacing: -0.012em;
  color: #424245;
  max-width: 320px;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.92),
    0 1px 1px rgba(255, 255, 255, 0.8);
}

.store-tile-overlay--product {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 12px 16px 15px;
  text-align: left;
  pointer-events: none;
}

.store-tile-overlay--product > * {
  pointer-events: auto;
}

.store-rail--accessories-tiles .store-tile-overlay--product .store-swatches {
  margin: 0 0 8px;
}

.store-rail--accessories-tiles .store-tile-overlay--product .swatch {
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.store-rail--accessories-tiles .store-tile-overlay--product .store-product-badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #bf4800;
  margin: 0 0 5px;
}

.store-rail--accessories-tiles .store-tile-overlay--product .store-product-title {
  font-size: clamp(12px, 1.12vw, 14px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 5px;
  color: #1d1d1f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.store-rail--accessories-tiles .store-tile-overlay--product .store-product-price {
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 400;
  color: #6e6e73;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .store-rail--accessories-tiles .store-tile-photo {
    transform: none;
  }
}

.store-rail--audio-tiles .store-feature-card {
  flex-basis: min(470px, calc(100vw - 48px));
}

.store-rail--audio-tiles .store-feature-card .store-tile-stage {
  min-height: 420px;
}

.store-rail--audio-tiles .store-tile-overlay--promo .store-feature-copy {
  max-width: 330px;
}

.store-rail--audio-tiles > .store-feature-card:nth-child(1) .store-tile-photo {
  object-position: 50% 86%;
}

.store-rail--audio-tiles > .store-product-card:nth-child(2) .store-tile-photo {
  object-position: 50% 42%;
}

.store-rail--audio-tiles > .store-product-card:nth-child(3) .store-tile-photo {
  object-position: 50% 44%;
}

.store-rail--audio-tiles > .store-product-card:nth-child(4) .store-tile-photo {
  object-position: 50% 46%;
}

.store-feature-card {
  flex: 0 0 min(520px, calc(100vw - 48px));
  scroll-snap-align: start;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px #0000000f;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
}

.store-feature-card--compact {
  flex-basis: min(480px, calc(100vw - 48px));
  min-height: 380px;
}

.store-feature-copy {
  padding: 28px 28px 0;
}

.store-feature-copy h4 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.store-feature-copy p {
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.25;
  color: #1d1d1f;
  max-width: 340px;
}

.store-feature-image {
  flex: 1;
  margin-top: auto;
  min-height: 200px;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #f5f5f7;
}

.store-feature-image img {
  width: 100%;
  height: auto;
  max-height: min(320px, 42vw);
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

.store-feature-image.placeholder {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.store-product-card {
  flex: 0 0 min(300px, calc(100vw - 56px));
  scroll-snap-align: start;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px #0000000f;
  padding: 20px 18px 22px;
  text-align: left;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.store-product-image {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  margin-bottom: 14px;
  font-size: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f7;
}

.store-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.store-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d2d2d7;
  flex-shrink: 0;
}

.swatch-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  background: #f5f5f7;
}

.store-product-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #b5651d;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.store-product-title {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.store-product-price {
  font-size: 17px;
  color: var(--muted);
  margin-top: auto;
}

.quick-links-band {
  background: #f5f5f7;
  border-top: 1px solid #d2d2d7;
  padding: 28px 18px 32px;
}

.quick-links-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.quick-links-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.quick-links-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  margin-bottom: 14px;
}

.quick-links-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-links-pills a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #d2d2d7;
  background: #fff;
  color: #1d1d1f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}

.quick-links-pills a:hover {
  background: #ececef;
}

.quick-links-fab {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #d2d2d7;
  padding: 3px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px #00000014;
  align-self: center;
}

.quick-links-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
}

.quick-links-avatar.placeholder {
  background: linear-gradient(180deg, #d6e8ff 0%, #b8d4f5 100%);
  border: 2px dashed #c7c7cc;
  color: #6e6e73;
}

.site-footer {
  background: #f5f5f7;
  color: #424245;
  border-top: 1px solid #d2d2d7;
}

.footer-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 20px 14px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  padding-top: 10px;
}

.footer-col h4 {
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 8px;
}

.footer-subheading {
  margin-top: 20px;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #424245;
  font-size: 12px;
  line-height: 1.33337;
  margin-bottom: 9px;
}

.footer-col a:hover,
.footer-shop-note a:hover,
.footer-legal-links a:hover {
  text-decoration: underline;
}

.footer-shop-note {
  margin-top: 26px;
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.33337;
}

.footer-shop-note a {
  color: #0066cc;
  text-decoration: none;
}

.footer-pricing-note {
  margin: 0;
  padding: 8px 0 12px;
  border-bottom: 1px solid #d2d2d7;
  font-size: 11px;
  line-height: 1.4;
  color: #6e6e73;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0 2px;
  flex-wrap: wrap;
}

.footer-legal p,
.footer-legal span {
  font-size: 12px;
  line-height: 1.33337;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: #424245;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.33337;
  position: relative;
  padding-right: 8px;
}

.footer-legal-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #86868b;
}

@media (max-width: 1040px) {
  .latest-card {
    flex-basis: min(360px, calc(100vw - 56px));
  }

  .store-feature-card {
    flex-basis: min(480px, calc(100vw - 48px));
  }

  .footer-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-links-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .menu {
    display: none;
  }

  body.nav-drawer-open {
    overflow: hidden;
  }

  /* Keep main content under the overlay (fixes paint order with sticky header + backdrop) */
  body.nav-drawer-open .store-main {
    position: relative;
    z-index: 0;
  }

  .top-nav.is-open {
    z-index: 10000;
    /* backdrop-filter creates a stacking context that can trap fixed children below page content */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #f5f5f7;
  }

  .top-nav.is-open .menu {
    display: flex;
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 8px 0 calc(20px + env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: stretch;
    align-content: flex-start;
    gap: 0;
    background: #f5f5f7;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    overscroll-behavior: contain;
  }

  .top-nav.is-open .menu a {
    padding: 14px max(20px, env(safe-area-inset-right)) 14px max(20px, env(safe-area-inset-left));
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 17px;
    font-weight: 400;
    color: #1d1d1f;
    white-space: normal;
    text-align: left;
  }

  .top-nav.is-open .menu a:first-child {
    font-weight: 500;
  }

  .nav-menu-toggle {
    display: inline-flex;
  }

  .nav-wrap {
    height: 48px;
    padding: 0 max(10px, env(safe-area-inset-right)) 0 max(10px, env(safe-area-inset-left));
  }

  .brand-logo {
    height: 24px;
    max-width: min(190px, 52vw);
  }

  .store-main {
    padding-top: 28px;
  }

  .store-hero {
    flex-direction: column;
  }

  .store-hero-copy {
    text-align: left;
    max-width: 100%;
  }

  .store-hero-copy p {
    font-size: clamp(36px, 9vw, 52px);
  }

  .latest h3 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .latest-card {
    flex-basis: calc(100vw - 44px);
  }

  .latest-card-stage {
    min-height: 420px;
  }

  .latest-card-overlay {
    padding: 22px 18px 18px;
  }

  .card-copy h4 {
    font-size: clamp(19px, 5.2vw, 26px);
  }

  .card-copy p {
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .card-copy .price {
    font-size: clamp(10px, 2.9vw, 12px);
  }

  .store-section {
    margin-top: 44px;
  }

  .store-section-heading {
    font-size: clamp(32px, 9vw, 46px);
  }

  .store-product-card {
    min-height: 380px;
    flex-basis: calc(100vw - 44px);
  }

  .store-feature-card {
    min-height: 360px;
    flex-basis: calc(100vw - 44px);
  }

  .store-rail--accessories-tiles .store-feature-card,
  .store-rail--accessories-tiles .store-product-card {
    flex-basis: calc(100vw - 44px);
  }

  .store-rail--accessories-tiles .store-feature-card .store-tile-stage,
  .store-rail--accessories-tiles .store-product-card .store-tile-stage {
    min-height: 400px;
  }

  .store-rail--accessories-tiles .store-tile-overlay--promo {
    padding: 20px 18px 16px;
  }

  .store-rail--accessories-tiles .store-tile-overlay--product {
    padding: 10px 14px 14px;
  }

  .store-rail--audio-tiles .store-feature-card {
    flex-basis: calc(100vw - 44px);
  }

  .store-rail--accessories-tiles .store-tile-stage--product .store-tile-media,
  .store-rail--audio-tiles .store-tile-stage--product .store-tile-media {
    inset: 10px 10px 78px;
  }

  .footer-wrap {
    padding: 16px 14px 14px;
  }

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

  .footer-subheading {
    margin-top: 14px;
  }

  .quick-links-band {
    padding: 22px 14px 26px;
  }

  .quick-links-title {
    font-size: 19px;
  }

  .quick-links-pills {
    gap: 8px;
  }

  .quick-links-pills a {
    font-size: 12px;
    padding: 7px 14px;
  }
}
