:root {
  --bg: #05090d;
  --panel: #0a1118;
  --panel2: #0d1720;
  --line: #1b2c37;
  --line2: #254657;
  --text: #f3f7f9;
  --muted: #91a1ab;
  --cyan: #19ddf2;
  --green: #34e891;
  --orange: #ffad32;
  --red: #ff5757;
  --purple: #a878ff;
  --sans: "Inter", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: 1240px;
  --gutter: max(24px, calc((100vw - var(--shell)) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }
button { color: inherit; }
::selection { background: var(--cyan); color: #001015; }
.skip-link { position: fixed; left: 10px; top: 10px; z-index: 100; padding: 10px 14px; background: var(--cyan); color: #001015; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

header {
  height: 72px; padding: 0 var(--gutter); position: fixed; inset: 0 0 auto; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: rgba(5,9,13,.92); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(15px);
}
.logo { display: flex; align-items: center; gap: 12px; width: max-content; font-size: 13px; letter-spacing: .13em; font-weight: 800; }
.logo b { color: var(--cyan); }
.logo-mark { width: 22px; height: 28px; display: flex; align-items: end; gap: 3px; }
.logo-mark i { width: 5px; display: block; background: var(--cyan); }
.logo-mark i:nth-child(1) { height: 13px; }.logo-mark i:nth-child(2) { height: 27px; }.logo-mark i:nth-child(3) { height: 19px; }
header nav { display: flex; gap: 30px; }
header nav a, .demo-link { font: 600 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; color: #9dacb5; }
header nav a:hover { color: white; }
.demo-link { justify-self: end; color: var(--cyan); padding-bottom: 7px; border-bottom: 1px solid var(--cyan); }

.hero { min-height: 860px; padding: 125px var(--gutter) 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-intro > span, .product-copy > span, .automation-copy > span, .final-cta > span {
  display: flex; align-items: center; gap: 12px; color: var(--cyan); font: 500 10px var(--mono); letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow span { width: 30px; height: 1px; background: var(--cyan); }
.hero h1 { margin: 25px 0; font-size: clamp(54px, 6vw, 98px); line-height: .94; letter-spacing: -.07em; font-weight: 650; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-copy > p { max-width: 700px; color: #a7b4bc; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin: 36px 0 50px; }
.primary, .secondary { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 20px; font: 700 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.primary { background: var(--cyan); color: #001015; }
.primary:hover { background: white; }
.secondary { padding-inline: 0; border-bottom: 1px solid var(--line2); }
.secondary span { color: var(--cyan); }
.hero-facts { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.hero-facts li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.hero-facts b { color: white; font-size: 12px; }.hero-facts span { color: #74858f; font-size: 11px; }

.hero-screens { position: relative; width: 100%; max-width: 540px; min-height: 455px; justify-self: end; }
.screen, .product-image { border: 1px solid #2a5264; background: #071018; padding: 0; cursor: zoom-in; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.55); }
.screen { position: absolute; }
.screen img, .product-image img { transition: transform .35s ease; }
.screen:hover img, .product-image:hover img { transform: scale(1.015); }
.screen span, .product-image span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 15px 12px;
  color: white; background: linear-gradient(transparent, rgba(0,0,0,.9)); text-align: left; font: 600 9px var(--mono); letter-spacing: .08em; text-transform: uppercase;
}
.screen-main { width: 83%; left: 0; top: 17%; z-index: 2; }
.screen-top { width: 48%; right: -3%; top: 0; z-index: 3; }
.screen-bottom { width: 52%; right: 0; bottom: 0; z-index: 3; }
.screen-main img { aspect-ratio: 1.78; object-fit: cover; }
.screen-top img, .screen-bottom img { aspect-ratio: 1.72; object-fit: cover; }

.capabilities { padding: 115px var(--gutter); background: #e8eef1; color: #10191f; }
.section-intro { max-width: 930px; margin-bottom: 60px; }
.section-intro > span { color: #087e91; }
.section-intro h2 { margin: 20px 0; font-size: clamp(42px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.section-intro p { color: #596a74; font-size: 16px; line-height: 1.7; }
.capability-carousel { position: relative; }
.capability-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 20px; padding-top: 18px; border-top: 1px solid #b8c7cd; }
.capability-position { display: flex; align-items: center; gap: 8px; color: #60737d; font: 500 10px var(--mono); }
.capability-position strong { color: #087e91; font-size: 20px; font-weight: 500; }
.capability-progress { width: clamp(90px, 16vw, 230px); height: 2px; margin-left: 14px; overflow: hidden; background: #c2cdd2; }
.capability-progress i { display: block; width: 12.5%; height: 100%; background: #087e91; transition: width .35s ease; }
.capability-controls { display: flex; align-items: center; gap: 8px; }
.capability-controls > span { margin-right: 12px; color: #70828c; font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.capability-controls button { width: 46px; height: 46px; border: 1px solid #aebec5; background: transparent; color: #17272f; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.capability-controls button:hover:not(:disabled) { border-color: #087e91; background: #087e91; color: white; }
.capability-controls button:disabled { opacity: .3; cursor: default; }
.capability-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; cursor: grab; }
.capability-viewport::-webkit-scrollbar { display: none; }
.capability-viewport:active { cursor: grabbing; }
.capability-viewport:focus-visible { outline: 2px solid #087e91; outline-offset: 5px; }
.capability-grid { display: flex; gap: 16px; padding: 1px 0; }
.capability-grid::after { content: ""; flex: 0 0 calc(100% - ((100% - 32px) / 3.08)); }
.capability-grid > article { position: relative; flex: 0 0 calc((100% - 32px) / 3.08); min-width: 280px; min-height: 345px; display: flex; flex-direction: column; scroll-snap-align: start; border: 1px solid #c0ccd1; background: #edf2f4; transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.capability-grid > article.is-active { border-color: #79aeb8; background: #f7fafb; transform: translateY(-1px); }
.capability-media { position: relative; overflow: hidden; background: #071018; }
.capability-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(3,10,15,.68)); pointer-events: none; }
.capability-media img { width: 100%; height: 70px; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.capability-grid article:hover .capability-media img { transform: scale(1.025); }
.capability-media b { position: absolute; z-index: 1; left: 12px; bottom: 10px; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(104,225,255,.6); background: rgba(3,14,21,.78); color: #7eeaff; font: 500 8px var(--mono); backdrop-filter: blur(8px); }
.capability-body { flex: 1; display: flex; flex-direction: column; padding: 23px 22px 22px; }
.capability-grid h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.04; letter-spacing: -.04em; }
.capability-grid p { margin: 0; color: #596a74; font-size: 12px; line-height: 1.7; }
.capability-grid ul { list-style: none; padding: 15px 0 0; margin: auto 0 0; border-top: 1px solid #c5d0d5; }
.capability-grid li { padding: 5px 0 5px 14px; position: relative; color: #33454f; font-size: 10px; }
.capability-grid li::before { content: "+"; position: absolute; left: 0; color: #087e91; }

.product { padding: 115px var(--gutter); }
.product .section-intro > span { color: var(--cyan); }
.product .section-intro p { color: var(--muted); }
.product-row { display: grid; grid-template-columns: .58fr .42fr; gap: 60px; align-items: center; min-height: 520px; padding: 58px 0; border-top: 1px solid var(--line); }
.product-row.reverse { grid-template-columns: .42fr .58fr; }
.product-row.reverse .product-copy { order: 2; }.product-row.reverse > :last-child { order: 1; }
.product-copy h3 { margin: 18px 0; font-size: clamp(38px, 4.6vw, 70px); line-height: 1; letter-spacing: -.055em; }
.product-copy > p { color: #99a8b1; font-size: 15px; line-height: 1.75; }
.action-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.action-list b { padding: 9px 11px; border: 1px solid var(--line2); color: #b4c1c7; font: 500 9px var(--mono); }
.product-image { display: block; position: relative; width: 100%; }
.product-image img { aspect-ratio: 1.78; object-fit: cover; }
.product-row > .product-image { width: min(100%, 500px); justify-self: center; }
.feature-images, .wizard-images { width: min(100%, 540px); justify-self: center; }
.feature-images { display: grid; gap: 18px; min-width: 0; }
.identity-images { grid-template-columns: minmax(0, 1fr) 260px; align-items: center; }
.identity-images > .product-image:first-child { grid-column: 1; }
.identity-images > .portrait-image { grid-column: 2; }
.stack-images > .dual-images { padding-left: 7%; }
.monitoring-images { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.monitoring-images .product-image { width: 100%; height: 150px; margin: 0; justify-self: stretch; }
.product-row .monitoring-images .product-image img { width: 100%; height: 100%; max-height: none; aspect-ratio: auto; object-fit: cover; object-position: top; }
.wizard-images { display: grid; grid-template-columns: 1.2fr 1fr; gap: 22px; align-items: center; }
.portrait-image img { aspect-ratio: auto; object-fit: contain; background: #071018; }
.panoramic-image img { aspect-ratio: auto; min-height: 260px; object-fit: contain; background: #071018; }
.compact-image { width: 82%; justify-self: center; }
.compact-image img { aspect-ratio: auto; object-fit: contain; }
.dual-images { display: grid; gap: 18px; }
.dual-images .product-image:nth-child(2) { width: 84%; margin-left: auto; }
.product-row .product-image img { width: 100%; height: auto; max-height: 310px; min-height: 0; aspect-ratio: auto; object-fit: contain; background: #071018; }

.infrastructure-control { padding: 0 0 100px; border-top: 1px solid var(--line); }
.infra-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 72px; align-items: center; min-height: 520px; padding: 78px 0; }
.infra-heading > div > span { color: var(--cyan); }
.infra-heading h3 { max-width: 680px; margin: 18px 0; font-size: clamp(42px, 3.8vw, 58px); line-height: 1.02; letter-spacing: -.052em; }
.infra-heading .product-copy > p { max-width: 690px; margin: 0; color: #a3b1b9; font-size: 15px; line-height: 1.75; }
.infra-hero-image { width: min(100%, 500px); max-width: 500px; margin: 0; justify-self: center; border: 1px solid #24404d; background: #071018; }
.infra-hero-image img { aspect-ratio: 1.9; min-height: 0; object-fit: cover; }
.infra-pillars { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line2); margin-top: 0; }
.infra-pillars article { min-height: 220px; padding: 26px; border-right: 1px solid var(--line2); border-bottom: 1px solid var(--line2); background: linear-gradient(145deg, rgba(20,35,44,.58), rgba(7,16,24,.15)); }
.infra-pillars article:first-child { border-top: 2px solid #42dff5; }
.infra-pillars article:nth-child(2) { border-top: 2px solid #887bff; }
.infra-pillars article:nth-child(3) { border-top: 2px solid #ffb348; }
.infra-pillars article:nth-child(4) { border-top: 2px solid #66d78d; }
.infra-pillars b { color: var(--cyan); font: 500 9px var(--mono); letter-spacing: .13em; }
.infra-pillars h4 { margin: 34px 0 14px; font-size: 23px; line-height: 1.08; letter-spacing: -.035em; }
.infra-pillars p { margin: 0; color: #84959f; font-size: 11px; line-height: 1.65; }
.infra-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; width: min(100%, 740px); margin: 22px auto 0; }
.infra-evidence .product-image { border: 1px solid var(--line2); background: #071018; }
.infra-evidence .product-image img { height: 125px; object-fit: cover; object-position: top; }
.infra-loop { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto; gap: 15px; align-items: center; margin-top: 50px; padding: 22px 26px; border: 1px solid #24404d; background: rgba(10,28,38,.58); }
.infra-loop span { color: #b8c8cf; font: 600 9px var(--mono); letter-spacing: .13em; }
.infra-loop i { position: relative; height: 1px; background: linear-gradient(90deg, #24404d, var(--cyan)); }
.infra-loop i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--cyan); border-right: 1px solid var(--cyan); transform: rotate(45deg); }

.automation { padding: 115px var(--gutter); display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; background: #0a1118; }
.automation-copy { align-self: start; position: sticky; top: 120px; }
.automation-copy h2 { margin: 20px 0; font-size: clamp(46px, 5vw, 76px); line-height: 1; letter-spacing: -.06em; }
.automation-copy p { color: var(--muted); line-height: 1.75; }
.automation ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line2); }
.automation li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 25px 10px; border-bottom: 1px solid var(--line2); }
.automation li > b { color: var(--cyan); font: 500 10px var(--mono); }
.automation strong { display: block; margin-bottom: 8px; font-size: 18px; }
.automation li span { color: #7f909a; font-size: 12px; }

.platform { padding: 115px var(--gutter); background: #e8eef1; color: #10191f; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bcc9cf; border-left: 1px solid #bcc9cf; }
.platform-grid article { min-height: 245px; padding: 28px; border-right: 1px solid #bcc9cf; border-bottom: 1px solid #bcc9cf; }
.platform-grid span { color: #087e91; font: 500 9px var(--mono); letter-spacing: .12em; }
.platform-grid h3 { margin: 55px 0 12px; font-size: 22px; }
.platform-grid p { color: #596a74; font-size: 12px; line-height: 1.65; }

.final-cta { padding: 120px var(--gutter); text-align: center; display: flex; flex-direction: column; align-items: center; }
.final-cta > span { color: var(--cyan); }
.final-cta h2 { max-width: 900px; margin: 25px auto; font-size: clamp(46px, 5vw, 74px); line-height: .98; letter-spacing: -.06em; }
.final-cta p { color: var(--muted); font-size: 18px; margin-bottom: 35px; }

.site-footer { padding: 58px var(--gutter) 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.5fr .55fr .75fr; gap: 70px; align-items: start; background: #03070a; }
.footer-brand > p { max-width: 470px; margin: 22px 0 0; color: #72838d; font-size: 12px; line-height: 1.7; }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.site-footer nav > span, .footer-contact > span { margin-bottom: 7px; color: #536771; font: 600 8px var(--mono); letter-spacing: .14em; }
.site-footer nav a, .footer-contact a { color: #9dabb3; font-size: 11px; }
.site-footer nav a:hover, .footer-contact a:hover { color: white; }
.footer-contact .footer-demo { margin-top: 8px; color: var(--cyan); font: 600 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #12212a; }
.footer-legal p { margin: 0; color: #4f6069; font: 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.95); display: grid; place-items: center; padding: 4vw; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 95vw; max-height: 88vh; width: auto; border: 1px solid #2a5264; }
.lightbox button { position: absolute; right: 25px; top: 20px; border: 0; background: none; color: white; font-size: 40px; cursor: pointer; }

/* Main landing page — clean light editorial system */
.site-light {
  --bg: #ffffff;
  --panel: #f5f8f9;
  --panel2: #edf3f5;
  --line: #d7e0e4;
  --line2: #bdcbd1;
  --text: #10191f;
  --muted: #51636d;
  --shell: 1360px;
  background: #fff;
  color: var(--text);
  font-size: 16px;
}
.site-light header { background: rgba(255,255,255,.94); border-bottom-color: #dce4e7; box-shadow: 0 8px 30px rgba(24,45,56,.04); }
.site-light header nav a { color: #52636d; font-size: 11px; }
.site-light header nav a:hover { color: #10191f; }
.site-light .demo-link { font-size: 11px; }
.site-light .hero { display: block; min-height: auto; padding-top: 150px; padding-bottom: 100px; background: #eef7f8; }
.site-light .hero-title { max-width: 1180px; margin: 0 auto 72px; text-align: center; }
.site-light .hero-title .eyebrow { justify-content: center; }
.site-light .hero-title h1 { max-width: 1180px; margin: 28px auto 0; color: #10191f; font-size: clamp(62px, 6.7vw, 96px); line-height: .94; letter-spacing: -.068em; }
.site-light .hero-content { display: grid; grid-template-columns: minmax(0, .58fr) minmax(400px, .42fr); align-items: center; gap: 80px; }
.site-light .hero-copy > p { max-width: 760px; color: #3f525d; font-size: 18px; line-height: 1.75; }
.site-light .hero-facts { border-color: #d7e0e4; }
.site-light .hero-facts li { padding: 15px 0; border-color: #d7e0e4; }
.site-light .hero-facts b { color: #14242c; font-size: 13px; }
.site-light .hero-facts span { color: #526671; font-size: 13px; }
.site-light .secondary { color: #17262e; border-color: #aabac1; }
.site-light .hero-screens { display: grid; grid-template-columns: minmax(0, 1fr) 155px; grid-template-rows: 1fr 1fr; gap: 14px; max-width: 560px; min-height: 370px; align-self: center; }
.site-light .hero-screens .screen { position: relative; inset: auto; width: 100%; height: 100%; box-shadow: 0 18px 48px rgba(29,52,64,.16); border-color: #aebfc6; }
.site-light .hero-screens .screen-main { grid-column: 1; grid-row: 1 / span 2; }
.site-light .hero-screens .screen-top { grid-column: 2; grid-row: 1; }
.site-light .hero-screens .screen-bottom { grid-column: 2; grid-row: 2; }
.site-light .hero-screens .screen img { width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; object-fit: cover; }
.site-light .capabilities { background: #f4f7f8; }
.site-light .section-intro { max-width: 1080px; }
.site-light .section-intro p { color: #465a65; font-size: 18px; line-height: 1.72; }
.site-light .capability-grid > article { background: #fff; border-color: #c8d4d9; }
.site-light .capability-grid > article.is-active { background: #fff; border-color: #4a9cab; box-shadow: 0 14px 35px rgba(39,84,96,.1); }
.site-light .capability-grid h3 { font-size: 26px; }
.site-light .capability-grid p { color: #41555f; font-size: 14px; line-height: 1.7; }
.site-light .capability-grid li { color: #2f444e; font-size: 12px; line-height: 1.5; }
.site-light .product { background: #fff; }
.site-light .product .section-intro p,
.site-light .product-copy > p { color: #435761; }
.site-light .product-copy > p { font-size: 17px; line-height: 1.8; }
.site-light .product-row { border-color: #d6e0e4; }
.site-light .action-list b { border-color: #c6d2d7; color: #31464f; background: #f7f9fa; font-size: 11px; }
.site-light .screen,
.site-light .product-image { border-color: #aebfc6; box-shadow: 0 14px 38px rgba(28,52,64,.13); }
.site-light .infrastructure-control { border-color: #d6e0e4; }
.site-light .infra-heading .product-copy > p { color: #435761; font-size: 17px; }
.site-light .infra-pillars { border-color: #c9d5da; }
.site-light .infra-pillars article { border-color: #c9d5da; background: #f7f9fa; }
.site-light .infra-pillars h4 { color: #14242c; font-size: 25px; }
.site-light .infra-pillars p { color: #465a65; font-size: 14px; line-height: 1.65; }
.site-light .infra-loop { border-color: #bfd0d6; background: #f3f7f8; }
.site-light .infra-loop span { color: #314851; font-size: 10px; }
.site-light .automation { background: #f1f5f6; }
.site-light .automation-copy p { color: #435761; font-size: 17px; }
.site-light .automation ol { border-color: #c7d4d9; }
.site-light .automation li { border-color: #c7d4d9; }
.site-light .automation strong { color: #17272f; font-size: 20px; }
.site-light .automation li span { color: #4c606a; font-size: 14px; line-height: 1.6; }
.site-light .platform { background: #fff; }
.site-light .platform-grid { border-color: #c7d3d8; }
.site-light .platform-grid article { border-color: #c7d3d8; background: #f8fafb; }
.site-light .platform-grid h3 { font-size: 25px; }
.site-light .platform-grid p { color: #465a65; font-size: 14px; line-height: 1.7; }
.site-light .final-cta { background: #eef7f8; }
.site-light .final-cta p { color: #415761; }
.site-light .site-footer { background: #f8fafb; border-color: #d8e1e5; }
.site-light .footer-brand > p { color: #526670; font-size: 13px; }
.site-light .site-footer nav a,
.site-light .footer-contact a { color: #425760; font-size: 13px; }
.site-light .footer-legal { border-color: #d8e1e5; }
.site-light .footer-legal p { color: #6b7d85; font-size: 9px; }

@media (max-width: 1100px) {
  header { grid-template-columns: 1fr auto; } header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-screens { min-height: 500px; }
  .site-light .hero { min-height: auto; padding-top: 130px; }
  .site-light .hero-title { margin-bottom: 54px; }
  .site-light .hero-content { grid-template-columns: 1fr; gap: 50px; }
  .site-light .hero-screens { grid-template-columns: minmax(0, 1fr) 180px; max-width: 720px; min-height: 420px; justify-self: start; }
  .capability-grid > article { flex-basis: calc((100% - 16px) / 2.15); }
  .capability-grid::after { flex-basis: calc(100% - ((100% - 16px) / 2.15)); }
  .product-row, .product-row.reverse { grid-template-columns: 1fr; min-height: auto; }
  .product-row.reverse .product-copy, .product-row.reverse > :last-child { order: initial; }
  .identity-images { grid-template-columns: minmax(0, 1fr) 230px; }
  .infra-heading { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding: 72px 0; }
  .infra-hero-image { justify-self: start; }
  .infra-pillars { grid-template-columns: 1fr 1fr; }
  .automation { grid-template-columns: 1fr; }.automation-copy { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  header { height: 64px; padding-inline: 20px; }.demo-link { display: none; }
  .hero, .capabilities, .product, .automation, .platform { padding: 100px 20px; }
  .hero h1 { font-size: 52px; }
  .site-light .hero { padding-top: 110px; padding-bottom: 80px; }
  .site-light .hero-title { margin-bottom: 44px; }
  .site-light .hero-title h1 { font-size: clamp(46px, 13vw, 62px); line-height: .97; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-screens { min-height: 400px; }
  .site-light .hero-screens { grid-template-columns: minmax(0, 1fr) 105px; gap: 9px; min-height: 285px; }
  .screen-main { width: 92%; }.screen-top { width: 55%; }.screen-bottom { width: 58%; }
  .platform-grid { grid-template-columns: 1fr; }
  .capability-toolbar { align-items: flex-end; }
  .capability-controls > span { display: none; }
  .capability-controls button { width: 42px; height: 42px; }
  .capability-progress { width: 78px; margin-left: 7px; }
  .capability-viewport { margin-right: -20px; padding-right: 20px; }
  .capability-grid { gap: 12px; }
  .capability-grid > article { flex-basis: 88%; min-width: 0; min-height: 360px; }
  .capability-grid::after { flex-basis: 12%; }
  .capability-media img { height: 64px; }
  .capability-body { padding: 24px 22px 26px; }
  .product-row { padding: 55px 0; gap: 35px; }
  .identity-images, .monitoring-images, .wizard-images { grid-template-columns: 1fr; }
  .identity-images > .product-image:first-child,
  .identity-images > .portrait-image { grid-column: 1; }
  .identity-images > .portrait-image { width: min(100%, 360px); justify-self: center; }
  .stack-images > .dual-images { padding-left: 0; }
  .monitoring-images .product-image { height: 190px; }
  .compact-image { width: 100%; }
  .dual-images .product-image:nth-child(2) { width: 100%; }
  .infrastructure-control { padding: 0 0 70px; }
  .infra-heading { gap: 36px; padding: 60px 0; }
  .infra-heading h3 { font-size: 46px; }
  .infra-heading .action-list { margin-top: 24px; }
  .infra-hero-image img { min-height: 0; }
  .infra-pillars, .infra-evidence { grid-template-columns: 1fr; }
  .infra-pillars article { min-height: 235px; }
  .infra-pillars h4 { margin-top: 38px; }
  .infra-loop { grid-template-columns: 1fr; gap: 10px; }
  .infra-loop i { width: 1px; height: 22px; margin-left: 5px; background: linear-gradient(180deg, #24404d, var(--cyan)); }
  .infra-loop i::after { right: -3px; top: auto; bottom: -1px; transform: rotate(135deg); }
  .automation li { grid-template-columns: 40px 1fr; gap: 12px; }
  .final-cta { padding: 110px 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding: 50px 20px 24px; }
  .footer-brand, .footer-legal { grid-column: 1; }
  .footer-legal { flex-direction: column; }
}
