:root {
  --ink: #050708;
  --ink-soft: #0d1113;
  --panel: #111719;
  --line: rgba(255, 255, 255, 0.13);
  --paper: #f1f3f2;
  --paper-soft: #d7dcda;
  --muted: #8e9995;
  --teal: #33dfc1;
  --teal-deep: #11bca1;
  --shell: min(1220px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
h1, h2, h3, p { text-wrap: pretty; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--teal); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.utility-bar { border-bottom: 1px solid rgba(255,255,255,.08); background: #020303; color: #b7c0bd; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner p { margin: 0; }
.utility-inner span { color: var(--teal); }

.site-header { position: absolute; top: 35px; inset-inline: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex: 0 0 auto; line-height: 1; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.brand-service { width: 178px; height: 84px; }
.brand-products { width: 210px; height: 72px; }
.brand-products img { mix-blend-mode: screen; }
.primary-nav { display: flex; align-items: center; gap: 25px; color: #c9d0cd; font-size: .76rem; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--teal); }
.primary-nav .nav-cta { padding: 12px 17px; border: 1px solid rgba(51,223,193,.45); color: var(--paper); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span:not(.sr-only) { width: 19px; height: 1px; background: var(--paper); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 83% 42%, rgba(30,87,78,.3), transparent 32%), linear-gradient(115deg, #06090a 0%, #090d0e 58%, #050708 100%); }
.hero::after { content: "INNOV8"; position: absolute; right: -2.5vw; bottom: -7vw; color: rgba(255,255,255,.025); font-size: clamp(8rem, 19vw, 19rem); font-weight: 950; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.service-hero-layout, .product-hero-layout { position: relative; z-index: 2; display: grid; align-items: center; min-height: 830px; padding-top: 132px; }
.service-hero-layout { grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: 84px; }
.product-hero-layout { grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: 72px; }
.hero-copy { padding-block: 78px 54px; }
.eyebrow, .section-number { margin: 0 0 22px; color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: var(--teal); }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.3rem, 6vw, 6.25rem); line-height: .93; letter-spacing: -.066em; font-weight: 900; }
.hero-lead { max-width: 650px; margin: 31px 0 0; color: #aab4b0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid transparent; font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: #02100e; }
.button-primary:hover { background: #65ebd4; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.02); color: var(--paper); }
.button-secondary:hover { border-color: rgba(51,223,193,.5); }
.button-dark { background: #080b0c; color: var(--paper); }
.button-dark:hover { background: #1a2021; }
.button-outline-dark { border-color: rgba(5,7,8,.28); color: var(--ink); }
.button-outline-dark:hover { border-color: var(--ink); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-proof div { padding: 19px 18px 19px 0; }
.hero-proof div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-proof span { margin-top: 5px; color: #77827e; font-size: .75rem; }

.service-hero-mark { align-self: end; margin-bottom: 70px; border: 1px solid var(--line); background: #030505; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.service-logo-frame { aspect-ratio: 1.53 / 1; overflow: hidden; background: #000; border-bottom: 1px solid var(--line); }
.service-logo-frame img { height: 100%; object-fit: cover; }
.capability-stack { padding: 0 27px; }
.capability-stack > div { display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--line); }
.capability-stack > div:last-child { border-bottom: 0; }
.capability-stack span { color: var(--teal); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.capability-stack strong { font-size: .78rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }

.hero-visual { align-self: end; margin: 0 0 70px; min-width: 0; }
.hero-image-wrap { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); background: #0b1012; }
.hero-image-wrap::before { content: "FIELD / 01"; position: absolute; top: 18px; left: 18px; z-index: 3; padding: 8px 10px; background: rgba(3,6,7,.72); color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.hero-image-wrap img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.95) contrast(1.04); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,5,6,.72)); pointer-events: none; }
.image-scan { position: absolute; inset: 0; z-index: 2; background: repeating-linear-gradient(180deg, transparent 0 6px, rgba(255,255,255,.015) 7px); pointer-events: none; }
.hero-visual figcaption { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 17px 2px 0; }
.hero-visual figcaption span { color: var(--teal); font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.hero-visual figcaption strong { font-size: .76rem; letter-spacing: .06em; text-align: right; text-transform: uppercase; }

.category-strip { position: relative; z-index: 4; border-block: 1px solid #202628; background: #0a0e0f; }
.category-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #b1bbb7; font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; overflow: hidden; }
.category-row i { flex: 0 0 4px; width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }

.section-pad { padding-block: 122px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .system-copy h2, .contact-panel h2, .product-gateway-copy h2, .service-return-card h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); line-height: .98; letter-spacing: -.06em; }
.section-heading > p { margin: 0 0 7px; color: #5d6763; font-size: 1.03rem; }
.section-heading-dark > p { color: #9aa4a0; }

.services { background: #050708; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c1011; }
.service-card-featured { background: linear-gradient(145deg, #15312d 0%, #0b1313 62%); }
.service-card-wide { grid-column: 1 / -1; min-height: 285px; background: linear-gradient(110deg, #0d1314, #101a19); }
.service-card-wide > p:not(.service-type) { max-width: 850px; }
.service-index { position: absolute; right: 28px; top: 25px; color: rgba(255,255,255,.18); font-size: 2.7rem; font-weight: 900; letter-spacing: -.06em; }
.service-type { margin: 0 0 54px; color: var(--teal); font-size: .69rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { max-width: 500px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.9rem); line-height: 1; letter-spacing: -.045em; }
.service-card > p:not(.service-type) { max-width: 520px; margin: 20px 0 0; color: #929c98; }
.service-card ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: #c0c8c5; font-size: .86rem; }
.service-card li { position: relative; padding-left: 18px; }
.service-card li::before { content: "+"; position: absolute; left: 0; color: var(--teal); }
.service-bar { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 34px; padding: 27px 30px; border: 1px solid var(--line); background: #0a0e0f; }
.service-bar strong, .service-bar span { display: block; }
.service-bar strong { font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.service-bar div > span { margin-top: 5px; color: #7f8985; font-size: .78rem; }

.system { background: #0b0f10; }
.system-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; align-items: start; }
.system-copy > p:not(.section-number) { max-width: 570px; margin: 30px 0 0; color: #98a29e; font-size: 1.07rem; }
.system-copy blockquote { margin: 48px 0 0; padding: 20px 0 20px 24px; border-left: 2px solid var(--teal); color: var(--paper); font-size: 1.1rem; font-weight: 750; }
.system-points { border-top: 1px solid var(--line); }
.system-points article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.system-points article > span { color: var(--teal); font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.system-points h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.025em; }
.system-points p { margin: 9px 0 0; color: #8e9894; }

.social-work { background: #070a0b; }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.social-card { display: flex; flex-direction: column; min-width: 0; min-height: 330px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #101718 0%, #090d0e 68%); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.social-card:hover, .social-card:focus-visible { transform: translateY(-4px); border-color: rgba(51,223,193,.48); background: linear-gradient(145deg, #17302d 0%, #0a1011 68%); }
.social-card-topline { display: flex; justify-content: space-between; gap: 22px; color: #75807c; font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.social-card-topline span:last-child { color: var(--teal); white-space: nowrap; }
.social-card h3 { margin: 72px 0 0; color: var(--paper); font-size: clamp(1.45rem, 3vw, 2.75rem); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
.social-card > p { max-width: 520px; margin: 18px 0 0; color: #909b97; }
.social-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: #cbd3d0; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.social-link b { color: var(--teal); font-size: 1rem; }

.product-gateway { background: var(--paper); color: var(--ink); }
.product-gateway-card { display: grid; grid-template-columns: 1fr .82fr; min-height: 650px; border: 1px solid #c4cbc8; background: #e4e8e6; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-gateway-card:hover { transform: translateY(-5px); box-shadow: 0 28px 80px rgba(0,0,0,.16); }
.product-gateway-copy { display: flex; flex-direction: column; justify-content: center; padding: 68px; }
.gateway-logo { width: min(360px, 85%); margin-bottom: 32px; filter: invert(1); mix-blend-mode: multiply; }
.product-gateway-copy h2 { max-width: 620px; }
.product-gateway-copy > p:not(.section-number) { max-width: 570px; margin: 27px 0 0; color: #59635f; font-size: 1.06rem; }
.gateway-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 21px; border-top: 1px solid #b9c1be; color: #1d2925; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gateway-link b { color: var(--teal-deep); font-size: 1.2rem; }
.product-gateway-media { position: relative; min-height: 570px; background: #080b0c; }
.product-gateway-media img { height: 100%; object-fit: cover; }

.products { background: var(--paper); color: var(--ink); }
.product-showcase { border-top: 1px solid #bec5c2; }
.product-row { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; border-inline: 1px solid #bec5c2; border-bottom: 1px solid #bec5c2; background: #e9eceb; overflow: hidden; }
.product-row-command { grid-template-columns: 1.1fr .9fr; }
.product-row-command .product-media { order: 2; }
.product-row-command .product-copy { order: 1; }
.product-row-black .product-copy { background: #090c0d; color: var(--paper); }
.product-media { position: relative; min-width: 0; overflow: hidden; background: #090c0d; }
.product-media > img { height: 100%; object-fit: cover; object-position: center; }
.product-media-single > img { object-position: center; }
.product-media-pair { display: grid; grid-template-columns: 1.34fr .66fr; gap: 1px; }
.product-media-pair > img { min-width: 0; height: 100%; object-fit: cover; }
.media-caption { position: absolute; left: 18px; bottom: 18px; z-index: 3; padding: 9px 11px; background: rgba(3,6,7,.78); color: #d7dfdc; font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 58px 62px; }
.card-topline { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 50px; color: #747e7a; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-row-black .card-topline { color: #828c88; }
.product-family { margin: 0 0 12px; color: var(--teal-deep); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.product-family-red { color: #e44b45; }
.product-family-green { color: #78a90c; }
.product-family-gold { color: #c88b25; }
.product-copy h3 { max-width: 620px; margin: 0; font-size: clamp(2.4rem, 4.1vw, 4.45rem); line-height: .95; letter-spacing: -.055em; }
.product-description { max-width: 650px; margin: 26px 0 0; color: #525d59; font-size: 1.02rem; line-height: 1.67; }
.product-row-black .product-description { color: #aab3af; }
.benefit-list { display: grid; gap: 10px; margin: 27px 0 0; padding: 0; list-style: none; }
.benefit-list li { position: relative; padding-left: 21px; color: #37413d; }
.benefit-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 1px; background: var(--teal-deep); }
.product-row-black .benefit-list li { color: #c0c8c5; }
.product-row-black .benefit-list li::before { background: #e44b45; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 29px; }
.product-tags span { padding: 7px 9px; border: 1px solid rgba(5,7,8,.15); color: #4e5854; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-row-black .product-tags span { border-color: rgba(255,255,255,.14); color: #aeb7b4; }
.product-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(5,7,8,.15); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.product-row-black .product-link { border-color: rgba(255,255,255,.14); }
.product-link span { color: var(--teal-deep); font-size: 1rem; }

.dilution { background: var(--ink-soft); }
.section-heading-light > p { color: #98a29e; }
.ratio-table { border-top: 1px solid rgba(255,255,255,.22); }
.ratio-row { display: grid; grid-template-columns: 2fr repeat(3, 1fr); align-items: center; min-height: 84px; border-bottom: 1px solid var(--line); }
.ratio-row > * { padding: 0 18px; }
.ratio-row > *:first-child { padding-left: 0; }
.ratio-row > * + * { border-left: 1px solid var(--line); }
.ratio-row span { color: #c3ccc8; }
.ratio-row:not(.ratio-head) span { font-size: 1.1rem; font-weight: 750; }
.ratio-head { min-height: 49px; color: #6f7a76; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ratio-note { margin: 18px 0 0; color: #69736f; font-size: .78rem; }

.service-return { background: #e7eae9; color: var(--ink); }
.service-return-card { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 50px; padding: 45px; border: 1px solid #bdc5c2; background: #f4f5f5; transition: transform .2s ease, box-shadow .2s ease; }
.service-return-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(0,0,0,.12); }
.service-return-card > img { aspect-ratio: 1 / 1; object-fit: cover; }
.service-return-card .section-number { margin-bottom: 12px; }
.service-return-card h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
.service-return-card div > span { display: block; margin-top: 15px; color: #606a66; }
.service-return-card > strong { color: var(--teal-deep); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

.contact { background: var(--paper); color: var(--ink); }
.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; padding: 70px; background: #dfe4e2; border: 1px solid #c4cbc8; }
.contact-action p { margin: 0 0 28px; color: #58625e; font-size: 1.05rem; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; }

footer { padding-block: 42px; border-top: 1px solid var(--line); background: #030505; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 55px; }
.brand-footer-service { width: 150px; height: 98px; }
.brand-footer-products { width: 190px; height: 72px; }
.footer-inner > p { margin: 0; color: #77817d; font-size: .78rem; }
.footer-meta { display: flex; flex-direction: column; gap: 6px; color: #68726e; font-size: .67rem; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.footer-meta span:last-child { color: var(--teal); }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 38px, 900px); }
  .primary-nav { gap: 20px; }
  .primary-nav .nav-cta { display: none; }
  .service-hero-layout, .product-hero-layout { grid-template-columns: 1fr; gap: 0; min-height: auto; padding-top: 158px; }
  .hero-copy { padding-bottom: 44px; }
  .service-hero-mark, .hero-visual { width: min(640px, 100%); margin: 0 auto 70px; }
  .hero-image-wrap { aspect-ratio: 16 / 10; }
  .section-heading, .system-layout, .contact-panel { grid-template-columns: 1fr; gap: 44px; }
  .section-heading > p { max-width: 650px; }
  .product-gateway-card { grid-template-columns: 1fr; }
  .product-gateway-media { min-height: 540px; }
  .product-row, .product-row-command { grid-template-columns: 1fr; }
  .product-row-command .product-media, .product-row-command .product-copy { order: initial; }
  .product-media, .product-media-pair { min-height: 560px; }
  .product-media > img { object-fit: contain; }
  .product-media-pair > img { object-fit: cover; }
  .service-return-card { grid-template-columns: 180px 1fr; }
  .service-return-card > strong { grid-column: 2; }
  .contact-panel { padding: 55px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 30px); }
  .utility-inner { justify-content: center; min-height: 34px; text-align: center; }
  .utility-inner span { display: none; }
  .site-header { top: 34px; }
  .header-inner { min-height: 78px; }
  .brand-service { width: 118px; height: 76px; }
  .brand-products { width: 170px; height: 62px; }
  .menu-button { display: inline-flex; }
  .primary-nav { position: absolute; top: 78px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: rgba(4,7,8,.98); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav a:last-child { border-bottom: 0; }
  .primary-nav .nav-cta { display: block; border: 0; }
  .service-hero-layout, .product-hero-layout { padding-top: 122px; }
  .hero-copy { padding-top: 66px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; justify-content: space-between; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { padding: 15px 0; }
  .hero-proof div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .service-hero-mark, .hero-visual { margin-bottom: 46px; }
  .hero-image-wrap { aspect-ratio: 4 / 5; }
  .hero-visual figcaption { grid-template-columns: 1fr; gap: 6px; }
  .hero-visual figcaption strong { text-align: left; }
  .capability-stack { padding-inline: 19px; }
  .category-row { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .category-row::-webkit-scrollbar { display: none; }
  .section-pad { padding-block: 82px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .system-copy h2, .contact-panel h2, .product-gateway-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .service-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 300px; padding: 30px 24px; }
  .social-card h3 { margin-top: 54px; }
  .service-card-wide { grid-column: auto; }
  .service-card { min-height: auto; padding: 30px 24px; }
  .service-bar { align-items: stretch; flex-direction: column; }
  .product-gateway-copy { padding: 42px 25px; }
  .gateway-logo { width: 82%; }
  .product-gateway-media { min-height: 440px; }
  .product-media, .product-media-pair { min-height: 440px; }
  .product-copy { padding: 38px 25px; }
  .card-topline { margin-bottom: 37px; }
  .product-copy h3 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .product-description { font-size: .98rem; }
  .ratio-table { overflow-x: auto; }
  .ratio-row { min-width: 700px; }
  .service-return-card { grid-template-columns: 1fr; gap: 28px; padding: 25px; }
  .service-return-card > img { max-width: 180px; }
  .service-return-card > strong { grid-column: auto; }
  .contact-panel { padding: 34px 25px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-meta { text-align: left; }
}

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