@charset "UTF-8";
/* =========================================================
   HUSSSH® Trade Portal — landing page styles
   Clean rebuild of hussssh.com (formerly React/Vite)
   ========================================================= */

:root {
  /* Brand palette (oklch + hex fallback) */
  --forest:  oklch(0.235 0.06 162);   /* deep green header/footer */
  --forest-2: oklch(0.30 0.05 162);
  --teal:    oklch(0.62 0.12 185);    /* bright teal CTA */
  --teal-dk: oklch(0.55 0.12 185);
  --cream:   #f9f1e3;                 /* warm cream */
  --bg:      oklch(0.98 0.008 80);    /* page background */
  --ink:     oklch(0.12 0.01 162);    /* near-black text */
  --muted:   oklch(0.38 0.02 162);    /* muted body text */
  --sage:    rgb(131, 177, 153);      /* soft green accent */
  --line:    rgba(20, 50, 40, 0.12);

  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-mono: "DM Mono", "Courier New", monospace;

  --maxw: 1200px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 50, 40, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 1.5rem; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
}
.serif { font-family: var(--font-serif); }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; line-height: 1.12; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); margin: 0.6rem 0 1rem; }
.section-lead { color: var(--muted); max-width: 60ch; font-size: 1.05rem; }
.section { padding: 5rem 0; }
.center { text-align: center; margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-dk); }
.btn-forest { background: var(--forest); color: var(--cream); }
.btn-outline { background: transparent; border-color: currentColor; }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--teal);
  color: #ffffff;
  font-size: 0.82rem;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.announce a { color: #ffffff; text-decoration: underline; font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--forest);
  color: var(--cream);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 1.5rem; max-width: var(--maxw); margin-inline: auto; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand .logo { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; letter-spacing: .02em; }
.brand .tag { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: .25em; color: var(--sage); margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a { padding: 0.5rem 0.8rem; font-size: 0.9rem; border-radius: 8px; color: rgba(255,255,255,.85); transition: background .2s, color .2s; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: rgba(255,255,255,.08); }
.header-cta { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle { display: none; background: none; border: 0; color: var(--cream); cursor: pointer; padding: 0.4rem; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(95deg, var(--forest) 28%, rgba(10,30,24,.72) 52%, rgba(10,30,24,.35) 75%, rgba(10,30,24,.55)),
    url("../img/husssh_hero_main_v2.webp") center right/cover no-repeat,
    var(--forest);
  color: var(--cream);
  min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero .container { position: relative; z-index: 1; padding-block: 5rem; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); margin: 1rem 0; }
.hero h1 em { font-style: italic; color: var(--sage); }
.hero p.lead { font-size: 1.15rem; color: rgba(249,241,227,.85); max-width: 52ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.badges { display: flex; flex-wrap: wrap; gap: 1.6rem; }
.badge {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: .06em;
  color: rgba(255,255,255,.9);
}
.badge svg { width: 19px; height: 19px; color: var(--teal); flex: 0 0 auto; }

/* ---------- Stats bar ---------- */
.stats { background: var(--forest-2); color: var(--cream); padding: 3.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat .num { font-family: var(--font-serif); font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--teal); font-weight: 700; }
.stat .label { font-size: 0.92rem; color: rgba(249,241,227,.8); margin-top: 0.4rem; }

/* ---------- Generic grid of cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(20,50,40,.12); }
.card h3 { font-size: 1.4rem; margin-bottom: 0.6rem; }
.card p { color: var(--muted); margin-bottom: 1rem; }
.feature-list { list-style: none; margin-bottom: 1.25rem; }
.feature-list li { display: flex; gap: 0.6rem; align-items: flex-start; padding: 0.3rem 0; font-size: 0.92rem; }
.feature-list li::before { content: "\2713"; color: var(--teal); font-weight: 700; }
.card .more { color: var(--teal); font-weight: 600; font-size: 0.9rem; }

/* section backgrounds */
.bg-cream { background: color-mix(in srgb, var(--cream) 45%, var(--bg)); }
.bg-white { background: #fff; }

/* ---------- Products ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: transform .2s;
}
.product:hover { transform: translateY(-4px); }
.product .thumb { aspect-ratio: 4/3; background: var(--forest); position: relative; }
.product .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product .pill { position: absolute; top: 0.8rem; left: 0.8rem; background: var(--teal); color:#06231f; font-size:0.68rem; font-weight:700; letter-spacing:.08em; padding:0.25rem 0.7rem; border-radius:999px; font-family: var(--font-mono); }
.product .body { padding: 1.4rem; }
.product h3 { font-size: 1.2rem; }
.product .desc { color: var(--muted); font-size: 0.88rem; margin-top: 0.4rem; }
.coming-soon { margin-top: 2.5rem; text-align: center; }
.coming-soon .label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: .2em; color: var(--muted); }
.coming-soon .items { margin-top: 0.5rem; color: var(--ink); font-weight: 500; }

/* ---------- Science (image bg) ---------- */
.science {
  position: relative; color: var(--cream);
  background: #07140f url("../img/husssh_science_bg.webp") center/cover no-repeat;
  padding: 6rem 0; text-align: center; overflow: hidden;
}
/* keep the callouts at the edges bright, darken only behind the centred text */
.science::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 65% 70% at 50% 45%, rgba(6,20,16,.72), rgba(6,20,16,.32) 55%, rgba(6,20,16,.05) 80%);
}
.science .container { position: relative; z-index: 1; }
.science .eyebrow { color: var(--teal); }
.science h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); }
.science .lead { color: rgba(249,241,227,.92); max-width: 70ch; margin: 1.5rem auto 2.5rem; font-size: 1.08rem; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.science-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2rem auto 2.5rem; text-align: left; }
.science-feature {
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 1.6rem;
  background: rgba(8,26,20,.42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.science-feature h4 { font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--sage); }
.science-feature p { font-size: 0.9rem; color: rgba(249,241,227,.85); }
.science-tagline { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: .18em; color: var(--teal); text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.science .hero-actions { justify-content: center; }

/* ---------- Split (salon) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.split .feature-list li { font-size: 1rem; }

/* ---------- Promise (forest) ---------- */
.promise { background: var(--forest); color: var(--cream); }
.promise .section-lead { color: rgba(249,241,227,.8); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.promise-item h4 { font-family: var(--font-serif); font-size: 1.2rem; color: var(--teal); margin-bottom: 0.5rem; }
.promise-item p { color: rgba(249,241,227,.78); font-size: 0.9rem; }
.promise-item .ico { font-size: 1.6rem; margin-bottom: 0.6rem; }

/* ---------- Territories ---------- */
.flags { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 2rem 0; }
.flag { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 1.1rem; font-size: 0.9rem; font-weight: 500; box-shadow: var(--shadow); }
.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.market { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.market .mlabel { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }
.market .mnote { color: var(--muted); font-size: 0.82rem; margin: 0.5rem 0; }
.market .mval { font-family: var(--font-serif); font-size: 1.9rem; font-weight: 700; color: var(--teal); }

/* ---------- Contact / CTA ---------- */
.cta { background: var(--teal); color: #ffffff; text-align: center; }
.cta h2 { font-size: clamp(2rem, 4vw, 3rem); }
.cta p { max-width: 55ch; margin: 1rem auto 2rem; font-size: 1.08rem; }
.cta .hero-actions { justify-content: center; }

.contact { background: var(--bg); }
.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start; }
.contact-info h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem; }
.contact-info p { color: var(--muted); margin-bottom: 1.5rem; }
.contact-info .detail { display: flex; gap: 0.6rem; margin-bottom: 0.6rem; font-size: 0.95rem; }
.contact-info .detail strong { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: .12em; color: var(--teal); text-transform: uppercase; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow); }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 0.4rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: 0.95rem; background: var(--bg); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--teal); border-color: transparent; }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form .btn { width: 100%; justify-content: center; }
.form-note { font-size: 0.75rem; color: var(--muted); margin-top: 0.8rem; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest); color: var(--cream); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer-grid h5 { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: .18em; color: var(--sage); text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 0.5rem; }
.footer-grid a { color: rgba(249,241,227,.78); font-size: 0.9rem; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-brand .logo { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700; }
.footer-brand p { color: rgba(249,241,227,.7); font-size: 0.9rem; margin-top: 0.8rem; max-width: 38ch; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 3rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.8rem; color: rgba(249,241,227,.6); }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3, .product-grid, .science-features, .promise-grid { grid-template-columns: 1fr 1fr; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-wrap, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .main-nav, .header-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header.open .main-nav {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--forest); padding: 1rem 1.5rem; gap: 0.25rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
}
@media (max-width: 560px) {
  .grid-3, .product-grid, .science-features, .promise-grid, .market-grid, .stats-grid, .field-row { grid-template-columns: 1fr; }
  .section { padding: 3.5rem 0; }
}


/* =========================================================
   PRODUCTS PAGE
   ========================================================= */

/* ---------- Hero band ---------- */
.products-hero {
  background:
    radial-gradient(circle at 50% -20%, rgba(40,150,140,.25), transparent 55%),
    var(--forest);
  color: var(--cream);
  padding: 5rem 0 4rem;
}
.products-hero .section-lead { color: rgba(249,241,227,.82); }

/* ---------- Available-now product rows ---------- */
.product-detail {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem;
  align-items: center; padding: 3.5rem 0;
}
.product-detail + .product-detail { border-top: 1px solid var(--line); }
.product-detail.reverse .pd-media { order: 2; }

.pd-media { position: relative; }
.pd-media img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.pd-info h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0.5rem; }
.pd-tagline { font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: .04em; color: var(--teal); text-transform: uppercase; margin-bottom: 1rem; }
.pd-desc { color: var(--muted); margin-bottom: 1.5rem; }

.pd-tags { display: flex; gap: 0.5rem; margin-bottom: 0.8rem; }
.tag-size {
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: .08em;
  border: 1px solid var(--line); border-radius: 999px; padding: 0.25rem 0.8rem; color: var(--muted);
}
.tag-available, .tag-soon {
  position: absolute; top: 1rem; left: 1rem;
  font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; letter-spacing: .08em;
  padding: 0.3rem 0.8rem; border-radius: 999px;
}
.tag-available { background: var(--teal); color: #fff; }
.tag-soon { background: rgba(8,26,20,.85); color: var(--sage); border: 1px solid rgba(255,255,255,.18); }

.pd-block { margin-bottom: 1.5rem; }
.pd-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 0.7rem;
}
.pd-label svg { width: 15px; height: 15px; color: var(--teal); flex: 0 0 auto; }

/* ingredient chips (reused in pipeline) */
.chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.chip {
  font-size: 0.78rem; padding: 0.3rem 0.7rem; border-radius: 999px;
  background: color-mix(in srgb, var(--sage) 22%, #fff); color: var(--ink);
  border: 1px solid var(--line);
}
.chips-dark .chip { background: rgba(255,255,255,.06); color: rgba(249,241,227,.85); border-color: rgba(255,255,255,.14); }

.clinical-note {
  display: flex; flex-direction: column; gap: 0.25rem;
  background: color-mix(in srgb, var(--teal) 12%, #fff);
  border-left: 3px solid var(--teal); border-radius: 8px;
  padding: 0.9rem 1.1rem; font-size: 0.9rem; color: var(--ink); margin-bottom: 1rem;
}
.clinical-note .cn-label { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-dk); }
.clinical-note .cn-label svg { width: 14px; height: 14px; flex: 0 0 auto; }
.suitable { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
.suitable strong { color: var(--ink); }
.pd-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ---------- Pipeline ---------- */
.pipeline { background: var(--forest); color: var(--cream); }
.pipeline .section-lead { color: rgba(249,241,227,.82); }
.pipeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.pipe-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, border-color .2s ease;
}
.pipe-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.25); }
.pipe-thumb { position: relative; }
.pipe-thumb img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pipe-body { padding: 1.5rem; }
.pipe-body h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.pipe-desc { color: rgba(249,241,227,.78); font-size: 0.88rem; margin-bottom: 1.2rem; }

@media (max-width: 960px) {
  .product-detail, .product-detail.reverse .pd-media { grid-template-columns: 1fr; order: 0; }
  .product-detail { gap: 2rem; }
  .pipeline-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .pipeline-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   CONTACT PAGE
   ========================================================= */

/* ---------- Hero band ---------- */
.contact-hero {
  background:
    radial-gradient(circle at 50% -20%, rgba(40,150,140,.25), transparent 55%),
    var(--forest);
  color: var(--cream);
  padding: 5rem 0 4rem;
}
.contact-hero .section-lead { color: rgba(249,241,227,.82); }

/* ---------- Two-column layout ---------- */
.contact-layout {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem; align-items: start;
}
.contact-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }

/* ---------- Info blocks (flat — divided by hairlines) ---------- */
.info-card + .info-card { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.info-card h3 { font-size: 1.3rem; margin-bottom: 1.2rem; }
.info-row { display: flex; gap: 0.9rem; align-items: flex-start; margin-bottom: 1.1rem; }
.info-row:last-child { margin-bottom: 0; }
.info-ico {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--teal) 14%, #fff); color: var(--teal-dk);
}
.info-ico svg { width: 18px; height: 18px; }
.info-label {
  display: block; font-family: var(--font-mono); font-size: 0.64rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.2rem;
}
.info-row a { color: var(--ink); font-size: 0.92rem; font-weight: 500; word-break: break-word; }
.info-row a:hover { color: var(--teal-dk); }

/* territories */
.terr-list { list-style: none; }
.terr-list li { display: flex; align-items: center; gap: 0.7rem; padding: 0.4rem 0; font-size: 0.92rem; border-bottom: 1px solid var(--line); }
.terr-list li:last-child { border-bottom: 0; }
.terr-flag { font-size: 1.2rem; }
.terr-note { margin-top: 1rem; font-size: 0.82rem; color: var(--muted); }

/* fast response */
.fast-response { display: flex; gap: 1rem; align-items: flex-start; }
.fast-response h4 { font-family: var(--font-serif); font-size: 1.15rem; margin-bottom: 0.3rem; }
.fast-response p { font-size: 0.88rem; color: var(--muted); }

/* ---------- Enquiry form (flat) ---------- */
.enquiry-form h3 { font-size: 1.5rem; margin-bottom: 1.8rem; }
.enquiry-form .field label {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); font-weight: 500;
}
.enquiry-form .req { color: var(--teal); }
.enquiry-form .consent { font-size: 0.78rem; color: var(--muted); margin: 0.5rem 0 1.5rem; line-height: 1.5; }
.enquiry-form .btn { width: 100%; justify-content: center; }

@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .enquiry-form { padding: 1.6rem; }
}


/* =========================================================
   PHARMACY PAGE
   ========================================================= */

/* ---------- Partner hero (full-bleed bg image — shared by pharmacy + salon) ---------- */
.ph-hero, .salon-hero {
  position: relative;
  color: var(--cream);
  min-height: 78vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.ph-hero {
  background:
    linear-gradient(95deg, var(--forest) 30%, rgba(10,30,24,.72) 52%, rgba(10,30,24,.32) 78%, rgba(10,30,24,.5)),
    url("../img/husssh_hero_pharmacy_v2.webp") center right/cover no-repeat,
    var(--forest);
}
.salon-hero {
  background:
    linear-gradient(95deg, var(--forest) 30%, rgba(10,30,24,.72) 52%, rgba(10,30,24,.32) 78%, rgba(10,30,24,.5)),
    url("../img/husssh_hero_salon_v2.webp") center right/cover no-repeat,
    var(--forest);
}
.ph-hero .container, .salon-hero .container { padding-block: 5rem; }
.ph-hero-copy, .salon-hero-copy { max-width: 620px; }
.ph-hero h1, .salon-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); margin: 1rem 0; }
.ph-hero .lead, .salon-hero .lead { color: rgba(249,241,227,.9); font-size: 1.1rem; max-width: 46ch; margin-bottom: 2rem; }

/* ---------- Opportunity (two columns) ---------- */
.ph-opportunity { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem 4rem; align-items: start; }
.ph-opp-left .section-title { margin: 0.6rem 0 1.2rem; }
.ph-opp-left p { color: var(--muted); margin-bottom: 1rem; }
.ph-opp-left .feature-list { margin-top: 1.5rem; }
.ph-opp-left .feature-list li { color: var(--ink); }
.ph-opp-right { display: flex; flex-direction: column; gap: 1.5rem; }
.ph-opp-right .report-card { margin-top: 0; }

/* ---------- Hair Loss Statistics card (dark forest) ---------- */
.stat-card { background: var(--forest); color: var(--cream); border-radius: var(--radius); padding: 2.5rem; }
.stat-card h3 { font-size: 1.4rem; margin-bottom: 1.5rem; }
.stat-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 3rem; }
.sg-label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin: 0 0 0.5rem; }
.sg-row { display: flex; align-items: baseline; gap: 0.9rem; padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 0.9rem; color: rgba(249,241,227,.82); }
.sg-row:last-child { border-bottom: 0; }
.sg-num { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--teal); min-width: 3.2rem; flex: 0 0 auto; }
.stat-card .market-line { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); font-size: 0.95rem; color: rgba(249,241,227,.85); line-height: 1.6; }
.stat-card .market-line strong { font-family: var(--font-serif); font-size: 1.3rem; color: var(--teal); }

/* ---------- Trichology report card (outlined) ---------- */
.report-card { margin-top: 2rem; padding: 2rem 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); }
.rc-head { display: flex; align-items: center; gap: 0.7rem; }
.rc-icon { color: var(--teal); display: inline-flex; }
.rc-icon svg { width: 22px; height: 22px; }
.report-card h4 { font-size: 1.3rem; }
.rc-meta { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-dk); margin: 0.5rem 0 0.8rem; }
.rc-desc { color: var(--muted); font-size: 0.92rem; margin-bottom: 1.5rem; max-width: 72ch; }

/* ---------- A Pharmacy-Based Solution (editorial text) ---------- */
.ph-solution { max-width: 860px; }
.ph-solution .section-title { margin-bottom: 1.5rem; }
.ph-solution p { color: var(--muted); margin-bottom: 1.1rem; }
.ph-solution-kicker { font-family: var(--font-serif); font-size: 1.25rem; font-style: italic; color: var(--teal-dk) !important; margin-top: 0.5rem; }

/* ---------- Real results (before / after gallery) ---------- */
.results-grid { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2.5rem; }
.results-grid img { width: 100%; display: block; border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- Clinical evidence highlights (flat) ---------- */
.ph-evidence { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin: 3rem 0; }
.ph-evidence-item { border-top: 2px solid var(--teal); padding-top: 1rem; }
.pe-stat { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700; color: var(--teal-dk); }
.ph-evidence-item h4 { font-size: 1.1rem; margin: 0.3rem 0 0.5rem; }
.ph-evidence-item p { color: var(--muted); font-size: 0.88rem; }

/* comparison table */
.compare-title { text-align: center; font-size: 1.4rem; margin: 1rem 0 1.5rem; }
.table-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare-table th, .compare-table td { padding: 0.9rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.compare-table thead th { background: var(--forest); color: var(--cream); font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: .08em; text-transform: uppercase; }
.compare-table thead th:first-child { border-top-left-radius: 8px; }
.compare-table thead th:last-child { border-top-right-radius: 8px; }
.compare-table .feat { font-weight: 600; color: var(--ink); }
.compare-table .hl { background: color-mix(in srgb, var(--teal) 10%, transparent); font-weight: 600; color: var(--teal-dk); }
.compare-table tbody tr:hover td { background: rgba(20,50,40,.03); }

/* ---------- Trichology report band (forest) ---------- */
.ph-report { background: var(--forest); color: var(--cream); }
.ph-report .eyebrow { color: var(--teal); }
.ph-report p { color: rgba(249,241,227,.82); }
.report-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.rs-item { border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 1.5rem; text-align: center; }
.rs-num { display: block; font-family: var(--font-serif); font-size: 2.4rem; font-weight: 700; color: var(--teal); }
.rs-label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(249,241,227,.75); }

/* ---------- FAQ accordion (flat) ---------- */
.ph-faq-wrap { max-width: 820px; }
.faq { margin-top: 2.5rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.2rem 0; cursor: pointer; list-style: none;
  font-family: var(--font-serif); font-size: 1.15rem; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--teal); transition: transform .2s ease; }
.faq-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-icon::after  { left: 8px; top: 0; width: 2px; height: 18px; }
.faq details[open] .faq-icon::after { transform: scaleY(0); }
.faq-body { padding: 0 0 1.3rem; color: var(--muted); max-width: 70ch; }

/* ---------- Scalp-as-skin trend ---------- */
.ph-trend { max-width: 820px; text-align: center; }
.ph-trend .section-lead { margin-inline: auto; }
.trend-kicker { margin-top: 1.5rem; font-family: var(--font-serif); font-size: 1.2rem; font-style: italic; color: var(--teal-dk); }

@media (max-width: 860px) {
  .ph-opportunity { grid-template-columns: 1fr; gap: 2rem; }
  .ph-evidence { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ph-narrative, .stat-cols, .ph-evidence, .report-stats { grid-template-columns: 1fr; }
  .stat-card, .report-card { padding: 1.6rem; }
}


/* =========================================================
   SALON PAGE
   ========================================================= */

/* Opportunity benefits (2×2, flat — reuses .ph-evidence-item) */
.salon-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem 2rem; }

/* Process steps (forest) */
.salon-process { background: var(--forest); color: var(--cream); text-align: center; }
.salon-process .eyebrow { color: var(--teal); }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 3rem; }
.process-step .step-num { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 700; color: var(--teal); line-height: 1; }
.process-step h4 { font-family: var(--font-serif); font-size: 1.3rem; margin: 0.6rem 0 0.5rem; }
.process-step p { color: rgba(249,241,227,.8); font-size: 0.92rem; max-width: 32ch; margin-inline: auto; }

/* What's included (2-column checklist) */
.includes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 3rem auto 0; max-width: 920px; }
.include-item {
  display: flex; gap: 0.7rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 1rem 1.2rem; font-size: 0.92rem; color: var(--ink);
}
.include-item svg { width: 18px; height: 18px; color: var(--teal); flex: 0 0 auto; margin-top: 1px; }

/* Seamlessly integrates (3-column how-to) */
.integrate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 3rem; }
.integrate-col > img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 1.4rem; }
.integrate-col h3 { font-size: 1.4rem; color: var(--teal-dk); }
.integrate-sub { font-family: var(--font-serif); font-style: italic; font-size: 1.05rem; color: var(--ink); margin: 0.3rem 0 1rem; }
.integrate-col p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.9rem; }
.integrate-quote {
  border-left: 3px solid var(--teal); margin: 0 0 0.9rem; padding: 0.2rem 0 0.2rem 1rem;
  font-style: italic; color: var(--ink); font-size: 0.9rem;
}
.integrate-steps { margin: 0 0 1rem 1.1rem; padding: 0; }
.integrate-steps li { color: var(--muted); font-size: 0.9rem; margin-bottom: 0.6rem; padding-left: 0.3rem; }
.integrate-steps li::marker { color: var(--teal); font-weight: 700; font-family: var(--font-serif); }
.why-works { font-size: 0.9rem; color: var(--ink) !important; }
.why-works span { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-dk); display: block; margin-bottom: 0.2rem; }

/* Single before/after */
.salon-results img { width: 100%; max-width: 900px; margin: 2.5rem auto 0; display: block; border-radius: var(--radius); box-shadow: var(--shadow); }

@media (max-width: 860px) {
  .process-steps { grid-template-columns: 1fr; gap: 2rem; }
  .integrate-grid { grid-template-columns: 1fr; gap: 3rem; max-width: 560px; margin-inline: auto; }
}
@media (max-width: 560px) {
  .salon-benefits, .includes-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   DISTRIBUTORS PAGE  (flat — no cards)
   ========================================================= */

/* Hero — short band (matches products.php height) with bg image. Shared with About. */
.dist-hero, .about-hero {
  color: var(--cream);
  padding: 5rem 0 4rem;
  text-align: center;
}
.dist-hero {
  background:
    linear-gradient(rgba(9,28,22,.82), rgba(9,28,22,.82)),
    url("../img/husssh_hero_main_v2.webp") center/cover no-repeat,
    var(--forest);
}
.about-hero {
  background:
    linear-gradient(rgba(9,28,22,.84), rgba(9,28,22,.84)),
    url("../img/husssh_science_bg.webp") center/cover no-repeat,
    var(--forest);
}
.dist-hero h1, .about-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin: 1rem 0; }
.dist-hero .lead, .about-hero .lead { color: rgba(249,241,227,.88); font-size: 1.1rem; max-width: 62ch; margin: 0 auto 2rem; }
.dist-hero .hero-actions, .about-hero .hero-actions { justify-content: center; }

/* Market data (flat, hairline-divided) */
.dist-market-data h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.market-row { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.market-row:first-of-type { border-top: 1px solid var(--line); }
.market-row .mr-label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.market-row .mr-val { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700; color: var(--teal-dk); margin: 0.15rem 0; }
.market-row .mr-note { font-size: 0.85rem; color: var(--muted); }
.market-source { font-size: 0.74rem; color: var(--muted); font-style: italic; margin-top: 1rem; }

/* Active territories (flat grid, teal top-rule) */
.terr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 2.5rem; margin-top: 3rem; }
.terr-item { border-top: 2px solid var(--teal); padding-top: 1rem; }
.terr-head { display: flex; align-items: center; gap: 0.6rem; }
.terr-flag { font-size: 1.6rem; line-height: 1; }
.terr-status { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: .12em; text-transform: uppercase; padding: 0.18rem 0.55rem; border-radius: 999px; }
.terr-status.active { background: color-mix(in srgb, var(--teal) 18%, #fff); color: var(--teal-dk); }
.terr-status.open { background: rgba(20,50,40,.08); color: var(--muted); }
.terr-item h4 { font-size: 1.15rem; margin: 0.6rem 0 0.3rem; }
.terr-item p { color: var(--muted); font-size: 0.88rem; }

/* Partnership models (forest, flat columns) */
.dist-models { background: var(--forest); color: var(--cream); }
.dist-models .eyebrow { color: var(--teal); }
.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 3rem; }
.model-col { border-top: 2px solid var(--teal); padding-top: 1.3rem; }
.model-col h3 { font-size: 1.4rem; margin-bottom: 0.6rem; }
.model-col > p { color: rgba(249,241,227,.8); font-size: 0.92rem; margin-bottom: 1.2rem; }
.model-col .feature-list li { color: rgba(249,241,227,.9); }

@media (max-width: 860px) {
  .terr-grid, .models-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .terr-grid, .models-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   ABOUT PAGE
   ========================================================= */

/* The Beginning split text colour */
.about-hero + .section .split p.muted { color: var(--muted); margin-bottom: 1rem; }

/* Our Values — flat, icon-led (no cards) */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.8rem 2.5rem; margin-top: 3rem; }
.value-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: color-mix(in srgb, var(--teal) 14%, #fff); color: var(--teal-dk);
  margin-bottom: 1rem;
}
.value-icon svg { width: 23px; height: 23px; }
.value-item h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.value-item p { color: var(--muted); font-size: 0.9rem; }

/* Sustainability (forest, two columns) */
.about-sustain { background: var(--forest); color: var(--cream); }
.about-sustain .eyebrow { color: var(--teal); }
.sustain-intro { color: rgba(249,241,227,.82); margin-bottom: 1.5rem; }
.sustain-point { padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.sustain-point:last-child { border-bottom: 0; }
.sustain-point h4 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--teal); margin-bottom: 0.2rem; }
.sustain-point p { color: rgba(249,241,227,.78); font-size: 0.88rem; }

/* Policies (flat rows) */
.policies h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.policy-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.policy-row:last-child { border-bottom: 0; }
.pol-name { font-weight: 600; }
.pol-note { font-size: 0.8rem; color: rgba(249,241,227,.65); margin-top: 0.15rem; }
.policy-row a { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: .04em; color: var(--teal); white-space: nowrap; }
.policy-row a:hover { color: #fff; }

@media (max-width: 860px) {
  .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .values-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   LEGAL PAGES (privacy, terms, sustainability, policies)
   ========================================================= */
.legal-hero {
  background: var(--forest);
  color: var(--cream);
  padding: 4rem 0 3rem;
}
.legal-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 0.8rem 0 1rem; }
.legal-sub { color: rgba(249,241,227,.85); font-size: 1.05rem; max-width: 60ch; }
.legal-updated { color: rgba(249,241,227,.55); font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: .04em; margin-top: 0.8rem; }

.legal-body .container { max-width: 820px; }
.legal-body h2 { font-size: 1.4rem; margin: 2.2rem 0 0.8rem; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { color: var(--muted); margin-bottom: 1rem; }
.legal-body ul { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.legal-body li { position: relative; color: var(--muted); padding: 0.3rem 0 0.3rem 1.4rem; }
.legal-body li::before { content: "\2013"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.legal-body a { color: var(--teal-dk); text-decoration: underline; }
