:root {
  --navy: #041b45;
  --navy-dark: #021535;
  --electric: #62b4e5;
  --silver: #8f9298;
  --paper: #f6f7f8;
  --line: #d6dce5;
  --body: #102549;
  --muted: #526176;
  --white: #fff;
  --display: "Bahnschrift Condensed", "Arial Narrow", Arial, sans-serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--body);
  background: var(--white);
  font-family: var(--sans);
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  height: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand img { width: 214px; display: block; }
.primary-nav {
  display: flex;
  gap: 54px;
  margin-left: auto;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 820;
  letter-spacing: .45px;
  text-transform: uppercase;
}
.primary-nav a { text-decoration: none; white-space: nowrap; }
.primary-nav a:hover { color: var(--electric); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 5px;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-primary { color: #fff; background: var(--navy); }
.menu-toggle { display: none; }

.buy-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 64px 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 62px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.78)),
    url("assets/backgrounds/ocean-hero.png") center right / cover no-repeat;
}
.eyebrow,
.channel-tag {
  margin: 0;
  color: var(--electric);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.buy-hero h1,
.section-heading h2,
.locator-copy h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 96px);
  line-height: .92;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.buy-hero h1 span { color: var(--silver); }
.lead,
.section-heading p,
.locator-copy p {
  max-width: 760px;
  color: var(--body);
  font-size: 20px;
  line-height: 1.58;
}
.buy-hero-product {
  margin: 0;
  display: flex;
  justify-content: center;
}
.buy-hero-product img {
  width: min(100%, 360px);
  filter: drop-shadow(0 24px 34px rgba(4,27,69,.2));
}

.online-stores,
.store-list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 78px 50px;
}
.section-heading { max-width: 860px; }
.section-heading h2,
.locator-copy h2 { font-size: clamp(42px, 5vw, 70px); }
.online-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.online-card {
  min-height: 260px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  border: 1px solid #d9e0ea;
  background: #fff;
  box-shadow: 0 22px 46px rgba(4,27,69,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.online-card:hover,
.online-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px rgba(4,27,69,.13);
}
.online-card img {
  width: 172px;
  max-height: 38px;
  object-fit: contain;
}
.online-card strong {
  color: var(--navy);
  font-family: var(--display);
  font-size: 35px;
  line-height: .95;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.online-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.direct-card {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4,27,69,.98), rgba(2,21,53,.96)),
    radial-gradient(circle at 100% 0%, rgba(98,180,229,.22), transparent 44%);
  border-color: rgba(255,255,255,.18);
}
.direct-card strong,
.direct-card p { color: #fff; }
.direct-card p { color: rgba(255,255,255,.76); }

.retail-locator {
  max-width: 1280px;
  margin: 0 auto;
  padding: 74px 50px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 36px;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.locator-controls {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.locator-controls button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #cdd8e6;
  border-radius: 999px;
  font: 800 13px var(--sans);
  text-transform: uppercase;
  letter-spacing: .6px;
}
.map-shell {
  min-height: 420px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(4,27,69,.98), rgba(2,21,53,.96));
  box-shadow: 0 24px 54px rgba(4,27,69,.14);
}
.map-panel {
  position: relative;
  height: 100%;
  min-height: 384px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at 22% 34%, rgba(98,180,229,.2), transparent 10%),
    radial-gradient(circle at 52% 50%, rgba(255,255,255,.09), transparent 12%),
    radial-gradient(circle at 80% 32%, rgba(98,180,229,.18), transparent 10%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}
.map-panel::before {
  content: "";
  position: absolute;
  inset: 48px 54px;
  border: 2px solid rgba(255,255,255,.22);
  clip-path: polygon(9% 38%, 19% 24%, 38% 19%, 55% 27%, 72% 22%, 89% 36%, 83% 57%, 72% 69%, 50% 76%, 30% 69%, 14% 55%);
}
.map-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 0 8px rgba(98,180,229,.18);
}
.dot-az { left: 27%; top: 55%; }
.dot-ca { left: 18%; top: 47%; }
.dot-tx { left: 49%; top: 66%; }
.dot-fl { left: 78%; top: 72%; }
.dot-ny { left: 82%; top: 38%; }
.map-title {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding: 18px;
  color: #fff;
  background: rgba(2,21,53,.76);
  border: 1px solid rgba(255,255,255,.18);
}
.map-title strong {
  display: block;
  font-family: var(--display);
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.map-title span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}

.store-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.store-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid #d9e0ea;
  background: #fff;
}
.store-card.priority { border-top: 5px solid var(--electric); }
.store-card.empty {
  background: linear-gradient(135deg, #fff, #f6f8fb);
  border-style: dashed;
}
.store-card span {
  color: var(--electric);
  font-family: var(--display);
  font-weight: 850;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.store-card h3 {
  margin: 12px 0 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: 30px;
  line-height: .98;
  text-transform: uppercase;
}
.store-card p { color: var(--muted); line-height: 1.55; }
.store-card a {
  color: var(--navy);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media (max-width: 1050px) {
  .primary-nav { gap: 24px; font-size: 14px; }
  .buy-hero,
  .retail-locator { grid-template-columns: 1fr; }
  .buy-hero-product { justify-content: flex-start; }
  .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { height: auto; }
  .nav-wrap { padding: 18px 22px; flex-wrap: wrap; }
  .primary-nav { order: 4; width: 100%; flex-wrap: wrap; gap: 16px; }
  .nav-shop { display: none; }
  .buy-hero,
  .online-stores,
  .retail-locator,
  .store-list { padding-left: 22px; padding-right: 22px; }
  .online-grid,
  .store-grid { grid-template-columns: 1fr; }
  .map-shell { min-height: 360px; }
}
