/* =========================================================
   NOVAplus+ — shared stylesheet
   ========================================================= */

:root {
  --navy: #0b2545;
  --navy-800: #0d2b50;
  --ink: #0f2748;
  --text: #22405f;
  --muted: #5f748b;
  --teal: #0aa2c7;
  --teal-600: #0891b4;
  --teal-700: #07799a;
  --teal-50: #e6f5fb;
  --sky-25: #f8fbfe;
  --sky-50: #f0f7fc;
  --sky-100: #e3f1f9;
  --sky-200: #cfe5f1;
  --line: #d9e8f1;
  --line-strong: #b9d8e8;
  --star: #f5a524;
  --save: #f7941d;
  --danger: #e5484d;
  --success: #12966b;
  --radius: 8px;
  --radius-sm: 5px;
  --shadow: 0 8px 28px rgba(11, 37, 69, .07);
  --font-head: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  --container: 1320px;
  --gutter: clamp(16px, 3vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-head); color: var(--navy); line-height: 1.15; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure, blockquote { margin: 0; }
[hidden] { display: none !important; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(1200px + var(--gutter) * 2); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.accent { color: var(--teal); }

/* ---------- Icons ---------- */
.ic { display: inline-flex; width: 1.25em; height: 1.25em; flex: none; }
.ic svg { width: 100%; height: 100%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 42px; padding: 0 22px;
  border-radius: var(--radius-sm); border: 1.5px solid transparent;
  font-family: var(--font-head); font-weight: 700; font-size: 13px;
  letter-spacing: .02em; text-transform: uppercase; white-space: nowrap;
  transition: background-color .15s, color .15s, border-color .15s, box-shadow .15s, transform .15s;
}
.btn .ic { width: 16px; height: 16px; }
.btn:active { transform: translateY(1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(10, 162, 199, .45); outline-offset: 2px;
}
.btn-primary { background: linear-gradient(180deg, #13b0d3 0%, #0896b8 100%); color: #fff; box-shadow: 0 2px 0 rgba(7, 121, 154, .25); }
.btn-primary:hover { background: linear-gradient(180deg, #0ea3c6 0%, #077f9e 100%); }
.btn-outline { background: #fff; color: var(--teal-600); border-color: var(--teal); }
.btn-outline:hover { background: var(--teal-50); }
.btn-outline-dark { background: #fff; color: var(--navy); border-color: var(--navy); }
.btn-outline-dark:hover { background: var(--navy); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.btn-sm { min-height: 30px; padding: 0 14px; font-size: 11.5px; }
.btn-lg { min-height: 52px; font-size: 15px; }
.btn-block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: .03em;
  text-transform: uppercase; color: var(--teal-600); white-space: nowrap;
}
.link-arrow .ic { width: 16px; height: 16px; transition: transform .15s; }
.link-arrow:hover .ic { transform: translateX(3px); }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy); color: #fff; font-size: 13px; font-weight: 500; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 40px; }
.topbar__item { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.topbar__item .ic { width: 18px; height: 18px; }
.topbar--labs { font-size: 11.5px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.topbar--labs .topbar__item .ic { width: 17px; height: 17px; }
.currency { background: transparent; border: 0; color: #fff; font-weight: 600; font-size: 12px; padding-right: 4px; cursor: pointer; }
.currency option { color: var(--navy); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid #eaf1f6; }
.site-header__inner { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.logo { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; color: var(--navy); flex: none; }
.logo__word { display: inline-flex; align-items: flex-start; font-family: var(--font-head); font-size: 32px; letter-spacing: -.035em; }
.logo__word b { font-weight: 800; }
.logo__word span { font-weight: 500; }
.logo__plus { width: .62em; height: .62em; margin-left: .02em; margin-top: -.06em; color: var(--teal); }
.logo__sub { font-family: var(--font-head); font-weight: 700; font-size: 11.5px; letter-spacing: 1.1em; color: var(--teal); margin: 3px 0 0 1.9em; }
.logo--sm .logo__word { font-size: 26px; }
.logo--sm .logo__sub { font-size: 10px; }

.main-nav { flex: 1; display: flex; justify-content: center; }
.main-nav ul { display: flex; gap: clamp(18px, 2.6vw, 44px); }
.main-nav a { position: relative; display: block; padding: 24px 0; font-size: 15px; font-weight: 500; color: var(--ink); transition: color .15s; }
.main-nav a:hover { color: var(--teal-600); }
.main-nav a.is-active { color: var(--teal-600); }
.main-nav a.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; border-radius: 2px; background: var(--teal); }
.site-header--labs .main-nav ul { gap: clamp(14px, 2.2vw, 46px); }
.site-header--labs .main-nav a { font-size: 14px; }

.header-actions { display: flex; align-items: center; gap: 20px; }
.icon-btn { position: relative; display: inline-grid; place-items: center; width: 34px; height: 34px; color: var(--ink); border-radius: 50%; transition: color .15s; }
.icon-btn:hover { color: var(--teal-600); }
.icon-btn .ic { width: 24px; height: 24px; }
.cart-badge {
  position: absolute; top: -3px; right: -5px; min-width: 17px; height: 17px; padding: 0 4px;
  border-radius: 9px; background: var(--teal); color: #fff; font-size: 10px; font-weight: 700; line-height: 17px; text-align: center;
  border: 2px solid #fff; box-sizing: content-box;
}
.nav-toggle { display: none; }

.search-panel { border-top: 1px solid var(--line); background: #fff; }
.search-panel form { display: flex; gap: 10px; padding-block: 14px; }
.search-panel input { flex: 1; }

/* ---------- Form controls ---------- */
.input, .select, .textarea {
  width: 100%; min-height: 44px; padding: 10px 15px;
  background: #fff; border: 1px solid var(--line-strong); border-radius: 6px;
  color: var(--ink); font-size: 15px; transition: border-color .15s, box-shadow .15s;
}
.input::placeholder, .textarea::placeholder { color: #8a9bb0; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10, 162, 199, .15); }
.select {
  appearance: none; padding-right: 40px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%230891b4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 18px;
}
.textarea { min-height: 120px; resize: vertical; }
.field { display: grid; gap: 7px; }
.field label, .field .label { font-weight: 600; font-size: 15px; color: var(--navy); }
.req { color: var(--danger); margin-left: 2px; }
.was-validated .input:invalid, .was-validated .select:invalid, .was-validated .textarea:invalid { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(229, 72, 77, .1); }
.field-error { display: none; font-size: 13px; color: var(--danger); }
.was-validated .input:invalid ~ .field-error, .was-validated .select:invalid ~ .field-error, .was-validated .textarea:invalid ~ .field-error { display: block; }
.check { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-size: 15px; color: var(--ink); }
.check input { appearance: none; width: 18px; height: 18px; margin: 0; border: 1.5px solid #9db3c4; border-radius: 4px; background: #fff; display: grid; place-items: center; cursor: pointer; flex: none; }
.check input:checked { background: var(--teal); border-color: var(--teal); }
.check input:checked::after { content: ''; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: translateY(-1px) rotate(45deg); }

.search-box { position: relative; }
.search-box .input { padding-right: 44px; }
.search-box button { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy); }
.search-box .ic { width: 20px; height: 20px; }

/* ---------- Stars ---------- */
.rating { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); }
.stars { position: relative; display: inline-block; line-height: 0; }
.stars__row { display: flex; gap: 2px; }
.stars__row svg { width: 15px; height: 15px; }
.stars__base { color: #e4e9ee; }
.stars__fill { position: absolute; inset: 0 auto 0 0; overflow: hidden; color: var(--star); }
.stars--lg .stars__row svg { width: 22px; height: 22px; }
.stars--md .stars__row svg { width: 18px; height: 18px; }

/* ---------- Product card ---------- */
.product-grid { --cols: 4; display: grid; gap: 20px; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); }
.listing--three .product-grid { --cols: 3; }
.pcard {
  display: flex; flex-direction: column; min-width: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 14px 17px 17px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.pcard:hover { box-shadow: var(--shadow); border-color: var(--line-strong); transform: translateY(-2px); }
.pcard__media { display: grid; place-items: center; height: 128px; margin-bottom: 12px; }
.pcard__media svg, .pcard__media img { height: 100%; width: auto; max-width: 100%; object-fit: contain; }
.pcard__name { font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--navy); line-height: 1.3; }
.pcard__name a:hover { color: var(--teal-600); }
.pcard__meta { font-size: 14px; color: var(--muted); margin-top: 3px; }
.pcard .rating { margin-top: 6px; }
.pcard__price { font-family: var(--font-body); font-weight: 800; font-size: 20px; color: var(--navy); margin: 5px 0 12px; }
.pcard .btn { margin-top: auto; width: 100%; min-height: 36px; font-size: 13.5px; }

/* ---------- Page banner (inner pages) ---------- */
.page-banner { position: relative; overflow: hidden; background: linear-gradient(90deg, #e9f5fb 0%, #dcf0f9 50%, #cde8f5 100%); }
.page-banner__art { position: absolute; inset: 0 0 0 auto; width: 64%; background-size: cover; background-position: right center; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 38%); mask-image: linear-gradient(90deg, transparent 0, #000 38%); }
.page-banner__inner { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 10px; min-height: 172px; padding-block: 30px; }
.page-banner h1 { font-size: clamp(30px, 3.6vw, 48px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; }
.page-banner p { font-size: clamp(16px, 1.45vw, 20px); color: var(--ink); max-width: 560px; }
.page-banner--tall .page-banner__inner { min-height: 232px; }
.page-banner--dark { background: linear-gradient(90deg, #06182f 0%, #0a2445 55%, #0b2b52 100%); }
.page-banner--dark .page-banner__art { width: 62%; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30%); mask-image: linear-gradient(90deg, transparent 0, #000 30%); }
.page-banner--dark h1, .page-banner--dark p { color: #fff; }
.page-banner h1.title-case { text-transform: none; }

/* ---------- Generic card ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.page-body { padding-block: 24px 40px; background: linear-gradient(180deg, #fff 0%, var(--sky-25) 100%); }

/* ---------- Care footer ---------- */
.site-footer { background: linear-gradient(180deg, #eef6fb 0%, #e6f2f9 100%); color: var(--ink); }
.footer-row { display: flex; align-items: center; gap: 28px; padding-block: 30px 12px; }
.footer-links { flex: 1; display: flex; flex-wrap: wrap; justify-content: space-around; gap: 10px 26px; padding-left: 36px; border-left: 1px solid var(--line-strong); font-size: 13.5px; }
.footer-links a:hover, .footer-news:hover { color: var(--teal-600); }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; place-items: center; width: 24px; height: 24px; color: var(--navy); transition: color .15s, transform .15s; }
.socials a:hover { color: var(--teal-600); transform: translateY(-1px); }
.socials .ic { width: 20px; height: 20px; }
.footer-news { display: inline-flex; align-items: center; gap: 10px; padding-left: 28px; border-left: 1px solid var(--line-strong); font-size: 13.5px; white-space: nowrap; }
.footer-news .ic { width: 22px; height: 22px; }
.footer-copy { text-align: center; font-size: 12px; color: var(--muted); padding-block: 8px 22px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; right: 20px; bottom: 20px; z-index: 100;
  display: flex; align-items: center; gap: 12px; max-width: calc(100vw - 40px);
  padding: 12px 16px; border-radius: 8px; background: var(--navy); color: #fff; font-weight: 500;
  box-shadow: 0 12px 32px rgba(11, 37, 69, .28);
  transform: translateY(20px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
}
.toast.is-visible { transform: none; opacity: 1; pointer-events: auto; }
.toast .ic { width: 20px; height: 20px; color: #5fd4ef; }
.toast a { color: #7fdcf2; font-weight: 700; text-transform: uppercase; font-size: 12px; margin-left: 6px; }

/* =========================================================
   HOME (NOVAplus Labs)
   ========================================================= */
.home-wrap { width: 100%; max-width: 1680px; margin-inline: auto; padding-inline: var(--gutter); }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #f4fafd 0%, #e8f4fa 45%, #d5ebf6 100%); }
.hero__art {
  position: absolute; top: 0; bottom: 0; right: 0; width: 60%;
  background: url('../assets/img/hero-home.jpg') no-repeat 30% center / cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22%); mask-image: linear-gradient(90deg, transparent 0, #000 22%);
}
.hero__inner { position: relative; padding-block: 26px 22px; }
.hero__content { max-width: 690px; }
.hero__eyebrow { font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: .42em; text-transform: uppercase; color: var(--teal-600); }
.hero__title { margin-top: 12px; font-size: clamp(38px, 4.1vw, 60px); font-weight: 900; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; color: #06162b; }
.hero__title .accent { display: block; }
.hero__lead { margin-top: 16px; max-width: 590px; font-size: 17px; line-height: 1.4; color: var(--ink); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.hero__actions .btn { min-width: 172px; min-height: 40px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 14px 0; margin-top: 22px; }
.hero__badge { display: flex; align-items: center; gap: 12px; padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line-strong); font-size: 13px; line-height: 1.25; color: var(--ink); }
.hero__badge:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero__badge .ic { width: 32px; height: 32px; color: var(--navy); }
.hero__badge b { font-weight: 700; }
.hero__benefits { position: absolute; top: 14%; right: 9%; display: grid; gap: 8px; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0, 20, 45, .45); }
.hero__benefits li { display: flex; align-items: center; gap: 12px; }
.check-dot { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--teal); color: #fff; flex: none; }
.check-dot .ic { width: 12px; height: 12px; }

/* Home grid: stacked by default, two columns on wide screens */
.home-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; padding-block: 18px 0; }
.home-section { min-width: 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.section-head h2 { font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: .005em; }
.section-head p { font-size: 13.5px; color: var(--ink); margin-top: 2px; }
.section-head--center { justify-content: center; text-align: center; }

.goal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.goal-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 182px; padding: 14px 16px 12px; border-radius: 6px; overflow: hidden; background: #0c1f35 center top / cover no-repeat; color: #fff; isolation: isolate; }
.goal-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4, 14, 28, 0) 32%, rgba(4, 14, 28, .72) 62%, rgba(4, 14, 28, .94) 100%); }
.goal-card h3 { color: #fff; font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .005em; }
.goal-card p { font-size: 13.5px; margin: 3px 0 10px; opacity: .95; }
.goal-card .btn { align-self: flex-start; min-width: 150px; }
.goal-card:hover .btn { background: linear-gradient(180deg, #0ea3c6 0%, #077f9e 100%); }

.pcard--compact { padding: 10px 16px 14px; }
.pcard--compact .pcard__media { height: 92px; margin-bottom: 8px; }
.pcard--compact .pcard__name { font-size: 14px; }
.pcard--compact .pcard__meta { font-size: 12.5px; margin-top: 0; }
.pcard--compact .rating { margin-top: 3px; font-size: 12.5px; }
.pcard--compact .stars__row svg { width: 13px; height: 13px; }
.pcard--compact .pcard__price { font-size: 19px; margin: 1px 0 8px; }
.pcard--compact .btn { min-height: 30px; font-size: 12px; }

/* Trusted quality */
.quality {
  position: relative; overflow: hidden; color: #fff;
  margin-inline: calc(var(--gutter) * -1);
  background:
    radial-gradient(ellipse at 18% 40%, rgba(19, 140, 190, .28), transparent 55%),
    radial-gradient(ellipse at 70% 90%, rgba(10, 100, 160, .22), transparent 50%),
    linear-gradient(115deg, #051326 0%, #0a2342 55%, #081b34 100%);
}
.quality__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .85fr) minmax(0, .8fr); align-items: center; gap: 24px; padding: 20px var(--gutter) 16px; min-height: 172px; }
.quality h2 { color: #fff; font-size: clamp(30px, 2.6vw, 38px); font-weight: 900; line-height: 1; text-transform: uppercase; }
.quality h2 .accent { display: block; color: #19b5dc; }
.quality p { margin: 12px 0 14px; font-size: 14.5px; line-height: 1.4; max-width: 400px; color: #e6eef6; }
.coa { align-self: stretch; margin-block: -20px -16px; background: url('../assets/img/coa.jpg') center / cover no-repeat; min-height: 170px; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%); }
.checklist { display: grid; gap: 8px; font-size: 14px; }
.checklist li { display: flex; align-items: center; gap: 12px; }
.checklist .check-dot { background: #1aa9d0; }

/* Bundles */
.bundle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.bundle-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "info art" "save cta"; align-items: center; gap: 8px 18px; padding: 12px 20px 14px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.bundle-card__info { grid-area: info; }
.bundle-card h3 { font-size: 14px; font-weight: 800; text-transform: uppercase; }
.bundle-card__items { font-size: 13.5px; color: var(--ink); margin-top: 2px; }
.bundle-card__price { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.bundle-card__price s { font-size: 14px; color: var(--muted); }
.bundle-card__price b { font-size: 21px; font-weight: 800; color: var(--navy); }
.bundle-card__art { grid-area: art; display: flex; align-items: center; gap: 6px; height: 72px; color: var(--navy); }
.bundle-card__art svg { height: 100%; width: auto; }
.bundle-card__art .plus { font-size: 24px; font-weight: 500; line-height: 1; }
.bundle-card__save { grid-area: save; justify-self: start; display: inline-flex; align-items: center; min-height: 26px; padding: 0 16px; border-radius: 20px; background: linear-gradient(180deg, #ff9f2a, #f5850e); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 12.5px; }
.bundle-card .btn { grid-area: cta; min-height: 26px; padding: 0 22px; font-size: 11px; border-width: 1px; }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, .5fr); gap: 12px; align-items: stretch; }
.review-card { padding: 10px 18px 10px; background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: 13.5px; }
.review-card blockquote { margin: 6px 0 8px; color: var(--ink); line-height: 1.3; }
.review-card footer { display: flex; align-items: center; gap: 16px; font-size: 12px; color: var(--ink); }
.verified { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.verified .check-dot { width: 15px; height: 15px; }
.verified .check-dot .ic { width: 9px; height: 9px; }
.review-card .stars__row svg { width: 13px; height: 13px; }
.score-card { display: grid; place-content: center; justify-items: center; gap: 4px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 6px; text-align: center; }
.score-card strong { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--navy); line-height: 1; }
.score-card strong small { font-size: .6em; }
.score-card span { font-family: var(--font-head); font-size: 12.5px; font-weight: 800; color: var(--navy); }
.reviews .section-head .link-arrow { order: 2; }

/* Labs footer */
.site-footer--labs { background: linear-gradient(180deg, #eef6fb 0%, #e3f0f8 100%); margin-top: 18px; }
.labs-footer { display: grid; grid-template-columns: auto 1fr auto auto; grid-template-areas: "trust trust trust trust" "logo links socials tag"; align-items: center; gap: 0 28px; padding-block: 0 14px; }
.trust-strip { grid-area: trust; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-inline: calc(var(--gutter) * -1); padding: 12px var(--gutter); margin-bottom: 14px; background: #e6f2f9; border-bottom: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; line-height: 1.25; color: var(--ink); border-right: 1px solid var(--line-strong); padding-inline: 10px; }
.trust-item:last-child { border-right: 0; }
.trust-item .ic { width: 30px; height: 30px; color: var(--navy); }
.labs-footer .logo { grid-area: logo; }
.labs-footer .footer-links { grid-area: links; border-left: 0; padding-left: 0; justify-content: flex-start; gap: 10px 32px; font-size: 12.5px; }
.labs-footer .socials { grid-area: socials; }
.footer-tag { grid-area: tag; display: flex; align-items: center; gap: 14px; font-size: 11.5px; color: var(--ink); white-space: nowrap; }
.footer-tag::after { content: ''; width: 32px; height: 1px; background: var(--teal); }

/* Wide home layout — matches the 1672px mockup */
@media (min-width: 1500px) {
  .hero__content { max-width: 820px; }
  .hero__title { font-size: clamp(50px, 3.4vw, 60px); margin-top: 8px; }
  .hero__lead { font-size: 16.5px; margin-top: 12px; }
  .hero__actions { margin-top: 16px; }
  .hero__badges { margin-top: 16px; }
  .hero__inner { padding-block: 20px 16px; }
  .section-head { margin-bottom: 8px; }
  .section-head h2 { font-size: 17px; }
  .section-head p { font-size: 12px; margin-top: 0; }
  .best .product-grid { gap: 12px; }
  .pcard--compact { padding: 6px 10px 8px; }
  .pcard--compact .pcard__media { height: 64px; margin-bottom: 6px; }
  .pcard--compact .pcard__name { font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .pcard--compact .pcard__meta { font-size: 11px; }
  .pcard--compact .rating { font-size: 11px; margin-top: 1px; gap: 5px; }
  .pcard--compact .stars__row svg { width: 11px; height: 11px; }
  .pcard--compact .pcard__price { font-size: 16px; margin: 0 0 6px; }
  .pcard--compact .btn { min-height: 22px; font-size: 10.5px; padding: 0 6px; }
  .home-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    grid-template-areas: "goals best" "quality bundles" "reviews reviews";
    gap: 22px 20px; padding-top: 14px;
  }
  .goals { grid-area: goals; align-self: stretch; display: flex; flex-direction: column; }
  .goals .section-head { display: none; }
  .goals .goal-grid { flex: 1; gap: 10px; }
  .goal-card { min-height: 178px; }
  .best { grid-area: best; }
  .quality { grid-area: quality; margin-inline: calc(var(--gutter) * -1) 0; border-radius: 0 4px 4px 0; }
  .bundles { grid-area: bundles; }
  .bundle-grid { gap: 26px; }
  .bundle-card { grid-template-columns: minmax(0, 1fr) auto; gap: 6px 10px; padding: 8px 14px 10px; }
  .bundle-card h3 { font-size: 11.5px; white-space: nowrap; }
  .bundle-card__items { font-size: 11px; }
  .bundle-card__price { margin-top: 6px; gap: 8px; }
  .bundle-card__price s { font-size: 12px; }
  .bundle-card__price b { font-size: 16px; }
  .bundle-card__art { height: 48px; gap: 2px; }
  .bundle-card__art .plus { font-size: 16px; }
  .bundle-card__save { min-height: 20px; padding: 0 12px; font-size: 10.5px; }
  .bundle-card .btn { min-height: 22px; padding: 0 14px; font-size: 10px; }
  .coa { margin-block: -20px -16px; }
  .reviews { grid-area: reviews; }
  .reviews .review-grid { grid-template-columns: repeat(3, minmax(0, 1.1fr)) minmax(0, .8fr) auto; }
  .reviews .section-head { margin-bottom: 4px; }
  .reviews .section-head .link-arrow { display: none; }
  .reviews .review-grid .link-arrow--inline { display: inline-flex; align-self: center; }
  .score-card { margin-left: 120px; }
  .site-footer--labs { margin-top: 10px; }
  .labs-footer { grid-template-columns: auto minmax(0, 1.6fr) auto auto auto; grid-template-areas: "logo trust links socials tag"; gap: 0 30px; padding-block: 12px; }
  .trust-strip { margin: 0; padding: 0; background: transparent; border: 0; border-right: 1px solid var(--line-strong); padding-right: 24px; }
  .trust-item { font-size: 10.5px; gap: 10px; }
  .trust-item .ic { width: 26px; height: 26px; }
  .labs-footer .footer-links { gap: 8px 22px; font-size: 11.5px; }
  .labs-footer .socials .ic { width: 17px; height: 17px; }
}
.link-arrow--inline { display: none; }

/* =========================================================
   SHOP / CATEGORY LISTING
   ========================================================= */
.listing { display: grid; grid-template-columns: 252px minmax(0, 1fr); gap: 0; }
.filters { padding: 22px 24px 30px 0; border-right: 1px solid var(--line); }
.filters--card { align-self: start; margin-top: 22px; padding: 12px 16px 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 4px 24px rgba(11, 37, 69, .04); }
.filters h3 { font-size: 16px; font-weight: 800; text-transform: uppercase; margin: 24px 0 12px; }
.cat-list { display: grid; gap: 4px; }
.cat-list button { display: block; width: 100%; padding: 6px 16px; border-left: 2px solid var(--line-strong); text-align: left; font-size: 15px; color: var(--ink); border-radius: 0 6px 6px 0; transition: background-color .15s, color .15s; }
.cat-list button:hover { color: var(--teal-600); }
.cat-list button.is-active { background: var(--teal-50); border-left-color: var(--teal); color: var(--navy); font-weight: 500; }
.filters hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0 0; }
.filter-label { font-weight: 700; color: var(--navy); margin-top: 6px; }
.price-out { color: var(--teal-600); margin: 2px 0 12px; }
.range { position: relative; height: 22px; margin: 0 6px 18px; }
.range__track { position: absolute; left: 0; right: 0; top: 9px; height: 4px; border-radius: 2px; background: var(--sky-200); }
.range__fill { position: absolute; top: 9px; height: 4px; border-radius: 2px; background: var(--teal); }
.range input { position: absolute; left: -6px; right: -6px; width: calc(100% + 12px); top: 0; height: 22px; margin: 0; appearance: none; background: none; pointer-events: none; }
.range input::-webkit-slider-thumb { appearance: none; width: 14px; height: 14px; border-radius: 50%; background: var(--teal); border: 0; box-shadow: 0 0 0 3px #fff, 0 1px 4px rgba(0, 0, 0, .25); pointer-events: auto; cursor: grab; }
.range input::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--teal); border: 0; box-shadow: 0 0 0 3px #fff, 0 1px 4px rgba(0, 0, 0, .25); pointer-events: auto; cursor: grab; }
.form-checks { display: grid; gap: 6px; margin-top: 8px; }
.filters .btn { width: 100%; margin-top: 24px; }

.results { padding: 22px 0 10px 24px; }
.results__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.results__bar h2 { font-size: 20px; font-weight: 800; text-transform: uppercase; }
.results__bar .select { width: 214px; min-height: 38px; font-size: 14px; }
.empty { padding: 50px 20px; text-align: center; color: var(--muted); border: 1px dashed var(--line-strong); border-radius: 8px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.pagination button { display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 6px; border: 1px solid var(--line-strong); border-radius: 4px; background: #fff; font-size: 14px; font-weight: 600; color: var(--navy); transition: background-color .15s, color .15s; }
.pagination button .ic { width: 16px; height: 16px; color: var(--teal-600); }
.pagination button:hover:not(:disabled) { border-color: var(--teal); }
.pagination button.is-active { background: var(--teal); border-color: var(--teal); color: #fff; }
.pagination button:disabled { opacity: .45; cursor: default; }
.listing--shop .results { padding-left: 18px; }
.listing--shop .pcard__media { height: 92px; }
.listing--shop .pcard { padding: 8px 16px 12px; }
.listing--shop .pcard__name { font-size: 14.5px; }
.listing--shop .pcard__price { margin: 2px 0 10px; font-size: 18px; }
.listing--shop .pcard .btn { min-height: 26px; font-size: 12px; }
.listing--shop .product-grid { gap: 14px 16px; }

/* =========================================================
   PRODUCT DETAIL
   ========================================================= */
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--ink); padding-block: 16px; }
.breadcrumb a:hover { color: var(--teal-600); }
.pdp { display: grid; grid-template-columns: minmax(0, 1fr) 348px; gap: 36px; padding-bottom: 30px; }
.pdp__top { display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: 38px; }
.gallery__main { aspect-ratio: 440 / 352; border-radius: 6px; overflow: hidden; background: radial-gradient(ellipse at 50% 40%, #fff 0%, #dcedf6 70%, #c6e1ef 100%); display: grid; place-items: center; }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__main svg { height: 82%; width: auto; }
.gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 14px; }
.gallery__thumbs button { aspect-ratio: 1.12; border: 1.5px solid var(--line); border-radius: 5px; overflow: hidden; background: radial-gradient(ellipse at 50% 40%, #fff, #e0eff7); display: grid; place-items: center; transition: border-color .15s; }
.gallery__thumbs button.is-active { border: 2px solid var(--teal); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumbs svg { height: 84%; width: auto; }
.pdp__info h1 { font-size: clamp(28px, 2.4vw, 36px); font-weight: 700; letter-spacing: -.01em; }
.pdp__variant { font-size: 19px; color: var(--text); margin-top: 6px; }
.pdp__info .rating { margin-top: 6px; font-size: 16px; color: var(--navy); }
.pdp__price { font-family: var(--font-head); font-size: 36px; font-weight: 800; color: var(--navy); margin: 10px 0 12px; }
.qty { display: inline-flex; align-items: stretch; height: 44px; border: 1.5px solid var(--line-strong); border-radius: 6px; background: #fff; overflow: hidden; }
.qty button { width: 42px; display: grid; place-items: center; color: var(--teal-600); transition: background-color .15s; }
.qty button:hover { background: var(--teal-50); }
.qty button .ic { width: 16px; height: 16px; }
.qty input { width: 46px; border: 0; border-inline: 1.5px solid var(--line-strong); text-align: center; font-size: 16px; font-weight: 500; color: var(--navy); -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty--sm { height: 42px; border-width: 1px; }
.qty--sm input { border-inline: 0; width: 40px; }
.pdp__add { width: 100%; margin-top: 14px; min-height: 52px; font-size: 18px; background: linear-gradient(90deg, #0a7fa8 0%, #0aa2c7 60%, #16b3d6 100%); }
.pdp__add .ic { width: 22px; height: 22px; }
.perks { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; }
.perk { display: flex; align-items: center; gap: 8px; font-size: 13px; line-height: 1.2; color: var(--ink); }
.perk .ic { width: 30px; height: 30px; color: var(--navy); }
.tabs { margin-top: 22px; border-top: 1px solid var(--line); }
.tabs__list { display: flex; gap: 56px; border-bottom: 1px solid var(--line); }
.tabs__list button { position: relative; padding: 10px 0; font-size: 15px; color: var(--ink); }
.tabs__list button.is-active { color: var(--teal-600); font-family: var(--font-head); font-weight: 700; font-size: 17px; }
.tabs__list button.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--teal); }
.tabs__panel { padding-top: 14px; font-size: 15px; line-height: 1.45; color: var(--ink); }
.tabs__panel > p { max-width: 610px; }
.feature-list { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 80px; margin-top: 12px; }
.feature-list li { display: flex; align-items: center; gap: 12px; }
.feature-list .check-dot { width: 22px; height: 22px; }
.spec-table { width: 100%; max-width: 620px; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 9px 0; border-bottom: 1px solid var(--line); }
.spec-table th { width: 40%; font-weight: 600; color: var(--navy); }
.mini-review { padding: 12px 0; border-bottom: 1px solid var(--line); max-width: 620px; }
.mini-review header { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.related { align-self: start; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.related h2 { font-family: var(--font-body); font-size: 19px; font-weight: 700; margin-bottom: 12px; }
.related__list { display: grid; gap: 14px; }
.related-item { display: grid; grid-template-columns: 116px 1fr; gap: 20px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 6px; }
.related-item__media { height: 122px; display: grid; place-items: center; border-radius: 4px; background: linear-gradient(180deg, #fff, #edf5fa); }
.related-item__media svg { height: 88%; width: auto; }
.related-item h3 { font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--navy); }
.related-item h3 a:hover { color: var(--teal-600); }
.related-item__price { font-size: 19px; color: var(--navy); margin: 8px 0 8px; }
.related-item .btn { min-width: 108px; min-height: 36px; font-size: 15px; }

/* =========================================================
   CART
   ========================================================= */
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; padding-block: 36px 34px; }
.cart-table { overflow: hidden; }
.cart-head, .cart-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px 175px 110px 40px; align-items: center; gap: 12px; }
.cart-head { padding: 12px 20px; background: var(--sky-50); border-bottom: 1px solid var(--line); font-family: var(--font-body); font-weight: 600; font-size: 18px; color: var(--navy); }
.cart-body { padding-inline: 20px; }
.cart-row { padding-block: 20px; border-bottom: 1px solid var(--line); }
.cart-product { display: flex; align-items: center; gap: 30px; min-width: 0; }
.thumb { display: grid; place-items: center; width: 112px; height: 116px; flex: none; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.thumb svg { height: 88%; width: auto; }
.thumb--sm { width: 82px; height: 76px; }
.cart-product h3 { font-family: var(--font-body); font-size: 18px; font-weight: 500; color: var(--navy); }
.cart-product h3 a:hover { color: var(--teal-600); }
.cart-product p { font-size: 16px; color: var(--muted); margin-top: 6px; }
.cart-product p span { margin-left: 8px; }
.cart-row__price, .cart-row__total { font-size: 18px; color: var(--navy); }
.remove-btn { display: grid; place-items: center; width: 32px; height: 32px; color: var(--muted); border-radius: 50%; }
.remove-btn:hover { color: var(--danger); background: #fdecec; }
.remove-btn .ic { width: 20px; height: 20px; }
.cart-foot { padding: 22px 20px 20px; }
.cart-foot .btn { min-width: 350px; min-height: 52px; font-size: 15px; }
.summary { padding: 20px 21px 26px; background: #fff; }
.summary__row { display: flex; justify-content: space-between; gap: 12px; padding-block: 18px; border-bottom: 1px solid var(--line); font-size: 18px; color: var(--navy); }
.summary__row:first-child { padding-top: 8px; }
.summary__total { display: flex; justify-content: space-between; align-items: baseline; padding: 30px 0 28px; font-family: var(--font-head); font-weight: 700; color: var(--navy); }
.summary__total span:first-child { font-size: 30px; }
.summary__total span:last-child { font-size: 32px; font-weight: 800; }
.summary .btn { min-height: 66px; font-size: 16px; background: linear-gradient(180deg, #0aa7cb, #0785a7); }
.cart-empty { padding: 60px 20px; text-align: center; }
.cart-empty h2 { font-size: 22px; margin-bottom: 8px; }
.cart-empty p { color: var(--muted); margin-bottom: 20px; }

/* =========================================================
   CHECKOUT
   ========================================================= */
.stepper { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 860px; margin: 0 auto; padding-block: 22px 16px; }
.step { display: flex; align-items: center; gap: 18px; font-size: 18px; color: var(--navy); white-space: nowrap; }
.step__num { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line-strong); background: #fff; font-family: var(--font-head); font-weight: 600; font-size: 18px; color: var(--navy); }
.step.is-active .step__num, .step.is-done .step__num { background: var(--teal); border-color: var(--teal); color: #fff; }
.step__line { flex: 1; height: 1.5px; background: var(--line-strong); min-width: 30px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 490px; gap: 18px; align-items: start; padding-bottom: 22px; }
.checkout-panel { padding: 16px 26px 38px; }
.checkout-panel h2, .order-summary h2 { font-family: var(--font-body); font-size: 24px; font-weight: 700; margin-bottom: 18px; }
.form-grid { display: grid; gap: 14px; }
.form-grid .field { gap: 5px; }
.form-grid .field label, .form-grid .field .label { font-weight: 500; font-size: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .input, .form-grid .select { min-height: 42px; }
.checkout-panel .btn-primary { margin-top: 14px; min-height: 46px; font-size: 15px; }
.checkout-actions { display: flex; gap: 14px; margin-top: 14px; }
.checkout-actions .btn { flex: 1; margin-top: 0 !important; }
.order-summary { padding: 16px 26px 16px; }
.order-list { border-top: 1px solid var(--line); }
.order-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 18px; align-items: center; padding-block: 10px; border-bottom: 1px solid var(--line); }
.order-item h3 { font-family: var(--font-body); font-size: 16px; font-weight: 500; color: var(--navy); }
.order-item p { font-size: 15px; color: var(--muted); margin-top: 6px; }
.order-item__price { font-size: 17px; color: var(--navy); align-self: start; padding-top: 12px; }
.order-summary .summary__row { border: 0; padding-block: 6px; font-size: 17px; }
.order-summary .summary__row:first-of-type { padding-top: 16px; }
.order-summary .summary__total { border-top: 1px solid var(--line); margin-top: 10px; padding: 14px 0 16px; }
.order-summary .summary__total span:first-child { font-size: 26px; }
.order-summary .summary__total span:last-child { font-size: 26px; }
.secure-note { display: flex; align-items: center; gap: 30px; padding: 16px 28px; background: var(--sky-50); border: 1px solid var(--line); border-radius: 8px; }
.secure-note .ic { width: 36px; height: 40px; color: var(--navy); }
.secure-note b { display: block; font-weight: 500; color: var(--navy); }
.secure-note p { font-size: 15px; color: var(--muted); max-width: 240px; line-height: 1.3; margin-top: 4px; }
.review-block { padding: 14px 0; border-bottom: 1px solid var(--line); }
.review-block h3 { font-family: var(--font-body); font-size: 16px; font-weight: 700; margin-bottom: 4px; display: flex; justify-content: space-between; }
.review-block h3 button { font-size: 13px; font-weight: 600; color: var(--teal-600); text-transform: uppercase; }
.review-block p { color: var(--ink); }
.order-done { text-align: center; padding: 30px 10px; }
.order-done .check-dot { width: 64px; height: 64px; margin: 0 auto 18px; }
.order-done .check-dot .ic { width: 32px; height: 32px; }
.order-done h2 { margin-bottom: 8px; }
.order-done p { color: var(--muted); margin-bottom: 20px; }

/* =========================================================
   BLOG
   ========================================================= */
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 322px; gap: 42px; align-items: start; padding-block: 20px 12px; }
.post-list { display: grid; gap: 12px; }
.post-card { display: grid; grid-template-columns: 157px minmax(0, 1fr) auto; gap: 30px; padding: 10px 26px 10px 10px; background: #fff; border: 1px solid var(--line); border-radius: 6px; transition: box-shadow .2s; }
.post-card:hover { box-shadow: var(--shadow); }
.post-card__img { width: 157px; aspect-ratio: 157 / 102; border-radius: 5px; object-fit: cover; }
.post-card__body { padding-top: 10px; }
.post-card h2 { font-family: var(--font-body); font-size: 17px; font-weight: 600; line-height: 1.25; max-width: 280px; }
.post-card time { display: block; font-size: 15px; color: var(--muted); margin-top: 8px; }
.post-card__excerpt { margin-top: 10px; color: var(--ink); font-size: 15px; }
.post-card .link-arrow { align-self: end; padding-bottom: 12px; font-size: 13.5px; }
.post-card .link-arrow .ic { transition: transform .15s; }
.post-card.is-open .link-arrow .ic { transform: rotate(90deg); }
.sidebar-card { padding: 16px 16px 24px; }
.sidebar-card h3 { font-size: 15px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.bar-list { display: grid; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.bar-list button { display: flex; align-items: center; gap: 16px; font-size: 16px; color: var(--ink); text-align: left; transition: color .15s; }
.bar-list button::before { content: ''; width: 3px; height: 18px; border-radius: 2px; background: var(--teal); }
.bar-list button:hover, .bar-list button.is-active { color: var(--teal-600); }
.bar-list button.is-active { font-weight: 600; }
.stay-updated { padding-top: 18px; }
.stay-updated p { font-size: 14px; color: var(--muted); max-width: 190px; margin-bottom: 18px; line-height: 1.4; }
.stay-updated .input { min-height: 38px; font-size: 13px; }
.stay-updated .btn { width: 100%; margin-top: 10px; min-height: 38px; font-size: 14.5px; }
.form-success { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px 12px; border-radius: 6px; background: #e7f7f0; color: #0b6b4c; font-size: 14px; }
.form-success .ic { width: 18px; height: 18px; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 525px; gap: 24px; align-items: start; padding-block: 28px 40px; }
.contact-form { padding: 16px 20px 28px; }
.contact-form .form-grid { gap: 12px; }
.contact-form .btn { margin-top: 8px; min-height: 52px; font-size: 17px; }
.contact-form .btn .ic { width: 20px; height: 20px; }
.contact-info { padding: 12px 24px 26px; }
.contact-info h2 { font-family: var(--font-body); font-size: 30px; font-weight: 700; margin-bottom: 26px; }
.info-list { display: grid; gap: 22px; }
.info-item { display: grid; grid-template-columns: 58px 1fr; gap: 32px; }
.info-item .ic { width: 40px; height: 40px; color: var(--teal-600); justify-self: center; }
.info-item b { display: block; font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.info-item p, .info-item a { font-size: 18px; color: var(--ink); line-height: 1.3; }
.info-item a:hover { color: var(--teal-600); }
.socials--boxed { margin: 26px 0 0 90px; gap: 28px; }
.socials--boxed a { width: 36px; height: 36px; border-radius: 6px; background: var(--navy); color: #fff; }
.socials--boxed a:hover { background: var(--teal-600); color: #fff; }
.socials--boxed .ic { width: 22px; height: 22px; }

/* =========================================================
   ABOUT
   ========================================================= */
.about-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.13fr); gap: 60px; align-items: start; padding-block: 22px 16px; }
.about-story h2, .commitment h2 { font-size: clamp(24px, 1.9vw, 30px); font-weight: 800; text-transform: uppercase; }
.about-story p { margin-top: 12px; font-size: 19px; line-height: 1.33; color: var(--ink); max-width: 510px; }
.about-story img { width: 100%; aspect-ratio: 582 / 176; object-fit: cover; border-radius: 8px; }
.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.value-card { display: grid; justify-items: center; align-content: start; gap: 4px; padding: 16px 20px 18px; text-align: center; background: #fff; border: 1.5px solid #cfe6f1; border-radius: 8px; transition: box-shadow .2s, transform .2s; }
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.value-card .ic { width: 50px; height: 50px; color: var(--teal-600); margin-bottom: 8px; }
.value-card h3 { font-size: 17px; font-weight: 700; text-transform: uppercase; }
.value-card p { font-size: 14.5px; line-height: 1.3; color: var(--ink); max-width: 170px; margin-top: 4px; }
.commitment { position: relative; overflow: hidden; margin-block: 20px 18px; border-radius: 8px; background: linear-gradient(90deg, #e5f2f9 0%, #d9edf7 60%, #cfe7f4 100%); }
.commitment__art { position: absolute; inset: 0 0 0 auto; width: 64%; background: url('../assets/img/about-commitment.jpg') right center / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28%); mask-image: linear-gradient(90deg, transparent 0, #000 28%); }
.commitment__inner { position: relative; padding: 16px 40px 18px; max-width: 520px; box-sizing: content-box; }
.commitment p { margin: 8px 0 14px; font-size: 15.5px; line-height: 1.33; color: var(--ink); }
.commitment .btn { min-height: 34px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1499px) {
  .hero__inner { padding-block: 26px 22px; }
  .hero__content { max-width: 460px; }
  .hero__title { font-size: clamp(38px, 4.6vw, 54px); }
  .hero__lead { font-size: 16.5px; }
  .hero__badges { flex-wrap: nowrap; }
  .hero__badge { padding-right: 0; margin-right: 22px; border-right: 0; font-size: 12px; gap: 8px; }
  .hero__badge .ic { width: 28px; height: 28px; }
  .hero__benefits { top: 44px; right: var(--gutter); padding: 14px 18px; border-radius: 8px; background: rgba(8, 28, 52, .62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); font-size: 12px; }
  .hero__benefits .check-dot { width: 16px; height: 16px; }
  .home-section.goals .section-head, .home-section.best .section-head { margin-bottom: 10px; }
}

@media (max-width: 1180px) {
  .main-nav ul { gap: 20px; }
  .site-header--labs .main-nav ul { gap: 14px; }
  .site-header--labs .main-nav a { font-size: 13px; }
  .topbar--labs .topbar__item:nth-child(4) { display: none; }
  .pdp { grid-template-columns: minmax(0, 1fr); }
  .related__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cart-layout, .checkout-layout { grid-template-columns: minmax(0, 1fr); }
  .contact-layout { grid-template-columns: minmax(0, 1fr) 420px; }
  .listing--shop .product-grid { --cols: 3; }
  .labs-footer { grid-template-columns: auto 1fr auto; grid-template-areas: "trust trust trust" "logo links socials" "tag tag tag"; row-gap: 10px; }
  .footer-tag { justify-content: center; }
}

@media (max-width: 1024px) {
  .topbar__inner { justify-content: center; gap: 28px; }
  .topbar__item:nth-child(n+4) { display: none; }
  .topbar--labs .topbar__item:nth-child(n+3) { display: none; }
  .topbar--labs .currency { display: none; }
  .nav-toggle { display: inline-grid; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(11, 37, 69, .1); }
  .site-header.is-open .main-nav { display: block; }
  .main-nav ul, .site-header--labs .main-nav ul { flex-direction: column; gap: 0; padding: 8px var(--gutter) 16px; }
  .main-nav a, .site-header--labs .main-nav a { padding: 12px 0; font-size: 16px; border-bottom: 1px solid #eef4f8; }
  .main-nav a.is-active::after { display: none; }
  .header-actions { margin-left: auto; gap: 10px; }
  .quality__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .quality__text { grid-column: 1 / -1; }
  .coa { margin-block: 0; min-height: 190px; border-radius: 6px; }
  .listing { grid-template-columns: 220px minmax(0, 1fr); }
  .blog-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); }
  .about-story { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-head, .cart-row { grid-template-columns: minmax(0, 1fr) 110px 150px 100px 36px; }
  .cart-product { gap: 16px; }
  .footer-row { flex-wrap: wrap; justify-content: center; }
  .footer-links { order: 3; flex-basis: 100%; border-left: 0; padding-left: 0; justify-content: center; }
}

@media (max-width: 860px) {
  .hero { display: flex; flex-direction: column-reverse; }
  .hero__art { position: relative; width: 100%; height: 240px; background-position: 32% center; -webkit-mask-image: none; mask-image: none; }
  .hero__benefits { display: none; }
  .hero__content { max-width: none; }
  .hero__badges { flex-wrap: wrap; }
  .hero__badge { flex: 1 1 45%; margin-right: 0; }
  .goal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid, .listing .product-grid { --cols: 2; }
  .bundle-grid { grid-template-columns: minmax(0, 1fr); }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality__inner { grid-template-columns: minmax(0, 1fr); }
  .trust-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 12px; }
  .trust-item:nth-child(3) { border-right: 0; }
  .labs-footer { grid-template-columns: minmax(0, 1fr); grid-template-areas: "trust" "logo" "links" "socials" "tag"; justify-items: center; }
  .labs-footer .footer-links { justify-content: center; }
  .listing { grid-template-columns: minmax(0, 1fr); }
  .filters { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .filters > .search-box { grid-column: 1 / -1; }
  .filters--card { padding: 16px; }
  .filters hr { display: none; }
  .filters .btn { grid-column: 1 / -1; }
  .results, .listing--shop .results { padding-left: 0; }
  .pdp__top { grid-template-columns: minmax(0, 1fr); }
  .related__list { grid-template-columns: minmax(0, 1fr); }
  .blog-layout { grid-template-columns: minmax(0, 1fr); }
  .page-banner__art { width: 80%; opacity: .75; }
  .cart-head { display: none; }
  .cart-row { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "product remove" "price price" "qty total"; gap: 10px; }
  .cart-row__product { grid-area: product; }
  .cart-row__price { grid-area: price; font-size: 15px; color: var(--muted); }
  .cart-row__qty { grid-area: qty; }
  .cart-row__total { grid-area: total; justify-self: end; font-weight: 700; }
  .cart-row .remove-btn { grid-area: remove; align-self: start; }
  .cart-foot .btn { min-width: 0; width: 100%; }
  .stepper .step__label { display: none; }
}

@media (max-width: 600px) {
  body { font-size: 14.5px; }
  .topbar__item:nth-child(n+2) { display: none; }
  .topbar--labs .topbar__item:nth-child(n+2) { display: none; }
  .site-header__inner { min-height: 64px; gap: 10px; }
  .logo__word { font-size: 25px; }
  .logo__sub { font-size: 9.5px; }
  .header-actions .icon-btn[data-action="account"] { display: none; }
  .hero__title { font-size: 36px; }
  .hero__actions .btn { flex: 1 1 100%; }
  .hero__badge { flex-basis: 100%; }
  .goal-grid { grid-template-columns: minmax(0, 1fr); }
  .product-grid, .listing--shop .product-grid { gap: 12px; }
  .pcard { padding: 10px 12px 12px; }
  .pcard__name { font-size: 14px; }
  .pcard .btn { font-size: 11.5px; padding: 0 8px; }
  .section-head { flex-wrap: wrap; align-items: flex-start; }
  .bundle-card { grid-template-columns: minmax(0, 1fr); grid-template-areas: "info" "art" "save" "cta"; }
  .bundle-card .btn { width: 100%; }
  .review-grid { grid-template-columns: minmax(0, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { justify-content: flex-start; border-right: 0; }
  .footer-tag { white-space: normal; }
  .filters { grid-template-columns: minmax(0, 1fr); }
  .results__bar { flex-wrap: wrap; }
  .results__bar .select { width: 100%; }
  .perks { justify-content: flex-start; flex-wrap: wrap; }
  .perk { flex: 1 1 40%; }
  .tabs__list { gap: 24px; overflow-x: auto; }
  .feature-list { grid-template-columns: minmax(0, 1fr); }
  .related-item { grid-template-columns: 90px 1fr; gap: 14px; }
  .related-item__media { height: 96px; }
  .post-card { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; padding-right: 14px; }
  .post-card__img { width: 110px; }
  .post-card .link-arrow { grid-column: 2; padding-bottom: 6px; }
  .form-row { grid-template-columns: minmax(0, 1fr); }
  .checkout-panel, .order-summary { padding-inline: 16px; }
  .secure-note { gap: 16px; padding: 14px; }
  .thumb { width: 76px; height: 80px; }
  .cart-product { gap: 12px; }
  .cart-product h3 { font-size: 16px; }
  .cart-body { padding-inline: 14px; }
  .info-item { grid-template-columns: 40px 1fr; gap: 16px; }
  .info-item .ic { width: 30px; height: 30px; }
  .info-item p, .info-item a, .info-item b { font-size: 16px; }
  .socials--boxed { margin-left: 56px; gap: 16px; }
  .values { grid-template-columns: minmax(0, 1fr); }
  .commitment__art { width: 100%; opacity: .35; }
  .commitment__inner { padding: 18px 20px; }
  .step { gap: 8px; }
  .stepper { gap: 8px; }
  .footer-news { border-left: 0; padding-left: 0; }
}

/* =========================================================
   FAQ (NOVAplus Labs)
   ========================================================= */
.faq-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #f4fafd 0%, #e9f5fb 45%, #d9edf7 100%); }
.faq-hero__art {
  position: absolute; top: 0; bottom: 0; right: 0; width: 58%;
  background: url('../assets/img/banner-faq.jpg') no-repeat right center / cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26%); mask-image: linear-gradient(90deg, transparent 0, #000 26%);
  animation: np-banner-in 1.5s var(--ease-out) both, np-breathe 18s ease-in-out 1.5s infinite alternate; transform-origin: 70% 50%;
}
.faq-hero__inner { position: relative; padding-block: 34px 30px; }
.faq-hero__content { max-width: 700px; }
.faq-hero .hero__title { font-size: clamp(38px, 3.4vw, 62px); }
.faq-hero .hero__lead { max-width: 690px; font-size: clamp(16px, 1.15vw, 19px); }

.faq-body { padding-block: 30px 56px; background: linear-gradient(180deg, #f6fbfe 0%, #fff 100%); }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 410px; gap: 34px; align-items: start; }
.faq-col { display: grid; gap: 10px; align-content: start; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq-item:hover { border-color: var(--line-strong); box-shadow: 0 4px 16px rgba(11, 37, 69, .05); }
.faq-item.is-open { border-color: #bfe0ee; box-shadow: 0 6px 22px rgba(10, 162, 199, .08); }
.faq-item h3 { margin: 0; font: inherit; color: inherit; }
.faq-item__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 50px; padding: 12px 20px; text-align: left; font-size: 16.5px; font-weight: 500; line-height: 1.3; color: var(--navy); transition: background-color .25s; }
.faq-item__q:hover { background: var(--sky-50); }
.faq-item.is-open .faq-item__q { background: linear-gradient(90deg, #e3f2fa, #eef8fc); }
.faq-item__q .ic { width: 18px; height: 18px; color: var(--navy); transition: transform .4s var(--ease-spring); }
.faq-item.is-open .faq-item__q .ic { transform: rotate(180deg); color: var(--teal-600); }
.faq-item__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease-out); }
.faq-item.is-open .faq-item__panel { grid-template-rows: 1fr; }
.faq-item__panel > div { overflow: hidden; }
.faq-item__panel p { padding: 12px 20px 16px; font-size: 15px; line-height: 1.45; color: var(--text); opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .4s var(--ease-out); }
.faq-item.is-open .faq-item__panel p { opacity: 1; transform: none; transition-delay: .12s; }
.faq-item__panel a { font-weight: 600; }

.support-card { padding: 30px 30px 24px; border: 1px solid #d6eaf4; border-radius: 10px; background: linear-gradient(160deg, #e5f2fa 0%, #f1f8fc 100%); }
.support-card__head { display: flex; align-items: center; gap: 22px; }
.support-card__head .ic { width: 66px; height: 66px; color: var(--teal); animation: np-float 3.2s ease-in-out infinite; }
.support-card h2 { font-size: 26px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.support-card > p { margin: 12px 0 22px; font-size: 17px; line-height: 1.3; color: var(--ink); }
.support-card .btn { width: 100%; min-height: 50px; font-size: 16px; }
.support-card .btn .ic { width: 20px; height: 20px; }
.support-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-strong); }
.support-trust li { display: grid; justify-items: center; align-content: start; gap: 6px; padding-inline: 6px; border-right: 1px solid var(--line-strong); text-align: center; font-size: 13.5px; line-height: 1.2; color: var(--ink); }
.support-trust li:last-child { border-right: 0; }
.support-trust .ic { width: 34px; height: 34px; color: var(--navy); }
.support-trust li:hover .ic { animation: np-wiggle .6s ease; }

@media (max-width: 1180px) {
  .faq-hero__content { max-width: 48%; }
  .faq-hero__art { width: 60%; }
  .faq-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .support-card { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 40px; align-items: center; }
  .support-card__head, .support-card > p, .support-card > .btn { grid-column: 1; }
  .support-trust { grid-column: 2; grid-row: 1 / span 3; margin: 0; padding: 0; border: 0; }
}
@media (max-width: 860px) {
  .faq-hero { display: flex; flex-direction: column-reverse; }
  .faq-hero__content { max-width: none; }
  .faq-hero__art { position: relative; width: 100%; height: 220px; -webkit-mask-image: none; mask-image: none; }
  .faq-layout { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .support-card { display: block; margin-top: 20px; }
  .support-trust { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-strong); }
}
@media (max-width: 600px) {
  .faq-hero .hero__title { font-size: 34px; }
  .faq-item__q { padding: 12px 16px; font-size: 15.5px; }
  .faq-item__panel p { padding-inline: 16px; }
  .support-card { padding: 22px 18px; }
  .support-card__head { gap: 14px; }
  .support-card__head .ic { width: 50px; height: 50px; }
  .support-card h2 { font-size: 21px; }
}

/* =========================================================
   MOTION
   Load-in sequences run on their own (CSS only, content ends visible).
   Scroll reveals are opt-in: app.js tags components with data-reveal.
   ========================================================= */
:root { --ease-out: cubic-bezier(.16, 1, .3, 1); --ease-spring: cubic-bezier(.34, 1.56, .64, 1); }

@keyframes np-rise { from { opacity: 0; transform: translate3d(0, 26px, 0); } to { opacity: 1; transform: none; } }
@keyframes np-rise-sm { from { opacity: 0; transform: translate3d(0, 10px, 0); } to { opacity: 1; transform: none; } }
@keyframes np-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes np-drop { from { opacity: 0; transform: translate3d(0, -10px, 0); } to { opacity: 1; transform: none; } }
@keyframes np-slide-down { from { transform: translate3d(0, -100%, 0); } to { transform: none; } }
@keyframes np-side { from { opacity: 0; transform: translate3d(30px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes np-zoom-in { from { opacity: 0; transform: scale(.93); } to { opacity: 1; transform: none; } }
@keyframes np-banner-in { from { opacity: 0; transform: scale(1.12); } to { opacity: 1; transform: none; } }
@keyframes np-breathe { from { scale: 1; } to { scale: 1.06; } }
@keyframes np-letter { from { opacity: 0; letter-spacing: .9em; } to { opacity: 1; letter-spacing: .42em; } }
@keyframes np-pop { 0% { transform: scale(0); } 70% { transform: scale(1.18); } 100% { transform: scale(1); } }
@keyframes np-spin-in { from { transform: rotate(-180deg) scale(0); } to { transform: none; } }
@keyframes np-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes np-float-slow { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-8px) rotate(-.6deg); } }
@keyframes np-wiggle { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-10deg); } 60% { transform: rotate(8deg); } }
@keyframes np-shine { from { transform: translateX(-130%) skewX(-20deg); } to { transform: translateX(330%) skewX(-20deg); } }
@keyframes np-bump { 0% { transform: scale(1); } 35% { transform: scale(1.45); } 100% { transform: scale(1); } }
@keyframes np-bump-sm { 0% { transform: scale(1); } 40% { transform: scale(1.2); } 100% { transform: scale(1); } }
@keyframes np-pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(10, 162, 199, .5); } 100% { box-shadow: 0 0 0 14px rgba(10, 162, 199, 0); } }
@keyframes np-line-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes np-stars { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes np-stars-b { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes np-scan { 0% { transform: translateY(-120%); opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateY(900%); opacity: 0; } }
@keyframes np-glow { 0%, 100% { transform: translate(0, 0) scale(1); opacity: .7; } 50% { transform: translate(18%, 10%) scale(1.15); opacity: 1; } }
@keyframes np-badge { 0%, 82%, 100% { transform: scale(1); } 88% { transform: scale(1.1) rotate(-3deg); } 94% { transform: scale(1.04) rotate(2deg); } }
@keyframes np-leave { to { opacity: 0; transform: translateX(40px); } }
@keyframes np-flash { 0% { color: var(--teal); transform: scale(1.1); } 100% { transform: none; } }
@keyframes np-focus { from { opacity: 0; filter: blur(8px); transform: scale(1.04); } to { opacity: 1; filter: none; transform: none; } }
@keyframes np-check { from { transform: translateY(-1px) rotate(45deg) scale(0); } to { transform: translateY(-1px) rotate(45deg) scale(1); } }

/* ---- Scroll reveal (tagged by JS) ---- */
[data-reveal]:not(.is-in) { opacity: 0; }
[data-reveal].is-in { animation: np-rise .8s var(--ease-out) var(--d, 0s) backwards; }
[data-reveal="zoom"].is-in { animation-name: np-zoom-in; }
[data-reveal="side"].is-in { animation-name: np-side; }
.stars__fill { animation: np-stars 1.1s var(--ease-out) .35s backwards; }
[data-reveal].is-in .stars__fill { animation-name: np-stars-b; animation-delay: calc(var(--d, 0s) + .35s); }

/* ---- Top bar & header ---- */
.topbar__inner > * { animation: np-fade .7s ease both; }
.topbar__inner > :nth-child(2) { animation-delay: .06s; }
.topbar__inner > :nth-child(3) { animation-delay: .12s; }
.topbar__inner > :nth-child(4) { animation-delay: .18s; }
.topbar__inner > :nth-child(5) { animation-delay: .24s; }
.topbar__inner > :nth-child(n+6) { animation-delay: .3s; }
.site-header { animation: np-slide-down .6s var(--ease-out) backwards; transition: box-shadow .3s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(11, 37, 69, .08); }
.logo__plus { animation: np-spin-in .9s var(--ease-spring) .35s backwards; transition: transform .45s var(--ease-spring); }
.logo:hover .logo__plus { transform: rotate(90deg); }
.main-nav li { animation: np-rise-sm .5s var(--ease-out) backwards; }
.main-nav li:nth-child(1) { animation-delay: .15s; }
.main-nav li:nth-child(2) { animation-delay: .2s; }
.main-nav li:nth-child(3) { animation-delay: .25s; }
.main-nav li:nth-child(4) { animation-delay: .3s; }
.main-nav li:nth-child(5) { animation-delay: .35s; }
.main-nav li:nth-child(6) { animation-delay: .4s; }
.main-nav li:nth-child(7) { animation-delay: .45s; }
.main-nav li:nth-child(8) { animation-delay: .5s; }
.main-nav li:nth-child(9) { animation-delay: .55s; }
.main-nav a::before { content: ''; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; border-radius: 2px; background: var(--teal); transform: scaleX(0); transition: transform .35s var(--ease-out); }
.main-nav a:hover::before { transform: scaleX(1); }
.main-nav a.is-active::after { animation: np-line-grow .7s var(--ease-out) .6s backwards; }
.header-actions .icon-btn { animation: np-pop .5s var(--ease-spring) backwards; }
.header-actions .icon-btn:nth-child(1) { animation-delay: .35s; }
.header-actions .icon-btn:nth-child(2) { animation-delay: .43s; }
.header-actions .icon-btn:nth-child(3) { animation-delay: .51s; }
.icon-btn .ic { transition: transform .3s var(--ease-spring); }
.icon-btn:hover .ic { transform: translateY(-2px) scale(1.08); }
.cart-badge.bump { animation: np-bump .5s var(--ease-spring); }
.bump-cart [data-i="cart"] { animation: np-wiggle .55s ease; }
.site-header.is-open .main-nav, .search-panel:not([hidden]) { animation: np-drop .35s var(--ease-out); }
@media (max-width: 1024px) { .main-nav a::before { display: none; } }

/* ---- Buttons & links ---- */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 35%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent); transform: translateX(-130%) skewX(-20deg); pointer-events: none; }
.btn-outline::after, .btn-outline-dark::after { background: linear-gradient(90deg, transparent, rgba(10, 162, 199, .2), transparent); }
.btn:hover::after, .goal-card:hover .btn::after { animation: np-shine .85s ease; }
.btn .ic, .link-arrow .ic { transition: transform .3s var(--ease-spring); }
.btn:hover [data-i="arrow-right"], .goal-card:hover [data-i="arrow-right"] { transform: translateX(4px); }
.btn:hover [data-i="arrow-left"] { transform: translateX(-4px); }
.btn:hover [data-i="cart"] { animation: np-wiggle .55s ease; }
.btn:hover [data-i="send"] { transform: translate(3px, -3px); }
.btn.is-added::before { content: 'Added \2713'; position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; background: var(--success); color: #fff; animation: np-fade .2s ease; }
.fly-dot { position: fixed; z-index: 120; width: 18px; height: 18px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(10, 162, 199, .25), 0 6px 16px rgba(10, 162, 199, .45); pointer-events: none; }
.socials a:hover .ic { animation: np-wiggle .5s ease; }
.footer-links a, .footer-news { transition: color .2s, transform .25s var(--ease-out); }
.footer-links a:hover { transform: translateY(-2px); }

/* ---- Forms ---- */
.field label, .field .label { transition: color .2s; }
.field:focus-within > label { color: var(--teal-600); }
.check input:checked::after { animation: np-check .3s var(--ease-spring); }
.qty input.bump { animation: np-bump-sm .3s var(--ease-spring); }
.qty button { transition: background-color .15s, transform .15s; }
.qty button:active { transform: scale(.88); }
.form-success { animation: np-rise .5s var(--ease-out) backwards; }
.form-success .ic { animation: np-pop .5s var(--ease-spring) .15s backwards; }
.toast.is-visible .ic { animation: np-pop .45s var(--ease-spring) .1s backwards; }

/* ---- Home: hero ---- */
.hero__art { animation: np-fade 1.3s ease both, np-breathe 16s ease-in-out 1.3s infinite alternate; transform-origin: 40% 50%; }
.hero__eyebrow { animation: np-letter 1.1s var(--ease-out) .1s both; }
.hero__title { animation: np-rise .9s var(--ease-out) .18s backwards; }
.hero__title .accent { animation: np-rise .9s var(--ease-out) .34s backwards; }
.hero__lead { animation: np-rise .8s var(--ease-out) .46s backwards; }
.hero__actions .btn { animation: np-rise .7s var(--ease-out) .56s backwards; }
.hero__actions .btn:nth-child(2) { animation-delay: .64s; }
.hero__badge { animation: np-rise-sm .6s var(--ease-out) .74s backwards; }
.hero__badge:nth-child(2) { animation-delay: .82s; }
.hero__badge:nth-child(3) { animation-delay: .9s; }
.hero__badge:nth-child(4) { animation-delay: .98s; }
.hero__badge .ic { transition: transform .35s var(--ease-spring); }
.hero__badge:hover .ic { transform: translateY(-3px) rotate(-6deg); }
.hero__benefits li { animation: np-side .7s var(--ease-out) backwards; }
.hero__benefits li:nth-child(1) { animation-delay: .7s; }
.hero__benefits li:nth-child(2) { animation-delay: .8s; }
.hero__benefits li:nth-child(3) { animation-delay: .9s; }
.hero__benefits li:nth-child(4) { animation-delay: 1s; }
.hero__benefits li:nth-child(5) { animation-delay: 1.1s; }
.hero__benefits .check-dot { animation: np-pop .5s var(--ease-spring) 1.2s backwards; }

/* ---- Home: sections ---- */
.goal-card.has-zoom::after { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--img) center top / cover no-repeat; transition: transform .9s var(--ease-out); }
.goal-card:hover::after { transform: scale(1.08); }
.goal-card h3, .goal-card p { transition: transform .45s var(--ease-out); }
.goal-card:hover h3, .goal-card:hover p { transform: translateY(-3px); }
.pcard__media svg, .pcard__media img { transition: transform .45s var(--ease-out); }
.pcard:hover .pcard__media svg, .pcard:hover .pcard__media img { animation: np-float 1.8s ease-in-out infinite; }
.quality::before { content: ''; position: absolute; left: -15%; top: -40%; width: 60%; aspect-ratio: 1; background: radial-gradient(circle, rgba(25, 181, 220, .3), transparent 65%); animation: np-glow 11s ease-in-out infinite; pointer-events: none; }
.quality__inner { position: relative; }
.coa { position: relative; animation: np-float-slow 7s ease-in-out infinite; }
.coa::after { content: ''; position: absolute; left: 14%; right: 14%; top: 0; height: 12%; background: linear-gradient(180deg, transparent, rgba(95, 212, 239, .4), transparent); animation: np-scan 5s ease-in-out 1s infinite; pointer-events: none; }
[data-reveal].is-in .check-dot, .checklist [data-reveal].is-in .check-dot { animation: np-pop .5s var(--ease-spring) calc(var(--d, 0s) + .3s) backwards; }
.bundle-card { transition: border-color .25s, box-shadow .25s, transform .25s var(--ease-out); }
.bundle-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow); transform: translateY(-3px); }
.bundle-card__art svg { transition: transform .4s var(--ease-spring); }
.bundle-card:hover .bundle-card__art svg { animation: np-float 1.5s ease-in-out infinite; }
.bundle-card:hover .bundle-card__art svg:nth-of-type(2) { animation-delay: .15s; }
.bundle-card:hover .bundle-card__art svg:nth-of-type(3) { animation-delay: .3s; }
.bundle-card__art .plus { display: inline-block; transition: transform .45s var(--ease-spring); }
.bundle-card:hover .bundle-card__art .plus { transform: rotate(90deg); }
.bundle-card__save { animation: np-badge 3.2s ease-in-out 1.5s infinite; }
.review-card, .score-card { transition: transform .3s var(--ease-out), box-shadow .3s; }
.review-card:hover, .score-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.trust-item:hover .ic { animation: np-wiggle .6s ease; }

/* ---- Inner page banners ---- */
.page-banner__art { animation: np-banner-in 1.5s var(--ease-out) both, np-breathe 18s ease-in-out 1.5s infinite alternate; transform-origin: right center; }
.page-banner h1 { animation: np-rise .85s var(--ease-out) .15s backwards; }
.page-banner p { animation: np-rise .85s var(--ease-out) .3s backwards; }
.breadcrumb { animation: np-fade .7s ease .15s backwards; }

/* ---- Listing ---- */
.cat-list button { transition: background-color .15s, color .15s, padding .25s var(--ease-out), border-color .2s; }
.cat-list button:hover { padding-left: 22px; }
.pagination button { transition: background-color .15s, color .15s, transform .2s var(--ease-out), border-color .15s; }
.pagination button:hover:not(:disabled) { transform: translateY(-2px); }
.pagination button.is-active { animation: np-bump-sm .35s var(--ease-spring); }

/* ---- Product ---- */
.pdp__info > * { animation: np-rise-sm .6s var(--ease-out) backwards; }
.pdp__info > :nth-child(2) { animation-delay: .06s; }
.pdp__info > :nth-child(3) { animation-delay: .12s; }
.pdp__info > :nth-child(4) { animation-delay: .18s; }
.pdp__info > :nth-child(5) { animation-delay: .24s; }
.pdp__info > :nth-child(6) { animation-delay: .3s; }
.pdp__info > :nth-child(7) { animation-delay: .36s; }
.perk .ic { transition: transform .35s var(--ease-spring); }
.perk:hover .ic { animation: np-wiggle .6s ease; }
.gallery__main > * { animation: np-focus .55s var(--ease-out); }
.gallery__thumbs button { transition: border-color .15s, transform .25s var(--ease-out); }
.gallery__thumbs button:hover { transform: translateY(-3px); }
.tabs__panel:not([hidden]) { animation: np-rise-sm .45s var(--ease-out); }
.tabs__list button.is-active::after { animation: np-line-grow .45s var(--ease-out); }
.related-item { transition: border-color .2s, box-shadow .25s, transform .25s var(--ease-out); }
.related-item:hover { border-color: var(--line-strong); box-shadow: var(--shadow); transform: translateX(-3px); }
.related-item:hover .related-item__media svg { animation: np-float 1.6s ease-in-out infinite; }

/* ---- Cart & checkout ---- */
.cart-row.is-leaving { animation: np-leave .32s ease forwards; }
.thumb svg { transition: transform .4s var(--ease-spring); }
.cart-row:hover .thumb svg, .order-item:hover .thumb svg { transform: scale(1.08) rotate(-3deg); }
.summary__total span, .summary__row span { display: inline-block; }
.flash { animation: np-flash .7s var(--ease-out); }
.summary .btn [data-i="arrow-right"] { animation: np-float 2s ease-in-out infinite; }
.step { animation: np-rise-sm .5s var(--ease-out) backwards; }
.stepper > :nth-child(3) { animation-delay: .15s; }
.stepper > :nth-child(5) { animation-delay: .3s; }
.step__line { transform-origin: left center; animation: np-line-grow .8s var(--ease-out) .25s backwards; }
.step__num { transition: background-color .35s, border-color .35s, color .35s; }
.step.is-active .step__num { animation: np-pulse-ring 1.8s ease-out infinite; }
.step.is-done .step__num .ic { animation: np-pop .45s var(--ease-spring); }
.checkout-panel > section:not([hidden]) { animation: np-rise .55s var(--ease-out); }
.secure-note .ic { animation: np-float 3s ease-in-out infinite; }
.order-done .check-dot { animation: np-pop .6s var(--ease-spring) backwards, np-pulse-ring 1.6s ease-out .6s 2; }
.order-done h2 { animation: np-rise .6s var(--ease-out) .2s backwards; }
.order-done p { animation: np-rise .6s var(--ease-out) .3s backwards; }
.order-done .btn { animation: np-rise .6s var(--ease-out) .4s backwards; }

/* ---- Blog ---- */
.post-card { transition: box-shadow .25s, transform .25s var(--ease-out); }
.post-card:hover { transform: translateY(-2px); }
.post-card__img { transition: transform .6s var(--ease-out); }
.post-card:hover .post-card__img { transform: scale(1.05); }
.post-card__excerpt:not([hidden]) { animation: np-rise-sm .4s var(--ease-out); }
.bar-list button::before { transition: height .25s var(--ease-out), transform .25s var(--ease-out); }
.bar-list button:hover::before, .bar-list button.is-active::before { height: 24px; }
.bar-list button { transition: color .15s, transform .25s var(--ease-out); }
.bar-list button:hover { transform: translateX(4px); }

/* ---- Contact & about ---- */
[data-reveal].is-in > .ic, .info-item.is-in .ic, .value-card.is-in .ic { animation: np-pop .6s var(--ease-spring) calc(var(--d, 0s) + .3s) backwards; }
.info-item:hover .ic { animation: np-wiggle .6s ease; }
.socials--boxed a { transition: background-color .2s, transform .3s var(--ease-spring); }
.socials--boxed a:hover { transform: translateY(-4px) rotate(-6deg); }
.value-card:hover .ic { animation: np-float 1.6s ease-in-out infinite; }
.about-story img { transition: transform .8s var(--ease-out), box-shadow .4s; }
.about-story img:hover { transform: scale(1.02); box-shadow: 0 16px 40px rgba(11, 37, 69, .16); }
.commitment__art { animation: np-breathe 14s ease-in-out infinite alternate; transform-origin: 80% 50%; }

/* Reduced-motion setting: keep entrance and hover motion (requested for every
   component), but stop the endless ambient loops and smooth scrolling. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__art { animation: np-fade 1.3s ease both; }
  .page-banner__art, .faq-hero__art { animation: np-banner-in 1.5s var(--ease-out) both; }
  .support-card__head .ic { animation: none; }
  .commitment__art, .coa, .coa::after, .quality::before, .bundle-card__save, .secure-note .ic,
  .summary .btn [data-i="arrow-right"], .step.is-active .step__num { animation: none; }
}
