/* Native CSS. Dark cinematic direction explicitly selected by the owner.
   Layers: image (0), image shade (1), content (2), navigation (3), skip link (4). */
@font-face { font-family: Manrope; src: url('assets/manrope.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; }
:root {
  color-scheme: dark;
  --page: #0b121b;
  --surface: #121e2b;
  --surface-raised: #182737;
  --ink: #f3f6fa;
  --muted: #a8b6c7;
  --line: #293746;
  --accent: #b8d8ff;
  --accent-hover: #d5e7ff;
  --on-accent: #0b2545;
  --radius: 22px;
  font-family: Manrope, 'Avenir Next', Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a, button, summary { touch-action: manipulation; -webkit-tap-highlight-color: #b8d8ff22; }
a:focus-visible, button:focus-visible, summary:focus-visible, main:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
p { margin: 0; line-height: 1.7; text-wrap: pretty; }
h1, h2, h3 { margin: 0; font-weight: 500; text-wrap: balance; }
h1, h2 { letter-spacing: -.055em; line-height: 1.12; }
h2 { font-size: clamp(2.5rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.6rem, 2.4vw, 2.25rem); letter-spacing: -.04em; line-height: 1.2; }
section[id], main { scroll-margin-top: 36px; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 116px; }
.skip-link { position: fixed; left: 20px; top: 16px; z-index: 4; padding: 14px 22px; background: var(--accent); color: var(--page); transform: translateY(-180%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; flex-shrink: 0; }
.brand img { border-radius: 9px; }
.brand span { font-size: 1.45rem; font-weight: 700; letter-spacing: -.065em; }
.header-inner > .brand { margin-right: auto; }
.language-switch { display: flex; align-items: center; gap: 2px; flex-shrink: 0; padding: 3px; border: 1px solid var(--line); border-radius: 100px; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; min-width: 36px; border-radius: 100px; color: var(--muted); font-size: .7rem; font-weight: 650; }
.language-switch a[aria-current='page'] { color: var(--ink); background: var(--surface-raised); }
.language-switch a:hover { color: var(--ink); background: var(--surface-raised); }
nav { display: flex; align-items: center; gap: 34px; font-size: .8rem; font-weight: 500; }
nav > a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; color: #bdc8d5; }
nav > a:not(.button):hover { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 16px 25px; border: 1px solid transparent; border-radius: 100px; background: var(--accent); color: var(--on-accent); font-size: .88rem; font-weight: 700; line-height: 1.5; }
.button span { font-size: 1.35em; font-weight: 400; }
.button:hover { background: var(--accent-hover); transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-small { min-height: 44px; padding: 10px 20px; font-size: .78rem; gap: 24px; }
.menu-toggle { color: var(--ink); border: 1px solid var(--line); border-radius: 100px; background: var(--surface); min-height: 44px; padding: 8px 16px; }
.menu-toggle[hidden], [hidden] { display: none !important; }
.hero { position: relative; isolation: isolate; min-height: min(720px, calc(100svh - 100px)); margin: 0 20px; border-radius: 26px; overflow: hidden; background: #0f1d2a; }
.hero-photo { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.8) 0%, rgba(5,14,24,.49) 44%, rgba(5,14,24,.06) 80%), linear-gradient(0deg, rgba(5,14,24,.38), transparent 60%); z-index: 1; }
.hero-copy { position: relative; z-index: 2; padding-block: 88px 94px; }
.eyebrow { font-size: .65rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); margin-bottom: 30px; }
h1 { font-size: clamp(3rem, 5.8vw, 5.5rem); font-weight: 500; max-width: 900px; line-height: 1.06; letter-spacing: -.065em; }
h1 span { color: #c5d5e5; }
.hero-description { font-size: 1.02rem; line-height: 1.8; max-width: 370px; margin-top: 30px; color: #d0dce8; }
.hero .button { margin-top: 32px; }
.intro { display: grid; justify-items: center; gap: 28px; text-align: center; padding-block: 100px 114px; }
.intro h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
.intro h2 span { color: var(--muted); }
.intro > p { color: var(--muted); font-size: .95rem; max-width: 580px; padding-bottom: 3px; }
.section-heading { margin-bottom: 40px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; max-width: 450px; }
.section-heading .eyebrow { margin-bottom: 24px; }
.benefit-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }
.feature { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.feature-copy { padding: 40px; position: relative; z-index: 2; }
.feature-copy p:not(.feature-label) { color: var(--muted); margin-top: 18px; max-width: 380px; font-size: .9rem; line-height: 1.75; }
.feature-testing { min-height: 540px; display: flex; align-items: flex-end; }
.feature-testing img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 58% 35%; }
.feature-testing::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(7,18,30,.98) 0%, rgba(7,18,30,.7) 24%, rgba(7,18,30,.06) 70%); }
.feature-testing .feature-copy p { color: #cbd6e3; max-width: 360px; }
.feature-alerts { display: flex; flex-direction: column; }
.feature-alerts .feature-copy { padding-bottom: 28px; }
.feature-alerts img { height: 275px; width: calc(100% - 40px); margin-inline: 20px; margin-top: auto; object-fit: cover; object-position: 45% 46%; border-radius: 12px 12px 0 0; }
.feature-records { background: #132437; }
.feature-included { background: #182b3f; }
.feature-label { color: var(--accent); font-size: .72rem; margin-bottom: 24px; font-weight: 600; }
.feature-records .feature-copy, .feature-included .feature-copy { padding-block: 40px 42px; }
.text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; font-size: .8rem; font-weight: 650; color: var(--accent); margin-top: 22px; }
.text-link:hover { color: #fff; }
.text-link span { font-size: 1.3em; }
.text-link:hover span { transform: translate(2px,-2px); }
.connectivity { padding-bottom: 0; }
.connectivity-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 88px; padding: 56px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(115deg, #142538, #101a26 75%); }
.connectivity-lead h2 { font-size: clamp(2.25rem, 3.7vw, 3.5rem); }
.connectivity-lead > p:not(.gateway-count) { max-width: 430px; color: var(--muted); font-size: .925rem; margin-top: 26px; }
.gateway-count { display: flex; align-items: center; gap: 24px; margin-top: 38px; color: var(--accent); }
.gateway-number { font-size: 6.5rem; font-weight: 500; letter-spacing: -.07em; line-height: 1; font-variant-numeric: tabular-nums; }
.gateway-count > span:last-child { font-size: .875rem; line-height: 1.5; }
.connectivity-features { margin: 0; align-self: center; }
.connectivity-features > div { padding-block: 26px; border-bottom: 1px solid var(--line); }
.connectivity-features > div:first-child { padding-top: 0; }
.connectivity-features > div:last-child { border: 0; padding-bottom: 0; }
.connectivity-features dt { font-size: 1.075rem; font-weight: 600; letter-spacing: -.025em; }
.connectivity-features dd { margin: 12px 0 0; color: var(--muted); font-size: .875rem; line-height: 1.8; }
.connectivity-features strong { color: var(--ink); font-weight: 500; }
.connectivity-note { margin-top: 18px; color: var(--muted); font-size: .775rem; text-align: center; }
.buildings { padding-bottom: 104px; }
.buildings .section-heading { max-width: 720px; }
.space-picker { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin: 48px 0 28px; }
.space-picker button { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; min-height: 58px; font-size: .85rem; }
.space-picker button[aria-pressed='true'] { border-color: var(--accent); color: var(--ink); }
.space-picker button span { color: var(--accent); font-size: 1.3rem; }
.space-picker button:hover { color: #fff; }
.space-panel { display: grid; grid-template-columns: 1.45fr 1fr; background: var(--surface); border-radius: var(--radius); overflow: hidden; margin-top: 24px; }
.space-panel > img { width: 100%; height: 445px; object-fit: cover; }
.space-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.space-copy h3 { font-size: clamp(1.8rem, 2.7vw, 2.6rem); }
.space-copy p { margin-top: 22px; color: var(--muted); font-size: .95rem; }
.space-copy .text-link { margin-top: 24px; align-self: flex-start; }
.questions { display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; padding-block: 96px 110px; border-top: 1px solid var(--line); }
.questions h2 { font-size: clamp(2.25rem, 3.5vw, 3.25rem); }
.question-heading p { margin-top: 24px; color: var(--muted); font-size: .9rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 24px; list-style: none; cursor: pointer; font-size: .9rem; font-weight: 500; line-height: 1.5; }
details:first-child summary { padding-top: 7px; }
summary::-webkit-details-marker { display: none; }
summary:hover { color: var(--accent); }
.disclosure { position: relative; flex: 0 0 20px; height: 20px; color: var(--accent); }
.disclosure::before, .disclosure::after { content: ''; position: absolute; background: currentColor; }
.disclosure::before { width: 14px; height: 1px; top: 9px; left: 3px; }
.disclosure::after { width: 1px; height: 14px; top: 3px; left: 9px; }
details[open] .disclosure::after { transform: rotate(90deg); }
.faq-answer { padding: 0 36px 24px 0; color: var(--muted); font-size: .88rem; }
.contact { padding-bottom: 84px; }
.contact-inner { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.contact-inner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 80% 50%; opacity: .35; }
.contact-inner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,20,34,.3),rgba(9,20,34,.3)); z-index: 1; }
.contact-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.15fr; gap: 72px; padding: 64px 56px; }
.contact-inner > img { opacity: .12; }
.contact h2 { font-size: clamp(2.4rem, 3.8vw, 3.6rem); }
.contact-intro > p:not(.eyebrow) { color: #bdcbdc; margin-top: 26px; font-size: .95rem; max-width: 330px; }
.contact-intro .text-link { margin-top: 34px; }
.contact-phone { display: table; margin: 2px 0 0; padding-block: 12px; font-size: .78rem; color: #bdcbdc; }
.contact-phone:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.contact-form { min-width: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; min-width: 0; }
.form-field label { font-size: .8rem; font-weight: 600; color: #d0dce8; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; border: 1px solid #4a5b6d; border-radius: 10px; padding: 13px 15px; background: #0c1724; color: var(--ink); font-size: 1rem; line-height: 1.5; }
.form-field textarea { resize: vertical; min-height: 150px; }
.form-field input:hover, .form-field textarea:hover { border-color: #7d91a7; }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-color: var(--accent); }
.form-field [aria-invalid='true'] { border-color: #ffb8ad; }
.field-hint, .form-note { color: #aebed0; font-size: .73rem; line-height: 1.6; }
.form-actions { display: flex; align-items: center; gap: 22px; }
.form-actions .button { flex-shrink: 0; cursor: pointer; }
.form-actions .button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-note { max-width: 200px; }
.form-status { font-size: .875rem; color: var(--accent); margin-top: 18px; overflow-wrap: anywhere; }
.form-status:empty { margin-top: 0; }
.form-status[data-error='true'] { color: #ffc5bc; }
.form-trap { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.contact-result { max-width: 720px; margin: 12vh auto; padding: 32px; }
.contact-result h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin-block: 36px 24px; }
.contact-result p { color: var(--muted); margin-bottom: 30px; }
.site-footer { padding-top: 28px; overflow: hidden; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-top p, .footer-top > a:last-child { font-size: .75rem; color: var(--muted); }
.footer-top > a:last-child { display: inline-flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; }
.footer-top > a:last-child:hover { color: var(--ink); }
.footer-wordmark { font-size: clamp(5rem, 20vw, 19rem); font-weight: 600; line-height: 1.2; letter-spacing: -.065em; text-align: center; color: #60758a; margin: 42px 0 -25px; user-select: none; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .button, .text-link span { transition: transform .25s ease, background-color .25s ease; }
  .disclosure::after { transition: transform .2s ease; }
  [data-reveal].is-revealed { animation: reveal .7s cubic-bezier(.22,1,.36,1) both; }
  .hero-photo { animation: arrive 1.2s cubic-bezier(.2,.8,.2,1) both; }
  @keyframes reveal { from { opacity: .15; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes arrive { from { transform: scale(1.035); } to { transform: scale(1); } }
}
@media (min-width:1800px) { .hero { max-width: 1760px; margin-inline:auto; } .hero-copy { padding-block:96px; } }
@media (max-width:1100px) {
  .container { width: calc(100% - 72px); }
  nav { gap: 24px; }
  .hero { min-height: 640px; }
  .hero-copy { padding-top: 92px; }
  h1 { font-size: clamp(3rem,6.3vw,4.7rem); }
  .intro { gap: 28px; }
  .feature-copy { padding: 30px; }
  .space-copy { padding: 34px; }
  .questions { gap: 48px; }
  .connectivity-panel { gap: 44px; padding: 38px; }
  .space-picker { gap: 20px; }
  .footer-top { flex-wrap: wrap; }
  .contact-copy { padding: 44px 36px; gap: 36px; grid-template-columns: .9fr 1.2fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .form-note { max-width: none; }
}
@media (max-width:900px) {
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; padding-block: 14px; }
  .language-switch { order: 1; margin-left: auto; padding: 0; border: 0; gap: 0; }
  .language-switch a { min-width: 34px; min-height: 44px; font-size: .65rem; }
  .header-inner > .menu-toggle { order: 2; margin-left: 8px; padding-inline: 11px; gap: 10px; }
  #site-nav { order: 3; }
  nav { width: 100%; flex-wrap: wrap; gap: 8px 22px; padding-top: 16px; }
  .nav-enhanced.nav-mobile nav { display: none; }
  .nav-enhanced.nav-mobile nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding-block: 18px 8px; }
  .nav-enhanced nav > a { padding: 12px 8px; }
  .nav-enhanced nav > .button { margin-top: 8px; }
  .menu-toggle { display: flex; align-items: center; gap: 18px; font-size: .85rem; }
}
@media (max-width:760px) {
  .container { width: calc(100% - 40px); }
  .brand { gap: 8px; }
  .brand img { width: 32px; height: 32px; }
  .brand span { font-size: 1.15rem; }
  .hero { min-height: 650px; margin-inline: 10px; border-radius: 20px; }
  .hero-photo { object-position: 72% center; }
  .hero-shade { background: linear-gradient(180deg,rgba(5,14,24,.72) 0%,rgba(5,14,24,.62) 43%,rgba(5,14,24,.12) 100%); }
  .hero-copy { width: calc(100% - 40px); padding-block: 58px 80px; }
  .eyebrow { font-size: .58rem; letter-spacing: .12em; margin-bottom: 26px; }
  h1 { font-size: clamp(2rem,8.5vw,3.8rem); line-height: 1.12; }
  .hero-description { font-size: .91rem; max-width: 300px; margin-top: 24px; }
  .hero .button { margin-top: 28px; }
  .button { min-height: 52px; padding: 14px 23px; font-size: .83rem; }
  .section { padding-block: 76px; }
  .intro { grid-template-columns: 1fr; gap: 25px; padding-block: 68px 76px; }
  .intro h2 { font-size: clamp(1.7rem,6.6vw,2.75rem); }
  .intro > p { max-width: 480px; font-size: .9rem; }
  .section-heading { margin-bottom: 28px; }
  h2 { font-size: clamp(2.2rem,8.4vw,3.5rem); }
  .benefit-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature { border-radius: 18px; }
  .feature-copy { padding: 28px; }
  .feature h3 { font-size: 1.75rem; }
  .feature-testing { min-height: 455px; }
  .feature-alerts img { height: 275px; }
  .feature-records .feature-copy, .feature-included .feature-copy { padding-block: 32px; }
  .feature-copy p:not(.feature-label) { font-size: .875rem; }
  .space-picker { grid-template-columns: 1fr; gap: 0; margin: 30px 0 24px; }
  .connectivity { padding-bottom: 0; }
  .connectivity-panel { grid-template-columns: 1fr; gap: 36px; padding: 32px 26px; border-radius: 18px; }
  .connectivity-lead h2 { font-size: clamp(1.75rem, 7.5vw, 2.5rem); }
  .connectivity-lead > p:not(.gateway-count) { margin-top: 22px; font-size: .875rem; }
  .gateway-count { margin-top: 28px; gap: 20px; }
  .gateway-number { font-size: 5rem; }
  .connectivity-features dt { font-size: 1rem; }
  .connectivity-note { text-align: left; font-size: .75rem; padding-inline: 4px; }
  .space-picker button { padding-block: 15px; min-height: 52px; }
  .space-panel { grid-template-columns: 1fr; margin-top: 16px; }
  .space-panel > img { height: 280px; }
  .space-copy { padding: 30px 28px; }
  .space-copy h3 { font-size: 1.8rem; }
  .space-copy p { font-size: .875rem; margin-top: 18px; }
  .questions { grid-template-columns: 1fr; gap: 32px; padding-block: 64px 76px; }
  .questions h2 { font-size: 2.2rem; }
  .question-heading p { margin-top: 20px; }
  summary { font-size: .875rem; padding-block: 22px; }
  .faq-answer { padding-right: 20px; }
  .contact { padding-bottom: 56px; }
  .contact-copy { padding: 40px 24px; grid-template-columns: 1fr; gap: 36px; }
  .contact h2 { font-size: 2.35rem; }
  .contact-copy > p { font-size: .875rem; }
  .contact .button { gap: 16px; padding-inline: 19px; font-size: .78rem; }
  .contact-phone { font-size: .72rem; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-wordmark { margin: 28px 0 0; font-size: 19vw; }
  .site-footer { padding-bottom: max(12px, env(safe-area-inset-bottom)); }
}
@media (max-width:380px) { .hero { min-height: 600px; } .hero-copy { padding-top: 44px; } .feature-copy { padding:24px; } .contact h2 { font-size:2rem; } }
@media (forced-colors: active) { .button { border-color: ButtonText; } .disclosure::before,.disclosure::after { background: ButtonText; } }
