@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ============================================================================
   Senmark Industries - capability-statement style
   Robust government-contractor / industrial supplier look. Light, structured,
   information-rich. Navy + white + gray, steel-blue accent, green for status.
   ========================================================================== */
:root {
  --navy:    #0B1F33;   /* primary navy - nav, hero, footer, headings */
  --blue-d:  #102A43;   /* dark blue */
  --steel:   #2F4F6F;   /* steel-blue accent */
  --steel-d: #264159;
  --steel-l: #3D6088;
  --white:   #FFFFFF;
  --bg-2:    #F5F7FA;   /* light gray section bg */
  --warm:    #F8F6F1;   /* warm off-white section bg */
  --cool:    #F3F6FA;   /* light gray-blue section bg */
  --border:  #D6DCE5;   /* border gray */
  --border-d:#C2CAD6;
  --text:    #1F2933;   /* primary text */
  --muted:   #5B6775;   /* muted text */
  --green:   #2E7D32;   /* status only */
  --green-bg:#E7F2E8;
  --amber:   #B7791F;   /* warning / in-progress */
  --amber-bg:#FBF2E0;
  --copper:  #A66A2C;   /* muted copper accent - labels, dividers, hover */
  --copper-bg:#F1E6D8;
  --sand:    #D8C3A5;   /* muted sand accent */
  --navy-line: rgba(255,255,255,0.12);
  --radius:  4px;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
:target, section[id], .page-hdr { scroll-margin-top:80px; }

body {
  font-family:'Inter','Source Sans 3','Segoe UI',Arial,sans-serif;
  background:var(--white); color:var(--text);
  font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img { max-width:100%; display:block; }
a { color:var(--steel); }
::selection { background:var(--steel); color:#fff; }

/* ─── Layout ─── */
.wrap { max-width:1180px; margin:0 auto; padding:0 28px; }
.sec { padding:84px 0; border-bottom:1px solid var(--border); }
.sec.alt { background:var(--warm); }   /* warm off-white */
.sec.cool { background:var(--cool); }  /* light gray-blue */
.split-img { border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.split-img img { width:100%; display:block; object-fit:cover; filter:grayscale(0.34) contrast(1.03); }
.sec-head { max-width:760px; margin-bottom:36px; }
.lead { font-size:1.02rem; color:var(--muted); line-height:1.7; margin-top:12px; max-width:680px; }

/* ─── Typography ─── */
h1,h2,h3,h4 { color:var(--navy); font-weight:700; line-height:1.22; letter-spacing:-0.01em; }
h1 { font-size:2.05rem; font-weight:800; }
h2 { font-size:1.55rem; }
h3 { font-size:1.08rem; }
p { color:var(--text); }
.lbl, .eyebrow { display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--copper); margin-bottom:12px; }
.lbl-light, .eyebrow.light { color:#9FB4CC; }

/* ─── Buttons ─── */
.btn, .btn-primary, .btn-outline, .btn-outline-light, .btn-white, .btn-ghost {
  display:inline-flex; align-items:center; gap:8px; font-size:0.9rem; font-weight:600;
  padding:11px 22px; border-radius:var(--radius); text-decoration:none; border:1px solid transparent;
  cursor:pointer; font-family:inherit; transition:background 0.15s, border-color 0.15s, color 0.15s;
  white-space:nowrap;
}
.btn svg { width:16px; height:16px; }
.btn-primary { background:var(--steel); color:#fff; border-color:var(--steel); }
.btn-primary:hover { background:var(--steel-d); border-color:var(--steel-d); }
.btn-outline { background:#fff; color:var(--navy); border-color:var(--border-d); }
.btn-outline:hover { border-color:var(--steel); color:var(--steel); }
.btn-outline-light { background:transparent; color:#fff; border-color:rgba(255,255,255,0.3); }
.btn-outline-light:hover { border-color:rgba(255,255,255,0.7); }
.btn-white { background:#fff; color:var(--navy); border-color:#fff; }
.btn-white:hover { background:var(--bg-2); }

/* ─── Nav ─── */
nav { position:sticky; top:0; z-index:200; background:var(--navy); border-bottom:1px solid var(--blue-d); }
.nav-inner { max-width:1180px; margin:0 auto; height:62px; padding:0 28px; display:flex; align-items:center; gap:26px; }
.nav-logo { display:flex; align-items:center; text-decoration:none; }
.nav-logo img { height:22px; }
.nav-links { display:flex; gap:22px; list-style:none; margin-right:auto; margin-left:6px; }
.nav-links a { font-size:0.86rem; font-weight:500; color:rgba(255,255,255,0.72); text-decoration:none; transition:color 0.15s; }
.nav-links a:hover, .nav-links a.active { color:#fff; }
.nav-actions { display:flex; align-items:center; gap:12px; }
.nav-portal { font-size:0.82rem; font-weight:600; color:rgba(255,255,255,0.85); text-decoration:none;
  padding:8px 14px; border:1px solid rgba(255,255,255,0.25); border-radius:var(--radius); transition:border-color 0.15s; }
.nav-portal:hover { border-color:rgba(255,255,255,0.6); color:#fff; }
.nav-rfq { font-size:0.82rem; font-weight:700; color:#fff; background:var(--steel); padding:9px 18px;
  border:1px solid var(--steel-l); border-radius:var(--radius); text-decoration:none; transition:background 0.15s; }
.nav-rfq:hover { background:var(--steel-l); }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:10px; margin-left:auto; min-width:44px; min-height:44px; align-items:center; justify-content:center; }
.hamburger span { display:block; width:22px; height:2px; background:rgba(255,255,255,0.75); }
.mobile-menu { display:none; position:fixed; top:62px; left:0; right:0; z-index:199;
  background:var(--blue-d); border-bottom:1px solid var(--navy-line); padding:6px 24px 18px; }
.mobile-menu.open { display:block; }
.mobile-menu a { display:block; color:rgba(255,255,255,0.78); text-decoration:none; padding:12px 0;
  border-bottom:1px solid var(--navy-line); font-size:0.92rem; }
.mobile-menu a:hover { color:#fff; }
.mobile-rfq { color:#fff!important; font-weight:700!important; }

/* ─── Hero (full-bleed photo + overlay) ─── */
.hero { position:relative; background:var(--navy); border-bottom:3px solid var(--steel); overflow:hidden; }
.hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.hero-overlay { position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(11,31,51,0.95) 40%, rgba(11,31,51,0.84) 64%, rgba(11,31,51,0.55) 100%); }
.hero-body { position:relative; z-index:1; max-width:1180px; margin:0 auto; padding:78px 28px 64px; }
.hero-inner { max-width:860px; }
.hero-tag { display:inline-flex; align-items:center; gap:10px; font-size:0.68rem; font-weight:700;
  letter-spacing:0.18em; text-transform:uppercase; color:#9FB4CC; margin-bottom:18px; }
.hero-tag::before { content:''; width:24px; height:2px; background:var(--sand); flex-shrink:0; }
.hero h1 { color:#fff; font-size:clamp(2rem,3.4vw,2.7rem); line-height:1.16; margin-bottom:18px; max-width:760px; }
.hero-sub { font-size:1.04rem; color:rgba(255,255,255,0.74); line-height:1.65; max-width:600px; margin-bottom:40px; }
.hero-ctas { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:44px; }

/* hero credential strip - below the headline, over the photo */
.hero-creds { display:flex; flex-wrap:wrap; gap:0; row-gap:20px;
  border-top:1px solid rgba(255,255,255,0.16); padding-top:26px; }
.hero-cred { padding-right:26px; margin-right:26px; border-right:1px solid rgba(255,255,255,0.16); }
.hero-cred:last-child { border-right:none; padding-right:0; margin-right:0; }
.hc-val { font-size:0.84rem; font-weight:700; color:#fff; letter-spacing:0.02em; }
.hc-label { font-size:0.64rem; color:rgba(255,255,255,0.5); letter-spacing:0.09em;
  text-transform:uppercase; margin-top:4px; }

/* ─── Status badges ─── */
.badge { display:inline-flex; align-items:center; gap:6px; font-size:0.7rem; font-weight:700;
  letter-spacing:0.04em; text-transform:uppercase; padding:3px 9px; border-radius:3px; border:1px solid; }
.badge.green { color:var(--green); background:var(--green-bg); border-color:#bfe0c2; }
.badge.amber { color:var(--amber); background:var(--amber-bg); border-color:#ecd9ae; }
.badge.neutral { color:var(--muted); background:var(--bg-2); border-color:var(--border); }
.badge .dot { width:6px; height:6px; border-radius:50%; }
.badge.green .dot { background:var(--green); } .badge.amber .dot { background:var(--amber); }

/* ─── Official table ─── */
.gtable { width:100%; border:1px solid var(--border); border-collapse:separate; border-spacing:0; background:#fff; border-radius:var(--radius); overflow:hidden; }
.gtable th { text-align:left; font-size:0.68rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--muted); background:var(--bg-2); padding:11px 16px; border-bottom:1px solid var(--border); }
.gtable td { padding:12px 16px; font-size:0.9rem; color:var(--text); border-bottom:1px solid var(--border); vertical-align:top; overflow-wrap:anywhere; }
.gtable tr:last-child td { border-bottom:none; }
.gtable td.k { width:200px; font-weight:600; color:var(--muted); }
.gtable td.k-sm { width:150px; font-weight:600; color:var(--muted); }
.gtable a { color:var(--steel); text-decoration:none; }
.gtable a:hover { text-decoration:underline; }
.vendor-table { max-width:760px; }

/* status grid (two columns of label/value panels) */
.status-split { display:grid; grid-template-columns:1.1fr 0.9fr; gap:28px; align-items:start; }
.addr-card { background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:22px 24px; }
.addr-card h3 { font-size:0.78rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); margin-bottom:12px; }
.addr-card address { font-style:normal; font-size:0.95rem; line-height:1.7; color:var(--text); }
.addr-card .meta { margin-top:16px; padding-top:16px; border-top:1px solid var(--border); font-size:0.86rem; color:var(--muted); }
.addr-card .meta a { color:var(--steel); text-decoration:none; }

/* ─── Capability cards ─── */
.cap-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.cap-card { background:#fff; border:1px solid var(--border); border-radius:var(--radius);
  border-top:3px solid var(--steel); padding:22px 22px 24px; transition:border-color 0.15s; }
.cap-card:hover { border-color:var(--border-d); border-top-color:var(--copper); }
.cap-card .cn { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.cap-card .cnum { font-size:0.7rem; font-weight:700; letter-spacing:0.1em; color:var(--steel); }
.cap-card .cico { width:34px; height:34px; border:1px solid var(--border); border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center; color:var(--steel); background:var(--bg-2); }
.cap-card .cico svg { width:18px; height:18px; }
.cap-card h3 { font-size:1.02rem; margin-bottom:8px; }
.cap-card p { font-size:0.9rem; color:var(--muted); line-height:1.6; }
.cap-card .cn { margin-bottom:10px; }
.cap-card .cnum { display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.1em;
  color:var(--copper); border:1px solid var(--copper-bg); border-radius:3px; padding:3px 8px; background:var(--copper-bg); }

/* ─── Markets served ─── */
.markets { display:grid; grid-template-columns:1fr 1fr; gap:36px 56px; align-items:start; }
.market-list { columns:2; column-gap:36px; }
.market-list .mrow { break-inside:avoid; display:flex; align-items:center; gap:10px; padding:10px 0;
  border-bottom:1px solid var(--border); font-size:0.94rem; color:var(--text); font-weight:600; }
.market-list .mrow::before { content:''; width:6px; height:6px; background:var(--steel); border-radius:50%; flex-shrink:0; }
.tag-wrap { display:flex; flex-wrap:wrap; gap:7px; margin-top:18px; }
.tag { font-size:0.72rem; font-weight:600; letter-spacing:0.03em; padding:5px 11px; border:1px solid var(--border);
  border-radius:3px; color:var(--muted); background:#fff; }

/* ─── Documentation standards / hazmat list ─── */
.doc-cols { display:grid; grid-template-columns:repeat(2,1fr); gap:14px 40px; }
.list-plain, .doc-list { list-style:none; }
.list-plain li, .doc-list li { display:flex; align-items:flex-start; gap:11px; padding:10px 0;
  border-bottom:1px solid var(--border); font-size:0.94rem; color:var(--text); }
.list-plain li::before, .doc-list li::before { content:''; flex-shrink:0; width:14px; height:14px; margin-top:4px;
  border-radius:3px; background:var(--green-bg); border:1px solid #bfe0c2;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E7D32' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E"); background-size:10px; background-position:center; background-repeat:no-repeat; }

/* ─── Regions table ─── */
.region-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.region { background:#fff; padding:18px 20px; }
.region-name { font-size:0.96rem; font-weight:700; color:var(--navy); margin-bottom:3px; }
.region-role { font-size:0.84rem; color:var(--muted); }

/* ─── Homepage visual layouts ─── */
/* vendor status: intro left, official table right */
.vendor-split { display:grid; grid-template-columns:0.85fr 1.15fr; gap:44px; align-items:start; }
.vendor-split .lead { margin-top:14px; }

/* capabilities: thin image strip above the card grid */
.cap-strip { border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; margin-bottom:26px; }
.cap-strip img { width:100%; height:150px; object-fit:cover; display:block; filter:grayscale(0.3) contrast(1.03); }

/* markets: compact icon/label grid (4 across) */
.market-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.mcell { display:flex; align-items:center; gap:11px; min-height:64px; line-height:1.25; padding:12px 16px;
  background:#fff; border:1px solid var(--border); border-radius:var(--radius);
  font-size:0.9rem; font-weight:600; color:var(--navy); transition:border-color 0.15s; }
.mcell:hover { border-color:var(--copper); }
.mcell::before { content:''; width:7px; height:7px; background:var(--copper); border-radius:1px; flex-shrink:0; }

/* documentation: text + image left, checklist card right */
.doc-split { display:grid; grid-template-columns:1fr 0.95fr; gap:44px; align-items:start; }
.doc-img { margin:20px 0 16px; border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.doc-img img { width:100%; height:200px; object-fit:cover; display:block; filter:grayscale(0.35) contrast(1.03); }
.check-card { background:#fff; border:1px solid var(--border); border-top:3px solid var(--steel);
  border-radius:var(--radius); padding:6px 24px 12px; }
.check-card .sub-h { margin:14px 0 2px; }
.check-card .doc-list li:last-child { border-bottom:none; }

/* regulated materials: bullets left, image right */
.reg-split { display:grid; grid-template-columns:1.15fr 0.85fr; gap:44px; align-items:center; }
.reg-img { border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.reg-img img { width:100%; height:320px; object-fit:cover; display:block; filter:grayscale(0.35) contrast(1.03); }

/* why buyers: image left, three blocks right */
.why-split { display:grid; grid-template-columns:0.9fr 1.1fr; gap:48px; align-items:center; }
.why-img { border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.why-img img { width:100%; height:380px; object-fit:cover; display:block; filter:grayscale(0.34) contrast(1.03); }
.why-block { padding:16px 0 16px 16px; border-top:1px solid var(--border); border-left:2px solid transparent; }
.why-block:first-of-type { border-top:none; }
.why-block:hover { border-left-color:var(--copper); }
.why-block h3 { font-size:1.05rem; margin-bottom:5px; }
.why-block p { color:var(--muted); font-size:0.94rem; line-height:1.6; }

/* what to send: checklist panel left, image right */
.send-split { display:grid; grid-template-columns:1.35fr 0.65fr; gap:36px; align-items:stretch; }
.send-img { border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.send-img img { width:100%; height:100%; min-height:240px; object-fit:cover; display:block; filter:grayscale(0.34) contrast(1.03); }

/* ─── Section helpers ─── */
.sub-h { font-size:0.72rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--muted); margin-bottom:14px; }
.note { font-size:0.82rem; color:var(--muted); line-height:1.6; margin-top:18px; max-width:840px; }
.note a { color:var(--steel); }

/* checklist panel (official, bordered) */
.panel { background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:8px 26px; }
.panel .doc-list li { padding:11px 0; }
.panel .doc-cols li:nth-last-child(-n+2) { border-bottom:none; }

/* ─── RFQ process steps (horizontal stepper) ─── */
.rfq-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.step { position:relative; background:#fff; border:1px solid var(--border); border-top:3px solid var(--steel);
  border-radius:var(--radius); padding:20px 20px 22px; }
.step .sn { width:30px; height:30px; border-radius:50%; background:var(--navy); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:0.85rem; font-weight:700; margin-bottom:12px; }
.step h3 { font-size:1rem; margin-bottom:8px; }
.step p { font-size:0.88rem; color:var(--muted); line-height:1.6; }
@media (min-width:981px) {
  .rfq-steps .step:not(:last-child)::after { content:''; position:absolute; top:35px; right:-19px;
    width:20px; height:2px; background:var(--border-d); z-index:1; }
}

/* ─── RFQ CTA band ─── */
.rfq-cta, .cta-sec { background:var(--navy); border-top:3px solid var(--steel); }
.rfq-cta.has-bg { position:relative; overflow:hidden; }
.cta-bg { position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:0.16; filter:grayscale(0.5) contrast(1.05); }
.rfq-cta.has-bg .cta-inner { position:relative; z-index:1; }
.cta-inner { max-width:1180px; margin:0 auto; padding:54px 28px; display:flex; flex-wrap:wrap;
  align-items:center; justify-content:space-between; gap:28px; }
.cta-inner h2 { color:#fff; margin-bottom:8px; }
.cta-inner p { color:rgba(255,255,255,0.72); font-size:0.98rem; max-width:560px; }
.cta-actions { display:flex; gap:12px; flex-wrap:wrap; }

/* ─── Footer ─── */
footer { background:var(--navy); color:rgba(255,255,255,0.6); }
.footer-main { max-width:1180px; margin:0 auto; padding:52px 28px 36px;
  display:grid; grid-template-columns:1.3fr 0.9fr 1.6fr 1fr; gap:40px; }
.f-logo img { height:20px; margin-bottom:14px; }
.f-name { font-size:0.95rem; font-weight:700; color:#fff; margin-bottom:8px; }
.f-about { font-size:0.86rem; color:rgba(255,255,255,0.55); line-height:1.6; max-width:300px; margin-bottom:18px; }
.f-h { font-size:0.66rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-bottom:12px; }
.f-status .row { display:flex; align-items:center; gap:8px; font-size:0.82rem; color:rgba(255,255,255,0.62); padding:3px 0; }
.f-status .row strong { color:rgba(255,255,255,0.85); font-weight:600; }
.f-status .pip { width:7px; height:7px; border-radius:50%; flex-shrink:0; background:var(--green); }
.f-status .pip.amber { background:var(--amber); }
.f-addr { font-style:normal; font-size:0.85rem; color:rgba(255,255,255,0.6); line-height:1.65; overflow-wrap:anywhere; }
.f-addr a { color:rgba(255,255,255,0.85); text-decoration:none; }
.f-col a { display:block; font-size:0.86rem; color:rgba(255,255,255,0.6); text-decoration:none; padding:5px 0; transition:color 0.15s; }
.f-col a:hover { color:#fff; }
/* address email/phone: tight lines, with one clean gap after the postal address */
.f-col .f-addr a { padding:1px 0; overflow-wrap:anywhere; }
.f-col .f-addr a:first-of-type { margin-top:14px; }
.footer-bar { max-width:1180px; margin:0 auto; padding:18px 28px 26px; border-top:1px solid var(--navy-line);
  display:flex; justify-content:space-between; align-items:center; gap:14px; }
.footer-bar p { font-size:0.78rem; color:rgba(255,255,255,0.38); }
/* legacy footer aliases */
.f-creds { display:flex; flex-direction:column; gap:6px; }
.f-cred { font-size:0.82rem; color:rgba(255,255,255,0.55); } .f-cred strong { color:rgba(255,255,255,0.8); }

/* ─── Inner page header ─── */
.page-hdr { background:var(--navy); border-bottom:3px solid var(--steel); padding:56px 0 44px; }
.page-hdr .lbl { color:#9FB4CC; }
.page-hdr h1 { color:#fff; font-size:clamp(1.7rem,3vw,2.2rem); margin-bottom:12px; }
.page-hdr p { color:rgba(255,255,255,0.72); font-size:1rem; max-width:620px; line-height:1.6; }

/* ─── Inner page: capabilities (full-caps), product coverage (comp) ─── */
.full-caps { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.fc { background:#fff; border:1px solid var(--border); border-left:3px solid var(--steel); border-radius:var(--radius);
  transition:border-color 0.15s; }
.fc:hover { border-color:var(--border-d); border-left-color:var(--navy); }
.fc-img { display:none; }   /* drop stock imagery for capability-statement clarity */
.fc-body { padding:22px 24px 24px; }
.fc-n { display:block; font-size:0.7rem; font-weight:700; letter-spacing:0.12em; color:var(--steel); margin-bottom:10px; }
.fc h3 { font-size:1.05rem; margin-bottom:8px; }
.fc p { font-size:0.92rem; color:var(--muted); line-height:1.6; }
.comp-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; margin-top:32px; }
.comp-cell { background:#fff; padding:16px 16px; }
.comp-cell h4 { font-size:0.86rem; font-weight:700; color:var(--navy); margin-bottom:4px; }
.comp-cell p { font-size:0.76rem; color:var(--muted); line-height:1.5; }

/* ─── Inner page: about ─── */
.about-2col { display:grid; grid-template-columns:1.2fr 1fr; gap:52px; align-items:start; }
.about-2col p { font-size:0.98rem; color:var(--text); line-height:1.75; margin-bottom:14px; }
.about-img { border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.about-img img { width:100%; height:100%; object-fit:cover; filter:grayscale(0.45) contrast(1.02); }
.vals-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.val { background:#fff; border:1px solid var(--border); border-top:3px solid var(--steel); border-radius:var(--radius); padding:22px 22px; }
.val h3 { font-size:1.02rem; margin-bottom:8px; }
.val p { font-size:0.9rem; color:var(--muted); line-height:1.6; }
.ind-layout { display:grid; grid-template-columns:320px 1fr; gap:52px; align-items:start; }
.ind-row { display:flex; align-items:center; justify-content:space-between; padding:13px 0; border-bottom:1px solid var(--border); font-size:0.94rem; font-weight:600; color:var(--text); }
.ind-row:first-child { border-top:1px solid var(--border); }
.ind-dash { color:var(--border-d); }
.ind-desc h3 { font-size:1.15rem; margin-bottom:12px; }
.ind-desc p { font-size:0.96rem; color:var(--muted); line-height:1.7; margin-bottom:18px; }

/* ─── Inner page: contact ─── */
.contact-2col { display:grid; grid-template-columns:1fr 1.5fr; gap:52px; }
.c-info-head, .rfq-head { font-size:0.96rem; font-weight:700; color:var(--navy); padding-bottom:12px; border-bottom:2px solid var(--steel); margin-bottom:6px; }
.rfq-head { margin-bottom:16px; }
.c-row { display:flex; gap:14px; padding:12px 0; border-bottom:1px solid var(--border); }
.c-row:first-of-type { border-top:1px solid var(--border); }
.c-lbl { font-size:0.68rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--muted); width:96px; flex-shrink:0; padding-top:2px; }
.c-val { font-size:0.92rem; color:var(--text); }
.frow { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; }
.fsingle { margin-bottom:12px; }
input, select, textarea { width:100%; background:#fff; border:1px solid var(--border-d); color:var(--text);
  padding:11px 13px; font-size:0.92rem; font-family:inherit; border-radius:var(--radius); outline:none;
  transition:border-color 0.15s, box-shadow 0.15s; -webkit-appearance:none; }
input:focus, select:focus, textarea:focus { border-color:var(--steel); box-shadow:0 0 0 3px rgba(47,79,111,0.12); }
input::placeholder, textarea::placeholder { color:var(--muted); }
input:invalid:not(:placeholder-shown) { border-color:#c0563f; }
select { cursor:pointer; } select option { background:#fff; }
textarea { resize:vertical; min-height:120px; }
.fsub { width:100%; margin-top:4px; background:var(--steel); color:#fff; border:1px solid var(--steel);
  padding:13px 0; border-radius:var(--radius); font-size:0.92rem; font-weight:700; font-family:inherit; cursor:pointer; transition:background 0.15s; }
.fsub:hover { background:var(--steel-d); }
.form-ok { display:none; background:var(--green-bg); border:1px solid #bfe0c2; border-left:3px solid var(--green); border-radius:var(--radius); padding:20px; }
.form-ok h3 { color:var(--green); font-size:1rem; margin-bottom:6px; }
.form-ok p { color:var(--text); font-size:0.9rem; line-height:1.6; }
.form-err { display:none; background:#FBEAE6; border:1px solid #E7B7AB; border-left:3px solid #C0563F;
  color:#8A3322; font-size:0.85rem; padding:11px 14px; border-radius:var(--radius); margin-bottom:12px; }
.form-err.show { display:block; }
.form-files { font-size:0.82rem; color:var(--muted); line-height:1.6; margin:8px 0 16px; padding:12px 14px;
  background:var(--bg-2); border:1px solid var(--border); border-radius:var(--radius); }
.form-files a { color:var(--steel); }
#rfqForm .sub-h { margin-top:24px; }
#rfqForm .sub-h:first-of-type { margin-top:2px; }
.info-callout { margin-top:28px; padding:18px 20px; background:var(--bg-2); border:1px solid var(--border);
  border-left:3px solid var(--steel); border-radius:var(--radius); }
.info-callout .sub-h { margin-bottom:10px; }
.c-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }

/* legacy cred-table (light official) */
.cred-table { margin-top:24px; border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.cred-row { display:flex; align-items:center; gap:14px; padding:13px 16px; border-bottom:1px solid var(--border); background:#fff; }
.cred-row:last-child { border-bottom:none; }
.cr-label { font-size:0.68rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); width:130px; flex-shrink:0; }
.cr-val { font-size:0.9rem; font-weight:600; color:var(--text); }
.cr-badge { font-size:0.66rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; padding:3px 9px; border-radius:3px; margin-left:auto; border:1px solid; color:var(--muted); background:var(--bg-2); border-color:var(--border); }
.cr-badge.active { color:var(--green); background:var(--green-bg); border-color:#bfe0c2; }
.cr-badge.pending { color:var(--amber); background:var(--amber-bg); border-color:#ecd9ae; }

/* ─── Accessibility ─── */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline:2px solid var(--steel-l); outline-offset:2px;
}
@media (prefers-reduced-motion: reduce) { * { transition:none !important; scroll-behavior:auto !important; } }

/* ─── Responsive ─── */
@media (max-width:980px) {
  .nav-links { display:none; } .hamburger { display:flex; }
  .rfq-steps .step:not(:last-child)::after { display:none; }
  .nav-inner, .wrap { padding-left:18px; padding-right:18px; }
  .sec { padding:56px 0; }
  .sec-head { margin-bottom:28px; }
  .page-hdr { padding:40px 0 32px; }
  .cta-inner { padding:40px 18px; }
  /* full-width text over the photo needs a more even, darker overlay */
  .hero-overlay { background:linear-gradient(180deg, rgba(11,31,51,0.93), rgba(11,31,51,0.86)); }
  .hero-body { padding:50px 18px 44px; }
  .hero-sub { margin-bottom:24px; }
  .hero-ctas { margin-bottom:32px; }
  .hero-cred { border-right:none; padding-right:0; margin-right:26px; }
  .cap-grid, .rfq-steps, .market-grid { grid-template-columns:repeat(2,1fr); }
  .vendor-split, .doc-split, .reg-split, .why-split, .send-split { grid-template-columns:1fr; gap:30px; }
  .reg-img img, .why-img img { height:240px; }
  .why-img { order:2; }
  .status-split, .markets, .doc-cols, .about-2col, .contact-2col, .ind-layout { grid-template-columns:1fr; gap:32px; }
  .full-caps, .region-grid { grid-template-columns:1fr; }
  .comp-grid { grid-template-columns:repeat(2,1fr); }
  .vals-grid { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; gap:30px; padding:44px 18px 28px; }
  .footer-bar { flex-direction:column; align-items:flex-start; }
  .market-list { columns:1; }
  .frow { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .nav-portal { display:none; }
  .nav-rfq { padding:10px 16px; }                 /* larger tap target */
  .sec { padding:44px 0; }
  .cta-inner { padding:36px 18px; }
  .cap-grid, .rfq-steps, .market-grid { grid-template-columns:1fr; }
  .doc-cols { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr; }
  .gtable td.k, .gtable td.k-sm { width:auto; }
  .hero h1 { font-size:1.65rem; }
  /* full-width, stacked CTA buttons are easier to tap */
  .hero-ctas, .cta-actions { flex-direction:column; align-items:stretch; }
  .hero-ctas a, .cta-actions a { width:100%; justify-content:center; }
  /* 16px form fields prevent iOS Safari from zooming on focus */
  input, select, textarea { font-size:16px; }
  .comp-grid { grid-template-columns:1fr; }
  .panel, .check-card, .addr-card, .cap-card, .fc-body, .info-callout, .comp-cell, .mcell { padding-left:16px; padding-right:16px; }
  .c-row { flex-direction:column; gap:3px; }
  .c-lbl { width:auto; padding-top:0; }
  .region-grid { grid-template-columns:1fr; }
  .hero-cred { margin-right:20px; }
}
@media (max-width:380px){ .hero h1{font-size:1.45rem} .page-hdr h1{font-size:1.5rem} }
