:root {
  --navy: #041b45;
  --navy-dark: #021535;
  --electric: #62b4e5;
  --silver: #9a9da3;
  --paper: #f4f6f8;
  --line: #d5dbe4;
  --body: #102549;
  --muted: #526176;
  --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); font-family: var(--sans); background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }

.site-header {
  height: 94px;
  background: #fff;
  border-bottom: 1px solid #e5e8ed;
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-wrap {
  max-width: var(--max);
  height: 100%;
  margin: 0 auto;
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand { width: 245px; min-width: 245px; }
.brand img { width: 245px; }
.primary-nav {
  display: flex;
  gap: 50px;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 750;
}
.primary-nav a { padding: 10px 0; }
.primary-nav a:hover, .primary-nav .active { color: #217bb8; }
.nav-actions { display: flex; align-items: center; }
.button {
  min-height: 56px;
  min-width: 168px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.button-primary { color: #fff; background: var(--navy); border: 1px solid var(--navy); }
.button-primary:hover { background: #123667; }
.menu-toggle { display: none; }

.eyebrow {
  color: #3289c2;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.products-hero {
  max-width: var(--max);
  min-height: 510px;
  margin: 0 auto;
  padding: 88px 70px 74px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82)),
    url("assets/backgrounds/ocean-hero.png") center right / cover no-repeat;
}
.products-hero h1 {
  margin-top: 18px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 76px;
  line-height: .92;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.products-hero h1 span { color: #85898f; }
.products-hero .lead {
  max-width: 720px;
  margin-top: 25px;
  color: #263954;
  font-size: 19px;
  line-height: 1.58;
}
.hero-facts {
  display: grid;
  border-top: 1px solid rgba(4,27,69,.35);
}
.hero-facts span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(4,27,69,.25);
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
}
.hero-facts strong {
  min-width: 88px;
  color: #237fb9;
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
}

.product-system-strip {
  min-height: 68px;
  padding: 18px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
  background: var(--navy);
}
.product-system-strip span {
  padding: 0 34px;
  border-right: 1px solid rgba(255,255,255,.28);
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.product-system-strip span:last-child { border-right: 0; }

.amazon-priority {
  max-width: 1280px;
  margin: 42px auto 0;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 30px;
  align-items: center;
  border: 1px solid #d5dbe4;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,246,248,.94)),
    radial-gradient(circle at 100% 0%, rgba(42,137,194,.12), transparent 40%),
    #fff;
  box-shadow: 0 22px 46px rgba(4,27,69,.08);
}
.amazon-priority h2 {
  margin-top: 10px;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.amazon-priority p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.amazon-priority-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}
.amazon-priority-card,
.website-direct-link {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.amazon-priority-card {
  flex-direction: column;
  gap: 8px;
  padding: 13px 18px 15px;
  border: 1px solid rgba(4,27,69,.18);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.amazon-priority-card .channel-label,
.website-direct-link span {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.amazon-priority-card .channel-label {
  color: var(--electric);
}
.amazon-priority-card img {
  width: 150px;
  max-height: 31px;
  object-fit: contain;
}
.website-direct-link {
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px;
  color: #fff;
  background: var(--navy);
  border: 1px solid rgba(4,27,69,.34);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.website-direct-link span {
  color: rgba(255,255,255,.58);
}
.amazon-priority-card:hover,
.amazon-priority-card:focus-visible,
.website-direct-link:hover,
.website-direct-link:focus-visible {
  transform: translateY(-2px);
}

.product-catalog {
  max-width: 1280px;
  margin: 0 auto;
  padding: 78px 50px 88px;
}
.catalog-heading { max-width: 830px; }
.catalog-heading h2,
.variety-copy h2,
.checkout-note h2 {
  margin-top: 12px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 53px;
  line-height: .98;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.catalog-heading > p:last-child {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.product-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  --flavor: #e8bc16;
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 510px;
  border: 1px solid var(--line);
  background: #fff;
}
.flavor-orange { --flavor: #e88418; }
.flavor-strawberry { --flavor: #b52635; }
.flavor-berry { --flavor: #66509a; }
.product-visual {
  position: relative;
  min-width: 0;
  padding: 28px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #eef1f4, #fff 58%, #e6e9ed);
}
.product-pouch-image {
  width: min(78%, 265px);
  max-height: 365px;
  object-fit: contain;
  filter: drop-shadow(0 17px 20px rgba(4,27,69,.15));
}
.temporary-art-note {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 30px);
  color: #718096;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .8px;
  text-align: center;
  text-transform: uppercase;
}
.pouch-placeholder {
  position: relative;
  width: min(100%, 245px);
  aspect-ratio: 3 / 4;
  padding: 25px 18px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--navy);
  background: linear-gradient(105deg, #f5f5f4 0%, #fff 24%, #f4f4f3 70%, #ddd 100%);
  border: 1px solid #d4d4d1;
  border-radius: 5px 5px 12px 12px;
  box-shadow: 0 16px 28px rgba(4,27,69,.12);
}
.pouch-placeholder::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  background: repeating-linear-gradient(90deg, #a7a8aa 0 2px, #e5e5e5 2px 5px);
}
.pouch-placeholder::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22px;
  background: linear-gradient(90deg, #b2b4b7, #efefef 45%, #a4a6aa);
}
.count-block {
  align-self: flex-start;
  padding: 7px 8px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  background: var(--navy);
  font-family: var(--display);
  font-size: 29px;
  line-height: .8;
}
.count-block small { font-family: var(--sans); font-size: 7px; line-height: 1.15; }
.placeholder-note {
  margin-top: 15px;
  color: #788497;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.placeholder-brand {
  width: 100%;
  margin-top: 27px;
  padding: 12px 4px;
  color: var(--navy);
  border: 2px solid #aeb1b5;
  background: linear-gradient(90deg, #ccc, #f7f7f7 42%, #bbb);
  font-family: var(--sans);
  font-size: clamp(24px, 3vw, 37px);
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
}
.placeholder-system {
  margin-top: 34px;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.placeholder-flavor {
  width: calc(100% + 36px);
  margin-top: auto;
  margin-bottom: 14px;
  padding: 10px 8px;
  color: #fff;
  background: var(--flavor);
  font-family: var(--display);
  font-size: 19px;
  line-height: 1;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
}
.product-copy {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
}
.product-type {
  color: var(--flavor);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.product-copy h3 {
  margin-top: 10px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 37px;
  line-height: .98;
  text-transform: uppercase;
}
.product-copy > p:not(.product-type) {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.product-copy ul {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.product-copy li {
  position: relative;
  padding-left: 19px;
  color: #263954;
  font-size: 13px;
  font-weight: 700;
}
.product-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 7px;
  height: 7px;
  background: var(--flavor);
}
.buy-button {
  min-height: 52px;
  margin-top: auto;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeb7c4;
  border-radius: 4px;
  color: #6c7787;
  background: #eef1f4;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .6px;
  text-align: center;
  text-transform: uppercase;
}
.buy-button.is-pending { cursor: not-allowed; }
.buy-button.is-live {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}
.buy-button.is-live:hover { background: #123667; }
.purchase-options {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.purchase-options .buy-button {
  flex: 1 1 190px;
  margin-top: 0;
}

.variety-product {
  max-width: 1280px;
  min-height: 660px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 54% 46%;
  background: var(--navy);
}
.variety-image {
  min-width: 0;
  padding: 45px 35px 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(98,180,229,.23), transparent 52%),
    linear-gradient(135deg, #061f4b, #020f28);
}
.variety-image img {
  width: min(100%, 600px);
  max-height: 630px;
  object-fit: contain;
  object-position: bottom center;
}
.variety-copy {
  padding: 76px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.variety-copy h2 { color: #fff; font-size: 60px; }
.variety-copy h2 span { color: #70b9ed; }
.variety-copy > p:not(.eyebrow) {
  margin-top: 22px;
  color: rgba(255,255,255,.8);
  font-size: 18px;
  line-height: 1.55;
}
.flavor-counts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.flavor-counts span {
  padding: 13px 14px;
  border-left: 4px solid currentColor;
  background: rgba(255,255,255,.08);
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.flavor-counts .lemon { color: #f0ca29; }
.flavor-counts .orange { color: #ed9228; }
.flavor-counts .strawberry { color: #eb5865; }
.flavor-counts .berry { color: #b99bdf; }
.variety-buy { margin-top: 32px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); }
.variety-buy.is-live { color: var(--navy); background: #fff; border-color: #fff; }
.variety-buy.is-live:hover { background: #dbeffc; }
.variety-purchase-options { margin-top: 32px; }
.variety-purchase-options .variety-buy {
  flex: 1 1 230px;
  margin-top: 0;
}

.checkout-note {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.checkout-note p:last-child { color: var(--muted); font-size: 17px; line-height: 1.6; }

.footer {
  padding: 23px 42px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255,255,255,.72);
  background: var(--navy-dark);
  font-size: 12px;
}
.footer a { color: #83c3ea; }

@media (max-width: 1050px) {
  .primary-nav { gap: 24px; }
  .nav-shop { display: none; }
  .products-hero { grid-template-columns: 1fr 320px; padding: 72px 42px; gap: 50px; }
  .amazon-priority { margin-left: 42px; margin-right: 42px; grid-template-columns: 1fr; }
  .amazon-priority-actions { justify-content: flex-start; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 420px; }
  .product-pouch-image { width: min(70%, 270px); max-height: 365px; }
  .product-copy { min-height: 390px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; }
  .nav-wrap { padding: 0 20px; }
  .brand, .brand img { width: 185px; min-width: 185px; }
  .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 10px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span { height: 2px; background: var(--navy); }
  .primary-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 18px 22px 24px;
    display: none;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .primary-nav.open { display: flex; }
  .nav-actions { display: none; }
  .products-hero { min-height: auto; padding: 58px 24px; grid-template-columns: 1fr; }
  .products-hero h1 { font-size: 52px; }
  .hero-facts { max-width: 420px; }
  .product-system-strip { padding: 20px 24px; flex-wrap: wrap; gap: 10px 0; justify-content: flex-start; }
  .product-system-strip span { width: 50%; padding: 5px 14px; font-size: 13px; }
  .product-system-strip span:nth-child(2) { border-right: 0; }
  .product-catalog { padding: 58px 20px 68px; }
  .catalog-heading h2, .checkout-note h2 { font-size: 39px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .product-copy { min-height: 365px; padding: 32px 26px; }
  .purchase-options { flex-direction: column; align-items: stretch; }
  .purchase-options .buy-button { width: 100%; flex-basis: auto; }
  .amazon-priority { margin: 28px 20px 0; padding: 28px 22px; }
  .amazon-priority-actions { flex-direction: column; align-items: stretch; }
  .amazon-priority-card,
  .website-direct-link { width: 100%; }
  .amazon-priority-card img { margin: 0 auto; }
  .variety-product { margin-bottom: 60px; grid-template-columns: 1fr; }
  .variety-image { min-height: 510px; }
  .variety-copy { padding: 52px 26px; }
  .variety-copy h2 { font-size: 47px; }
  .checkout-note { padding: 52px 22px; grid-template-columns: 1fr; gap: 24px; }
  .footer { padding: 22px; flex-direction: column; }
}

@media (max-width: 440px) {
  .products-hero h1 { font-size: 44px; }
  .product-system-strip span { width: 100%; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .product-visual { min-height: 390px; }
  .product-pouch-image { width: min(74%, 245px); max-height: 335px; }
  .flavor-counts { grid-template-columns: 1fr; }
}

/* Compact header navigation for Investor link */
.primary-nav { gap: 32px; font-size: 13px; }
.primary-nav a { white-space: nowrap; }
@media (max-width: 1150px) { .primary-nav { gap: 18px; } }
