:root {
  color-scheme: light;
  --iron-tap-green: #216F6D;
  --ink: #172120;
  --muted: #626c69;
  --paper: #f7f8f6;
  --white: #ffffff;
  --line: #e0e4e1;
  --charcoal: #172120;
  --dark: #111b1a;
  --display: "Manrope", "Helvetica Neue", sans-serif;
  --body: "DM Sans", "Helvetica Neue", sans-serif;
  --content: 1200px;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

*, *::before, *::after { box-sizing: border-box; }
body { min-width: 320px; margin: 0; font-size: 15px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; }
::selection { color: white; background: var(--iron-tap-green); }
:focus-visible { outline: 3px solid var(--iron-tap-green); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; color: white; background: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 50; top: 0; height: 82px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transition: height .2s, box-shadow .2s, background .2s; }
.site-header.is-scrolled { height: 70px; background: rgba(255,255,255,.95); box-shadow: 0 6px 22px rgba(17,27,26,.08); backdrop-filter: blur(12px); }
.header-inner { display: flex; width: min(var(--content),calc(100% - 64px)); height: 100%; align-items: center; justify-content: space-between; margin: auto; }
.brand { width: 168px; flex: 0 0 auto; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px,1.8vw,25px); }
.nav-link { color: #37413f; font-size: 12px; font-weight: 600; transition: color .16s; }
.nav-link:hover, .nav-link.is-active { color: var(--iron-tap-green); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 0 21px; color: white; background: var(--iron-tap-green); border: 1px solid var(--iron-tap-green); border-radius: 2px; font-size: 12px; font-weight: 700; transition: background .18s, color .18s, transform .18s; }
.button:hover { background: color-mix(in srgb,var(--iron-tap-green),black 16%); border-color: color-mix(in srgb,var(--iron-tap-green),black 16%); transform: translateY(-2px); }
.button span { font-size: 16px; }
.button-small { min-height: 40px; padding: 0 15px; font-size: 11px; }
.button-light { color: var(--ink); background: white; border-color: white; }
.button-light:hover { color: white; background: var(--iron-tap-green); border-color: var(--iron-tap-green); }
.button-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.5); }
.button-outline-light:hover { color: var(--ink); background: white; border-color: white; }
.menu-toggle { display: none; }
.eyebrow { margin: 0 0 16px; color: var(--iron-tap-green); font-size: 9px; font-weight: 700; letter-spacing: 1.35px; line-height: 1.5; }
.eyebrow-light { color: color-mix(in srgb,var(--iron-tap-green),white 34%); }
.section-wrap { width: min(var(--content),calc(100% - 64px)); margin: 0 auto; }
.section-number { margin: 0; color: var(--iron-tap-green); font-size: 9px; font-weight: 700; letter-spacing: 1.25px; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 12px; font-weight: 700; transition: color .16s; }
.text-link:hover, .arrow-link:hover { color: var(--iron-tap-green); }
.text-link span, .arrow-link span { color: var(--iron-tap-green); font-size: 17px; }

/* Home */
.home-hero { position: relative; display: grid; width: min(1440px,100%); min-height: 690px; grid-template-columns: 1fr; grid-template-rows: 1fr auto; gap: 20px; overflow: hidden; margin: 0 auto; padding: 54px max(calc((100% - var(--content))/2),32px) 29px; color: white; background: var(--charcoal); }
.home-hero::before { position: absolute; top: -310px; left: 39%; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.home-hero-copy { position: relative; z-index: 1; width: min(100%,800px); align-self: center; margin-inline: auto; padding: 0 12px 38px 0; }
.home-hero-copy .eyebrow { margin-bottom: 20px; }
.home-hero h1 { max-width: 740px; margin: 0; font-size: clamp(48px,6.2vw,79px); font-weight: 600; line-height: 1.04; }
.home-hero h1 em, .why-callout h2 em, .why-note em { color: color-mix(in srgb,var(--iron-tap-green),white 24%); font-style: normal; }
.hero-copy { max-width: 500px; margin: 22px 0 0; color: #c6cecb; font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 27px; }
.text-link-light { color: white; }
.trust-line { display: flex; align-items: center; gap: 13px; margin-top: 40px; color: #aab5b1; font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.trust-line i { width: 4px; height: 4px; background: var(--iron-tap-green); border-radius: 50%; }
.home-photo-frame { position: relative; z-index: 1; width: min(100%, 486px); height: 568px; align-self: center; justify-self: end; overflow: hidden; margin: 0 16px 20px 0; background: #333d3a; }
.home-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.home-photo-frame figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 14px; padding: 15px 18px; color: white; background: rgba(17,27,26,.86); font-size: 10px; backdrop-filter: blur(8px); }
.home-photo-frame figcaption span:first-child { color: color-mix(in srgb,var(--iron-tap-green),white 35%); font-size: 9px; font-weight: 700; }
.home-hero-index { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 13px; color: #95a29e; border-top: 1px solid rgba(255,255,255,.16); font-size: 8px; font-weight: 700; letter-spacing: 1.15px; }
.home-intro { display: grid; grid-template-columns: 1fr .72fr 48px; align-items: center; gap: 55px; padding-top: 77px; padding-bottom: 77px; }
.home-intro h2, .section-topline h2, .home-contact h2 { margin: 14px 0 0; font-size: clamp(30px,3.3vw,43px); font-weight: 600; line-height: 1.18; }
.home-intro h2 span, .section-topline h2 span, .home-contact h2 span { color: var(--iron-tap-green); }
.home-intro > p:not(.section-number) { max-width: 430px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.round-link { display: grid; width: 44px; height: 44px; place-items: center; color: var(--iron-tap-green); border: 1px solid color-mix(in srgb,var(--iron-tap-green),white 58%); border-radius: 50%; transition: color .16s, background .16s; }
.round-link:hover { color: white; background: var(--iron-tap-green); }
.home-solutions { padding: 73px 0 71px; background: #eceeeb; }
.section-topline { display: grid; grid-template-columns: 1fr .72fr auto; align-items: end; gap: 36px; }
.section-topline h2 { margin-top: 9px; }
.section-topline > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 12px; }
.service-ribbon { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 34px; border-top: 1px solid #d5dad7; border-bottom: 1px solid #d5dad7; }
.service-ribbon a { display: grid; min-height: 90px; grid-template-columns: 37px 1fr 18px; align-items: center; gap: 10px; padding: 0 16px; border-right: 1px solid #d5dad7; transition: background .18s; }
.service-ribbon a:first-child { border-left: 1px solid #d5dad7; }
.service-ribbon a:hover { background: white; }
.service-ribbon a span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.service-ribbon a strong { font-family: var(--display); font-size: 16px; }
.service-ribbon a b { color: var(--iron-tap-green); font-size: 14px; font-weight: 400; }
.home-hardware { padding-top: 83px; padding-bottom: 92px; }
.home-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 33px; }
.hardware-card { min-width: 0; background: white; border: 1px solid #e8ebe8; transition: transform .2s, box-shadow .2s; }
.hardware-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(23,33,32,.09); }
.hardware-photo { position: relative; display: flex; height: 190px; align-items: center; justify-content: center; overflow: hidden; background: #eef0ed; }
.hardware-photo img { width: 86%; height: 78%; object-fit: contain; transition: transform .25s; }
.hardware-card:hover .hardware-photo img { transform: scale(1.035); }
.photo-index { position: absolute; right: 10px; bottom: 9px; color: #68736f; font-size: 7px; font-weight: 700; letter-spacing: .9px; }
.hardware-card-copy { padding: 18px 16px 17px; }
.hardware-card-copy .eyebrow { margin-bottom: 8px; font-size: 7px; }
.hardware-card-copy h3 { margin: 0 0 7px; font-size: 16px; }
.hardware-card-copy > p:not(.eyebrow) { min-height: 60px; margin: 0 0 11px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.hardware-card-copy .arrow-link { font-size: 10px; }
.home-why { display: grid; grid-template-columns: 1fr 240px; align-items: stretch; color: white; background: var(--dark); }
.why-callout { padding-top: 75px; padding-bottom: 76px; }
.why-callout h2 { margin: 16px 0; font-size: clamp(39px,5vw,60px); font-weight: 600; line-height: 1.1; }
.why-callout > p:not(.section-number) { max-width: 495px; margin: 0 0 24px; color: #bcc6c2; font-size: 13px; }
.why-aside { display: flex; flex-direction: column; justify-content: center; gap: 21px; padding: 28px; border-left: 1px solid rgba(255,255,255,.14); color: #abb7b2; font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.why-aside span::before { display: inline-block; width: 7px; height: 7px; margin: 0 11px 0 0; background: var(--iron-tap-green); border-radius: 50%; content: ""; }
.home-contact { display: flex; min-height: 225px; align-items: center; justify-content: space-between; gap: 30px; }
.home-contact h2 { font-size: 36px; }

/* Shared page headers and content */
.page-hero { position: relative; display: flex; min-height: 335px; align-items: center; overflow: hidden; color: white; background: var(--charcoal); }
.page-hero::after { position: absolute; top: -250px; right: 10%; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.page-hero-inner { position: relative; z-index: 1; padding-top: 54px; padding-bottom: 54px; white-space: pre-line; }
.page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(45px,6vw,70px); font-weight: 600; line-height: 1.05; }
.page-hero-inner > p:last-child { max-width: 620px; margin: 19px 0 0; color: #c1cac7; font-size: 14px; line-height: 1.8; }
.page-hero-mark { position: absolute; right: max(calc((100% - var(--content))/2),32px); bottom: 30px; color: rgba(255,255,255,.14); font-family: var(--display); font-size: 57px; font-weight: 700; line-height: 1; }
.page-hero-mark span { color: var(--iron-tap-green); font-size: 27px; vertical-align: top; }
.content-section { padding-top: 80px; padding-bottom: 90px; }
.solutions-mosaic { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mosaic-item { display: grid; min-height: 220px; grid-template-columns: 38px 1fr 24px; align-items: start; gap: 15px; padding: 26px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s; }
.mosaic-item:hover { background: white; }
.mosaic-item > span, .mosaic-item > b { color: var(--iron-tap-green); font-size: 12px; }
.mosaic-item h2 { margin: 0 0 8px; font-size: 22px; }
.mosaic-item p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; }
.deep-cta { padding: 64px 0 70px; color: white; background: var(--dark); }
.deep-cta h2 { margin: 0 0 23px; font-size: clamp(34px,4.4vw,50px); font-weight: 600; line-height: 1.13; white-space: pre-line; }
.hardware-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.hardware-grid .hardware-photo { height: 300px; }
.hardware-grid .hardware-card-copy { padding: 22px 24px 24px; }
.hardware-grid .hardware-card-copy h3 { font-size: 21px; }
.hardware-grid .hardware-card-copy > p:not(.eyebrow) { min-height: 0; max-width: 520px; font-size: 12px; }
.hardware-compare { padding: 0 0 90px; }
.compare-table { margin-top: 18px; border-top: 1px solid var(--line); }
.compare-row { display: grid; grid-template-columns: 1.05fr .8fr 1.55fr 1fr; gap: 20px; align-items: center; min-height: 66px; padding: 12px 15px; border-bottom: 1px solid var(--line); font-size: 11px; }
a.compare-row { transition: background .16s; }
a.compare-row:hover { background: white; }
.compare-head { min-height: 40px; color: var(--iron-tap-green); font-size: 8px; font-weight: 700; letter-spacing: .9px; }
.compare-row strong { font-family: var(--display); font-size: 13px; }
.compare-row > span { color: var(--muted); }

/* Individual product pages */
.product-hero { padding: 50px 0 62px; background: #eef0ed; }
.product-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 68px; }
.back-link { display: inline-block; margin-bottom: 38px; color: #55615d; font-size: 11px; font-weight: 600; }
.back-link:hover { color: var(--iron-tap-green); }
.product-hero-copy .eyebrow { margin-bottom: 11px; }
.product-hero h1 { margin: 0; font-size: clamp(40px,5vw,59px); font-weight: 600; line-height: 1.08; }
.product-deck { margin: 17px 0 9px; font-family: var(--display); font-size: 18px; font-weight: 600; line-height: 1.5; }
.product-detail { max-width: 480px; margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.product-hero-ideal { margin-top: 28px; }
.product-hero-ideal > span, .usecase-tags > span { display: block; margin-bottom: 9px; color: #75807c; font-size: 8px; font-weight: 700; letter-spacing: 1.1px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tag-list li { padding: 6px 10px; color: var(--ink); background: color-mix(in srgb,var(--iron-tap-green),white 91%); border: 1px solid color-mix(in srgb,var(--iron-tap-green),white 76%); border-radius: 2px; font-size: 9px; }
.product-hero-image { display: grid; min-height: 450px; place-items: center; overflow: hidden; margin: 0; background: white; }
.product-hero-image img { width: 88%; height: 405px; object-fit: contain; }
.product-hero-image figcaption { justify-self: end; width: 100%; padding: 10px 14px; color: #64706b; background: #f7f8f6; font-size: 7px; font-weight: 700; letter-spacing: 1px; }
.product-capabilities { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; padding-top: 77px; padding-bottom: 82px; }
.capability-heading h2 { margin: 15px 0 0; font-size: 39px; font-weight: 600; line-height: 1.18; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list > div { display: grid; min-height: 57px; grid-template-columns: 43px 1fr 15px; align-items: center; border-bottom: 1px solid var(--line); }
.capability-list span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.capability-list h3 { margin: 0; font-size: 13px; font-weight: 600; }
.capability-list b { color: var(--iron-tap-green); font-size: 16px; font-weight: 400; }
.product-usecase { padding: 69px 0; color: white; background: var(--charcoal); }
.usecase-inner { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 80px; }
.usecase-inner h2 { margin: 0 0 15px; font-size: 42px; font-weight: 600; line-height: 1.15; }
.usecase-inner > div:first-child > p:not(.eyebrow) { max-width: 500px; margin: 0 0 23px; color: #c2cbc8; font-size: 12px; }
.usecase-tags { padding: 26px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.usecase-tags > span { color: #acb9b4; }
.usecase-tags .tag-list li { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.17); }
.more-devices { padding-top: 40px; padding-bottom: 50px; }
.more-device-links { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 13px; border-top: 1px solid var(--line); }
.more-device-links a { display: flex; justify-content: space-between; gap: 12px; padding: 16px 12px 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 12px; font-weight: 600; }
.more-device-links a span { color: var(--iron-tap-green); }

/* Software, services, industries, about */
.software-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.software-content h2, .service-process h2, .industry-lead h2, .contact-intro h2 { margin: 15px 0; font-size: 41px; font-weight: 600; line-height: 1.15; }
.body-lead { max-width: 410px; margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.software-feature-list { border-top: 1px solid var(--line); }
.software-feature-list > div { display: grid; min-height: 58px; grid-template-columns: 43px 1fr 20px; align-items: center; border-bottom: 1px solid var(--line); }
.software-feature-list span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.software-feature-list strong { font-family: var(--display); font-size: 13px; }
.software-feature-list b { color: var(--iron-tap-green); font-size: 15px; font-weight: 400; }
.software-plans { padding: 69px 0 80px; background: #eceeeb; }
.software-plans h2, .service-catalog h2 { margin: 10px 0 28px; font-size: 37px; font-weight: 600; line-height: 1.15; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.plan-card { display: flex; min-height: 202px; flex-direction: column; padding: 18px; background: white; border: 1px solid #e2e6e2; }
.plan-card > span, .service-catalog-grid article > span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.plan-card h3 { margin: 14px 0 5px; font-size: 17px; }
.plan-card p { flex: 1; margin: 0 0 15px; color: var(--muted); font-size: 10px; }
.plan-card a { display: flex; justify-content: space-between; color: var(--iron-tap-green); font-size: 10px; font-weight: 700; }
.plan-card a b { font-size: 14px; font-weight: 400; }
.plan-card-last { grid-column: 3; }
.service-process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.process-intro > p:not(.section-number) { max-width: 390px; color: var(--muted); font-size: 12px; }
.process-steps { border-top: 1px solid var(--line); }
.process-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.process-steps article > span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.process-steps h3 { margin: 0 0 3px; font-size: 15px; }
.process-steps p { margin: 0; color: var(--muted); font-size: 11px; }
.service-catalog { padding: 69px 0 78px; background: #eceeeb; }
.service-catalog-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d6dbd7; border-left: 1px solid #d6dbd7; }
.service-catalog-grid article { min-height: 158px; padding: 17px; border-right: 1px solid #d6dbd7; border-bottom: 1px solid #d6dbd7; }
.service-catalog-grid h3 { margin: 12px 0 5px; font-size: 15px; }
.service-catalog-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.industries-content { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.industry-lead > p:not(.section-number) { max-width: 370px; color: var(--muted); font-size: 12px; }
.industry-list { border-top: 1px solid var(--line); }
.industry-list article { display: grid; grid-template-columns: 37px 1fr 25px; gap: 10px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.industry-list article > span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.industry-list h3 { margin: 0 0 4px; font-size: 16px; }
.industry-list p { margin: 0; color: var(--muted); font-size: 11px; }
.industry-list a { color: var(--iron-tap-green); font-size: 16px; }
.why-page-hero { padding: 70px 0; color: white; background: var(--charcoal); }
.why-page-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 80px; }
.why-page-grid h1 { margin: 0; font-size: clamp(48px,6vw,73px); font-weight: 600; line-height: 1.04; }
.why-page-grid > div:first-child > p:not(.eyebrow) { max-width: 500px; margin: 19px 0 22px; color: #c2cbc8; font-size: 13px; }
.why-note { padding: 30px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.why-note > span { color: #aebbb6; font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.why-note p { margin: 29px 0 0; font-family: var(--display); font-size: 25px; font-weight: 600; line-height: 1.45; }
.why-reasons { padding-top: 65px; padding-bottom: 70px; }
.reason-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 22px; }
.reason-grid article { min-height: 190px; padding: 18px; background: white; border: 1px solid var(--line); }
.reason-grid article > span { color: var(--iron-tap-green); font-size: 9px; font-weight: 700; }
.reason-grid h2 { margin: 25px 0 9px; font-size: 17px; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.why-statement { padding: 59px 0 65px; background: #eceeeb; }
.why-statement h2 { max-width: 650px; margin: 13px 0; font-size: 39px; font-weight: 600; }
.why-statement > div > p:not(.section-number) { max-width: 580px; color: var(--muted); font-size: 12px; }

/* Contact and legal */
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding-top: 72px; padding-bottom: 85px; }
.contact-intro h2 { font-size: 43px; }
.contact-intro > p:not(.section-number) { max-width: 390px; color: var(--muted); font-size: 12px; }
.contact-points { display: grid; gap: 11px; margin-top: 25px; color: #394441; font-size: 10px; font-weight: 600; }
.contact-points span::before { display: inline-grid; width: 18px; height: 18px; margin-right: 9px; place-items: center; color: var(--iron-tap-green); background: color-mix(in srgb,var(--iron-tap-green),white 90%); border-radius: 50%; content: "✓"; font-size: 10px; }
.contact-email-note { margin-top: 14px; }
.contact-email-note a { color: var(--iron-tap-green); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.contact-form { padding: 26px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(23,33,32,.04); }
.form-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 19px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.form-heading strong { color: var(--ink); font-size: 9px; letter-spacing: 1px; }
.form-heading span { color: var(--muted); font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 5px; color: #394441; font-size: 10px; font-weight: 600; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 42px; padding: 9px 10px; color: var(--ink); background: #fbfcfb; border: 1px solid #d9dfdb; border-radius: 2px; font-size: 11px; font-weight: 400; }
.form-grid textarea { min-height: 88px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--iron-tap-green); outline: 2px solid color-mix(in srgb,var(--iron-tap-green),transparent 80%); }
.message-field { grid-column: 1 / -1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.form-footer p { max-width: 230px; margin: 0; color: var(--muted); font-size: 9px; }
.form-success { margin: 17px 0 0; padding: 12px 14px; color: var(--ink); background: color-mix(in srgb,var(--iron-tap-green),white 90%); border-left: 3px solid var(--iron-tap-green); font-size: 12px; font-weight: 600; }
.form-success.form-error { color: #7b2f2f; background: #fff1f0; border-left-color: #a64b46; }
.form-footer .button:disabled { cursor: wait; opacity: .72; transform: none; }
.honeypot-wrap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.page-hero-legal { min-height: 250px; }
.legal-content { max-width: 850px; padding-top: 58px; padding-bottom: 80px; }
.legal-content h2 { margin: 28px 0 6px; font-size: 19px; }
.legal-content > p:not(.section-number) { color: var(--muted); font-size: 12px; }
.legal-notice { margin: 32px 0 22px; padding: 15px; background: #eceeeb; border-left: 3px solid var(--iron-tap-green); }
.not-found { min-height: 55vh; padding: 100px 32px; text-align: center; }
.not-found h1 { font-size: 48px; }

.site-footer { padding: 50px max(calc((100% - var(--content))/2),32px) 0; color: var(--iron-tap-green); background: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(4,1fr); gap: 36px; padding-bottom: 40px; }
.footer-brand { max-width: 245px; }
.footer-brand > a { display: block; width: 170px; padding: 7px; background: white; }
.footer-brand p { margin: 15px 0; color: var(--iron-tap-green); font-size: 10px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 30px; height: 30px; place-items: center; color: var(--iron-tap-green); border: 1px solid var(--iron-tap-green); border-radius: 50%; font-size: 11px; font-weight: 700; transition: background .16s, color .16s; }
.social-links a:hover { color: white; background: var(--iron-tap-green); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h2 { margin: 2px 0 8px; color: #000; font-family: var(--body); font-size: 8px; letter-spacing: 1.1px; }
.footer-column a, .footer-bottom a { color: var(--iron-tap-green); font-size: 9px; transition: color .16s; }
.footer-column a:hover, .footer-bottom a:hover { color: color-mix(in srgb,var(--iron-tap-green),black 16%); }
.footer-bottom { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; color: var(--iron-tap-green); border-top: 1px solid var(--line); font-size: 8px; }
.footer-bottom > div { display: flex; gap: 18px; }
.back-to-top { color: var(--iron-tap-green); }

.reveal-on-view { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
.reveal-on-view.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .header-inner { width: calc(100% - 44px); }
  .brand { width: 148px; }
  .primary-nav { gap: 13px; }
  .nav-link { font-size: 10px; }
  .section-wrap { width: calc(100% - 52px); }
  .home-hero { min-height: 630px; padding-inline: 26px; }
  .home-hero h1 { font-size: clamp(49px,6.2vw,69px); }
  .home-photo-frame { height: 510px; margin-right: 0; }
  .home-intro { gap: 30px; }
  .home-product-grid { grid-template-columns: repeat(2,1fr); }
  .hardware-photo { height: 230px; }
  .footer-main { grid-template-columns: 1.4fr repeat(2,1fr); row-gap: 32px; }
}
@media (max-width: 820px) {
  .site-header { height: 72px; }
  .site-header.is-scrolled { height: 65px; }
  .header-inner { width: calc(100% - 36px); }
  .brand { width: 150px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 0; background: white; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; }
  .menu-toggle span { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% - 1px); right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 22px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(23,33,32,.08); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: opacity .18s, transform .18s; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-link { padding: 12px 2px; border-bottom: 1px solid #eceeeb; font-size: 12px; }
  .primary-nav .button { align-self: flex-start; margin-top: 13px; }
  .home-hero { min-height: unset; grid-template-columns: 1fr; padding: 55px 24px 22px; }
  .home-hero h1 { font-size: clamp(45px,7vw,59px); }
  .home-photo-frame { height: 430px; }
  .trust-line { flex-wrap: wrap; }
  .section-wrap { width: calc(100% - 44px); }
  .section-topline { grid-template-columns: 1fr .7fr; gap: 22px; }
  .section-topline .arrow-link { grid-column: 1 / -1; }
  .home-intro { grid-template-columns: 1fr 1fr 42px; gap: 20px; }
  .home-solutions { padding-block: 58px; }
  .home-why { grid-template-columns: 1fr 190px; }
  .why-aside { padding: 18px; font-size: 7px; }
  .page-hero { min-height: 310px; }
  .page-hero-inner { padding-block: 44px; }
  .page-hero h1 { font-size: clamp(44px,7vw,62px); }
  .content-section { padding-block: 60px; }
  .product-hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .product-hero-image { min-height: 380px; }
  .product-hero-image img { height: 330px; }
  .product-capabilities { gap: 30px; }
  .software-content, .service-process, .industries-content { gap: 42px; }
  .reason-grid { grid-template-columns: repeat(2,1fr); }
  .contact-layout { gap: 35px; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  body { font-size: 14px; }
  :root { scroll-padding-top: 74px; }
  .header-inner { width: calc(100% - 30px); }
  .brand { width: 142px; }
  .home-hero { display: flex; flex-direction: column; align-items: stretch; gap: 22px; padding: 41px 20px 18px; }
  .home-hero-copy { padding: 0; }
  .home-hero h1 { font-size: clamp(43px,11.1vw,58px); }
  .home-hero-copy .eyebrow { font-size: 8px; }
  .hero-copy { margin-top: 15px; font-size: 12px; }
  .hero-actions { gap: 16px; margin-top: 20px; }
  .trust-line { gap: 9px; margin-top: 21px; font-size: 7px; }
  .home-photo-frame { width: 100%; height: min(116vw,455px); align-self: auto; margin: 0; }
  .home-photo { object-position: center 42%; }
  .home-hero-index { width: 100%; margin-top: -2px; font-size: 7px; }
  .section-wrap { width: calc(100% - 40px); }
  .home-intro { grid-template-columns: 1fr 40px; gap: 8px 14px; padding-block: 47px; }
  .home-intro h2, .section-topline h2, .home-contact h2 { font-size: 32px; }
  .home-intro > p:not(.section-number) { grid-column: 1; margin: 0; font-size: 11px; }
  .home-intro .round-link { grid-column: 2; grid-row: 1 / 3; }
  .section-topline { grid-template-columns: 1fr; gap: 9px; }
  .section-topline > p { margin: 0; font-size: 11px; }
  .section-topline .arrow-link { grid-column: 1; margin-top: 6px; }
  .home-solutions { padding-block: 47px; }
  .service-ribbon { grid-template-columns: 1fr 1fr; }
  .service-ribbon a { min-height: 68px; grid-template-columns: 27px 1fr 16px; padding-inline: 10px; border-bottom: 1px solid #d5dad7; }
  .service-ribbon a:nth-child(odd) { border-left: 1px solid #d5dad7; }
  .service-ribbon a:nth-child(even) { border-right: 1px solid #d5dad7; }
  .service-ribbon a:nth-child(n+3) { border-bottom: 0; }
  .service-ribbon a strong { font-size: 13px; }
  .home-hardware { padding-block: 57px; }
  .home-product-grid { gap: 9px; margin-top: 22px; }
  .hardware-photo { height: 140px; }
  .hardware-card-copy { padding: 13px 10px; }
  .hardware-card-copy h3 { font-size: 13px; }
  .hardware-card-copy > p:not(.eyebrow) { min-height: 73px; font-size: 9px; }
  .hardware-card-copy .arrow-link { font-size: 9px; }
  .home-why { grid-template-columns: 1fr; }
  .why-callout { padding-block: 50px; }
  .why-callout h2 { font-size: 39px; }
  .why-callout > p:not(.section-number) { font-size: 11px; }
  .why-aside { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .home-contact { min-height: 0; align-items: flex-start; flex-direction: column; gap: 17px; padding-block: 45px; }
  .home-contact h2 { font-size: 31px; }
  .page-hero { min-height: 290px; }
  .page-hero-inner { width: calc(100% - 40px); padding-block: 40px; }
  .page-hero h1 { font-size: clamp(42px,10vw,54px); }
  .page-hero-inner > p:last-child { max-width: 94%; font-size: 11px; }
  .page-hero-mark { right: 18px; bottom: 18px; font-size: 42px; }
  .content-section { padding-block: 48px; }
  .solutions-mosaic { grid-template-columns: 1fr; }
  .mosaic-item { min-height: 160px; grid-template-columns: 29px 1fr 18px; gap: 10px; padding: 20px 14px; }
  .mosaic-item h2 { font-size: 19px; }
  .mosaic-item p { font-size: 10px; }
  .deep-cta { padding-block: 48px; }
  .deep-cta h2 { font-size: 36px; }
  .hardware-grid { grid-template-columns: 1fr; gap: 12px; }
  .hardware-grid .hardware-photo { height: 235px; }
  .compare-row { grid-template-columns: 1fr 1fr; gap: 4px 10px; padding: 13px 8px; font-size: 9px; }
  .compare-head { display: none; }
  .compare-row > span:nth-of-type(2) { grid-column: 2; grid-row: 1; text-align: right; }
  .compare-row > span:nth-of-type(3) { grid-column: 1 / -1; }
  .compare-row > span:nth-of-type(4) { grid-column: 1 / -1; }
  .product-hero { padding-block: 35px 40px; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .back-link { margin-bottom: 28px; }
  .product-hero h1 { font-size: 43px; }
  .product-deck { font-size: 16px; }
  .product-detail { font-size: 11px; }
  .product-hero-image { min-height: 280px; grid-row: 1; }
  .product-hero-image img { height: 245px; }
  .product-capabilities { grid-template-columns: 1fr; gap: 23px; padding-block: 48px; }
  .capability-heading h2 { font-size: 34px; }
  .product-usecase { padding-block: 48px; }
  .usecase-inner { grid-template-columns: 1fr; gap: 24px; }
  .usecase-inner h2 { font-size: 35px; }
  .usecase-tags { padding: 18px; }
  .more-device-links { grid-template-columns: 1fr; }
  .more-devices { padding-block: 31px 39px; }
  .software-content, .service-process, .industries-content { grid-template-columns: 1fr; gap: 28px; }
  .software-content h2, .service-process h2, .industry-lead h2, .contact-intro h2 { font-size: 35px; }
  .software-plans, .service-catalog { padding-block: 47px; }
  .software-plans h2, .service-catalog h2 { font-size: 32px; }
  .plan-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .plan-card { min-height: 188px; padding: 13px; }
  .plan-card h3 { font-size: 14px; }
  .plan-card p { font-size: 9px; }
  .plan-card-last { grid-column: auto; }
  .service-catalog-grid { grid-template-columns: 1fr 1fr; }
  .service-catalog-grid article { min-height: 145px; padding: 13px; }
  .service-catalog-grid h3 { font-size: 13px; }
  .service-catalog-grid p { font-size: 9px; }
  .why-page-hero { padding-block: 50px; }
  .why-page-grid { grid-template-columns: 1fr; gap: 27px; }
  .why-page-grid h1 { font-size: 52px; }
  .why-note { padding: 20px; }
  .why-note p { margin-top: 18px; font-size: 21px; }
  .why-reasons { padding-block: 45px; }
  .reason-grid { gap: 8px; }
  .reason-grid article { min-height: 170px; padding: 13px; }
  .reason-grid h2 { margin-top: 17px; font-size: 15px; }
  .reason-grid p { font-size: 9px; }
  .why-statement { padding-block: 43px; }
  .why-statement h2 { font-size: 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 45px; }
  .contact-form { padding: 19px 14px; }
  .form-grid { gap: 12px 9px; }
  .form-grid input, .form-grid select, .form-grid textarea { min-height: 41px; padding-inline: 8px; font-size: 10px; }
  .form-footer { align-items: stretch; flex-direction: column; gap: 12px; }
  .form-footer p { max-width: none; }
  .form-footer .button { width: 100%; }
  .footer-main { gap: 26px 15px; }
  .site-footer { padding: 39px 20px 0; }
  .footer-brand > a { width: 150px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding-block: 13px; }
  .footer-bottom > div { grid-column: 1 / -1; grid-row: 2; }
  .back-to-top { grid-column: 2; grid-row: 1; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}