/* Government Sales Hub (Stage 1) — scoped styles. Reuses brand tokens from style.css. */

.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.gh-noscroll{overflow:hidden}

/* ---------- Credibility band ---------- */
.gh-cred{background:var(--navy);color:#fff}
.gh-cred-inner{display:grid;grid-template-columns:1.5fr 1fr;gap:44px;align-items:center;padding:60px 0 56px}
.gh-cred h1{color:#fff;font-size:clamp(30px,4vw,46px);margin:12px 0 0}
.gh-cred-desc{color:rgba(255,255,255,.82);font-size:17px;margin:16px 0 0;max-width:640px}
.gh-pcard{display:inline-block;margin:20px 0 0;font-size:13px;font-weight:600;color:var(--gold);background:var(--gold-soft);border:1px solid rgba(199,162,74,.4);border-radius:6px;padding:8px 14px}
.gh-cred-link{display:inline-flex;align-items:center;gap:8px;margin:18px 0 0;color:var(--gold);font-weight:600;font-size:15px;text-decoration:none}
.gh-cred-link svg{width:16px;height:16px;transition:.2s}
.gh-cred-link:hover{color:var(--gold-bright)}.gh-cred-link:hover svg{transform:translateX(4px)}
.gh-cred-facts{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);border-radius:12px;overflow:hidden}
.gh-cred-facts li{background:var(--navy);padding:18px 20px;display:flex;flex-direction:column;gap:4px}
.gh-cred-facts span{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.gh-cred-facts strong{font-family:var(--font-display);font-size:16px;color:#fff;font-variant-numeric:tabular-nums}

/* ---------- Sections ---------- */
.gh-section{padding:72px 0;background:#fff}
.gh-market{background:var(--band);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* ---------- Capability tiles ---------- */
.gh-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;margin-top:10px}
.gh-tile{text-align:left;background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 24px;cursor:pointer;display:flex;flex-direction:column;gap:10px;transition:.18s;font:inherit;color:inherit}
.gh-tile:hover,.gh-tile:focus-visible{border-color:#cfd6cb;box-shadow:0 18px 40px -24px rgba(11,31,58,.35);transform:translateY(-3px);outline:none}
.gh-tile:focus-visible{outline:3px solid rgba(32,72,143,.35);outline-offset:2px}
.gh-tile-ic{width:52px;height:52px;border-radius:12px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center}
.gh-tile-ic svg{width:28px;height:28px}
.gh-tile-title{font-family:var(--font-display);font-weight:700;font-size:19px;color:var(--ink)}
.gh-tile-sum{color:var(--muted);font-size:14.5px;flex:1}
.gh-tile-cta{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:600;font-size:14px}
.gh-tile-cta svg{width:15px;height:15px;transition:.2s}
.gh-tile:hover .gh-tile-cta svg{transform:translateX(4px)}

/* ---------- Marketplace tools ---------- */
.gh-market-tools{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin:6px 0 26px}
.gh-filters{display:flex;flex-wrap:wrap;gap:8px}
.gh-chip{font:inherit;font-size:13.5px;font-weight:600;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:8px 15px;cursor:pointer;transition:.15s}
.gh-chip:hover{border-color:var(--navy);color:var(--navy)}
.gh-chip.is-active{background:var(--navy);border-color:var(--navy);color:#fff}
.gh-search input{font:inherit;min-width:220px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff}
.gh-search input:focus{outline:3px solid rgba(32,72,143,.16);border-color:var(--blue)}

/* ---------- Product grid + cards ---------- */
.gh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:22px}
.gh-card[hidden]{display:none!important}
.gh-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.18s}
.gh-card:hover{border-color:#cfd6cb;box-shadow:0 18px 40px -26px rgba(11,31,58,.4)}
.gh-card-media{position:relative;aspect-ratio:4/3;background:#eef0ec}
.gh-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.gh-badge{position:absolute;top:10px;left:10px;background:var(--gold);color:var(--navy-deep);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 9px;border-radius:5px}
.gh-card-body{display:flex;flex-direction:column;gap:6px;padding:16px 16px 18px;flex:1}
.gh-card-cat{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);font-weight:600}
.gh-card-body h3{font-size:16px;line-height:1.25;color:var(--ink);margin:0}
.gh-card-sku{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;margin:0}
.gh-card-desc{font-size:13.5px;color:var(--muted);margin:0;flex:1}
.gh-card-foot{margin-top:8px;display:flex;flex-direction:column;gap:12px}
.gh-price-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.gh-price{font-family:var(--font-display);font-weight:700;font-size:20px;color:var(--ink);font-variant-numeric:tabular-nums}
.gh-tag{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-dark);background:var(--gold-soft);border:1px solid rgba(199,162,74,.4);border-radius:4px;padding:2px 6px}
.gh-avail{width:100%;font-size:12px;color:var(--muted)}
.gh-card-actions{display:flex;flex-wrap:wrap;gap:8px}
.gh-card-actions .btn{padding:9px 14px;font-size:13.5px}
.gh-view{font:inherit;font-size:13.5px;font-weight:600;color:var(--blue);background:none;border:0;padding:9px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.gh-view:hover{color:var(--navy)}
.gh-grid-empty{margin-top:26px;color:var(--muted)}
.gh-link-btn{font:inherit;color:var(--blue);background:none;border:0;cursor:pointer;font-weight:600;text-decoration:underline;text-underline-offset:3px}

/* ---------- Not-listed + CTA ---------- */
.gh-notlisted{margin-top:40px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.gh-notlisted h3{margin:0 0 6px;font-size:20px;color:var(--ink)}
.gh-notlisted p{margin:0;color:var(--muted);max-width:560px}
.gh-cta{background:var(--navy-deep);color:#fff}
.gh-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;padding:56px 0}
.gh-cta h2{color:#fff;font-size:clamp(24px,3vw,34px);margin:0}
.gh-cta p{color:rgba(255,255,255,.75);margin:10px 0 0;max-width:560px}

/* ---------- Overlays ---------- */
.gh-overlay{position:fixed;inset:0;z-index:1000;display:flex}
.gh-overlay[hidden]{display:none!important}
.gh-scrim{position:absolute;inset:0;background:rgba(7,22,43,.55);backdrop-filter:blur(2px)}
.gh-panel{position:relative;background:#fff;display:flex;flex-direction:column;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch}
.gh-overlay-drawer{justify-content:flex-end}
.gh-overlay-drawer .gh-panel{width:min(560px,100%);height:100%;border-left:4px solid var(--gold);animation:gh-slide .22s ease}
.gh-overlay-modal{align-items:flex-start;justify-content:center;overflow:auto;padding:40px 20px}
.gh-overlay-modal .gh-panel{width:min(880px,100%);border-radius:16px;animation:gh-pop .18s ease}
.gh-overlay-mini{align-items:center;justify-content:center;padding:20px}
.gh-panel-mini{width:min(440px,100%);border-radius:16px;padding:30px 28px;text-align:center;animation:gh-pop .18s ease}
@keyframes gh-slide{from{transform:translateX(24px);opacity:.6}to{transform:none;opacity:1}}
@keyframes gh-pop{from{transform:translateY(10px);opacity:.6}to{transform:none;opacity:1}}
@media(prefers-reduced-motion:reduce){.gh-overlay-drawer .gh-panel,.gh-overlay-modal .gh-panel,.gh-panel-mini{animation:none}}

.gh-close{position:absolute;top:14px;right:14px;z-index:3;width:40px;height:40px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center}
.gh-close svg{width:20px;height:20px}
.gh-close:hover{background:var(--band);border-color:var(--navy)}
.gh-panel-head{padding:26px 28px 18px;border-bottom:1px solid var(--line)}
.gh-panel-head h2{margin:6px 40px 0 0;font-size:24px;color:var(--navy)}
.gh-panel-body{padding:22px 28px;flex:1}
.gh-panel-foot{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:16px 28px;display:flex;gap:12px;flex-wrap:wrap}
.gh-panel-foot .btn{flex:1;justify-content:center;min-width:150px}

/* Capability statement body */
.gh-cap-lead{font-size:17px;color:var(--ink);margin:0 0 20px}
.gh-cap-cols{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.gh-cap-services h3{font-size:15px;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin:0 0 10px}
.gh-cap-services ul{margin:0;padding-left:18px;color:var(--ink)}
.gh-cap-services li{margin-bottom:6px;font-size:14.5px}
.gh-cap-facts{margin:0;display:flex;flex-direction:column;gap:12px}
.gh-cap-facts>div{display:flex;flex-direction:column;gap:2px;border-left:3px solid var(--gold);padding-left:12px}
.gh-cap-facts dt{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.gh-cap-facts dd{margin:0;font-size:14.5px;color:var(--ink);font-weight:500}

/* Product detail */
.gh-prod{display:grid;grid-template-columns:1fr 1fr;gap:0}
.gh-prod-media{background:#eef0ec}
.gh-prod-media img{width:100%;height:100%;max-height:460px;object-fit:cover;display:block}
.gh-prod-info{padding:34px 30px 28px;display:flex;flex-direction:column;gap:10px}
.gh-prod-info h2{margin:2px 0 0;font-size:24px;color:var(--navy)}
.gh-prod-desc{color:var(--muted);font-size:14.5px;margin:6px 0 0}
.gh-specs{margin:8px 0 0;padding-left:18px;color:var(--ink);font-size:14px;columns:2;gap:20px}
.gh-specs li{margin-bottom:5px}
.gh-prod-meta{display:flex;flex-wrap:wrap;gap:14px;margin:12px 0 0;font-size:13px;color:var(--muted)}
.gh-prod-meta b{display:block;color:var(--ink);font-weight:600;font-size:13px}
.gh-prod-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0 0}
.gh-price-note{width:100%;font-size:12px;color:var(--muted)}
.gh-prod-buy{margin-top:18px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.gh-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.gh-qty-btn{width:42px;height:44px;border:0;background:#fff;font-size:20px;cursor:pointer;color:var(--ink)}
.gh-qty-btn:hover{background:var(--band)}
.gh-qty input{width:56px;height:44px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font:inherit;font-variant-numeric:tabular-nums}
.gh-prod-actions{display:flex;gap:10px;flex:1;flex-wrap:wrap}
.gh-prod-actions .btn{flex:1;justify-content:center;min-width:140px}

/* Mini (buy) */
.gh-panel-mini h2{margin:6px 0 0;font-size:22px;color:var(--navy)}
.gh-panel-mini p{color:var(--muted);margin:12px 0 0}
.gh-mini-actions{display:flex;flex-direction:column;gap:10px;margin-top:22px}
.gh-mini-actions .btn{justify-content:center}

/* Quote form */
.gh-form{padding:22px 28px 28px}
.gh-quote-context{background:var(--gold-soft);border:1px solid rgba(199,162,74,.4);border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600;color:var(--accent-dark);margin-bottom:18px}
.gh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gh-form label,.gh-full{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:0}
.gh-full{margin-top:16px}
.gh-form input,.gh-form textarea{display:block;width:100%;margin-top:6px;font:inherit;font-weight:400;color:var(--ink);background:#fbfcfa;border:1px solid #cbd3c8;border-radius:6px;padding:10px 12px;min-height:44px}
.gh-form textarea{resize:vertical}
.gh-form input:focus,.gh-form textarea:focus{outline:3px solid rgba(32,72,143,.16);border-color:var(--blue)}
.gh-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.gh-form-notice{margin-top:16px;border-radius:8px;padding:12px 15px;font-weight:600;font-size:14px}
.gh-form-notice.success{background:#e2f0df;color:#244d24}
.gh-form-notice.error{background:#f5dfdc;color:#7a221b}
.gh-form-foot{margin-top:18px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.gh-form-fine{margin:0;font-size:12.5px;color:var(--muted)}

/* ---------- Responsive ---------- */
@media(max-width:900px){
	.gh-cred-inner{grid-template-columns:1fr;gap:28px;padding:44px 0}
	.gh-cap-cols{grid-template-columns:1fr;gap:20px}
	.gh-prod{grid-template-columns:1fr}
	.gh-prod-media img{max-height:300px}
	.gh-specs{columns:1}
	.gh-notlisted,.gh-cta-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){
	.gh-section{padding:52px 0}
	.gh-overlay-modal{padding:0}
	.gh-overlay-modal .gh-panel{width:100%;min-height:100%;border-radius:0}
	.gh-overlay-drawer .gh-panel{width:100%;border-left:0;border-top:4px solid var(--gold)}
	.gh-form-grid{grid-template-columns:1fr}
	.gh-panel-foot .btn,.gh-prod-actions .btn{min-width:0}
	.gh-cred-facts{grid-template-columns:1fr}
	.gh-market-tools{align-items:stretch}
	.gh-search input{width:100%}
}

/* ---------- Store page ---------- */
.store-hero-inner{padding:44px 0 40px}
.store-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.6);margin:0 0 14px}
.store-breadcrumb a{color:rgba(255,255,255,.75);text-decoration:none}
.store-breadcrumb a:hover{color:var(--gold)}
.store-breadcrumb span:last-child{color:rgba(255,255,255,.9)}
.store-cats{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.store-cat-link{font-size:13.5px;font-weight:600;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:8px 15px;text-decoration:none;transition:.15s;display:inline-block}
.store-cat-link:hover{border-color:var(--navy);color:var(--navy)}
.store-cat-link.is-active{background:var(--navy);border-color:var(--navy);color:#fff}
.store-tools{justify-content:flex-end}
@media(max-width:600px){
	.store-tools{justify-content:stretch}
}
