/* GeekHub Kitchen production design system */
:root{--gh-navy:#071522;--gh-navy-2:#0d2235;--gh-slate:#314659;--gh-muted:#637484;--gh-line:#dbe3e9;--gh-soft:#f3f6f8;--gh-white:#fff;--gh-copper:#b8753d;--gh-copper-dark:#92562a;--gh-green:#2f6b58;--gh-shadow:0 24px 70px rgba(7,21,34,.12);--gh-radius:20px;--gh-container:1280px}
html{scroll-behavior:smooth}body.geekhub-custom-surface{margin:0;background:#fff;color:var(--gh-slate);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65}body.geekhub-custom-surface *{box-sizing:border-box}body.geekhub-custom-surface img{max-width:100%;height:auto}body.geekhub-custom-surface a{color:inherit;text-decoration:none}body.geekhub-custom-surface button,body.geekhub-custom-surface input,body.geekhub-custom-surface textarea{font:inherit}.gh-main{display:block;width:100%;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden}.gh-container{width:min(calc(100% - 48px),var(--gh-container));margin-inline:auto}.gh-section{padding:112px 0}.gh-kicker{display:inline-block;margin-bottom:18px;color:var(--gh-copper);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.gh-section-heading{max-width:760px;margin-bottom:52px}.gh-section-heading--center{text-align:center;margin-inline:auto}.gh-section-heading--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);align-items:end;gap:72px;max-width:none}.gh-section-heading h2,.gh-page-hero h1,.gh-product-summary h1{margin:0;color:var(--gh-navy);font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:-.045em}.gh-section-heading h2{font-size:clamp(34px,4vw,52px)}.gh-section-heading p{margin:18px 0 0;color:var(--gh-muted);font-size:18px}.gh-button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.gh-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 25px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:transform .2s ease,background .2s ease,border-color .2s ease}.gh-button:hover{transform:translateY(-2px)}.gh-button--accent{background:var(--gh-copper);color:#fff!important}.gh-button--accent:hover{background:var(--gh-copper-dark)}.gh-button--dark{background:var(--gh-navy);color:#fff!important}.gh-button--ghost{border-color:rgba(255,255,255,.42);color:#fff!important;background:rgba(255,255,255,.05)}.gh-button--outline-dark{border-color:#b9c4cc;color:var(--gh-navy)!important;background:#fff}.gh-text-link{display:inline-flex;margin-top:20px;color:var(--gh-navy)!important;font-weight:800}.gh-check-list{display:grid;gap:15px;margin:30px 0;padding:0;list-style:none}.gh-check-list li{position:relative;padding-left:31px;color:var(--gh-slate)}.gh-check-list li:before{content:"";position:absolute;left:0;top:.45em;width:16px;height:16px;border-radius:50%;background:var(--gh-copper);box-shadow:inset 0 0 0 5px #f8e9dc}.gh-skip-link{position:fixed;z-index:99999;top:12px;left:12px;padding:10px 16px;background:#fff;color:#111;transform:translateY(-150%)}.gh-skip-link:focus{transform:none}.gh-topbar{background:#06111c;color:#bdc9d2;font-size:12px;letter-spacing:.04em}.gh-topbar__inner{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:20px}.gh-topbar__contact{display:flex;gap:22px}.gh-topbar a:hover{color:#fff}.gh-site-header{position:relative;z-index:1000;background:#fff;border-bottom:1px solid rgba(7,21,34,.08);transition:box-shadow .2s ease}.gh-site-header.is-scrolled{box-shadow:0 12px 35px rgba(7,21,34,.09)}.gh-header-main__inner{display:flex;min-height:82px;align-items:center;gap:34px}.gh-brand{flex:0 0 auto}.gh-brand .custom-logo{display:block;width:auto;max-width:210px;max-height:52px}.gh-brand__text{display:flex;align-items:baseline;gap:7px;color:var(--gh-navy)!important;letter-spacing:-.03em}.gh-brand__text strong{font-size:23px;font-weight:900}.gh-brand__text span{color:var(--gh-copper);font-size:12px;font-weight:900;letter-spacing:.16em}.gh-primary-nav{margin-left:auto}.gh-nav-menu,.gh-primary-nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.gh-nav-menu li{position:relative}.gh-nav-menu a{display:block;padding:28px 0;color:var(--gh-navy)!important;font-size:14px;font-weight:700}.gh-nav-menu a:hover{color:var(--gh-copper)!important}.gh-nav-menu .sub-menu{position:absolute;top:100%;left:-20px;display:none;min-width:220px;padding:12px 20px;background:#fff;box-shadow:var(--gh-shadow)}.gh-nav-menu li:hover>.sub-menu{display:block}.gh-nav-menu .sub-menu li,.gh-nav-menu .sub-menu a{display:block}.gh-nav-menu .sub-menu a{padding:10px 0}.gh-header-quote{display:inline-flex;min-height:46px;align-items:center;padding:11px 19px;border-radius:3px;background:var(--gh-navy);color:#fff!important;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.gh-menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:0;background:transparent}.gh-menu-toggle span:not(.screen-reader-text){width:24px;height:2px;background:var(--gh-navy)}.gh-site-footer{padding:80px 0 26px;background:#06111c;color:#9eafbc}.gh-footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:64px}.gh-site-footer h2{margin:0 0 20px;color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.1em}.gh-site-footer p{margin:16px 0;color:#9eafbc}.gh-site-footer ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.gh-site-footer a:hover{color:#fff}.gh-brand__text--footer{color:#fff!important}.gh-footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:60px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.gh-page-hero{padding:110px 0;background:linear-gradient(135deg,#071522,#102c43);color:#fff}.gh-page-hero h1{max-width:850px;color:#fff}.gh-page-hero p{max-width:760px;margin:24px 0 0;color:#c5d0d8;font-size:19px}.gh-quote-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);gap:72px}.gh-contact-panel{align-self:start;padding:42px;background:var(--gh-soft);border:1px solid var(--gh-line);border-radius:var(--gh-radius)}.gh-contact-panel h2{margin:0;color:var(--gh-navy);font-size:32px;line-height:1.15}.gh-form-shell{padding:34px;background:#fff;border:1px solid var(--gh-line);border-radius:var(--gh-radius);box-shadow:0 18px 60px rgba(7,21,34,.07)}.gh-form-shell--compact{padding:30px}.gh-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gh-form-field{display:grid;gap:7px}.gh-form-field--wide{grid-column:1/-1}.gh-form-field span{color:var(--gh-navy);font-size:13px;font-weight:800}.gh-form-field input,.gh-form-field textarea{width:100%;border:1px solid #cad4dc;border-radius:5px;background:#fff;color:var(--gh-navy);outline:none}.gh-form-field input{height:48px;padding:0 14px}.gh-form-field textarea{min-height:120px;padding:13px 14px;resize:vertical}.gh-form-field input:focus,.gh-form-field textarea:focus{border-color:var(--gh-copper);box-shadow:0 0 0 3px rgba(184,117,61,.12)}.gh-rfq-form>.gh-button{margin-top:22px}.gh-form-privacy{margin:14px 0 0;color:var(--gh-muted);font-size:12px}.gh-honeypot{position:absolute!important;left:-10000px!important}.gh-form-notice{margin-bottom:20px;padding:14px 16px;border-radius:5px;font-size:14px}.gh-form-notice--success{background:#e8f5ef;color:#235744}.gh-form-notice--error{background:#fff0ed;color:#8a3429}.gh-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.gh-product-card{overflow:hidden;background:#fff;border:1px solid var(--gh-line);border-radius:14px;transition:transform .25s ease,box-shadow .25s ease}.gh-product-card:hover{transform:translateY(-6px);box-shadow:var(--gh-shadow)}.gh-product-card__media{position:relative;display:flex;aspect-ratio:1.18/1;align-items:center;justify-content:center;overflow:hidden;background:#eef2f4}.gh-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gh-product-card:hover .gh-product-card__media img{transform:scale(1.035)}.gh-product-card__category{position:absolute;left:18px;bottom:18px;padding:7px 10px;background:rgba(7,21,34,.88);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gh-product-card__body{padding:24px}.gh-product-card__body h3{margin:0 0 12px;color:var(--gh-navy);font-size:22px;line-height:1.2}.gh-product-card__body p{min-height:52px;margin:0;color:var(--gh-muted);font-size:14px}.gh-product-card__actions{display:flex;justify-content:space-between;gap:14px;margin-top:22px;padding-top:17px;border-top:1px solid var(--gh-line)}.gh-product-card__actions a{color:var(--gh-navy)!important;font-size:12px;font-weight:800;text-transform:uppercase}.gh-pagination{margin-top:50px}.gh-pagination .nav-links{display:flex;justify-content:center;gap:8px}.gh-pagination .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid var(--gh-line);border-radius:3px}.gh-pagination .current{background:var(--gh-navy);color:#fff}.gh-empty-state{padding:70px 30px;text-align:center;background:var(--gh-soft);border-radius:var(--gh-radius)}.gh-empty-state h2{margin:0;color:var(--gh-navy)}.gh-category-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.gh-category-nav a{padding:10px 15px;border:1px solid var(--gh-line);border-radius:30px;color:var(--gh-navy)!important;font-size:13px;font-weight:700}.gh-category-nav a:hover{border-color:var(--gh-copper);color:var(--gh-copper)!important}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
