/* ==========================================================
   Circuflow — styles
   ========================================================== */

:root {
  --ink: #0b2e22;
  --ink-2: #3d5a4e;
  --ink-3: #6b8279;
  --forest: #0a3d2b;
  --forest-2: #0e5a3c;
  --green: #16a34a;
  --teal: #0b9c6c;
  --lime: #d4f75c;
  --lime-2: #c2ee3a;
  --mint: #eaf7e4;
  --bg: #f5f9f1;
  --surface: #ffffff;
  --line: rgba(11, 46, 34, 0.08);

  --radius: 28px;
  --radius-sm: 18px;
  --shadow: 0 1px 2px rgba(11, 46, 34, .04), 0 12px 40px -12px rgba(11, 46, 34, .14);
  --ease: cubic-bezier(.2, .7, .2, 1);

  --font: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -0.025em; line-height: 1.08; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
button, input, select, textarea { font: inherit; color: inherit; }

.container { width: min(1200px, 100% - 40px); margin-inline: auto; }

.i {
  width: 1.15em; height: 1.15em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- Glass primitives ---------- */
.glass {
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.48));
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(255,255,255,.3),
    var(--shadow);
}
.glass-dark {
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(255,255,255,.06),
    0 20px 50px -20px rgba(0,0,0,.35);
  color: #fff;
}
/* liquid sheen */
.glass::before, .glass-dark::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(120% 60% at 10% 0%, rgba(255,255,255,.35), transparent 55%);
  mix-blend-mode: soft-light;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .9em 1.5em; border-radius: 999px; border: 0; cursor: pointer;
  font-weight: 600; font-size: 16px; line-height: 1; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover .i { transform: translateX(3px); }
.btn .i { transition: transform .25s var(--ease); }
.btn-lime {
  background: var(--lime); color: var(--forest);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 10px 30px -10px rgba(194,238,58,.9);
}
.btn-lime:hover { background: var(--lime-2); }
.btn-glass {
  color: #fff; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.btn-glass:hover { background: rgba(255,255,255,.2); }
.btn-dark { background: var(--forest); color: #fff; box-shadow: 0 12px 30px -12px rgba(10,61,43,.6); }
.btn-dark:hover { background: var(--forest-2); }
.btn-sm { padding: .7em 1.15em; font-size: 14.5px; }
.btn-block { width: 100%; white-space: normal; text-align: center; line-height: 1.2; }
:focus-visible { outline: 3px solid var(--lime-2); outline-offset: 3px; border-radius: 8px; }

/* ---------- Nav ---------- */
.nav-wrap {
  position: fixed; top: 14px; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: center; padding-inline: 16px; pointer-events: none;
}
.nav {
  pointer-events: auto;
  display: flex; align-items: center; gap: 20px;
  width: min(1100px, 100%);
  padding: 8px 8px 8px 22px; border-radius: 999px;
  transition: background .3s, box-shadow .3s;
}
.nav.glass { background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,255,255,.38)); }
.nav-wrap.is-scrolled .nav.glass { background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.7)); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 20px; letter-spacing: -0.03em; color: var(--forest); }
.brand img { height: 34px; width: auto; }
.brand-lg img { height: 44px; }
.nav-links { display: flex; gap: 4px; margin-left: auto; }
.nav-links a { display: block; padding: 8px 14px; border-radius: 999px; font-size: 15px; font-weight: 500; color: var(--ink-2); transition: background .2s, color .2s; }
.nav-links a:hover { background: rgba(255,255,255,.7); color: var(--ink); }
.nav-cta-mobile { display: none; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  margin: 0 12px; border-radius: 0 0 40px 40px;
  background: linear-gradient(160deg, #0a3d2b 0%, #0c4a33 45%, #0f5e3d 100%);
  color: #fff;
  padding: 150px 0 96px;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .7; }
.hero .b1 { width: 520px; height: 520px; background: #7fd13b; top: -160px; right: -80px; opacity: .45; animation: drift 18s ease-in-out infinite; }
.hero .b2 { width: 460px; height: 460px; background: #0b9c6c; bottom: -200px; left: -120px; opacity: .6; animation: drift 22s ease-in-out infinite reverse; }
.hero .b3 { width: 300px; height: 300px; background: #d4f75c; top: 40%; right: 30%; opacity: .18; animation: drift 26s ease-in-out infinite; }
@keyframes drift {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px,30px) scale(1.08); }
}
.hero-word {
  position: absolute; left: 50%; top: 70px; transform: translateX(-50%);
  font-size: clamp(120px, 22vw, 340px); font-weight: 800; letter-spacing: -0.06em; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,0) 80%);
  -webkit-background-clip: text; background-clip: text;
  white-space: nowrap; user-select: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px; border-radius: 999px; font-size: 14px; font-weight: 500;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(212,247,92,.7); animation: pulse 2s infinite; flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(212,247,92,0); } 100% { box-shadow: 0 0 0 0 rgba(212,247,92,0); } }
.hero h1 { font-size: clamp(42px, 5.6vw, 74px); margin: 24px 0 22px; font-weight: 500; }
.hero h1 em { display: block; color: var(--lime); font-size: 1.02em; }
.lead { font-size: clamp(17px, 1.5vw, 19px); color: rgba(255,255,255,.78); max-width: 34em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.hero-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 14px; font-size: 14px; color: rgba(255,255,255,.9); }
.hero-chips .i { color: var(--lime); }

/* Vendo illustration */
.vendo-stage { position: relative; display: flex; justify-content: center; padding: 20px 0; }
.vendo { width: min(360px, 100%); border-radius: 32px; padding: 20px; }
.vendo-head { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.vendo-head img { width: 22px; height: 22px; }
.status { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.1); }
.status .pulse { width: 6px; height: 6px; }
.vendo-hint { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); margin: 18px 0 10px; }
.tanks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tank {
  background: none; border: 0; padding: 0; cursor: pointer; color: #fff;
  display: grid; gap: 8px; justify-items: center;
}
.tank-glass {
  position: relative; width: 100%; height: 150px; border-radius: 18px; overflow: hidden;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  transition: border-color .25s, box-shadow .25s, transform .25s var(--ease);
}
.tank-glass::after { /* glass highlight */
  content: ""; position: absolute; top: 8px; left: 8px; width: 6px; bottom: 8px; border-radius: 4px;
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0));
}
.liquid {
  position: absolute; left: 0; right: 0; bottom: 0; height: var(--lvl);
  background: linear-gradient(180deg, var(--c1), var(--c2));
  transition: height 1.2s var(--ease);
}
.wave {
  position: absolute; left: 0; bottom: calc(100% - 1px); width: 200%; height: 12px;
  fill: var(--c1); animation: wave 3.2s linear infinite;
}
.tank:nth-child(2) .wave { animation-duration: 3.8s; }
.tank:nth-child(3) .wave { animation-duration: 2.9s; }
@keyframes wave { to { transform: translateX(-50%); } }
.tank-label { font-size: 13px; color: rgba(255,255,255,.7); transition: color .2s; }
.tank:hover .tank-glass { transform: translateY(-3px); }
.tank.is-active .tank-glass { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(212,247,92,.25), inset 0 1px 0 rgba(255,255,255,.3); }
.tank.is-active .tank-label { color: var(--lime); font-weight: 600; }
.vendo-screen {
  margin-top: 16px; padding: 14px 16px; border-radius: 16px;
  background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.1);
}
.vendo-screen small { display: block; font-size: 11.5px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; }
.vendo-screen strong { font-weight: 600; font-size: 16px; }
.progress { margin-top: 10px; height: 6px; border-radius: 6px; background: rgba(255,255,255,.12); overflow: hidden; }
.progress span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--lime), #7fd13b); animation: fillbar 3.6s var(--ease) infinite; }
@keyframes fillbar { 0% { width: 0; } 70%, 100% { width: 100%; } }
.bay {
  position: relative; margin-top: 16px; height: 150px; border-radius: 20px;
  background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.12));
  border: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: center; align-items: flex-end; padding-bottom: 12px;
}
.nozzle { position: absolute; top: 0; left: 50%; width: 30px; height: 16px; transform: translateX(-50%); border-radius: 0 0 8px 8px; background: rgba(255,255,255,.35); }
.stream {
  position: absolute; top: 16px; left: 50%; width: 5px; height: 36px; transform: translateX(-50%);
  border-radius: 4px; background: linear-gradient(180deg, var(--stream, #d4f75c), transparent);
  animation: stream 3.6s linear infinite; transform-origin: top;
}
@keyframes stream { 0% { transform: translateX(-50%) scaleY(0); } 8%, 66% { transform: translateX(-50%) scaleY(1); } 72%, 100% { transform: translateX(-50%) scaleY(0); } }
.bottle { width: 56px; height: 94px; }
.bottle-outline { fill: rgba(255,255,255,.08); stroke: rgba(255,255,255,.7); stroke-width: 2; }
.bottle-fill { fill: var(--stream, #d4f75c); transform-origin: bottom; transform-box: fill-box; animation: bottlefill 3.6s var(--ease) infinite; }
@keyframes bottlefill { 0% { transform: scaleY(0); } 70%, 92% { transform: scaleY(.72); } 100% { transform: scaleY(0); } }

.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  padding: 12px 16px 12px 12px; border-radius: 18px; font-size: 14px; width: max-content;
  animation: float 6s ease-in-out infinite;
}
.float-card strong { display: block; font-weight: 600; line-height: 1.2; }
.float-card small { color: rgba(255,255,255,.65); font-size: 12.5px; }
.fc-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--lime); color: var(--forest); }
.fc-1 { top: 64%; right: calc(50% + 110px); }
.fc-2 { bottom: 8%; left: calc(50% + 110px); animation-delay: -3s; }
@keyframes float { 50% { transform: translateY(-10px); } }

/* ---------- Sections ---------- */
.section { padding: clamp(80px, 10vw, 128px) 0; position: relative; }
.section-head { margin-bottom: 48px; }
.section-head h2 { font-size: clamp(34px, 4.4vw, 56px); }
.section-head h2 em { color: var(--teal); }
.section-head.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; }
.section-head.split p { color: var(--ink-2); max-width: 30em; justify-self: end; }
.section-head.split p strong { color: var(--ink); font-weight: 600; }
.section-head.center { text-align: center; max-width: 760px; margin-inline: auto; }
.section-head.center p { color: var(--ink-2); margin-top: 18px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 16px;
}
.eyebrow.on-dark { color: var(--lime); }

/* Supporters */
.supporters { padding: 56px 0 8px; }
.supporters-title { text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 22px; }
.supporters-logos {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;
  padding: 18px; border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(255,255,255,.55));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 #fff, var(--shadow);
}
.supporters-logos li { flex: 1 1 150px; max-width: 200px; height: 84px; display: grid; place-items: center; padding: 8px 12px; }
.supporters-logos img { height: var(--h); width: auto; max-width: 100%; object-fit: contain; }

/* About */
.about { padding-bottom: 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.about-grid > * { min-width: 0; }
.about h2 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 20px; }
.about h2 em { color: var(--teal); }
.about-copy > p { color: var(--ink-2); font-size: 18.5px; max-width: 30em; }
.about-copy strong { color: var(--ink); font-weight: 600; }
.about-tagline {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 28px !important;
  padding: 10px 18px 10px 14px; border-radius: 999px; font-weight: 600; font-size: 16px !important; color: var(--forest) !important;
  background: linear-gradient(120deg, #e8fca4, var(--lime));
  box-shadow: 0 12px 30px -14px rgba(122,170,20,.8);
}
.about-tagline .pulse { background: var(--forest); box-shadow: 0 0 0 0 rgba(10,61,43,.5); }
.about-card { border-radius: 32px; padding: 30px; container-type: inline-size; }
.about-kicker { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.about-card h3 { font-size: clamp(26px, 2.6vw, 34px); margin: 10px 0 22px; }
.about-card > p { color: var(--ink-2); margin-top: 22px; }
.about-card > p strong { color: var(--ink); font-weight: 600; }

.about-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 600; color: var(--teal); }
.about-link:hover .i { transform: translateY(2px); }
.about-link .i { transition: transform .25s var(--ease); }
.orbit { position: relative; aspect-ratio: 560 / 220; }
.orbit-track { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.orbit-track path { fill: rgba(234,247,228,.6); stroke: var(--teal); stroke-width: 2; stroke-dasharray: 6 7; vector-effect: non-scaling-stroke; }
.orbit-dot { fill: var(--lime); stroke: var(--forest); stroke-width: 3; }
.orbit-center { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; transform: translate(-50%, -50%); filter: drop-shadow(0 8px 14px rgba(11,46,34,.2)); }
.orbit-nodes li {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%);
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  padding: 6px 13px 6px 6px; border-radius: 999px; font-size: 15px; font-weight: 600;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 6px 16px -8px rgba(11,46,34,.3);
}
.orbit-nodes span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; background: var(--mint); color: var(--forest-2); }
.orbit-nodes li.is-accent { background: var(--forest); color: #fff; border-color: transparent; }
.orbit-nodes li.is-accent span { background: var(--lime); color: var(--forest); }

/* Narrow cards: the loop becomes a numbered vertical list that points back to the start */
@container (max-width: 500px) {
  .orbit { aspect-ratio: auto; }
  .orbit-track, .orbit-center { display: none; }
  .orbit-nodes { position: relative; display: grid; gap: 10px; padding-left: 4px; }
  .orbit-nodes::before { content: ""; position: absolute; left: 21px; top: 16px; bottom: 16px; border-left: 2px dashed var(--teal); opacity: .5; }
  .orbit-nodes li { position: relative; left: auto; top: auto; transform: none; width: fit-content; font-size: 15px; padding: 6px 14px 6px 6px; gap: 8px; }
  .orbit-nodes span { width: 24px; height: 24px; font-size: 12px; }
  .orbit-nodes li.is-accent::after { content: "↺ back to 1"; margin-left: 4px; font-size: 12.5px; font-weight: 500; color: var(--lime); }
}


/* How it works — list rows */
.how { background: linear-gradient(180deg, var(--bg), #eef6e8); }
.steps { display: grid; gap: 12px; }
.step {
  display: grid; grid-template-columns: 56px 52px 1fr 1.1fr; align-items: center; gap: 20px;
  padding: 18px 28px 18px 20px; border-radius: 20px;
  background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(11,46,34,.04);
  transition: background .35s var(--ease), transform .35s var(--ease), box-shadow .35s;
  cursor: default;
}
.step-num { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--ink-3); line-height: 1; }
.step-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--forest-2); font-size: 20px; box-shadow: 0 4px 14px -6px rgba(11,46,34,.25); }
.step h3 { font-size: clamp(24px, 2.6vw, 34px); }
.step p { color: var(--ink-2); font-size: 16px; }
.step.is-active {
  background: linear-gradient(120deg, #e8fca4, var(--lime));
  box-shadow: 0 18px 40px -20px rgba(122,170,20,.7);
  transform: scale(1.01);
}
.step.is-active .step-num { color: var(--forest); }
.step.is-active p { color: var(--forest); }

/* The Vendo (product spotlight) */
.vendo-feature { background: linear-gradient(180deg, #eef6e8, var(--bg)); }
.vf-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.vf-frame {
  position: relative; border-radius: 32px; overflow: hidden; aspect-ratio: 620 / 700;
  box-shadow: 0 40px 80px -40px rgba(11,46,34,.55); background: var(--forest);
}
.vf-frame img { width: 100%; height: 100%; object-fit: cover; }
.vf-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.vf-badge { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 500; background: rgba(10,61,43,.55); }
.hotspot {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%);
  width: 34px; height: 34px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  display: grid; place-items: center; font-size: 13.5px; font-weight: 700; color: var(--forest);
  background: rgba(255,255,255,.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0 0 4px rgba(255,255,255,.35), 0 8px 18px -6px rgba(0,0,0,.45);
  transition: transform .25s var(--ease), background .25s;
}
.hotspot::before { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--lime); opacity: 0; animation: ring 2.4s ease-out infinite; }
.hotspot.is-active { background: var(--lime); transform: translate(-50%, -50%) scale(1.18); }
.hotspot.is-active::before { opacity: 1; }
@keyframes ring { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }
.vendo-feature h2 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 16px; }
.vendo-feature h2 em { color: var(--teal); }
.vf-lead { color: var(--ink-2); font-size: 18.5px; max-width: 30em; }
.vf-list { display: grid; gap: 8px; margin-top: 28px; }
.vfeat {
  display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start;
  padding: 14px 16px; border-radius: 18px; cursor: pointer; border: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.vfeat:hover { background: rgba(255,255,255,.6); }
.vfeat.is-active { background: rgba(255,255,255,.85); border-color: rgba(255,255,255,.95); box-shadow: 0 12px 30px -18px rgba(11,46,34,.35); }
.vfeat-num { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 14px; background: var(--mint); color: var(--forest-2); transition: background .25s; }
.vfeat.is-active .vfeat-num { background: var(--lime); color: var(--forest); }
.vfeat h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; margin-top: 5px; }
.vfeat p { color: var(--ink-2); font-size: 15.5px; margin-top: 4px; }
.vfeat:not(.is-active) p { display: none; }
.vf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-outline-dark { background: transparent; color: var(--forest); border: 1.5px solid rgba(10,61,43,.25); }
.btn-outline-dark:hover { border-color: var(--forest); background: rgba(255,255,255,.6); }
.vf-note { display: flex; gap: 8px; align-items: flex-start; margin-top: 18px; font-size: 13.5px; color: var(--ink-3); max-width: 34em; }
.vf-note .i { margin-top: 2px; }
.vf-badge .i { color: var(--lime); }

/* Products */
.products { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.products > .product { flex: 0 1 calc((100% - 40px) / 3); }
.refill { background: #eef6e8; }
.product { border-radius: var(--radius); padding: 22px 22px 28px; overflow: hidden; transition: transform .35s var(--ease); }
.product:hover { transform: translateY(-6px); }
.product-art {
  height: 240px; border-radius: 20px; margin-bottom: 22px; display: grid; place-items: center;
  background:
    radial-gradient(70% 60% at 50% 100%, color-mix(in srgb, var(--c1) 55%, transparent), transparent 70%),
    linear-gradient(180deg, #f7fbf4, #eef7ea);
  position: relative; overflow: hidden;
}
.product-art svg { height: 190px; width: auto; filter: drop-shadow(0 16px 20px rgba(11,46,34,.15)); transition: transform .5s var(--ease); }
.product:hover .product-art svg { transform: translateY(-6px) rotate(-3deg); }
.p-shell { fill: rgba(255,255,255,.75); stroke: rgba(11,46,34,.12); stroke-width: 1.5; }
.p-liquid { fill: var(--c2); opacity: .9; }
.p-cap { fill: var(--forest-2); }
.product h3 { font-size: 24px; margin-bottom: 6px; }
.product p { color: var(--ink-2); font-size: 16px; }
.fineprint { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 28px; color: var(--ink-3); font-size: 14.5px; }

/* Locations bento */
.bento { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.loc {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: var(--radius); min-height: 340px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 12px;
  background: var(--forest); box-shadow: var(--shadow);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.loc:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -24px rgba(11,46,34,.45); }
.loc-img {
  position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.loc:hover .loc-img { transform: scale(1.05); }
.loc::after { /* soft shade so the caption always reads */
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, transparent 40%, rgba(6,32,23,.55) 100%);
}
.loc-caption {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px; border-radius: 20px; color: #fff;
  background: linear-gradient(145deg, rgba(10,61,43,.55), rgba(10,61,43,.35));
  backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.loc h3 { font-size: 20px; margin-bottom: 4px; }
.loc p { color: rgba(255,255,255,.82); font-size: 14.5px; line-height: 1.5; }
.loc-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; flex: none; background: var(--lime); color: var(--forest); font-size: 20px; }
.loc-feature { grid-row: span 2; padding: 16px; }
.loc-feature .loc-caption { padding: 22px 24px; }
.loc-feature h3 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 8px; }
.loc-feature p { font-size: 16.5px; max-width: 26em; }
.loc-feature .loc-icon { width: 50px; height: 50px; font-size: 22px; }
.locations .bento { position: relative; }
.locations::before {
  content: ""; position: absolute; left: 10%; top: 40%; width: 520px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,247,92,.45), transparent 65%); filter: blur(30px); pointer-events: none;
}

/* System */
.system {
  margin: 0 12px; border-radius: 40px; overflow: hidden; isolation: isolate;
  background: linear-gradient(160deg, #082f22, #0b4430 60%, #0e5a3c); color: #fff;
}
.system-bg { position: absolute; inset: 0; z-index: -1; }
.system .b1 { width: 480px; height: 480px; background: #0b9c6c; left: -120px; top: -120px; opacity: .5; }
.system .b2 { width: 420px; height: 420px; background: #7fd13b; right: -100px; bottom: -150px; opacity: .3; }
.system-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.system h2 { font-size: clamp(34px, 4.2vw, 54px); margin-bottom: 20px; }
.system h2 em { color: var(--lime); }
.system-copy > p { color: rgba(255,255,255,.75); font-size: 18px; max-width: 30em; }
.system-quote { margin-top: 32px; padding: 24px 26px; border-radius: 22px; font-size: 20px; line-height: 1.45; }
.system-quote strong { color: var(--lime); font-weight: 600; }

.cycle { position: relative; width: min(520px, 100%); aspect-ratio: 1; margin-inline: auto; --r: 40%; }
.cycle-ring {
  position: absolute; inset: 10%; border-radius: 50%;
  border: 2px dashed rgba(212,247,92,.35);
  animation: spin 60s linear infinite;
}
.cycle-ring::before {
  content: ""; position: absolute; inset: -2px; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 80%, rgba(212,247,92,.9) 96%, transparent 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  animation: spin 6s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.cycle-center {
  position: absolute; inset: 30%; border-radius: 50%; display: grid; place-content: center; justify-items: center; text-align: center; gap: 4px;
  background: radial-gradient(circle, rgba(255,255,255,.14), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.cycle-center img { width: 56px; height: 56px; margin-bottom: 6px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.25)); }
.cycle-center strong { font-size: 17px; font-weight: 600; }
.cycle-center small { color: rgba(255,255,255,.6); font-size: 13px; }
.cycle-nodes li {
  --a: calc(-90deg + var(--i) * (360deg / 7));
  position: absolute;
  left: calc(50% + var(--r) * cos(var(--a)));
  top: calc(50% + var(--r) * sin(var(--a)));
  transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px 8px 8px; border-radius: 999px; font-size: 14px; font-weight: 500; white-space: nowrap;
  background: rgba(10, 61, 43, .72); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  max-width: 190px;
}
.cycle-nodes li:nth-child(6) { white-space: normal; line-height: 1.2; }
.cycle-nodes span {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: rgba(255,255,255,.14); font-size: 12.5px; font-weight: 600;
}
.cycle-nodes li.is-vendo { background: var(--lime); color: var(--forest); border-color: transparent; }
.cycle-nodes li.is-vendo span { background: rgba(10,61,43,.12); }
.cycle-nodes li.is-vendo::after {
  content: "The Vendo"; position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); font-weight: 600;
}

/* Partners */
.deal { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.partners::before {
  content: ""; position: absolute; inset: 20% 10% auto; height: 380px;
  background: radial-gradient(50% 50% at 30% 50%, rgba(212,247,92,.5), transparent), radial-gradient(50% 50% at 70% 50%, rgba(11,156,108,.25), transparent);
  filter: blur(40px); pointer-events: none;
}
.deal-card { border-radius: var(--radius); padding: 32px; height: 100%; }
.deal-tag { display: inline-block; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: var(--forest); color: var(--lime); }
.deal-tag.tag-alt { background: var(--lime); color: var(--forest); }
.deal-card h3 { font-size: 26px; margin: 18px 0 20px; }
.deal-card ul { display: grid; gap: 12px; }
.deal-card li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); }
.deal-card li .i { color: var(--teal); margin-top: 4px; }
.deal-plus {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--forest); font-size: 28px; font-weight: 300; box-shadow: var(--shadow); position: relative; z-index: 1;
}
.deal-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin-top: 40px; }
.deal-cta p { font-size: 19px; font-weight: 500; }

/* Baguio */
.baguio { padding-top: 0; }
.baguio-card { border-radius: 36px; padding: clamp(28px, 5vw, 56px); padding-bottom: clamp(120px, 14vw, 170px); overflow: hidden; background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(234,247,228,.75)); }
.mountains { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 150px; }
.mountains .m1 { fill: rgba(11,156,108,.14); }
.mountains .m2 { fill: rgba(11,156,108,.22); }
.mountains .pines { fill: rgba(10,61,43,.35); }
.baguio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; position: relative; }
.baguio h2 { font-size: clamp(34px, 4.2vw, 54px); margin-bottom: 18px; }
.baguio h2 em { color: var(--teal); }
.baguio p { color: var(--ink-2); }
.baguio-note { margin-top: 18px; padding-left: 16px; border-left: 3px solid var(--lime-2); }
.baguio-note strong { color: var(--ink); font-weight: 600; }
.list-title { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 16px; }
.who { display: flex; flex-wrap: wrap; gap: 10px; }
.who li {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 999px; font-size: 15px; font-weight: 500;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 2px 8px -4px rgba(11,46,34,.15);
}
.who li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--lime-2), var(--teal)); }

/* CTA */
.cta { padding-top: 0; }
.cta-card {
  position: relative; overflow: hidden; isolation: isolate; border-radius: 40px;
  background: linear-gradient(150deg, #0a3d2b, #0e5a3c 60%, #127046);
  color: #fff; padding: clamp(32px, 5vw, 64px);
}
.cta-bg { position: absolute; inset: 0; z-index: -1; }
.cta .b1 { width: 420px; height: 420px; background: #d4f75c; top: -180px; left: 20%; opacity: .3; }
.cta .b2 { width: 420px; height: 420px; background: #0b9c6c; bottom: -200px; right: -60px; opacity: .6; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.cta-grid > *, .hero-grid > *, .system-grid > *, .baguio-grid > *, .field { min-width: 0; }
.cta h2 { font-size: clamp(40px, 5.4vw, 72px); margin-bottom: 20px; }
.cta h2 em { color: var(--lime); }
.cta-copy p { color: rgba(255,255,255,.78); font-size: 18px; max-width: 28em; }
.pilot-form { border-radius: 28px; padding: 28px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.pilot-form h3 { font-size: 22px; margin-bottom: 4px; }
.field { display: grid; gap: 6px; }
.field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
.field label { font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.85); }
.field label span { color: rgba(255,255,255,.5); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: 14px; font-size: 15.5px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff;
  transition: border-color .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 84px; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23fff' stroke-width='1.8'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.field select option { color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lime); background: rgba(255,255,255,.14); }
.field.has-error input { border-color: #ffb4a2; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 14px; min-height: 1.2em; color: var(--lime); }
.form-status.is-error { color: #ffc9bb; }

/* Footer */
.footer { padding: 72px 0 28px; overflow: hidden; }
.footer-top { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.footer-top p { color: var(--ink-2); margin-top: 12px; max-width: 26em; }
.footer nav { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: flex-start; max-width: 520px; }
.footer nav a { color: var(--ink-2); font-size: 15px; }
.footer nav a:hover { color: var(--teal); }
.footer-contact { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-contact a {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-size: 14.5px; font-weight: 500; color: var(--ink);
  transition: border-color .2s, color .2s;
}
.footer-contact a:hover { border-color: var(--teal); color: var(--teal); }
.i.fb { fill: currentColor; stroke: none; }
.cta-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 28px; }
.cta-contact > span { width: 100%; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; }
.contact-chip { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px; font-size: 15px; font-weight: 500; transition: background .2s, transform .25s var(--ease); max-width: 100%; overflow-wrap: anywhere; }
.contact-chip:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.contact-chip .i { color: var(--lime); }
.footer-word { width: 100%; height: auto; margin: 56px 0 28px; user-select: none; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-3); }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .step.reveal.is-in.is-active { transform: scale(1.01); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) and (min-width: 961px) {
  .float-card { display: none; }
}

@media (max-width: 1120px) and (min-width: 961px) {
  .nav-links a { padding: 8px 9px; font-size: 14.5px; }
  .nav { gap: 12px; }
}

@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle {
    display: grid; place-content: center; gap: 6px; margin-left: auto;
    width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer;
    background: var(--forest);
  }
  .nav-toggle span { width: 18px; height: 2px; border-radius: 2px; background: #fff; transition: transform .3s var(--ease); }
  .nav-wrap.is-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-wrap.is-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { flex-wrap: wrap; border-radius: 28px; }
  .nav-wrap.is-open .nav.glass { background: rgba(255,255,255,.96); }
  .nav-wrap.is-open .nav-links a { color: var(--ink); }
  .nav-wrap.is-open .nav-links {
    display: flex; flex-direction: column; width: 100%; margin: 4px 0 6px; gap: 2px; order: 3;
  }
  .nav-wrap.is-open .nav-links a { padding: 12px 14px; font-size: 17px; }
  .nav-wrap.is-open .nav-cta-mobile { display: block; margin-top: 6px; }
  .nav-wrap.is-open .nav-cta-mobile .btn { width: 100%; padding: 14px; color: var(--forest); }

  .hero { padding-top: 120px; border-radius: 0 0 32px 32px; margin: 0 8px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-head.split { grid-template-columns: 1fr; gap: 16px; }
  .section-head.split p { justify-self: start; }
  .step { grid-template-columns: 44px 48px 1fr; row-gap: 6px; padding: 18px 20px 18px 16px; }
  .step p { grid-column: 3; }
  .products { gap: 14px; }
  .products > .product { flex-basis: calc((100% - 14px) / 2); }
  .bento { grid-template-columns: 1fr 1fr; }
  .loc-feature { grid-row: auto; grid-column: 1 / -1; min-height: 420px; }
  .system { margin: 0 8px; border-radius: 32px; }
  .system-grid { grid-template-columns: 1fr; gap: 48px; }
  .cta-grid { grid-template-columns: 1fr; }
  .baguio-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .vf-grid { grid-template-columns: 1fr; gap: 40px; }
  .vf-media { max-width: 520px; width: 100%; margin-inline: auto; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 32px); }
  .hero { padding: 112px 0 64px; }
  .hero-actions .btn { flex: 1 1 auto; }
  .hero-word { top: 90px; }
  .float-card { display: none; }
  .step { grid-template-columns: 48px 1fr; padding: 16px; gap: 4px 14px; }
  .step-num { display: none; }
  .step-icon { grid-row: span 2; align-self: start; }
  .step p { grid-column: 2; }
  .step h3 { font-size: 24px; }
  .products > .product { flex-basis: 100%; }
  .product-art { height: 200px; }
  .bento { grid-template-columns: 1fr; }
  .loc, .loc-feature { min-height: 340px; }
  .loc-feature h3 { font-size: 24px; margin-bottom: 4px; }
  .loc-feature p { font-size: 15px; }
  .loc-feature .loc-caption { padding: 16px 18px; }
  .loc-feature .loc-icon { width: 42px; height: 42px; }
  .deal { grid-template-columns: 1fr; }
  .deal-plus { margin: -8px auto; }
  .deal-cta { flex-direction: column; text-align: center; }
  .field-row { grid-template-columns: 1fr; }
  .pilot-form { padding: 20px 18px; }
  .about-card { padding: 22px 16px; border-radius: 26px; }
  .supporters { padding-top: 44px; }
  .supporters-logos { gap: 4px; padding: 12px; border-radius: 22px; }
  .supporters-logos li { flex-basis: calc(50% - 4px); max-width: none; height: 76px; }
  .supporters-logos img { height: calc(var(--h) * .85); }
  .vf-frame { border-radius: 26px; }
  .hotspot { width: 30px; height: 30px; font-size: 12.5px; }
  .vf-actions .btn { flex: 1 1 auto; }
  .orbit-nodes li { font-size: 13px; padding: 4px 10px 4px 4px; gap: 5px; }
  .orbit-nodes span { width: 20px; height: 20px; font-size: 11px; }
  .orbit-center { width: 40px; height: 40px; }
  .cta-card { padding: 28px 16px 16px; }
  .cta-copy { padding-inline: 8px; }
  .baguio-card { border-radius: 28px; }
  .cta-card { border-radius: 28px; }

  /* cycle becomes a vertical list */
  .cycle { aspect-ratio: auto; width: 100%; }
  .cycle-ring, .cycle-center { display: none; }
  .cycle-nodes { display: grid; gap: 10px; position: relative; }
  .cycle-nodes::before { content: ""; position: absolute; left: 21px; top: 20px; bottom: 20px; border-left: 2px dashed rgba(212,247,92,.35); }
  .cycle-nodes li { position: relative; left: auto; top: auto; transform: none; max-width: none; white-space: normal; padding: 8px 16px 8px 8px; font-size: 15.5px; width: fit-content; }
  .cycle-nodes li span { width: 28px; height: 28px; }
  .cycle-nodes li.is-vendo::after { position: static; transform: none; margin-left: 6px; color: var(--forest); opacity: .7; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .bottle-fill { transform: scaleY(.72); }
  .stream { transform: translateX(-50%); }
  .progress span { width: 70%; }
}
