@font-face {
  font-family: "Teex Display";
  src: local("Avenir Next"), local("AvenirNext-DemiBold");
  font-weight: 500 800;
  font-display: swap;
}

:root {
  --ink: #071a2e;
  --ink-soft: #18354d;
  --blue: #0d5ea8;
  --blue-bright: #1682ce;
  --cyan: #28b8ca;
  --cyan-pale: #cceef2;
  --ice: #f3f8fa;
  --mineral: #dce8ed;
  --white: #fff;
  --ceramic: #ead4b8;
  --text-muted: #5d7182;
  --container: 1240px;
  --display: "Teex Display", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--cyan-pale); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.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: -60px; z-index: 1000; padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 4px; text-decoration: none; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 40px rgba(7,26,46,.08); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand img { width: 35px; height: 47px; object-fit: contain; }
.brand span { display: grid; gap: 3px; }
.brand strong { font-family: var(--display); font-size: 22px; letter-spacing: -.04em; }
.brand small { font-size: 7px; letter-spacing: .26em; }
.site-header:not(.scrolled) .brand img { filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { min-width: 44px; min-height: 44px; padding: 0 8px; color: inherit; background: transparent; border: 0; cursor: pointer; font-size: 13px; font-weight: 700; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; color: var(--white); background: var(--blue); border: 1px solid var(--blue); text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-bright); border-color: var(--blue-bright); box-shadow: 0 12px 30px rgba(13,94,168,.25); }
.button:hover svg { transform: translateX(4px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; background: transparent; border-color: rgba(255,255,255,.48); }
.site-header.scrolled .button-small { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: var(--blue-bright); border-color: var(--blue-bright); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; font-size: 14px; font-weight: 700; text-underline-offset: 5px; }

.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; padding: 154px 0 100px; color: var(--white); overflow: hidden; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; right: -120px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(40,184,202,.18), transparent 69%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span:first-child { width: 30px; height: 1px; background: currentColor; }
.hero .eyebrow, .eyebrow.light { color: var(--cyan); }
.hero h1 { max-width: 660px; margin: 0; font-family: var(--display); font-size: clamp(58px, 6vw, 92px); line-height: .98; letter-spacing: -.06em; font-weight: 600; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 580px; margin: 32px 0 0; color: #c6d4de; font-size: 18px; line-height: 1.75; }
.hero-cta { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-offers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-offers span { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 7px 13px; background: rgba(40,184,202,.1); border: 1px solid rgba(40,184,202,.38); }
.hero-offers b { color: var(--cyan); font-family: var(--display); font-size: 22px; line-height: 1; }
.hero-offers small { max-width: 145px; color: #dce9ef; font-size: 10px; font-weight: 700; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 42px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-stats div { min-width: 0; }
.hero-stats dt { font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.04em; }
.hero-stats dt small { font-size: 15px; margin-left: 2px; color: var(--cyan); }
.hero-stats dd { margin: 3px 0 0; color: #9fb2c0; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-image-shell { position: relative; width: min(100%, 590px); aspect-ratio: .94; overflow: hidden; clip-path: polygon(4% 13%, 77% 0, 100% 24%, 92% 91%, 25% 100%, 0 71%); background: var(--ink-soft); box-shadow: 0 40px 80px rgba(0,0,0,.32); }
.hero-image-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(7,26,46,.08), transparent 42%, rgba(7,26,46,.62)); }
.hero-image-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.76) contrast(1.05); }
.scan-line { position: absolute; z-index: 2; left: 0; right: 0; top: 18%; height: 1px; background: linear-gradient(90deg, transparent, rgba(77,224,236,.9), transparent); box-shadow: 0 0 22px rgba(40,184,202,.8); animation: scan 5.5s ease-in-out infinite; }
.hero-image-caption { position: absolute; z-index: 3; inset: auto 28px 28px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: var(--white); font-size: 11px; }
.hero-image-caption strong { color: var(--cyan); font-size: 9px; letter-spacing: .18em; }
.hero-orbit { position: absolute; width: 112%; max-width: 650px; overflow: visible; fill: none; stroke: rgba(40,184,202,.32); stroke-width: 1; transform: rotate(-12deg); }
.hero-orbit circle { fill: var(--cyan); stroke: none; }
.precision-label { position: absolute; z-index: 4; display: grid; min-width: 126px; padding: 12px 14px; color: var(--white); background: rgba(7,26,46,.72); border-left: 2px solid var(--cyan); backdrop-filter: blur(10px); }
.precision-label span { color: #89a5b8; font-size: 8px; letter-spacing: .18em; }
.precision-label b { margin-top: 2px; font-family: var(--display); font-size: 15px; }
.precision-label-top { top: 3%; right: 2%; }
.precision-label-bottom { bottom: 4%; left: 1%; }
.hero-trace { position: absolute; left: 0; right: 0; bottom: 34px; height: 1px; background: rgba(255,255,255,.12); }
.hero-trace span { display: block; width: 22%; height: 1px; background: var(--cyan); animation: trace 6s ease-in-out infinite; }
@keyframes scan { 0%,100% { top: 14%; opacity: .2; } 50% { top: 82%; opacity: 1; } }
@keyframes trace { 0% { transform: translateX(-100%); } 100% { transform: translateX(550%); } }

.partner-offer { position: relative; z-index: 3; padding: 76px 0 32px; background: var(--white); }
.offer-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.offer-copy h2 { max-width: 540px; margin: 0; font-family: var(--display); font-size: clamp(42px, 4vw, 60px); font-weight: 600; line-height: 1.03; letter-spacing: -.055em; }
.offer-copy > p:not(.eyebrow) { max-width: 610px; margin: 24px 0 16px; color: var(--text-muted); }
.offer-copy .text-link { color: var(--blue); }
.offer-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--mineral); background: var(--ice); }
.offer-metrics article { min-height: 245px; padding: 34px; }
.offer-metrics article + article { border-left: 1px solid var(--mineral); }
.offer-metrics strong { display: block; color: var(--blue); font-family: var(--display); font-size: 72px; font-weight: 600; line-height: .9; letter-spacing: -.07em; }
.offer-metrics h3 { margin: 20px 0 10px; font-family: var(--display); font-size: 20px; letter-spacing: -.03em; }
.offer-metrics p { margin: 0; color: var(--text-muted); font-size: 13px; }
.offer-note { margin-top: 24px; color: #708493; font-size: 11px; }

.workflow { position: relative; z-index: 2; padding: 52px 0 64px; background: var(--ice); border-bottom: 1px solid var(--mineral); }
.section-heading.compact { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading.compact .eyebrow { margin-bottom: 0; }
.section-heading.compact h2 { max-width: 560px; margin: 0; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; line-height: 1.1; }
.workflow-steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid #a9c1cd; }
.workflow-steps li { position: relative; display: grid; gap: 28px; padding: 16px 24px 0 0; font-size: 14px; font-weight: 700; }
.workflow-steps li:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 24px; width: 7px; height: 7px; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); transform: rotate(45deg); }
.workflow-steps b { color: var(--blue); font-family: var(--display); font-size: 11px; letter-spacing: .1em; }

.section-heading.split { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 5vw, 68px); font-weight: 600; line-height: 1.04; letter-spacing: -.055em; }
.section-heading.split > p { max-width: 540px; margin: 0; color: var(--text-muted); }
.product-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; align-items: start; }
.product-card { min-width: 0; background: var(--ice); border: 1px solid var(--mineral); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(7,26,46,.11); }
.product-image { position: relative; aspect-ratio: 1.24; overflow: hidden; background: var(--ink); }
.product-card-featured .product-image { aspect-ratio: 1.42; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7,26,46,.72)); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image span { position: absolute; z-index: 2; left: 20px; bottom: 16px; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.product-body { padding: 28px 28px 30px; }
.product-body h3 { margin: 0 0 14px; font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: -.04em; }
.product-body p { min-height: 105px; margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.product-body ul { list-style: none; margin: 26px 0 0; padding: 18px 0 0; border-top: 1px solid #cbdce4; }
.product-body li { position: relative; margin: 8px 0; padding-left: 15px; color: var(--ink-soft); font-size: 12px; }
.product-body li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border: 1px solid var(--cyan); transform: rotate(45deg); }

.capabilities { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.capabilities::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px); background-size: 96px 96px; }
.capabilities-layout { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 92px; align-items: center; }
.capabilities-copy h2 { max-width: 600px; margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 72px); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; }
.capabilities-copy > p:not(.eyebrow):not(.qualification-note) { margin: 32px 0 0; color: #b9cad5; font-size: 17px; }
.capability-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 42px 0 0; }
.capability-list div { padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
.capability-list dt { color: var(--cyan); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.capability-list dd { margin: 5px 0 0; color: #d4e0e7; font-size: 13px; }
.qualification-note { display: flex; align-items: center; gap: 12px; margin: 38px 0 0; color: #90a8b8; font-size: 11px; }
.qualification-note svg { flex: 0 0 28px; width: 28px; fill: none; stroke: var(--cyan); stroke-width: 1.5; }
.capabilities-gallery { display: grid; grid-template-columns: 1fr .66fr; grid-template-rows: 310px 210px; gap: 12px; transform: rotate(-1.4deg); }
.capabilities-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--ink-soft); }
.capabilities-gallery .gallery-main { grid-column: 1 / -1; }
.capabilities-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .3s ease, transform .6s ease; }
.capabilities-gallery figure:hover img { filter: saturate(1); transform: scale(1.03); }
.capabilities-gallery figcaption { position: absolute; inset: auto 0 0; padding: 10px 13px; color: var(--white); background: linear-gradient(transparent, rgba(7,26,46,.78)); font-size: 10px; letter-spacing: .06em; }

.about { background: var(--ice); }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 92px; align-items: center; }
.about-media { position: relative; }
.about-media > img { width: 100%; aspect-ratio: .93; object-fit: cover; object-position: 53% center; filter: saturate(.78); }
.about-media::before { content: ""; position: absolute; z-index: 1; inset: 22px -22px -22px 22px; border: 1px solid var(--cyan); pointer-events: none; }
.about-badge { position: absolute; z-index: 2; right: -34px; bottom: 42px; width: 150px; height: 150px; display: grid; place-content: center; color: var(--white); background: var(--blue); }
.about-badge strong { font-family: var(--display); font-size: 36px; letter-spacing: -.05em; }
.about-badge span { max-width: 90px; color: #c9e1ef; font-size: 10px; line-height: 1.35; }
.about-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.about-copy > p:not(.eyebrow) { margin: 30px 0 0; color: var(--text-muted); font-size: 17px; }
.about-copy blockquote { margin: 35px 0 0; padding: 22px 0 22px 24px; color: var(--ink-soft); border-left: 2px solid var(--cyan); font-family: var(--display); font-size: 20px; font-weight: 500; line-height: 1.5; }
.about-team-image { width: 48%; margin: 32px 0 0 auto; }
.about-team-image img { width: 100%; aspect-ratio: 1.55; object-fit: cover; filter: saturate(.78); }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { max-width: 520px; margin: 0; font-family: var(--display); font-size: clamp(42px, 4.5vw, 64px); font-weight: 600; line-height: 1.03; letter-spacing: -.055em; }
.faq-heading > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 0; color: var(--text-muted); }
.faq-list { border-top: 1px solid #adc4d0; }
.faq-list details { border-bottom: 1px solid var(--mineral); }
.faq-list summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 21px; color: var(--blue); font-family: var(--body); font-size: 27px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 710px; margin: -6px 0 25px; padding-right: 52px; color: var(--text-muted); font-size: 14px; line-height: 1.75; }

.contact { padding-top: 96px; background: var(--white); }
.contact-card { position: relative; min-height: 390px; display: grid; grid-template-columns: 1.15fr .58fr; gap: 80px; align-items: center; padding: 64px 72px; color: var(--white); overflow: hidden; background: var(--blue); }
.contact-card h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); font-weight: 600; line-height: 1.04; letter-spacing: -.055em; }
.contact-action { position: relative; z-index: 2; }
.contact-action p { margin: 0 0 26px; color: #d5e8f3; }
.contact-action .button { width: 100%; white-space: nowrap; }
.contact-mark { position: absolute; left: 48%; top: -60px; width: 300px; opacity: .1; transform: rotate(18deg); }
.contact-mark svg { fill: none; stroke: var(--white); stroke-width: 2; }

.site-footer { color: #adc0cd; background: var(--ink); }
.footer-top { min-height: 154px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand-footer { color: var(--white); }
.brand-footer img { filter: brightness(0) invert(1); }
.footer-top p { text-align: center; font-size: 12px; letter-spacing: .06em; }
.footer-top > a:last-child { justify-self: end; color: var(--white); font-size: 14px; text-underline-offset: 5px; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: 1fr .9fr; gap: 30px; }
  .hero-visual { min-height: 500px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
  .product-card-featured .product-image { aspect-ratio: auto; height: 100%; }
  .capabilities-layout { gap: 52px; }
  .about-layout { gap: 62px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .desktop-nav, .header-actions .button-small { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: grid; position: fixed; inset: 82px 0 0; padding: 34px 24px; align-content: start; gap: 0; color: var(--ink); background: var(--white); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { min-height: 60px; display: flex; align-items: center; border-bottom: 1px solid var(--mineral); font-family: var(--display); font-size: 24px; font-weight: 600; text-decoration: none; }
  .hero { min-height: auto; padding: 138px 0 88px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-visual { margin-top: 26px; min-height: 580px; }
  .hero-image-shell { width: min(100%, 620px); }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .workflow-steps li:nth-child(2)::after { display: none; }
  .section-heading.split { grid-template-columns: 1fr; gap: 26px; }
  .capabilities-layout, .about-layout { grid-template-columns: 1fr; }
  .capabilities-gallery { margin-top: 20px; }
  .about-media { max-width: 640px; }
  .offer-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-layout { grid-template-columns: 1fr; gap: 46px; }
  .faq-heading { position: static; }
  .contact-card { grid-template-columns: 1fr; gap: 34px; padding: 54px; }
  .contact-action { max-width: 520px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { height: 72px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 6px; }
  .mobile-nav { inset-top: 72px; }
  .hero { padding: 116px 0 70px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-cta { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-cta .button { width: 100%; }
  .hero-cta .text-link { justify-content: center; }
  .hero-offers { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-offers span { align-items: flex-start; }
  .hero-stats { gap: 12px; margin-top: 44px; }
  .hero-stats dt { font-size: 24px; }
  .hero-stats dd { font-size: 9px; }
  .hero-visual { min-height: 430px; }
  .hero-image-shell { aspect-ratio: 1; }
  .precision-label-top { right: 0; }
  .precision-label-bottom { left: 0; }
  .section-heading.compact { align-items: start; flex-direction: column; }
  .workflow-steps li { gap: 12px; padding-right: 10px; }
  .workflow-steps li:not(:last-child)::after { right: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-featured { grid-column: auto; display: block; }
  .product-card-featured .product-image { aspect-ratio: 1.24; height: auto; }
  .product-body p { min-height: 0; }
  .partner-offer { padding-top: 62px; }
  .offer-metrics { grid-template-columns: 1fr; }
  .offer-metrics article { min-height: 0; }
  .offer-metrics article + article { border-top: 1px solid var(--mineral); border-left: 0; }
  .offer-metrics strong { font-size: 58px; }
  .capabilities-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 150px; }
  .capabilities-layout { gap: 44px; }
  .about-media::before { inset: 12px -10px -10px 12px; }
  .about-badge { right: -6px; bottom: 18px; width: 122px; height: 122px; }
  .about-team-image { width: 70%; }
  .faq-list summary { font-size: 18px; }
  .contact-card { width: 100%; min-height: 520px; padding: 42px 24px; }
  .contact-card h2 { font-size: 42px; }
  .contact-action .button { font-size: 12px; }
  .footer-top { grid-template-columns: 1fr; justify-items: start; padding: 42px 0; }
  .footer-top p { text-align: left; margin: 0; }
  .footer-top > a:last-child { justify-self: start; }
  .footer-bottom { min-height: 100px; align-items: start; justify-content: center; flex-direction: column; gap: 8px; padding: 24px 0; }
}

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