/* huni — regenerative beeauty — Tox Typewriter + Montserrat */
:root {
  --cream: #F2EADA;
  --cream-deep: #E8DDC4;
  --paper: #FAF5E9;
  --ink: #1A110A;
  --ink-soft: #342519;
  --ink-mute: #6B5840;
  --honey: #F5B300;           /* sunshine yellow — huni signature */
  --honey-deep: #C98A00;
  --honey-light: #FFD34D;
  --amber: #FFC94A;
  --glow: #FFD34D;
  --meadow: #6B7A3A;
  --poppy: #B24A2C;
  --cornflower: #5C6F9B;
  --line: rgba(26,17,10,0.18);
  --line-soft: rgba(26,17,10,0.08);
  --maxw: 1400px;

  --f-display: 'Special Elite', 'Courier Prime', 'Courier New', monospace;
  --f-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 400;
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(56px, 10vw, 180px); line-height: 0.95; }
h2 { font-size: clamp(40px, 6vw, 100px); line-height: 0.98; }
h3 { font-size: clamp(24px, 2.6vw, 44px); line-height: 1.1; }
p { margin: 0; }

.typewriter { font-family: var(--f-display); }
.eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

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

/* Layout */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.section { padding: 140px 0; position: relative; }
.section-sm { padding: 80px 0; }

/* NAV */
nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
nav.top.scrolled {
  background: rgba(250, 245, 233, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-soft);
}
nav .logo {
  display: inline-flex;
  align-items: center;
  height: 120px;
}
nav .logo img {
  height: 96px;
  width: auto;
}
nav .logo img.__unused {
  height: 64px;
  width: auto;
  display: block;
  transition: filter 0.4s ease, height 0.4s ease;
  filter: none;
}
nav.top.scrolled .logo { height: 84px; }
nav.top.scrolled .logo img { height: 68px; }
nav.top.on-dark:not(.scrolled) .logo img {
  filter: invert(1) brightness(1.1);
}
nav .links { display: flex; gap: 36px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
nav .links a { opacity: 0.8; transition: opacity 0.2s, color 0.2s; }
nav .links a:hover { opacity: 1; color: var(--honey); }
nav .cta {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 20px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  display: inline-flex; align-items: center; gap: 8px;
}
nav .cta:hover { background: var(--honey); color: var(--paper); border-color: var(--honey); }
nav .cta .dot { display:inline-block; width:6px; height:6px; border-radius: 50%; background: var(--honey); animation: pulse 2.4s infinite; }
nav.top.on-dark:not(.scrolled) { color: var(--paper); }
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(199,124,42,0.5); }
  50% { box-shadow: 0 0 0 6px rgba(199,124,42,0); }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  transition: transform 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn.honey { background: var(--honey); border-color: var(--honey); color: var(--paper); }
.btn.honey:hover { background: var(--honey-deep); border-color: var(--honey-deep); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--paper); }
.btn .arrow { transition: transform 0.2s; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- HERO — cinematic candle-lit ---------- */
.hero {
  min-height: 92vh;
  position: relative;
  color: var(--paper);
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: 0;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(0.85) contrast(1.04);
  background: #2A1708;
}
.hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-color: #2A1708;
  filter: saturate(0.9) contrast(1.05);
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20,10,4,0.35) 0%, rgba(20,10,4,0.05) 30%, rgba(20,10,4,0.85) 100%),
    radial-gradient(ellipse at 30% 40%, rgba(241,200,120,0.12), transparent 60%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 200px 48px 60px;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}
.hero-inner .eyebrow { color: rgba(250,245,233,0.7); margin-bottom: 28px; }
.hero h1, .hero .hero-headline {
  color: var(--paper);
  font-size: clamp(34px, 4.3vw, 65px);
  letter-spacing: -0.015em;
  line-height: 1.02;
  max-width: 22ch;
}
.hero h1 .amber { color: var(--glow); }
.hero-lede { font-size: 17px; color: rgba(250,245,233,0.85); max-width: 440px; line-height: 1.6; margin-top: 32px; }
.hero-cta-row { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-side {
  padding-bottom: 20px;
}
.hero-side .quote {
  font-family: var(--f-display);
  font-size: 24px;
  line-height: 1.3;
  color: var(--glow);
  max-width: 360px;
  margin-bottom: 14px;
}
.hero-side .attrib { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,245,233,0.6); }

/* Hero top bar — stats */
.hero-topbar {
  position: absolute; top: 0; left: 0; right: 0;
  z-index: 3;
  padding: 100px 40px 0;
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  opacity: 0;
  pointer-events: none;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: var(--maxw);
  margin: 60px auto 80px;
  width: 100%;
  padding: 40px 40px 0;
  border-top: 1px solid rgba(250,245,233,0.15);
  position: relative; z-index: 2;
}
.hero-meta .item .eyebrow { color: rgba(250,245,233,0.7); margin-bottom: 10px; }
.hero-meta .item .val { font-family: var(--f-display); font-size: 28px; color: var(--honey-light); letter-spacing: -0.01em; }
.hero-meta .item .sub { font-size: 12px; color: rgba(250,245,233,0.85); margin-top: 6px; }

/* Ticker — bright honey band */
.ticker {
  border-top: 1px solid rgba(26,17,10,0.08);
  border-bottom: 1px solid rgba(26,17,10,0.08);
  padding: 18px 0;
  overflow: hidden;
  background: var(--honey);
  font-family: var(--f-display);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.ticker-track { display: flex; gap: 50px; white-space: nowrap; animation: scroll 60s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 50px; }
.ticker-track .dot { display:inline-block; width:6px; height:6px; border-radius:50%; background: var(--ink); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Bee flight */
.bee-path { position: fixed; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 40; }
.bee {
  position: absolute; font-size: 26px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
  transition: transform 0.08s linear;
}

/* Section headers */
.section-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 80px;
  align-items: start;
}
.section-header .meta { padding-top: 12px; }
.section-header h2 .amber { color: var(--honey); }
.section-header p.lede { font-size: 18px; color: var(--ink-soft); margin-top: 28px; max-width: 640px; line-height: 1.6; }

/* STORY */
.story { background: var(--cream); position: relative; }
.story-rail { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 40px; max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.story-dotted { position: relative; width: 90px; }
.story-dotted svg { position: sticky; top: 140px; }

.story-chapters { display: flex; flex-direction: column; gap: 40px; }
.chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 40px 0;
}
.chapter .year {
  font-family: var(--f-display);
  font-size: 92px;
  color: var(--honey);
  line-height: 1;
  letter-spacing: -0.02em;
}
.chapter .cap { font-family: var(--f-body); font-weight: 500; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 20px; }
.chapter h3 { margin-bottom: 18px; font-size: 34px; color: var(--ink); }
.chapter p { color: var(--ink-soft); font-size: 15px; line-height: 1.7; max-width: 480px; }
.chapter .image {
  aspect-ratio: 5/4;
  border-radius: 2px;
  background-color: #5B3E1C;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(60,30,10,0.4);
  filter: saturate(0.85) contrast(1.02);
}
.chapter .image .tag {
  position: absolute; left: 16px; bottom: 16px;
  color: rgba(250,240,210,0.9);
  font-family: var(--f-display);
  font-size: 12px;
  background: rgba(20,10,4,0.5);
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.chapter.reverse { direction: rtl; }
.chapter.reverse > * { direction: ltr; }

/* CYCLE */
.cycle-stage {
  background: var(--ink);
  color: var(--paper);
  padding: 140px 40px;
  position: relative;
  overflow: hidden;
}
.cycle-stage::before {
  content:''; position: absolute; inset:0;
  background: radial-gradient(ellipse at 50% 50%, rgba(241,200,120,0.12), transparent 60%);
}
.cycle-container { position: relative; max-width: 1100px; margin: 0 auto; }
.cycle-header { text-align: center; margin-bottom: 80px; }
.cycle-header .eyebrow { color: rgba(250,245,233,0.5); }
.cycle-header h2 { color: var(--paper); margin-top: 16px; }
.cycle-header h2 .amber { color: var(--honey-light); }

.cycle-circle { position: relative; aspect-ratio: 1; max-width: 720px; margin: 0 auto; }
.cycle-node { position: absolute; width: 180px; text-align: center; transform: translate(-50%, -50%); }
.cycle-node .num { font-family: var(--f-display); font-size: 13px; color: var(--honey-light); margin-bottom: 10px; }
.cycle-node h4 { font-family: var(--f-display); font-size: 22px; margin-bottom: 10px; color: var(--paper); }
.cycle-node p { font-size: 13px; color: rgba(250,245,233,0.7); line-height: 1.5; }

.cycle-center {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 360px; height: 360px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(241,200,120,0.4), 0 0 120px rgba(241,200,120,0.4), 0 40px 80px -20px rgba(0,0,0,0.6);
}
.cycle-center img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.cycle-linear { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; max-width: 1200px; margin: 0 auto; }
.cycle-linear .step { padding: 40px 24px; border-right: 1px dashed rgba(250,245,233,0.2); }
.cycle-linear .step:last-child { border-right: none; }
.cycle-linear .step .num { font-family: var(--f-display); font-size: 13px; color: var(--honey-light); margin-bottom: 16px; }
.cycle-linear .step h4 { font-family: var(--f-display); font-size: 22px; color: var(--paper); margin-bottom: 12px; }
.cycle-linear .step p { font-size: 13px; color: rgba(250,245,233,0.7); line-height: 1.5; }
.cycle-linear .step .icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(241,200,120,0.12); border: 1px solid rgba(241,200,120,0.3); display:flex; align-items:center; justify-content:center; margin-bottom: 24px; font-size: 20px; }

/* COMPOST — uses real compostable-bottles.jpg */
.compost {
  position: relative;
  background: var(--cream-deep);
  overflow: hidden;
  padding: 140px 0;
}
.compost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.compost-image {
  aspect-ratio: 3/2;
  background-image: url('images/compostable-bottles.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  box-shadow: 0 40px 80px -30px rgba(60,40,20,0.3);
  filter: saturate(0.95);
  position: relative;
}
.compost-image .tag {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(20,10,4,0.8); color: var(--paper);
  padding: 10px 14px; border-radius: 999px;
  font-family: var(--f-display);
  font-size: 12px;
  backdrop-filter: blur(6px);
}
.compost-weeks { display: flex; flex-direction: column; gap: 0; }
.week-marker {
  display: grid; grid-template-columns: 70px 1fr auto; gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink);
  align-items: start;
  opacity: 0.35;
  transition: opacity 0.5s;
}
.week-marker.active { opacity: 1; }
.week-marker .wk { font-family: var(--f-display); font-size: 46px; color: var(--honey); letter-spacing: -0.02em; line-height: 1; }
.week-marker h4 { font-family: var(--f-display); font-size: 22px; margin-bottom: 6px; color: var(--ink); }
.week-marker p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.week-marker .pct { font-family: var(--f-body); font-weight: 500; font-size: 11px; letter-spacing: 0.2em; color: var(--honey); white-space: nowrap; padding-top: 8px; }

/* POLLINATOR · bee-o-meter laptop + scan video */
.pollinator { background: var(--cream); position: relative; }

/* ========== Realistic Laptop Frame ========== */
.beeometer-hero {
  position: relative;
  margin: 60px auto 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  gap: 0;
}
.laptop-frame {
  position: relative;
  width: 100%;
  max-width: 920px;
  filter: drop-shadow(0 60px 80px rgba(40,24,8,0.22));
}
.laptop-bezel {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 14px 14px 4px 4px;
  padding: 20px 20px 24px;
  aspect-ratio: 16/10;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.laptop-camera {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #0a0a0a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
}
.laptop-screen {
  position: relative;
  width: 100%; height: 100%;
  background: #F2EADA;
  border-radius: 2px;
  overflow: hidden;
}
.laptop-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.laptop-base {
  position: relative;
  height: 14px;
  background: linear-gradient(180deg, #d4d4d4 0%, #a8a8a8 100%);
  border-radius: 0 0 14px 14px;
  margin: 0 -20px;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.15);
}
.laptop-notch {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 6px;
  background: linear-gradient(180deg, #888 0%, #6a6a6a 100%);
  border-radius: 0 0 6px 6px;
}

/* ========== Realistic iPhone Frame ========== */
.beeometer-scan-inset {
  position: absolute;
  right: 4%;
  bottom: -110px;
  width: min(240px, 22vw);
  transform: rotate(6deg);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.iphone-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9/19.5;
  background: #1a1a1a;
  border-radius: 40px;
  padding: 10px;
  box-shadow:
    0 0 0 2px #3a3a3a,
    0 40px 60px -20px rgba(40,24,8,0.5),
    inset 0 0 0 1px rgba(255,255,255,0.1);
  overflow: hidden;
}
.iphone-frame::before {
  /* side button / volume silhouette */
  content: '';
  position: absolute;
  left: -3px; top: 22%;
  width: 3px; height: 80px;
  background: #2a2a2a;
  border-radius: 3px 0 0 3px;
}
.iphone-frame video {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
.iphone-notch {
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 40%; height: 22px;
  background: #000;
  border-radius: 999px;
  z-index: 3;
}
.iphone-home {
  position: absolute;
  bottom: 6px; left: 50%;
  transform: translateX(-50%);
  width: 36%; height: 4px;
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  z-index: 3;
}
.scan-caption {
  font-family: var(--f-display);
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ink);
  background: rgba(250,245,233,0.9);
  padding: 6px 12px; border-radius: 999px;
  backdrop-filter: blur(6px);
}

.beeometer-below {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  margin-top: 100px;
  align-items: start;
}
.beeometer-side { display: flex; flex-direction: column; gap: 18px; }
.beeometer-side .eyebrow { font-family: var(--f-display); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--honey); }
.beeometer-lede { font-size: 17px; color: var(--ink-soft); line-height: 1.7; }

.pollinator-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 24px; }
.globe-col { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.globe-stage { width: 100%; max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.globe-caption { font-family: var(--f-display); font-size: 12px; color: var(--ink-mute); text-align: center; letter-spacing: 0.02em; }
.globe-lede { font-size: 17px; color: var(--ink-soft); line-height: 1.7; max-width: 480px; }
.globe { position: relative; aspect-ratio: 1; width: 100%; margin: 0 auto; }
.globe-orb {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,240,210,0.55), transparent 40%),
    radial-gradient(circle at 70% 30%, #7B92B8 0%, transparent 28%),
    radial-gradient(circle at 25% 60%, #7B92B8 0%, transparent 25%),
    radial-gradient(circle at 75% 75%, #7B92B8 0%, transparent 22%),
    linear-gradient(145deg, #A8C0D6, #5C7A9E 60%, #2B3D54);
  box-shadow: inset -30px -40px 80px rgba(20,30,45,0.55), inset 30px 40px 80px rgba(255,240,210,0.12), 0 50px 100px -40px rgba(60,80,110,0.45);
}
.globe-land {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 18% 14% at 28% 38%, #7B9248 0%, #5B7632 60%, transparent 70%),  /* N. America */
    radial-gradient(ellipse 10% 14% at 32% 62%, #6E8A3E 0%, #4E6C2C 60%, transparent 70%),  /* S. America */
    radial-gradient(ellipse 14% 12% at 52% 36%, #7B9248 0%, #5B7632 60%, transparent 70%),  /* Europe */
    radial-gradient(ellipse 16% 18% at 56% 58%, #7A8F3E 0%, #556E28 60%, transparent 70%),  /* Africa */
    radial-gradient(ellipse 22% 16% at 72% 40%, #7B9248 0%, #5B7632 60%, transparent 70%),  /* Asia */
    radial-gradient(ellipse 8% 6% at 80% 70%, #6E8A3E 0%, transparent 65%);                  /* Australia */
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.globe-meridians {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(100%/12 - 1px), rgba(255,255,255,0.06) calc(100%/12 - 1px) calc(100%/12)),
    repeating-linear-gradient(0deg, transparent 0 calc(100%/8 - 1px), rgba(255,255,255,0.05) calc(100%/8 - 1px) calc(100%/8));
  mask: radial-gradient(circle at 50% 50%, #000 45%, transparent 50%);
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 45%, transparent 50%);
  pointer-events: none;
}
.globe-glow {
  position: absolute; inset: -20%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(241,200,120,0.22) 28%, transparent 55%);
  pointer-events: none;
  z-index: -1;
}
.globe-rings { position: absolute; inset: -24px; border-radius: 50%; border: 1px dashed var(--line); animation: spinRings 120s linear infinite; }
@keyframes spinRings { to { transform: rotate(360deg); } }
.globe-flowers { position: absolute; inset: 0; pointer-events: none; }
.flower-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  width: 4px;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.2, 1.4, 0.4, 1);
  transition-delay: var(--delay, 0ms);
  transform-origin: bottom center;
}
.flower-pin .flower-stem {
  display: block;
  width: 1.5px;
  height: 0;
  background: linear-gradient(180deg, #5B7632, #3E5220);
  margin: 0 auto;
  transition: height 0.5s ease;
  transition-delay: var(--delay, 0ms);
}
.flower-pin .flower-bloom {
  display: block;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  filter: drop-shadow(0 2px 4px rgba(30,15,5,0.3));
  transition: font-size 0.5s cubic-bezier(0.2, 1.4, 0.4, 1), opacity 0.3s ease;
  transition-delay: calc(var(--delay, 0ms) + 300ms);
}
.flower-pin.bloomed .flower-stem { height: 12px; }
.flower-pin.bloomed .flower-bloom { font-size: 20px; opacity: 1; }

.pollinator-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.pollinator-stat { padding: 24px 0; border-top: 1px solid var(--line); }
.pollinator-stat .val { font-family: var(--f-display); font-size: 56px; letter-spacing: -0.02em; line-height: 1; color: var(--honey); }
.pollinator-stat .sub { font-size: 13px; color: var(--ink-mute); margin-top: 8px; }

/* PRODUCTS — real bottle images */
.products { background: var(--paper); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 60px; }
.product-card {
  position: relative;
  border: none;
  background: var(--paper);
  padding: 0 0 32px;
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s, border-color 0.3s;
  overflow: hidden;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(26,17,10,0.2); }
.product-card .image {
  aspect-ratio: 3/4;
  background: var(--paper);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.product-card .image img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.product-card:hover .image img { transform: scale(1.04); }
.product-card:hover .image { background: #EFE5CF; }
.product-card .info { padding: 28px 28px 0; }
.product-card .kind { font-family: var(--f-display); font-size: 12px; color: var(--honey); margin-bottom: 8px; }
.product-card h3 { font-size: 30px; margin-bottom: 10px; color: var(--ink); }
.product-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 20px; }
.product-card .row { display: flex; justify-content: space-between; align-items: baseline; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.product-card .price { font-family: var(--f-display); font-size: 22px; color: var(--ink); }
.product-card .price small { font-size: 11px; color: var(--ink-mute); font-family: var(--f-body); margin-left: 6px; }
.product-card .notify {
  font-family: var(--f-body); font-weight: 500;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--ink); background: transparent; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.product-card .notify:hover { background: var(--honey); color: var(--paper); border-color: var(--honey); }

/* USPs */
.usps { background: var(--cream); }
.usps-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.usp { padding: 48px 32px; border-right: 1px solid var(--line-soft); }
.usp:last-child { border-right: none; }
.usp .eyebrow { color: var(--honey); }
.usp h3 { font-size: 28px; margin: 16px 0 12px; color: var(--ink); }
.usp p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; }
.usp .free-of { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.usp .free-of li {
  font-family: var(--f-body); font-weight: 500;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 10px; border: 1px solid var(--line);
  border-radius: 999px; color: var(--ink-soft);
}
.usp .free-of li::before { content:'✕  '; color: var(--poppy); }

/* SIGNUP — seed packet */
.seeds {
  background: var(--paper);
  position: relative; overflow: hidden;
}
.seeds-watermark {
  position: absolute;
  left: -6%;
  top: 28%;
  transform: translateY(-50%) rotate(-8deg);
  width: min(980px, 85vw);
  height: auto;
  opacity: 0.14;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 0;
}
.seeds .wrap { position: relative; z-index: 1; }
.seeds-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }
.seed-packet {
  aspect-ratio: 4/5;
  background: linear-gradient(170deg, #F1DCA8 0%, #E0A85F 50%, #C77C2A 100%);
  position: relative;
  box-shadow: 0 40px 80px -30px rgba(80,50,20,0.4);
  padding: 48px 36px;
  color: var(--ink);
  border: 1px dashed rgba(26,17,10,0.3);
  transform: rotate(-1.5deg);
  transition: transform 0.5s;
  overflow: hidden;
}
.seed-packet:hover { transform: rotate(0deg) scale(1.02); }
.seed-packet::before {
  content:''; position:absolute; top:-14px; left:0; right:0; height:28px;
  background:
    linear-gradient(135deg, transparent 33.33%, #F1DCA8 33.33%, #F1DCA8 66.66%, transparent 66.66%),
    linear-gradient(45deg, transparent 33.33%, #F1DCA8 33.33%, #F1DCA8 66.66%, transparent 66.66%);
  background-size: 28px 28px;
}
.seed-packet .seeds-title { font-family: var(--f-display); font-size: 56px; line-height: 0.95; color: var(--ink); }
.seed-packet .seeds-sub { font-family: var(--f-body); font-weight: 500; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-top: 14px; }
.seed-packet .illus { position: absolute; right: 36px; bottom: 70px; font-size: 80px; opacity: 0.7; }
.seed-packet .foot {
  position: absolute; left: 36px; right: 36px; bottom: 36px;
  font-family: var(--f-display);
  font-size: 11px;
  color: var(--ink-soft);
  border-top: 1px dashed var(--line);
  padding-top: 14px;
  display: flex; justify-content: space-between;
}

.signup-form { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; max-width: 560px; }
.signup-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-family: var(--f-body); font-weight: 500;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-mute);
}
.signup-form input, .signup-form select {
  font-family: var(--f-body);
  font-size: 15px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(250,245,233,0.7);
  color: var(--ink);
  border-radius: 2px;
  outline: none;
  transition: border 0.2s, background 0.2s;
}
.signup-form input:focus, .signup-form select:focus { border-color: var(--honey); background: var(--paper); }
.signup-form .checkbox { display: flex; gap: 10px; align-items: flex-start; font-family: var(--f-body); font-weight: 400; font-size: 13px; color: var(--ink-soft); text-transform: none; letter-spacing: normal; line-height: 1.5; margin-top: 8px; }
.signup-form .checkbox input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--honey); padding: 0; }
.signup-form button.submit { margin-top: 12px; align-self: flex-start; }
.signup-thanks {
  padding: 40px; background: var(--paper); border: 1px solid var(--line);
  margin-top: 32px;
  display: flex; flex-direction: column; gap: 12px;
  max-width: 560px;
}
.signup-thanks h3 { font-size: 36px; color: var(--honey); }
.signup-thanks p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.signup-thanks .num { font-family: var(--f-display); font-size: 13px; color: var(--ink-mute); }

/* HOTELS */
.hotels { background: var(--ink); color: var(--paper); }
.hotels .section-header h2 { color: var(--paper); }
.hotels .section-header h2 .amber { color: var(--honey-light); }
.hotels .eyebrow { color: rgba(250,245,233,0.95); }
.hotels .lede { color: rgba(250,245,233,1); }
.hotels-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 60px;
  border-top: 1px solid rgba(250,245,233,0.12);
}
.hotel-logo {
  padding: 48px 24px;
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid rgba(250,245,233,0.12);
  min-height: 180px;
}
.hotel-logo img {
  max-width: 88%;
  max-height: 110px;
  width: auto; height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.25s;
}
.hotel-logo:nth-child(1) img { max-height: 170px; max-width: 100%; }
.hotel-logo:hover img { opacity: 1; }
.hotel-logo:last-child { border-right: none; }
.hotels-stat {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px;
  margin-top: 80px; padding-top: 60px;
  border-top: 1px solid rgba(250,245,233,0.12);
}
.hotels-stat .val { font-family: var(--f-display); font-size: 84px; letter-spacing: -0.02em; line-height: 1; color: var(--honey-light); }
.hotels-stat .sub { color: rgba(250,245,233,1); font-size: 14px; margin-top: 14px; line-height: 1.5; max-width: 280px; }

/* FOOTER */
footer { background: var(--paper); padding: 100px 0 40px; border-top: 1px solid var(--line-soft); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 80px; }
.foot-grid h4 { font-family: var(--f-body); font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 20px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-grid a { font-size: 14px; color: var(--ink-soft); transition: color 0.2s; }
.foot-grid a:hover { color: var(--honey); }
.foot-brand .foot-logo { height: 72px; width: auto; display: block; }
.foot-brand p { font-size: 14px; color: var(--ink-soft); max-width: 380px; margin-top: 20px; line-height: 1.65; }
.foot-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line-soft); padding-top: 32px; font-family: var(--f-display); font-size: 12px; color: var(--ink-mute); }

/* Tweaks panel */
.tweaks-panel {
  position: fixed; right: 24px; bottom: 24px; z-index: 100;
  width: 300px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 20px 50px -10px rgba(26,17,10,0.25);
  display: none;
}
.tweaks-panel.open { display: block; }
.tweaks-panel h4 { font-family: var(--f-body); font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; }
.tweaks-panel .tweak { margin-bottom: 16px; }
.tweaks-panel .tweak label { display: block; font-family: var(--f-body); font-weight: 500; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; }
.tweaks-panel .options { display: flex; gap: 6px; flex-wrap: wrap; }
.tweaks-panel .opt {
  font-family: var(--f-body); font-weight: 500;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px;
  background: transparent; cursor: pointer; color: var(--ink-soft);
}
.tweaks-panel .opt.active { background: var(--honey); color: var(--paper); border-color: var(--honey); }
.tweaks-panel .opt:hover { border-color: var(--ink); }

/* ---------- compost slider + production film duo ---------- */
.compost-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1280px;
  margin: 20px auto 0;
}
.compost-film-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 50px 100px -40px rgba(40,24,8,0.45);
  background: #100800;
  display: flex;
  flex-direction: column;
}
.compost-film {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
.compost-film-caption {
  padding: 18px 24px;
  border-top: 1px solid var(--line-soft);
  background: var(--cream);
  font-family: var(--f-display);
  font-size: 14px;
  color: var(--ink);
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .compost-duo { grid-template-columns: 1fr; }
  .compost-film { aspect-ratio: 16 / 10; min-height: 0; }
}

/* ---------- compost slider ---------- */
.compost-slider-wrap {
  margin: 0;
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 50px 100px -40px rgba(40,24,8,0.45);
  background: #100800;
  position: relative;
}
.compost-slider-iframe {
  width: 100%;
  aspect-ratio: 16/10;
  border: 0; display: block;
  background: #100800;
}
.compost-slider-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 40px;
  border-top: 1px solid var(--line-soft);
  background: var(--cream);
  font-family: var(--f-display);
  font-size: 17px;
  color: var(--ink);
  letter-spacing: 0.01em;
  text-align: center;
}
.compost-slider-caption .side.full { display: flex; align-items: center; gap: 20px; max-width: 900px; line-height: 1.5; }
.compost-slider-caption .side { display: flex; align-items: center; gap: 12px; }
.compost-slider-caption .side.right { justify-content: flex-end; }
.compost-slider-caption .small {
  font-family: var(--f-body); font-weight: 500; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft);
  margin-right: 10px; margin-left: 0;
}
.compost-slider-caption .side.right .small { margin-right: 0; margin-left: 10px; order: 0; }
.compost-slider-caption .middle {
  font-family: var(--f-body); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--honey);
  white-space: nowrap;
}
.compost-slider-caption .dot-tag {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--honey);
  box-shadow: 0 0 0 4px rgba(229,161,77,0.2);
}
.compost-slider-caption .dot-tag.dark {
  background: #6B4A1F; box-shadow: 0 0 0 4px rgba(107,74,31,0.2);
}

/* ---------- seeds-visual (bee-o-meter dashboard preview) ---------- */
.seeds-visual {
  position: relative;
  aspect-ratio: 4/5;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  gap: 28px;
  padding: 20px 20px 40px;
  margin-top: 120px;
}
.seeds-laptop-frame {
  position: relative;
  width: 100%;
  max-width: 520px;
  filter: drop-shadow(0 40px 60px rgba(40,24,8,0.28));
}
.seeds-laptop-bezel {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 12px 12px 3px 3px;
  padding: 16px 16px 20px;
  aspect-ratio: 16/10;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.seeds-laptop-camera {
  position: absolute; top: 7px; left: 50%;
  transform: translateX(-50%);
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #0a0a0a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.seeds-laptop-screen {
  width: 100%; height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
}
.seeds-laptop-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.seeds-laptop-base {
  position: relative;
  height: 12px;
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 60%, #0a0a0a 100%);
  border-radius: 0 0 20px 20px;
  margin: 0 -4%;
  box-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.seeds-laptop-notch {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 18%; height: 6px;
  background: #0a0a0a;
  border-radius: 0 0 8px 8px;
}
.seeds-caption {
  font-family: var(--f-display);
  font-size: 22px;
  color: var(--ink);
  text-align: center;
  letter-spacing: 0.01em;
}
.seeds-caption span {
  font-family: var(--f-body); font-weight: 500;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-block; margin-top: 6px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .section-header { grid-template-columns: 1fr; gap: 20px; }
  .chapter, .compost-grid, .globe-wrap, .beeometer-wrap, .seeds-grid { grid-template-columns: 1fr; gap: 40px; }
  .products-grid { grid-template-columns: 1fr; }
  .usps-list { grid-template-columns: 1fr; }
  .usp { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cycle-linear { grid-template-columns: 1fr; }
  .cycle-linear .step { border-right: none; border-bottom: 1px dashed rgba(250,245,233,0.2); }
  .hotels-grid { grid-template-columns: 1fr 1fr; }
  .hotel-logo:nth-child(2) { border-right: none; }
  .hotel-logo { border-bottom: 1px solid rgba(250,245,233,0.12); }
  .hotels-stat { grid-template-columns: 1fr; }
  .section { padding: 80px 0; }
  .wrap { padding: 0 24px; }
  nav.top { padding: 16px 24px; }
  nav .links { display: none; }
  .story-rail { grid-template-columns: 1fr; padding: 0 24px; }
  .story-dotted { display: none; }
  .patchwork { height: auto; min-height: 2400px; }
  .patchwork .patch { position: relative !important; left: auto !important; top: auto !important; right: auto !important; width: 88% !important; margin: 0 auto 40px; transform: rotate(var(--tilt)) !important; }
  .patchwork-beeline { display: none; }
  .story-grid-compact { grid-template-columns: 1fr !important; }
}

/* ---------- story patchwork ---------- */
.patchwork {
  position: relative;
  width: 100%;
  height: 2400px;
  max-width: 1400px;
  margin: 60px auto 0;
}
.patchwork-beeline {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
}
.patchwork-beeline path {
  animation: beeline-draw 0.001s linear;
}
.patch {
  position: absolute;
  z-index: 2;
  background: var(--paper);
  padding: 10px 10px 18px;
  box-shadow: 0 20px 40px -20px rgba(40,24,8,0.35), 0 4px 8px -4px rgba(40,24,8,0.15);
  transform: rotate(var(--tilt));
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1), box-shadow 0.4s;
  font-family: var(--f-body);
}
.patch:hover {
  transform: rotate(0deg) scale(1.03);
  z-index: 10;
  box-shadow: 0 40px 80px -30px rgba(40,24,8,0.45), 0 8px 16px -8px rgba(40,24,8,0.2);
}
.patch-media {
  width: 100%; aspect-ratio: 4/3;
  overflow: hidden;
  background: #1a1208;
  margin-bottom: 14px;
}
.patch-media img, .patch-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.patch-media.patch-quote {
  background: #F2E4C4;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  padding: 30px 22px;
  aspect-ratio: 4/3;
  color: var(--ink);
}
.patch-media.patch-quote .quote-mark {
  font-family: var(--f-display);
  font-size: 140px; line-height: 0.4;
  color: var(--honey);
  margin-bottom: 18px;
}
.patch-media.patch-quote .quote-text {
  font-family: var(--f-display);
  font-size: 30px; line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.patch-media.patch-quote .quote-sub {
  margin-top: 14px;
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.patch-body { padding: 0 6px; }
.patch-body .cap {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 8px;
}
.patch-body h4 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.patch-body p {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Patchwork placement — 10 patches scattered across the travel board */
.patch-0 { left: 2%;  top: 0;     width: 280px; }  /* alejandro shop */
.patch-1 { left: 38%; top: 90px;  width: 300px; }  /* workshop honey video */
.patch-2 { left: 74%; top: 20px;  width: 240px; }  /* raw honey */
.patch-3 { left: 10%; top: 400px; width: 320px; }  /* don pasqual video */
.patch-4 { left: 54%; top: 460px; width: 300px; }  /* villages */
.patch-5 { left: 2%;  top: 820px; width: 300px; }  /* team */
.patch-6 { left: 44%; top: 880px; width: 340px; }  /* factory line */
.patch-7 { left: 8%;  top: 1280px;width: 360px; }  /* quote — no more plastic */
.patch-8 { left: 56%; top: 1340px;width: 300px; }  /* vivomer */
.patch-9 { left: 18%; top: 1720px;width: 380px; }  /* retail shelf */
.patch-10{ left: 60%; top: 1820px;width: 340px; }  /* meadow bottle — final */

/* Chapter-cards fallback layout */
.story-grid-compact {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 32px 24px;
  margin-top: 40px;
}
.story-card-compact {
  background: var(--paper);
  padding: 8px 8px 14px;
  box-shadow: 0 12px 30px -16px rgba(40,24,8,0.25);
  transform: rotate(var(--tilt));
}
.story-card-compact .body { padding: 6px 8px; }
.story-card-compact h4 {
  font-family: var(--f-display);
  font-weight: 400; font-size: 18px; margin: 8px 0;
  color: var(--ink);
}
.story-card-compact .cap {
  font-family: var(--f-body); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--honey); margin: 0 0 4px;
}
.story-card-compact p { font-size: 12px; color: var(--ink-soft); line-height: 1.5; margin: 0; }
.story-card-compact .patch-media { aspect-ratio: 4/3; }
.story-card-compact .patch-media img,
.story-card-compact .patch-media video { width: 100%; height: 100%; object-fit: cover; }


/* ========== Site Footer ========== */
.site-foot {
  background: #1a1208;
  color: #f7efd8;
  padding: 100px 0 40px;
  margin-top: 120px;
  font-family: var(--f-body);
  position: relative;
  overflow: hidden;
}
.site-foot .wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

.foot-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(247, 239, 216, 0.12);
}

.foot-wordmark {
  font-family: var(--f-display);
  font-size: 96px;
  line-height: 0.9;
  color: var(--honey);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.foot-logo-img {
  display: block;
  height: 56px;
  width: auto;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
}
.foot-blurb {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(247, 239, 216, 0.95);
  max-width: 520px;
  margin: 0 0 28px;
}
.foot-origin {
  display: flex; gap: 12px; align-items: center;
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 239, 216, 0.85);
}
.foot-origin .dot { opacity: 0.4; }

.foot-join {
  background: linear-gradient(155deg, #F5B300 0%, #E8960A 100%);
  color: #1a1208;
  border-radius: 6px;
  padding: 36px;
  display: flex; flex-direction: column;
  gap: 14px;
  align-self: start;
  box-shadow: 0 30px 60px -20px rgba(245, 179, 0, 0.3);
}
.foot-join .foot-eyebrow { color: #1a1208; opacity: 0.7; }
.foot-join .foot-joinh { color: #1a1208; }
.foot-join .foot-joinb { color: rgba(26, 18, 8, 0.75); }
.foot-join .foot-cta {
  background: #1a1208;
  color: #F5B300;
}
.foot-join .foot-cta:hover {
  background: #2a1f10;
  box-shadow: 0 14px 28px -10px rgba(0,0,0,0.5);
}
.foot-eyebrow {
  font-family: var(--f-display);
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--honey);
}
.foot-joinh {
  font-family: var(--f-display);
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
  color: #f7efd8;
  letter-spacing: -0.01em;
}
.foot-joinb {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(247, 239, 216, 0.95);
  margin: 0 0 8px;
}
.foot-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--honey);
  color: #1a1208;
  font-family: var(--f-display);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  transition: transform 0.2s, box-shadow 0.2s;
}
.foot-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(229, 161, 77, 0.6);
}

.foot-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding: 56px 0;
  border-bottom: 1px solid rgba(247, 239, 216, 0.12);
}
.foot-col { display: flex; flex-direction: column; gap: 12px; }
.foot-col-head {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 4px;
}
.foot-col a {
  color: rgba(247, 239, 216, 0.95);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
.foot-col a:hover { color: var(--honey); }

.foot-social { display: flex; gap: 12px; margin-bottom: 16px; }
.foot-social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid rgba(247, 239, 216, 0.2);
  border-radius: 999px;
  color: #f7efd8;
  transition: all 0.2s;
}
.foot-social a:hover {
  background: var(--honey);
  color: #1a1208;
  border-color: var(--honey);
  transform: translateY(-2px);
}
.foot-share {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 239, 216, 0.9) !important;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 13px;
  color: #ffffff !important;
  flex-wrap: wrap;
  gap: 16px;
}
.foot-legal, .foot-legal span, .foot-legal a { color: #ffffff !important; }
.foot-legal { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.foot-legal a { text-decoration: none; }
.foot-legal a:hover { color: var(--honey) !important; }
.foot-legal .dot { opacity: 0.6; color: #ffffff !important; }
.foot-tag { font-family: var(--f-display); letter-spacing: 0.08em; color: #ffffff !important; }

@media (max-width: 900px) {
  .foot-top { grid-template-columns: 1fr; gap: 48px; }
  .foot-columns { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .foot-wordmark { font-size: 72px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- Pollinator Index demo CTA + modal ---------- */
.pollinator-demo-cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pollinator-demo-cta .btn { font-size: 13px; padding: 14px 24px; }
.pollinator-demo-hint {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  max-width: 280px;
  line-height: 1.5;
}
.pindex-modal {
  position: fixed; inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.pindex-modal.open { display: flex; }
.pindex-backdrop {
  position: absolute; inset: 0;
  background: rgba(20, 12, 4, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: pindexFadeIn 0.25s ease;
}
.pindex-dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--paper);
  border-radius: 12px;
  padding: 44px 44px 36px;
  box-shadow: 0 40px 100px -20px rgba(26,17,10,0.55), 0 0 0 1px rgba(241,200,120,0.25);
  animation: pindexRise 0.35s cubic-bezier(0.2,0.8,0.2,1);
}
@keyframes pindexFadeIn { from { opacity: 0 } to { opacity: 1 } }
@keyframes pindexRise { from { opacity: 0; transform: translateY(16px) scale(0.98) } to { opacity: 1; transform: none } }
.pindex-close {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px;
  border: none; background: transparent;
  font-size: 24px; line-height: 1;
  color: var(--ink-mute);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.pindex-close:hover { background: rgba(0,0,0,0.06); color: var(--ink); }
.pindex-eyebrow {
  font-family: var(--f-body); font-weight: 600;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 14px;
}
.pindex-dialog h3 {
  font-family: var(--f-display);
  font-size: 32px; line-height: 1.1; letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 14px;
}
.pindex-lede {
  font-size: 15px; line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.pindex-form { display: flex; flex-direction: column; gap: 16px; }
.pindex-field { display: flex; flex-direction: column; gap: 8px; }
.pindex-field > span {
  font-family: var(--f-body); font-weight: 600;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-mute);
}
.pindex-field input {
  width: 100%;
  padding: 14px 16px;
  background: var(--cream, #F7EFD8);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  font-family: var(--f-body); font-size: 15px;
  color: var(--ink);
  transition: border-color 0.2s, background 0.2s;
}
.pindex-field input:focus {
  outline: none;
  border-color: var(--honey);
  background: var(--paper);
}
.pindex-check { display: flex; gap: 12px; align-items: flex-start; font-size: 12px; color: var(--ink-soft); line-height: 1.5; }
.pindex-check input { margin-top: 2px; accent-color: var(--honey); }
.pindex-submit { align-self: flex-start; margin-top: 6px; }
.pindex-foot {
  font-family: var(--f-display);
  font-size: 11px; letter-spacing: 0.04em;
  color: var(--ink-mute);
  line-height: 1.5;
  padding-top: 8px;
  border-top: 1px dashed var(--line-soft);
  margin-top: 4px;
}
.pindex-foot a { color: var(--honey); text-decoration: underline; text-underline-offset: 3px; }
.pindex-thanks {
  text-align: center;
  padding: 20px 0 4px;
}
.pindex-check-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--honey);
  color: var(--ink);
  display: grid; place-items: center;
  font-size: 30px; font-weight: 700;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 10px rgba(241,200,120,0.2);
}
.pindex-thanks h3 { margin-bottom: 10px; }
.pindex-thanks p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 22px; }
@media (max-width: 560px) {
  .pindex-dialog { padding: 36px 24px 28px; }
  .pindex-dialog h3 { font-size: 26px; }
  .pollinator-demo-hint { display: none; }
}

/* Force-white read states */
.hotels .section-header .lede,
.hotels .lede,
section.hotels p.lede { color: #ffffff !important; }
.foot-blurb { color: #ffffff !important; }

/* Hero in-development note under CTAs */
.hero-cta-note {
  margin-top: 16px;
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.65);
  font-style: italic;
}

/* ---------- swarm bees (additional flying bees) ---------- */
.bee-swarm {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  overflow: hidden;
}
.swarm-bee {
  position: absolute;
  top: 0; left: 0;
  font-size: 22px;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
  animation: swarmWing 0.28s ease-in-out infinite alternate;
}
.swarm-bee[data-i="1"] { font-size: 18px; animation-duration: 0.22s; }
.swarm-bee[data-i="2"] { font-size: 26px; animation-duration: 0.32s; }
.swarm-bee[data-i="3"] { font-size: 16px; animation-duration: 0.25s; }
.swarm-bee[data-i="4"] { font-size: 20px; animation-duration: 0.30s; }
@keyframes swarmWing {
  from { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25)) brightness(1); }
  to   { filter: drop-shadow(0 2px 10px rgba(241,200,120,0.35)) brightness(1.05); }
}

/* ---------- USP / Learn more disclosure ---------- */
.usp-more {
  margin-top: 22px;
  border-top: 1px dashed var(--line-soft);
  padding-top: 18px;
}
.usp-more > summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--f-display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--honey);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s;
}
.usp-more > summary::-webkit-details-marker { display: none; }
.usp-more > summary::after {
  content: '+';
  display: inline-block;
  width: 18px; height: 18px;
  border: 1px solid var(--honey);
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  transition: transform 0.3s;
}
.usp-more[open] > summary::after { content: '–'; transform: rotate(180deg); }
.usp-more > summary:hover { opacity: 0.75; }
.usp-more-body {
  margin-top: 18px;
  animation: uspReveal 0.35s ease;
}
.usp-more-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.usp-more-body li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.usp-more-body li::before {
  content: '';
  position: absolute; left: 4px; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--honey);
}
.usp-more-body li strong { color: var(--ink); font-weight: 600; }
@keyframes uspReveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}


/* ---------- meadow map / hi-tech honey globe with flowers blooming over countries ---------- */
.section.meadow-map {
  background:
    radial-gradient(ellipse at 50% 20%, rgba(234, 179, 40, 0.10), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(122, 70, 30, 0.15), transparent 50%),
    linear-gradient(180deg, #1a120a 0%, #0d0805 100%);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.section.meadow-map .section-header h2,
.section.meadow-map .section-header .lede { color: var(--paper); }
.section.meadow-map .section-header .lede { color: rgba(251, 246, 234, 0.75); }
.section.meadow-map .section-header .eyebrow { color: var(--honey); }
.section.meadow-map::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(241, 200, 120, 0.08), transparent 70%);
  pointer-events: none;
}
.section.meadow-map::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(241, 200, 120, 0.04) 1px, transparent 1px),
    linear-gradient(0deg,  rgba(241, 200, 120, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 85%);
  -webkit-mask: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 85%);
  pointer-events: none;
}
.globe-stage {
  position: relative;
  margin: 80px auto 0;
  max-width: 640px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  z-index: 1;
}
.globe-atmosphere {
  position: absolute; inset: -12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(241,200,120,0.35) 30%, rgba(241,200,120,0.08) 55%, transparent 72%);
  pointer-events: none;
  z-index: 0;
  animation: globePulse 4s ease-in-out infinite;
}
@keyframes globePulse {
  0%, 100% { opacity: 0.9; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.04); }
}
.globe {
  position: relative;
  width: 82%;
  aspect-ratio: 1;
  z-index: 1;
  animation: globeFloat 9s ease-in-out infinite;
}
@keyframes globeFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.globe-orb, .globe-land, .globe-meridians, .globe-rings, .globe-glow, .globe-flowers, .globe-map {
  position: absolute; inset: 0;
}
.globe-orb {
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(241, 200, 120, 0.22), transparent 45%),
    radial-gradient(circle at 65% 68%, rgba(122, 70, 30, 0.35), transparent 55%),
    radial-gradient(circle at 50% 50%, #1f140b 0%, #0a0603 80%);
  box-shadow:
    inset -24px -36px 70px rgba(0, 0, 0, 0.75),
    inset 24px 36px 70px rgba(241, 200, 120, 0.08),
    0 0 60px rgba(241, 200, 120, 0.35),
    0 40px 80px -30px rgba(0, 0, 0, 0.6);
}
.globe-map {
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}
.globe-map circle.land-dot {
  fill: rgba(241, 200, 120, 0.78);
}
.globe-map g.land {
  filter: drop-shadow(0 0 0.5px rgba(241, 200, 120, 0.55));
}
.globe-map path.continent,
.globe-map path.continent-shadow { display: none; }
.globe-land { display: none; }
.globe-meridians {
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(100%/12 - 1px), rgba(241, 200, 120, 0.18) calc(100%/12 - 1px) calc(100%/12)),
    repeating-linear-gradient(0deg,  transparent 0 calc(100%/8 - 1px),  rgba(241, 200, 120, 0.14) calc(100%/8 - 1px)  calc(100%/8));
  mask: radial-gradient(circle at 50% 50%, #000 48%, transparent 52%);
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 48%, transparent 52%);
  pointer-events: none;
}
.globe-rings {
  inset: -6%;
  border-radius: 50%;
  border: 1px dashed rgba(241, 200, 120, 0.45);
  animation: spinRings 80s linear infinite;
  pointer-events: none;
}
.globe-rings::before, .globe-rings::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px dotted rgba(241, 200, 120, 0.28);
}
.globe-rings::before { inset: -6%; animation: spinRings 140s linear infinite reverse; }
.globe-rings::after  { inset: -14%; border-style: dashed; animation: spinRings 200s linear infinite; }
@keyframes spinRings { to { transform: rotate(360deg); } }
.globe-glow {
  inset: -22%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(241, 200, 120, 0.28) 28%, transparent 58%);
  pointer-events: none;
  z-index: -1;
}
.globe-flowers { pointer-events: none; }

.flower-pin {
  position: absolute;
  width: 26px; height: 26px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.55s cubic-bezier(0.2, 1.6, 0.3, 1),
    opacity 0.35s ease;
  transition-delay: var(--delay, 0ms);
  pointer-events: auto;
  z-index: 3;
}
.flower-pin.origin { width: 38px; height: 38px; }
.flower-pin.bloomed {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.flower-pin .bloom-glow {
  position: absolute;
  inset: -60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 200, 120, 0.65), rgba(241, 200, 120, 0) 65%);
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: calc(var(--delay, 0ms) + 120ms);
}
.flower-pin.bloomed .bloom-glow { opacity: 1; }
.flower-pin .bloom-svg {
  position: absolute;
  inset: 0;
  display: block;
  filter:
    drop-shadow(0 0 6px rgba(241, 200, 120, 0.7))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.flower-pin .bloom-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(241, 200, 120, 0.8);
  opacity: 0;
  pointer-events: none;
}
.flower-pin.bloomed.recent .bloom-pulse {
  animation: bloomPulse 1.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes bloomPulse {
  0%   { opacity: 0.9; transform: scale(0.6); }
  100% { opacity: 0;   transform: scale(3); }
}
.flower-pin.origin .bloom-pulse {
  border-color: rgba(234, 179, 40, 0.9);
  border-width: 2px;
}
.flower-pin.origin .bloom-svg {
  filter:
    drop-shadow(0 0 10px rgba(234, 179, 40, 0.85))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.flower-pin .flower-label {
  position: absolute;
  bottom: 100%; left: 50%;
  transform: translate(-50%, -8px);
  white-space: nowrap;
  font-family: var(--f-display);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a120a;
  background: var(--honey);
  padding: 3px 8px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  box-shadow: 0 4px 14px -4px rgba(241, 200, 120, 0.7);
}
.flower-pin .flower-label::after {
  content: '';
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--honey);
}
.flower-pin:hover .flower-label,
.flower-pin.bloomed.recent .flower-label,
.flower-pin.origin.bloomed .flower-label { opacity: 1; }

.globe-legend {
  position: absolute;
  bottom: -20px; left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  background: rgba(10, 6, 3, 0.7);
  border: 1px solid rgba(241, 200, 120, 0.35);
  border-radius: 20px;
  font-family: var(--f-display);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--honey);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
}
.globe-legend-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--honey);
  box-shadow: 0 0 0 3px rgba(234, 179, 40, 0.25), 0 0 10px rgba(234, 179, 40, 0.7);
  animation: legendPulse 1.8s ease-in-out infinite;
}
@keyframes legendPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(234, 179, 40, 0.25), 0 0 10px rgba(234, 179, 40, 0.7); }
  50%      { box-shadow: 0 0 0 7px rgba(234, 179, 40, 0.05), 0 0 16px rgba(234, 179, 40, 0.9); }
}

/* hi-tech corner brackets around the globe stage */
.globe-stage::before, .globe-stage::after,
.globe-stage > .globe-bracket-tl, .globe-stage > .globe-bracket-tr,
.globe-stage > .globe-bracket-bl, .globe-stage > .globe-bracket-br { display: none; }

@media (max-width: 720px) {
  .globe-stage { max-width: 92vw; margin-top: 40px; }
  .flower-pin { width: 20px; height: 20px; }
  .flower-pin.origin { width: 30px; height: 30px; }

  /* Cycle infographic — collapse the circular layout into a vertical stack */
  .cycle-stage { padding: 80px 20px; }
  .cycle-header { margin-bottom: 48px; }
  .cycle-circle {
    aspect-ratio: auto;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
  }
  .cycle-circle > svg { display: none; }  /* hide dashed circular guide-line */
  .cycle-circle .cycle-node {
    position: static;
    transform: none;
    width: 100%;
    max-width: 340px;
    padding: 20px 16px;
    border-top: 1px dashed rgba(250,245,233,0.18);
  }
  .cycle-circle .cycle-node:first-of-type { border-top: none; }
  .cycle-circle .cycle-center {
    position: relative;
    left: auto; top: auto;
    transform: none;
    width: min(70vw, 280px);
    height: min(70vw, 280px);
    margin: 20px auto;
    order: 99;  /* pin the image below all nodes */
  }
}

@media (max-width: 600px) {
  /* Pollinator stats — single column, smaller numbers so they fit without clipping */
  .pollinator-stats { grid-template-columns: 1fr; gap: 0; margin-top: 32px; }
  .pollinator-stat { padding: 20px 0; }
  .pollinator-stat .val { font-size: 40px; }
  .pollinator-stat .sub { font-size: 12px; }

  /* Hero meta — stack to a single column on tight phones */
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-meta .val { font-size: 18px; }
}

/* signup fineprint */
.signup-fineprint {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
  opacity: 0.75;
}
