:root {
  --navy: #0b203b;
  --navy-dark: #061529;
  --orange: #ff5a16;
  --orange-dark: #db4309;
  --teal: #149b9b;
  --white: #fff;
  --mist: #f4f7fa;
  --steel: #647184;
  --rule: #d8e0e8;
  --focus: #ffb000;
  --shell: 1280px;
  --head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .6em; font-family: var(--head); line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(3.3rem, 5.2vw, 5rem); font-weight: 800; letter-spacing: -.025em; }
h2 { font-size: clamp(2.35rem, 4.3vw, 4.25rem); font-weight: 800; letter-spacing: -.015em; }
h3 { font-size: 1.5rem; font-weight: 700; }
p { margin: 0 0 1.2rem; text-wrap: pretty; }
.shell { width: min(calc(100% - 96px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 920px; }
.section { padding: 112px 0; }
.mist { background: var(--mist); }
.navy { color: var(--white); background: var(--navy); }
.centered { text-align: center; }
.lead { max-width: 780px; color: #33445a; font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.58; }
.lead-small { max-width: 780px; font-size: 1.15rem; }
.small { font-size: .875rem; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: .7rem 1rem; background: var(--focus); font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: var(--navy-dark); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { display: grid; grid-template-columns: 200px 1fr auto; align-items: center; min-height: 78px; gap: 28px; }
.brand { display: block; text-decoration: none; }
.brand-crop { display: block; width: 200px; height: 50px; overflow: hidden; }
.site-header .brand-crop,
.footer-brand .brand-crop {
  background: #fff;
  border: 1px solid rgba(11, 32, 59, .14);
  border-radius: 7px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
}
.brand-crop img { width: 200px; max-width: none; transform: translateY(-22%); }
.site-header .brand-crop img,
.footer-brand .brand-crop img { filter: brightness(1.45) contrast(1.12); }
.site-nav { display: flex; justify-content: flex-end; gap: 24px; align-items: center; }
.site-nav a { font-size: .82rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: #5dd2cb; }
.menu-toggle { display: none; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 1.2rem; padding: .9rem 1.45rem; border: 2px solid transparent; border-radius: 4px; font-size: .9rem; font-weight: 800; letter-spacing: .015em; line-height: 1; text-decoration: none; transition: transform 160ms ease, color 160ms ease, background 160ms ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { color: var(--navy); background: transparent; border-color: var(--navy); }
.navy .btn-secondary, .custom-feature .btn-secondary { color: var(--white); border-color: var(--white); }
.header-cta { white-space: nowrap; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; }
.action-row { margin-top: 42px; }

.hero { min-height: 720px; display: grid; align-items: stretch; background: var(--white); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 92px 58px 92px 0; }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-copy .lead { margin-bottom: 2rem; }
.hero-media { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; object-position: 55% center; }
.reg-line { width: 160px; margin-top: 52px; border-top: 2px solid var(--orange); position: relative; }
.reg-line::after { content: ""; position: absolute; right: -5px; top: -6px; width: 8px; height: 8px; border: 2px solid var(--orange); border-radius: 50%; background: white; }

.section-heading { margin-bottom: 52px; }
.section-heading p { max-width: 720px; margin-inline: auto; color: var(--steel); font-size: 1.1rem; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--rule); }
.product-grid a { min-height: 190px; padding: 34px 18px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; text-decoration: none; border-right: 1px solid var(--rule); transition: color 160ms, background 160ms; }
.product-grid a:last-child { border: 0; }
.product-grid a:hover { color: var(--orange); background: var(--mist); }
.icon { width: 44px; height: 44px; margin-bottom: 18px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.product-grid h3 { font-size: 1.25rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid > div { padding: 12px 32px 4px; text-align: center; border-right: 1px solid var(--rule); }
.benefit-grid > div:last-child { border: 0; }
.benefit-grid .icon { color: var(--orange); }
.benefit-grid p { color: var(--steel); font-size: .92rem; }

.custom-feature { color: var(--white); background: var(--navy); }
.custom-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 610px; }
.custom-copy { align-self: center; padding: 90px 76px 90px 0; }
.custom-copy p { color: #cfdae7; font-size: 1.1rem; }
.custom-grid > img { height: 100%; object-fit: cover; object-position: right center; }
.industry-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid var(--rule); }
.industry-grid > div { padding: 34px 18px; text-align: center; border-right: 1px solid var(--rule); }
.industry-grid > div:last-child { border: 0; }
.industry-grid .icon { color: var(--teal); }
.industry-grid h3 { font-size: 1.1rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; padding: 0; margin: 0; }
.process-grid li { display: flex; gap: 20px; }
.process-grid li > span { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-weight: 800; }
.process-grid p { color: var(--steel); }
.delivery-feature { background: var(--mist); }
.delivery-grid { min-height: 540px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; }
.delivery-grid > div { align-self: center; padding: 80px 72px 80px 0; }
.delivery-grid > img { height: 100%; object-fit: cover; }
.cta-band { padding: 62px 0; color: white; background: var(--orange); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin-bottom: .2em; }
.cta-inner p { margin: 0; }
.cta-inner .btn-secondary { flex: 0 0 auto; color: white; border-color: white; }

.page-hero { padding: 140px 0 110px; background: var(--mist); border-bottom: 1px solid var(--rule); }
.page-hero .lead { max-width: 800px; }
.split-hero { background: var(--mist); }
.split-grid { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.split-grid > div { align-self: center; padding: 100px 70px 100px 0; }
.split-grid > img { height: 100%; object-fit: cover; }
.notice { padding: 22px 0; color: white; background: var(--teal); }
.product-list { counter-reset: products; }
.product-row { scroll-margin-top: 100px; display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 74px 0; border-top: 1px solid var(--rule); }
.product-row:first-child { border-top: 0; }
.product-number { font: 800 2.8rem/1 var(--head); color: var(--orange); }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; margin: 36px 0; }
.spec-grid h3 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: .05em; }
.spec-grid p { color: var(--steel); }
.availability { padding: 18px 22px; margin: 0 0 28px; background: var(--mist); border-left: 3px solid var(--teal); }
.open-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.open-list > div { padding: 34px 40px 24px 0; border-top: 1px solid var(--rule); }
.open-list > div:nth-child(odd) { border-right: 1px solid var(--rule); }
.open-list > div:nth-child(even) { padding-left: 40px; }
.steps-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; margin: 0; padding: 0; }
.steps-six li { min-height: 170px; padding: 28px; border: 1px solid rgba(255,255,255,.2); }
.steps-six span { display: block; color: #5dd2cb; font-weight: 800; margin-bottom: 24px; }
.policy-note { max-width: 820px; margin: 48px 0 0; color: #cfdae7; }
.industry-list article, .editorial article { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 48px 0; border-top: 1px solid var(--rule); }
.industry-list article:first-child, .editorial article:first-child { border-top: 0; }
.industry-list article > span, .editorial article > span { color: var(--orange); font: 800 2rem/1 var(--head); }
.industry-list article p, .editorial article p { max-width: 800px; color: var(--steel); font-size: 1.05rem; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.city-list { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; padding: 0; margin: 34px 0; border-top: 1px solid var(--rule); }
.city-list li { padding: 14px 4px; border-bottom: 1px solid var(--rule); }
.form-panel { padding: 42px; background: var(--mist); border-top: 5px solid var(--orange); }
.form-shell { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: start; }
.form-shell aside { position: sticky; top: 112px; padding-top: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.form-grid label, .form-grid fieldset { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span, legend { font-size: .88rem; font-weight: 700; }
.form-grid .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #b9c5d1; border-radius: 4px; padding: .75rem; color: var(--navy); background: white; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
fieldset { min-width: 0; border: 0; padding: 0; }
.form-grid .radio { display: inline-flex; flex-direction: row; align-items: center; margin-right: 18px; }
.radio input, .check input { width: 20px; min-height: 20px; }
.check { display: flex; align-items: flex-start; gap: 12px; margin: 26px 0; font-size: .88rem; }
.privacy-note, .form-status { font-size: .84rem; color: var(--steel); }
.form-status { margin-top: 18px; font-weight: 600; }
.contact-grid dl { margin: 34px 0; }
.contact-grid dt { margin-top: 22px; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); }
.contact-grid dd { margin: 2px 0; }
.legal-copy { max-width: 850px; font-size: 1.08rem; }

.site-footer { padding: 76px 0 24px; color: #d7e0e9; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 56px; }
.footer-brand .brand-crop { width: 260px; height: 64px; margin-bottom: 24px; }
.footer-brand .brand-crop img { width: 260px; }
.site-footer h2 { color: white; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .04em; }
.site-footer a { display: block; width: fit-content; margin-bottom: 8px; text-decoration: none; }
.site-footer a:hover { color: #5dd2cb; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: .78rem; }
.footer-bottom div { display: flex; gap: 20px; flex-wrap: wrap; }

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 64px), var(--shell)); }
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 16px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: .72rem; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid a:nth-child(3) { border-right: 0; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .industry-grid > div:nth-child(3) { border-right: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .benefit-grid > div:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto auto; }
  .brand-crop { width: 172px; height: 45px; }
  .brand-crop img { width: 172px; }
  .menu-toggle { display: grid; grid-template-columns: auto 22px; align-items: center; gap: 4px 10px; color: white; background: transparent; border: 0; font: 600 .9rem var(--body); }
  .menu-toggle span { grid-row: 1 / 3; }
  .menu-toggle i { display: block; width: 22px; border-top: 2px solid white; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 24px 20px 30px; flex-direction: column; align-items: flex-start; background: var(--navy-dark); border-top: 1px solid rgba(255,255,255,.15); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 9px 0; font-size: 1rem; }
  .header-cta { min-height: 42px; padding: .75rem 1rem; font-size: .75rem; }
  .hero { min-height: auto; }
  .hero-grid, .custom-grid, .delivery-grid, .split-grid, .two-col { grid-template-columns: 1fr; }
  .hero-copy, .custom-copy, .delivery-grid > div, .split-grid > div { padding: 72px 0 54px; }
  .hero-media { aspect-ratio: 4 / 3; }
  .custom-grid > img, .delivery-grid > img, .split-grid > img { height: auto; aspect-ratio: 3 / 2; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid a { border-bottom: 1px solid var(--rule); }
  .product-grid a:nth-child(3) { border-right: 1px solid var(--rule); }
  .product-grid a:nth-child(even) { border-right: 0; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid > div:nth-child(3) { border-right: 1px solid var(--rule); }
  .industry-grid > div:nth-child(even) { border-right: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .steps-six { grid-template-columns: repeat(2, 1fr); }
  .form-shell { grid-template-columns: 1fr; gap: 30px; }
  .form-shell aside { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.05rem, 15vw, 4.25rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .brand-crop { width: 160px; height: 42px; }
  .brand-crop img { width: 160px; }
  .actions { flex-direction: column; }
  .actions .btn { width: 100%; }
  .hero-copy { padding-top: 58px; }
  .product-grid, .benefit-grid, .industry-grid, .steps-six, .spec-grid, .open-list, .form-grid, .city-list { grid-template-columns: 1fr; }
  .product-grid a, .benefit-grid > div, .industry-grid > div { border-right: 0 !important; }
  .benefit-grid > div { padding: 28px 12px; border-bottom: 1px solid var(--rule); }
  .industry-grid > div { text-align: left; display: flex; gap: 18px; align-items: center; border-bottom: 1px solid var(--rule); }
  .industry-grid .icon { flex: 0 0 42px; margin: 0; }
  .industry-grid h3 { margin: 0; }
  .product-row, .industry-list article, .editorial article { grid-template-columns: 1fr; gap: 16px; }
  .open-list > div, .open-list > div:nth-child(even) { padding: 28px 0; border-right: 0; }
  .form-panel { padding: 28px 20px; }
  .form-grid .wide { grid-column: auto; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-inner .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
