@font-face{font-family:"Satoshi Font";font-style:normal;font-weight:400;font-display:swap;src:url("Satoshi-Regular.woff") format("woff");}
@font-face{font-family:"Satoshi Font";font-style:normal;font-weight:500;font-display:swap;src:url("Satoshi-Medium.woff") format("woff");}
@font-face{font-family:"Satoshi Font";font-style:normal;font-weight:600;font-display:swap;src:url("Satoshi-Bold.woff") format("woff");}
@font-face{font-family:"Satoshi Font";font-style:normal;font-weight:bold;font-display:swap;src:url("Satoshi-Bold.woff") format("woff");}
:root {
  --bg: #F3F7FB;
  --surface: #FFFFFF;
  --ink: #0E2438;
  --muted: #4A5B6B;
  --line: #D5E0EA;
  --accent: #0079F0;
  --cyan: #00C3CE;
  --navy: #07233F;
  --on-accent: #FFFFFF;
  --font: "Satoshi Font", "Avenir Next", "Segoe UI", sans-serif;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;
  --radius: 8px;
  --radius-sm: 4px;
  --pill: 999px;
  --wrap: 1120px;
  --measure: 38rem;
}

*,
*::before,
*::after { box-sizing: border-box; }
:where(html) { scroll-behavior: smooth; }
:where(body.sfv-landing) {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
:where(body.sfv-landing) :is(h1, h2, h3) {
  font-family: var(--font);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.12;
}
:where(body.sfv-landing) a { color: var(--accent); }
:where(body.sfv-landing) img,
:where(body.sfv-landing) svg { max-width: 100%; display: block; }
.sfv-skip { position: absolute; left: var(--space-md); top: -40px; background: var(--accent); color: var(--on-accent); padding: 8px 12px; z-index: 100; }
.sfv-skip:focus { top: var(--space-md); }
.sfv-wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }
.sfv-header { background: var(--navy); color: var(--on-accent); position: sticky; top: 0; z-index: 50; }
.sfv-header__bar { display: flex; align-items: center; gap: var(--space-md); min-height: 72px; position: relative; }
.sfv-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; flex: 0 0 auto; }
.sfv-brand__logo-link { display: flex; flex: 0 0 auto; cursor: pointer; pointer-events: auto; position: relative; z-index: 3; }
.sfv-brand__logo { height: 36px; width: auto; max-width: 196px; object-fit: contain; flex: 0 0 auto; background: #FFFFFF; border-radius: 4px; padding: 4px 8px; pointer-events: none; }
.sfv-brand__name { font-weight: 500; font-size: 11px; line-height: 1.25; letter-spacing: 0.04em; color: var(--cyan); max-width: 8.5rem; text-decoration: none; }
.sfv-nav { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.sfv-nav ul { display: contents; list-style: none; margin: 0; padding: 0; }
.sfv-nav li { display: contents; }
.sfv-nav a { color: #F3F7FB; text-decoration: none; font-size: 13px; font-weight: 500; white-space: nowrap; }
.sfv-nav a:hover, .sfv-nav a:focus-visible { color: var(--cyan); }
.sfv-phone { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; background: var(--accent); color: var(--on-accent) !important; text-decoration: none; border-radius: var(--pill); padding: 7px 14px; font-size: 13px; font-weight: 600; white-space: nowrap; line-height: 1.15; }
.sfv-phone small { font-weight: 600; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.92; }
.sfv-menu-btn { display: none; margin-left: auto; background: transparent; border: 1px solid rgba(0, 195, 206, 0.4); color: var(--on-accent); border-radius: var(--radius-sm); padding: 8px 10px; font-family: inherit; font-size: 13px; }
.sfv-hero { background: var(--navy); color: var(--on-accent); padding: 44px 0 56px; }
.sfv-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr); gap: 16px 48px; align-items: end; }
.sfv-eyebrow, .sfv-hero h1 { grid-column: 1 / -1; }
.sfv-eyebrow { margin: 0; font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan); }
.sfv-hero h1 { margin: 0; font-family: var(--font); font-weight: 600; font-size: clamp(1.4rem, 1.05rem + 1.55vw, 2.05rem); line-height: 1.12; letter-spacing: 0; text-transform: uppercase; max-width: none; }
.sfv-hero__sub { margin: 16px 0 0; max-width: 34rem; color: #D5E0EA; font-size: 1.02rem; line-height: 1.45; }
.sfv-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.sfv-btn { display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: var(--on-accent); text-decoration: none; border-radius: var(--radius); padding: 12px 18px; font-weight: 600; font-size: 15px; border: 1px solid var(--accent); }
.sfv-btn:hover, .sfv-btn:focus-visible { filter: brightness(1.06); }
.sfv-btn--ghost { background: transparent; border-color: rgba(0, 195, 206, 0.55); color: var(--on-accent); }
.sfv-hero__stat { border-left: 3px solid var(--cyan); padding: 8px 0 8px 28px; }
.sfv-hero__stat b { display: block; font-size: clamp(4.6rem, 8vw, 7.2rem); font-weight: 600; line-height: 0.85; letter-spacing: -0.06em; color: var(--cyan); }
.sfv-hero__stat b span { font-size: 0.28em; letter-spacing: 0; font-weight: 500; margin-left: 4px; }
.sfv-hero__stat p { margin: 12px 0 0; color: #D5E0EA; max-width: 18rem; font-size: 15px; }
.sfv-section { padding: 72px 0; }
.sfv-section h2 { margin: 0 0 16px; font-family: var(--font); font-size: clamp(1.4rem, 1.05rem + 1.3vw, 2rem); line-height: 1.12; font-weight: 600; letter-spacing: 0; text-transform: uppercase; max-width: 24ch; }
.sfv-lede { margin: 0 0 36px; max-width: var(--measure); color: var(--muted); }
.sfv-hubs { display: grid; grid-template-columns: 1.2fr 0.8fr; grid-template-areas: "bunker historic" "bunker arts"; gap: 16px; }
.sfv-hubs article { border: 1px solid var(--line); background: var(--surface); padding: 28px 26px; }
.sfv-hubs article:nth-child(1) { grid-area: bunker; background: var(--navy); color: var(--on-accent); border-color: var(--navy); }
.sfv-hubs article:nth-child(1) p { color: #D5E0EA; }
.sfv-hubs article:nth-child(2) { grid-area: historic; }
.sfv-hubs article:nth-child(3) { grid-area: arts; background: #E7F1F8; }
.sfv-hubs .sfv-pin { display: block; color: var(--cyan); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.sfv-hubs h3 { margin: 0 0 10px; font-size: 1.12rem; line-height: 1.15; }
.sfv-hubs p { margin: 0; color: var(--muted); }
.sfv-towers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; padding: 0; list-style: none; }
.sfv-towers li { border: 1px solid rgba(0, 195, 206, 0.4); color: var(--cyan); padding: 4px 10px; font-size: 12px; font-weight: 500; }
.sfv-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sfv-bento article { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(0, 195, 206, 0.28); padding: 28px 26px; }
.sfv-bento article:first-child { grid-column: 1 / -1; background: transparent; }
.sfv-bento h3 { margin: 0 0 12px; font-size: 1.12rem; line-height: 1.15; color: var(--on-accent); }
.sfv-bento p { margin: 0; color: #D5E0EA; }
.sfv-bento ul { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.sfv-bento li { border: 1px solid rgba(0, 195, 206, 0.4); color: var(--cyan); padding: 4px 10px; font-size: 13px; font-weight: 500; }
.sfv-sla { background: var(--navy); color: var(--on-accent); }
.sfv-sla h2 { max-width: 20ch; }
.sfv-sla .sfv-lede { color: #D5E0EA; }
.sfv-skyline { border: 1px solid rgba(0, 195, 206, 0.35); padding: 16px; margin-top: 36px; }
.sfv-skyline svg { width: 100%; height: auto; display: block; }
.sfv-skyline p { margin: 12px 0 0; color: #D5E0EA; font-size: 14.5px; max-width: var(--measure); }
.sfv-industries { display: grid; gap: 0; }
.sfv-industries article { display: grid; grid-template-columns: minmax(8rem, 11rem) 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.sfv-industries article:last-child { border-bottom: 1px solid var(--line); }
.sfv-industries .sfv-mark { display: block; color: var(--cyan); font-weight: 600; font-size: 0.95rem; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.04em; padding-top: 2px; }
.sfv-industries h3 { margin: 0 0 8px; font-size: 1.15rem; line-height: 1.15; }
.sfv-industries p { margin: 0; max-width: var(--measure); color: var(--muted); }
.sfv-faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.sfv-faq details:last-of-type { border-bottom: 1px solid var(--line); }
.sfv-faq summary { cursor: pointer; font-weight: 600; font-size: 1.05rem; line-height: 1.3; list-style: none; text-transform: none; font-family: var(--font); }
.sfv-faq summary::-webkit-details-marker { display: none; }
.sfv-faq summary::after { content: "+"; float: right; color: var(--accent); font-weight: 500; }
.sfv-faq details[open] summary::after { content: "\2212"; }
.sfv-faq details p { margin: 12px 0 0; max-width: var(--measure); color: var(--muted); }
.sfv-demo { background: var(--surface); border-top: 1px solid var(--line); }
.sfv-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; max-width: 720px; }
.sfv-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 500; }
.sfv-form label.full { grid-column: 1 / -1; }
.sfv-form input, .sfv-form select, .sfv-form textarea { font: inherit; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 12px; background: var(--bg); color: var(--ink); }
.sfv-form textarea { min-height: 88px; resize: vertical; }
.sfv-form button { grid-column: 1 / -1; justify-self: start; font: inherit; font-weight: 600; background: var(--accent); color: var(--on-accent); border: 0; border-radius: var(--radius); padding: 12px 18px; cursor: pointer; }
.sfv-form .notice { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 14px; }
.sfv-privacy { padding: 72px 0; }
.sfv-privacy h1 { margin: 0 0 16px; font-size: clamp(1.6rem, 2vw, 2.1rem); }
.sfv-privacy h2 { margin: 28px 0 10px; font-size: 1.15rem; }
.sfv-privacy p { max-width: var(--measure); color: var(--muted); }
.sfv-footer { background: var(--navy); color: #D5E0EA; padding: 48px 0 28px; font-size: 14.5px; }
.sfv-footer a { color: #F3F7FB; }
.sfv-footer__top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(213, 224, 234, 0.18); }
.sfv-footer h2, .sfv-footer h3 { color: var(--on-accent); margin: 0 0 12px; font-size: 0.95rem; }
.sfv-footer ul { margin: 0; padding: 0; list-style: none; }
.sfv-footer li + li { margin-top: 8px; }
.sfv-footer__legal { margin-top: 24px; display: grid; gap: 10px; }
.sfv-footer small { color: #D5E0EA; }
@media (max-width: 1040px) {
  .sfv-menu-btn { display: inline-flex; }
  .sfv-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; background: var(--navy); flex-direction: column; align-items: stretch; padding: 12px 20px 20px; gap: 12px; border-top: 1px solid rgba(0, 195, 206, 0.25); }
  .sfv-header.is-open .sfv-nav { display: flex; }
}
@media (max-width: 960px) {
  .sfv-hero__grid, .sfv-hubs, .sfv-bento, .sfv-footer__top, .sfv-form, .sfv-industries article { grid-template-columns: 1fr; }
  .sfv-hubs { grid-template-areas: "bunker" "historic" "arts"; }
  .sfv-bento article:first-child { grid-column: auto; }
  .sfv-hero { padding: 36px 0 44px; }
  .sfv-section { padding: 52px 0; }
  .sfv-brand__name { display: none; }
}
@media (prefers-reduced-motion: reduce) { :where(html) { scroll-behavior: auto; } }
