:root {
  --ground: #F3F5F9; --deep: #E6ECF5; --navy: #1F3864; --navy-2: #2A4C82; --hair: rgba(31,56,100,.12); --hair-2: rgba(31,56,100,.26);
  --text: #16233B; --muted: #5B6678; --accent: #2E75B6; --lit: #2E75B6; --glow: #6BA6E0; --bleed: #D9534F; --ok: #2F8F5B; --amber: #B8790A;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Instrument Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --wordmark: "Inter", "Instrument Sans", sans-serif;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ground); color: var(--text); font-family: var(--body); font-size: 17px; line-height: 1.5; padding-inline: clamp(16px, 4vw, 56px); -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative;
  background-image:
    radial-gradient(900px 520px at 88% -8%, rgba(46,117,182,.22) 0%, rgba(46,117,182,0) 62%),
    radial-gradient(700px 500px at -10% 30%, rgba(31,56,100,.14) 0%, rgba(31,56,100,0) 60%),
    radial-gradient(1200px 700px at 50% 120%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
  background-attachment: fixed; }
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .07; mix-blend-mode: multiply; z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
.wrap { max-width: var(--max); margin-inline: auto; position: relative; z-index: 1; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--lit); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--display); margin: 0; text-wrap: balance; letter-spacing: -0.02em; font-weight: 700; font-variation-settings: "wdth" 112; }
p { margin: 0; max-width: 58ch; }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--lit); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }

.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; }
.lockup { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.lockup svg { width: 30px; height: 30px; display: block; }
.lockup b { font-family: var(--wordmark); font-weight: 600; letter-spacing: -0.032em; font-size: 21px; color: var(--navy); }
.nav-links { display: flex; gap: 26px; align-items: center; font-size: 15px; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding-inline: 20px; border-radius: 8px; font: 600 15px/1 var(--body); text-decoration: none; border: 1px solid var(--hair-2); color: var(--navy); background: rgba(255,255,255,.7); cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; backdrop-filter: blur(6px); }
.btn:hover { border-color: var(--lit); transform: translateY(-1px); }
.btn.primary { background: linear-gradient(180deg, #3B86CB, #2E75B6); border-color: transparent; color: #fff; box-shadow: 0 12px 30px -10px rgba(46,117,182,.6), inset 0 1px 0 rgba(255,255,255,.3); }
.btn.primary:hover { background: linear-gradient(180deg, #4892D6, #3480C4); }

/* HERO */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 24px; align-items: center; padding-block: clamp(40px, 6vw, 88px) clamp(56px, 8vw, 120px); min-height: 0; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(44px, 6.4vw, 92px); line-height: .96; color: var(--navy); }
.hero h1 .lit-t { color: var(--accent); text-shadow: 0 8px 40px rgba(46,117,182,.28); }
.hero .lede { margin-top: 26px; font-size: clamp(17px, 1.4vw, 20px); color: var(--muted); max-width: 46ch; }
.hero .cta { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero .cap { margin-top: 22px; font-family: var(--mono); font-size: 12px; color: var(--muted); }
.rise { animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
.rise.d1 { animation-delay: .08s } .rise.d2 { animation-delay: .18s } .rise.d3 { animation-delay: .28s } .rise.d4 { animation-delay: .38s }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* the exploded tower */
.scene { position: relative; height: clamp(440px, 46vw, 660px); perspective: 1500px; perspective-origin: 50% 40%; margin-inline: -6% -4%; z-index: 1; }
.tower { position: absolute; left: 40%; top: 60%; width: 340px; height: 250px; transform-style: preserve-3d; transform: translate(-50%, -50%) rotateX(60deg) rotateZ(-36deg); animation: sway 14s ease-in-out infinite; will-change: transform; }
@keyframes sway { 0%, 100% { transform: translate(-50%, -50%) rotateX(60deg) rotateZ(-36deg); } 50% { transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-30deg); } }
.ground { position: absolute; inset: -40px; border-radius: 50%; background: radial-gradient(closest-side, rgba(46,117,182,.28), rgba(46,117,182,0)); transform: translateZ(-40px); filter: blur(14px); }
.plate { position: absolute; inset: 0; border-radius: 10px; transform-style: preserve-3d; --step: 34px; transform: translateZ(calc(var(--i) * var(--step))); transition: transform .9s cubic-bezier(.2,.7,.2,1); display: grid; grid-template-columns: 26fr 19fr; grid-template-rows: 20fr 25fr; gap: 6px; padding: 8px; background: rgba(255,255,255,.82); border: 1px solid rgba(31,56,100,.2); box-shadow: 0 34px 60px -22px rgba(31,56,100,.4), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(2px); animation: plate .8s ease both; animation-delay: calc(.15s + var(--i) * .1s); }
.plate:nth-child(2) { --i: 0 } .plate:nth-child(3) { --i: 1 } .plate:nth-child(4) { --i: 2 } .plate:nth-child(5) { --i: 3 } .plate:nth-child(6) { --i: 4 }
.tower.stacked .plate { --step: 6px; }
@keyframes plate { from { opacity: 0; } to { opacity: 1; } }
.plate .su { border-radius: 5px; background: rgba(31,56,100,.9); border: 1px solid rgba(31,56,100,.35); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.plate .su.vac { background: rgba(31,56,100,.08); border-style: dashed; border-color: rgba(31,56,100,.35); }
.plate .su.lit { background: linear-gradient(180deg, #5FA0E0, #2E75B6); border-color: rgba(46,117,182,.8); box-shadow: 0 0 30px 6px rgba(46,117,182,.45), 0 0 80px 18px rgba(46,117,182,.2); animation: pulse 3s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 30px 6px rgba(46,117,182,.45), 0 0 80px 18px rgba(46,117,182,.2); } 50% { box-shadow: 0 0 40px 10px rgba(46,117,182,.6), 0 0 110px 28px rgba(46,117,182,.3); } }
.plate .su.bleed { background: rgba(217,83,79,.45); border-color: rgba(217,83,79,.7); box-shadow: 0 0 22px 2px rgba(217,83,79,.3); }
.plate .su.wide { grid-column: 1 / -1; }
.scene:hover .plate, .scene.exploded .plate { --step: 66px; }
.tower.stacked .plate { transition: none; }
.callouts { position: absolute; right: 0; top: 0; display: grid; gap: 10px; z-index: 3; }
.call { display: grid; grid-template-columns: 10px 1fr; gap: 10px; align-items: start; padding: 9px 12px; border-radius: 8px; background: rgba(255,255,255,.8); border: 1px solid var(--hair); backdrop-filter: blur(10px); box-shadow: 0 16px 40px -20px rgba(31,56,100,.35); font-size: 13px; line-height: 1.3; min-width: 210px; animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
.call:nth-child(1) { animation-delay: .7s } .call:nth-child(2) { animation-delay: .85s } .call:nth-child(3) { animation-delay: 1s }
.call i { width: 10px; height: 10px; border-radius: 3px; margin-top: 4px; background: var(--navy-2); }
.call i.lit { background: var(--accent); box-shadow: 0 0 12px rgba(46,117,182,.7); }
.call i.bleed { background: var(--bleed); box-shadow: 0 0 12px rgba(217,83,79,.5); }
.call b { display: block; font-weight: 600; }
.call span { color: var(--muted); font-family: var(--mono); font-size: 11.5px; }
.scene-hint { position: absolute; left: 6%; bottom: 2%; font-family: var(--mono); font-size: 11.5px; color: var(--muted); z-index: 3; }

/* STATS */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 14px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(31,56,100,.45); }
.stat { background: rgba(255,255,255,.85); padding: 22px 22px 24px; backdrop-filter: blur(10px); }
.stat .k { font-size: 13px; color: var(--muted); }
.stat .v { font-family: var(--display); font-variation-settings: "wdth" 105; font-weight: 700; color: var(--navy); font-size: clamp(30px, 3.2vw, 44px); letter-spacing: -0.02em; margin-top: 6px; font-variant-numeric: tabular-nums; line-height: 1; }
.stat .v.amber { color: var(--amber); }
.stat .s { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 8px; }

section.s { padding-block: clamp(64px, 9vw, 140px); }
section.s .head { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 24px; align-items: end; margin-bottom: clamp(28px, 4vw, 56px); }
section.s h2 { font-size: clamp(34px, 4.4vw, 60px); line-height: .98; margin-top: 12px; color: var(--navy); }
section.s .head p { color: var(--muted); font-size: 18px; }
.reveal { animation: reveal linear both; animation-timeline: view(); animation-range: entry 0% entry 35%; }
@keyframes reveal { from { opacity: .15; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* SHOTS */
.shots { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; perspective: 1600px; padding-block: 24px; }
.shot { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid rgba(31,56,100,.22); box-shadow: 0 50px 90px -30px rgba(31,56,100,.5), 0 0 0 1px rgba(255,255,255,.6); background: #fff; transform-style: preserve-3d; transition: transform .6s cubic-bezier(.2,.7,.2,1), z-index 0s; }
.shot img { display: block; width: 100%; height: auto; }
.shot:nth-child(1) { transform: rotateY(18deg) rotateX(3deg) translateX(6%) scale(.96); z-index: 1; }
.shot:nth-child(2) { transform: translateY(-18px) scale(1.06); z-index: 3; }
.shot:nth-child(3) { transform: rotateY(-18deg) rotateX(3deg) translateX(-6%) scale(.96); z-index: 1; }
.shot:hover { transform: rotateY(0) rotateX(0) translateY(-10px) scale(1.08); z-index: 5; }
.shot .tag { position: absolute; left: 12px; top: 12px; font: 500 11.5px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: #fff; background: rgba(31,56,100,.9); padding: 7px 9px; border-radius: 6px; backdrop-filter: blur(6px); }
.shots-cap { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.shots-cap b { display: block; font-weight: 600; }
.shots-cap span { color: var(--muted); font-size: 15px; }

/* IDEAS as floors */
.floors { display: grid; gap: 12px; }
.fl { display: grid; grid-template-columns: 72px minmax(0, 4fr) minmax(0, 5fr); gap: 20px; align-items: center; padding: 22px 24px; border-radius: 14px; background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.7)); border: 1px solid var(--hair); box-shadow: 0 30px 60px -40px rgba(31,56,100,.5), inset 0 1px 0 rgba(255,255,255,1); transition: transform .35s ease, border-color .35s ease; }
.fl:hover { transform: translateX(10px); border-color: var(--hair-2); }
.fl .n { font-family: var(--display); font-variation-settings: "wdth" 125; font-weight: 800; font-size: 40px; color: var(--accent); opacity: .9; line-height: 1; }
.fl h3 { font-size: 22px; font-variation-settings: "wdth" 108; color: var(--navy); }
.fl p { margin-top: 6px; color: var(--muted); font-size: 15px; }
.fl .ex { font-family: var(--mono); font-size: 12.5px; line-height: 1.55; color: var(--text); background: #EEF2F8; border: 1px solid var(--hair); padding: 12px 14px; border-radius: 8px; white-space: pre-wrap; }

/* MAIL */
.mail { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; perspective: 1200px; }
.env { border: 1px solid var(--hair-2); border-radius: 12px; padding: 18px 20px; background: linear-gradient(180deg, #ffffff, #F7F9FC); font-size: 15px; box-shadow: 0 40px 70px -40px rgba(31,56,100,.45); transition: transform .5s ease; }
.env:first-child { transform: rotateY(8deg); } .env:last-child { transform: rotateY(-8deg); }
.env:hover { transform: rotateY(0) translateY(-6px); }
.env .hdr { display: grid; grid-template-columns: 70px 1fr; gap: 6px 12px; font-family: var(--mono); font-size: 12.5px; color: var(--muted); }
.env .hdr b { color: var(--text); font-weight: 500; font-family: var(--mono); }
.env .body { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--hair-2); font-size: 17px; line-height: 1.45; }
.env .lit-t { color: var(--lit); }
.mail p.cap { grid-column: 1 / -1; color: var(--muted); font-size: 15px; }

.who3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.who3 > div { padding: 24px; border-radius: 14px; border: 1px solid var(--hair); background: rgba(255,255,255,.75); box-shadow: 0 24px 50px -36px rgba(31,56,100,.45); }
.who3 h3 { font-size: 22px; color: var(--navy); }
.who3 p { margin-top: 8px; color: var(--muted); font-size: 15.5px; }

.close { position: relative; padding-block: clamp(72px, 10vw, 150px); text-align: left; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; align-items: end; }
.close::before { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--hair-2), transparent); }
.close h2 { font-size: clamp(38px, 5.4vw, 76px); line-height: .96; color: var(--navy); }
.close h2 .lit-t { color: var(--accent); text-shadow: 0 8px 40px rgba(46,117,182,.28); }
.close .cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
footer { padding-block: 26px 44px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
footer a { text-decoration: none; } footer a:hover { color: var(--text); }

@media (max-width: 980px) {
  .hero, section.s .head, .close { grid-template-columns: 1fr; }
  .scene { margin-inline: 0; height: 440px; }
  .callouts { right: 0; top: 0; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shots { grid-template-columns: 1fr; gap: 20px; }
  .shot:nth-child(n) { transform: none; }
  .shots-cap { grid-template-columns: 1fr; }
  .fl { grid-template-columns: 56px 1fr; }
  .fl .ex { grid-column: 1 / -1; }
  .who3 { grid-template-columns: 1fr; }
  .close .cta { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .nav-links a.quiet { display: none; }
  .mail { grid-template-columns: 1fr; }
  .env:first-child, .env:last-child { transform: none; }
  .callouts { position: static; margin-top: 12px; }
  .scene { height: 360px; }
  .tower { width: 220px; height: 160px; }
}
@media (prefers-reduced-motion: reduce) {
  .rise, .plate, .call, .reveal, .tower, .plate .su.lit { animation: none !important; }
  .tower.stacked .plate { --step: 34px; }
  .shot, .env, .fl, .btn { transition: none; }
}
/* additions for the real site */
.shot { margin: 0; }
.shot img { aspect-ratio: 1600 / 1000; object-fit: cover; }
.keeps { margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 40px; }
.keeps > div { padding: 14px 0; border-bottom: 1px solid var(--hair); }
.keeps b { display: block; font-weight: 600; color: var(--navy); }
.keeps span { display: block; color: var(--muted); font-size: 15px; margin-top: 3px; }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare .col { padding: 26px 28px; border-radius: 14px; border: 1px solid var(--hair); background: rgba(255,255,255,.6); }
.compare .col.us { background: linear-gradient(180deg, #ffffff, #F3F7FC); border-color: rgba(46,117,182,.35); box-shadow: 0 30px 60px -40px rgba(31,56,100,.5); }
.compare h3 { font-size: 20px; color: var(--navy); font-variation-settings: "wdth" 108; }
.compare ul { margin: 14px 0 0; padding-left: 0; list-style: none; display: grid; gap: 10px; }
.compare li { position: relative; padding-left: 22px; color: var(--text); font-size: 16px; }
.compare li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 3px; background: rgba(31,56,100,.25); }
.compare .us li::before { background: var(--accent); box-shadow: 0 0 10px rgba(46,117,182,.5); }
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { border: 1px solid var(--hair); border-radius: 12px; background: rgba(255,255,255,.75); padding: 0 20px; }
.faq details[open] { border-color: var(--hair-2); box-shadow: 0 24px 50px -40px rgba(31,56,100,.5); }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; color: var(--navy); font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--accent); font-size: 18px; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 18px; color: var(--muted); font-size: 16px; max-width: 70ch; }
.faq a { color: var(--accent); }
@media (max-width: 980px) { .keeps, .compare { grid-template-columns: 1fr; } }

.env, .env .hdr { min-width: 0; }
.env .hdr b { overflow-wrap: anywhere; }

/* Pricing */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 26px 24px 24px; border-radius: 16px; border: 1px solid var(--hair); background: rgba(255,255,255,.8); box-shadow: 0 30px 60px -44px rgba(31,56,100,.5); }
.plan.rec { border-color: rgba(46,117,182,.5); background: linear-gradient(180deg, #ffffff, #F3F7FC); box-shadow: 0 40px 80px -40px rgba(46,117,182,.55); transform: translateY(-6px); }
.plan .tag-rec { position: absolute; top: -12px; left: 24px; font: 600 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 7px 10px; border-radius: 999px; }
.plan h3 { font-size: 22px; color: var(--navy); font-variation-settings: "wdth" 108; }
.plan .price { font-family: var(--display); font-variation-settings: "wdth" 105; font-weight: 700; font-size: 40px; letter-spacing: -0.02em; color: var(--navy); line-height: 1; }
.plan .price small { font: 500 13px/1 var(--body); color: var(--muted); letter-spacing: 0; }
.plan .who { color: var(--muted); font-size: 15px; min-height: 44px; }
.plan ul { margin: 6px 0 0; padding-left: 18px; font-size: 15px; display: grid; gap: 6px; }
.plan .lim { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--hair-2); font-family: var(--mono); font-size: 12px; color: var(--muted); }
@media (max-width: 980px) { .plans { grid-template-columns: 1fr; } .plan.rec { transform: none; } }
