/* ============================================================
   Kustomer Kinetics — "California Clinical" design system
   Concept for ProjectThunder agency proposal (mockup only)
   ============================================================ */
:root {
  --ink: #0e2726;          /* deep evergreen ink */
  --ink-soft: #1d3d3a;
  --pine: #14524b;         /* primary brand green */
  --pine-bright: #1c7a6e;
  --gold: #c39a3b;         /* clinical gold accent */
  --gold-deep: #a37e22;
  --bone: #f7f3ea;         /* warm page background */
  --bone-deep: #efe7d8;
  --white: #ffffff;
  --clay: #b4552d;         /* sparing warm accent */
  --text: #22312f;
  --text-soft: #5c6f6b;
  --hairline: rgba(20, 82, 75, 0.16);
  --shadow-soft: 0 20px 50px -24px rgba(14, 39, 38, 0.35);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --max: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bone);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

h1, h2, h3, .display { font-family: var(--font-display); font-weight: 550; letter-spacing: -0.015em; color: var(--ink); }

/* ---------- announcement bar ---------- */
.annc {
  background: var(--ink);
  color: #e8e2d2;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 9px 16px;
}
.annc b { color: var(--gold); font-weight: 600; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 234, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.nav-row {
  display: flex; align-items: center; gap: 36px;
  padding: 18px 0;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--pine) 0%, var(--ink) 100%);
  display: grid; place-items: center;
  color: var(--gold); font-family: var(--font-display);
  font-size: 19px; font-weight: 700; letter-spacing: -0.05em;
}
.logo-word { line-height: 1.1; }
.logo-word .l1 { font-family: var(--font-display); font-size: 19px; font-weight: 640; color: var(--ink); letter-spacing: 0.01em; }
.logo-word .l2 { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-soft); }
nav.main { display: flex; gap: 28px; font-size: 14.5px; font-weight: 520; color: var(--ink-soft); margin-left: 8px; }
nav.main a { position: relative; padding: 6px 0; }
nav.main a.active::after, nav.main a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); border: 1px solid transparent; }
.icon-btn:hover { border-color: var(--hairline); background: var(--white); }
.cart-count {
  position: absolute; top: -2px; right: -4px;
  background: var(--clay); color: #fff; font-size: 10px; font-weight: 700;
  width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 15px; font-weight: 600;
  padding: 14px 28px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: all 0.18s ease;
}
.btn-primary { background: var(--pine); color: #fff; }
.btn-primary:hover { background: var(--ink); transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-deep); color: #fff; }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--bone); }
.btn-light { background: var(--white); color: var(--ink); box-shadow: 0 8px 24px -12px rgba(14,39,38,.4); }
.btn.sm { padding: 10px 20px; font-size: 13.5px; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(195, 154, 59, 0.22), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, rgba(28, 122, 110, 0.20), transparent 55%),
    linear-gradient(160deg, #0f2e2b 0%, #123f39 55%, #0e2726 100%);
  color: #f3efe3;
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; padding-top: 84px; padding-bottom: 96px; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 22px;
}
.hero .eyebrow::before { content: ""; width: 34px; height: 1.5px; background: var(--gold); }
.hero h1 { color: #faf7ee; font-size: clamp(40px, 5vw, 62px); line-height: 1.04; font-weight: 480; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero p.lede { margin: 24px 0 34px; font-size: 18px; line-height: 1.65; color: rgba(243, 239, 227, 0.82); max-width: 34em; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 34px; margin-top: 46px; }
.hero-proof .stat b { display: block; font-family: var(--font-display); font-size: 26px; color: var(--gold); font-weight: 600; }
.hero-proof .stat span { font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(243,239,227,0.6); }

.hero-art { position: relative; min-height: 420px; }
.photo-slot {
  position: absolute; inset: 0; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-soft);
  background: linear-gradient(145deg, #1a4a43, #0e2f2b);
  display: grid; place-items: center;
}
.photo-slot .credit {
  position: absolute; bottom: 10px; right: 14px;
  font-size: 10.5px; letter-spacing: 0.08em; color: rgba(243,239,227,0.55);
  background: rgba(14, 39, 38, 0.55); padding: 4px 10px; border-radius: 999px;
}

/* ---------- trust bar ---------- */
.trustbar { background: var(--bone-deep); border-bottom: 1px solid var(--hairline); }
.trustbar .wrap { display: flex; justify-content: space-between; gap: 24px; padding: 20px 32px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 560; color: var(--ink-soft); letter-spacing: 0.02em; }
.trust-item svg { width: 20px; height: 20px; color: var(--gold-deep); flex: none; }

/* ---------- sections ---------- */
section.block { padding: 84px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.sec-head .kicker { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-deep); font-weight: 650; margin-bottom: 10px; }
.sec-head h2 { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.08; }
.sec-head p { margin-top: 12px; color: var(--text-soft); max-width: 46em; }
.sec-link { font-weight: 600; font-size: 14.5px; color: var(--pine); white-space: nowrap; border-bottom: 2px solid var(--gold); padding-bottom: 2px; }

/* ---------- category tiles ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-tile {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  min-height: 240px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end;
  color: #f6f2e6; box-shadow: 0 14px 34px -20px rgba(14,39,38,.45);
  transition: transform .2s ease;
}
.cat-tile:hover { transform: translateY(-4px); }
.cat-tile h3 { color: #faf7ee; font-size: 22px; margin-bottom: 4px; }
.cat-tile span { font-size: 13px; color: rgba(246,242,230,.75); }
.cat-tile .arrow { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; border-radius: 50%; background: rgba(247,243,234,.16); display: grid; place-items: center; }

/* ---------- product cards ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod-card {
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--hairline); overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.prod-visual { position: relative; background: linear-gradient(160deg, var(--bone-deep), #faf6ec); padding: 26px 20px 12px; display: grid; place-items: center; min-height: 210px; }
.prod-badge { position: absolute; top: 14px; left: 14px; background: var(--ink); color: var(--gold); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.prod-badge.gold { background: var(--gold); color: var(--ink); }
.prod-info { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.prod-cat { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-soft); font-weight: 600; }
.prod-name { font-family: var(--font-display); font-size: 18.5px; font-weight: 600; color: var(--ink); line-height: 1.25; }
.prod-sizes { font-size: 12.5px; color: var(--text-soft); }
.prod-row { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.prod-price { font-weight: 700; font-size: 17px; color: var(--ink); }
.prod-price small { font-weight: 500; color: var(--text-soft); font-size: 12px; }
.add-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--pine); color: #fff; display: grid; place-items: center; border: none; cursor: pointer; font-size: 20px; line-height: 1; }
.add-btn:hover { background: var(--ink); }
.stars { color: var(--gold-deep); font-size: 13px; letter-spacing: 2px; }
.stars small { color: var(--text-soft); font-family: var(--font-body); letter-spacing: 0; margin-left: 6px; }

/* ---------- split feature (private label / b2b) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.split .pane { padding: 64px 56px; }
.split .pane.dark { background: linear-gradient(150deg, #123f39, #0e2726); color: #efe9d9; }
.split .pane.dark h2, .split .pane.dark h3 { color: #faf7ee; }
.split .pane.gold { background: linear-gradient(150deg, #c39a3b, #a37e22); color: #211b0a; }
.split .pane.gold h2, .split .pane.gold h3 { color: #1c1503; }
.split .kicker { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; opacity: .75; margin-bottom: 14px; }
.split h3 { font-size: 30px; line-height: 1.12; margin-bottom: 16px; }
.split p { font-size: 15.5px; line-height: 1.7; opacity: .85; margin-bottom: 26px; }
.split ul.ticks { list-style: none; margin: 0 0 30px; display: grid; gap: 10px; }
.split ul.ticks li { display: flex; gap: 10px; font-size: 14.5px; align-items: baseline; }
.split ul.ticks li::before { content: "✓"; font-weight: 800; }
.pane.dark ul.ticks li::before { color: var(--gold); }
.pane.gold ul.ticks li::before { color: #1c1503; }

/* ---------- heritage ---------- */
.heritage { background: var(--white); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.heritage .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; padding-top: 90px; padding-bottom: 90px; }
.heritage blockquote { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 32px); line-height: 1.35; color: var(--ink); font-weight: 480; }
.heritage blockquote em { color: var(--gold-deep); font-style: italic; }
.heritage .attrib { margin-top: 22px; font-size: 13.5px; letter-spacing: .06em; color: var(--text-soft); text-transform: uppercase; }
.timeline { display: grid; gap: 0; }
.tl-item { display: grid; grid-template-columns: 88px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px dashed var(--hairline); }
.tl-item:last-child { border-bottom: none; }
.tl-year { font-family: var(--font-display); font-size: 22px; font-weight: 640; color: var(--gold-deep); }
.tl-item p { font-size: 14.5px; color: var(--text-soft); }
.tl-item b { color: var(--ink); font-weight: 640; }

/* ---------- testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card { background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; }
.quote-card p { font-size: 15px; line-height: 1.7; color: var(--text); }
.quote-card .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--pine-bright), var(--pine)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.who b { display: block; font-size: 14px; color: var(--ink); }
.who span { font-size: 12.5px; color: var(--text-soft); }

/* ---------- email band ---------- */
.email-band { background: linear-gradient(150deg, #123f39, #0e2726); color: #efe9d9; border-radius: var(--radius-lg); padding: 56px 60px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; box-shadow: var(--shadow-soft); }
.email-band h3 { color: #faf7ee; font-size: 28px; margin-bottom: 8px; }
.email-band p { opacity: .8; font-size: 15px; }
.email-form { display: flex; gap: 10px; }
.email-form input { flex: 1; border: none; border-radius: 999px; padding: 15px 22px; font-size: 15px; font-family: var(--font-body); background: rgba(247,243,234,.12); color: #f6f2e6; outline: 1.5px solid rgba(247,243,234,.25); }
.email-form input::placeholder { color: rgba(246,242,230,.55); }

/* ---------- footer ---------- */
footer.site { background: var(--ink); color: rgba(232,226,210,.75); margin-top: 90px; }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; padding: 64px 0 44px; }
footer.site h4 { color: var(--gold); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
footer.site ul { list-style: none; display: grid; gap: 9px; font-size: 14px; }
footer.site a:hover { color: var(--gold); }
.foot-legal { border-top: 1px solid rgba(232,226,210,.14); padding: 20px 0 26px; font-size: 12.5px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- PDP ---------- */
.crumbs { font-size: 13px; color: var(--text-soft); padding: 22px 0 0; }
.crumbs a:hover { color: var(--pine); }
.pdp { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; padding: 34px 0 80px; align-items: start; }
.pdp-gallery { position: sticky; top: 110px; }
.pdp-main-img { background: linear-gradient(160deg, var(--bone-deep), #fbf7ee); border-radius: var(--radius-lg); border: 1px solid var(--hairline); min-height: 480px; display: grid; place-items: center; padding: 40px; position: relative; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.pdp-thumb { background: var(--white); border: 1.5px solid var(--hairline); border-radius: var(--radius-md); min-height: 84px; display: grid; place-items: center; padding: 10px; cursor: pointer; font-size: 11px; color: var(--text-soft); text-align: center; }
.pdp-thumb.active { border-color: var(--gold); }
.pdp-info .prod-cat { margin-bottom: 8px; }
.pdp-info h1 { font-size: clamp(30px, 3.4vw, 40px); line-height: 1.08; margin-bottom: 12px; }
.pdp-sub { color: var(--text-soft); font-size: 15.5px; margin-bottom: 16px; max-width: 36em; }
.pdp-price { font-family: var(--font-display); font-size: 30px; font-weight: 640; color: var(--ink); margin: 18px 0 4px; }
.pdp-price small { font-family: var(--font-body); font-size: 13.5px; color: var(--text-soft); font-weight: 500; }
.b2b-hint { display: inline-flex; align-items: center; gap: 8px; background: rgba(195,154,59,.14); border: 1px solid rgba(195,154,59,.4); color: var(--gold-deep); font-size: 13px; font-weight: 600; border-radius: 999px; padding: 7px 14px; margin: 10px 0 22px; }
.opt-label { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin: 20px 0 10px; }
.size-row { display: flex; gap: 10px; flex-wrap: wrap; }
.size-chip { border: 1.5px solid var(--hairline); background: var(--white); border-radius: var(--radius-md); padding: 10px 16px; font-size: 14px; cursor: pointer; text-align: center; }
.size-chip b { display: block; font-size: 14.5px; color: var(--ink); }
.size-chip span { font-size: 12px; color: var(--text-soft); }
.size-chip.active { border-color: var(--pine); background: rgba(20,82,75,.06); outline: 1px solid var(--pine); }
.buy-row { display: flex; gap: 14px; margin-top: 26px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--hairline); border-radius: 999px; background: var(--white); }
.qty button { width: 42px; height: 48px; border: none; background: none; font-size: 18px; cursor: pointer; color: var(--ink); }
.qty input { width: 40px; text-align: center; border: none; font-size: 15px; font-weight: 600; background: none; }
.buy-row .btn-primary { flex: 1; justify-content: center; font-size: 16px; }
.pdp-perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.perk { background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-md); padding: 14px; font-size: 12.5px; color: var(--ink-soft); display: flex; gap: 10px; align-items: center; font-weight: 550; }
.perk svg { width: 18px; height: 18px; color: var(--gold-deep); flex: none; }
.pdp-tabs { border-top: 1px solid var(--hairline); margin-top: 34px; }
.tab-row { display: flex; gap: 26px; border-bottom: 1px solid var(--hairline); }
.tab { padding: 16px 2px; font-size: 14px; font-weight: 600; color: var(--text-soft); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tab.active { color: var(--ink); border-bottom-color: var(--gold); }
.tab-body { padding: 22px 0 6px; font-size: 15px; color: var(--text); line-height: 1.75; }
.tab-body .sds { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--pine); border-bottom: 2px solid var(--gold); padding-bottom: 2px; margin-top: 8px; }

/* ---------- B2B page ---------- */
.b2b-hero { background:
  radial-gradient(900px 480px at 90% -20%, rgba(195,154,59,.25), transparent 60%),
  linear-gradient(155deg, #0f2e2b, #123f39 60%, #0e2726);
  color: #f3efe3; }
.b2b-hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-top: 76px; padding-bottom: 86px; }
.portal-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 30px 70px -30px rgba(0,0,0,.5); overflow: hidden; color: var(--text); }
.portal-head { background: var(--bone-deep); padding: 16px 22px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--hairline); }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.portal-head span { font-size: 12px; color: var(--text-soft); margin-left: 8px; }
.portal-body { padding: 22px; }
.portal-body h4 { font-family: var(--font-display); font-size: 18px; color: var(--ink); margin-bottom: 14px; }
.qo-row { display: grid; grid-template-columns: 1fr 92px 110px 40px; gap: 10px; align-items: center; margin-bottom: 10px; }
.qo-row input, .qo-row select { border: 1.5px solid var(--hairline); border-radius: var(--radius-sm); padding: 10px 12px; font-size: 13.5px; font-family: var(--font-body); background: var(--white); width: 100%; }
.qo-price { font-weight: 700; font-size: 14px; color: var(--ink); text-align: right; }
.qo-del { color: var(--text-soft); text-align: center; cursor: pointer; }
.portal-total { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed var(--hairline); padding-top: 16px; margin-top: 8px; }
.portal-total b { font-size: 18px; color: var(--ink); }
.portal-total .terms { font-size: 12px; color: var(--text-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 30px 28px; }
.feature-card .f-ico { width: 46px; height: 46px; border-radius: 14px; background: rgba(20,82,75,.08); color: var(--pine); display: grid; place-items: center; margin-bottom: 18px; }
.feature-card h3 { font-size: 19px; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; color: var(--text-soft); line-height: 1.65; }
.tier-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.tier-table th { background: var(--ink); color: var(--gold); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 16px 22px; text-align: left; font-weight: 700; }
.tier-table td { padding: 16px 22px; border-bottom: 1px solid var(--hairline); font-size: 14.5px; }
.tier-table tr:last-child td { border-bottom: none; }
.tier-table td b { color: var(--ink); }
.tier-name { font-family: var(--font-display); font-weight: 640; color: var(--ink); font-size: 16px; }
.pill { display: inline-block; background: rgba(195,154,59,.16); color: var(--gold-deep); font-size: 11.5px; font-weight: 700; padding: 4px 12px; border-radius: 999px; letter-spacing: .04em; }

/* ---------- apply band ---------- */
.apply-band { border-radius: var(--radius-lg); background: linear-gradient(150deg, #c39a3b, #9a7620); padding: 60px; color: #211b0a; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; box-shadow: var(--shadow-soft); }
.apply-band h3 { color: #1c1503; font-size: 32px; line-height: 1.1; margin-bottom: 10px; }
.apply-band p { font-size: 15.5px; opacity: .85; }

/* ---------- product bottle SVG sizing ---------- */
.bottle { filter: drop-shadow(0 18px 22px rgba(14,39,38,.28)); }

/* ---------- parallax ---------- */
.plx { position: relative; overflow: hidden; }
.plx-bg {
  position: absolute; left: 0; right: 0; top: -50%; height: 200%;
  background-size: cover; background-position: center;
  will-change: transform; transform: translate3d(0, 0, 0);
  z-index: 0; pointer-events: none;
}
.plx-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.plx > .wrap, .plx > .plx-content { position: relative; z-index: 2; }

.hero.plx .plx-scrim {
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(195, 154, 59, 0.20), transparent 60%),
    linear-gradient(105deg, rgba(14, 39, 38, 0.96) 0%, rgba(16, 55, 50, 0.88) 44%, rgba(14, 39, 38, 0.55) 72%, rgba(14, 39, 38, 0.38) 100%);
}
.b2b-hero.plx .plx-scrim {
  background:
    radial-gradient(900px 480px at 90% -20%, rgba(195, 154, 59, 0.22), transparent 60%),
    linear-gradient(100deg, rgba(14, 39, 38, 0.96) 0%, rgba(16, 55, 50, 0.9) 42%, rgba(14, 39, 38, 0.62) 75%, rgba(14, 39, 38, 0.45) 100%);
}

.band {
  min-height: 520px;
  display: grid; place-items: center;
  text-align: center; padding: 110px 32px;
}
.band .plx-scrim { background: linear-gradient(180deg, rgba(14,39,38,.62), rgba(14,39,38,.5) 45%, rgba(14,39,38,.72)); }
.band .plx-content { max-width: 760px; margin: 0 auto; color: #f3efe3; }
.band .kicker-band { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 16px; }
.band h2 { color: #faf7ee; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.08; font-weight: 500; }
.band h2 em { font-style: italic; color: var(--gold); }
.band p { margin-top: 16px; font-size: 16.5px; color: rgba(243,239,227,.85); }
.band .btn { margin-top: 28px; }
.band.light .plx-scrim { background: linear-gradient(180deg, rgba(247,243,234,.55), rgba(247,243,234,.28) 45%, rgba(247,243,234,.7)); }
.band.light .plx-content { color: var(--ink); }
.band.light h2 { color: var(--ink); }
.band.light p { color: var(--ink-soft); }

.pdp-thumb { overflow: hidden; padding: 0; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero .wrap, .heritage .wrap, .b2b-hero .wrap, .split, .email-band, .apply-band, .pdp { grid-template-columns: 1fr; }
  .cat-grid, .quote-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  nav.main { display: none; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .pdp-gallery { position: static; }
}
@media (max-width: 620px) {
  .cat-grid, .quote-grid, .feature-grid, .prod-grid { grid-template-columns: 1fr; }
  .wrap { padding: 0 20px; }
}
