/* Healtharo v2 — "Vivid Wellness": bright, colour-confident, modern. Bricolage Grotesque + DM Sans. */
@font-face { font-family: 'Bricolage Grotesque'; src: url('/assets/fonts/bricolage.woff2') format('woff2'); font-weight: 300 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dmsans.woff2') format('woff2'); font-weight: 300 800; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dmsans-italic.woff2') format('woff2'); font-weight: 300 800; font-style: italic; font-display: swap; }

:root {
  --ink: #15161d; --ink-2: #2b2d3a; --ink-3: #5b5f72; --ink-4: #8b8fa3;
  --bg: #ffffff; --mist: #f4f5f9; --mist-2: #e9ebf3; --line: #e4e6ee;
  --green: #2f9e44; --green-d: #1f7a33; --green-t: #e6f5ea; --green-t2: #cdeed6;
  --orange: #f28c28; --orange-d: #d6741a; --orange-t: #fff0e1; --orange-t2: #ffe0c2;
  --indigo: #3e4095; --indigo-d: #2a2c6e; --indigo-t: #e9e9f6; --navy: #1b1d55; --navy-2: #14163f;
  --red: #e63946;
  --r-sm: 12px; --r: 20px; --r-lg: 28px; --r-xl: 40px;
  --shadow: 0 10px 30px rgba(27, 29, 85, .08); --shadow-lg: 0 24px 60px rgba(27, 29, 85, .16);
  --font-d: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif; --font-b: 'DM Sans', 'Segoe UI', system-ui, sans-serif;
  --fs-hero: clamp(2.7rem, 1.2rem + 5.2vw, 5.6rem); --fs-h1: clamp(2.3rem, 1.4rem + 3.2vw, 4rem); --fs-h2: clamp(1.9rem, 1.3rem + 2.1vw, 2.9rem); --fs-h3: 1.2rem;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --gutter: clamp(1rem, 4vw, 2.5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-b); color: var(--ink-2); background: var(--bg); line-height: 1.6; font-size: 1.02rem; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--indigo); }
h1, h2, h3, h4 { font-family: var(--font-d); color: var(--ink); line-height: 1.05; letter-spacing: -.025em; margin: 0 0 .6em; font-weight: 800; }
h1 { font-size: var(--fs-h1); } h2 { font-size: var(--fs-h2); } h3 { font-size: var(--fs-h3); letter-spacing: -.01em; line-height: 1.25; font-weight: 700; }
p { margin: 0 0 1em; }
.lead { font-size: clamp(1.05rem, .95rem + .4vw, 1.25rem); color: var(--ink-3); max-width: 62ch; }
.muted { color: var(--ink-3); } .small { font-size: .9rem; } .center { text-align: center; }
.container { width: min(100% - 2 * var(--gutter), 1240px); margin-inline: auto; }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.section.tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section.mist { background: var(--mist); }
.section.navy { background: var(--navy); color: rgba(255, 255, 255, .85); }
.section.navy h2, .section.navy h3 { color: #fff; }
.section.navy .lead { color: rgba(255, 255, 255, .78); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 999px; z-index: 100; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--indigo); outline-offset: 3px; border-radius: 6px; }
.section.navy :focus-visible, .site-footer :focus-visible, .cta :focus-visible, .ticker :focus-visible { outline-color: #fff; }

/* headline accents */
.hl { background-image: linear-gradient(transparent 58%, var(--hl, var(--green-t2)) 58%); border-radius: .1em; padding-inline: .05em; }
.hl.orange { --hl: var(--orange-t2); } .hl.indigo { --hl: var(--indigo-t); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--indigo); background: var(--indigo-t); border-radius: 999px; padding: .4rem .85rem; margin: 0 0 1.1rem; }
.eyebrow.green { color: var(--green-d); background: var(--green-t); } .eyebrow.orange { color: var(--orange-d); background: var(--orange-t); }
.eyebrow svg { width: 14px; height: 14px; }
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.section-head { max-width: 760px; margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.split { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; flex-wrap: wrap; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--font-b); font-weight: 700; font-size: .98rem; padding: .95rem 1.5rem; border-radius: 999px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s; line-height: 1; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(21, 22, 29, .22); }
.btn-primary:hover { background: #000; color: #fff; }
.btn-green { background: var(--green-d); color: #fff; box-shadow: 0 10px 24px rgba(31, 122, 51, .28); }
.btn-green:hover { background: #185f28; color: #fff; }
.btn-orange { background: var(--orange); color: var(--ink); box-shadow: 0 10px 24px rgba(242, 140, 40, .3); }
.btn-orange:hover { background: #ffa04a; color: var(--ink); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { color: var(--navy); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-outline-light:hover { border-color: #fff; color: #fff; }
.btn-sm { padding: .7rem 1.1rem; font-size: .9rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; text-decoration: none; color: var(--ink); border-bottom: 2px solid var(--orange); padding-bottom: .1rem; }
.link-arrow:hover { color: var(--indigo); }

/* header */
.topbar { background: var(--navy); color: rgba(255, 255, 255, .85); font-size: .82rem; font-weight: 600; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 36px; }
.topbar a { color: #fff; text-decoration: none; }
.topbar .l, .topbar .r { display: flex; gap: 1.25rem; align-items: center; }
.topbar svg { width: 14px; height: 14px; }
.topbar .r span { display: inline-flex; align-items: center; gap: .35rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(27, 29, 85, .06); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: .15rem; background: var(--mist); border-radius: 999px; padding: .3rem; }
.nav a { text-decoration: none; color: var(--ink-2); font-weight: 600; font-size: .92rem; padding: .55rem .95rem; border-radius: 999px; transition: background .2s, color .2s; white-space: nowrap; }
.nav a:hover { background: #fff; color: var(--ink); }
.nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav .nav-cta, .nav .nav-phone { display: none; }
.header-cta { display: flex; align-items: center; gap: .5rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; cursor: pointer; position: relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { position: absolute; left: 13px; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s var(--ease), opacity .2s; content: ''; }
.nav-toggle span { top: 22px; } .nav-toggle span::before { top: -6px; left: 0; } .nav-toggle span::after { top: 6px; left: 0; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 1080px) {
  .topbar { display: none; }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .nav { position: fixed; inset: 0; top: 0; background: var(--navy); border-radius: 0; padding: 6.5rem var(--gutter) 2rem; flex-direction: column; align-items: stretch; gap: .25rem; transform: translateY(-101%); transition: transform .4s var(--ease); z-index: 40; overflow: auto; }
  .nav.open { transform: none; }
  .nav a { color: #fff; font-family: var(--font-d); font-weight: 700; font-size: clamp(1.6rem, 6vw, 2.2rem); padding: .55rem .5rem; border-radius: 12px; letter-spacing: -.02em; }
  .nav a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
  .nav a[aria-current="page"] { background: transparent; color: var(--orange); }
  .nav .nav-cta { display: inline-flex; margin-top: 1.5rem; background: var(--green); color: #fff; font-size: 1.1rem; justify-content: center; padding: 1rem; border-radius: 999px; }
  .nav .nav-phone { display: inline-flex; justify-content: center; background: rgba(255, 255, 255, .1); color: #fff; font-size: 1.1rem; padding: 1rem; border-radius: 999px; margin-top: .5rem; }
  body.nav-open { overflow: hidden; }
  .site-header { z-index: 60; }
  body.nav-open .site-header { background: var(--navy); }
  body.nav-open .nav-toggle { background: #fff; }
}

/* hero */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(60% 50% at 8% 10%, var(--green-t) 0%, transparent 60%),
  radial-gradient(45% 45% at 96% 12%, var(--indigo-t) 0%, transparent 60%),
  radial-gradient(55% 55% at 80% 95%, var(--orange-t) 0%, transparent 60%), #fff; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 7vw, 6rem); }
.hero h1 { font-size: var(--fs-hero); letter-spacing: -.035em; line-height: .98; margin-bottom: 1.25rem; max-width: 11ch; }
.hero .lead { margin-bottom: 1.75rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.25rem 1.75rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; align-items: center; gap: .6rem; font-weight: 600; font-size: .92rem; color: var(--ink-2); }
.hero-proof i { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--green); flex: none; }
.hero-proof i.o { background: var(--orange); } .hero-proof i.i { background: var(--indigo); }
.hero-proof svg { width: 18px; height: 18px; }
.cluster { position: relative; aspect-ratio: 1; max-width: 560px; margin-inline: auto; }
.cluster .blob { position: absolute; }
.cluster .blob.o { inset: 8% 6% 8% 12%; background: var(--orange); border-radius: 46% 54% 58% 42% / 50% 40% 60% 50%; }
.cluster .blob.g { width: 36%; aspect-ratio: 1; left: -2%; bottom: 4%; background: var(--green); border-radius: 50%; }
.cluster .blob.i { width: 28%; aspect-ratio: 1; right: 0; top: 2%; background: var(--indigo); border-radius: 50%; }
.cluster .pack { position: absolute; margin: 0; }
.cluster .pack img { width: 100%; height: auto; filter: drop-shadow(0 30px 30px rgba(21, 22, 29, .3)); }
.cluster .pack.m { left: 34%; top: 7%; width: 31%; z-index: 3; }
.cluster .pack.a { left: 4%; bottom: 10%; width: 26%; z-index: 4; }
.cluster .pack.b { right: 4%; top: 10%; width: 20%; z-index: 4; }
.cluster .chip { position: absolute; z-index: 5; background: #fff; border-radius: 999px; padding: .55rem .95rem .55rem .6rem; box-shadow: var(--shadow-lg); font-weight: 700; font-size: .86rem; display: inline-flex; gap: .5rem; align-items: center; color: var(--ink); white-space: nowrap; }
.cluster .chip i { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); }
.cluster .chip i.o { background: var(--orange); } .cluster .chip i.i { background: var(--indigo); }
.cluster .chip svg { width: 14px; height: 14px; }
.cluster .chip.c1 { left: 2%; top: 12%; } .cluster .chip.c2 { right: 0; top: 66%; } .cluster .chip.c3 { left: 36%; bottom: 3%; }
@media (prefers-reduced-motion: no-preference) {
  .cluster .blob.o { animation: blob 9s ease-in-out infinite alternate; }
  .cluster .pack.m { animation: float 6s ease-in-out infinite alternate; }
  .cluster .pack.a { animation: float 7s ease-in-out infinite alternate-reverse; }
  .cluster .pack.b { animation: float 8s ease-in-out infinite alternate; }
  .cluster .chip { animation: float 5s ease-in-out infinite alternate; }
}
@keyframes float { from { transform: translateY(0); } to { transform: translateY(-10px); } }
@keyframes blob { from { border-radius: 46% 54% 58% 42% / 50% 40% 60% 50%; } to { border-radius: 54% 46% 44% 56% / 42% 56% 44% 58%; } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; }
  .cluster { max-width: 440px; }
}

/* ticker */
.ticker { background: var(--navy); color: #fff; overflow: hidden; font-family: var(--font-d); font-weight: 700; font-size: 1rem; letter-spacing: .01em; }
.ticker .track { display: flex; width: max-content; gap: 0; padding-block: .8rem; }
.ticker .track span { display: inline-flex; align-items: center; gap: 1.25rem; padding-right: 1.25rem; white-space: nowrap; }
.ticker .track span::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.ticker .track span:nth-child(3n+2)::after { background: var(--green); } .ticker .track span:nth-child(3n)::after { background: #fff; opacity: .6; }
@media (prefers-reduced-motion: no-preference) { .ticker .track { animation: ticker 60s linear infinite; } .ticker:hover .track { animation-play-state: paused; } }
@keyframes ticker { to { transform: translateX(-50%); } }

/* category tiles */
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 178px), 1fr)); gap: .9rem; }
.tile { --c: var(--indigo); --ct: var(--indigo-t); background: var(--ct); color: var(--ink); border-radius: var(--r); padding: 1.15rem; min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; transition: transform .3s var(--ease), background .3s, color .3s, box-shadow .3s; }
.tile .ic { width: 44px; height: 44px; border-radius: 13px; background: #fff; color: var(--c); display: grid; place-items: center; transition: background .3s, color .3s; }
.tile .ic svg { width: 24px; height: 24px; }
.tile strong { font-family: var(--font-d); font-size: 1.08rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.15; display: block; margin-top: 1.5rem; }
.tile .n { font-size: .8rem; font-weight: 700; color: var(--c); margin-top: .3rem; display: block; }
.tile:hover { background: var(--c); color: #fff; transform: translateY(-4px); box-shadow: 0 18px 36px color-mix(in srgb, var(--c) 35%, transparent); }
.tile:hover .n { color: rgba(255, 255, 255, .85); }
.tile.big { grid-column: span 2; min-height: 200px; }
@media (max-width: 480px) { .tile.big { grid-column: span 1; } }

/* product cards */
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: 1.25rem; }
.pcard { --c: var(--indigo); --ct: var(--indigo-t); background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pcard .plate { aspect-ratio: 1; background: var(--ct); position: relative; }
.pcard .plate::after { content: none; }
.pcard .plate img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; height: auto; max-width: 74%; max-height: 80%; z-index: 1; filter: drop-shadow(0 16px 18px rgba(21, 22, 29, .22)); transition: transform .4s var(--ease), filter .4s var(--ease); }
.pcard:hover .plate img { transform: translate(-50%, calc(-50% - 6px)) scale(1.03); filter: drop-shadow(0 24px 24px rgba(21, 22, 29, .26)); }
.pcard .plate .form-icon { position: absolute; inset: 28%; width: 44%; height: 44%; color: var(--c); opacity: .85; z-index: 1; }
.pcard .body { padding: 1.1rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.pcard .cat { color: var(--c); font-weight: 800; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.pcard h3 { margin: 0; font-size: 1.22rem; }
.pcard .tag { color: var(--ink-3); font-size: .93rem; margin: 0; }
.pcard .forms { display: flex; gap: .35rem; flex-wrap: wrap; margin-top: auto; padding-top: .8rem; }
.pcard .forms span { font-size: .74rem; font-weight: 700; background: var(--ct); color: var(--c); padding: .3rem .6rem; border-radius: 999px; }
.pcard[hidden] { display: none; }
.pill { display: inline-flex; align-items: center; gap: .35rem; font-size: .84rem; font-weight: 600; padding: .4rem .8rem; border-radius: 999px; background: var(--mist); color: var(--ink-2); text-decoration: none; }
.pill.green { background: var(--green-t); color: var(--green-d); } .pill.orange { background: var(--orange-t); color: var(--orange-d); } .pill.indigo { background: var(--indigo-t); color: var(--indigo); }
.pills { display: flex; flex-wrap: wrap; gap: .5rem; }

/* scroller (featured) */
.scroller { display: grid; grid-auto-flow: column; grid-auto-columns: min(78%, 280px); gap: 1.1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: .5rem .25rem 1.25rem; margin-inline: -.25rem; scrollbar-width: thin; scrollbar-color: var(--indigo-t) transparent; }
.scroller > * { scroll-snap-align: start; }

/* range list (six families) */
.family-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 1rem; }
.family { display: flex; gap: 1.1rem; padding: 1.4rem; border-radius: var(--r); background: #fff; border: 1px solid var(--line); align-items: flex-start; transition: transform .3s var(--ease), box-shadow .3s; }
.family:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.family .num { font-family: var(--font-d); font-weight: 800; font-size: 2rem; letter-spacing: -.04em; color: var(--orange); line-height: 1; min-width: 2.2rem; }
.family:nth-child(3n+2) .num { color: var(--green); } .family:nth-child(3n) .num { color: var(--indigo); }
.family h3 { margin: 0 0 .3rem; }
.family p { margin: 0; color: var(--ink-3); font-size: .95rem; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 1rem; }
.stat { border-radius: var(--r); padding: 1.6rem 1.5rem; color: #fff; background: var(--ink); min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; }
.stat.g { background: var(--green-d); } .stat.o { background: var(--orange); color: var(--ink); } .stat.i { background: var(--indigo); }
.stat strong { font-family: var(--font-d); font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3.4rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; display: block; }
.stat span { font-weight: 600; font-size: .95rem; opacity: .9; }

/* two column + media */
.two { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.media { border-radius: var(--r-xl); overflow: hidden; background: var(--mist); position: relative; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media.squircle { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
.media.r-4-5 { aspect-ratio: 4 / 5; } .media.r-4-3 { aspect-ratio: 4 / 3; } .media.r-1 { aspect-ratio: 1; }
.media.r-auto { aspect-ratio: auto; } .media.r-auto img { height: auto; }
.media.framed { box-shadow: var(--shadow-lg); }
.media .badge { position: absolute; left: 1.25rem; bottom: 1.25rem; background: #fff; border-radius: 999px; padding: .6rem 1rem; font-weight: 700; font-size: .9rem; box-shadow: var(--shadow-lg); display: inline-flex; gap: .5rem; align-items: center; }
.media .badge svg { width: 18px; height: 18px; color: var(--green); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; }
.check-list li::before { content: ''; flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 12.5 3.2 3.2L17 9'/%3E%3C/svg%3E") center/14px no-repeat; margin-top: .1rem; }
.num-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; counter-reset: n; }
.num-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; counter-increment: n; }
.num-list li::before { content: counter(n, decimal-leading-zero); font-family: var(--font-d); font-weight: 800; font-size: 1.4rem; letter-spacing: -.03em; color: #fff; background: var(--indigo); border-radius: 14px; width: 48px; height: 48px; display: grid; place-items: center; }
.num-list li:nth-child(3n+2)::before { background: var(--green); } .num-list li:nth-child(3n)::before { background: var(--orange); color: var(--ink); }
.num-list strong { display: block; font-family: var(--font-d); font-size: 1.15rem; margin-bottom: .2rem; color: var(--ink); }
.num-list p { margin: 0; color: var(--ink-3); }

/* classic band */
.classic-band { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.classic-band::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1.5px); background-size: 22px 22px; opacity: .6; }
.classic-band .container { position: relative; }
.pack-row { display: flex; gap: 1rem; overflow-x: auto; padding: .5rem .25rem 1rem; scrollbar-width: thin; scroll-snap-type: x proximity; }
.pack-row figure { margin: 0; flex: none; width: 150px; text-align: center; scroll-snap-align: start; }
.pack-row figure > div, .pack-row .plate2 { background: #fff; border-radius: 18px; height: 170px; display: grid; place-items: center; padding: .8rem; }
.pack-row img { max-height: 146px; max-width: 120px; width: auto; height: auto; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .18)); }
.pack-row figcaption { font-size: .82rem; font-weight: 600; margin-top: .55rem; line-height: 1.3; }
.classic-band .pack-row figure > div { background: rgba(255, 255, 255, .96); }

/* quote block */
.quote-wrap { background: var(--orange-t); border-radius: var(--r-xl); padding: clamp(2.5rem, 6vw, 5rem); text-align: center; position: relative; overflow: hidden; }
.quote-wrap::before, .quote-wrap::after { content: ''; position: absolute; border-radius: 50%; }
.quote-wrap::before { width: 260px; height: 260px; background: var(--orange); opacity: .25; right: -80px; top: -90px; }
.quote-wrap::after { width: 180px; height: 180px; background: var(--green); opacity: .2; left: -50px; bottom: -70px; }
.quote-wrap .q { position: relative; font-family: var(--font-d); font-weight: 800; letter-spacing: -.03em; font-size: clamp(1.7rem, 1.1rem + 2.4vw, 3rem); color: var(--ink); max-width: 20ch; margin: 0 auto 1rem; line-height: 1.08; }
.quote-wrap .q em { font-style: normal; color: var(--indigo); }
.quote-wrap .lead { margin-inline: auto; position: relative; }

/* CTA */
.cta { background: linear-gradient(115deg, var(--green-d), var(--green) 60%, #4fb35f); color: #fff; border-radius: var(--r-xl); padding: clamp(2rem, 5vw, 3.5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; position: relative; overflow: hidden; }
.cta::after { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(255, 255, 255, .1); right: -120px; top: -160px; }
.cta h2 { color: #fff; margin-bottom: .4rem; max-width: 18ch; }
.cta p { margin: 0; color: rgba(255, 255, 255, .85); max-width: 50ch; }
.cta .btn-row { position: relative; }

/* footer */
.site-footer { background: var(--navy-2); color: rgba(255, 255, 255, .78); padding-block: 4rem 2rem; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.site-footer h4 { color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.site-footer a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.footer-logo { display: inline-block; background: #fff; border-radius: 16px; padding: .75rem 1rem; margin-bottom: 1.1rem; }
.footer-logo img { height: 40px; width: auto; }
.site-footer .disclaimer { font-size: .82rem; color: rgba(255, 255, 255, .55); border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 1.5rem; max-width: 90ch; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: rgba(255, 255, 255, .5); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.wa-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 45; display: inline-flex; align-items: center; gap: .55rem; background: #25d366; color: #0b2b20; padding: .8rem 1.1rem .8rem .9rem; border-radius: 999px; font-weight: 800; text-decoration: none; box-shadow: 0 12px 30px rgba(37, 211, 102, .45); }
.wa-float svg { width: 22px; height: 22px; }
@media (max-width: 640px) { .wa-float span { display: none; } .wa-float { padding: .9rem; } }

/* page hero (inner pages) */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(50% 60% at 100% 0%, var(--ph, var(--indigo-t)) 0%, transparent 70%), var(--mist); padding-block: clamp(2.5rem, 6vw, 5rem); }
.page-hero.green { --ph: var(--green-t); } .page-hero.orange { --ph: var(--orange-t); }
.page-hero h1 { max-width: 16ch; }
.page-hero .lead { max-width: 60ch; }
.page-hero .two { align-items: center; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; margin: 0 0 1.5rem; font-size: .84rem; font-weight: 600; color: var(--ink-4); }
.breadcrumb li + li::before { content: '/'; margin-right: .35rem; color: var(--ink-4); opacity: .6; }
.breadcrumb a { color: var(--ink-3); text-decoration: none; }
.breadcrumb a:hover { color: var(--indigo); }

/* filters */
.filters { position: sticky; top: 78px; z-index: 30; background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.filters .row { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; padding-block: .8rem; }
.filters .search { flex: 1 1 240px; display: flex; align-items: center; gap: .5rem; background: var(--mist); border: 1.5px solid transparent; border-radius: 999px; padding: .55rem 1rem; }
.filters .search:focus-within { border-color: var(--indigo); background: #fff; }
.filters .search svg { width: 18px; height: 18px; color: var(--ink-4); flex: none; }
.filters .search input { border: 0; outline: 0; background: transparent; width: 100%; font: inherit; font-size: .95rem; }
.filters select { font: inherit; font-size: .92rem; font-weight: 600; padding: .6rem 2.2rem .6rem 1rem; border-radius: 999px; border: 1.5px solid var(--line); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315161d' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right .8rem center/16px no-repeat; appearance: none; color: var(--ink); max-width: 260px; }
.form-chips { display: flex; flex-wrap: wrap; gap: .35rem; }
.form-chips button { font: inherit; font-size: .86rem; font-weight: 700; padding: .5rem .9rem; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--ink-2); cursor: pointer; transition: all .2s; }
.form-chips button:hover { border-color: var(--ink); }
.form-chips button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.filters .count { margin-left: auto; font-size: .88rem; font-weight: 600; color: var(--ink-3); }
.filters .clear { font: inherit; font-size: .86rem; font-weight: 700; background: none; border: 0; color: var(--red); cursor: pointer; text-decoration: underline; }
@media (max-width: 1080px) { .filters { top: 0; } }
.cat-section { margin-bottom: 3.5rem; }
.cat-section[hidden] { display: none; }
.cat-head { --c: var(--indigo); --ct: var(--indigo-t); display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.cat-head .ic { width: 52px; height: 52px; border-radius: 16px; background: var(--ct); color: var(--c); display: grid; place-items: center; flex: none; }
.cat-head .ic svg { width: 26px; height: 26px; }
.cat-head h2 { margin: 0; font-size: 1.6rem; }
.cat-head h2 a { color: inherit; text-decoration: none; }
.cat-head h2 a:hover { color: var(--c); }
.cat-head p { margin: 0; color: var(--ink-3); flex-basis: 100%; }
@media (min-width: 900px) { .cat-head p { flex-basis: auto; margin-left: auto; max-width: 46ch; text-align: right; font-size: .95rem; } }
.empty { display: none; text-align: center; padding: 3rem 1rem; color: var(--ink-3); background: var(--mist); border-radius: var(--r); }
.empty.show { display: block; }

/* product detail */
.pd { --c: var(--indigo); --ct: var(--indigo-t); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
@media (max-width: 900px) { .pd { grid-template-columns: 1fr; } }
.pd-stage { background: var(--ct); border-radius: var(--r-xl); aspect-ratio: 1; position: relative; overflow: hidden; }
.pd-stage::before { content: ''; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: #fff; opacity: .55; left: 15%; top: 15%; }
.pd-stage::after { content: none; }
.pd-stage img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; height: auto; max-width: 72%; max-height: 84%; z-index: 1; filter: drop-shadow(0 28px 30px rgba(21, 22, 29, .24)); }
.pd-stage .form-icon { position: absolute; inset: 9% 16%; width: 68%; height: 82%; z-index: 1; }
.pd-stage .form-icon { color: var(--c); inset: 26%; width: 48%; height: 48%; }
.pd-thumbs { display: flex; gap: .6rem; margin-top: .9rem; flex-wrap: wrap; }
.pd-thumbs button { font: inherit; background: var(--mist); border: 2px solid transparent; border-radius: 14px; padding: .45rem; cursor: pointer; width: 84px; transition: border-color .2s, background .2s; }
.pd-thumbs button[aria-pressed="true"] { border-color: var(--c); background: #fff; }
.pd-thumbs img { height: 54px; width: auto; max-width: 64px; object-fit: contain; margin-inline: auto; }
.pd-thumbs button span span { display: block; font-size: .72rem; font-weight: 700; margin-top: .3rem; color: var(--ink-2); }
.pd-cat svg { width: 16px; height: 16px; }
.pd-cat { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; background: var(--ct); color: var(--c); font-weight: 800; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; padding: .45rem .85rem; border-radius: 999px; margin-bottom: 1rem; }
.pd h1 { margin-bottom: .35rem; }
.pd .tagline { font-family: var(--font-d); font-weight: 600; font-size: 1.25rem; color: var(--c); margin-bottom: 1rem; letter-spacing: -.01em; }
.pd-block { margin-top: 2.25rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }
.pd-block h2 { font-size: 1.35rem; margin-bottom: 1rem; }
.spec { width: 100%; border-collapse: separate; border-spacing: 0 .5rem; font-size: .95rem; }
.spec th, .spec td { text-align: left; vertical-align: top; padding: .9rem 1rem; background: var(--mist); }
.spec thead th { background: transparent; padding-block: 0 .2rem; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); }
.spec tbody th { font-family: var(--font-d); font-weight: 700; color: var(--ink); border-radius: 14px 0 0 14px; white-space: nowrap; }
.spec tbody td:last-child { border-radius: 0 14px 14px 0; }
.spec .muted { display: block; font-size: .82rem; }
.comp-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.comp { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 520px; }
.comp th, .comp td { text-align: left; padding: .6rem .85rem; border-bottom: 1px solid var(--line); }
.comp thead th { background: var(--mist); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.comp tbody tr:last-child td { border-bottom: 0; }
.comp td:nth-child(2) { font-style: italic; color: var(--ink-3); }
.pd-note { font-size: .86rem; color: var(--ink-3); background: var(--mist); border-left: 4px solid var(--orange); padding: .9rem 1rem; border-radius: 0 12px 12px 0; }

/* classic ranges page */
.range { --c: var(--indigo); --ct: var(--indigo-t); border-radius: var(--r-xl); background: var(--ct); padding: clamp(1.5rem, 4vw, 3rem); margin-bottom: 1.25rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 900px) { .range { grid-template-columns: 1fr; } }
.range .eyebrow { background: #fff; color: var(--c); }
.range h2 { font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.3rem); }
.range .items { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.range .items .pill { background: #fff; }
.range .pack-row figure > div { background: #fff; }
.range .group img { border-radius: 18px; width: 100%; }

/* cards */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem; }
.card h3 { margin-bottom: .4rem; }
.card p { margin: 0; color: var(--ink-3); font-size: .96rem; }
.card .ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--indigo-t); color: var(--indigo); margin-bottom: 1.1rem; }
.card .ic.g { background: var(--green-t); color: var(--green-d); } .card .ic.o { background: var(--orange-t); color: var(--orange-d); }
.card .ic svg { width: 24px; height: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 1.1rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 1.1rem; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 1rem; counter-reset: s; }
.step { background: #fff; border-radius: var(--r); padding: 1.5rem; border: 1px solid var(--line); position: relative; counter-increment: s; }
.step::before { content: counter(s, decimal-leading-zero); font-family: var(--font-d); font-weight: 800; font-size: 2.4rem; letter-spacing: -.05em; color: var(--indigo-t); line-height: 1; display: block; margin-bottom: .6rem; }
.step:nth-child(3n+2)::before { color: var(--green-t2); } .step:nth-child(3n)::before { color: var(--orange-t2); }
.step h3 { margin-bottom: .35rem; } .step p { margin: 0; color: var(--ink-3); font-size: .93rem; }

/* certifications */
.badges { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 1rem; }
.badge-card { --c: var(--indigo); --ct: var(--indigo-t); background: var(--ct); border-radius: var(--r); padding: 1.6rem 1.4rem; text-align: center; }
.badge-card .seal { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 1rem; background: #fff; border: 4px solid var(--c); color: var(--c); display: grid; place-content: center; font-family: var(--font-d); font-weight: 800; font-size: .95rem; letter-spacing: .02em; line-height: 1.05; }
.badge-card .seal small { display: block; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); margin-top: .15rem; }
.badge-card h3 { margin-bottom: .35rem; font-size: 1.1rem; }
.badge-card p { margin: 0; color: var(--ink-2); font-size: .9rem; }

/* contact */
.channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 1rem; }
.channel { --c: var(--indigo); --ct: var(--indigo-t); background: var(--ct); border-radius: var(--r); padding: 1.6rem; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: .4rem; transition: transform .3s var(--ease), box-shadow .3s; }
.channel:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.channel .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--c); color: #fff; display: grid; place-items: center; margin-bottom: .6rem; }
.channel .ic svg { width: 24px; height: 24px; }
.channel h3 { margin: 0; } .channel p { margin: 0; color: var(--ink-3); font-size: .93rem; flex: 1; }
.channel .go { font-weight: 800; color: var(--c); margin-top: .5rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 2rem; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: clamp(1.5rem, 4vw, 2.5rem); }
.contact-card dl { margin: 0; display: grid; gap: 1.1rem; }
.contact-card dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); font-weight: 700; margin-bottom: .2rem; }
.contact-card dd { margin: 0; font-size: 1.05rem; font-weight: 600; }
.contact-card a { color: #fff; text-decoration: none; }
.contact-card a:hover { color: var(--orange); }
.contact-card a.btn-light { color: var(--navy); } .contact-card a.btn-light:hover { color: var(--indigo); } .contact-card a.btn-green:hover { color: #fff; }
.map-frame { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--mist); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in, html.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .btn, .pcard, .tile, .family, .channel { transition: none; } html { scroll-behavior: auto; } }
.notfound { text-align: center; padding-block: clamp(4rem, 12vw, 8rem); }
.notfound h1 { font-size: var(--fs-hero); }
@media print { .site-header, .topbar, .wa-float, .site-footer, .cta, .ticker, .filters { display: none !important; } .pcard, .card { break-inside: avoid; } }

.footer-bottom .dev-credit { flex-basis: 100%; font-size: .78rem; opacity: .75; }
.footer-bottom .dev-credit a { text-decoration: none; }
