:root {
  --navy: #0b2347;
  --blue: #075be8;
  --blue-hover: #0048bf;
  --text: #526177;
  --muted: #657187;
  --white: #fff;
  --surface: #f4f6f9;
  --line: #dde3eb;
  --light-blue: #eaf1ff;
  --radius: 8px;
  --container: 1328px;
  --header-row-height: 80px;
  --grid-gap: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a, input, select, textarea { outline-offset: 5px; }
:focus-visible { outline: 3px solid var(--blue); }
::selection { background: #dbe8ff; color: var(--navy); }
[id] { scroll-margin-top: calc(var(--header-row-height) + 1px); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
h1, h2 { text-wrap: balance; }
h2 { font-size: clamp(30px, 3vw, 43px); letter-spacing: -1.6px; font-weight: 700; }
h3 { font-size: 20px; letter-spacing: -.45px; }
.container { width: min(calc(100% - 112px), var(--container)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--navy); color: white; transform: translateY(-160%); border-radius: 4px; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); border-bottom: 1px solid rgb(11 35 71 / 7%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; min-height: var(--header-row-height); }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; text-decoration: none; }
.wordmark { font-size: 38px; line-height: 1; font-weight: 800; letter-spacing: -2px; }
.wordmark > span:first-child { font-weight: 300; letter-spacing: -2.2px; }
.brand-dot { color: var(--blue); }
.brand-tagline { margin-top: 7px; font-size: 8px; font-weight: 500; text-transform: uppercase; letter-spacing: 3.3px; }
.primary-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.primary-nav > a:not(.button) { padding-block: 13px; font-size: 14px; text-decoration: none; transition: color 160ms ease; }
.primary-nav > a:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 52px; padding: 12px 26px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.button .icon { width: 20px; height: 20px; }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: var(--blue-hover); color: var(--white); box-shadow: 0 5px 15px rgb(7 91 232 / 12%); }
.button-primary:active { background: #003d9f; }
.button-outline { color: var(--navy); background: rgb(255 255 255 / 65%); border-color: #8792a4; }
.button-outline:hover { background: var(--white); border-color: var(--navy); }
.button:disabled { cursor: not-allowed; opacity: .55; }
.menu-toggle, .nav-quote { display: none; }
.services-menu { position: relative; }
.services-menu summary { display: flex; align-items: center; gap: 7px; min-height: 44px; padding-block: 13px; font-size: 14px; list-style: none; cursor: pointer; }
.services-menu summary::-webkit-details-marker { display: none; }
.services-menu summary:hover, .services-menu[open] summary { color: var(--blue); }
.menu-chevron { width: 13px; height: 13px; transition: transform 160ms ease; }
.services-menu[open] .menu-chevron { transform: rotate(180deg); }
.services-dropdown { position: absolute; z-index: 30; top: calc(100% + 12px); left: -20px; width: 265px; padding: 9px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 35px rgb(11 35 71 / 12%); }
.services-dropdown a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; padding: 11px 13px; border-radius: 4px; font-size: 13px; text-decoration: none; }
.services-dropdown a:hover, .services-dropdown a[aria-current="page"] { background: var(--light-blue); color: var(--blue); }
.services-dropdown .all-services-link { margin-bottom: 6px; border-bottom: 1px solid var(--line); border-radius: 0; font-weight: 600; }
.all-services-link .icon { width: 17px; height: 17px; }
.hero { position: relative; isolation: isolate; background: var(--surface); overflow: hidden; }
.hero-image { position: absolute; z-index: -2; top: 0; bottom: 0; right: 0; width: 69%; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--surface) 0%, var(--surface) 31%, rgb(244 246 249 / 98%) 38%, rgb(244 246 249 / 82%) 46%, rgb(244 246 249 / 24%) 62%, transparent 74%); }
.hero-inner { display: flex; align-items: center; min-height: 548px; padding-block: 64px; }
.hero-copy { width: 640px; max-width: 100%; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
h1 { font-size: clamp(48px, 4.8vw, 72px); line-height: 1.04; letter-spacing: -3.7px; font-weight: 750; }
h1 span { color: var(--blue); }
.hero-description { margin-top: 26px; font-size: 18px; line-height: 1.65; color: var(--text); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-actions .button { min-width: 169px; }
.image-caption { position: absolute; right: 4%; bottom: 25px; display: flex; align-items: center; gap: 17px; color: white; font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; text-shadow: 0 1px 6px #000; }
.caption-line { width: 45px; height: 1px; background: rgb(255 255 255 / 70%); }
.benefits { border-bottom: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--grid-gap); padding-block: 19px; }
.benefit { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; gap: 12px; padding-inline: 8px; }
.benefit:not(:last-child)::after { content: ''; position: absolute; inset-block: 0; right: calc(var(--grid-gap) / -2); border-right: 1px solid var(--line); }
.benefit > div { min-width: 0; }
.benefit > .icon { width: 28px; height: 28px; stroke-width: 1.45; }
.benefit h2 { font-size: 12px; letter-spacing: -.1px; line-height: 1.4; }
.benefit p { margin-top: 4px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.section { padding-block: 88px; }
.services-section { background: var(--surface); padding-top: 68px; padding-bottom: 45px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.services-section h2 { font-size: clamp(28px, 2.6vw, 36px); letter-spacing: -1.3px; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--grid-gap); }
.service-card { display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease; }
.service-card:hover { border-color: #88adea; box-shadow: 0 7px 20px rgb(11 35 71 / 7%); }
.service-card:focus-visible { outline-offset: 4px; }
.service-image { position: relative; overflow: hidden; aspect-ratio: 1.58; background: #dce3e9; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card[data-service="engineering"] img { object-position: 50% 64%; }
.service-card[data-service="cables"] img { object-position: 50% 50%; }
.service-number { position: absolute; top: 10px; left: 10px; padding: 2px 7px; border-radius: 3px; color: var(--navy); background: rgb(255 255 255 / 93%); font-size: 9px; font-weight: 600; letter-spacing: 1px; }
.service-copy { display: grid; flex: 1; grid-template-columns: minmax(0, 1fr) 18px; align-content: start; align-items: center; column-gap: 9px; row-gap: 6px; padding: 14px 15px; }
.service-copy h3 { grid-column: 1 / -1; font-size: 15px; letter-spacing: -.45px; line-height: 1.4; }
.service-copy p { font-size: 12px; line-height: 1.65; color: var(--text); }
.service-link { display: flex; align-items: center; color: var(--blue); }
.service-link .icon { width: 18px; height: 18px; }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.why-intro > p:not(.eyebrow) { max-width: 420px; margin-top: 24px; color: var(--text); font-size: 15px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; font-size: 13px; font-weight: 600; text-decoration: none; color: var(--blue); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.why-intro .text-link { margin-top: 25px; }
.why-list article { display: flex; gap: 21px; padding-block: 27px; border-bottom: 1px solid var(--line); }
.why-list article:first-child { padding-top: 0; }
.why-list article:last-child { border-bottom: 0; padding-bottom: 0; }
.feature-icon { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 7px; background: var(--light-blue); color: var(--blue); }
.why-list h3 { font-size: 18px; line-height: 1.4; }
.why-list p { margin-top: 8px; font-size: 14px; line-height: 1.8; color: var(--text); }
.process-section { padding-block: 66px; background: var(--navy); color: var(--white); }
.process-section .eyebrow { color: #a7b9d4; }
.process-section h2 { font-size: 33px; letter-spacing: -1px; }
.process-label { font-size: 12px; color: #bdcbe0; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; margin: 42px 0 0; list-style: none; gap: 58px; }
.process-grid li { border-top: 1px solid #39506f; padding-top: 23px; }
.step-number { display: block; font-size: 13px; font-weight: 600; letter-spacing: 2px; color: #a9c5f8; margin-bottom: 21px; }
.step-number span { color: #526988; margin-left: 7px; }
.process-grid h3 { font-size: 21px; }
.process-grid p { font-size: 14px; line-height: 1.85; color: #c0cde0; margin-top: 12px; max-width: 310px; }
.about-layout { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 85px; }
.about-image { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--navy); }
.about-image img { width: 100%; height: 400px; object-fit: cover; }
.about-image::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgb(6 20 41 / 80%)); pointer-events: none; }
.about-image figcaption { position: absolute; z-index: 1; bottom: 24px; left: 26px; right: 26px; color: var(--white); font-size: 12px; }
.about-copy > p:not(.eyebrow) { color: var(--text); font-size: 15px; line-height: 1.85; margin-top: 22px; }
.location-label { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; padding-top: 24px; margin-top: 29px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.location-label .icon { width: 17px; height: 17px; color: var(--blue); }
.location-separator { width: 1px; height: 12px; background: var(--line); margin-inline: 4px; }
/* Let the last section reach the sticky header even in a tall viewport. */
.contact-section { min-height: calc(100svh - var(--header-row-height) - 1px); padding-block: 85px; background: var(--surface); border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.contact-copy { padding-top: 15px; }
.contact-copy h2 { font-size: clamp(36px, 3.7vw, 52px); letter-spacing: -2px; }
.contact-copy > p:not(.eyebrow) { max-width: 375px; margin-top: 25px; color: var(--text); font-size: 15px; line-height: 1.85; }
.contact-details { display: flex; flex-direction: column; gap: 28px; margin-top: 43px; }
.contact-details > div { display: flex; align-items: flex-start; gap: 16px; }
.contact-details > div > .icon { width: 22px; height: 22px; color: var(--blue); }
.contact-details h3 { font-size: 12px; line-height: 1.6; font-weight: 400; color: var(--text); letter-spacing: 0; }
.contact-details p { margin-top: 3px; font-size: 15px; font-weight: 600; }
.contact-details span { display: block; margin-top: 3px; color: var(--text); font-size: 11px; }
.contact-address { margin-top: 6px; font-size: 15px; line-height: 1.85; font-style: normal; }
.contact-address strong { font-weight: 600; }
.contact-map { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 4px; color: var(--blue); font-size: 12px; font-weight: 600; text-decoration: none; }
.contact-map:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-map .icon { width: 17px; height: 17px; transform: rotate(-45deg); }
.brief-panel { padding: 32px; border: 1px solid var(--line); background: var(--white); border-radius: 10px; box-shadow: 0 5px 25px rgb(11 35 71 / 3%); }
.brief-heading h3 { font-size: 22px; }
.brief-heading > p { font-size: 12px; margin-top: 9px; color: var(--text); }
form { margin-top: 24px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; min-width: 0; }
.field label { font-size: 12px; font-weight: 600; }
.field label span { color: var(--text); font-weight: 400; font-size: 11px; }
input, select, textarea { width: 100%; min-height: 44px; min-width: 0; border: 1px solid #bdc7d5; border-radius: 5px; color: var(--navy); background: var(--white); padding: 11px 12px; font-size: 13px; line-height: 1.5; transition: border-color 150ms ease; }
select { padding-right: 24px; }
textarea { resize: vertical; min-height: 104px; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
input:hover, select:hover, textarea:hover { border-color: #8393ab; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); }
.form-note { color: var(--text); font-size: 11px; line-height: 1.75; margin-bottom: 16px; }
.download-button { width: 100%; }
.form-status:not(:empty) { margin-top: 14px; padding: 12px; border-radius: 5px; color: var(--navy); background: var(--light-blue); font-size: 12px; line-height: 1.7; }
.site-footer { padding-top: 38px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 32px; }
.footer-top .wordmark { font-size: 34px; }
.footer-top .brand-tagline { font-size: 6.5px; letter-spacing: 2.7px; }
.footer-top > p { font-size: 13px; color: var(--text); }
.footer-top .text-link { color: var(--navy); font-size: 12px; }
.footer-bottom { display: flex; align-items: center; gap: 25px; border-top: 1px solid var(--line); padding-block: 15px; font-size: 10px; color: var(--text); }
.footer-bottom a { margin-left: auto; padding-block: 10px; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.credits-page { max-width: 780px; margin: 70px auto; padding-inline: 24px; }
.credits-page h1 { font-size: 40px; letter-spacing: -1.5px; margin-block: 22px; }
.credits-page h2 { font-size: 20px; letter-spacing: -.5px; margin-top: 30px; }
.credits-page p, .credits-page li { color: var(--text); font-size: 15px; margin-top: 12px; }
.credits-page li { margin-block: 22px; }
.credits-page a { color: var(--blue); text-underline-offset: 3px; }

@media (min-width: 1600px) {
  .hero-inner { min-height: 590px; }
  .hero::before { background: linear-gradient(90deg, var(--surface) 0%, var(--surface) 35%, rgb(244 246 249 / 90%) 43%, transparent 72%); }
}
@media (max-width: 1199px) {
  :root { --grid-gap: 12px; }
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 24px; }
  .primary-nav { gap: 23px; }
  .header-quote { padding-inline: 20px; }
  .benefit { gap: 10px; }
  .benefit > .icon { width: 26px; height: 26px; }
  .benefit h2 { font-size: 11px; }
  .benefit p { display: none; }
  .service-copy { padding-inline: 12px; }
  .service-copy h3 { font-size: 13px; }
  .service-copy p { font-size: 12px; }
  .section-heading { gap: 20px; }
  .why-layout { gap: 60px; }
  .about-layout, .contact-layout { gap: 50px; }
  .brief-panel { padding: 25px; }
}
@media (max-width: 959px) {
  :root { --header-row-height: 88px; --grid-gap: 20px; }
  .header-inner { flex-wrap: wrap; }
  .wordmark { font-size: 36px; }
  .brand-tagline { font-size: 7px; letter-spacing: 2.8px; }
  .primary-nav { gap: 22px; }
  .primary-nav > a:not(.button) { font-size: 13px; }
  .header-quote { display: none; }
  .hero-inner { min-height: 525px; padding-block: 54px; }
  .hero-copy { width: 520px; }
  h1 { font-size: 58px; letter-spacing: -2.8px; }
  .hero::before { background: linear-gradient(90deg, var(--surface) 0%, rgb(244 246 249 / 98%) 30%, rgb(244 246 249 / 90%) 47%, rgb(244 246 249 / 14%) 82%); }
  .hero-description { font-size: 17px; }
  .benefit-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 24px; }
  .benefit { grid-column: span 2; }
  .benefit:nth-last-child(-n+2) { grid-column: span 3; }
  .benefit:nth-child(3)::after { display: none; }
  .benefit h2 { font-size: 12px; }
  .benefit p { display: block; }
  .section { padding-block: 64px; }
  .section-heading { align-items: flex-start; }
  .service-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
  .service-card { grid-column: span 2; }
  .service-card:nth-last-child(-n+2) { grid-column: span 3; }
  .service-card:nth-last-child(-n+2) .service-image { aspect-ratio: 2.1; }
  .service-copy { padding: 18px; }
  .service-copy h3 { font-size: 16px; }
  .service-copy p { font-size: 14px; }
  .why-layout { gap: 40px; }
  h2 { font-size: 33px; }
  .why-list h3 { font-size: 16px; }
  .why-list article { gap: 14px; }
  .feature-icon { width: 36px; height: 36px; }
  .process-label { display: none; }
  .process-grid { gap: 30px; }
  .about-layout { gap: 35px; }
  .about-image img { height: 430px; }
  .location-separator { display: none; }
  .contact-layout { grid-template-columns: .8fr 1.2fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  input, select, textarea { font-size: 16px; }
}
@media (max-width: 699px) {
  .container { width: calc(100% - 40px); }
  .header-inner { gap: 0; }
  .wordmark { font-size: 35px; }
  .brand-tagline { font-size: 6.5px; letter-spacing: 2.8px; }
  .primary-nav { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 8px 0; }
  .js .menu-toggle { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 10px 0 10px 14px; border: 0; background: transparent; color: var(--navy); font-size: 12px; }
  .menu-lines, .menu-lines::after { width: 19px; height: 1.5px; background: var(--navy); }
  .menu-lines { position: relative; margin-bottom: 6px; }
  .menu-lines::after { content: ''; position: absolute; top: 6px; right: 0; }
  .menu-toggle[aria-expanded="true"] .menu-lines { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-90deg); top: 0; }
  .js .primary-nav { display: none; }
  .js .primary-nav[data-open] { display: flex; align-items: stretch; flex-direction: column; gap: 2px; padding-block: 12px 20px; margin: 0; }
  .primary-nav > a:not(.button) { font-size: 16px; }
  .primary-nav .nav-quote { display: inline-flex; margin-top: 10px; }
  .hero { display: flex; flex-direction: column; }
  .hero::before { display: none; }
  .hero-inner { order: 0; min-height: auto; padding-block: 42px 30px; }
  .hero-image { position: relative; order: 1; width: 100%; height: 245px; z-index: 0; }
  .hero-image::before { content: ''; position: absolute; inset: 0 0 auto; height: 45px; background: linear-gradient(var(--surface), transparent); }
  .hero-image img { object-position: 65% 53%; }
  .hero-copy { width: 100%; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.55px; margin-bottom: 19px; gap: 8px; }
  h1 { font-size: clamp(40px, 9.65vw, 64px); letter-spacing: -2px; line-height: 1.08; }
  .hero-description { font-size: 16px; margin-top: 22px; line-height: 1.7; }
  .hero-actions { gap: 10px; margin-top: 24px; flex-wrap: nowrap; }
  .hero-actions .button { min-width: 0; padding-inline: 19px; min-height: 50px; font-size: 12px; gap: 15px; }
  .image-caption { z-index: 1; bottom: 19px; left: 20px; right: 20px; font-size: 8px; }
  .image-caption .caption-line { flex: 1; }
  .image-caption > span:last-child { display: none; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 0; padding-block: 4px; }
  .benefit, .benefit:nth-last-child(-n+2) { grid-column: auto; align-items: flex-start; padding: 18px 0; gap: 10px; }
  .benefit::after { display: none; }
  .benefit:not(:last-child) { border-bottom: 1px solid var(--line); }
  .benefit:last-child { grid-column: 1 / -1; }
  .benefit p { margin-top: 3px; }
  .benefit > .icon { width: 25px; height: 25px; }
  .section { padding-block: 52px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.7px; margin-bottom: 13px; }
  h2 { font-size: 31px; letter-spacing: -1.2px; }
  .section-heading { margin-bottom: 25px; }
  .services-section h2 { font-size: 29px; max-width: 350px; }
  .service-grid { grid-template-columns: 1fr; gap: 13px; }
  .service-card, .service-card:nth-last-child(-n+2) { grid-column: auto; display: grid; grid-template-columns: 31% 1fr; min-height: 169px; }
  .service-image, .service-card:nth-last-child(-n+2) .service-image { aspect-ratio: auto; min-height: 100%; }
  .service-copy { padding: 17px; }
  .service-copy h3 { font-size: 16px; }
  .service-copy p { font-size: 13px; margin-top: 7px; margin-bottom: 13px; line-height: 1.7; }
  .service-link { font-size: 11px; }
  .service-number { font-size: 8px; top: 8px; left: 8px; }
  .why-layout { grid-template-columns: 1fr; gap: 37px; }
  .why-intro > p:not(.eyebrow) { font-size: 16px; margin-top: 20px; }
  .why-intro .text-link { margin-top: 15px; }
  .why-list article { gap: 16px; padding-block: 23px; }
  .feature-icon { width: 41px; height: 41px; }
  .why-list h3 { font-size: 17px; }
  .why-list p { font-size: 15px; }
  .process-section { padding-block: 49px; }
  .process-section h2 { font-size: 30px; }
  .process-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; }
  .process-grid li { position: relative; padding-top: 21px; padding-left: 43px; }
  .step-number { position: absolute; left: 0; top: 21px; font-size: 11px; margin: 0; }
  .step-number span { display: none; }
  .process-grid h3 { font-size: 20px; }
  .process-grid p { font-size: 15px; max-width: none; }
  .about-layout { display: flex; flex-direction: column-reverse; gap: 30px; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; }
  .about-image { width: 100%; }
  .about-image img { height: 260px; }
  .about-image figcaption { font-size: 11px; left: 20px; bottom: 20px; }
  .location-label { font-size: 11px; }
  .location-separator { display: block; }
  .contact-section { padding-block: 48px; }
  .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .contact-copy { padding: 0; }
  .contact-copy h2 { font-size: 39px; letter-spacing: -1.5px; }
  .contact-copy > p:not(.eyebrow) { font-size: 16px; }
  .contact-details { margin-top: 29px; gap: 23px; }
  .contact-details h3 { font-size: 13px; }
  .contact-details span { font-size: 12px; }
  .brief-panel { padding: 23px 19px; }
  .brief-heading h3 { font-size: 21px; }
  .brief-heading > p { font-size: 13px; }
  .field label { font-size: 13px; }
  .field label span { font-size: 12px; }
  .form-note { font-size: 12px; }
  .footer-top { flex-wrap: wrap; gap: 16px; padding-bottom: 27px; }
  .footer-top > p { width: 100%; order: 2; font-size: 12px; }
  .footer-bottom { flex-wrap: wrap; gap: 8px 20px; }
  .footer-bottom a { margin-left: 0; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 37px; }
  .hero-actions .button { padding-inline: 14px; font-size: 11px; gap: 10px; }
  .service-card, .service-card:nth-last-child(-n+2) { grid-template-columns: 27% 1fr; }
  .service-copy { padding: 14px; }
  .service-copy h3 { font-size: 15px; }
}
/* Keep the overview at least as tall as the available viewport. Extra space
   goes into the hero, so the next section begins after the first screen.
   On short windows and phones, readable content can extend beyond one screen. */
.home-overview { display: flex; flex-direction: column; min-height: calc(100svh - var(--header-row-height) - 1px); }
.home-overview > .hero { display: flex; flex-grow: 1; align-items: center; justify-content: center; }
.home-page .hero-inner { min-height: clamp(270px, calc(100svh - 458px), 420px); padding-block: 18px; }
.home-page .hero-copy { width: 600px; }
.home-page .hero h1 { font-size: clamp(48px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -2.7px; }
.home-page .hero .eyebrow { margin-bottom: 10px; }
.home-page .hero-description { max-width: 480px; margin-top: 16px; font-size: 16px; line-height: 1.5; }
.home-page .hero-actions { margin-top: 18px; }
.home-page .hero-actions .button { min-height: 46px; padding-block: 10px; }
.home-page .services-section { padding-block: 24px 16px; }
.home-page .services-section .section-heading { margin-bottom: 17px; align-items: flex-end; }
.home-page .services-section .eyebrow { margin-bottom: 7px; }
.home-page .services-section h2 { font-size: clamp(25px, 2.3vw, 32px); letter-spacing: -1.15px; }
.services-heading-link { flex-shrink: 0; font-size: 12px; gap: 10px; min-height: 32px; }
.services-heading-link .icon { width: 18px; height: 18px; }
.home-page .service-image { height: clamp(80px, 12svh, 126px); aspect-ratio: auto; }
.home-page .service-image img { position: absolute; inset: 0; }
.home-page .service-copy { padding: 12px 14px; }
.home-page .service-copy p { margin: 0; font-size: 12px; line-height: 1.65; }

.service-page-intro { padding-bottom: 54px; background: var(--surface); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-block: 22px; font-size: 12px; color: var(--text); }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 32px; text-underline-offset: 4px; }
.breadcrumbs > span[aria-hidden] { color: #8b96a6; }
.breadcrumbs [aria-current] { color: var(--navy); }
.service-hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 70px; }
.service-hero h1 { font-size: clamp(40px, 4.2vw, 62px); letter-spacing: -2.4px; }
.service-hero .eyebrow { justify-content: space-between; max-width: 290px; }
.service-hero .eyebrow span { letter-spacing: 1px; }
.service-tagline { margin-top: 21px; color: var(--blue); font-size: 20px; line-height: 1.5; }
.service-summary { margin-top: 19px; color: var(--text); font-size: 16px; line-height: 1.8; max-width: 570px; }
.service-hero .hero-actions { align-items: center; gap: 27px; }
.service-hero-image { border-radius: 9px; overflow: hidden; height: 360px; background: #dce3e9; }
.service-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.service-page-engineering .service-hero-image img { object-position: center 67%; }
.service-page-cables .service-hero-image img { object-position: center 48%; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 35px; }
.capability-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.capability-number { display: block; color: var(--blue); font-size: 12px; letter-spacing: 1px; margin-bottom: 17px; }
.capability-grid h3 { font-size: 21px; }
.capability-grid p { color: var(--text); margin-top: 14px; font-size: 15px; line-height: 1.8; }
.service-brief-section { padding-block: 65px; background: var(--surface); }
.service-brief-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.service-brief-layout > div > p:not(.eyebrow) { font-size: 15px; color: var(--text); line-height: 1.9; margin-top: 24px; max-width: 510px; }
.service-checklist { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-checklist h3 { font-size: 20px; }
.service-checklist ul { padding: 0; margin: 22px 0 0; list-style: none; }
.service-checklist li { display: flex; align-items: flex-start; gap: 13px; padding-block: 10px; font-size: 15px; color: var(--text); }
.service-checklist .icon { width: 18px; height: 23px; color: var(--blue); }
.service-next-section { background: var(--navy); color: white; padding-block: 55px; }
.service-next { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.service-next .eyebrow { color: #a7b9d4; }
.service-next h2 { font-size: 35px; }
.service-next p:not(.eyebrow) { margin-top: 15px; color: #c0cde0; font-size: 15px; }
.service-next > .button { flex-shrink: 0; max-width: 100%; }
.related-services { padding-block: 40px; }
.related-services > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.related-services a { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 48px; font-size: 13px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); }
.related-services a:hover { color: var(--blue); }
.related-services .icon { width: 18px; height: 18px; color: var(--blue); }

@media (min-width: 960px) and (max-height: 760px) {
  .home-page { --header-row-height: 68px; }
  .home-page .header-inner .wordmark { font-size: 33px; }
  .home-page .header-inner .brand-tagline { font-size: 7px; letter-spacing: 2.6px; }
  .home-page .header-quote { min-height: 44px; padding-block: 10px; }
  .home-page .hero-inner { min-height: clamp(238px, calc(100svh - 414px), 350px); padding-block: 14px; }
  .home-page .hero h1 { font-size: 46px; letter-spacing: -2px; }
  .home-page .hero .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .home-page .hero-description { margin-top: 12px; font-size: 15px; line-height: 1.45; }
  .home-page .hero-actions { margin-top: 16px; }
  .home-page .hero-actions .button { min-height: 44px; }
  .home-page .benefit-grid { padding-block: 13px; }
  .home-page .services-section { padding-block: 17px 14px; }
  .home-page .services-section .section-heading { margin-bottom: 13px; }
  .home-page .services-section h2 { font-size: 27px; }
  .home-page .service-image { height: clamp(62px, 11svh, 82px); }
  .home-page .service-copy { padding-block: 10px; }
}
@media (max-width: 1199px) {
  .home-page .service-copy { padding-inline: 11px; column-gap: 6px; }
  .home-page .service-copy h3 { font-size: 13px; }
  .services-heading-link { display: none; }
  .service-hero { gap: 35px; }
  .service-brief-layout { gap: 45px; }
  .service-next { align-items: flex-start; }
  .service-next h2 { font-size: 30px; }
}
@media (max-width: 959px) {
  .services-menu summary { font-size: 13px; }
  .home-page .hero-inner { min-height: 310px; padding-block: 35px; }
  .home-page .hero h1 { font-size: 52px; }
  .home-page .service-image, .home-page .service-card:nth-last-child(-n+2) .service-image { height: 120px; }
  .home-page .service-copy h3 { font-size: 16px; }
  .home-page .service-copy { padding: 17px; }
  .home-page .service-copy p { font-size: 14px; }
  .service-hero { grid-template-columns: 1fr 1fr; gap: 28px; }
  .service-hero h1 { font-size: 43px; }
  .service-tagline { font-size: 18px; }
  .service-summary { font-size: 15px; }
  .service-hero-image { height: 390px; }
  .capability-grid { gap: 26px; }
  .capability-grid h3 { font-size: 19px; }
  .service-brief-layout { gap: 30px; }
  .service-checklist { padding: 23px; }
  .service-next { flex-direction: column; gap: 25px; }
  .related-services > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 699px) {
  :root { --header-row-height: 72px; }
  .services-menu { width: 100%; }
  .services-menu summary { justify-content: space-between; font-size: 16px; }
  .services-dropdown { position: static; width: 100%; box-shadow: none; margin-block: 4px 10px; border: 0; border-left: 2px solid var(--line); border-radius: 0; padding: 0 0 0 10px; }
  .services-dropdown a { font-size: 14px; }
  .js .primary-nav[data-open] { max-height: calc(100svh - 72px); overflow-y: auto; }
  .home-page .hero { order: 0; }
  .home-page .hero-image, .home-page .image-caption { display: none; }
  .home-page .hero-inner { min-height: 0; padding-block: 30px 28px; }
  .home-page .hero h1 { font-size: clamp(36px, 9.65vw, 52px); letter-spacing: -1.9px; }
  .home-page .hero .eyebrow { font-size: 8px; margin-bottom: 15px; }
  .home-page .hero-description { font-size: 15px; margin-top: 17px; }
  .home-page .hero-description br { display: none; }
  .home-page .hero-actions { margin-top: 21px; }
  .home-page .services-section { order: 1; padding-block: 24px; border-top: 1px solid var(--line); }
  .home-page .services-section h2 { font-size: 25px; max-width: 480px; }
  .home-page .services-section .section-heading { margin-bottom: 19px; }
  .home-page .service-grid { gap: 10px; }
  .home-page .service-card { min-height: 94px; grid-template-columns: 27% 1fr; }
  .home-page .service-image, .home-page .service-card:nth-last-child(-n+2) .service-image { height: 100%; min-height: 100%; }
  .home-page .service-copy { padding: 11px 13px; }
  .home-page .service-copy h3 { font-size: 15px; }
  .home-page .service-copy p { font-size: 12px; }
  .home-page .benefits { order: 2; }
  .breadcrumbs { padding-block: 15px; gap: 8px; font-size: 11px; }
  .service-page-intro { padding-bottom: 30px; }
  .service-hero { grid-template-columns: 1fr; gap: 28px; }
  .service-hero h1 { font-size: clamp(35px, 9.5vw, 48px); letter-spacing: -1.7px; }
  .service-tagline { font-size: 19px; margin-top: 17px; }
  .service-summary { font-size: 16px; margin-top: 15px; }
  .service-hero .hero-actions { flex-wrap: wrap; margin-top: 23px; gap: 20px; }
  .service-hero-image { height: 230px; }
  .capability-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 27px; }
  .capability-grid p { font-size: 16px; }
  .capability-grid h3 { font-size: 21px; }
  .service-brief-section { padding-block: 45px; }
  .service-brief-layout { grid-template-columns: 1fr; gap: 30px; }
  .service-brief-layout > div > p:not(.eyebrow) { font-size: 16px; }
  .service-checklist { padding: 24px 20px; }
  .service-checklist li { font-size: 16px; }
  .service-next-section { padding-block: 43px; }
  .service-next > .button { white-space: normal; font-size: 13px; padding-inline: 18px; }
  .related-services { padding-block: 30px; }
  .related-services > div { grid-template-columns: 1fr; gap: 10px; }
  .related-services a { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
