
:root {
  --navy: #0A132B;
  --navy-2: #101D3D;
  --blue: #0066FF;
  --royal: #0047D9;
  --sky: #5AA8FF;
  --ink: #0A1730;
  --muted: #5D6B84;
  --line: #DDE5F1;
  --soft: #F4F7FC;
  --white: #FFFFFF;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(10, 19, 43, .14);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-tight { padding: 82px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--royal);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .78rem;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}
.section-head { max-width: 780px; margin-bottom: 54px; }
.section-head h2, .split-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(2.15rem, 4.1vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.section-head p, .split-copy p { color: var(--muted); font-size: 1.12rem; margin: 0; }
.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 14px 36px rgba(0,102,255,.3); }
.btn-primary:hover { background: #0A72FF; }
.btn-secondary { background: rgba(255,255,255,.08); color: white; border-color: rgba(255,255,255,.22); }
.btn-light { background: white; color: var(--navy); }
.btn-outline { background: white; color: var(--navy); border-color: #C9D5E7; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(10,19,43,.07);
  backdrop-filter: blur(18px);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 248px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .93rem; color: #26334C; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { min-height: 42px; padding-inline: 18px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--soft); border-radius: 50%; }
.menu-toggle span { display:block; width:19px; height:2px; background:var(--navy); margin:4px auto; }

.hero {
  min-height: 810px;
  position: relative;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 22%, rgba(0,102,255,.34), transparent 27%),
    radial-gradient(circle at 90% 74%, rgba(0,71,217,.18), transparent 30%),
    linear-gradient(135deg, #071126 0%, #0A1734 54%, #071126 100%);
  color: white;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .21;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 92px 0 84px; }
.hero-copy { max-width: 690px; }
.hero .eyebrow { color: #8FC1FF; }
.hero h1 { margin: 18px 0 24px; font-size: clamp(3.25rem, 6.2vw, 6.25rem); line-height: .93; letter-spacing: -.065em; max-width: 760px; }
.hero h1 span { color: #69AFFF; }
.hero-copy > p { margin: 0; max-width: 630px; color: #C9D6EB; font-size: 1.23rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 38px; color: #B7C6DE; font-size: .9rem; font-weight: 700; }
.hero-proof span { display: inline-flex; gap: 9px; align-items: center; }
.hero-proof i { width: 8px; height: 8px; background: #54A6FF; border-radius: 50%; box-shadow: 0 0 0 5px rgba(84,166,255,.12); }

.station-scene { min-height: 600px; position: relative; display: grid; place-items: center; }
.station-halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(0,102,255,.33), transparent 68%); filter: blur(2px); }
.station-card {
  width: min(100%, 510px);
  position: relative;
  transform: perspective(1200px) rotateY(-5deg) rotateX(1deg);
  filter: drop-shadow(0 42px 42px rgba(0,0,0,.42));
}
.station-top {
  width: 83%;
  height: 54px;
  margin: 0 auto -5px;
  background: linear-gradient(90deg, #17274E, #244276 50%, #132445);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  border-top: 6px solid #4F86C9;
  position: relative;
}
.station-top::after { content:"SOLAR READY"; position:absolute; inset: 14px 0 0; text-align:center; color:#9EC8FF; font-size:.62rem; letter-spacing:.2em; font-weight:800; }
.station-body { background: linear-gradient(160deg, #F4F7FC 0%, #CFDAEB 100%); border-radius: 17px 17px 24px 24px; border: 1px solid rgba(255,255,255,.7); overflow: hidden; }
.station-fascia { height: 94px; display:flex; align-items:center; justify-content:space-between; gap:14px; padding: 0 25px; background: linear-gradient(95deg, #0A132B, #132A55); }
.station-brand { display:flex; align-items:center; gap:12px; font-weight:850; font-size:1.04rem; }
.station-brand img { width:52px; height:52px; border-radius:12px; }
.live-pill { padding:8px 11px; border-radius:999px; background:rgba(0,102,255,.18); color:#8FC1FF; font-size:.67rem; letter-spacing:.12em; font-weight:900; }
.station-grid { padding: 16px; display:grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.locker { min-height: 94px; border-radius: 10px; background: linear-gradient(150deg, #FFFFFF, #DCE4EF); border: 1px solid #B8C5D8; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); position:relative; display:grid; place-items:center; }
.locker::after { content:""; position:absolute; width:5px; height:20px; right:9px; top:50%; transform:translateY(-50%); border-radius:99px; background:#8091AA; }
.locker svg { width:35px; height:35px; opacity:.78; }
.locker.active { outline: 2px solid var(--blue); background: linear-gradient(150deg, #F9FCFF, #CFE1FA); }
.station-screen { grid-row: span 2; min-height: 198px; background: linear-gradient(160deg, #0B1732, #142A54); border-color:#28436C; padding: 14px; align-content:center; text-align:left; }
.station-screen::after { display:none; }
.screen-kicker { color:#6EB1FF; font-size:.61rem; letter-spacing:.15em; font-weight:900; }
.screen-title { font-size:1.02rem; font-weight:850; line-height:1.1; color:white; margin:9px 0 11px; }
.screen-action { display:inline-flex; padding:7px 10px; background:var(--blue); color:white; border-radius:999px; font-size:.66rem; font-weight:850; }
.station-base { height:24px; margin:0 20px; background:linear-gradient(90deg,#101B34,#243657,#101B34); clip-path: polygon(3% 0,97% 0,100% 100%,0 100%); }
.floating-panel { position:absolute; right:-40px; bottom:76px; width:210px; background:rgba(255,255,255,.96); color:var(--ink); border:1px solid rgba(255,255,255,.65); border-radius:18px; box-shadow:var(--shadow); padding:18px; transform: rotateY(5deg); }
.floating-panel small { display:block; color:var(--muted); font-weight:800; text-transform:uppercase; letter-spacing:.11em; }
.floating-panel strong { display:block; margin-top:7px; font-size:1.02rem; }
.floating-row { margin-top:13px; padding-top:13px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:.8rem; color:var(--muted); }
.floating-row b { color:var(--royal); }

.signal-bar { background: white; border-bottom: 1px solid var(--line); }
.signal-grid { display:grid; grid-template-columns: 1.2fr repeat(4,1fr); min-height:120px; align-items:center; }
.signal-intro { font-weight:850; font-size:1.05rem; padding-right:30px; }
.signal-item { min-height:70px; padding: 10px 26px; border-left:1px solid var(--line); display:flex; flex-direction:column; justify-content:center; }
.signal-item strong { font-size:1.03rem; }
.signal-item span { color:var(--muted); font-size:.86rem; }

.problem { background: var(--soft); }
.problem-grid { display:grid; grid-template-columns: .82fr 1.18fr; gap:72px; align-items:center; }
.problem-visual { min-height: 560px; border-radius: 32px; position:relative; overflow:hidden; background: linear-gradient(155deg, #D8EBFF, #F7FAFF 48%, #DDE7F6); box-shadow: var(--shadow); }
.court { position:absolute; inset: 42px; border-radius: 25px; background: linear-gradient(145deg,#E8F0FB,#CFE0F4); border: 3px solid white; overflow:hidden; }
.court::before { content:""; position:absolute; inset: 10%; border: 4px solid rgba(255,255,255,.94); border-radius:6px; }
.court::after { content:""; position:absolute; top:10%; bottom:10%; left:50%; width:4px; background:white; transform:translateX(-50%); }
.court-circle { position:absolute; width:140px; height:140px; border:4px solid white; border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); }
.mini-station { position:absolute; right: 24px; bottom: 22px; width: 145px; height: 235px; border-radius:18px; background:linear-gradient(160deg,#182A4E,#071226); box-shadow:0 26px 50px rgba(10,19,43,.35); padding:14px; z-index:2; }
.mini-station-head { height:48px; display:flex; align-items:center; gap:8px; color:white; font-size:.75rem; font-weight:850; }
.mini-station-head img { width:34px; height:34px; border-radius:8px; }
.mini-lockers { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.mini-lockers span { height:59px; background:#F2F6FC; border-radius:8px; border:1px solid #AAB9CF; }
.people-dot { position:absolute; width:28px; height:28px; border-radius:50%; background:var(--blue); box-shadow: 0 0 0 8px rgba(0,102,255,.12); }
.people-dot.one { left:24%; top:30%; }
.people-dot.two { left:43%; top:62%; background:#0A132B; }
.people-dot.three { left:68%; top:36%; background:#4D8EE9; }
.problem-list { display:grid; gap:18px; margin-top:34px; }
.problem-list article { display:grid; grid-template-columns:52px 1fr; gap:16px; align-items:start; padding: 18px 0; border-top:1px solid var(--line); }
.problem-list article:first-child { border-top:0; }
.number { width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:#E5F0FF; color:var(--royal); font-weight:900; }
.problem-list h3 { margin:2px 0 5px; font-size:1.12rem; }
.problem-list p { margin:0; color:var(--muted); }

.steps { background:white; }
.steps-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; }
.step { position:relative; border:1px solid var(--line); border-radius:22px; padding:28px; min-height:250px; transition:transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-5px); box-shadow:0 20px 52px rgba(10,19,43,.1); }
.step-icon { width:58px; height:58px; border-radius:17px; background:linear-gradient(145deg,#E8F2FF,#D5E8FF); display:grid; place-items:center; color:var(--royal); }
.step-icon svg { width:27px; height:27px; }
.step small { display:block; color:var(--blue); font-weight:900; letter-spacing:.12em; margin-top:24px; }
.step h3 { margin:9px 0 9px; font-size:1.25rem; }
.step p { margin:0; color:var(--muted); }

.formats { background: var(--navy); color:white; position:relative; overflow:hidden; }
.formats::after { content:""; position:absolute; width:660px; height:660px; right:-260px; top:-250px; border-radius:50%; background:radial-gradient(circle,rgba(0,102,255,.24),transparent 66%); }
.formats .section-head { position:relative; z-index:2; }
.formats .section-head p { color:#B8C7DE; }
.formats .eyebrow { color:#8FC1FF; }
.format-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.format-card { border:1px solid rgba(255,255,255,.13); border-radius:26px; overflow:hidden; background:linear-gradient(155deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); }
.format-visual { height:310px; display:grid; place-items:end center; padding:28px 18px 0; background:radial-gradient(circle at 50% 35%,rgba(0,102,255,.28),transparent 48%); }
.format-copy { padding:28px; border-top:1px solid rgba(255,255,255,.1); }
.format-copy small { color:#78B5FF; letter-spacing:.13em; font-weight:900; }
.format-copy h3 { margin:9px 0 10px; font-size:1.45rem; }
.format-copy p { margin:0; color:#B9C6D8; }
.format-copy ul { list-style:none; padding:0; margin:20px 0 0; display:grid; gap:8px; color:#DCE7F6; font-size:.9rem; }
.format-copy li::before { content:"•"; color:#67ACFF; margin-right:9px; }
.access-unit { width:180px; background:linear-gradient(160deg,#F8FAFD,#C5D1E1); border-radius:16px 16px 0 0; overflow:hidden; filter:drop-shadow(0 25px 28px rgba(0,0,0,.35)); }
.access-unit .u-head { height:64px; background:#0D1B39; display:flex; align-items:center; justify-content:center; color:white; font-size:.74rem; font-weight:900; }
.access-unit .u-logo { width:30px; height:30px; margin-right:8px; border-radius:8px; }
.access-unit .u-grid { padding:10px; display:grid; gap:7px; }
.access-unit .u-grid span { height:63px; border-radius:8px; background:white; border:1px solid #AAB8CB; position:relative; }
.access-unit .u-grid span::after { content:"QR"; position:absolute; right:8px; bottom:7px; font-size:.57rem; font-weight:900; color:var(--royal); }
.hub-unit { width:260px; }
.hub-roof { height:29px; margin:0 auto -3px; width:90%; background:linear-gradient(90deg,#21487E,#0D1D3B,#21487E); clip-path:polygon(8% 0,92% 0,100% 100%,0 100%); border-top:4px solid #639DE7; }
.hub-body { background:linear-gradient(160deg,#F8FAFD,#C4D1E2); border-radius:12px 12px 0 0; overflow:hidden; }
.hub-brand { height:56px; background:#0E1C3A; color:white; font-weight:900; display:flex; align-items:center; justify-content:center; gap:8px; font-size:.8rem; }
.hub-brand img { width:30px; height:30px; border-radius:7px; }
.hub-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:6px; padding:8px; }
.hub-grid span { height:45px; background:white; border:1px solid #A9B7C8; border-radius:5px; }
.kiosk-unit { width:210px; background:linear-gradient(150deg,#EBF1F8,#BFCBDC); border-radius:30px 30px 8px 8px; padding:16px; filter:drop-shadow(0 25px 28px rgba(0,0,0,.35)); }
.kiosk-top { background:#09152D; border-radius:19px; padding:14px; }
.kiosk-logo { display:flex; align-items:center; justify-content:center; gap:8px; color:white; font-weight:900; font-size:.76rem; margin-bottom:12px; }
.kiosk-logo img { width:31px; height:31px; border-radius:8px; }
.kiosk-screen { height:125px; background:linear-gradient(155deg,#123A76,#071226); border-radius:13px; padding:16px; color:white; }
.kiosk-screen small { color:#7AB8FF; font-weight:900; letter-spacing:.12em; }
.kiosk-screen strong { display:block; margin-top:12px; font-size:1.05rem; }
.kiosk-lockers { display:grid; grid-template-columns:repeat(2,1fr); gap:7px; margin-top:10px; }
.kiosk-lockers span { height:56px; border-radius:8px; background:white; border:1px solid #ABB8C9; }

.hosts { background:white; }
.host-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.host-card { border:1px solid var(--line); border-radius:22px; padding:28px; min-height:220px; background:white; }
.host-card .icon { width:46px; height:46px; border-radius:14px; display:grid; place-items:center; background:#EAF3FF; color:var(--royal); }
.host-card h3 { margin:20px 0 9px; font-size:1.18rem; }
.host-card p { margin:0; color:var(--muted); }

.tech { background:linear-gradient(180deg,#F5F8FD,#FFFFFF); }
.tech-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:76px; align-items:center; }
.interface-card { min-height:570px; border-radius:30px; background:linear-gradient(150deg,#071226,#102755); padding:22px; box-shadow:var(--shadow); position:relative; overflow:hidden; }
.interface-card::before { content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:rgba(0,102,255,.22); filter:blur(70px); right:-90px; top:-90px; }
.interface-shell { position:relative; z-index:2; height:100%; min-height:526px; border:1px solid rgba(255,255,255,.14); border-radius:22px; padding:24px; color:white; }
.interface-top { display:flex; justify-content:space-between; align-items:center; gap:18px; }
.interface-top img { width:45px; height:45px; border-radius:11px; }
.interface-top small { color:#8FC1FF; font-weight:900; letter-spacing:.13em; }
.interface-title { font-size:2rem; line-height:1.05; letter-spacing:-.04em; margin:34px 0 20px; max-width:340px; }
.interface-options { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.interface-option { border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.06); border-radius:16px; padding:17px; }
.interface-option b { display:block; }
.interface-option span { color:#AFC1DA; font-size:.8rem; }
.interface-footer { position:absolute; left:24px; right:24px; bottom:24px; padding-top:18px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:12px; color:#AFC1DA; font-size:.78rem; }
.tech-list { margin-top:32px; display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.tech-pill { padding:16px 18px; border-radius:16px; border:1px solid var(--line); background:white; font-weight:800; display:flex; align-items:center; gap:11px; }
.tech-pill::before { content:""; width:9px; height:9px; border-radius:50%; background:var(--blue); box-shadow:0 0 0 5px #E7F1FF; }

.locations { background:var(--navy); color:white; }
.locations .section-head p { color:#B6C5DA; }
.locations .eyebrow { color:#8FC1FF; }
.location-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; }
.location-card { min-height:230px; border-radius:24px; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.1); background:#132344; }
.location-card:nth-child(1), .location-card:nth-child(4) { grid-column:span 7; }
.location-card:nth-child(2), .location-card:nth-child(3) { grid-column:span 5; }
.location-card:nth-child(5), .location-card:nth-child(6), .location-card:nth-child(7) { grid-column:span 4; }
.location-art { position:absolute; inset:0; }
.location-art.park { background: radial-gradient(circle at 22% 28%,#8CC8FF 0 7%,transparent 8%), linear-gradient(165deg,#5C92CF 0 48%,#6FAE6C 49% 74%,#2B6841 75%); }
.location-art.resort { background: linear-gradient(168deg,#9FD7FF 0 43%,#F4D6A6 44% 60%,#2C87C8 61% 76%,#E9F0F8 77%); }
.location-art.campus { background: linear-gradient(155deg,#7AB7EA 0 43%,#D9E2EF 44% 62%,#78A85F 63%); }
.location-art.residential { background: linear-gradient(160deg,#7DB6E8 0 42%,#EDE7DA 43% 70%,#85B16D 71%); }
.location-art.beach { background: linear-gradient(168deg,#87C6F4 0 46%,#1E91D3 47% 63%,#E6C789 64%); }
.location-art.club { background: linear-gradient(155deg,#92C6EF 0 40%,#476B54 41% 63%,#87A970 64%); }
.location-art.event { background: radial-gradient(circle at 25% 25%,rgba(255,255,255,.8) 0 3%,transparent 4%), radial-gradient(circle at 75% 20%,rgba(255,255,255,.8) 0 3%,transparent 4%), linear-gradient(155deg,#46577E,#15233E 60%,#25385F); }
.location-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(7,18,38,.93),rgba(7,18,38,.08) 72%); }
.location-copy { position:absolute; z-index:2; left:24px; right:24px; bottom:22px; }
.location-copy h3 { margin:0 0 4px; font-size:1.25rem; }
.location-copy p { margin:0; color:#CFDBEC; font-size:.89rem; }

.partners { background:white; }
.partner-grid { display:grid; grid-template-columns:1fr 1fr; border-radius:32px; overflow:hidden; box-shadow:var(--shadow); }
.partner-visual { min-height:570px; background:linear-gradient(145deg,#071226,#0D2A58); position:relative; overflow:hidden; display:grid; place-items:center; }
.partner-visual::before { content:""; position:absolute; inset:0; background-image:url('assets/brand_art.jpg'); background-size:cover; background-position:center; opacity:.22; mix-blend-mode:screen; }
.partner-device { width:290px; border-radius:30px; background:rgba(255,255,255,.95); padding:18px; position:relative; z-index:2; transform:rotate(-3deg); box-shadow:0 35px 70px rgba(0,0,0,.38); }
.partner-device-header { height:56px; border-radius:16px; background:var(--navy); color:white; display:flex; align-items:center; justify-content:space-between; padding:0 15px; font-size:.79rem; font-weight:850; }
.partner-device-header img { width:34px; height:34px; border-radius:8px; }
.partner-ad { margin-top:13px; min-height:180px; border-radius:18px; background:linear-gradient(145deg,#0066FF,#003CB9); color:white; padding:24px; display:flex; flex-direction:column; justify-content:flex-end; }
.partner-ad small { text-transform:uppercase; letter-spacing:.13em; font-weight:900; color:#BBD9FF; }
.partner-ad strong { font-size:1.85rem; line-height:1; margin-top:10px; }
.partner-products { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:10px; }
.partner-products span { height:72px; border-radius:12px; background:#E7EDF6; }
.partner-copy { padding:70px; display:flex; flex-direction:column; justify-content:center; }
.partner-points { display:grid; gap:15px; margin-top:30px; }
.partner-point { display:grid; grid-template-columns:40px 1fr; gap:14px; align-items:start; }
.partner-point b { width:36px; height:36px; border-radius:12px; display:grid; place-items:center; background:#E8F2FF; color:var(--royal); }
.partner-point h3 { margin:1px 0 4px; font-size:1rem; }
.partner-point p { margin:0; color:var(--muted); font-size:.92rem; }

.founder { background:var(--soft); }
.founder-card { display:grid; grid-template-columns:.74fr 1.26fr; border-radius:32px; overflow:hidden; background:white; box-shadow:var(--shadow); }
.founder-image { min-height:640px; background:#D9D9D9; }
.founder-image img { width:100%; height:100%; object-fit:cover; object-position:center top; }
.founder-copy { padding:72px; display:flex; flex-direction:column; justify-content:center; }
.founder-copy h2 { margin:14px 0 20px; font-size:clamp(2.3rem,4vw,4rem); line-height:1.02; letter-spacing:-.05em; }
.founder-copy p { color:var(--muted); font-size:1.02rem; margin:0 0 17px; }
.founder-name { margin-top:22px; padding-top:22px; border-top:1px solid var(--line); }
.founder-name strong { display:block; font-size:1.15rem; }
.founder-name span { color:var(--royal); font-weight:800; }

.contact { background:linear-gradient(135deg,#071226,#102A5A); color:white; }
.contact-wrap { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; }
.contact-copy h2 { font-size:clamp(2.6rem,5vw,5rem); line-height:.98; letter-spacing:-.06em; margin:14px 0 22px; }
.contact-copy p { color:#C2D0E4; font-size:1.08rem; max-width:550px; }
.contact-channels { display:grid; gap:12px; margin-top:28px; }
.contact-channels a { display:flex; align-items:center; gap:12px; color:#D8E5F4; font-weight:750; }
.contact-form { background:white; color:var(--ink); border-radius:28px; padding:30px; box-shadow:0 30px 70px rgba(0,0,0,.26); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1 / -1; }
.field label { font-size:.82rem; font-weight:850; }
.field input, .field select, .field textarea { width:100%; border:1px solid #CFD8E6; border-radius:13px; padding:13px 14px; color:var(--ink); background:#FBFCFE; outline:none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(0,102,255,.09); }
.field textarea { min-height:120px; resize:vertical; }
.form-note { color:var(--muted); font-size:.76rem; margin:12px 0 0; }
.form-submit { width:100%; margin-top:18px; border:0; }

footer { background:white; border-top:1px solid var(--line); }
.footer-main { min-height:160px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer-logo img { width:238px; }
.footer-links { display:flex; flex-wrap:wrap; gap:22px; color:var(--muted); font-weight:700; font-size:.9rem; }
.footer-links a:hover { color:var(--blue); }
.footer-bottom { border-top:1px solid var(--line); padding:20px 0 28px; color:var(--muted); font-size:.82rem; display:flex; justify-content:space-between; gap:20px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .nav-links { display:none; position:absolute; top:78px; left:0; right:0; background:white; border-bottom:1px solid var(--line); padding:24px 22px 30px; flex-direction:column; align-items:flex-start; box-shadow:0 24px 50px rgba(10,19,43,.12); }
  .nav-links.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid, .problem-grid, .tech-grid, .contact-wrap { grid-template-columns:1fr; }
  .hero { min-height:auto; }
  .hero-copy { padding-top:20px; }
  .station-scene { min-height:570px; }
  .floating-panel { right:4px; }
  .signal-grid { grid-template-columns:1fr 1fr; padding:20px 0; }
  .signal-intro { grid-column:1 / -1; padding:10px 0 18px; }
  .signal-item:nth-child(2), .signal-item:nth-child(4) { border-left:0; }
  .steps-grid, .host-grid { grid-template-columns:repeat(2,1fr); }
  .format-grid { grid-template-columns:1fr; }
  .format-card { display:grid; grid-template-columns:.8fr 1.2fr; }
  .format-visual { height:auto; min-height:320px; }
  .partner-grid, .founder-card { grid-template-columns:1fr; }
  .partner-visual { min-height:460px; }
  .founder-image { min-height:600px; max-height:760px; }
  .location-card { grid-column:span 6 !important; }
}

@media (max-width: 720px) {
  .container { width:min(100% - 28px, var(--max)); }
  .section { padding:78px 0; }
  .section-tight { padding:62px 0; }
  .brand img { width:204px; }
  .nav { height:70px; }
  .nav-links { top:70px; }
  .hero-grid { padding:62px 0 52px; gap:28px; }
  .hero h1 { font-size:clamp(3rem,15vw,4.6rem); }
  .hero-copy > p { font-size:1.06rem; }
  .hero-actions .btn { width:100%; }
  .station-scene { min-height:470px; }
  .station-card { width:94%; transform:none; }
  .station-top { height:40px; }
  .station-fascia { height:72px; padding:0 15px; }
  .station-brand { font-size:.77rem; }
  .station-brand img { width:38px; height:38px; }
  .station-grid { gap:7px; padding:10px; }
  .locker { min-height:69px; }
  .station-screen { min-height:145px; }
  .floating-panel { display:none; }
  .signal-grid { grid-template-columns:1fr; }
  .signal-item { border-left:0; border-top:1px solid var(--line); padding:16px 0; }
  .problem-visual { min-height:430px; }
  .court { inset:25px; }
  .mini-station { transform:scale(.8); transform-origin:right bottom; }
  .steps-grid, .host-grid, .tech-list { grid-template-columns:1fr; }
  .step { min-height:auto; }
  .format-card { display:block; }
  .format-visual { min-height:300px; }
  .location-card { grid-column:1 / -1 !important; }
  .partner-copy, .founder-copy { padding:42px 26px; }
  .founder-image { min-height:470px; }
  .interface-card { min-height:520px; padding:13px; }
  .interface-shell { min-height:494px; padding:19px; }
  .interface-options { grid-template-columns:1fr; }
  .interface-footer { position:static; margin-top:22px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .contact-form { padding:24px 18px; }
  .footer-main { flex-direction:column; align-items:flex-start; padding:44px 0; }
  .footer-bottom { flex-direction:column; }
}


/* Sport Ease Gear V2 redesign */
:root {
  --hero-copy: #D6E1F2;
  --hero-line: rgba(255,255,255,.14);
}

.nav-links { gap: 22px; }
.nav-cta { font-size: .86rem; padding-inline: 18px; }

.hero {
  min-height: 820px;
  background:
    radial-gradient(circle at 79% 26%, rgba(0,102,255,.30), transparent 28%),
    radial-gradient(circle at 65% 92%, rgba(0,71,217,.15), transparent 31%),
    linear-gradient(128deg, #061024 0%, #0B1836 55%, #071329 100%);
}
.hero::before {
  opacity: .16;
  background-size: 64px 64px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0,0,0,.16), transparent);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr);
  gap: 56px;
  padding: 86px 0 78px;
}
.hero-copy { max-width: 660px; }
.hero h1 {
  max-width: 690px;
  font-size: clamp(3.45rem, 5.85vw, 5.95rem);
  line-height: .94;
}
.hero-copy > p {
  max-width: 620px;
  color: var(--hero-copy);
  font-size: 1.17rem;
  line-height: 1.65;
}
.hero-actions { margin-top: 32px; }
.hero-actions .btn { min-height: 54px; }
.hero-secondary {
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.hero-secondary:hover { background: rgba(255,255,255,.08); border-color: white; }
.partner-path {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #BFD6F4;
  font-weight: 750;
  font-size: .92rem;
  border-bottom: 1px solid rgba(191,214,244,.35);
  padding-bottom: 5px;
}
.partner-path b { color: #69AFFF; font-size: 1.15rem; transition: transform .2s ease; }
.partner-path:hover b { transform: translateX(4px); }

.station-scene {
  min-height: 630px;
  place-items: center;
  padding-top: 14px;
}
.station-halo { width: 560px; height: 560px; }
.station-wrap { width: 100%; min-height: 580px; position: relative; display: grid; place-items: center; }
.station-card {
  width: min(100%, 530px);
  z-index: 3;
  transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
  filter: drop-shadow(0 38px 32px rgba(0,0,0,.38));
}
.station-top {
  width: 86%;
  height: 50px;
  border-top: 5px solid #4F86C9;
}
.station-top::after {
  content: "OUTDOOR CONFIGURATION";
  inset: 13px 0 0;
  font-size: .56rem;
  letter-spacing: .17em;
}
.station-fascia { height: 88px; }
.station-grid { padding: 14px; gap: 9px; }
.locker {
  min-height: 96px;
  padding: 12px 7px 20px;
  overflow: hidden;
}
.locker svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #416B9C;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .92;
}
.locker-label {
  position: absolute;
  left: 7px;
  bottom: 5px;
  max-width: calc(100% - 18px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #71839B;
  font-size: .52rem;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.locker.active .locker-label { color: #155FC7; }
.station-screen { min-height: 201px; padding: 15px; }
.station-screen .locker-label { display: none; }
.station-screen svg { display: none; }
.station-ground {
  position: absolute;
  z-index: 1;
  width: 510px;
  height: 70px;
  bottom: 27px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,.52), rgba(0,0,0,.17) 48%, transparent 74%);
  filter: blur(7px);
  transform: rotate(-1deg);
}
.dashboard-card {
  position: absolute;
  z-index: 5;
  right: -2px;
  top: 12px;
  width: 205px;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  padding: 17px;
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.dashboard-card::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 58px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,193,255,.8));
}
.dashboard-title { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-bottom: 9px; }
.dashboard-title span { color: var(--muted); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.dashboard-title b { color: var(--royal); background: #E8F2FF; border-radius: 999px; padding: 5px 7px; font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-card > strong { display: block; font-size: .96rem; line-height: 1.3; }
.dashboard-bars { height: 48px; display: flex; align-items: end; gap: 6px; padding-top: 10px; }
.dashboard-bars i { flex: 1; border-radius: 3px 3px 1px 1px; background: linear-gradient(#68ABFF, #0066FF); }
.dashboard-bars i:nth-child(1) { height: 35%; }
.dashboard-bars i:nth-child(2) { height: 62%; }
.dashboard-bars i:nth-child(3) { height: 47%; }
.dashboard-bars i:nth-child(4) { height: 82%; }
.dashboard-bars i:nth-child(5) { height: 69%; }
.dashboard-meta { display:flex; justify-content:space-between; gap:12px; padding-top:10px; border-top:1px solid var(--line); font-size:.7rem; color:var(--muted); }
.dashboard-meta b { color:var(--royal); }
.scale-people { position: absolute; z-index: 4; left: 4px; bottom: 46px; display:flex; align-items:end; gap: 7px; filter: drop-shadow(0 9px 6px rgba(0,0,0,.24)); }
.person { width: 24px; height: 74px; position: relative; display:block; }
.person i { position:absolute; top:0; left:6px; width:13px; height:13px; border-radius:50%; background:#DCEAFF; }
.person b { position:absolute; top:14px; left:4px; width:17px; height:54px; border-radius:9px 9px 4px 4px; background:linear-gradient(#2078E8,#0C366F); }
.person b::before, .person b::after { content:""; position:absolute; bottom:-8px; width:5px; height:18px; border-radius:4px; background:#07152D; }
.person b::before { left:2px; transform:rotate(5deg); }
.person b::after { right:2px; transform:rotate(-5deg); }
.person-two { transform: scale(.88); transform-origin: bottom; opacity:.9; }
.concept-label {
  position: absolute;
  z-index: 6;
  right: 50px;
  bottom: 2px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#AFC4E0;
  font-size:.67rem;
  letter-spacing:.02em;
}
.concept-label span { width:19px; height:1px; background:#5BA8FF; }

.signal-grid { grid-template-columns: 1.18fr repeat(3, 1fr); }
.signal-item { padding-inline: 28px; }
.signal-item span { line-height: 1.5; }

.formats .section-head { max-width: 840px; }
.format-copy small { font-size: .72rem; }

.contact .eyebrow { color: #8FC1FF; }
.contact-readiness { display:grid; gap:13px; margin-top:28px; max-width:560px; }
.contact-readiness div { padding:15px 17px; border:1px solid rgba(255,255,255,.12); border-radius:15px; background:rgba(255,255,255,.045); }
.contact-readiness b { display:block; }
.contact-readiness span { display:block; margin-top:3px; color:#BFD0E6; font-size:.88rem; }
.form-intro { display:grid; gap:3px; margin-bottom:20px; padding-bottom:18px; border-bottom:1px solid var(--line); }
.form-intro strong { font-size:1.08rem; }
.form-intro span { color:var(--muted); font-size:.82rem; }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1fr 500px; gap: 36px; }
  .hero h1 { font-size: clamp(3.25rem, 5.4vw, 5.2rem); }
  .dashboard-card { right: -2px; }
}

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .station-scene { min-height: 650px; }
  .station-wrap { max-width: 650px; margin: 0 auto; }
  .dashboard-card { right: 28px; top: 10px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-item:nth-child(4) { border-left: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .hero-grid { padding: 56px 0 46px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-actions { display:grid; }
  .hero-actions .btn { width:100%; }
  .partner-path { margin-top:21px; }
  .station-scene { min-height: 500px; padding-top: 4px; }
  .station-wrap { min-height: 470px; }
  .station-card { width: 96%; }
  .station-ground { width: 93%; bottom: 22px; }
  .dashboard-card { display:none; }
  .scale-people { left: -2px; bottom: 39px; transform: scale(.82); transform-origin: bottom left; }
  .concept-label { right: 2px; bottom: 1px; max-width: 230px; text-align:right; justify-content:flex-end; }
  .locker { min-height: 72px; padding: 9px 5px 16px; }
  .locker svg { width: 30px; height: 30px; }
  .locker-label { font-size: .42rem; left:5px; bottom:3px; }
  .station-screen { min-height: 151px; padding: 11px; }
  .screen-title { font-size: .82rem; }
  .signal-grid { grid-template-columns:1fr; }
  .signal-item, .signal-item:nth-child(4) { border-left:0; border-top:1px solid var(--line); padding:17px 0; }
  .contact-readiness { margin-top:22px; }
}
