:root {
  --navy: #041831;
  --navy-2: #08264f;
  --ink: #071b38;
  --blue: #075de8;
  --blue-2: #0b72ff;
  --electric: #22a6ff;
  --yellow: #ffd518;
  --red: #cf2138;
  --ice: #f1f6fc;
  --line: #d8e2ee;
  --muted: #5d6c80;
  --white: #fff;
  --radius: 0.75rem;
  --background: #ffffff;
  --foreground: #071b38;
  --card: #ffffff;
  --card-foreground: #071b38;
  --primary: #075de8;
  --primary-foreground: #ffffff;
  --secondary: #f1f6fc;
  --secondary-foreground: #071b38;
  --border: #d8e2ee;
  --ring: #0b72ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 88px; }
.container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,27,56,.1); box-shadow: 0 8px 28px rgba(5,25,52,.06); backdrop-filter: blur(14px); }
.header-inner { min-height: 100px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; min-width: 188px; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-header { height: 92px; }
.brand-logo-footer { width: 255px; height: auto; background: #fff; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: .9rem; font-weight: 700; color: #1c2d45; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.desktop-nav .nav-current { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 7px; color: #0c2c59; font-weight: 700; font-size: .85rem; }
.phone-link svg { color: var(--blue); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid var(--line); border-radius: 8px; padding: 9px 13px; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 48px; width: 220px; display: flex; flex-direction: column; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(3,20,44,.18); border-radius: 10px; }
.mobile-menu nav a { padding: 11px 10px; font-weight: 700; border-bottom: 1px solid #edf1f5; }

.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--blue); border-radius: 5px; background: linear-gradient(135deg, var(--blue), #0546b8); color: #fff; font-size: .9rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; box-shadow: 0 12px 28px rgba(7,93,232,.2); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7,93,232,.3); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: .78rem; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.72); box-shadow: none; }
.button-outline:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.button-ink-outline { color: var(--ink); background: transparent; border-color: #9aacbe; box-shadow: none; }
.button-ink-outline:hover { background: var(--ice); box-shadow: none; }

.hero-photo { background: #031630; }
.hero-photo > img { width: 100%; max-height: 620px; object-fit: cover; object-position: center; }
.hero-message { color: #fff; background: linear-gradient(105deg, #031630 0%, #082654 100%); border-top: 1px solid #1d518a; }
.hero-message-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-block: 38px; }
.hero-kicker { margin: 0 0 9px; color: #7fb9ff; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-photo h1 { margin: 0; max-width: 720px; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 900; letter-spacing: -.045em; line-height: .98; text-transform: uppercase; }
.hero-photo h1 em { color: var(--yellow); font-style: normal; }
.hero-message-copy > p { max-width: 620px; margin: 0; color: #ccdaec; font-size: 1rem; line-height: 1.65; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #a9c8f1; font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--yellow); }
.eyebrow.dark { color: var(--blue); }
.eyebrow.dark > span { background: var(--red); }
.section h2, .cta h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-stretch: condensed; font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; }
.hero-actions, .about-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.video-shell { position: relative; border: 1px solid rgba(147,202,255,.42); background: #020c1a; box-shadow: 0 35px 70px rgba(0,0,0,.4), 0 0 70px rgba(6,106,255,.15); overflow: hidden; border-radius: 7px; }
.video-shell::before { content: ""; position: absolute; inset: -1px auto auto -1px; width: 120px; height: 4px; background: linear-gradient(90deg, var(--yellow), transparent); z-index: 2; }
.video-label { min-height: 42px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; background: rgba(3,22,48,.95); color: #a9c7ec; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.video-shell video { width: 100%; aspect-ratio: 16/9; background: #000; object-fit: cover; }

.proof-strip { background: #061b39; color: #fff; border-top: 1px solid #174176; }
.proof-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-left: 1px solid rgba(142,190,244,.18); }
.proof-grid > div:last-child { border-right: 1px solid rgba(142,190,244,.18); }
.proof-grid svg { flex: 0 0 auto; color: #2c8fff; }
.proof-grid span { display: flex; flex-direction: column; color: #9fb4cf; font-size: .75rem; }
.proof-grid strong { color: #fff; font-size: .9rem; }

.section { padding-block: 100px; }
.section-heading { margin-bottom: 45px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .industry-copy h2, .about-copy h2 { font-size: clamp(2.45rem, 4vw, 4rem); line-height: 1; }
.section-heading > p:not(.eyebrow) { max-width: 710px; margin: 16px auto 0; color: var(--muted); font-size: 1.05rem; }
.solutions { background: linear-gradient(#fff, #fbfcfe); }
.solution-heading h2::after { content: ""; display: block; width: 72px; height: 3px; margin: 24px auto 0; background: var(--blue); }
.solution-heading > p { margin-top: 21px !important; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.service-card { overflow: hidden; min-height: 0; aspect-ratio: 2 / 3; border: 1px solid #dde5ee; border-radius: 9px; background: #fff; box-shadow: 0 12px 25px rgba(6,31,65,.1); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(6,31,65,.14); }
.service-card > img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; transform: scale(var(--image-scale, 1)); transform-origin: center; }
.service-1 { --image-scale: 1.18; }
.service-2 { --image-scale: 1.20; }
.service-3 { --image-scale: 1.15; }
.service-4 { --image-scale: 1; }
.service-5 { --image-scale: 1; }
.service-6 { --image-scale: 1.20; }

.industries { color: #fff; background: linear-gradient(125deg, #03142c 0%, #062755 100%); }
.industries-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.industry-copy h2 { max-width: 530px; }
.industry-copy > p:not(.eyebrow) { max-width: 600px; color: #b7cbe4; font-size: 1.06rem; line-height: 1.7; }
.check-list { list-style: none; padding: 0; margin: 29px 0 0; display: grid; gap: 13px; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #e4eef9; font-size: .9rem; }
.check-list svg { color: #42a7ff; width: 20px; }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.industry-card { min-height: 140px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(115,180,255,.25); background: rgba(5,48,101,.54); }
.industry-card svg { color: #3b9cff; width: 30px; height: 30px; }
.industry-card span { font-weight: 800; }

.video-section { background: #fff; }
.video-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.video-feature-copy h2 { font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 1; }
.video-feature-copy > p:not(.eyebrow) { max-width: 520px; margin: 20px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }

.products { background: var(--ice); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.split-heading > div { max-width: 760px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .86rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid #d3dfeb; background: #fff; box-shadow: 0 12px 32px rgba(8,31,63,.07); }
.product-card:last-child { grid-column: 2; }
.product-image-wrap { overflow: hidden; min-height: 260px; aspect-ratio: 4/3; background: #fff; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.product-copy { padding: 21px 23px 23px; border-top: 1px solid #e0e8f0; }
.product-copy > span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-copy h3 { margin: 7px 0 16px; font-size: 1.05rem; color: #0a2856; }
.product-copy a { display: inline-flex; align-items: center; gap: 7px; color: #34516f; font-size: .8rem; font-weight: 800; text-transform: uppercase; }

.about { background: #fff; }
.about-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.about-side { display: grid; grid-template-columns: .62fr 1fr; gap: 18px; align-items: center; }
.integration-image { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 35px rgba(6,31,65,.11); }
.capability-panel { border-top: 4px solid var(--blue); background: #071f43; color: #fff; box-shadow: 18px 18px 0 #e7eef7; }
.capability-panel > div { min-height: 118px; display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-content: center; padding: 22px 20px; border-bottom: 1px solid rgba(164,198,239,.18); }
.capability-panel > div:last-child { border-bottom: 0; }
.capability-panel svg { grid-row: 1 / 3; color: #3b9cff; width: 31px; height: 31px; }
.capability-panel strong { font-size: 1rem; text-transform: uppercase; }
.capability-panel span { color: #b8cbe4; font-size: .86rem; line-height: 1.55; }

.manufacturers { padding-block: 34px; background: #eef4fb; border-block: 1px solid #d8e4ef; }
.manufacturers p { margin: 0 0 22px; color: #60738a; text-align: center; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.manufacturer-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.manufacturer-list span { padding: 9px 14px; border: 1px solid #cfdae7; background: #fff; color: #17375f; font-size: .79rem; font-weight: 800; }

.about-page-hero { padding-block: 76px; color: #fff; background: radial-gradient(circle at 78% 12%, rgba(29,129,255,.3), transparent 30%), linear-gradient(118deg, #03142c, #072b5e); }
.about-page-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 30px; color: #91baf0; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.about-page-hero h1 { max-width: 820px; margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(3rem, 5.4vw, 5.7rem); font-weight: 900; letter-spacing: -.05em; line-height: .94; text-transform: uppercase; }
.about-page-hero-grid > div:first-child > p:last-child { max-width: 760px; margin: 26px 0 0; color: #bed0e7; font-size: 1.08rem; line-height: 1.75; }
.about-page-image-frame { padding: 12px; border: 1px solid rgba(121,188,255,.38); border-radius: 9px; background: rgba(255,255,255,.08); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.about-page-image-frame img { width: 100%; max-height: 520px; border-radius: 5px; object-fit: cover; object-position: center; }
.about-story { padding-block: 110px; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.about-story-heading { position: sticky; top: 140px; align-self: start; }
.about-story-heading h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 900; letter-spacing: -.05em; line-height: .98; text-transform: uppercase; }
.about-story-copy { border-left: 3px solid var(--blue); padding-left: 44px; }
.about-story-copy p { margin: 0 0 28px; color: #43546a; font-size: 1.08rem; line-height: 1.8; }
.about-story-copy p:last-child { margin-bottom: 0; }
.about-story-copy strong { color: var(--ink); }
.about-video-section { padding-block: 100px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(33,132,255,.2), transparent 34%), linear-gradient(118deg, #03142c, #072b5e); }
.about-video-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: center; }
.about-video-copy h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.8rem, 4.7vw, 5rem); font-weight: 900; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.about-video-copy > p:last-child { max-width: 520px; margin: 24px 0 0; color: #bed0e7; font-size: 1.05rem; line-height: 1.75; }
.about-values { padding-block: 100px; background: var(--ice); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { min-height: 250px; padding: 34px; border: 1px solid #d4e0ec; background: #fff; box-shadow: 0 14px 34px rgba(5,31,66,.07); }
.value-card svg { width: 38px; height: 38px; color: var(--blue); }
.value-card h3 { margin: 48px 0 10px; color: var(--ink); font-size: 1.35rem; text-transform: uppercase; }
.value-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-proof { margin-top: 24px; padding: 24px 28px; display: flex; align-items: center; gap: 15px; color: #fff; background: #071f43; }
.about-proof svg { flex: 0 0 auto; color: #4aa8ff; }
.about-proof p { margin: 0; }
.company-identifications { padding-block: 100px; background: #fff; }
.identification-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.identification-card { min-height: 155px; padding: 30px 32px; display: flex; flex-direction: column; justify-content: center; gap: 12px; border: 1px solid #cad8e9; border-top: 4px solid var(--blue); background: #f8fbff; box-shadow: 10px 10px 0 #e8eef6; }
.identification-card > span { color: #526b88; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.identification-card > strong { color: var(--ink); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.15; }
.identification-card-wide { grid-column: 1 / -1; }
.naics-list { display: flex; flex-wrap: wrap; gap: 10px; }
.naics-list strong { padding: 10px 15px; border: 1px solid #b9cde5; color: #073469; background: #fff; font-size: 1rem; letter-spacing: .04em; }

.portfolio-hero { padding-block: 76px; }
.portfolio-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.portfolio-hero-panel { padding: 30px; display: grid; grid-template-columns: auto 1fr; gap: 0 17px; border: 1px solid rgba(126,188,255,.34); border-top: 4px solid #3d97ff; background: rgba(255,255,255,.075); box-shadow: 18px 18px 0 rgba(255,255,255,.04); }
.portfolio-hero-panel > svg { grid-row: 1 / 2; width: 37px; height: 37px; color: #4ba5ff; }
.portfolio-hero-panel > div { display: flex; flex-direction: column; gap: 6px; }
.portfolio-hero-panel strong { color: #fff; font-size: 1rem; text-transform: uppercase; }
.portfolio-hero-panel span { color: #b9cee8; font-size: .9rem; line-height: 1.55; }
.portfolio-hero-panel ul { grid-column: 1 / -1; margin: 26px 0 0; padding: 21px 0 0; display: grid; gap: 11px; border-top: 1px solid rgba(145,192,244,.22); list-style: none; }
.portfolio-hero-panel li { display: flex; align-items: center; gap: 10px; color: #e3effc; font-size: .86rem; font-weight: 700; }
.portfolio-hero-panel li svg { width: 18px; height: 18px; color: #4ba5ff; }
.portfolio-section { padding-block: 100px; background: linear-gradient(180deg, #fff 0%, #f2f6fb 100%); }
.portfolio-intro { margin-bottom: 46px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.portfolio-intro h2 { margin: 0; max-width: 850px; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.7rem, 4.4vw, 4.8rem); font-weight: 900; letter-spacing: -.05em; line-height: .97; text-transform: uppercase; }
.portfolio-intro > p { max-width: 500px; margin: 0 0 6px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; grid-auto-flow: dense; }
.portfolio-card { grid-column: span 4; overflow: hidden; margin: 0; border: 1px solid #ccd9e7; border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(5,31,66,.09); }
.portfolio-card-wide { grid-column: span 8; }
.portfolio-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #061b39; }
.portfolio-card-wide .portfolio-photo { aspect-ratio: 8 / 5; }
.portfolio-photo > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.portfolio-card:hover .portfolio-photo > img { transform: scale(1.025); }
.portfolio-watermark { position: absolute; right: 14px; bottom: 14px; width: min(42%, 160px); padding: 5px 7px; border: 1px solid rgba(255,255,255,.7); border-radius: 5px; background: rgba(255,255,255,.82); box-shadow: 0 5px 18px rgba(2,14,31,.25); opacity: .82; pointer-events: none; }
.portfolio-watermark img { width: 100%; height: auto; mix-blend-mode: normal; }
.portfolio-card figcaption { min-height: 158px; padding: 23px 24px 25px; border-top: 3px solid var(--blue); }
.portfolio-card figcaption > span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card h3 { margin: 7px 0 8px; color: var(--ink); font-size: 1.05rem; line-height: 1.25; text-transform: uppercase; }
.portfolio-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }

.inner-hero { padding-block: 88px; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(25,128,255,.31), transparent 30%), linear-gradient(118deg, #03142c, #072b5e); }
.inner-hero-content { max-width: 950px; }
.inner-hero h1 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(3.2rem, 6vw, 6.1rem); font-weight: 900; letter-spacing: -.055em; line-height: .93; text-transform: uppercase; }
.inner-hero-content > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: #bed0e7; font-size: 1.08rem; line-height: 1.75; }
.page-section { padding-block: 100px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { min-height: 230px; padding: 30px; border: 1px solid #d3dfeb; background: #fff; box-shadow: 0 12px 30px rgba(6,31,65,.07); }
.category-card svg { width: 35px; height: 35px; color: var(--blue); }
.category-card h3 { margin: 42px 0 10px; font-size: 1.12rem; text-transform: uppercase; }
.category-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.product-support { padding-block: 58px; color: #fff; background: #071f43; }
.product-support-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.product-support-inner > svg { width: 44px; height: 44px; color: #4ca9ff; }
.product-support h2 { margin: 0 0 7px; font-size: 1.5rem; text-transform: uppercase; }
.product-support p { margin: 0; color: #b8cbe4; }

.data-center-hero { background: radial-gradient(circle at 78% 22%, rgba(34,166,255,.31), transparent 28%), linear-gradient(118deg, #020e20, #07346e); }
.data-center-hero .inner-hero-content { max-width: 1080px; }
.data-center-hero h1 { max-width: 1040px; }
.dc-capabilities { background: var(--ice); }
.data-center-capability-grid .category-card { border-top: 4px solid var(--blue); }
.dc-continuity { padding-block: 110px; background: #fff; }
.dc-continuity-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.dc-continuity-image { overflow: hidden; border: 1px solid #cddbe9; border-radius: 8px; background: #fff; box-shadow: 18px 18px 0 #e8eff7; }
.dc-continuity-image img { width: 100%; min-height: 430px; object-fit: cover; }
.dc-continuity-copy h2, .dc-process h2, .dc-coverage h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.65rem, 4.2vw, 4.5rem); font-weight: 900; letter-spacing: -.05em; line-height: .97; text-transform: uppercase; }
.dc-continuity-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.dc-check-list { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 13px; }
.dc-check-list li { display: flex; align-items: flex-start; gap: 11px; color: #2f4258; font-weight: 700; }
.dc-check-list svg { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; color: var(--blue); }
.dc-process { color: #fff; background: radial-gradient(circle at 85% 0, rgba(26,124,250,.24), transparent 30%), linear-gradient(120deg, #03142c, #062654); }
.dc-process .section-heading > p:not(.eyebrow) { color: #b8cbe4; }
.dc-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(141,188,244,.23); border: 1px solid rgba(141,188,244,.23); }
.dc-process-grid article { min-height: 260px; padding: 30px 27px; background: #06234b; }
.dc-process-grid article > span { color: #5a9fed; font-size: 2.4rem; font-weight: 900; }
.dc-process-grid h3 { margin: 50px 0 9px; font-size: 1.1rem; text-transform: uppercase; }
.dc-process-grid p { margin: 0; color: #b8cbe4; line-height: 1.65; }
.dc-coverage { padding-block: 92px; background: #eef4fb; }
.dc-coverage-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 40px; }
.dc-coverage-heading > div { max-width: 820px; }
.dc-location-list { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #cad8e7; background: #fff; box-shadow: 0 14px 34px rgba(6,31,65,.07); }
.dc-location-list > div { min-height: 130px; padding: 24px 20px; display: flex; align-items: center; gap: 13px; border-right: 1px solid #d9e3ed; }
.dc-location-list > div:last-child { border-right: 0; }
.dc-location-list svg { flex: 0 0 auto; color: var(--blue); }
.dc-location-list span { display: flex; flex-direction: column; gap: 4px; }
.dc-location-list strong { font-size: .9rem; line-height: 1.25; text-transform: uppercase; }
.dc-location-list small { color: var(--muted); font-size: .74rem; }
.catalog-section { padding-block: 100px; background: linear-gradient(180deg, #fff 0, #f2f6fb 100%); }
.catalog-heading { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; margin-bottom: 36px; }
.catalog-heading > div:first-child { max-width: 850px; }
.catalog-heading h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 900; letter-spacing: -.05em; line-height: .96; text-transform: uppercase; }
.catalog-heading > div:first-child > p:last-child { max-width: 760px; margin: 19px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.catalog-stat { min-width: 190px; padding: 24px 26px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 13px; border-top: 4px solid var(--blue); background: var(--navy); color: #fff; box-shadow: 12px 12px 0 #e5edf7; }
.catalog-stat svg { grid-row: 1 / 3; align-self: center; width: 31px; height: 31px; color: #4aa8ff; }
.catalog-stat strong { font-size: 1.7rem; line-height: 1; }
.catalog-stat span { color: #a9bdd7; font-size: .76rem; text-transform: uppercase; }
.catalog-shell { overflow: hidden; border: 1px solid #c8d7e7; border-radius: 10px; background: #fff; box-shadow: 0 24px 60px rgba(5,31,66,.12); }
.catalog-toolbar { padding: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; color: #fff; background: radial-gradient(circle at 82% 0, rgba(29,129,255,.27), transparent 30%), linear-gradient(120deg, #03142c, #072b5e); }
.catalog-toolbar label > span { display: block; margin-bottom: 8px; color: #a9c5e8; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-toolbar label > div { position: relative; }
.catalog-toolbar label > div > svg { position: absolute; z-index: 2; left: 14px; top: 50%; width: 19px; height: 19px; transform: translateY(-50%); color: #3779bd; pointer-events: none; }
.catalog-toolbar input, .catalog-toolbar select { height: 52px; border-color: rgba(185,213,244,.42); background: #fff; color: var(--ink); font-size: 1rem; }
.catalog-search input { padding-inline: 44px 14px; }
.catalog-filter { display: none; }
.catalog-filter select { padding-inline: 14px 40px; }
.catalog-toolbar [data-slot="native-select-wrapper"] { width: 100%; }
.catalog-cart-button { min-width: 228px; height: 52px; padding-inline: 20px; border-color: #3f93ff; background: #0968ef; color: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 12px 25px rgba(0,0,0,.22); }
.catalog-cart-button:hover { background: #1475fa; }
.catalog-cart-button > svg { width: 19px; height: 19px; }
.catalog-cart-button > span { min-width: 25px; height: 25px; padding-inline: 7px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #fff; color: #0752c5; font-size: .73rem; line-height: 1; }
.catalog-summary { min-height: 54px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d8e3ee; background: var(--ice); color: #5c6f84; font-size: .86rem; }
.catalog-summary strong { color: var(--ink); }
.storefront-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); align-items: start; background: #f7f9fc; }
.store-category-panel { min-width: 0; align-self: stretch; border-right: 1px solid #d8e3ee; background: #fff; }
.store-category-heading { min-height: 76px; padding: 18px 20px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid #d8e3ee; background: #f8fbff; }
.store-category-heading span { color: var(--ink); font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.store-category-heading strong { margin-top: 3px; color: #718298; font-size: .74rem; }
.store-category-list { padding: 10px; display: grid; gap: 3px; }
.store-category-list button { width: 100%; min-height: 48px; padding: 9px 10px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #30445d; font: inherit; text-align: left; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.store-category-list button > span { min-width: 0; display: flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 800; line-height: 1.25; }
.store-category-list button svg { flex: 0 0 auto; width: 17px; height: 17px; color: #5384bd; }
.store-category-list button > strong { color: #7c8da1; font-size: .7rem; }
.store-category-list button:hover { border-color: #c4d9f3; background: #f0f7ff; color: #082f66; }
.store-category-list button.active { border-color: #9bc2f5; background: #e8f3ff; color: #064cae; }
.store-category-list button.active svg, .store-category-list button.active > strong { color: #075de8; }
.store-category-help { margin: 8px 15px 20px; padding: 16px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid #d5e2ef; border-radius: 7px; background: #f4f8fc; }
.store-category-help svg { flex: 0 0 auto; width: 21px; height: 21px; color: var(--blue); }
.store-category-help p { margin: 0; color: #607189; font-size: .73rem; line-height: 1.5; }
.store-category-help strong { display: block; margin-bottom: 3px; color: #183756; }
.store-results { min-width: 0; }
.store-product-grid { padding: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.store-product-card { min-width: 0; min-height: 310px; padding: 20px; display: flex; flex-direction: column; border: 1px solid #d2deeb; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(7,32,67,.06); transition: transform .2s, border-color .2s, box-shadow .2s; }
.store-product-card:hover { transform: translateY(-3px); border-color: #a8c7eb; box-shadow: 0 16px 34px rgba(7,32,67,.12); }
.store-product-card-top { min-height: 38px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.store-product-icon { width: 37px; height: 37px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: #eaf4ff; color: var(--blue); }
.store-product-icon svg { width: 20px; height: 20px; }
.store-product-category { max-width: calc(100% - 48px); padding: 5px 8px; border: 1px solid #d3e0ec; border-radius: 999px; background: #f7fafc; color: #4a6178; font-size: .7rem; font-weight: 800; line-height: 1.25; text-align: right; text-transform: uppercase; }
.store-product-copy { min-width: 0; flex: 1 1 auto; padding-top: 24px; }
.store-product-copy > span { color: #6c7d91; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.store-product-copy h3 { margin: 6px 0 10px; color: #082a59; font-size: 1rem; line-height: 1.25; overflow-wrap: anywhere; }
.store-product-description { min-height: 4.35em; margin: 0; display: -webkit-box; overflow: hidden; color: #5b6c80; font-size: .84rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.store-product-details { margin-top: 11px; color: #52677f; font-size: .79rem; }
.store-product-details summary { width: fit-content; color: var(--blue); font-weight: 800; cursor: pointer; }
.store-product-details summary:focus-visible { outline: 3px solid rgba(11,114,255,.3); outline-offset: 3px; }
.store-product-details p { margin: 10px 0 0; color: #506277; line-height: 1.55; overflow-wrap: anywhere; }
.store-product-footer { margin-top: 22px; padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e3eaf1; }
.store-product-price { display: flex; flex-direction: column; }
.store-product-price span { color: #7a8a9c; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.store-product-price strong { color: #183756; font-size: .82rem; white-space: nowrap; }
.store-product-footer button { min-height: 44px; padding-inline: 14px; font-size: .75rem; font-weight: 900; white-space: nowrap; }
.store-product-footer button svg { width: 15px; height: 15px; }
.catalog-load-more { min-height: 78px; padding: 15px 22px; display: flex; align-items: center; justify-content: center; gap: 16px; border-top: 1px solid #d8e3ee; background: #f8fbfe; }
.catalog-load-more button { min-height: 42px; border-color: #9eb4ca; color: #17375f; font-weight: 800; }
.catalog-load-more span { color: #6b7d91; font-size: .82rem; }
.catalog-empty { min-height: 330px; padding: 50px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.catalog-loading { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; color: #315270; }
.catalog-loading svg { width: 38px; height: 38px; color: var(--blue); animation: catalog-pulse 1.25s ease-in-out infinite; }
@keyframes catalog-pulse { 50% { opacity: .42; transform: scale(.94); } }
.catalog-empty > svg { width: 40px; height: 40px; color: var(--blue); }
.catalog-empty h3 { margin: 18px 0 7px; text-transform: uppercase; }
.catalog-empty p { max-width: 520px; margin: 0 0 24px; color: var(--muted); }
.catalog-note { max-width: 900px; margin: 20px 0 0; color: #6b7d91; font-size: .83rem; line-height: 1.6; }
.store-cart-sheet[data-slot="sheet-content"] { width: min(100vw, 560px) !important; max-width: 560px !important; padding: 0; gap: 0; overflow: hidden; border-color: #b9cadc; background: #f6f9fc; }
.store-cart-sheet > button:last-child { z-index: 2; color: #fff; }
.store-cart-header { flex: 0 0 auto; padding: 27px 54px 23px 24px; gap: 5px; border-bottom: 1px solid #173c6d; background: linear-gradient(120deg, #03142c, #082b59); }
.store-cart-header [data-slot="sheet-title"] { color: #fff; font-size: 1.35rem; font-weight: 900; text-transform: uppercase; }
.store-cart-header [data-slot="sheet-description"] { color: #b7cbe4; line-height: 1.5; }
.store-cart-body { min-height: 0; padding: 18px; display: flex; flex: 1 1 auto; flex-direction: column; gap: 12px; overflow-y: auto; overscroll-behavior: contain; }
.store-cart-line { min-width: 0; padding: 15px; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 13px; border: 1px solid #d4dfeb; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(8,31,63,.05); }
.store-cart-line-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: #eaf4ff; color: var(--blue); }
.store-cart-line-icon svg { width: 21px; height: 21px; }
.store-cart-line-copy { min-width: 0; }
.store-cart-line-copy > span { display: block; color: #6d7e91; font-size: .62rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.store-cart-line-copy > strong { display: block; margin-top: 3px; color: #082a59; font-size: .92rem; line-height: 1.3; overflow-wrap: anywhere; }
.store-cart-line-copy > p { margin: 7px 0 0; display: -webkit-box; overflow: hidden; color: #5e6f83; font-size: .78rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.store-cart-line-actions { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.store-cart-quantity { display: inline-grid; grid-template-columns: 40px 38px 40px; align-items: center; text-align: center; }
.store-cart-quantity button { width: 40px; height: 40px; min-height: 40px; border-color: #becddd; }
.store-cart-quantity button svg { width: 14px; height: 14px; }
.store-cart-quantity > strong { color: #17375f; font-size: .82rem; }
.store-cart-remove { min-height: 40px; color: #9d2636; font-size: .75rem; }
.store-cart-remove:hover { background: #fff1f3; color: #801b2a; }
.store-cart-empty { min-height: 0; padding: 40px 25px; display: flex; flex: 1 1 auto; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow-y: auto; }
.store-cart-empty > svg { width: 44px; height: 44px; color: var(--blue); }
.store-cart-empty h3 { margin: 18px 0 7px; color: var(--ink); text-transform: uppercase; }
.store-cart-empty p { max-width: 330px; margin: 0 0 22px; color: var(--muted); }
.store-cart-footer { flex: 0 0 auto; margin: 0; padding: 18px 20px 20px; gap: 10px; border-top: 1px solid #cddae7; background: #fff; box-shadow: 0 -10px 28px rgba(8,31,63,.08); }
.store-cart-summary { margin-bottom: 2px; display: flex; align-items: center; justify-content: space-between; color: #65768a; font-size: .78rem; text-transform: uppercase; }
.store-cart-summary strong { color: var(--ink); font-size: .88rem; }
.store-cart-limit-note { margin: 0 0 2px; color: #8c2937; font-size: .76rem; line-height: 1.45; }
.store-cart-footer .button { width: 100%; min-height: 48px; }
.store-cart-footer > button { width: 100%; }
.store-category-list button:focus-visible, .catalog-cart-button:focus-visible, .category-card-link:focus-visible { outline: 3px solid #65a9ff; outline-offset: 3px; }
.category-card-link { position: relative; display: flex; flex-direction: column; color: inherit; cursor: pointer; transition: transform .22s, border-color .22s, box-shadow .22s; }
.category-card-link:hover { transform: translateY(-4px); border-color: #9bbce1; box-shadow: 0 20px 42px rgba(6,31,65,.13); }
.category-card-link > p { flex: 1 1 auto; }
.category-card-link > span:last-child { margin-top: 22px; display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.category-card-link > span:last-child svg { width: 16px; height: 16px; transition: transform .2s; }
.category-card-link:hover > span:last-child svg { transform: translateX(4px); }
.location-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.location-card { position: relative; min-height: 270px; padding: 34px; border: 1px solid #d1deeb; background: #fff; box-shadow: 0 14px 34px rgba(6,31,65,.07); }
.location-card > svg { color: var(--blue); }
.location-card > span { display: block; margin-top: 38px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-card h3 { margin: 8px 0 11px; font-size: 1.55rem; text-transform: uppercase; }
.location-card p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.7; }
.location-featured { border-top: 5px solid var(--blue); background: linear-gradient(145deg, #fff, #eef6ff); }
.location-hq { border-top: 5px solid var(--yellow); }
.location-southeast { border-top: 5px solid #c8102e; }
.location-midatlantic { border-top: 5px solid #cbd5e1; }
.location-kentucky { border-top: 5px solid #111827; }
.operations-section { padding-block: 100px; color: #fff; background: linear-gradient(120deg, #03142c, #062654); }
.operations-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.operations-grid h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 900; letter-spacing: -.05em; line-height: .96; text-transform: uppercase; }
.operations-grid > div > p:not(.eyebrow) { color: #b8cbe4; font-size: 1.03rem; line-height: 1.75; }
.operations-grid > img { width: 100%; max-height: 560px; border: 10px solid rgba(255,255,255,.08); border-radius: 7px; object-fit: cover; }
.coverage-strip { padding-block: 42px; background: #eef4fb; }
.coverage-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.coverage-grid > div { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 0 12px; padding: 14px 18px; border-right: 1px solid #cedbea; }
.coverage-grid > div:last-child { border-right: 0; }
.coverage-grid svg { grid-row: 1 / 3; align-self: center; color: var(--blue); }
.coverage-grid strong { font-size: 1.25rem; text-transform: uppercase; }
.coverage-grid span { color: var(--muted); font-size: .82rem; }
.quote-section { padding-block: 100px; background: #fff; }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.quote-intro h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.8rem, 4vw, 4.5rem); font-weight: 900; letter-spacing: -.05em; line-height: .98; text-transform: uppercase; }
.quote-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.quote-help { margin-top: 35px; display: grid; gap: 16px; }
.quote-help > div { display: flex; gap: 13px; align-items: flex-start; }
.quote-help svg { flex: 0 0 auto; color: var(--blue); }
.quote-help span { display: flex; flex-direction: column; color: var(--muted); font-size: .9rem; }
.quote-help strong { color: var(--ink); }
.quote-help a { color: var(--blue); font-weight: 800; }
.quote-form { padding: 38px; border-top: 5px solid var(--blue); background: var(--ice); box-shadow: 0 20px 50px rgba(5,31,66,.11); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid label { display: grid; gap: 7px; color: #183858; font-size: .83rem; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #b9c9da; border-radius: 4px; background: #fff; color: var(--ink); padding: 12px 13px; font: inherit; }
.form-grid input, .form-grid select { min-height: 48px; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(11,114,255,.18); border-color: var(--blue); }
.full-field { grid-column: 1 / -1; }
.form-note { margin: 18px 0; color: var(--muted); font-size: .8rem; }
.quote-next { padding-block: 100px; background: var(--ice); }
.next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.next-grid > div { position: relative; min-height: 230px; padding: 30px; border: 1px solid #d2dfeb; background: #fff; }
.next-grid > div > span { position: absolute; right: 24px; top: 20px; color: #d6e5f5; font-size: 2.8rem; font-weight: 900; }
.next-grid svg { color: var(--blue); }
.next-grid h3 { margin: 46px 0 8px; text-transform: uppercase; }
.next-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.contact-section { padding-block: 100px; background: #fff; }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: start; }
.contact-form-wrap .section-heading { margin-bottom: 34px; }
.contact-form-wrap .section-heading h2 { font-size: clamp(2.8rem, 4vw, 4.7rem); }
.contact-form-wrap .section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; }
.contact-form { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; color: #183858; font-size: .84rem; font-weight: 800; }
.contact-form label > span { color: var(--blue); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #bdcad8; border-radius: 4px; background: #fff; color: var(--ink); padding: 14px 15px; font: inherit; }
.contact-form input { min-height: 54px; }
.contact-form textarea { min-height: 220px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(11,114,255,.17); border-color: var(--blue); }
.contact-form .button { justify-self: start; }
.contact-details { display: grid; gap: 16px; }
.contact-card { padding: 27px; border: 1px solid #d2deea; background: var(--ice); }
.contact-card > svg { width: 28px; height: 28px; color: var(--blue); }
.contact-card h3 { margin: 18px 0 9px; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a { color: var(--blue); font-size: 1.1rem; font-weight: 800; }
.contact-card address { color: var(--muted); font-style: normal; line-height: 1.7; }
.contact-card-primary { padding: 32px; color: #fff; border-color: #17477f; background: linear-gradient(135deg, #041831, #082e62); }
.contact-card-primary > svg { color: #55adff; }
.contact-card-primary > span { display: block; margin-top: 30px; color: #75b4ff; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-card-primary h2 { margin: 9px 0 12px; font-size: 1.65rem; line-height: 1.15; text-transform: uppercase; }
.contact-card-primary p { margin: 0; color: #b8cbe4; line-height: 1.65; }
.hours-card dl { margin: 18px 0 0; }
.hours-card dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid #d4dfeb; }
.hours-card dl > div:last-child { border-bottom: 0; }
.hours-card dt { font-weight: 700; }
.hours-card dd { margin: 0; color: var(--muted); text-align: right; }

.cta { position: relative; overflow: hidden; padding-block: 100px; color: #fff; text-align: center; background: radial-gradient(circle at 70% 15%, rgba(0,107,255,.33), transparent 26%), #031630; }
.cta-glow { position: absolute; width: 420px; height: 420px; left: -130px; bottom: -250px; border: 1px solid rgba(40,139,255,.36); border-radius: 50%; box-shadow: 0 0 0 55px rgba(11,108,240,.05), 0 0 0 110px rgba(11,108,240,.025); }
.cta-inner { position: relative; z-index: 1; }
.cta .eyebrow { justify-content: center; }
.cta h2 { font-size: clamp(3rem, 5vw, 5rem); }
.cta-inner > p:not(.eyebrow) { max-width: 730px; margin: 20px auto 0; color: #bcd0e8; font-size: 1.08rem; }
.cta-actions { justify-content: center; }

footer { padding-top: 72px; color: #becde0; background: #020e1f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand p { max-width: 300px; margin: 24px 0 0; color: #8297b2; }
footer h3 { margin: 0 0 20px; color: #3b92ff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
footer a, footer .footer-contact span { margin-bottom: 12px; color: #b9c9dc; font-size: .86rem; }
.footer-contact a, .footer-contact span { display: inline-flex; align-items: center; gap: 9px; }
.footer-contact svg { color: #2c8fff; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #19304c; color: #6f86a1; font-size: .76rem; }

@media (max-width: 1240px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 1120px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .store-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .video-shell { max-width: 900px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div:nth-child(3) { border-top: 1px solid rgba(142,190,244,.18); }
  .proof-grid > div:nth-child(4) { border-top: 1px solid rgba(142,190,244,.18); }
  .industries-layout, .about-layout { gap: 50px; }
  .about-page-hero-grid { gap: 50px; }
  .portfolio-hero-grid { gap: 48px; }
  .quote-layout, .operations-grid { gap: 50px; }
  .dc-continuity-grid { gap: 50px; }
  .dc-process-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-location-list { grid-template-columns: repeat(3, 1fr); }
  .dc-location-list > div:nth-child(3) { border-right: 0; }
  .dc-location-list > div:nth-child(-n+3) { border-bottom: 1px solid #d9e3ed; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 1280px); }
  .catalog-section { padding-block: 72px; }
  .catalog-heading { grid-template-columns: 1fr; gap: 24px; }
  .catalog-stat { width: min(100%, 250px); }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .catalog-filter { display: block; }
  .catalog-cart-button { width: 100%; }
  .catalog-summary { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 12px; }
  .storefront-layout { grid-template-columns: 1fr; }
  .store-category-panel { display: none; }
  .header-inner { min-height: 84px; }
  .brand { min-width: auto; }
  .brand-logo-header { height: 76px; }
  .hero-message-inner, .video-feature { grid-template-columns: 1fr; gap: 28px; }
  .hero-message-copy .hero-actions { margin-top: 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 1px solid rgba(142,190,244,.18); border-top: 1px solid rgba(142,190,244,.18); }
  .proof-grid > div:first-child { border-top: 0; }
  .section { padding-block: 76px; }
  .service-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child, .product-card:last-child { grid-column: auto; }
  .industries-layout, .about-layout { grid-template-columns: 1fr; }
  .about-page-hero-grid, .about-story-grid { grid-template-columns: 1fr; gap: 48px; }
  .portfolio-hero-grid, .portfolio-intro { grid-template-columns: 1fr; gap: 38px; }
  .portfolio-hero-panel { max-width: 650px; }
  .portfolio-card { grid-column: span 6; }
  .portfolio-card-wide { grid-column: span 12; }
  .about-video-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-page-image-frame { max-width: 560px; }
  .about-story-heading { position: static; }
  .value-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-support-inner { grid-template-columns: auto 1fr; }
  .product-support-inner .button { grid-column: 1 / -1; justify-self: start; }
  .quote-layout, .operations-grid { grid-template-columns: 1fr; }
  .dc-continuity-grid { grid-template-columns: 1fr; }
  .dc-continuity-image { max-width: 680px; }
  .dc-coverage-heading { align-items: flex-start; flex-direction: column; }
  .dc-location-list { grid-template-columns: repeat(2, 1fr); }
  .dc-location-list > div:nth-child(3) { border-right: 1px solid #d9e3ed; }
  .dc-location-list > div:nth-child(-n+4) { border-bottom: 1px solid #d9e3ed; }
  .dc-location-list > div:nth-child(2n) { border-right: 0; }
  .dc-location-list > div:last-child { border-right: 1px solid #d9e3ed; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-grid > div { border-bottom: 1px solid #cedbea; }
  .coverage-grid > div:nth-child(2n) { border-right: 0; }
  .coverage-grid > div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 560px) {
  .catalog-heading h2 { font-size: 2.65rem; }
  .catalog-toolbar { padding: 18px; }
  .catalog-summary { padding-inline: 18px; }
  .store-product-grid { padding: 16px; grid-template-columns: 1fr; gap: 14px; }
  .store-product-card { min-height: 295px; padding: 18px; }
  .store-product-footer { align-items: flex-end; flex-direction: column; }
  .store-product-price { width: 100%; }
  .store-product-footer button { width: 100%; }
  .catalog-load-more { flex-direction: column; gap: 7px; }
  .store-cart-header { padding-left: 20px; }
  .store-cart-body { padding: 12px; }
  .store-cart-line { padding: 13px; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .store-cart-line-icon { width: 34px; height: 34px; }
  .store-cart-line-actions { align-items: flex-start; flex-direction: column; }
  .store-cart-footer { padding-inline: 14px; }
  .container { width: min(100% - 24px, 1280px); }
  .brand-logo-header { height: 70px; }
  .hero-photo > img { height: 220px; object-fit: cover; object-position: 38% center; }
  .hero-message-inner { padding-block: 28px; }
  .hero-photo h1 { font-size: 2.35rem; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .video-label { min-height: 36px; }
  .section-heading h2, .industry-copy h2, .about-copy h2 { font-size: 2.45rem; }
  .service-grid, .product-grid, .industry-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; aspect-ratio: 2 / 3; }
  .service-card > img { height: 100%; object-fit: contain; }
  .product-card:last-child { grid-column: auto; }
  .capability-panel { box-shadow: 8px 8px 0 #e7eef7; }
  .about-side { grid-template-columns: 1fr; }
  .about-page-hero { padding-block: 52px; }
  .about-page-hero h1 { font-size: 3rem; }
  .about-story { padding-block: 76px; }
  .about-story-copy { padding-left: 24px; }
  .about-video-section { padding-block: 76px; }
  .company-identifications { padding-block: 76px; }
  .portfolio-section { padding-block: 76px; }
  .portfolio-grid { gap: 16px; }
  .portfolio-card, .portfolio-card-wide { grid-column: span 12; }
  .portfolio-card-wide .portfolio-photo { aspect-ratio: 8 / 5; }
  .portfolio-card figcaption { min-height: 0; }
  .identification-grid { grid-template-columns: 1fr; }
  .identification-card-wide { grid-column: auto; }
  .inner-hero { padding-block: 60px; }
  .inner-hero h1 { font-size: 3.15rem; }
  .category-grid, .location-grid, .coverage-grid, .form-grid, .next-grid { grid-template-columns: 1fr; }
  .dc-continuity { padding-block: 76px; }
  .dc-continuity-image { box-shadow: 8px 8px 0 #e8eff7; }
  .dc-continuity-image img { min-height: 260px; }
  .dc-process-grid, .dc-location-list { grid-template-columns: 1fr; }
  .dc-process-grid article { min-height: 220px; }
  .dc-location-list > div, .dc-location-list > div:nth-child(3), .dc-location-list > div:nth-child(2n), .dc-location-list > div:last-child { border-right: 0; border-bottom: 1px solid #d9e3ed; }
  .dc-location-list > div:last-child { border-bottom: 0; }
  .coverage-grid > div { border-right: 0; border-bottom: 1px solid #cedbea; }
  .coverage-grid > div:last-child { grid-column: auto; border-bottom: 0; }
  .full-field { grid-column: auto; }
  .quote-form { padding: 26px 20px; }
  .contact-section { padding-block: 74px; }
  .integration-image { max-width: 320px; margin-inline: auto; }
  .capability-panel > div { padding: 23px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { padding-block: 20px; flex-direction: column; align-items: flex-start; }
}

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

/* WordPress integration and accessible theme controls. */
.admin-bar .site-header { top: 32px; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.gps-site { min-height: 100vh; background: var(--white); }
.gps-icon { width: 24px; height: 24px; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gps-site a:focus-visible, .gps-site button:focus-visible, .gps-site input:focus-visible, .gps-site select:focus-visible, .gps-site textarea:focus-visible, .gps-site summary:focus-visible { outline: 3px solid #65a9ff; outline-offset: 3px; }
.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; }
.screen-reader-text:focus { position: fixed; z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: var(--ink); box-shadow: 0 3px 14px rgba(0,0,0,.2); }
.skip-link { position: absolute; }
.gps-form-status { margin: 0 0 24px; padding: 14px 16px; border-left: 4px solid var(--blue); background: #eaf4ff; color: var(--ink); }
.gps-form-status.is-error { border-left-color: var(--red); background: #fff1f3; }
.gps-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.site-footer { padding-top: 72px; color: #becde0; background: #020e1f; }
.site-footer h3 { margin: 0 0 20px; color: #3b92ff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a, .site-footer .footer-contact span { margin-bottom: 12px; color: #b9c9dc; font-size: .86rem; }
.gps-nav-list { margin: 0; padding: 0; display: flex; align-items: center; gap: 30px; list-style: none; }
.gps-nav-list li { margin: 0; padding: 0; }
.desktop-nav .current-menu-item > a, .desktop-nav .current_page_item > a, .desktop-nav .current-menu-ancestor > a { color: var(--blue); }

/* Vanilla-JS equipment catalog and cart drawer. */
.catalog-search-wrap { position: relative; }
.catalog-search-wrap .gps-icon { position: absolute; left: 16px; top: 50%; width: 20px; height: 20px; color: #61738a; transform: translateY(-50%); }
.catalog-search-wrap input { padding-left: 48px; }
.catalog-cart-button { cursor: pointer; }
.store-category-list button, .store-product-footer button, .store-cart-line-actions button, .store-cart-footer button, .store-cart-close { font: inherit; cursor: pointer; }
.store-category-list button { width: 100%; text-align: left; }
.store-product-footer button:disabled { opacity: .55; cursor: not-allowed; }
.store-cart-overlay { position: fixed; z-index: 9998; inset: 0; border: 0; background: rgba(2,14,31,.65); cursor: pointer; }
.store-cart-sheet { position: fixed; z-index: 9999; top: 0; right: 0; width: min(460px, 100%); height: 100vh; display: flex; flex-direction: column; background: #f5f8fc; box-shadow: -24px 0 70px rgba(2,14,31,.28); transform: translateX(105%); transition: transform .24s ease; }
.store-cart-sheet.is-open { transform: translateX(0); }
.store-cart-sheet[hidden], .store-cart-overlay[hidden] { display: none; }
.store-cart-close { position: absolute; z-index: 2; top: 20px; right: 18px; width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 5px; background: rgba(255,255,255,.1); color: #fff; }
.store-cart-content { min-height: 0; display: flex; flex: 1 1 auto; flex-direction: column; overflow: hidden; }
.store-cart-body { overflow-y: auto; }
.store-cart-footer { display: grid; }
.store-cart-clear { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #b9c9da; border-radius: 5px; background: #fff; color: #24415f; font-weight: 800; }
.store-cart-clear:hover { background: #eef5fc; }
.store-cart-clear svg { width: 16px; height: 16px; }
.store-cart-empty[hidden], .store-cart-footer[hidden] { display: none; }
.catalog-no-results { grid-column: 1 / -1; padding: 55px 24px; text-align: center; color: var(--muted); }
.catalog-load-more button[hidden] { display: none; }
body.gps-cart-open { overflow: hidden; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
