/* =========================================================
   QUENCH WATER CO. — inspired by Waiākea + Fiji Water
   ========================================================= */

:root {
  --navy:      #041c2c;
  --navy-2:    #09366f;
  --navy-3:    #214576;
  --teal:      #00bfd6;
  --teal-2:    #00a6cf;
  --teal-deep: #0081c1;
  --cyan-bg:   #caf4ff;
  --cyan-soft: #e8faff;
  --coral:     #ec2037;
  --magenta:   #cb017b;
  --white:     #ffffff;
  --cream:     #f7fbfd;
  --muted:     #5b7285;
  --line:      rgba(4, 28, 44, 0.1);
  --grad-cta:  linear-gradient(135deg, #ec2037 0%, #cb017b 100%);
  --grad-teal: linear-gradient(135deg, #00bfd6 0%, #0081c1 100%);
  --sans:      "Jost", "Futura", "Helvetica Neue", Arial, sans-serif;
  --max:       1440px;
  --pad:       clamp(20px, 4vw, 56px);
  --ease:      cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--navy);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.02;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  color: var(--navy);
}
h1 {
  font-size: clamp(46px, 7.5vw, 120px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.06;
}
h2 { font-size: clamp(32px, 4.2vw, 58px); font-weight: 800; line-height: 1.08; }
h3 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; letter-spacing: 0; }
h4 { font-size: 14px; font-weight: 700; letter-spacing: 0.15em; }
p {
  margin: 0 0 1em;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 22px;
  display: inline-block;
}

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 16px var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 1px 0 var(--line);
  transition: box-shadow 0.3s var(--ease);
}
.site-header.scrolled {
  box-shadow: 0 4px 26px rgba(4, 28, 44, 0.08);
}
.site-header.light { color: var(--navy); background: var(--white); }

.brand {
  display: flex;
  align-items: center;
  line-height: 0;
}
.brand img {
  height: 62px;
  width: auto;
  display: block;
}
.nav {
  display: flex;
  gap: 36px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.nav a { position: relative; padding: 6px 0; transition: color 0.2s; }
.nav a:hover { color: var(--teal); }
.header-cta {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
  background: var(--grad-cta);
  color: var(--white);
  padding: 13px 26px;
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(236, 32, 55, 0.35);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(236, 32, 55, 0.45); }

.menu-toggle { display: none; background: none; border: none; color: inherit; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2.5px; background: currentColor; margin: 5px 0; border-radius: 2px; }

/* ---------- Hero with video ---------- */
.hero {
  position: relative;
  min-height: 780px;
  height: 100vh;
  overflow: hidden;
  color: var(--white);
  display: flex; align-items: center;
}
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero__poster {
  position: absolute; inset: 0; z-index: 0;
  background: #042537 url("https://images.unsplash.com/photo-1439405326854-014607f694d7?auto=format&fit=crop&w=2400&q=80") center/cover no-repeat;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 28, 44, 0.55) 0%, rgba(4, 28, 44, 0.35) 45%, rgba(4, 28, 44, 0.85) 100%),
    radial-gradient(ellipse at center, rgba(4, 28, 44, 0.25) 0%, transparent 70%);
}
.hero__inner {
  position: relative; z-index: 2;
  padding: 0 var(--pad);
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.hero h1 {
  color: var(--white);
  margin: 0 auto 28px;
  max-width: 18ch;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
}
.hero h1 .accent {
  background: var(--grad-teal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.hero p.lede {
  max-width: 56ch;
  margin: 0 auto 44px;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}
.hero .eyebrow { margin-bottom: 26px; }
.hero__cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.scroll-hint {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.scroll-hint::after {
  content:""; display: block; width: 1.5px; height: 46px;
  background: var(--white); margin: 14px auto 0;
  animation: drop 2.4s infinite var(--ease);
  transform-origin: top;
}
@keyframes drop { 0%,100% { transform: scaleY(0); } 50% { transform: scaleY(1); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 17px 38px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 7px;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--sans);
  transition: transform 0.25s var(--ease), box-shadow 0.25s, background 0.3s, color 0.3s, border-color 0.3s;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: var(--grad-cta);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(236, 32, 55, 0.38);
}
.btn--primary:hover { box-shadow: 0 14px 34px rgba(236, 32, 55, 0.5); }
.btn--teal {
  background: var(--grad-teal);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(0, 129, 193, 0.38);
}
.btn--teal:hover { box-shadow: 0 14px 34px rgba(0, 129, 193, 0.5); }
.btn--ghost {
  background: transparent; color: var(--white); border-color: var(--white);
}
.btn--ghost:hover { background: var(--white); color: var(--navy); }
.btn--dark { background: var(--navy); color: var(--white); }
.btn--dark:hover { background: var(--teal-deep); }

/* ---------- Sections ---------- */
section { padding: clamp(72px, 7vw, 110px) 0; }
.section-head {
  max-width: 760px;
  margin-bottom: clamp(40px, 4vw, 56px);
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-head p { margin-top: 18px; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--navy);
  color: var(--white);
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.marquee__track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: slide 35s linear infinite;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
}
.marquee__track span { display: flex; align-items: center; gap: 60px; }
.marquee__track span::after { content: "★"; color: var(--teal); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Source / Split content ---------- */
.source { background: var(--cyan-soft); }
.source__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.source__media {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  background: var(--cyan-bg);
  box-shadow: 0 40px 80px -30px rgba(4, 28, 44, 0.25);
}
.source__media img { width: 100%; height: 100%; object-fit: cover; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
  margin-top: 48px;
}
.stat { min-width: 0; }
.stat__num {
  font-family: var(--sans);
  font-size: clamp(32px, 2.8vw, 44px);
  line-height: 1;
  font-weight: 900;
  color: var(--teal-deep);
  letter-spacing: -0.02em;
}
.stat__label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
  font-weight: 700;
}

/* ---------- Pillars ---------- */
.pillars { background: var(--navy); color: var(--white); }
.pillars h2, .pillars h3 { color: var(--white); }
.pillars p { color: rgba(255,255,255,0.7); }
.pillars .eyebrow { color: var(--teal); }
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 72px;
}
.pillar {
  background: linear-gradient(180deg, rgba(0, 191, 214, 0.08), rgba(0, 191, 214, 0));
  border: 1px solid rgba(0, 191, 214, 0.25);
  border-radius: 14px;
  padding: 56px 40px;
  min-height: 380px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.pillar:hover { transform: translateY(-6px); border-color: var(--teal); }
.pillar__icon {
  width: 72px; height: 72px;
  border-radius: 16px;
  background: var(--grad-teal);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px rgba(0, 129, 193, 0.4);
}
.pillar__icon svg {
  width: 36px;
  height: 36px;
  color: var(--white);
  display: block;
}
.pillar h3 {
  color: var(--white);
  margin-top: 36px;
}
.pillar p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

/* ---------- Product Showcase ---------- */
.product {
  background: linear-gradient(180deg, var(--cyan-soft) 0%, var(--cyan-bg) 100%);
  overflow: hidden;
  position: relative;
}
.product__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.product__visual {
  position: relative;
  aspect-ratio: 1/1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__visual img {
  max-height: 100%;
  filter: drop-shadow(0 60px 80px rgba(4, 28, 44, 0.4));
  animation: float 6s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
.spec-list { list-style: none; padding: 0; margin: 32px 0 0; }
.spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(4, 28, 44, 0.12);
}
.spec-list li span:first-child {
  color: var(--muted);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.spec-list li span:last-child {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
}

/* ---------- Banner with video ---------- */
.banner {
  position: relative;
  min-height: 560px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}
.banner video, .banner .bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.banner .bg {
  background: #042537 url("https://images.unsplash.com/photo-1439405326854-014607f694d7?auto=format&fit=crop&w=2400&q=80") center/cover no-repeat;
}
.banner::after {
  content:""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(9, 54, 111, 0.6), rgba(4, 28, 44, 0.85));
}
.banner__inner { position: relative; z-index: 2; max-width: 880px; padding: 0 var(--pad); }
.banner h2 { color: var(--white); }
.banner p { color: rgba(255,255,255,0.85); }

/* ---------- Press bar ---------- */
.press {
  background: var(--white);
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
}
.press__row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 40px; flex-wrap: wrap;
}
.press__label {
  font-size: 11px; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--muted);
  font-weight: 700;
}
.press__logos { display: flex; gap: 60px; flex-wrap: wrap; align-items: center; }
.press__logos span {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
  opacity: 0.5;
  transition: opacity 0.3s, color 0.3s;
}
.press__logos span:hover { opacity: 1; color: var(--teal-deep); }

/* ---------- CTA strip ---------- */
.cta-strip {
  background: var(--grad-teal);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content:""; position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1419242902214-272b3f66ee7a?auto=format&fit=crop&w=1800&q=60") center/cover;
  opacity: 0.15; mix-blend-mode: overlay;
}
.cta-strip > .container { position: relative; z-index: 1; }
.cta-strip h2 { color: var(--white); max-width: 18ch; margin: 0 auto 28px; }
.cta-strip p { color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto 42px; }
.cta-strip .eyebrow { color: var(--white); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: 100px 0 44px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand {
  font-family: var(--sans);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-grid h4 {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 24px;
  font-weight: 700;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid ul li { padding: 8px 0; }
.footer-grid ul a { transition: color 0.2s; }
.footer-grid ul a:hover { color: var(--teal); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 36px;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  flex-wrap: wrap; gap: 16px;
  letter-spacing: 0.08em;
}
.newsletter { display: flex; margin-top: 12px; max-width: 380px; }
.newsletter input {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  padding: 15px 20px;
  border-right: none;
  font-size: 14px;
  border-radius: 7px 0 0 7px;
  outline: none;
  font-family: var(--sans);
}
.newsletter input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter button {
  background: var(--grad-cta);
  color: var(--white);
  border: none;
  padding: 0 26px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 7px 7px 0;
  font-family: var(--sans);
}

/* ---------- Inner page hero ---------- */
.page-hero {
  padding: 220px var(--pad) 120px;
  background: var(--grad-teal);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content:""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(9,54,111,0.5), transparent 60%);
}
.page-hero::after {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4, 28, 44, 0) 0%, rgba(4, 28, 44, 0.4) 100%);
}
.page-hero__inner { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; text-align: center; }
.page-hero h1 { color: var(--white); margin: 0 auto 24px; max-width: 18ch; text-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.page-hero p { color: rgba(255,255,255,0.92); max-width: 56ch; margin: 0 auto; font-size: 19px; }
.page-hero .eyebrow { color: var(--white); }

/* ---------- Prose / text ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose p { font-size: 18px; line-height: 1.85; color: var(--navy-3); }
.prose h2 { margin-top: 64px; }
.two-col { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.card {
  background: var(--white);
  border-radius: 14px;
  padding: 48px 36px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 40px -30px rgba(4, 28, 44, 0.2);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(4, 28, 44, 0.18);
}
.card h3 { font-size: 24px; margin-bottom: 14px; }
.card p { font-size: 15px; color: var(--muted); margin: 0; }

/* ---------- Filtration steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.steps.steps--3 { grid-template-columns: repeat(3, 1fr); }
.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 36px 28px 32px;
  position: relative;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.step:hover { transform: translateY(-6px); border-color: var(--teal); box-shadow: 0 30px 60px -30px rgba(0, 129, 193, 0.3); }
.step__num {
  font-family: var(--sans);
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  background: var(--grad-teal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
  display: block;
}
.step h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.02em; }
.step p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }

/* ---------- Pricing ---------- */
.pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.price-card {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 14px;
  padding: 48px 28px;
  text-align: center;
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.price-card:hover { transform: translateY(-6px); border-color: var(--teal); box-shadow: 0 30px 60px -30px rgba(0, 129, 193, 0.3); }
.price-card__size {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 12px;
}
.price-card__amount {
  font-family: var(--sans);
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  background: var(--grad-teal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}
.price-card__size-label { font-size: 15px; color: var(--navy); font-weight: 600; }

/* ---------- Locations ---------- */
.locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.location-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.location-card:hover { transform: translateY(-6px); box-shadow: 0 40px 80px -30px rgba(4, 28, 44, 0.25); }
.location-card__img {
  aspect-ratio: 4/3;
  background-color: var(--cyan-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.location-card__badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--grad-cta);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.location-card__body { padding: 28px 28px 32px; }
.location-card h3 { font-size: 22px; margin-bottom: 10px; }
.location-card address {
  font-style: normal;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  display: block;
}
.location-card .hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.location-card .hours::before { content: "●"; color: #22c55e; }

/* ---------- Shop ---------- */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.product-card {
  background: var(--white);
  padding: 40px 32px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.product-card:hover { transform: translateY(-8px); box-shadow: 0 40px 80px -30px rgba(4, 28, 44, 0.25); }
.product-card__img {
  aspect-ratio: 1/1.2;
  background: linear-gradient(180deg, var(--cyan-soft) 0%, var(--cyan-bg) 100%);
  border-radius: 10px;
  margin-bottom: 28px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-card__img img { max-height: 86%; }
.product-card h3 { font-size: 22px; margin-bottom: 8px; }
.product-card .price {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--teal-deep);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}

/* ---------- Contact form ---------- */
.form-wrap { max-width: 720px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-field { display: flex; flex-direction: column; }
.form-field label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  font-weight: 700;
}
.form-field input,
.form-field textarea,
.form-field select {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 7px;
  padding: 16px 18px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--navy);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 191, 214, 0.12);
}
.form-field textarea { min-height: 160px; resize: vertical; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .pillars__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr 1fr; }
  .locations { grid-template-columns: 1fr 1fr; }
  .source__grid, .product__grid, .two-col { grid-template-columns: 1fr; gap: 56px; }
  .card-grid, .shop-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: clamp(48px, 10vw, 88px); }
}
@media (max-width: 620px) {
  /* Header: shrink logo + tighten padding so hero has room */
  .site-header { padding: 10px var(--pad) !important; }
  .site-header .brand img,
  header .brand img,
  .brand img { height: 34px !important; width: auto !important; max-height: 34px !important; }
  .menu-toggle { padding: 6px !important; }
  .menu-toggle span { width: 22px !important; height: 2px !important; margin: 4px 0 !important; }

  /* Hero: align content to top under a fixed header instead of dead-centered */
  .hero { min-height: 100svh !important; padding: 120px var(--pad) 100px !important; align-items: flex-start !important; }
  .hero__inner { padding: 0 !important; }
  .hero h1 { font-size: clamp(42px, 11vw, 64px) !important; margin-bottom: 20px !important; max-width: 14ch !important; }
  .hero p.lede { font-size: 15px !important; line-height: 1.6 !important; margin: 0 auto 28px !important; max-width: 40ch !important; }
  .hero .eyebrow { font-size: 11px !important; letter-spacing: 0.18em !important; margin-bottom: 18px !important; }
  .hero__cta-row { flex-direction: column !important; gap: 12px !important; align-items: stretch !important; padding: 0 8px !important; }
  .hero__cta-row .btn { width: 100% !important; }

  /* Scroll hint collides with buttons on short hero — hide it */
  .scroll-hint { display: none !important; }

  /* Mobile nav: put it above the header and shrink the links so nothing clips */
  .mobile-nav { z-index: 110 !important; gap: 22px !important; padding: 100px 24px 60px !important; justify-content: flex-start !important; overflow-y: auto !important; }
  .mobile-nav a { font-size: 26px !important; }

  /* Inner page hero: tighter on small screens */
  .page-hero { padding: 130px var(--pad) 72px !important; }
  .page-hero h1 { font-size: clamp(40px, 10vw, 60px) !important; }
  .page-hero p { font-size: 16px !important; }

  /* Typography scale */
  h1 { font-size: clamp(40px, 10vw, 64px) !important; }
  h2 { font-size: clamp(28px, 7.5vw, 42px) !important; }
  p { font-size: 15px !important; }

  /* Buttons */
  .btn { padding: 15px 28px !important; font-size: 12px !important; }

  /* Section spacing */
  section { padding: clamp(56px, 12vw, 80px) 0 !important; }
  .section-head { margin-bottom: 32px !important; }

  /* Grids → single column (force, even against inline styles) */
  .card-grid, .shop-grid { grid-template-columns: 1fr !important; }
  .steps, .steps.steps--3, .pricing, .locations,
  [class*="steps"], [class*="pricing"] { grid-template-columns: 1fr !important; }
  .steps > *, .pricing > *, .locations > * { min-width: 0 !important; }
  section, .container { max-width: 100% !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .press__logos { gap: 24px !important; }

  /* Stats: 2x2 with readable numbers */
  .stat-row { grid-template-columns: repeat(2, 1fr) !important; gap: 28px 20px !important; margin-top: 36px !important; }
  .stat__num { font-size: 36px !important; }

  /* Source/product image: cap its height so it doesn't dominate the fold */
  .source__media { aspect-ratio: 4/3 !important; max-height: 360px !important; }
  .source__grid, .product__grid, .two-col { gap: 40px !important; }

  /* Pillar cards: tighter padding */
  .pillar { padding: 40px 28px !important; min-height: 0 !important; }
  .pillar h3 { margin-top: 24px !important; }

  /* Step/location/price cards: tighter padding */
  .step { padding: 30px 24px 26px !important; }
  .price-card { padding: 36px 20px !important; }
  .location-card__body { padding: 22px 22px 26px !important; }
  .card { padding: 36px 28px !important; }

  /* Footer */
  .site-footer { padding: 72px 0 32px !important; }
  .footer-grid { padding-bottom: 48px !important; }
  .footer-brand { font-size: 32px !important; }
  .footer-bottom { font-size: 11px !important; justify-content: center !important; text-align: center !important; }

  /* Prose */
  .prose p { font-size: 16px !important; line-height: 1.75 !important; }
  .prose h2 { margin-top: 44px !important; }

  /* Banner */
  .banner { min-height: 420px !important; }
  .banner h2 br { display: none; }

  /* CTA strip */
  .cta-strip h2 { font-size: clamp(26px, 7vw, 38px) !important; }
}

/* ---------- Mobile nav ---------- */
.mobile-nav {
  position: fixed; inset: 0;
  background: var(--grad-teal);
  color: var(--white);
  z-index: 99;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 36px;
  transform: translateY(-100%);
  transition: transform 0.5s var(--ease);
}
.mobile-nav.open { transform: translateY(0); }
.mobile-nav a {
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
