:root {
  --ink: #081522;
  --ink-2: #10283c;
  --navy: #071927;
  --blue: #0b5eff;
  --ice: #dff7ff;
  --cyan: #72e0f4;
  --lime: #c8ff63;
  --paper: #f4f6f3;
  --white: #fff;
  --muted: #657382;
  --line: rgba(8, 21, 34, .13);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 20, 31, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.section-shell { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 116px 0; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 74px); line-height: 1.03; letter-spacing: -.045em; }

.topline { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: #d8e5ee; font-size: 12px; letter-spacing: .025em; }
.topline a { margin-left: 7px; color: var(--lime); font-weight: 700; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200, 255, 99, .12); }

.site-header { width: min(1380px, calc(100% - 64px)); height: 86px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-family: "Manrope", sans-serif; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--ink); color: var(--lime); font-size: 13px; font-weight: 800; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 14px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.main-nav a { padding: 10px 0; position: relative; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: 3px; left: 0; height: 2px; background: var(--blue); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }
.menu-toggle { display: none; }

.button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 19px; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 13px 30px rgba(11, 94, 255, .23); }
.button-primary:hover { box-shadow: 0 17px 36px rgba(11, 94, 255, .32); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.button-text { padding-right: 0; background: transparent; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }

.hero { min-height: 720px; padding-top: 76px; padding-bottom: 70px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 68px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(52px, 6vw, 91px); line-height: .95; letter-spacing: -.06em; }
.hero h1 span { color: var(--blue); }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: #4e6070; font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 20px; }
.hero-proof { margin-top: 54px; padding-top: 23px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; }
.hero-proof strong { font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 11px; line-height: 1.25; }

.hero-product { overflow: hidden; border: 1px solid rgba(155, 183, 203, .28); border-radius: 28px; background: #092235; color: white; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.product-topbar { height: 54px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); color: #bcd1de; font-size: 12px; }
.product-topbar i { width: 7px; height: 7px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.live-pill { padding: 4px 8px; border: 1px solid rgba(200,255,99,.35); border-radius: 999px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.product-canvas { min-height: 445px; padding: 21px; display: grid; grid-template-columns: 1fr .84fr; gap: 18px; background: radial-gradient(circle at 12% 10%, rgba(45, 147, 226, .28), transparent 38%), #071927; }
.people-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.avatar { min-height: 205px; position: relative; overflow: hidden; border-radius: 14px; background-size: cover; background-position: center 18%; background-repeat: no-repeat; }
.avatar::after, .specialist-photo::after { content: ""; position: absolute; inset: 43% 0 0; background: linear-gradient(transparent, rgba(2,13,22,.85)); }
.avatar span { position: absolute; z-index: 1; bottom: 13px; left: 15px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; line-height: 1.2; }
.avatar small { color: #b5cbd9; font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 500; }
.avatar-1 { background-image: url("assets/specialists/mason-reed.webp"); }
.avatar-2 { background-image: url("assets/specialists/claire-morita.webp"); }
.avatar-3 { background-image: url("assets/specialists/rafael-bennett.webp"); }
.avatar-4 { background-image: url("assets/specialists/amara-fields.webp"); }
.avatar-5 { background-image: url("assets/specialists/sofia-hart.webp"); }
.avatar-7 { background-image: url("assets/specialists/helena-stone.webp"); }
.avatar-8 { background-image: url("assets/specialists/leo-navarro.webp"); }
.avatar-11 { background-image: url("assets/specialists/maya-alvarez.webp"); }
.avatar-17 { background-image: url("assets/specialists/chloe-bennett.webp"); }
.avatar-23 { background-image: url("assets/specialists/hannah-weiss.webp"); }
.mini-avatar,
.specialist-photo,
.stacked-avatars i,
.tenant-people i { background-size: cover; background-position: center 18%; }
.task-panel { align-self: center; min-height: 357px; padding: 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.task-heading { display: flex; justify-content: space-between; color: #84a1b6; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.task-panel h3 { margin: 24px 0; font-size: 21px; line-height: 1.25; letter-spacing: -.035em; }
.task-specialist { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 11px; }
.mini-avatar { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background-repeat: no-repeat; }
.task-specialist p { margin: 0; line-height: 1.2; }
.task-specialist strong, .task-specialist small { display: block; }
.task-specialist strong { font-size: 11px; }
.task-specialist small { margin-top: 4px; color: #8fa9ba; font-size: 9px; }
.task-panel ul { margin: 20px 0; padding: 0; display: grid; gap: 10px; list-style: none; color: #e1ebf0; font-size: 10px; }
.task-panel li::before { content: "○"; margin-right: 8px; color: #7391a5; }
.task-panel li.done::before { content: "✓"; color: var(--lime); }
.task-footer { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #8fa9ba; font-size: 9px; }
.task-footer strong { color: var(--lime); }
.product-footer { min-height: 61px; padding: 0 20px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: #9eb5c4; font-size: 9px; }
.product-footer b { margin-right: 6px; color: var(--lime); }

.audience-strip { width: min(1380px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(6, 25, 39, .07); }
.audience-strip a { min-height: 115px; padding: 25px 28px; display: grid; grid-template-columns: 37px 1fr auto; grid-template-rows: auto auto; align-items: center; column-gap: 13px; transition: background .2s ease; }
.audience-strip a + a { border-left: 1px solid var(--line); }
.audience-strip a:hover { background: var(--ice); }
.audience-strip a > span { grid-row: 1 / 3; color: var(--blue); font-size: 11px; font-weight: 800; }
.audience-strip strong { font-family: "Manrope", sans-serif; font-size: 16px; }
.audience-strip small { color: var(--muted); font-size: 12px; }
.audience-strip i { grid-column: 3; grid-row: 1 / 3; font-style: normal; }

.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.05fr .7fr; gap: 10%; align-items: end; }
.heading-note { padding-bottom: 7px; }
.heading-note p { color: #526575; font-size: 18px; }
.heading-note span { display: block; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.market-controls { margin-bottom: 28px; padding-bottom: 17px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.market-controls > a { color: var(--blue); font-size: 12px; font-weight: 800; }
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); font-size: 11px; font-weight: 700; }
.filter.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.specialist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.specialist-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.specialist-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(6,25,39,.11); }
.specialist-card.is-hidden { display: none; }
.specialist-photo { height: 260px; position: relative; background-color: #dce7ec; background-repeat: no-repeat; }
.availability, .category { position: absolute; z-index: 1; top: 16px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.availability { right: 15px; padding: 7px 10px; background: rgba(4,24,37,.75); color: var(--lime); backdrop-filter: blur(8px); }
.category { bottom: 15px; top: auto; left: 16px; color: white; }
.specialist-body { padding: 25px; }
.specialist-title { display: flex; justify-content: space-between; gap: 20px; }
.specialist-title h3 { margin-bottom: 5px; font-size: 22px; letter-spacing: -.035em; }
.specialist-title p { color: var(--blue); font-size: 11px; font-weight: 700; }
.specialist-title > span { color: #c3ccd3; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.specialist-body > p { min-height: 70px; color: #5e6e7c; font-size: 13px; }
.deliverable { margin-top: 20px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable small, .deliverable strong { display: block; }
.deliverable small { margin-bottom: 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.deliverable strong { font-size: 12px; }
.card-action { padding-top: 19px; display: flex; align-items: center; justify-content: space-between; }
.card-action span { color: var(--muted); font-size: 11px; }
.card-action span strong { color: var(--ink); font-size: 18px; }
.card-action button, .team-price button { padding: 0; border: 0; background: none; cursor: pointer; color: var(--blue); font-size: 11px; font-weight: 800; }
.team-card { background: var(--blue); color: white; }
.team-card-inner { min-height: 100%; padding: 37px 31px; display: flex; flex-direction: column; }
.team-card .eyebrow { color: var(--lime); }
.team-card h3 { max-width: 360px; margin: 45px 0 18px; font-size: 35px; line-height: 1.08; letter-spacing: -.045em; }
.team-card p { color: rgba(255,255,255,.72); font-size: 14px; }
.stacked-avatars { margin-top: auto; padding-top: 35px; display: flex; align-items: center; }
.stacked-avatars i, .stacked-avatars b { width: 43px; height: 43px; margin-left: -8px; border: 2px solid var(--blue); border-radius: 50%; background-repeat: no-repeat; }
.stacked-avatars i:first-child { margin-left: 0; }
.stacked-avatars b { display: grid; place-items: center; background: var(--lime); color: var(--ink); font-size: 11px; }
.team-price { margin-top: 28px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; }
.team-price strong { font-family: "Manrope", sans-serif; font-size: 28px; }
.team-price button { color: white; }
.team-card-inner > small { margin-top: 15px; color: rgba(255,255,255,.54); font-size: 9px; }

.system-section { overflow: hidden; background: var(--navy); color: white; }
.light .eyebrow { color: var(--lime); }
.light .heading-note p { color: #a7bdcb; }
.rail-map { display: grid; grid-template-columns: .65fr .24fr 1.4fr; align-items: center; gap: 20px; }
.rail-source { width: 280px; height: 280px; position: relative; display: grid; place-content: center; border: 1px solid rgba(114,224,244,.28); border-radius: 50%; background: radial-gradient(circle, rgba(11,94,255,.55), rgba(11,94,255,.12) 46%, transparent 47%); text-align: center; }
.rail-source strong { font-family: "Manrope", sans-serif; font-size: 70px; line-height: .85; }
.rail-source small { margin-top: 10px; color: #a9c3d3; font-size: 12px; line-height: 1.3; }
.network-orbit { position: absolute; border: 1px solid rgba(114,224,244,.15); border-radius: 50%; }
.orbit-one { inset: -25px; }
.orbit-two { inset: -55px; }
.rail-lines { height: 232px; display: grid; align-content: space-around; }
.rail-lines i { height: 1px; background: linear-gradient(90deg, var(--cyan), rgba(114,224,244,.05)); }
.rail-products { display: grid; gap: 13px; }
.rail-products article { min-height: 113px; padding: 20px 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 15px; background: rgba(255,255,255,.045); transition: border-color .2s ease, background .2s ease; }
.rail-products article:hover { border-color: rgba(200,255,99,.45); background: rgba(255,255,255,.07); }
.rail-products article > span { color: var(--lime); font-size: 10px; }
.rail-products small { color: #7895a8; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.rail-products h3 { margin: 4px 0 2px; font-size: 20px; }
.rail-products p { margin: 0; color: #9eb6c5; font-size: 11px; }
.rail-products article > strong { color: var(--lime); font-size: 11px; }
.pricing-disclaimer { margin: 44px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #7895a8; font-size: 10px; }

.white-label { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 9%; }
.white-label-copy h2 span { color: var(--blue); }
.white-label-copy > p:not(.eyebrow) { margin: 30px 0; color: #586b79; font-size: 17px; }
.check-list { margin: 0 0 35px; padding: 0; display: grid; gap: 13px; list-style: none; font-size: 13px; font-weight: 600; }
.check-list span { width: 21px; height: 21px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--ice); color: var(--blue); font-size: 10px; }
.tenant-preview { position: relative; }
.tenant-browser { overflow: hidden; border: 1px solid #bac6cf; border-radius: 19px; background: white; box-shadow: 0 30px 80px rgba(7, 29, 44, .18); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); transform-origin: center right; }
.browser-bar { height: 37px; padding: 0 13px; display: flex; align-items: center; gap: 6px; background: #e7ebee; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #97a4ad; }
.browser-bar span { width: 44%; margin-left: 15%; padding: 4px 9px; border-radius: 5px; background: white; color: #87949e; font-size: 7px; }
.tenant-nav { height: 54px; padding: 0 20px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; font-size: 7px; }
.tenant-nav strong { font-size: 11px; letter-spacing: .05em; }
.tenant-nav strong span { color: var(--blue); }
.tenant-nav button { padding: 8px 10px; border: 0; border-radius: 5px; background: var(--blue); color: white; font-size: 6px; font-weight: 800; }
.tenant-hero { min-height: 300px; padding: 34px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; background: #e7f0f2; }
.tenant-hero small { color: var(--blue); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.tenant-hero h3 { margin: 12px 0; font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.tenant-hero p { max-width: 230px; margin: 0; color: #687986; font-size: 9px; }
.tenant-people { height: 225px; display: flex; align-items: end; justify-content: end; gap: 7px; }
.tenant-people i { height: 72%; flex: 1; border-radius: 9px; background-repeat: no-repeat; box-shadow: 0 11px 23px rgba(9,34,50,.17); }
.tenant-people i:nth-child(2) { height: 92%; }
.tenant-cards { padding: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tenant-cards span { padding: 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 6px; font-weight: 800; }
.tenant-cards b { display: block; margin-top: 5px; color: var(--ink); font-size: 7px; }
.tenant-label { width: 300px; margin: -4px 24px 0 auto; padding: 17px; position: relative; z-index: 2; border-radius: 0 0 11px 11px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.tenant-label span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.tenant-label p { margin: 5px 0 0; color: #aebfca; font-size: 9px; }

.revenue-section { background: white; }
.centered-heading { max-width: 910px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 670px; margin: 26px auto 0; color: #5d6d79; font-size: 17px; }
.revenue-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); }
.revenue-grid article { min-height: 335px; padding: 29px; display: flex; flex-direction: column; }
.revenue-grid article + article { border-left: 1px solid var(--line); }
.revenue-grid article > span { margin-bottom: 50px; color: var(--blue); font-size: 11px; }
.revenue-grid small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.revenue-grid h3 { margin: 9px 0 13px; font-size: 24px; letter-spacing: -.04em; }
.revenue-grid p { color: #62717d; font-size: 13px; }
.revenue-grid b { margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); font-size: 10px; }

.investor-section { overflow: hidden; background: #081522; color: white; }
.investor-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 10%; }
.investor-copy .eyebrow { color: var(--lime); }
.investor-copy h2 { font-size: clamp(43px, 4.4vw, 68px); }
.investor-copy > p:not(.eyebrow) { margin: 29px 0; color: #a8bdca; font-size: 17px; }
.investor-actions { margin: 36px 0 25px; display: flex; align-items: center; gap: 24px; }
.investor-actions a { font-size: 12px; font-weight: 800; }
.investor-copy > small { max-width: 630px; display: block; color: #668294; font-size: 9px; }
.thesis-card { padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: 0 30px 80px rgba(0,0,0,.23); }
.thesis-head { display: flex; justify-content: space-between; color: #7895a8; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.thesis-card h3 { margin: 36px 0; font-size: 47px; line-height: 1.02; letter-spacing: -.05em; }
.thesis-flow { display: grid; grid-template-columns: 1fr 26px 1fr 26px 1.35fr; align-items: center; }
.thesis-flow > div:not(.flow-targets) { padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.04); }
.thesis-flow strong, .thesis-flow span { display: block; }
.thesis-flow strong { font-size: 11px; }
.thesis-flow span { margin-top: 5px; color: #7792a4; font-size: 7px; }
.thesis-flow > i { color: var(--lime); text-align: center; transform: rotate(-90deg); }
.flow-targets { display: grid; gap: 4px; }
.flow-targets span { margin: 0; padding: 11px; border-radius: 7px; background: var(--blue); color: white; font-size: 7px; font-weight: 800; text-align: center; }
.thesis-card ul { margin: 29px 0 0; padding: 0; list-style: none; }
.thesis-card li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 9px; }
.thesis-card li span { color: #7792a4; }
.thesis-card li strong { color: #d9e7ef; }

.partner-section { padding: 70px 0; background: var(--blue); color: white; }
.partner-box { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; align-items: center; }
.partner-box .eyebrow { color: var(--lime); }
.partner-box h2 { font-size: clamp(38px, 4.3vw, 65px); }
.partner-box > div:last-child > p { max-width: 550px; color: #d9e5ff; font-size: 17px; }
.partner-box .button { margin-top: 18px; }

.site-footer { padding-top: 65px; padding-bottom: 35px; display: grid; grid-template-columns: .8fr 1.1fr 1fr; gap: 30px; align-items: start; }
.site-footer > p { color: var(--muted); font-size: 12px; }
.site-footer > div:nth-child(3) { display: flex; justify-content: flex-end; gap: 23px; font-size: 11px; font-weight: 700; }
.site-footer > small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,14,22,.78); backdrop-filter: blur(9px); }
.modal-card { width: min(650px, calc(100% - 32px)); max-height: calc(100vh - 40px); overflow-y: auto; padding: 45px; position: relative; z-index: 1; border-radius: 22px; background: white; box-shadow: 0 40px 120px rgba(0,0,0,.4); }
.modal-close { width: 38px; height: 38px; position: absolute; top: 18px; right: 18px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }
.modal-card h2 { max-width: 510px; font-size: 44px; }
.modal-card > p:not(.eyebrow) { color: var(--muted); }
.modal-card form { display: grid; gap: 17px; }
.modal-card label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal-card input, .modal-card textarea, .modal-card select { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #f8faf9; color: var(--ink); font-size: 13px; letter-spacing: normal; text-transform: none; }
.modal-card input:focus, .modal-card textarea:focus, .modal-card select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,94,255,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-status { color: var(--muted); font-size: 9px; }
body.modal-open { overflow: hidden; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; }
  .hero-product { max-width: 860px; transform: none; }
  .specialist-grid { grid-template-columns: repeat(2, 1fr); }
  .rail-map { grid-template-columns: .5fr 1fr; }
  .rail-lines { display: none; }
  .rail-source { width: 230px; height: 230px; }
  .white-label { grid-template-columns: 1fr; }
  .white-label-copy { max-width: 720px; }
  .revenue-grid { grid-template-columns: 1fr 1fr; }
  .revenue-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .revenue-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .investor-grid { grid-template-columns: 1fr; }
  .thesis-card { max-width: 780px; }
}

@media (max-width: 820px) {
  .section-shell, .site-header, .audience-strip { width: min(100% - 32px, 680px); }
  .topline { padding: 8px 16px; flex-wrap: wrap; text-align: center; }
  .site-header { height: 72px; grid-template-columns: 1fr auto; position: relative; }
  .site-header > .button { display: none; }
  .menu-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-content: center; gap: 6px; background: transparent; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--ink); }
  .main-nav { padding: 17px; position: absolute; z-index: 20; top: 64px; right: 0; left: 0; border: 1px solid var(--line); border-radius: 13px; display: none; flex-direction: column; gap: 5px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .hero { min-height: auto; padding-top: 56px; gap: 42px; }
  .hero h1 { font-size: clamp(50px, 14vw, 72px); }
  .hero-proof { gap: 11px; }
  .hero-proof div { grid-template-columns: 1fr; }
  .product-canvas { grid-template-columns: 1fr; }
  .task-panel { min-height: auto; }
  .audience-strip { grid-template-columns: 1fr; }
  .audience-strip a + a { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .market-controls { align-items: flex-start; gap: 18px; flex-direction: column; }
  .specialist-grid { grid-template-columns: 1fr; }
  .specialist-body > p { min-height: auto; }
  .rail-map { grid-template-columns: 1fr; justify-items: center; gap: 55px; }
  .rail-products { width: 100%; }
  .tenant-browser { transform: none; }
  .tenant-nav > span { display: none; }
  .tenant-nav { grid-template-columns: 1fr auto; }
  .tenant-hero { min-height: 250px; padding: 23px; }
  .tenant-hero h3 { font-size: 25px; }
  .tenant-people { height: 170px; }
  .revenue-grid { grid-template-columns: 1fr; }
  .revenue-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .revenue-grid article { min-height: 285px; }
  .revenue-grid article > span { margin-bottom: 25px; }
  .partner-box { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div:nth-child(3) { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 540px) {
  h2 { font-size: 42px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 50px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-text { padding: 0; justify-content: flex-start; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .product-canvas { padding: 12px; }
  .people-mosaic { gap: 6px; }
  .avatar { min-height: 160px; }
  .product-footer { grid-template-columns: 1fr; padding: 12px 17px; gap: 7px; }
  .filter-tabs { overflow-x: auto; max-width: 100%; flex-wrap: nowrap; padding-bottom: 5px; }
  .filter { flex: 0 0 auto; }
  .specialist-photo { height: 230px; }
  .rail-products article { grid-template-columns: 26px 1fr; }
  .rail-products article > strong { grid-column: 2; }
  .rail-source { width: 190px; height: 190px; }
  .rail-source strong { font-size: 54px; }
  .tenant-hero { grid-template-columns: 1fr; }
  .tenant-people { margin-top: 20px; height: 145px; }
  .tenant-label { width: calc(100% - 30px); margin-right: 15px; }
  .thesis-card { padding: 23px 17px; }
  .thesis-card h3 { font-size: 38px; }
  .thesis-flow { grid-template-columns: 1fr; gap: 8px; }
  .thesis-flow > i { transform: none; }
  .investor-actions { align-items: flex-start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .modal-card { padding: 37px 20px 25px; }
  .modal-card h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
