:root {
  --shb-ink: #0a0d12;
  --shb-ink-2: #111722;
  --shb-steel: #242d3a;
  --shb-paper: #f3f1ea;
  --shb-white: #ffffff;
  --shb-red: #c93631;
  --shb-blue: #173c6a;
  --shb-muted: #aab3c0;
  --shb-line: rgba(255, 255, 255, 0.14);
  --shb-shell: min(1180px, calc(100vw - 40px));
}

html { scroll-behavior: smooth; }
body.shb-foundation-page { margin: 0; background: var(--shb-ink); color: var(--shb-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
.shb-foundation-shell { padding-top: 0 !important; }
.shb-foundation-shell .elementor-location-header,
.shb-foundation-shell #masthead,
.shb-foundation-shell .site-header,
.shb-foundation-shell .mob-menu-header-holder,
.shb-foundation-shell .mobmenu-content,
.shb-foundation-shell .mobmenu-overlay,
.shb-foundation-shell #mobmenuright,
.shb-foundation-shell #mobmenuleft { display: none !important; }
.shb-foundation-page *, .shb-foundation-page *::before, .shb-foundation-page *::after { box-sizing: border-box; }
.shb-foundation-page a { color: inherit; text-decoration: none; }
.shb-foundation-page a:focus-visible { outline: 3px solid #f2c94c; outline-offset: 4px; }
.shb-shell { width: var(--shb-shell); margin-inline: auto; }
.shb-skip-link { position: fixed; left: 16px; top: -80px; z-index: 100000; background: #fff; color: #111; padding: 12px 16px; }
.shb-skip-link:focus { top: 16px; }

.shb-announcement { background: var(--shb-red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 9px 0; }
.shb-announcement__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.shb-announcement i { margin: 0 9px; opacity: .7; font-style: normal; }
.shb-announcement__contact { display: flex; gap: 18px; white-space: nowrap; }
.shb-announcement__contact a:hover { text-decoration: underline; }
.shb-header { position: sticky; top: 0; z-index: 9999; background: rgba(10, 13, 18, .94); border-bottom: 1px solid var(--shb-line); backdrop-filter: blur(14px); }
.admin-bar .shb-header { top: 32px; }
.shb-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.shb-brand { display: inline-grid; flex: 0 0 auto; line-height: 1; text-transform: uppercase; }
.shb-brand__logo { display: block; width: 148px; height: auto; }
.shb-brand__kicker { color: var(--shb-muted); font-size: 10px; font-weight: 900; letter-spacing: .34em; margin-bottom: 4px; }
.shb-brand__name { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 25px; letter-spacing: .04em; }
.shb-brand__name strong { color: var(--shb-red); font-weight: inherit; }
.shb-brand__place { color: #6f7c8c; font-size: 8px; font-weight: 800; letter-spacing: .24em; margin-top: 6px; }
.shb-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shb-nav a:not(.shb-nav__contact):hover { color: #f06a63; }
.shb-nav__contact { border: 1px solid rgba(255,255,255,.32); padding: 13px 19px; }
.shb-nav__contact:hover { background: #fff; color: var(--shb-ink); }

.shb-hero { position: relative; min-height: 440px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 79% 42%, rgba(23,60,106,.48), transparent 27%), linear-gradient(112deg, #090c11 0%, #101722 58%, #161b24 100%); }
.shb-hero::before { content: "BOOM"; position: absolute; right: -2vw; bottom: -7vw; color: rgba(255,255,255,.025); font: 30vw/.72 Impact, sans-serif; letter-spacing: -.04em; }
.shb-hero__grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.shb-hero__content { position: relative; z-index: 1; padding: 58px 0 62px; }
.shb-eyebrow { margin: 0 0 20px; color: #d55b55; font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.shb-eyebrow--dark { color: var(--shb-red); }
.shb-hero h1 { max-width: 920px; margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(54px, 6.2vw, 88px); font-weight: 400; letter-spacing: -.025em; line-height: .9; text-transform: uppercase; }
.shb-hero h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.62); font-style: normal; }
.shb-hero__lead { max-width: 650px; margin: 24px 0 0; color: #c4cbd5; font-size: 16px; line-height: 1.6; }
.shb-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.shb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.shb-button:hover { transform: translateY(-2px); }
.shb-button--primary { background: var(--shb-red); color: #fff; }
.shb-button--primary:hover { background: #e14841; }
.shb-button--ghost { border-color: rgba(255,255,255,.38); color: #fff; }
.shb-button--ghost:hover { background: #fff; color: var(--shb-ink); }
.shb-hero__rule { width: min(620px, 70vw); height: 2px; margin-top: 38px; background: rgba(255,255,255,.12); }
.shb-hero__rule span { display: block; width: 18%; height: 100%; background: var(--shb-red); }

.shb-products { scroll-margin-top: 140px; padding: 92px 0 100px; background: var(--shb-paper); color: var(--shb-ink); }
.shb-products__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.shb-products__heading h2, .shb-policy-page__content h1 { margin: 0; font: 400 clamp(48px, 6vw, 82px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: -.01em; text-transform: uppercase; }
.shb-product-search { display: flex; width: min(430px, 100%); border: 1px solid #c8c9c8; background: #fff; }
.shb-product-search input[type="search"] { min-width: 0; flex: 1; border: 0; padding: 0 16px; color: var(--shb-ink); font: inherit; }
.shb-product-search input[type="search"]:focus { outline: 3px solid rgba(23,60,106,.28); outline-offset: -3px; }
.shb-product-search button { border: 0; background: var(--shb-blue); color: #fff; padding: 15px 20px; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.shb-product-search button:hover { background: #20558f; }
.shb-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.shb-product-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid #dededb; box-shadow: 0 12px 30px rgba(10,13,18,.06); }
.shb-product-card__image { display: grid; place-items: center; aspect-ratio: 1; padding: 18px; border-bottom: 1px solid #e5e5e1; background: #fff; overflow: hidden; }
.shb-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.shb-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.shb-product-card__stock { color: var(--shb-red); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shb-product-card h3 { margin: 11px 0 18px; font-size: 16px; line-height: 1.35; }
.shb-product-card h3 a:hover { color: var(--shb-blue); }
.shb-product-card__price { margin-top: auto; color: var(--shb-blue); font-size: 18px; font-weight: 900; }
.shb-product-card__price del { color: #7b8086; font-size: 13px; font-weight: 600; }
.shb-product-card__price ins { text-decoration: none; }
.shb-product-card__link { margin-top: 16px; color: var(--shb-ink); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shb-product-card__link span { color: var(--shb-red); }
.shb-products__all { display: flex; justify-content: center; margin-top: 42px; }
.shb-products__empty { padding: 28px; background: #fff; border-left: 4px solid var(--shb-red); }

.shb-policy-page__main { background: var(--shb-paper); }
.shb-policy-page__content { max-width: 980px; }
.shb-policy-page__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 48px 0 38px; }
.shb-policy-page__grid > div { padding: 28px; background: #fff; border-top: 4px solid var(--shb-blue); }
.shb-policy-page__grid h2 { margin: 0 0 14px; font-size: 19px; }
.shb-policy-page__grid p { margin: 0; color: #606873; line-height: 1.7; }

.shb-proof { background: var(--shb-white); color: var(--shb-ink); }
.shb-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.shb-proof__grid > div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 25px 34px; border-right: 1px solid #d7d9dc; }
.shb-proof__grid > div:first-child { border-left: 1px solid #d7d9dc; }
.shb-proof strong { font-family: Impact, sans-serif; color: var(--shb-blue); font-size: 34px; letter-spacing: .04em; }
.shb-proof span { margin-top: 8px; color: #626b76; font-size: 12px; font-weight: 700; letter-spacing: .04em; }

.shb-section { padding: 118px 0; }
.shb-section--light { background: var(--shb-paper); color: var(--shb-ink); }
.shb-section__heading { max-width: 760px; }
.shb-section__heading h2, .shb-policy h2, .shb-journal h2, .shb-contact-band h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(44px, 5.8vw, 78px); font-weight: 400; line-height: .96; letter-spacing: -.01em; text-transform: uppercase; }
.shb-section__heading > p:last-child { max-width: 600px; margin: 24px 0 0; color: #59616a; font-size: 17px; line-height: 1.7; }
.shb-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.shb-card { min-height: 300px; padding: 34px; background: #fff; border-top: 4px solid var(--shb-blue); box-shadow: 0 14px 34px rgba(11,19,30,.07); }
.shb-card > span { color: var(--shb-red); font-family: Impact, sans-serif; font-size: 15px; letter-spacing: .14em; }
.shb-card h3 { margin: 52px 0 16px; font-size: 23px; }
.shb-card p { margin: 0; color: #616974; line-height: 1.7; }

.shb-section--steps { position: relative; background: var(--shb-blue); overflow: hidden; }
.shb-section--steps::after { content: "NM"; position: absolute; right: -3vw; bottom: -8vw; color: rgba(255,255,255,.035); font: 25vw/1 Impact, sans-serif; }
.shb-steps { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.shb-section__heading--inverse > p:last-child { color: #bdc9d7; }
.shb-step-list { margin: 0; padding: 0; list-style: none; }
.shb-step-list li { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.shb-step-list li:first-child { padding-top: 0; }
.shb-step-list span { color: #e66a64; font: 24px Impact, sans-serif; }
.shb-step-list h3 { margin: 0 0 8px; font-size: 20px; }
.shb-step-list p { margin: 0; color: #c0ccda; line-height: 1.65; }

.shb-section--policy { background: #fff; color: var(--shb-ink); }
.shb-policy { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.shb-policy p { color: #5e6670; font-size: 17px; line-height: 1.8; }
.shb-text-link { display: inline-block; margin-top: 18px; color: var(--shb-blue) !important; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.shb-text-link span { margin-left: 8px; color: var(--shb-red); }

.shb-section--journal { background: var(--shb-ink-2); }
.shb-journal { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.shb-journal p:not(.shb-eyebrow) { max-width: 620px; color: #afb8c5; font-size: 17px; line-height: 1.7; }
.shb-contact-band { background: var(--shb-red); padding: 72px 0; }
.shb-contact-band .shb-eyebrow { color: rgba(255,255,255,.7); }
.shb-contact-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.shb-contact-band h2 { font-size: clamp(40px, 5vw, 64px); }
.shb-contact-band__links { display: grid; gap: 8px; text-align: right; font-size: 18px; font-weight: 800; }
.shb-contact-band__links a:hover { text-decoration: underline; }

.shb-footer { background: #07090d; padding: 80px 0 30px; color: #c2c8d0; }
.shb-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.shb-brand--footer { align-self: start; color: #fff; }
.shb-footer h2 { margin: 0 0 18px; color: #fff; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.shb-footer a, .shb-footer p { display: block; margin: 0 0 10px; color: #8993a1; font-size: 14px; line-height: 1.8; }
.shb-footer a:hover { color: #fff; }
.shb-footer__bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 24px; border-top: 1px solid var(--shb-line); color: #626c79; font-size: 12px; }

@media (max-width: 900px) {
  .shb-header__inner { flex-wrap: wrap; gap: 12px; padding: 14px 0; }
  .shb-nav { width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; }
  .shb-nav a { display: flex; align-items: center; justify-content: center; min-height: 38px; padding: 6px 3px; font-size: 10px; text-align: center; }
  .shb-nav__contact { padding: 6px 3px; }
  .shb-hero { min-height: 420px; }
  .shb-products__heading { align-items: stretch; flex-direction: column; }
  .shb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shb-policy-page__grid { grid-template-columns: 1fr; }
  .shb-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .shb-proof__grid > div:nth-child(3) { border-left: 1px solid #d7d9dc; }
  .shb-card-grid { grid-template-columns: 1fr; }
  .shb-card { min-height: auto; }
  .shb-card h3 { margin-top: 24px; }
  .shb-steps, .shb-policy { grid-template-columns: 1fr; gap: 55px; }
  .shb-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --shb-shell: min(100% - 28px, 1180px); }
  .admin-bar .shb-header { top: 46px; }
  .shb-announcement { font-size: 8px; letter-spacing: .045em; line-height: 1.45; }
  .shb-announcement__inner { display: grid; justify-items: center; gap: 5px; text-align: center; }
  .shb-announcement__contact { gap: 12px; }
  .shb-header__inner { min-height: 76px; }
  .shb-brand__logo { width: 118px; }
  .shb-brand__name { font-size: 20px; }
  .shb-brand__place { display: none; }
  .shb-nav a { font-size: 9px; letter-spacing: .035em; }
  .shb-hero { min-height: 390px; }
  .shb-hero__content { padding: 44px 0 48px; }
  .shb-hero h1 { font-size: clamp(42px, 12.5vw, 56px); }
  .shb-hero__lead { margin-top: 20px; font-size: 14px; line-height: 1.55; }
  .shb-actions { display: grid; }
  .shb-button { width: 100%; }
  .shb-products { padding: 56px 0 68px; }
  .shb-products__heading { gap: 24px; margin-bottom: 28px; }
  .shb-products__heading h2, .shb-policy-page__content h1 { font-size: 42px; }
  .shb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .shb-product-card__image { padding: 10px; }
  .shb-product-card__body { padding: 13px; }
  .shb-product-card h3 { margin: 8px 0 12px; font-size: 13px; }
  .shb-product-card__price { font-size: 15px; }
  .shb-product-card__link { margin-top: 12px; font-size: 9px; }
  .shb-product-search { width: 100%; }
  .shb-proof__grid { grid-template-columns: 1fr; }
  .shb-proof__grid > div { min-height: 112px; border-left: 1px solid #d7d9dc; }
  .shb-section { padding: 84px 0; }
  .shb-section__heading h2, .shb-policy h2, .shb-journal h2, .shb-contact-band h2 { font-size: 44px; }
  .shb-card-grid { margin-top: 40px; }
  .shb-contact-band__inner, .shb-journal { align-items: stretch; flex-direction: column; }
  .shb-contact-band__links { text-align: left; font-size: 16px; }
  .shb-footer__grid { grid-template-columns: 1fr; }
  .shb-footer__bottom { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .shb-button { transition: none; }
}


/* ---- v0.5.0: header fixes, cart, inventory page ---- */
.shb-header a, .shb-header a:visited, .shb-announcement a, .shb-announcement a:visited { color: #fff !important; text-decoration: none !important; }
.shb-nav a:not(.shb-nav__contact):hover { color: #f06a63 !important; }
.shb-nav__contact:hover { color: var(--shb-ink) !important; }
.shb-nav__cart { display: inline-flex; align-items: center; gap: 7px; }
.shb-cart-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: var(--shb-red); color: #fff; font-size: 11px; letter-spacing: 0; }

.shb-inventory { background: var(--shb-paper); color: var(--shb-ink); padding-bottom: 90px; }
.shb-inventory a { color: inherit; }
.shb-inventory__intro { background: linear-gradient(112deg, #090c11 0%, #101722 58%, #161b24 100%); color: #fff; padding: 46px 0 40px; }
.shb-inventory__intro h1 { margin: 0; font: 400 clamp(46px, 6vw, 76px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.shb-inventory__layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 34px; align-items: start; padding-top: 38px; }
.shb-filters { position: sticky; top: 140px; max-height: calc(100vh - 160px); overflow: auto; background: #fff; border: 1px solid #dededb; padding: 18px; font-size: 14px; }
.shb-filters__drawer > summary { list-style: none; cursor: pointer; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.shb-filters__drawer > summary::-webkit-details-marker { display: none; }
.shb-filters__dot { color: var(--shb-red); font-size: 10px; vertical-align: middle; }
.shb-filter-block { margin-bottom: 16px; }
.shb-filter-label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shb-filters input[type="search"], .shb-filters input[type="number"] { width: 100%; min-height: 40px; border: 1px solid #c8c9c8; padding: 0 10px; font: inherit; color: var(--shb-ink); background: #fff; }
.shb-price { display: flex; align-items: center; gap: 8px; }
.shb-filter-group { border-top: 1px solid #e5e5e1; padding: 11px 0; }
.shb-filter-group > summary { cursor: pointer; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shb-filter-group__list { display: grid; gap: 6px; max-height: 260px; overflow: auto; padding: 10px 2px 2px; }
.shb-check { display: flex; align-items: center; gap: 8px; cursor: pointer; line-height: 1.3; }
.shb-check span { color: #7b8086; font-size: 12px; }
.shb-check input { width: 16px; height: 16px; accent-color: var(--shb-red); }
.shb-check--solo { margin: 4px 0 12px; font-weight: 700; }
.shb-filters__actions { display: flex; align-items: center; gap: 14px; border-top: 1px solid #e5e5e1; padding-top: 16px; }
.shb-filters__actions .shb-button { min-height: 44px; border: 0; cursor: pointer; }
.shb-filters__clear { font-size: 12px; font-weight: 800; text-decoration: underline !important; }
.shb-results__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.shb-results__bar p { margin: 0; }
.shb-sort { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shb-sort select { min-height: 38px; border: 1px solid #c8c9c8; background: #fff; padding: 0 8px; font: inherit; text-transform: none; letter-spacing: 0; font-weight: 600; }
.shb-product-grid--inventory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shb-product-card__stock.is-out { color: #7b8086; }
.shb-card-cart { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 14px; background: var(--shb-ink); color: #fff !important; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease; }
.shb-card-cart:hover { background: var(--shb-red); }
.shb-card-cart.loading { opacity: .6; }
.shb-card-cart.added::after { content: " ✓"; }
.shb-card-cart--view { background: transparent; color: var(--shb-ink) !important; border: 1px solid #c8c9c8; }
.shb-product-card .added_to_cart { display: block; margin-top: 8px; text-align: center; font-size: 12px; font-weight: 800; color: var(--shb-blue) !important; text-decoration: underline !important; }
.shb-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 36px; }
.shb-pagination a, .shb-pagination span { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid #c8c9c8; background: #fff; font-weight: 800; }
.shb-pagination .is-current { background: var(--shb-ink); color: #fff; border-color: var(--shb-ink); }
.shb-pagination a:hover { border-color: var(--shb-red); color: var(--shb-red); }

@media (max-width: 1080px) {
  .shb-product-grid--inventory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .shb-nav { gap: 16px; font-size: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .shb-inventory__layout { grid-template-columns: 1fr; gap: 18px; padding-top: 20px; }
  .shb-filters { position: static; max-height: none; }
  .shb-filters__drawer > summary { margin-bottom: 0; }
  .shb-filters__drawer[open] > summary { margin-bottom: 14px; }
}
@media (max-width: 520px) {
  .shb-product-grid--inventory { grid-template-columns: 1fr 1fr; gap: 10px; }
  .shb-product-card__body { padding: 12px; }
  .shb-product-card h3 { font-size: 13px; }
  .shb-results__bar { flex-direction: column; align-items: flex-start; }
}


/* ---- v0.5.1: WooCommerce pages (product, cart, checkout, account) in the new design ---- */
body.shb-foundation-shell:is(.woocommerce-cart,.woocommerce-checkout,.woocommerce-account,.single-product) { background: var(--shb-paper) !important; color: var(--shb-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
body.shb-foundation-shell:is(.woocommerce-cart,.woocommerce-checkout,.woocommerce-account,.single-product) :is(.content_wrap, main.site-main) { width: var(--shb-shell); margin: 0 auto; padding: 44px 0 90px; }
body.shb-foundation-shell:is(.woocommerce-cart,.woocommerce-checkout,.woocommerce-account,.single-product) *, body.shb-foundation-shell:is(.woocommerce-cart,.woocommerce-checkout,.woocommerce-account,.single-product) *::before, body.shb-foundation-shell:is(.woocommerce-cart,.woocommerce-checkout,.woocommerce-account,.single-product) *::after { box-sizing: border-box; }
.shb-foundation-shell .entry-title, .shb-foundation-shell .product_title { margin: 0 0 26px; font: 400 clamp(38px, 5vw, 64px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important; letter-spacing: -.01em; text-transform: uppercase; color: var(--shb-ink); }
.shb-foundation-shell.single-product .product_title { font-size: clamp(28px, 3.4vw, 42px) !important; line-height: 1.05 !important; }
.shb-foundation-shell .entry-footer, .shb-foundation-shell .post-edit-link { display: none !important; }
.shb-foundation-shell .woocommerce a:not(.button):not(.shb-button) { color: var(--shb-blue); }
.shb-foundation-shell .woocommerce h2, .shb-foundation-shell .woocommerce h3 { font-size: 15px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px; }

/* Buttons */
.shb-foundation-shell .woocommerce :is(a.button, button.button, input.button, #respond input#submit),
.shb-foundation-shell .woocommerce :is(a.button.alt, button.button.alt, input.button.alt),
.shb-foundation-shell :is(.single_add_to_cart_button, .checkout-button, #place_order) { display: inline-flex !important; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px !important; border: 0 !important; border-radius: 0 !important; background: var(--shb-red) !important; color: #fff !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s ease; }
.shb-foundation-shell .woocommerce :is(a.button, button.button, input.button):hover, .shb-foundation-shell :is(.single_add_to_cart_button, .checkout-button, #place_order):hover { background: #e14841 !important; }
.shb-foundation-shell .woocommerce :is(button[name="update_cart"], button[name="apply_coupon"]) { background: var(--shb-ink) !important; }
.shb-foundation-shell .woocommerce :is(button[name="update_cart"]):disabled { opacity: .45; }
.shb-foundation-shell #place_order, .shb-foundation-shell .checkout-button { width: 100%; min-height: 56px; font-size: 14px !important; }

/* Form fields */
.shb-foundation-shell .woocommerce :is(input.input-text, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], select, textarea), .shb-foundation-shell .select2-container .select2-selection--single { min-height: 46px; width: 100%; border: 1px solid #c8c9c8 !important; border-radius: 0 !important; background: #fff !important; color: var(--shb-ink); padding: 8px 12px; font: inherit; font-size: 15px; }
.shb-foundation-shell .select2-container .select2-selection--single .select2-selection__rendered { line-height: 28px; padding-left: 0; }
.shb-foundation-shell .select2-container .select2-selection--single .select2-selection__arrow { height: 44px; }
.shb-foundation-shell .woocommerce :is(input, select, textarea):focus { outline: 3px solid rgba(23,60,106,.25); outline-offset: 0; border-color: var(--shb-blue) !important; }
.shb-foundation-shell .woocommerce form .form-row { margin: 0 0 16px; padding: 0; }
.shb-foundation-shell .woocommerce form .form-row label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.shb-foundation-shell .woocommerce form .form-row .required { color: var(--shb-red); text-decoration: none; }
.shb-foundation-shell .woocommerce .quantity .qty { width: 80px; min-height: 48px; text-align: center; }

/* Notices */
.shb-foundation-shell .woocommerce :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) { margin: 0 0 24px; padding: 16px 20px; background: #fff; border: 1px solid #dededb; border-left: 4px solid var(--shb-blue); list-style: none; color: var(--shb-ink); }
.shb-foundation-shell .woocommerce .woocommerce-error { border-left-color: var(--shb-red); }
.shb-foundation-shell .woocommerce :is(.woocommerce-message, .woocommerce-info)::before { display: none; }
.shb-foundation-shell .woocommerce .woocommerce-message .button { float: right; min-height: 38px; }

/* Tables (cart, order review, account orders) */
.shb-foundation-shell .woocommerce table.shop_table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #dededb; margin: 0 0 24px; }
.shb-foundation-shell .woocommerce table.shop_table :is(th, td) { padding: 16px; border-top: 1px solid #ecece8; text-align: left; vertical-align: middle; }
.shb-foundation-shell .woocommerce table.shop_table thead th { border-top: 0; background: var(--shb-ink); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shb-foundation-shell .woocommerce table.cart img { width: 72px; height: auto; }
.shb-foundation-shell .woocommerce table.cart .product-name a { font-weight: 700; color: var(--shb-ink) !important; }
.shb-foundation-shell .woocommerce a.remove { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--shb-red) !important; font-size: 20px; text-decoration: none; }
.shb-foundation-shell .woocommerce a.remove:hover { background: var(--shb-red); color: #fff !important; }
.shb-foundation-shell .woocommerce td.actions .coupon { display: inline-flex; gap: 8px; }
.shb-foundation-shell .woocommerce td.actions .coupon .input-text { width: 180px; }
.shb-foundation-shell .woocommerce td.actions { text-align: right; }
.shb-foundation-shell .woocommerce td.actions .coupon { float: left; }
.shb-foundation-shell .woocommerce .cart-collaterals { display: flex; justify-content: flex-end; }
.shb-foundation-shell .woocommerce .cart_totals { width: min(460px, 100%); background: #fff; border: 1px solid #dededb; padding: 22px; }
.shb-foundation-shell .woocommerce .cart_totals table.shop_table { border: 0; }
.shb-foundation-shell .woocommerce .order-total :is(th, td) { font-size: 18px; font-weight: 900; }
.shb-foundation-shell .woocommerce ul#shipping_method { list-style: none; margin: 0; padding: 0; }
.shb-foundation-shell .woocommerce ul#shipping_method li { margin-bottom: 6px; }

/* Checkout layout */
.shb-foundation-shell.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 1fr); gap: 32px; align-items: start; }
.shb-foundation-shell.woocommerce-checkout form.checkout > :is(.woocommerce-NoticeGroup, .woocommerce-notices-wrapper) { grid-column: 1 / -1; }
.shb-foundation-shell.woocommerce-checkout #customer_details { grid-column: 1; background: #fff; border: 1px solid #dededb; padding: 26px; }
.shb-foundation-shell.woocommerce-checkout #customer_details .col-1, .shb-foundation-shell.woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.shb-foundation-shell.woocommerce-checkout #customer_details .col-2 { margin-top: 18px; padding-top: 18px; border-top: 1px solid #ecece8; }
.shb-foundation-shell.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0; padding: 20px 22px 0; background: #fff; border: 1px solid #dededb; border-bottom: 0; }
.shb-foundation-shell.woocommerce-checkout #order_review { grid-column: 2; grid-row: 2; margin-top: -32px; background: #fff; border: 1px solid #dededb; border-top: 0; padding: 12px 22px 22px; position: sticky; top: 140px; }
.shb-foundation-shell.woocommerce-checkout #order_review table.shop_table { border: 0; }
.shb-foundation-shell.woocommerce-checkout #order_review table.shop_table thead th { background: transparent; color: var(--shb-ink); border-bottom: 2px solid var(--shb-ink); }
.shb-foundation-shell.woocommerce-checkout #payment { background: var(--shb-paper); padding: 16px; }
.shb-foundation-shell.woocommerce-checkout #payment ul.payment_methods { list-style: none; margin: 0 0 14px; padding: 0; }
.shb-foundation-shell.woocommerce-checkout #payment ul.payment_methods li { padding: 10px 0; border-bottom: 1px solid #dededb; }
.shb-foundation-shell.woocommerce-checkout #payment .payment_box { margin-top: 10px; padding: 12px; background: #fff; font-size: 14px; }
.shb-foundation-shell.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { margin-bottom: 18px; }
.shb-foundation-shell.woocommerce-checkout .woocommerce-privacy-policy-text { font-size: 13px; color: #555; }

/* Single product */
.shb-foundation-shell.single-product div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.shb-foundation-shell.single-product div.product .woocommerce-product-gallery { grid-column: 1; width: 100% !important; float: none !important; background: #fff; border: 1px solid #dededb; padding: 26px; position: relative; }
.shb-foundation-shell.single-product div.product .woocommerce-product-gallery img { width: 100%; height: auto; }
.shb-foundation-shell.single-product div.product .woocommerce-product-gallery__trigger { position: absolute; top: 14px; right: 14px; z-index: 2; }
.shb-foundation-shell.single-product div.product .summary { grid-column: 2; width: 100% !important; float: none !important; }
.shb-foundation-shell.single-product div.product .summary .price { margin: 0 0 22px; color: var(--shb-blue) !important; font-size: 30px !important; font-weight: 900; }
.shb-foundation-shell.single-product div.product .summary .price del { color: #7b8086; font-size: 18px; }
.shb-foundation-shell.single-product div.product .summary .price ins { text-decoration: none; }
.shb-foundation-shell.single-product div.product form.cart { display: flex; gap: 10px; align-items: stretch; margin: 0 0 26px; padding: 22px 0; border-top: 1px solid #dededb; border-bottom: 1px solid #dededb; }
.shb-foundation-shell.single-product div.product .stock { font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--shb-red); }
.shb-foundation-shell.single-product div.product .product_meta { font-size: 13px; color: #555; display: grid; gap: 6px; }
.shb-foundation-shell.single-product div.product :is(.woocommerce-tabs, .related, .upsells) { grid-column: 1 / -1; }
.shb-foundation-shell.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 4px; margin: 0; padding: 0; list-style: none; border-bottom: 2px solid var(--shb-ink); }
.shb-foundation-shell.single-product .woocommerce-tabs ul.tabs li { margin: 0; border: 0; background: transparent; }
.shb-foundation-shell.single-product .woocommerce-tabs ul.tabs li a { display: block; padding: 12px 18px; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--shb-ink) !important; }
.shb-foundation-shell.single-product .woocommerce-tabs ul.tabs li.active a { background: var(--shb-ink); color: #fff !important; }
.shb-foundation-shell.single-product .woocommerce-tabs .panel { background: #fff; border: 1px solid #dededb; border-top: 0; padding: 26px; margin: 0 0 40px; }
.shb-foundation-shell.single-product .woocommerce-tabs .panel table { border-collapse: collapse; }
.shb-foundation-shell.single-product .woocommerce-tabs .panel table :is(th, td) { padding: 8px 18px 8px 0; border-bottom: 1px solid #ecece8; text-align: left; }
.shb-foundation-shell.single-product .related > h2 { font: 400 36px/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important; text-transform: uppercase; letter-spacing: 0; }
.shb-foundation-shell.single-product .related ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.shb-foundation-shell.single-product .related ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; display: flex; flex-direction: column; background: #fff; border: 1px solid #dededb; padding: 16px; }
.shb-foundation-shell.single-product .related ul.products li.product img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.shb-foundation-shell.single-product .related ul.products li.product h2 { font-size: 14px !important; line-height: 1.35; letter-spacing: 0; text-transform: none; color: var(--shb-ink); margin: 10px 0; }
.shb-foundation-shell.single-product .related ul.products li.product .price { color: var(--shb-blue); font-weight: 900; margin-top: auto; }
.shb-foundation-shell.single-product .related ul.products li.product .button { margin-top: 10px; min-height: 40px; font-size: 11px !important; }
.shb-foundation-shell .woocommerce span.onsale { position: absolute; top: 14px; left: 14px; z-index: 2; min-height: 0; min-width: 0; padding: 6px 10px; border-radius: 0; background: var(--shb-red); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; line-height: 1; }

/* Account */
.shb-foundation-shell.woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 32px; align-items: start; }
.shb-foundation-shell.woocommerce-account:not(.logged-in) .woocommerce { display: block; }
.shb-foundation-shell.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; background: #fff; border: 1px solid #dededb; }
.shb-foundation-shell.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 16px; border-bottom: 1px solid #ecece8; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--shb-ink) !important; }
.shb-foundation-shell.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--shb-ink); color: #fff !important; }
.shb-foundation-shell.woocommerce-account .woocommerce-MyAccount-content { background: #fff; border: 1px solid #dededb; padding: 26px; }
.shb-foundation-shell.woocommerce-account :is(.woocommerce-form-login, .woocommerce-form-register) { max-width: 480px; background: #fff; border: 1px solid #dededb; padding: 26px; }
.shb-foundation-shell.woocommerce-account .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.shb-foundation-shell.woocommerce-account .u-columns .u-column1, .shb-foundation-shell.woocommerce-account .u-columns .u-column2 { width: 100%; float: none; }

/* Footer on shell pages */
.shb-foundation-shell .shb-footer { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .shb-foundation-shell.woocommerce-checkout form.checkout, .shb-foundation-shell.single-product div.product, .shb-foundation-shell.woocommerce-account .woocommerce, .shb-foundation-shell.woocommerce-account .u-columns { grid-template-columns: 1fr; }
  .shb-foundation-shell.woocommerce-checkout :is(#customer_details, #order_review_heading, #order_review) { grid-column: 1; grid-row: auto; }
  .shb-foundation-shell.woocommerce-checkout #order_review { margin-top: 0; position: static; }
  .shb-foundation-shell.single-product div.product :is(.woocommerce-product-gallery, .summary) { grid-column: 1; }
  .shb-foundation-shell.single-product .related ul.products { grid-template-columns: 1fr 1fr; }
  .shb-foundation-shell .woocommerce table.shop_table_responsive thead { display: none; }
  .shb-foundation-shell .woocommerce table.shop_table_responsive tr td { display: flex; justify-content: space-between; gap: 12px; text-align: right; }
  .shb-foundation-shell .woocommerce table.shop_table_responsive tr td::before { content: attr(data-title); font-weight: 800; text-align: left; }
  .shb-foundation-shell .woocommerce td.actions .coupon { float: none; display: flex; margin-bottom: 10px; }
  .shb-foundation-shell .woocommerce td.actions .coupon .input-text { width: 100%; }
}


/* v0.5.1 fixes: beat theme inline !important on fields; checkout column layout */
body.shb-foundation-shell .woocommerce form .form-row :is(.input-text, select, textarea), body.shb-foundation-shell .woocommerce-page form .form-row :is(.input-text, select, textarea) { background: #fff !important; border: 1px solid #c8c9c8 !important; border-radius: 0 !important; color: var(--shb-ink) !important; }
body.shb-foundation-shell.woocommerce-checkout form.checkout { grid-template-rows: auto auto 1fr; }
body.shb-foundation-shell.woocommerce-checkout #customer_details { grid-row: 1 / 4; }
body.shb-foundation-shell.woocommerce-checkout #order_review_heading { grid-row: 1; grid-column: 2; }
body.shb-foundation-shell.woocommerce-checkout #order_review { grid-row: 2; grid-column: 2; margin-top: 0; }
@media (max-width: 900px) {
  body.shb-foundation-shell.woocommerce-checkout form.checkout { grid-template-rows: none; }
  body.shb-foundation-shell.woocommerce-checkout :is(#customer_details, #order_review_heading, #order_review) { grid-row: auto; grid-column: 1; }
}

body.shb-foundation-shell.woocommerce-account .woocommerce > * { grid-column: 1 / -1; }
body.shb-foundation-shell.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation { grid-column: 1; grid-row: 2; width: 100%; float: none; }
body.shb-foundation-shell.woocommerce-account .woocommerce > .woocommerce-MyAccount-content { grid-column: 2; grid-row: 2; width: 100%; float: none; }
body.shb-foundation-shell.woocommerce-account .woocommerce > :is(.woocommerce-notices-wrapper, .woocommerce-message, .woocommerce-info) { grid-row: 1; }
body.shb-foundation-shell.woocommerce-account .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
@media (max-width: 900px) {
  body.shb-foundation-shell.woocommerce-account .woocommerce > :is(.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content) { grid-column: 1; grid-row: auto; }
}

/* v0.5.1 mobile header: compact, not sticky, one swipeable nav row */
@media (max-width: 860px) {
  .shb-header { position: relative !important; top: auto !important; }
  .shb-header__inner { min-height: 0; flex-direction: column; align-items: stretch; gap: 8px; padding: 10px 0; }
  .shb-brand__logo { width: 104px; }
  .shb-nav { flex-wrap: nowrap !important; justify-content: flex-start !important; gap: 18px !important; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 0 6px; font-size: 12px !important; white-space: nowrap; }
  .shb-nav::-webkit-scrollbar { display: none; }
  .shb-nav__contact { padding: 8px 12px !important; }
  .shb-announcement { font-size: 10px; padding: 7px 0; }
  .shb-announcement__inner { flex-direction: column; gap: 4px; text-align: center; }
  .shb-announcement__inner > span:first-child { display: none; }
  .shb-filters { top: auto; }
}

@media (max-width: 860px) { .shb-header .shb-nav { display: flex !important; grid-template-columns: none !important; } .shb-header .shb-nav a { flex: 0 0 auto; } }


/* ---- v0.6.0: inventory on the homepage + continuous scroll ---- */
.shb-inventory { scroll-margin-top: 110px; }
.shb-inventory__title { margin: 0; font: 400 clamp(46px, 6vw, 76px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; color: #fff; }
.shb-foundation-page .shb-inventory { padding-bottom: 70px; }
.shb-infinite { display: flex; justify-content: center; margin-top: 34px; min-height: 60px; }
.shb-load-more { background: var(--shb-ink); color: #fff !important; min-width: 240px; }
.shb-load-more:hover { background: var(--shb-red); }
.shb-infinite.is-loading .shb-load-more { opacity: .6; pointer-events: none; }
.shb-infinite__end { margin: 0; color: #7b8086; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 860px) { .shb-inventory { scroll-margin-top: 10px; } }

.shb-contact-band { scroll-margin-top: 110px; }
.shb-contact-band__links .shb-contact-band__form { display: inline-block; margin-top: 6px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.6); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.shb-contact-band__links .shb-contact-band__form:hover { background: #fff; color: var(--shb-red) !important; }


/* ---- v0.7.0: shared page intro + contact page ---- */
.shb-page-intro { background: linear-gradient(112deg, #090c11 0%, #101722 58%, #161b24 100%); color: #fff; padding: 52px 0 46px; }
.shb-page-intro h1 { margin: 0; font: 400 clamp(46px, 6vw, 80px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.shb-page-intro__lead { max-width: 640px; margin: 16px 0 0; color: #c4cbd5; font-size: 16px; line-height: 1.6; }
.shb-contact { background: var(--shb-paper); color: var(--shb-ink); padding: 56px 0 70px; }
.shb-contact a { color: var(--shb-blue); }
.shb-contact__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr); gap: 36px; align-items: start; }
.shb-contact__heading { margin: 0 0 18px; padding-bottom: 12px; border-bottom: 3px solid var(--shb-red); font: 400 30px/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .01em; }
.shb-contact__info { display: grid; gap: 14px; }
.shb-info-card { background: #fff; border: 1px solid #dededb; border-left: 4px solid var(--shb-ink); padding: 18px 20px; }
.shb-info-card h3 { margin: 0 0 8px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--shb-red); }
.shb-info-card p { margin: 0 0 6px; font-size: 16px; line-height: 1.5; font-weight: 600; }
.shb-info-card a { font-weight: 800; }
.shb-info-card__note { color: #6b7178; font-size: 13px !important; font-weight: 500 !important; }
.shb-contact__form { background: #fff; border: 1px solid #dededb; padding: 28px 30px 32px; box-shadow: 0 12px 30px rgba(10,13,18,.06); }
.shb-contact__hint { margin: 0 0 20px; color: #6b7178; font-size: 14px; }
.shb-contact__form .wpcf7-form p { margin: 0 0 18px; }
.shb-contact__form .wpcf7-form label { display: block; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--shb-ink); }
.shb-contact__form .wpcf7-form .wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.shb-contact__form .wpcf7-form :is(input[type="text"], input[type="email"], input[type="tel"], textarea) { width: 100%; min-height: 48px; border: 1px solid #c8c9c8; border-radius: 0; background: #fff; color: var(--shb-ink); padding: 10px 14px; font: 500 16px/1.4 Inter, ui-sans-serif, system-ui, sans-serif; text-transform: none; letter-spacing: 0; }
.shb-contact__form .wpcf7-form textarea { min-height: 150px; resize: vertical; }
.shb-contact__form .wpcf7-form :is(input, textarea):focus { outline: 3px solid rgba(23,60,106,.25); border-color: var(--shb-blue); }
.shb-contact__form .wpcf7-form input[type="submit"] { min-height: 54px; padding: 0 34px; border: 0; background: var(--shb-red); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.shb-contact__form .wpcf7-form input[type="submit"]:hover { background: #e14841; }
.shb-contact__form .wpcf7-not-valid-tip { margin-top: 6px; color: var(--shb-red); font-size: 13px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.shb-contact__form .wpcf7-response-output { margin: 16px 0 0 !important; padding: 12px 14px !important; border: 1px solid #dededb !important; border-left: 4px solid var(--shb-blue) !important; font-size: 14px; }
.shb-contact__form .wpcf7 form.invalid .wpcf7-response-output { border-left-color: var(--shb-red) !important; }
.shb-contact__form .wpcf7-spinner { vertical-align: middle; }
.shb-contact-map iframe { display: block; width: 100%; height: 380px; border: 0; filter: grayscale(.2); }
@media (max-width: 900px) {
  .shb-contact__grid { grid-template-columns: 1fr; }
  .shb-contact__form { order: -1; padding: 22px 18px 26px; }
  .shb-contact-map iframe { height: 300px; }
}

/* v0.7.2: contact section inside the homepage scroll */
.shb-contact-band + .shb-contact { padding-top: 48px; }
#contact-form { scroll-margin-top: 110px; }
.shb-contact-map iframe { width: 100% !important; max-width: none !important; }

/* v0.7.3: load all / show fewer */
.shb-infinite-controls { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 12px; }
.shb-infinite-controls .shb-button { min-width: 240px; border: 1px solid var(--shb-ink); background: transparent; color: var(--shb-ink); cursor: pointer; }
.shb-infinite-controls .shb-button:hover { background: var(--shb-ink); color: #fff; }
.shb-infinite-controls .shb-button:disabled { opacity: .6; cursor: progress; }
.shb-infinite-controls .shb-show-less { border-color: var(--shb-red); color: var(--shb-red); }
.shb-infinite-controls .shb-show-less:hover { background: var(--shb-red); color: #fff; }

/* v0.7.4: river scene above the map (from the original contact page) */
.shb-river { position: relative; height: 340px; overflow: hidden; border-top: 12px solid #000; background: #0a0d12 url("https://i.ytimg.com/vi/O488fIOgHQk/maxresdefault.jpg") center / cover no-repeat; display: flex; align-items: center; }
.shb-river__video { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.shb-river__video iframe { position: absolute; top: 50%; left: 50%; width: max(100%, 605px); height: max(56.25vw, 340px); transform: translate(-50%, -50%); border: 0; }
.shb-river::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,13,18,.72) 0%, rgba(10,13,18,.25) 55%, rgba(10,13,18,0) 100%); pointer-events: none; }
.shb-river__text { position: relative; z-index: 1; color: #fff; }
.shb-river__text .shb-eyebrow { color: #f06a63; margin-bottom: 10px; }
.shb-river__title { margin: 0; max-width: 620px; font: 400 clamp(34px, 4.6vw, 60px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
@media (max-width: 860px) { .shb-river { height: 240px; } .shb-river__video iframe { height: max(56.25vw, 240px); width: max(100%, 427px); } }


/* ---- v0.8.0: one-page sections (About, Insights, Policies) + back bar ---- */
.shb-section { padding: 84px 0; scroll-margin-top: 100px; }
.shb-section__title { margin: 0 0 34px; max-width: 900px; font: 400 clamp(38px, 5vw, 64px)/.98 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: -.005em; }
.shb-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.shb-section__head .shb-section__title { margin: 0; }

.shb-about { background: #fff; color: var(--shb-ink); border-top: 12px solid var(--shb-ink); }
.shb-about__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.shb-about__text p { margin: 0 0 16px; font-size: 17px; line-height: 1.7; color: #2a313b; }
.shb-about__figure { margin: 0; }
.shb-about__figure img { display: block; width: 100%; height: auto; border: 1px solid #dededb; }
.shb-about__figure figcaption { margin-top: 10px; color: #6b7178; font-size: 13px; font-style: italic; text-align: center; }
.shb-team { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; align-items: start; margin-top: 64px; padding: 34px; background: var(--shb-paper); border-left: 6px solid var(--shb-red); }
.shb-team__photo img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; border: 1px solid #dededb; }
.shb-team__bio h3 { margin: 0; font: 400 40px/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.shb-team__role { margin: 6px 0 18px !important; color: var(--shb-red) !important; font-size: 13px !important; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shb-team__bio p { margin: 0 0 14px; font-size: 16px; line-height: 1.7; color: #2a313b; }
.shb-coming-soon { margin-top: 34px; padding: 28px 32px; background: var(--shb-ink); color: #fff; }
.shb-coming-soon .shb-eyebrow { margin-bottom: 8px; }
.shb-coming-soon h3 { margin: 0 0 8px; font: 400 32px/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.shb-coming-soon p { margin: 0; color: #c4cbd5; }
.shb-coming-soon a { color: #fff !important; font-weight: 800; text-decoration: underline !important; }

.shb-insights { background: linear-gradient(112deg, #090c11 0%, #101722 58%, #161b24 100%); color: #fff; }
.shb-insights__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.shb-insight-card { display: flex; flex-direction: column; padding: 26px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.14); border-top: 4px solid var(--shb-red); }
.shb-insight-card time { color: #f06a63; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.shb-insight-card h3 { margin: 10px 0 12px; font-size: 21px; line-height: 1.25; }
.shb-insight-card h3 a:hover { color: #f06a63; }
.shb-insight-card p { margin: 0 0 18px; color: #c4cbd5; line-height: 1.6; }
.shb-insight-card__more { margin-top: auto; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.shb-insight-card__more:hover { color: #f06a63; }

.shb-policies { background: var(--shb-paper); color: var(--shb-ink); }
.shb-policies__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.shb-policy-card { padding: 26px; background: #fff; border: 1px solid #dededb; border-top: 4px solid var(--shb-ink); }
.shb-policy-card h3 { margin: 0 0 10px; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--shb-red); }
.shb-policy-card p { margin: 0; line-height: 1.65; color: #2a313b; }

.shb-backbar { background: #fff; border-bottom: 1px solid #dededb; }
.shb-backbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px; }
.shb-back, .shb-backbar__home { font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--shb-ink) !important; text-decoration: none !important; }
.shb-back { display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid var(--shb-ink); }
.shb-back:hover { background: var(--shb-ink); color: #fff !important; }
.shb-backbar__home:hover { color: var(--shb-red) !important; }

@media (max-width: 900px) {
  .shb-section { padding: 56px 0; scroll-margin-top: 10px; }
  .shb-about__grid, .shb-team, .shb-insights__grid, .shb-policies__grid { grid-template-columns: 1fr; }
  .shb-team { padding: 22px; gap: 22px; }
  .shb-team__photo { max-width: 260px; }
  .shb-section__head { flex-direction: column; align-items: flex-start; }
}

/* v0.8.3: centered header on desktop */
@media (min-width: 861px) {
  .shb-header__inner { justify-content: center; gap: 56px; }
  .shb-nav { gap: 28px; }
}

/* v0.8.4: phone header — slim, stays on screen, ☰ Menu dropdown */
.shb-menu-toggle { display: none; }
@media (max-width: 860px) {
  .shb-header { position: sticky !important; top: 0 !important; }
  .shb-header .shb-header__inner { position: relative; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; min-height: 0; padding: 8px 0; gap: 12px; }
  .shb-brand__logo { width: 84px !important; }
  .shb-menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; font: 900 13px/1 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .shb-menu-toggle span { font-size: 17px; letter-spacing: 0; }
  .shb-header:not(.is-open) .shb-nav { display: none !important; }
  .shb-header.is-open .shb-nav { display: flex !important; position: absolute; top: 100%; left: -20px; right: -20px; flex-direction: column; align-items: stretch; gap: 0 !important; padding: 6px 20px 16px; overflow: visible; background: #0a0d12; border-bottom: 3px solid var(--shb-red); box-shadow: 0 18px 30px rgba(0,0,0,.4); font-size: 15px !important; }
  .shb-header.is-open .shb-nav a { padding: 15px 4px !important; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1) !important; }
  .shb-header.is-open .shb-nav a:last-child { border-bottom: 0 !important; }
  .shb-header.is-open .shb-nav .shb-nav__contact { background: transparent; }
}

/* v0.8.4: let the header stick (body overflow-x:hidden was creating a scroll container) */
html body.shb-foundation-page, html body.shb-foundation-shell { overflow-x: clip !important; overflow-y: visible !important; }

@media (max-width: 782px) { .admin-bar .shb-header { top: 46px !important; } }
