:root {
  color-scheme: dark;
  --ink: #11181e;
  --panel: #1a252e;
  --text: #f6f8f9;
  --muted: #bdc8cf;
  --lime: #d4ff5c;
  --line: rgba(218, 233, 243, .18);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--ink); color: var(--text); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--lime); outline-offset: 6px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 30; background: var(--lime); color: #111; padding: .9rem 1.2rem; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.shop-stage { position: relative; isolation: isolate; width: 100%; max-width: 2200px; margin-inline: auto; aspect-ratio: 1659 / 948; background: #293b49 url("shop-background-open.png") center / 100% 100% no-repeat; }
.shop-stage::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, rgba(9, 17, 24, .28), rgba(9, 17, 24, .12) 24%, transparent 42%); }
/* Keep the white labels readable against the open shop's windows and lights. */
.site-header, .hero-intro, .monitor-title { text-shadow: 0 2px 6px rgba(3, 9, 14, .82); }
.mobile-callout h2, .mobile-callout p { text-shadow: 0 2px 5px rgba(3, 9, 14, .72); }
.site-header { position: absolute; top: 1.85%; left: 14.8%; width: 71.8%; display: flex; align-items: center; gap: 2rem; }
.wordmark { display: inline-block; font-size: clamp(1.5rem, 2.2vw, 2.25rem); font-weight: 850; letter-spacing: -.055em; white-space: nowrap; line-height: 1; }
.wordmark span { color: var(--lime); }
.site-header nav { display: flex; align-items: center; gap: 1.5rem; border-left: 1px solid var(--line); padding-left: 1.5rem; font-size: clamp(.875rem, 1vw, 1rem); }
nav a { display: inline-flex; align-items: center; min-height: 44px; }
nav a:hover { color: var(--lime); }
.hero-intro { position: absolute; top: 8.7%; left: 12%; width: 76%; text-align: center; }
.hero-intro h1 { margin: 0; font-size: clamp(1.6rem, 2.8vw, 3.65rem); line-height: 1.12; font-weight: 800; letter-spacing: -.045em; text-wrap: balance; }
.hero-intro p { margin: .65rem 0 0; font-size: clamp(.95rem, 1.32vw, 1.7rem); line-height: 1.4; color: #edf2f5; text-wrap: balance; }
/* Preserve the approved monitor pair, its 20% size increase and its alignment
   above the counter while the open shop remains a separate background layer. */
.shop-stage { --wall-center: 49%; --monitor-width: 43.8%; --monitor-gap: 1.37%; }
.monitor-card { position: absolute; top: 19.85%; width: var(--monitor-width); }
.monitor-classic { left: calc(var(--wall-center) - var(--monitor-gap) / 2 - var(--monitor-width)); }
.monitor-three-d { left: calc(var(--wall-center) + var(--monitor-gap) / 2); }
.monitor-title { height: 3.1vw; max-height: 4.2rem; min-height: 38px; text-align: center; }
.monitor-title h2 { margin: 0 0 .2rem; font-size: clamp(1rem, 1.45vw, 1.9rem); font-weight: 750; line-height: 1.12; text-transform: uppercase; letter-spacing: .012em; }
.monitor-title p { margin: 0; color: #eff3f6; font-size: clamp(.75rem, .94vw, 1.18rem); line-height: 1.2; }
.device-crop { position: relative; overflow: hidden; }
.device-crop img { position: absolute; height: auto; max-width: none; pointer-events: none; user-select: none; }
/* Each image window uses the SAME source image. CSS crops retain the exact
   original hardware and screen artwork, independent of the room background. */
.crop-classic { aspect-ratio: 604 / 380; clip-path: polygon(0 0,100% 0,100% 94.6%,59% 94.6%,59% 100%,41% 100%,41% 94.6%,0 94.6%); }
.crop-classic img { width: 274.668875%; left: -35.761589%; top: -62.894737%; }
.crop-three-d { aspect-ratio: 604 / 380; clip-path: polygon(0 0,100% 0,100% 94.6%,59% 94.6%,59% 100%,41% 100%,41% 94.6%,0 94.6%); }
.crop-three-d img { width: 274.668875%; left: -139.735099%; top: -62.894737%; }
.monitor-screen { position:absolute; inset:4% 2.8% 10.8%; z-index:2; overflow:hidden; border-radius:2px; }
.monitor-screen iframe { display:block; width:100%; height:100%; border:0; background:#15232d; }
.monitor-screen iframe[hidden], .demo-open-small[hidden] { display:none; }
.demo-open-small { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:white; font-size:1rem; font-weight:700; background:rgba(8,18,26,.48); text-shadow:0 2px 5px #000; }
.demo-open-small:hover { background:rgba(8,18,26,.65); }
.mobile-demo-links { display:flex; gap:.5rem; justify-content:center; }
.mobile-callout .mobile-demo-links .button { min-height:44px; flex:1; padding:.6rem .7rem; font-size:.875rem; white-space:nowrap; }
/* Small application links occupy the open countertop beside the mobile devices. */
.hero-app-card { position: absolute; bottom: 8%; width: 12%; display: block; border: 1px solid #81929d; border-radius: .65rem; background: #18232c; box-shadow: 0 7px 18px rgba(0, 0, 0, .3); transition: border-color .16s ease, background-color .16s ease; }
.hero-app-marine { left: 5%; }
.hero-app-home { right: 9%; }
.hero-app-card > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 60%; border-radius: .6rem .6rem 0 0; }
.hero-app-label { display: flex; align-items: center; justify-content: space-between; gap: .35rem; min-height: 3.4rem; padding: .6rem .65rem; }
.hero-app-label strong { font-size: clamp(.875rem, 1.02vw, 1.25rem); line-height: 1.2; font-weight: 700; }
.hero-app-label > span { flex-shrink: 0; color: var(--lime); font-size: 1rem; }
.hero-app-card:hover, .hero-app-card:focus-visible { border-color: var(--lime); background: #25343e; }
/* The open-shop counter's front edge is at about 92.9%. Keep device bases above it. */
.tablet { position: absolute; left: 19%; top: 68.4%; width: 21.4%; }
.phone { position: absolute; left: 68.3%; top: 67.8%; width: 7.5%; }
.crop-tablet { aspect-ratio: 355 / 220; clip-path: polygon(6% 0,99% 0,100% 96%,97% 100%,0 100%,0 94%); }
.crop-tablet img { width: 467.323944%; left: -88.732394%; top: -288.636364%; }
.crop-phone { aspect-ratio: 124 / 234; border-radius: 12% / 6%; }
.crop-phone img { width: 1337.903226%; left: -913.709677%; top: -268.803419%; }
.mobile-callout { position: absolute; left: 44.1%; top: 76%; width: 21.5%; text-align: center; }
.mobile-callout h2 { margin: 0 0 .7rem; font-size: clamp(.95rem, 1.4vw, 1.85rem); line-height: 1.25; font-weight: 700; text-wrap: balance; }
.mobile-callout p { margin: .65rem 0 0; font-size: clamp(.75rem, .95vw, 1.2rem); line-height: 1.4; color: #f0f3f5; text-wrap: balance; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 46px; padding: .82rem 1.7rem; border: 1px solid transparent; border-radius: 99px; font-size: 1rem; font-weight: 650; line-height: 1.2; transition: background-color .16s ease, color .16s ease, border-color .16s ease; }
.button-primary { color: #111808; background: var(--lime); }
.button-primary:hover { background: #e0ff90; }
.button-outline { border-color: #74848f; color: #eef5fa; background: transparent; }
.button-outline:hover { border-color: var(--lime); color: var(--lime); }
.mobile-callout .button { min-height: 0; padding: .72vw 1.5vw; font-size: clamp(.9rem, 1.15vw, 1.4rem); }
.product-section { padding: clamp(3.5rem, 6vw, 7rem) max(1.25rem, calc((100vw - 1200px) / 2)); background: linear-gradient(180deg, #121b23, #10171c); border-top: 1px solid #3e4c55; }
.section-intro { max-width: 800px; margin-bottom: 2.5rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--lime); font-size: .875rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.section-intro h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.3rem); line-height: 1.12; letter-spacing: -.035em; font-weight: 750; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; }
.product-card { --feature-accent: var(--lime); display: flex; flex-direction: column; min-width: 0; padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--line); border-top: 2px solid var(--feature-accent); border-radius: 1.3rem; background: rgba(35, 49, 60, .45); scroll-margin-top: 2rem; }
.product-card#three-d { --feature-accent: #63caff; }
.product-number { margin: 0 0 1.3rem; font-size: clamp(3rem, 4.2vw, 4.5rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; color: #dce6ee; }
.product-number.outlined { color: transparent; -webkit-text-stroke: 1.5px #cfdae2; }
.product-card h3 { margin: 0 0 .6rem; font-size: 1.65rem; letter-spacing: -.025em; }
.product-tagline { margin: 0; font-size: 1rem; line-height: 1.5; color: #d6e0e6; }
.category-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.3rem 0; }
.category-list span { font-size: .875rem; padding: .4rem .7rem; border: 1px solid #4d606c; border-radius: 99px; color: #e6edf1; }
.product-description { font-size: 1rem; line-height: 1.65; color: var(--muted); margin: 0 0 1.6rem; max-width: 40ch; }
.feature-list { margin: 0 0 1.75rem; padding-left: 1.2rem; }
.feature-list li { padding-left: .3rem; font-size: 1rem; line-height: 1.55; }
.feature-list li + li { margin-top: 1.25rem; }
.feature-list li::marker { color: var(--feature-accent); }
.feature-list strong { display: block; margin-bottom: .2rem; font-weight: 700; color: var(--text); }
.feature-list span { display: block; color: var(--muted); }
.category-list .category-planned { color: var(--muted); border-style: dashed; }
.demo-scope { margin: auto 0 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .875rem; line-height: 1.5; }
.product-card > .button { align-self: flex-start; }
.product-card#three-d > .button-outline { color: var(--feature-accent); border-color: var(--feature-accent); }
.product-card#three-d > .button-outline:hover { background: rgba(99, 202, 255, .1); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem max(1.25rem, calc((100vw - 1200px) / 2)); border-top: 1px solid var(--line); }
.site-footer .wordmark { font-size: 1.6rem; }
.site-footer nav { display: flex; gap: 1.75rem; font-size: .95rem; color: var(--muted); }
@media (max-width: 1100px) and (min-width: 1001px) {
  .hero-intro { top: 8.5%; }
  .hero-intro h1 { font-size: 2.7vw; }
  .hero-intro p { margin-top: .3rem; font-size: max(.875rem, 1.38vw); }
  .site-header { gap: 1rem; }
  .site-header nav { gap: 1rem; padding-left: 1rem; }
  .monitor-title { min-height: 0; height: 3.6vw; }
  .monitor-title h2 { font-size: max(.95rem, 1.42vw); }
  .monitor-title p { font-size: .875rem; }
  .mobile-callout h2 { font-size: 1.65vw; margin-bottom: .35rem; }
  .mobile-callout p { font-size: .875rem; margin-top: .4rem; }
}
@media (max-width: 1000px) {
  .shop-stage { aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; padding: 1rem 1.25rem 2rem; background-size: auto 100%; background-position: center; }
  .shop-stage::before { z-index: -1; background: rgba(19, 30, 39, .77); }
  .site-header { position: static; width: auto; grid-column: 1 / -1; justify-content: space-between; gap: .7rem; }
  .site-header .wordmark { font-size: 1.6rem; }
  .site-header nav { gap: .9rem; border: 0; padding: 0; font-size: .875rem; }
  .hero-intro { position: static; width: auto; grid-column: 1 / -1; text-align: left; padding: .7rem 0 .2rem; }
  .hero-intro h1 { font-size: clamp(1.9rem, 7vw, 3rem); line-height: 1.08; }
  .hero-intro p { margin-top: .9rem; max-width: 38ch; font-size: 1rem; line-height: 1.55; color: #dce6ed; }
  .monitor-card { position: static; width: auto; grid-column: 1 / -1; }
  .monitor-title { height: auto; max-height: none; min-height: 0; text-align: left; padding-bottom: .8rem; }
  .monitor-title h2 { font-size: 1.15rem; }
  .monitor-title p { font-size: .875rem; line-height: 1.45; margin-top: .3rem; }
  .hero-app-card { position: static; width: auto; min-width: 0; grid-row: 5; }
  .hero-app-marine { grid-column: 1; }
  .hero-app-home { grid-column: 2; }
  .hero-app-label strong { font-size: 1rem; }
  .mobile-device { position: static; width: auto; align-self: end; }
  .tablet { grid-column: 1; grid-row: 6; width: 100%; }
  .phone { grid-column: 2; grid-row: 6; width: 39%; justify-self: center; }
  .mobile-callout { position: static; width: auto; grid-column: 1 / -1; grid-row: 7; text-align: center; padding: .4rem 0; }
  .mobile-callout h2 { font-size: 1.25rem; }
  .mobile-callout p { font-size: .875rem; color: #d9e4ec; }
  .mobile-callout .button { min-height: 48px; padding: .85rem 1.5rem; font-size: 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-number { font-size: 3.3rem; }
  .product-card { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .hero-app-card { transition: none; }
}
