:root {
  --blue: #07549d;
  --blue-deep: #063866;
  --blue-dark: #032b50;
  --ink: #17212b;
  --muted: #65717d;
  --line: #dce3e8;
  --paper: #ffffff;
  --off: #f4f7f9;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.utility-bar { background: var(--blue-dark); color: #fff; font-size: .8rem; letter-spacing: .02em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-links { display: flex; gap: 10px; align-items: center; }
.utility-links a:hover { text-decoration: underline; }

.site-header { background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(14,54,84,.08); }
.nav-row { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; color: var(--blue); min-width: 0; }
.brand-mark { width: 230px; height: 78px; object-fit: contain; }
.brand-divider { width: 1px; height: 70px; background: #9cb1c3; margin: 0 22px 0 14px; flex: 0 0 auto; }
.brand-wordmark { display: flex; flex-direction: column; line-height: .82; text-transform: uppercase; white-space: nowrap; }
.brand-wordmark strong, .brand-wordmark > span { font-family: "Inter", Arial, sans-serif; font-weight: 800; color: #0b4c91; letter-spacing: .015em; }
.brand-wordmark strong { font-size: 2.05rem; }
.brand-wordmark > span { font-size: 1.44rem; margin-top: 8px; letter-spacing: .055em; }
.brand-wordmark small { display: flex; align-items: center; gap: 9px; margin-top: 13px; color: #0b4c91; font-size: .69rem; font-weight: 800; letter-spacing: .06em; justify-content: center; }
.brand-wordmark small i { display: block; width: 38px; height: 2px; background: #0b4c91; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .93rem; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 13px 18px; background: var(--blue); color: #fff; }
.nav-cta:hover { background: var(--blue-deep); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; padding: 10px 13px; font: inherit; font-weight: 700; }

.hero { min-height: 650px; color: #fff; background: linear-gradient(120deg, var(--blue-dark), #064a87 58%, #0a65b5); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto -12vw -33vw 32vw; height: 60vw; transform: rotate(-8deg); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000 55%, #000); }
.bolt { position: absolute; width: 330px; height: 55px; background: rgba(255,255,255,.06); clip-path: polygon(0 42%, 48% 42%, 38% 0, 100% 55%, 52% 55%, 63% 100%); }
.bolt-a { top: 110px; right: 5vw; transform: rotate(-9deg); }
.bolt-b { bottom: 78px; right: 19vw; transform: rotate(8deg) scale(.65); }
.hero-inner { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(320px,.7fr); align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .78rem; color: #b7dcff; }
.eyebrow.dark { color: var(--blue); }
h1,h2,h3 { font-family: "Barlow Condensed", Arial, sans-serif; line-height: .98; margin: 0; }
h1 { font-size: clamp(4rem, 7vw, 7rem); max-width: 840px; text-transform: uppercase; letter-spacing: -.025em; }
.hero-lead { max-width: 730px; font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: #e6f1fa; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 21px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: .85rem; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #fff; color: var(--blue-dark); }
.btn-secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.btn-light { background: #fff; color: var(--blue-dark); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.7); color: #fff; }
.hero-card { border-top: 4px solid #fff; background: rgba(3,43,80,.72); backdrop-filter: blur(10px); padding: 30px; box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.card-kicker { display: block; color: #b7dcff; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 12px; }
.hero-card strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; line-height: 1.05; display: block; }
.hero-card ul { padding-left: 18px; margin: 22px 0 0; color: #e7f0f8; }
.hero-card li + li { margin-top: 9px; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid > div { padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { display: block; color: var(--blue); font-family: "Barlow Condensed", sans-serif; font-size: 1.15rem; letter-spacing: .04em; }
.proof-grid span { color: var(--muted); font-size: .87rem; }

.section { padding: 100px 0; }
.section-heading h2, .services-copy h2, .about-copy h2, .contact-section h2, .quote-band h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); text-transform: uppercase; letter-spacing: -.015em; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.split-heading > p { color: var(--muted); margin: 0; font-size: 1.02rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 50px; }
.product-card { background: #fff; padding: 32px; min-height: 220px; transition: background .18s ease, transform .18s ease; }
.product-card:hover { background: var(--off); transform: translateY(-3px); }
.product-number { color: var(--blue); font-weight: 800; font-size: .72rem; letter-spacing: .08em; }
.product-card h3 { font-size: 2rem; margin-top: 34px; }
.product-card p { color: var(--muted); margin-bottom: 0; }

.services-section { background: var(--ink); color: #fff; }
.services-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.services-copy p:not(.eyebrow) { color: #c8d0d7; max-width: 560px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: #b7dcff; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: .86rem; }
.service-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.17); padding: 26px 0; }
.service-list article > span { color: #8dc8ff; font-weight: 800; }
.service-list h3 { font-size: 2rem; }
.service-list p { color: #bcc5cc; margin: 7px 0 0; }

.about-section { background: var(--off); }
.about-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: center; }
.about-mark { min-height: 380px; display: grid; place-items: center; font-family: "Barlow Condensed", sans-serif; font-size: clamp(8rem, 20vw, 15rem); font-weight: 800; color: transparent; -webkit-text-stroke: 3px rgba(7,84,157,.18); border: 1px solid #dce6ed; background-image: linear-gradient(45deg, rgba(7,84,157,.05) 25%, transparent 25%, transparent 75%, rgba(7,84,157,.05) 75%); background-size: 36px 36px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; max-width: 760px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; border-top: 1px solid #cad6df; padding-top: 26px; }
.stats strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2.4rem; color: var(--blue); }
.stats span { color: var(--muted); font-size: .84rem; }

.quote-band { background: var(--blue); color: #fff; padding: 68px 0; }
.quote-layout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.contact-section { padding-bottom: 80px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.contact-details span { display: block; color: var(--blue); text-transform: uppercase; font-size: .7rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 10px; }
.contact-details strong { font-size: .95rem; }
.contact-details a { text-decoration: underline; text-decoration-color: #b8c9d6; text-underline-offset: 3px; }

.site-footer { background: #0d1821; color: #c4ccd3; padding: 28px 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.footer-brand img { width: 95px; height: 44px; object-fit: contain; filter: brightness(0) invert(1); opacity: .88; }
.footer-brand span { display: flex; flex-direction: column; text-transform: uppercase; line-height: 1; }
.footer-brand strong { font-size: .83rem; letter-spacing: .04em; }
.footer-brand small { font-size: .57rem; letter-spacing: .08em; margin-top: 4px; }
.footer-row p { font-size: .8rem; }

@media (max-width: 900px) {
  .utility-inner { align-items: center; }
  .nav-row { min-height: 108px; }
  .brand-mark { width: 205px; height: 72px; }
  .brand-divider { height: 64px; margin-inline: 14px 18px; }
  .brand-wordmark strong { font-size: 1.72rem; }
  .brand-wordmark > span { font-size: 1.17rem; }
  .brand-wordmark small { font-size: .61rem; margin-top: 11px; }
  .brand-wordmark small i { width: 28px; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 142px; left: 0; right: 0; background: #fff; padding: 22px 20px 26px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 0; }
  .primary-nav .nav-cta { text-align: center; margin-top: 8px; }
  .hero-inner, .services-layout, .about-layout, .contact-layout, .split-heading { grid-template-columns: 1fr; }
  .hero-inner { gap: 40px; padding: 80px 0; }
  .hero-card { max-width: 560px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .services-layout, .about-layout, .split-heading, .contact-layout { gap: 42px; }
  .quote-layout { flex-direction: column; align-items: flex-start; }
  .quote-actions { justify-content: flex-start; }
  .contact-details { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .utility-inner { min-height: 38px; }
  .utility-inner > span { display: none; }
  .utility-links { width: 100%; justify-content: space-between; }
  .nav-row { min-height: 96px; gap: 10px; }
  .brand { flex: 1 1 auto; }
  .brand-mark { width: 130px; height: 58px; }
  .brand-divider { height: 52px; margin-inline: 8px 10px; }
  .brand-wordmark strong { font-size: 1.28rem; }
  .brand-wordmark > span { font-size: .85rem; margin-top: 6px; letter-spacing: .045em; }
  .brand-wordmark small { font-size: .49rem; margin-top: 9px; gap: 5px; }
  .brand-wordmark small i { width: 18px; height: 1px; }
  .nav-toggle { padding: 9px 11px; }
  .primary-nav { top: 134px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; padding: 64px 0; }
  h1 { font-size: clamp(3.2rem, 18vw, 5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions, .quote-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .quote-actions .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 260px; }
  .stats { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}


/* Sister company */
.sister-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 70px 0;
}
.sister-layout {
  display: grid;
  grid-template-columns: .55fr 1.25fr .7fr;
  gap: 54px;
  align-items: center;
}
.sister-label { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.sister-badge {
  display: inline-block;
  background: var(--blue-dark);
  color: #fff;
  padding: 7px 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .67rem;
  font-weight: 800;
}
.sister-since { color: var(--muted); font-size: .82rem; font-weight: 600; }
.sister-copy h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.7rem);
  text-transform: uppercase;
  letter-spacing: -.015em;
}
.sister-copy p:not(.eyebrow) { color: var(--muted); margin: 16px 0 0; max-width: 730px; }
.sister-action { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.btn-sister { background: var(--blue); color: #fff; white-space: nowrap; }
.btn-sister:hover { background: var(--blue-deep); }
.btn-sister span { margin-left: 9px; font-size: 1rem; }
.sister-action > span { color: var(--muted); font-size: .75rem; }
.footer-links { display: flex; align-items: center; gap: 26px; }
.footer-links a { color: #fff; font-size: .8rem; font-weight: 700; }
.footer-links a:hover { text-decoration: underline; }
.footer-links p { margin: 0; }

@media (max-width: 900px) {
  .sister-layout { grid-template-columns: 1fr 1.4fr; gap: 36px; }
  .sister-action { grid-column: 2; }
}
@media (max-width: 620px) {
  .sister-section { padding: 58px 0; }
  .sister-layout { grid-template-columns: 1fr; gap: 28px; }
  .sister-action { grid-column: auto; }
  .btn-sister { width: 100%; white-space: normal; text-align: center; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* v0.1 live-baseline refinements */
.address-link { text-decoration: none !important; }
.address-link:hover { text-decoration: underline !important; text-underline-offset: 3px; }
