
:root{--ink:#0e1b2a;--muted:#5d6b7c;--accent:#2f7fd7}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;color:#14161a;background:#fff;line-height:1.6}
.container{max-width:1120px;margin:0 auto;padding:0 18px}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e6ecf3;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.logo{height:64px;width:auto}
.nav a{color:#14161a;text-decoration:none;margin-left:16px;font-weight:600}
.nav a:hover{color:var(--accent)}
.hero{background:linear-gradient(180deg,#eef3f9,transparent);padding:28px 0 10px}
.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}
.hero-video{width:100%;max-height:420px;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,.15)}
.hero-copy h1{margin:0 0 8px;font-size:clamp(28px,4.2vw,44px)}
.hero-copy p{color:var(--muted);margin:0 0 16px}
.btn{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;padding:12px 18px;border-radius:999px;font-weight:700}
.btn:hover{opacity:.9}
.section{padding:48px 0}
.section.alt{background:#f6f8fb}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.checklist{padding-left:18px}
.checklist li{margin:6px 0}
.pill-row{display:flex;flex-wrap:wrap;gap:10px}
.pill{background:#fff;border:1px solid #e1e7ee;border-radius:999px;padding:8px 12px}
/* Separate galleries and sizing */
.cylinder-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.cylinder-gallery img{height:240px;width:100%;object-fit:cover;display:block}
.recent-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}
.recent-gallery img{height:160px;width:100%;object-fit:cover;display:block}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.map{width:100%;min-height:320px;border:0;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.site-footer{background:#0e1b2a;color:#dbe7f6;padding:20px 0;margin-top:16px}
.site-footer p{margin:0;text-align:center}
.lightbox{position:fixed;inset:0;background:rgba(10,20,30,.9);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}
.lightbox.hidden{display:none}
.lightbox img{max-width:96vw;max-height:90vh;border-radius:12px;box-shadow:0 20px 80px rgba(0,0,0,.5)}
.lb-close{position:absolute;top:14px;right:14px;background:transparent;border:0;color:#fff;font-size:42px;line-height:1;cursor:pointer}
@media (max-width: 900px){.hero-inner,.two-col,.contact{grid-template-columns:1fr}}


/* RFQ form */
.rfq-form{margin-top:16px;background:#fff;border:1px solid #e6ecf3;border-radius:12px;padding:16px;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.rfq-form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.rfq-form label{font-weight:600;display:block;font-size:14px;color:#0e1b2a}
.rfq-form input,.rfq-form select,.rfq-form textarea{width:100%;padding:10px;border:1px solid #d7deea;border-radius:8px;margin-top:6px;font:inherit}
.rfq-form .hidden{display:none}
.rfq-form .form-note{font-size:12px;color:#5d6b7c;margin-top:8px}
@media (max-width: 900px){.rfq-form .row{grid-template-columns:1fr}}

