/* Hydroseed Supply — commerce design system
   Adapted from the iHydroseed.com brand system (Fraunces + Lato, blue/green)
   so the two sites read as one family. */

:root {
  /* Brand board palette (Hydroseed Brand Board.jpg) */
  --blue-darkest: #222265;   /* board indigo — headings/text-dark */
  --blue-deep: #064ca6;      /* board primary blue (exact) */
  --blue-bright: #008bda;    /* board vivid brand blue (exact) */
  --blue-sky: #6eb6eb;       /* board light sky (exact) */
  --cyan: #14a1df;           /* board bright cyan (exact) */
  --green-deep: #1b9306;     /* board primary green (exact) */
  --green-bright: #30cc15;   /* board vivid green (exact) */
  --green-lime: #7af600;     /* board lime accent (exact) */
  --green-mid: #167a05;
  --green-soft: #ecfdf5;
  --earth: #7a4a1e;
  --cone: #ffb71a;
  --cone-dark: #b87600;
  --text: #172033;
  --muted: #5f6f86;
  --border: #d9e4f2;
  --bg: #f6f9fc;
  --white: #fff;
  --ok: #1b9306;
  --warn: #b87600;
  --danger: #c0392b;
  --shadow-sm: 0 6px 18px rgba(5, 43, 95, .06);
  --shadow: 0 12px 35px rgba(5, 43, 95, .08);
  --shadow-lg: 0 22px 55px rgba(5, 43, 95, .16);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Lato, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--blue-deep); text-decoration: none; }
a:hover { color: var(--blue-bright); text-decoration: underline; }

h1, h2, h3, h4 { color: var(--blue-darkest); line-height: 1.08; }
/* Display headings (h1/h2) echo the Trajan-style logo wordmark via Cinzel */
h1, h2 { font-family: Cinzel, 'Times New Roman', Georgia, serif; letter-spacing: .015em; }
h3, h4 { font-family: Fraunces, Georgia, serif; }
h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 900; margin: 0 0 14px; line-height: 1.12; }
h2 { font-size: clamp(26px, 3.4vw, 42px); font-weight: 700; margin: 0 0 16px; line-height: 1.14; }
h3 { font-size: 21px; font-weight: 700; margin: 0 0 8px; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.narrow { max-width: 900px; margin: 0 auto; padding: 0 26px; }
.section { padding: 62px 0; }
.section.tight { padding: 40px 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.eyebrow {
  font-family: Lato, sans-serif; font-weight: 900; text-transform: uppercase;
  letter-spacing: .14em; font-size: 12px; color: var(--green-deep); margin: 0 0 10px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; border-radius: var(--radius-sm); font-weight: 900; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; text-decoration: none; transition: transform .12s, box-shadow .18s, background .18s;
  font-family: Lato, sans-serif;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--green-deep); color: #fff; box-shadow: 0 8px 20px rgba(27,147,6,.22); }
.btn-primary:hover { background: var(--green-mid); }
.btn-blue { background: var(--blue-deep); color: #fff; box-shadow: 0 8px 20px rgba(6,76,166,.20); }
.btn-blue:hover { background: var(--blue-darkest); }
.btn-secondary { background: #fff; color: var(--blue-deep); border-color: var(--border); }
.btn-secondary:hover { border-color: var(--blue-deep); }
.btn-ghost { background: transparent; color: var(--blue-deep); }
.btn-sm { padding: 9px 15px; font-size: 13px; }
.btn-lg { padding: 17px 30px; font-size: 17px; }
.btn-block { width: 100%; }
.sprout-btn-ava {
  width: 1.35em; height: 1.35em; border-radius: 50%; object-fit: cover;
  vertical-align: middle; flex: 0 0 auto; background: #eaf5e6;
}
h1 .sprout-btn-ava, h2 .sprout-btn-ava, h3 .sprout-btn-ava { margin-right: .4em; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.97); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm);
}
.site-header .container { display: flex; align-items: center; gap: 22px; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; }
.logo img { height: 54px; width: auto; }
.site-nav { display: flex; gap: 20px; align-items: center; flex: 1; justify-content: center; }
.site-nav a { color: var(--text); font-weight: 800; font-size: 14px; }
.site-nav a:hover { color: var(--blue-deep); text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-btn { position: relative; display: inline-flex; align-items: center; gap: 7px; font-weight: 900; color: var(--blue-darkest); background: var(--green-soft); border: 1px solid rgba(27,147,6,.25); padding: 9px 14px; border-radius: 99px; cursor: pointer; font-size: 13px; }
.cart-btn:hover { background: #dcfce7; }
.cart-count { background: var(--green-deep); color: #fff; border-radius: 99px; min-width: 20px; height: 20px; padding: 0 5px; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.mobile-menu-toggle { display: none; border: 1px solid var(--border); background: #fff; border-radius: 10px; padding: 9px 12px; font-weight: 900; cursor: pointer; font-size: 18px; color: var(--blue-darkest); }

@media (max-width: 1080px) {
  .site-nav { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .site-header.menu-open .site-nav {
    display: flex; position: fixed; top: 76px; left: 12px; right: 12px; z-index: 60;
    flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--border);
    border-radius: 16px; padding: 12px; box-shadow: var(--shadow-lg);
  }
  .site-header.menu-open .site-nav a { padding: 11px 10px; border-radius: 8px; }
  .site-header.menu-open .site-nav a:hover { background: var(--green-soft); }
}

/* Phone widths. Measured 2026-08-12: the header action row (phone 150px +
   account 178px + cart 103px + hamburger 42px + logo + gaps) needs ~576px.
   A typical Android viewport is 412px, so the row overflowed and pushed the
   ☰ toggle off the right edge — the mobile menu was unreachable, not absent.
   Collapse the labelled controls to icons so every control stays on screen.
   Nothing is hidden: contractor sign-in and click-to-call both remain tappable. */
@media (max-width: 760px) {
  .site-header .container { gap: 10px; }
  .logo img { height: 40px; }
  .header-actions { gap: 8px; }

  .header-actions > .btn-secondary,
  .cart-btn { font-size: 0; padding: 9px 11px; gap: 0; }

  .header-actions > .btn-secondary::before { content: "📞"; font-size: 17px; line-height: 1; }
  .cart-btn::before { content: "🧺"; font-size: 17px; line-height: 1; }

  /* the count badge must survive the font-size:0 collapse */
  .cart-count { font-size: 11px; min-width: 18px; height: 18px; }

  /* Account button: hide the LABEL, keep the real icon in the markup.
     Do NOT use a ::before icon here — .acct-btn declares its own font-size
     later in this file, so a font-size:0 collapse loses the specificity race
     and the button renders the markup icon AND the pseudo-element icon. */
  .acct-btn { padding: 9px 11px; gap: 0; }
  .acct-btn .acct-label { display: none; }
  .acct-btn .acct-ico { font-size: 17px; line-height: 1; }

  /* Dropdown: pin to the viewport, not to the button, so it can never clip.
     Fixed + left/right insets means width is derived from the viewport itself. */
  .acct-menu, .acct-menu.wide {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ---------- Hero ---------- */
.hero { background: linear-gradient(160deg, #eaf3fb 0%, #f6f9fc 55%, #effaf1 100%); padding: 60px 0 40px; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero p.lede { font-size: 19px; color: var(--muted); max-width: 560px; margin: 0 0 24px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 22px; box-shadow: var(--shadow); }
.hero-art img { border-radius: 14px; width: 100%; object-fit: cover; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

/* ---------- Intent path chips ---------- */
.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.intent-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); display: block; color: inherit; transition: transform .14s, box-shadow .18s, border-color .18s; }
.intent-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--green-deep); text-decoration: none; }
.intent-card .ic-emoji { font-size: 30px; }
.intent-card h3 { margin: 10px 0 4px; }
.intent-card p { margin: 0; color: var(--muted); font-size: 14px; }
@media (max-width: 820px) { .intent-grid { grid-template-columns: 1fr; } }

/* ---------- Cards / grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1080px) { .grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }

/* ---------- Product card ---------- */
.product-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .14s, box-shadow .18s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card .pc-media { aspect-ratio: 4/3; background: #f1f6fb; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.product-card .pc-media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .3s; }
.product-card:hover .pc-media img { transform: scale(1.04); }
.pc-badge { position: absolute; top: 10px; left: 10px; background: var(--green-deep); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; padding: 5px 10px; border-radius: 99px; }
.pc-badge.blue { background: var(--blue-deep); }
.pc-badge.earth { background: var(--earth); }
.pc-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.pc-brand { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.pc-title { font-family: Fraunces, serif; font-weight: 700; font-size: 18px; color: var(--blue-darkest); margin: 4px 0 6px; }
.pc-desc { font-size: 13.5px; color: var(--muted); margin: 0 0 14px; flex: 1; }
.pc-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pc-price { font-weight: 900; font-size: 19px; color: var(--blue-darkest); display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; gap: 1px; }
.pc-price small { font-weight: 700; font-size: 12px; color: var(--muted); }
.price-lock { font-size: 13px; filter: grayscale(.2); cursor: default; }
.price-your { color: var(--green-deep); }
.price-msrp { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.price-save { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; color: var(--green-deep); background: var(--green-soft); border-radius: 6px; padding: 1px 6px; }
.price-note { font-size: 11px; font-weight: 700; color: var(--muted); }

/* ---------- Contractor account control (header) ---------- */
.acct-wrap { position: relative; }
.acct-btn { appearance: none; cursor: pointer; white-space: nowrap; border: 1px solid var(--border); background: #fff; color: var(--blue-darkest); font-weight: 800; font-size: 13px; border-radius: 99px; padding: 8px 13px; display: inline-flex; align-items: center; gap: 6px; }
.acct-btn:hover { border-color: var(--green-deep); }
.acct-btn.signedin { background: var(--green-soft); border-color: var(--green-deep); color: var(--green-deep); }
.acct-caret { font-size: 10px; opacity: .7; }
.acct-menu { position: absolute; right: 0; top: calc(100% + 8px); width: 288px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 18px 44px rgba(0,0,0,.18); padding: 14px; z-index: 60; display: none; }
.acct-menu.open { display: block; }
.acct-menu-h { font-family: Fraunces, serif; font-weight: 900; font-size: 16px; color: var(--blue-darkest); margin-bottom: 6px; }
.acct-menu-p { font-size: 13px; color: var(--muted); margin: 0 0 10px; line-height: 1.5; }
.acct-tier-pick { display: block; width: 100%; text-align: left; cursor: pointer; border: 1px solid var(--border); background: #fff; border-radius: 10px; padding: 9px 12px; margin-bottom: 7px; font-weight: 800; font-size: 13px; color: var(--blue-darkest); }
.acct-tier-pick:hover { border-color: var(--green-deep); background: var(--green-soft); }
.acct-tier-pick.on { border-color: var(--green-deep); background: var(--green-soft); color: var(--green-deep); }
.acct-tier-pick small { display: block; margin-top: 3px; font-weight: 400; font-size: 11px; line-height: 1.35; color: var(--muted); }
.acct-signout { display: block; width: 100%; cursor: pointer; border: 1px solid var(--border); background: #fff; border-radius: 10px; padding: 8px 12px; margin-top: 4px; font-weight: 800; font-size: 13px; color: var(--muted); }
.acct-signout:hover { border-color: #c33; color: #c33; }
.acct-menu-foot { font-size: 11px; color: var(--muted); margin: 10px 0 0; text-align: center; }
.acct-menu.wide { width: 340px; }

/* ---------- Earned-tier (spend) widget ---------- */
.spend-widget { border: 1px solid var(--border); border-radius: 12px; padding: 12px; margin: 4px 0 10px; background: var(--green-soft); }
.sw-top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.sw-tier { font-family: Fraunces, serif; font-weight: 900; font-size: 15px; color: var(--green-deep); }
.sw-spend { font-size: 12px; color: var(--muted); }
.sw-spend strong { color: var(--blue-darkest); }
.sw-bar { height: 8px; border-radius: 99px; background: #fff; border: 1px solid var(--border); overflow: hidden; }
.sw-fill { height: 100%; background: linear-gradient(90deg, var(--green-deep), var(--green-bright)); border-radius: 99px; transition: width .12s ease; }
.sw-next { font-size: 12px; color: var(--muted); margin-top: 7px; line-height: 1.4; }
.sw-next strong { color: var(--green-deep); }
.acct-agree { display: flex; align-items: flex-start; gap: 7px; font-size: 12px; font-weight: 700; color: var(--blue-darkest); margin-top: 10px; line-height: 1.4; cursor: pointer; }
.acct-agree input { margin-top: 2px; }
.acct-agree .muted { font-weight: 400; }
.sw-demo { margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--border); }
.sw-demo-h { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 6px; }
.sw-demo input[type=range] { width: 100%; accent-color: var(--green-deep); cursor: pointer; }
.sw-grant-wrap:empty { display: none; }
.sw-grant { font-size: 12px; font-weight: 700; color: var(--blue-darkest); background: #fff7e6; border: 1px solid #f0d79a; border-radius: 9px; padding: 7px 10px; margin-top: 9px; line-height: 1.4; }
.sw-grant strong { color: var(--green-deep); }
.sw-grant-sel { width: 100%; font-size: 12px; font-weight: 700; color: var(--blue-darkest); border: 1px solid var(--border); border-radius: 8px; padding: 6px 8px; background: #fff; cursor: pointer; }
.tier-ladder { margin: 10px 0 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tl-row { display: flex; justify-content: space-between; gap: 10px; padding: 7px 11px; font-size: 12px; font-weight: 700; color: var(--blue-darkest); border-top: 1px solid var(--border); }
.tl-row:first-child { border-top: 0; }

/* ---------- Contractor promo bar (under header) ---------- */
.promo-bar { display: none; background: var(--green-deep); color: #fff; }
.promo-bar.show { display: block; }
.promo-bar-inner { font-size: 12.5px; font-weight: 700; padding: 7px 12px; text-align: center; }

.category-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 99px; border: 1px solid var(--border); background: #fff; font-weight: 800; font-size: 13px; color: var(--blue-darkest); cursor: pointer; white-space: nowrap; }
.category-pill.active { background: var(--blue-darkest); color: #fff; border-color: var(--blue-darkest); }
.category-pill:hover { border-color: var(--blue-deep); }

/* ---------- Shop group tabs (top-level) ---------- */
.group-tabs { display: flex; gap: 8px; flex-wrap: wrap; border-bottom: 2px solid var(--border); }
.group-tab { appearance: none; background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 10px 16px; font-family: Fraunces, serif; font-weight: 900; font-size: 17px; color: var(--muted); cursor: pointer; white-space: nowrap; }
.group-tab:hover { color: var(--blue-darkest); }
.group-tab.active { color: var(--green-deep); border-bottom-color: var(--green-deep); }
.pill-row.hide { display: none; }

/* ---------- Shop category sections (multi-category views) ---------- */
.shop-cat { margin: 0 0 38px; }
.shop-cat:last-child { margin-bottom: 0; }
.shop-cat-head { font-family: Fraunces, serif; font-weight: 900; font-size: clamp(20px, 2.4vw, 27px); color: var(--blue-darkest); margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--border); }
/* Category blurb under the section head (Content, 2026-08-10 launch push). The
   markup already carries .muted for colour; this only handles the spacing the
   head's own margin would otherwise leave crowded against the grid. */
.shop-cat-desc { margin: -8px 0 18px; max-width: 68ch; font-size: 15px; line-height: 1.5; }

.soon-badge { display: inline-block; padding: 2px 7px; border-radius: 99px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; background: var(--green-soft); color: var(--green-deep); vertical-align: middle; }
.intent-card.is-soon { opacity: .72; cursor: default; }
.intent-card.is-soon:hover { transform: none; box-shadow: var(--shadow-sm); border-color: var(--border); }
.soon-block { text-align: center; padding: 56px 20px; border: 1px dashed var(--border); border-radius: var(--radius); background: #fafbf9; }
.soon-block h2 { margin: 6px 0 0; }

.buy-rent-toggle { display: inline-flex; gap: 0; margin: 14px 0 0; border: 1px solid var(--border); border-radius: 99px; overflow: hidden; }
.buy-rent-toggle .brt-opt { padding: 7px 18px; font-weight: 900; font-size: 13px; color: var(--muted); text-decoration: none; }
.buy-rent-toggle .brt-opt.active { background: var(--green-deep); color: #fff; }
.buy-rent-toggle a.brt-opt:hover { background: var(--green-soft); color: var(--green-deep); }

/* ---------- Callouts / notes ---------- */
.callout { background: var(--green-soft); border: 1px solid rgba(27,147,6,.22); border-radius: var(--radius); padding: 22px; color: #064e3b; }
.note { background: #fff; border-left: 4px solid var(--green-deep); padding: 16px 18px; border-radius: 12px; color: var(--muted); box-shadow: var(--shadow-sm); }
.badge { display: inline-block; padding: 4px 10px; border-radius: 99px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.badge.green { background: var(--green-soft); color: var(--green-deep); }
.badge.blue { background: #e8f1ff; color: var(--blue-deep); }
.badge.earth { background: #f6ecdf; color: var(--earth); }
a.badge { text-decoration: none; cursor: pointer; transition: transform .12s ease, box-shadow .12s ease; }
a.badge::after { content: " ›"; font-weight: 900; opacity: .55; }
a.badge:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); filter: brightness(.97); }
[id="shipping"], [id="contractor-pricing"], [id="rent-to-own"] { scroll-margin-top: 96px; }

/* ---------- Cart drawer ---------- */
.drawer-overlay { position: fixed; inset: 0; background: rgba(5,20,45,.4); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(440px, 92vw); background: #fff; z-index: 95; box-shadow: -20px 0 60px rgba(5,43,95,.2); transform: translateX(100%); transition: transform .28s cubic-bezier(.3,.7,.3,1); display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer header { padding: 20px 22px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.cart-drawer header h3 { margin: 0; }
.cart-close { background: none; border: none; font-size: 26px; cursor: pointer; color: var(--muted); line-height: 1; }
.cart-body { flex: 1; overflow-y: auto; padding: 16px 22px; }
.cart-foot { border-top: 1px solid var(--border); padding: 18px 22px; background: #fbfdff; }
.cart-line { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eef3f9; }
.cart-line img { width: 58px; height: 58px; object-fit: contain; border: 1px solid var(--border); border-radius: 10px; background: #fff; flex-shrink: 0; }
.cart-line .cl-info { flex: 1; min-width: 0; }
.cart-line .cl-title { font-weight: 800; font-size: 14px; color: var(--blue-darkest); }
.cart-line .cl-meta { font-size: 12px; color: var(--muted); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.qty button { border: none; background: #f1f6fb; width: 26px; height: 26px; font-weight: 900; cursor: pointer; color: var(--blue-darkest); }
.qty span { min-width: 30px; text-align: center; font-weight: 800; font-size: 13px; }
.cart-row { display: flex; justify-content: space-between; margin: 6px 0; font-size: 14px; }
.cart-row.total { font-weight: 900; font-size: 18px; color: var(--blue-darkest); margin-top: 10px; }

/* ---------- Table ---------- */
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table td { padding: 10px 4px; border-bottom: 1px solid #eef3f9; font-size: 14px; vertical-align: top; }
.spec-table td:first-child { color: var(--muted); font-weight: 700; width: 42%; }

/* ---------- Footer ---------- */
.site-footer { background: #eaf3fb; border-top: 1px solid var(--border); padding: 50px 0 40px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.footer-grid h4 { font-family: Lato, sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--muted); margin: 0 0 12px; }
.footer-grid a { display: block; color: var(--blue-darkest); font-weight: 700; font-size: 14px; padding: 4px 0; }
.footer-grid img { height: 46px; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 30px; padding-top: 20px; font-size: 12px; color: var(--muted); text-align: center; }
.footer-family { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 10px; }
.footer-family a { color: var(--blue-deep); font-weight: 800; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Sprout chat widget ---------- */
.sprout-fab { position: fixed; bottom: 22px; right: 22px; z-index: 80; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--border); border-radius: 99px; padding: 8px 18px 8px 8px; box-shadow: var(--shadow-lg); cursor: pointer; font-weight: 900; color: var(--blue-darkest); }
.sprout-fab:hover { transform: translateY(-2px); }
.sprout-fab img { width: 42px; height: 42px; border-radius: 50%; background: var(--green-soft); }
.sprout-fab .sf-ping { width: 9px; height: 9px; background: var(--green-deep); border-radius: 50%; box-shadow: 0 0 0 rgba(27,147,6,.5); animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(27,147,6,.5);} 70%{ box-shadow: 0 0 0 10px rgba(27,147,6,0);} 100%{ box-shadow:0 0 0 0 rgba(27,147,6,0);} }

.sprout-panel { position: fixed; bottom: 22px; right: 22px; z-index: 85; width: min(400px, 94vw); height: min(620px, 82vh); background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-lg); display: none; flex-direction: column; overflow: hidden; }
.sprout-panel.open { display: flex; }
.sp-head { background: linear-gradient(135deg, var(--blue-darkest), var(--blue-deep)); color: #fff; padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.sp-head img { width: 40px; height: 40px; border-radius: 50%; background: #fff; }
.sp-head .sp-name { font-family: Fraunces, serif; font-weight: 800; font-size: 17px; }
.sp-head .sp-sub { font-size: 12px; opacity: .85; }
.sp-head .sp-voice { margin-left: auto; background: rgba(255,255,255,.15); border: none; color: #fff; font-size: 16px; line-height: 1; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.sp-head .sp-voice:hover { background: rgba(255,255,255,.3); }
.sp-head .sp-voice.off { opacity: .6; }
.sp-head .sp-close { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
.sp-body { flex: 1; overflow-y: auto; padding: 16px; background: #f6f9fc; display: flex; flex-direction: column; gap: 12px; }
.sp-msg { max-width: 84%; padding: 11px 14px; border-radius: 14px; font-size: 14.5px; line-height: 1.5; }
.sp-msg.user { align-self: flex-end; background: var(--blue-deep); color: #fff; border-bottom-right-radius: 4px; }
.sp-msg.sprout { align-self: flex-start; background: #fff; border: 1px solid var(--border); color: var(--text); border-bottom-left-radius: 4px; box-shadow: var(--shadow-sm); position: relative; padding-bottom: 26px; }
.sp-msg.sprout strong { color: var(--blue-darkest); }
.sp-msg .sp-speak { position: absolute; bottom: 5px; right: 8px; background: none; border: none; font-size: 13px; line-height: 1; cursor: pointer; opacity: .45; padding: 3px; border-radius: 6px; transition: opacity .15s, background .15s; }
.sp-msg .sp-speak:hover { opacity: 1; background: #eef4fb; }
.sp-msg .sp-speak.playing { opacity: 1; animation: sp-pulse 1s ease-in-out infinite; }
.sp-msg .sp-flag { position: absolute; bottom: 5px; right: 32px; background: none; border: none; font-size: 12px; line-height: 1; cursor: pointer; opacity: .3; padding: 3px; border-radius: 6px; transition: opacity .15s, background .15s; }
.sp-msg .sp-flag:hover { opacity: 1; background: #fdeaea; }
.sp-msg .sp-flag.done { opacity: 1; color: #1a7f37; cursor: default; }
@keyframes sp-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.25); } }
.sp-msg.typing { color: var(--muted); font-style: italic; }
.sp-chips { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 16px 10px; background: #f6f9fc; }
.sp-chip { background: #fff; border: 1px solid var(--border); border-radius: 99px; padding: 7px 13px; font-size: 12.5px; font-weight: 700; color: var(--blue-deep); cursor: pointer; }
.sp-chip:hover { border-color: var(--blue-deep); background: #f0f6ff; }
.sp-foot { border-top: 1px solid var(--border); padding: 10px 12px; display: flex; gap: 8px; background: #fff; }
.sp-foot input { flex: 1; border: 1px solid var(--border); border-radius: 12px; padding: 11px 14px; font-size: 14px; font-family: Lato, sans-serif; outline: none; }
.sp-foot input:focus { border-color: var(--blue-deep); }
.sp-send { background: var(--green-deep); color: #fff; border: none; border-radius: 12px; padding: 0 16px; font-weight: 900; cursor: pointer; font-size: 15px; }
.sp-cart-card { background: var(--green-soft); border: 1px solid rgba(27,147,6,.3); border-radius: 12px; padding: 12px; font-size: 13px; }
.sp-cart-card .sc-title { font-weight: 900; color: var(--green-deep); margin-bottom: 6px; }

/* Mic (voice input) button in the composer — labeled + accented so it's obvious */
.sp-mic { background: var(--green-deep); border: none; color: #fff; border-radius: 12px; padding: 0 13px; flex: none; font-size: 13px; font-weight: 900; line-height: 1; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: background .15s, box-shadow .15s, transform .1s; }
.sp-mic .sp-mic-ico { font-size: 16px; }
.sp-mic:hover { background: var(--green-darkest, #146b04); }
.sp-mic:active { transform: scale(.96); }
.sp-mic.off { opacity: .4; cursor: not-allowed; }
.sp-mic.hint { animation: sp-mic-hint 1.8s ease-in-out infinite; }
@keyframes sp-mic-hint { 0%,100% { box-shadow: 0 0 0 0 rgba(27,147,6,.45); } 50% { box-shadow: 0 0 0 7px rgba(27,147,6,0); } }
.sp-mic.listening { background: #c0392b; color: #fff; animation: sp-mic-pulse 1.1s ease-in-out infinite; }
@keyframes sp-mic-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(192,57,43,.5); } 50% { box-shadow: 0 0 0 7px rgba(192,57,43,0); } }
.sp-mic.thinking { background: #6b7a8d; color: #fff; }

/* Inline product/info links Sprout offers with a reply */
.sp-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.sp-link { display: inline-block; background: #fff; border: 1px solid var(--blue-deep); color: var(--blue-deep); border-radius: 99px; padding: 5px 11px; font-size: 12px; font-weight: 800; text-decoration: none; line-height: 1.2; transition: background .15s, color .15s; }
.sp-link:hover { background: var(--blue-deep); color: #fff; }

/* ---------- Rentals hero (shop page) ---------- */
.rental-hero { position: relative; border-radius: 20px; overflow: hidden; margin: 4px 0 30px; border: 1px solid var(--border); box-shadow: var(--shadow); min-height: 320px; display: flex; align-items: flex-end; }
.rental-hero img.rh-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.rental-hero .rh-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,20,45,.86) 0%, rgba(5,20,45,.66) 42%, rgba(5,20,45,.14) 100%); }
.rental-hero .rh-inner { position: relative; z-index: 2; padding: 34px 34px 30px; max-width: 640px; color: #fff; }
.rental-hero .rh-eyebrow { font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--cone); margin: 0 0 8px; }
.rental-hero h2 { color: #fff; margin: 0 0 10px; font-size: clamp(26px, 3.4vw, 40px); }
.rental-hero p { color: #e7eefb; font-size: 16px; margin: 0 0 16px; max-width: 540px; }
.rental-hero .rh-rates { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.rental-hero .rh-chip { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); color: #fff; border-radius: 99px; padding: 6px 13px; font-size: 12.5px; font-weight: 800; }
.rental-hero .rh-chip b { color: var(--cone); }
.rental-hero .rh-cta { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 700px) { .rental-hero .rh-scrim { background: linear-gradient(0deg, rgba(5,20,45,.9) 20%, rgba(5,20,45,.5) 100%); } .rental-hero .rh-inner { padding: 24px 20px; } }

/* ---------- Deputy Dusty's Desk ---------- */
.dusty-desk { background: linear-gradient(135deg, #2b1c0d 0%, #3f2a12 100%); border: 1px solid #5a3d1c; border-radius: 20px; padding: 30px 32px; color: #f5e9d6; box-shadow: var(--shadow); display: grid; grid-template-columns: 108px 1fr auto; gap: 22px; align-items: center; }
.dusty-desk .dd-star { font-size: 54px; text-align: center; line-height: 1; }
.dusty-desk img.dd-star { display: block; width: auto; height: 150px; margin: 0 auto; filter: drop-shadow(0 5px 10px rgba(0,0,0,.45)); }
@media (max-width: 820px) { .dusty-desk img.dd-star { height: 130px; } }
.dusty-desk .dd-eyebrow { font-weight: 900; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--cone); margin: 0 0 6px; }
.dusty-desk h2 { color: #fff; margin: 0 0 8px; font-size: clamp(22px, 3vw, 30px); }
.dusty-desk p { color: #e9d9c0; margin: 0 0 6px; font-size: 15px; max-width: 560px; }
.dusty-desk .dd-tags { font-size: 12.5px; color: var(--cone); font-weight: 800; letter-spacing: .04em; margin-top: 8px; }
.dusty-desk .btn { white-space: nowrap; }
@media (max-width: 820px) { .dusty-desk { grid-template-columns: 1fr; text-align: center; } .dusty-desk p { margin-left: auto; margin-right: auto; } }

/* ---------- Misc ---------- */
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--muted); }
.stat { text-align: center; }
.stat .big { font-family: Fraunces, serif; font-size: 40px; font-weight: 900; color: var(--green-deep); line-height: 1; }
.stat .lbl { font-size: 13px; color: var(--muted); font-weight: 700; }
.demo-ribbon { background: var(--cone); color: #3a2600; text-align: center; font-weight: 900; font-size: 12.5px; letter-spacing: .04em; padding: 7px 12px; }
.demo-ribbon a { color: #3a2600; text-decoration: underline; }
.hide { display: none !important; }

/* B2B wholesale gate: consumables show this until an approved account signs in */
.price-gated { display:inline-block; font-family:Lato,sans-serif; font-weight:800; font-size:14px; color:var(--blue-deep); background:#eef4fb; border:1px solid var(--border); border-radius:20px; padding:5px 14px; text-decoration:none; white-space:nowrap; }
.price-gated:hover { border-color:var(--blue-deep); text-decoration:none; }

/* Sprout hands-free voice CTA — "talk to Sprout, he'll size + build it" */
.sv-cta { display:flex; align-items:center; gap:16px; background:linear-gradient(120deg,#edf7ee,#e7f1fc); border:1px solid var(--border); border-radius:16px; padding:15px 20px; margin:18px 0; box-shadow:0 6px 18px rgba(6,76,166,.06); }
.sv-cta .sv-ava { height:52px; width:auto; flex:none; }
.sv-cta .sv-txt { flex:1; font-family:Lato,sans-serif; font-size:15px; color:var(--text); line-height:1.45; }
.sv-cta .sv-txt strong { color:var(--blue-darkest); }
.sv-cta .btn { flex:none; white-space:nowrap; }
@media(max-width:560px){ .sv-cta{ flex-direction:column; text-align:center; } .sv-cta .btn{ width:100%; } }
