:root {
  --navy: #08283f;
  --navy-2: #0c354f;
  --blue: #00a6c4;
  --blue-light: #67d7e7;
  --orange: #f38a32;
  --ink: #13242f;
  --muted: #5f6f79;
  --mist: #edf5f7;
  --line: #d8e4e8;
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 0 0 6px 6px; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(8,40,63,.12); backdrop-filter: blur(10px); }
.utility-bar { background: var(--navy); color: #cfdee6; font-size: .78rem; letter-spacing: .04em; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner a { color: var(--white); text-decoration: none; font-weight: 600; }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.05; }
.brand-logo { display: block; width: min(245px, 28vw); height: auto; max-height: 60px; object-fit: contain; object-position: left center; }
.brand-mark { width: 55px; height: 42px; display: grid; place-items: center; background: var(--navy); color: var(--white); border-radius: 2px 14px 2px 2px; font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; font-weight: 700; letter-spacing: .05em; position: relative; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; right: -9px; bottom: -13px; width: 31px; height: 31px; border: 6px solid var(--blue); border-radius: 50%; }
.brand-name { font-family: "Barlow Condensed", sans-serif; color: var(--navy); font-size: 1.15rem; text-transform: uppercase; letter-spacing: .035em; }
.brand-name strong { font-size: 1.32rem; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: #25404e; text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a:focus { color: var(--blue); }
.primary-nav .nav-cta { padding: 12px 17px; color: var(--white); background: var(--blue); }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus { color: var(--white); background: #008aa4; }
.menu-button { display: none; border: 1px solid var(--line); background: var(--white); color: var(--navy); padding: 10px 14px; font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; background-color: #061f32; background-image: linear-gradient(90deg, rgba(3,23,39,.96) 0%, rgba(3,30,49,.88) 38%, rgba(3,45,66,.58) 64%, rgba(3,50,70,.24) 100%), url("assets/hero-water-waves.webp"); background-position: center; background-size: cover; color: var(--white); min-height: 650px; display: grid; align-items: center; }
.hero::before, .hero-grid, .flow-lines { display: none; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .72fr); gap: 90px; align-items: center; padding-block: 92px; }
.eyebrow { margin: 0 0 15px; color: var(--blue-light); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #087f96; }
.hero h1, .section h2, .support h2, .about h2, .contact h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 700; line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 { max-width: 780px; font-size: clamp(3.8rem, 7vw, 6.6rem); }
.hero h1 em { color: var(--blue-light); font-style: normal; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #d8e8ee; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 700; }
.button-primary { background: var(--orange); color: #1c2d37; }
.button-primary:hover, .button-primary:focus { background: #ffac5f; }
.button-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.button-ghost:hover, .button-ghost:focus { background: rgba(255,255,255,.08); border-color: var(--white); }
.button-dark { background: var(--navy); color: var(--white); }
.hero-card { border-left: 4px solid var(--blue); padding: 28px 0 28px 28px; }
.card-kicker { color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-card h2 { margin: 5px 0 12px; font-family: "Barlow Condensed", sans-serif; font-size: 2.15rem; text-transform: uppercase; }
.hero-card > p:not(.card-kicker) { color: #c9dce5; }
.hero-card dl { margin: 32px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hero-card dl div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-card dt { color: var(--blue-light); font-family: "Barlow Condensed", sans-serif; font-size: 2.35rem; font-weight: 700; line-height: 1; }
.hero-card dd { margin: 7px 0 0; color: #c9dce5; font-size: .78rem; line-height: 1.45; }

.audience-strip { background: var(--orange); color: #17303e; }
.audience-grid { min-height: 88px; display: grid; grid-template-columns: .7fr 1fr 1fr 1fr; align-items: center; gap: 20px; }
.audience-grid p { margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.audience-grid span { border-left: 1px solid rgba(23,48,62,.28); padding-left: 25px; font-family: "Barlow Condensed", sans-serif; font-size: 1.3rem; font-weight: 700; text-transform: uppercase; }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; margin-bottom: 48px; }
.section-heading h2, .service h2 { max-width: 700px; color: var(--navy); font-size: clamp(2.8rem, 5vw, 4.6rem); }
.section-heading > p { margin: 0; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.solution-card { min-height: 350px; padding: 34px 28px; border-right: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.solution-card:last-child { border-right: 0; }
.solution-card:hover { position: relative; z-index: 2; transform: translateY(-6px); box-shadow: 0 18px 45px rgba(8,40,63,.13); }
.icon-wrap { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--blue); color: #087f96; background: var(--white); }
.icon-wrap svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { margin: 34px 0 15px; color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 1.75rem; line-height: 1.05; text-transform: uppercase; }
.solution-card p { color: var(--muted); font-size: .93rem; }
.text-link { display: block; margin-top: 34px; color: #087f96; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-underline-offset: 4px; }
.manufacturer-actions { margin-top: 28px; padding: 27px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--mist); border-left: 4px solid var(--blue); }
.manufacturer-actions > div:first-child { display: grid; gap: 3px; }
.manufacturer-actions strong { color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; text-transform: uppercase; }
.manufacturer-actions span { color: var(--muted); font-size: .86rem; }
.manufacturer-action-links { display: flex; flex-wrap: wrap; gap: 10px; }
.button-outline { border-color: #92a9b4; color: var(--navy); }
.button-outline:hover, .button-outline:focus { border-color: var(--navy); background: var(--white); }

.support { background: var(--navy); color: var(--white); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: stretch; }
.support-copy { padding-block: 105px; }
.support h2, .about h2, .contact h2 { font-size: clamp(2.9rem, 5vw, 4.7rem); }
.support-copy > p:not(.eyebrow) { color: #c4d6df; margin: 28px 0 0; }
.check-list { list-style: none; margin: 32px 0 0; padding: 0; }
.check-list li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 23px; width: 14px; height: 7px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.support-visual { min-height: 560px; position: relative; overflow: hidden; background: #e7f0f3; color: var(--navy); background-image: linear-gradient(rgba(8,40,63,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(8,40,63,.1) 1px, transparent 1px); background-size: 28px 28px; }
.blueprint-label { position: absolute; top: 28px; left: 28px; font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: .1em; }
.impeller { position: absolute; width: 220px; height: 220px; left: 50%; top: 50%; border: 18px solid var(--navy); border-radius: 50%; transform: translate(-50%,-50%); }
.impeller::before, .impeller::after, .impeller span::before, .impeller span::after { content: ""; position: absolute; width: 70px; height: 30px; background: var(--blue); border-radius: 70% 10%; transform-origin: 100% 50%; }
.impeller::before { left: 18px; top: 36px; transform: rotate(35deg); }
.impeller::after { right: 18px; bottom: 36px; transform: rotate(215deg); }
.impeller span::before { right: 18px; top: 36px; transform: rotate(145deg); }
.impeller span::after { left: 18px; bottom: 36px; transform: rotate(325deg); }
.pipe { position: absolute; background: transparent; border: 18px solid var(--navy); }
.pipe-a { width: 45%; height: 90px; left: -8%; top: 50%; border-right: 0; transform: translateY(-50%); }
.pipe-b { width: 45%; height: 90px; right: -8%; top: 50%; border-left: 0; transform: translateY(-50%); }
.dimension { position: absolute; color: #087f96; font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: .12em; }
.dimension-a { left: 25px; bottom: 25px; }
.dimension-b { right: 25px; top: 25px; writing-mode: vertical-rl; }

.service { background: var(--mist); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.service-lead { max-width: 580px; margin: 24px 0 32px; color: var(--muted); }
.service-list { border-top: 3px solid var(--blue); }
.service-list div { display: grid; grid-template-columns: 58px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid #c7d7dc; }
.service-list strong { color: #087f96; font-family: "Barlow Condensed"; font-size: 1.2rem; }
.service-list span { color: var(--navy); font-family: "Barlow Condensed"; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; }

.territories { background: var(--white); }
.territory-heading { margin-bottom: 42px; }
.territory-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 34px; align-items: stretch; }
.map-frame { --territory-focus: #087f96; min-height: 690px; border: 1px solid var(--line); background: var(--mist); overflow: hidden; box-shadow: 0 18px 50px rgba(8,40,63,.1); transition: border-color .2s ease, box-shadow .2s ease; }
.map-frame[data-focus-color="orange"] { --territory-focus: #ef9b25; }
.map-frame[data-focus-color="red"] { --territory-focus: #d94a45; }
.map-frame[data-focus-color="green"] { --territory-focus: #3d9e68; }
.map-frame[data-focus-color="blue"] { --territory-focus: #287ecb; }
.map-frame.is-focused { border-color: var(--territory-focus); box-shadow: 0 18px 50px rgba(8,40,63,.1), 0 0 0 3px color-mix(in srgb, var(--territory-focus) 35%, transparent); }
.map-toolbar { min-height: 86px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: #f2f8fa; }
.map-toolbar div { display: grid; gap: 3px; }
.map-toolbar strong { color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; line-height: 1; text-transform: uppercase; }
.map-toolbar span { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.map-fullscreen-link { flex: 0 0 auto; padding: 10px 13px; border: 1px solid var(--navy); background: var(--navy); color: var(--white); font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.map-fullscreen-link:hover, .map-fullscreen-link:focus { background: #087f96; border-color: #087f96; }
.map-view { position: relative; }
.map-frame iframe { width: 100%; height: 602px; display: block; border: 0; }
.map-focus-label { position: absolute; z-index: 2; left: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 10px 13px; border-left: 4px solid var(--territory-focus); background: rgba(6,30,48,.92); color: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.18); font-family: "Barlow Condensed", sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; pointer-events: none; transition: border-color .2s ease, transform .2s ease; }
.map-frame.is-focused .map-focus-label { transform: translateY(-2px); }
.sales-contact-list { display: grid; gap: 14px; }
.sales-contact { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 25px; border: 1px solid var(--line); background: #f8fbfc; cursor: default; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.sales-contact:hover, .sales-contact:focus, .sales-contact.is-active { border-color: var(--navy); outline: 0; box-shadow: 0 12px 28px rgba(8,40,63,.12); transform: translateY(-2px); }
.sales-contact:focus-visible { box-shadow: 0 0 0 3px rgba(8,127,150,.28), 0 12px 28px rgba(8,40,63,.12); }
.contact-initials { width: 64px; height: 64px; display: grid; place-items: center; background: var(--navy); color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; font-weight: 700; letter-spacing: .04em; }
.contact-role, .department { margin: 0; color: #087f96; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sales-contact h3 { margin: 3px 0 10px; color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 1.7rem; line-height: 1.1; text-transform: uppercase; }
.territory-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.territory-tags span { display: inline-flex; align-items: center; gap: 7px; padding: 5px 8px; background: var(--white); border: 1px solid var(--line); color: #445965; font-size: .72rem; font-weight: 600; }
.dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; }
.dot.north { background: #287ecb; }
.dot.northeast { background: #ef9b25; }
.dot.east-central { background: #d94a45; }
.dot.southwest { background: #3d9e68; }
.dot.southeast { background: #ef9b25; }
.contact-links { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 15px; }
.contact-links a, .support-contact-grid a { color: var(--navy); font-size: .82rem; font-weight: 700; text-decoration-color: #9cb0ba; text-underline-offset: 3px; }
.contact-links a:hover, .contact-links a:focus, .support-contact-grid a:hover, .support-contact-grid a:focus { color: #087f96; }
.contact-links .vcard-link, .support-contact-grid .vcard-link { width: fit-content; display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; background: #dff2f5; color: #066f83; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-size: .68rem; }
.vcard-link::before { content: "+"; width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .72rem; line-height: 1; }
.contact-links .vcard-link:hover, .contact-links .vcard-link:focus, .support-contact-grid .vcard-link:hover, .support-contact-grid .vcard-link:focus { background: var(--navy); color: var(--white); }
.support-contacts { margin-top: 70px; padding-top: 52px; border-top: 1px solid var(--line); }
.support-contact-intro { display: grid; grid-template-columns: .45fr 1fr; gap: 40px; align-items: end; margin-bottom: 28px; }
.support-contact-intro .eyebrow { margin: 0; }
.support-contact-intro h3 { margin: 0; color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; text-transform: uppercase; }
.support-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.support-contact-grid article { min-height: 245px; padding: 26px 24px; border-right: 1px solid var(--line); }
.support-contact-grid article:last-child { border-right: 0; }
.support-contact-grid h4 { margin: 25px 0 4px; color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; line-height: 1.05; text-transform: uppercase; }
.support-contact-grid p { min-height: 50px; margin: 0 0 16px; color: var(--muted); font-size: .84rem; }
.support-contact-grid a { display: block; margin-top: 5px; }

.about { padding-block: 100px; background: #0c354f; color: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-copy { border-left: 1px solid rgba(255,255,255,.23); padding-left: 50px; color: #d5e3e9; }
.about-copy p:first-child { margin-top: 0; }
.faith-statement { margin-top: 34px; padding: 28px 30px; border-left: 4px solid var(--blue-light); background: rgba(255,255,255,.07); }
.faith-statement .faith-label { margin: 0 0 8px; color: var(--blue-light); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.faith-statement blockquote { margin: 0 0 12px; color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 2.25rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.faith-statement p:last-child { margin-bottom: 0; }

.contact { padding-block: 100px; background: #061e30; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-grid > div:first-child > p:last-child { max-width: 560px; color: #b8ced9; }
.contact-panel { border-top: 3px solid var(--orange); }
.contact-row { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; }
a.contact-row:hover strong, a.contact-row:focus strong { color: var(--blue-light); }
.contact-row span { color: #90abb8; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-row strong { font-size: 1rem; font-weight: 600; }

.site-footer { background: #031521; color: #8ca4b0; }
.footer-inner { min-height: 120px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: center; gap: 25px; font-size: .78rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.footer-logo { display: block; width: 205px; height: auto; max-height: 55px; object-fit: contain; object-position: left center; }
.footer-logo-light { filter: brightness(0) invert(1); opacity: .92; }
.brand-mark.small { width: 44px; height: 35px; font-size: 1rem; }
.footer-inner p:last-child { text-align: right; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: 116px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 22px; background: var(--white); box-shadow: 0 18px 25px rgba(8,40,63,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { max-width: 560px; }
  .audience-grid { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .audience-grid p { grid-column: 1 / -1; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card:nth-child(2) { border-right: 0; }
  .solution-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .support-grid, .service-grid, .territory-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .section-heading { align-items: start; }
  .manufacturer-actions { align-items: flex-start; flex-direction: column; }
  .support-visual { min-height: 460px; }
  .support-copy { padding: 0 0 90px; }
  .map-frame { min-height: 610px; }
  .map-frame iframe { height: 524px; }
  .support-contact-grid { grid-template-columns: 1fr 1fr; }
  .support-contact-grid article:nth-child(2) { border-right: 0; }
  .support-contact-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-copy { padding: 35px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .footer-inner { grid-template-columns: 1fr 1fr; padding-block: 28px; }
  .footer-inner p:last-child { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav-wrap { min-height: 76px; }
  .primary-nav { top: 108px; }
  .brand-mark { width: 48px; height: 38px; }
  .brand-logo { width: 185px; max-height: 48px; }
  .brand-name { font-size: .96rem; }
  .brand-name strong { font-size: 1.08rem; }
  .hero { min-height: auto; }
  .hero-inner { padding-block: 74px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .manufacturer-action-links { width: 100%; flex-direction: column; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid p { grid-column: auto; }
  .audience-grid span { padding: 8px 0 8px 18px; }
  .section { padding-block: 78px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-card:last-child { border-bottom: 0; }
  .map-frame { min-height: 520px; }
  .map-toolbar { align-items: stretch; flex-direction: column; }
  .map-fullscreen-link { text-align: center; }
  .map-frame iframe { height: 430px; }
  .sales-contact { grid-template-columns: 52px 1fr; padding: 20px 17px; }
  .contact-initials { width: 52px; height: 52px; }
  .support-contact-intro { grid-template-columns: 1fr; gap: 10px; }
  .support-contact-grid { grid-template-columns: 1fr; }
  .support-contact-grid article, .support-contact-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .support-contact-grid article:last-child { border-bottom: 0; }
  .support-visual { min-height: 350px; }
  .impeller { width: 160px; height: 160px; border-width: 14px; }
  .impeller::before, .impeller::after, .impeller span::before, .impeller span::after { width: 50px; height: 22px; }
  .impeller::before { left: 14px; top: 25px; }
  .impeller::after { right: 14px; bottom: 25px; }
  .impeller span::before { right: 14px; top: 25px; }
  .impeller span::after { left: 14px; bottom: 25px; }
  .pipe { border-width: 14px; height: 68px; }
  .contact-row { grid-template-columns: 1fr; gap: 6px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner p, .footer-inner p:last-child { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
