:root {
  --ink: #07111f;
  --ink-soft: #132238;
  --muted: #5f6f83;
  --line: #dbe4ef;
  --line-soft: #eaf0f6;
  --paper: #f8fbff;
  --white: #fff;
  --blue: #2563eb;
  --blue-deep: #1746ad;
  --blue-light: #dbeafe;
  --cyan: #22d3ee;
  --violet: #7c3aed;
  --green: #15803d;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(30, 64, 175, .12);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; }
button, input, textarea { font: inherit; }
::selection { color: var(--ink); background: #bae6fd; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #0ea5e9; outline-offset: 4px; }

.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .22);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 17px; font-weight: 650; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand strong { color: var(--blue); font-weight: 800; }
.brand-mark { width: 34px; height: 34px; flex: 0 0 auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.primary-nav a { color: #44546a; font-size: 14px; font-weight: 650; text-decoration: none; }
.primary-nav a:hover { color: var(--blue); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 40px; padding-inline: 15px; }
.button-quiet { margin-left: 2px; color: var(--ink); background: rgba(255,255,255,.72); border-color: var(--line); }
.button-quiet:hover { background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .08); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(37, 99, 235, .25); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 16px 34px rgba(37, 99, 235, .32); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link span { color: var(--blue); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -1px); }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; padding: 148px 0 88px; background: linear-gradient(138deg, #fff 5%, #f7fbff 52%, #edf5ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 58%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: -230px; right: 8%; background: radial-gradient(circle, rgba(59,130,246,.15), transparent 70%); }
.hero-glow-two { width: 340px; height: 340px; bottom: -140px; left: 28%; background: radial-gradient(circle, rgba(34,211,238,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 20px; height: 2px; display: block; background: currentColor; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.2vw, 72px); font-weight: 780; letter-spacing: -.06em; line-height: .99; }
.hero h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 570px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 30px 0 0; padding: 0; color: #526275; font-size: 12px; font-weight: 650; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 15px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero-product { position: relative; min-width: 0; padding: 44px 0 26px; }
.window-shadow { position: absolute; inset: 16% -5% -4% 7%; background: rgba(37, 99, 235, .16); border-radius: 40px; filter: blur(50px); transform: rotate(-3deg); }
.product-window { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(148,163,184,.4); border-radius: 20px; box-shadow: 0 34px 90px rgba(15, 23, 42, .18), 0 2px 8px rgba(15, 23, 42, .08); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.window-bar { height: 47px; display: grid; grid-template-columns: 70px 1fr 60px; align-items: center; gap: 10px; padding: 0 13px; background: #f7f9fc; border-bottom: 1px solid #e2e8f0; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; display: block; border-radius: 50%; background: #cbd5e1; }
.window-dots i:first-child { background: #fda4af; }
.window-dots i:nth-child(2) { background: #fcd34d; }
.window-dots i:last-child { background: #86efac; }
.address { height: 25px; display: flex; align-items: center; justify-content: center; gap: 6px; overflow: hidden; color: #64748b; background: #fff; border: 1px solid #e2e8f0; border-radius: 7px; font-size: 9px; white-space: nowrap; }
.address svg { width: 11px; fill: none; stroke: #94a3b8; stroke-width: 1.3; }
.live-dot { display: flex; align-items: center; justify-content: center; gap: 5px; color: #15803d; font-size: 9px; font-weight: 750; }
.live-dot::before { content: ""; width: 5px; height: 5px; background: #22c55e; border-radius: 50%; }
.window-canvas { height: 405px; display: grid; grid-template-columns: 1fr 47%; background: #eef2f7; }
.canvas-page { position: relative; overflow: hidden; background: #101827; }
.canvas-nav { height: 44px; display: flex; align-items: center; gap: 13px; padding: 0 18px; border-bottom: 1px solid #233147; }
.canvas-nav b { width: 32px; height: 9px; margin-right: auto; background: #f8fafc; border-radius: 3px; }
.canvas-nav span { width: 22px; height: 4px; background: #64748b; border-radius: 2px; }
.canvas-body { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 20px; padding: 64px 20px 40px; }
.canvas-copy span { width: 38px; height: 5px; display: block; margin-bottom: 12px; background: #38bdf8; border-radius: 4px; }
.canvas-copy strong { width: 100%; height: 13px; display: block; margin-bottom: 7px; background: #f8fafc; border-radius: 3px; }
.canvas-copy strong:nth-child(3) { width: 73%; }
.canvas-copy i { width: 58px; height: 17px; display: block; margin-top: 15px; background: #2563eb; border-radius: 5px; }
.canvas-card { height: 126px; background: linear-gradient(145deg, #1d4ed8, #67e8f9); border-radius: 12px; box-shadow: 0 15px 40px rgba(37,99,235,.3); }
.selection-box { position: absolute; top: 81px; right: 11px; bottom: 44px; left: 11px; border: 1.5px solid #38bdf8; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(56,189,248,.2); }
.selection-box::before, .selection-box::after { content: ""; position: absolute; width: 5px; height: 5px; background: #38bdf8; border: 1px solid #fff; border-radius: 1px; }
.selection-box::before { top: -4px; left: -4px; }
.selection-box::after { right: -4px; bottom: -4px; }
.selection-box span { position: absolute; top: -19px; left: -1px; padding: 2px 5px; color: #07111f; background: #38bdf8; border-radius: 3px 3px 0 0; font-size: 7px; font-weight: 800; }
.inspector { min-width: 0; padding: 15px; background: #fff; border-left: 1px solid #dce3ec; }
.inspector-title { display: flex; align-items: center; gap: 9px; padding-bottom: 13px; border-bottom: 1px solid #e8edf4; }
.magpie-glyph { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: #111827; border-radius: 8px; font-size: 11px; font-weight: 900; }
.inspector-title div { display: flex; flex-direction: column; line-height: 1.1; }
.inspector-title b { font-size: 11px; }
.inspector-title small { margin-top: 4px; color: #8491a3; font-size: 7px; }
.status-pill { margin-left: auto; padding: 3px 6px; color: #047857; background: #d1fae5; border-radius: 999px; font-size: 7px; font-weight: 800; }
.format-tabs { display: flex; gap: 15px; padding: 13px 2px 9px; color: #94a3b8; font-size: 8px; font-weight: 750; }
.format-tabs b { position: relative; color: #2563eb; }
.format-tabs b::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: #2563eb; }
.code-card { display: grid; gap: 4px; min-height: 155px; margin-top: 1px; padding: 14px; color: #cbd5e1; background: #0f172a; border-radius: 9px; font: 8px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; }
.code-card code span { color: #67e8f9; }
.code-card code i { color: #c4b5fd; font-style: normal; }
.code-card code b { color: #fcd34d; font-weight: 400; }
.ai-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 10px; }
.ai-row span { padding: 6px 2px; color: #4f46e5; background: #eef2ff; border-radius: 5px; font-size: 7px; font-weight: 800; text-align: center; }
.copied-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; color: #64748b; font-size: 8px; }
.copied-row span { display: flex; align-items: center; gap: 4px; }
.copied-row svg { width: 12px; fill: none; stroke: #16a34a; stroke-width: 2; }
.copied-row b { padding: 4px 9px; color: #fff; background: #2563eb; border-radius: 5px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: #334155; background: rgba(255,255,255,.94); border: 1px solid #dbe4ef; border-radius: 10px; box-shadow: 0 12px 30px rgba(15,23,42,.13); font-size: 10px; font-weight: 750; backdrop-filter: blur(8px); }
.floating-note span { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #2563eb; border-radius: 6px; }
.note-one { right: -20px; bottom: 1px; }
.note-two { top: 14px; left: -24px; }
.note-two span { background: #7c3aed; }

.signal-strip { color: #fff; background: var(--ink); }
.signal-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.signal-inner p { margin: 0; color: #cbd5e1; font-size: 14px; }
.signal-inner p strong { color: #fff; }
.signal-inner div { display: flex; align-items: center; gap: 18px; color: #94a3b8; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.signal-inner i { width: 3px; height: 3px; background: #3b82f6; border-radius: 50%; }

.section { padding: 118px 0; }
.apps-section { background: #fff; }
.section-heading { margin-bottom: 56px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4.1vw, 56px); font-weight: 760; letter-spacing: -.05em; line-height: 1.08; }
.heading-split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.heading-split > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.app-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; }
.app-card-featured { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 570px; background: #f8fbff; box-shadow: 0 24px 70px rgba(37, 99, 235, .09); }
.app-information { position: relative; z-index: 2; padding: 55px; background: #fff; }
.app-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.app-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; }
.magpie-icon { object-fit: cover; border-radius: 0; background: #fff; box-shadow: none; }
.availability { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; color: #166534; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.availability i { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(34,197,94,.12); }
.app-type { margin: 32px 0 2px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.app-information h3 { margin: 0; font-size: 52px; letter-spacing: -.055em; line-height: 1.1; }
.app-tagline { max-width: 510px; margin: 14px 0 0; color: var(--ink-soft); font-size: 21px; font-weight: 650; line-height: 1.4; }
.app-description { max-width: 560px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-chips li { padding: 6px 10px; color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 7px; font-size: 10px; font-weight: 700; }
.app-actions { display: flex; align-items: center; gap: 18px; margin-top: 31px; }
.app-actions > span { color: #7a889a; font-size: 10px; }
.app-art { position: relative; overflow: hidden; min-height: 530px; background: linear-gradient(145deg, #0b1830 0%, #102c5c 55%, #1546a0 100%); }
.art-grid, .cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(145deg, #000, transparent 86%); }
.app-art::before { content: ""; position: absolute; width: 340px; height: 340px; top: -100px; right: -80px; background: radial-gradient(circle, rgba(34,211,238,.34), transparent 67%); }
.app-art::after { content: ""; position: absolute; width: 360px; height: 360px; bottom: -150px; left: -80px; background: radial-gradient(circle, rgba(124,58,237,.27), transparent 68%); }
.capture-card { position: absolute; z-index: 2; width: 265px; padding: 19px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.capture-card strong { display: block; margin-top: 18px; color: #0f172a; font-size: 13px; }
.capture-card p { margin: 4px 0 0; color: #64748b; font-size: 10px; }
.capture-one { top: 78px; left: 46px; transform: rotate(-5deg); }
.capture-one > div { height: 135px; display: grid; align-content: center; gap: 10px; padding: 25px; background: #0f172a; border-radius: 10px; outline: 2px solid #38bdf8; outline-offset: -8px; }
.capture-one > div span { height: 10px; background: #f8fafc; border-radius: 3px; }
.capture-one > div span:first-child { width: 48%; background: #38bdf8; }
.capture-one > div span:last-child { width: 70%; }
.capture-two { right: 38px; bottom: 64px; transform: rotate(4deg); }
.code-lines { height: 135px; display: grid; align-content: center; gap: 12px; padding: 24px; background: #eaf2ff; border-radius: 10px; }
.code-lines i { width: 78%; height: 7px; background: #60a5fa; border-radius: 4px; }
.code-lines i:nth-child(2) { width: 94%; background: #a78bfa; }
.code-lines i:nth-child(3) { width: 62%; background: #22d3ee; }
.code-lines i:nth-child(4) { width: 83%; background: #93c5fd; }
.cursor-badge { position: absolute; z-index: 5; top: 228px; left: 52%; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: #2563eb; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.2); font-size: 18px; transform: rotate(-15deg); }
.workshop-card { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 38px; margin-top: 26px; padding: 34px 40px; background: #fbfcfe; border: 1px dashed #cbd5e1; border-radius: 22px; }
.workshop-mark { width: 104px; height: 82px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #f1f5f9; border-radius: 15px; }
.workshop-mark span { width: 9px; height: 9px; background: #94a3b8; border-radius: 50%; }
.workshop-mark span:nth-child(2) { background: #60a5fa; }
.workshop-card .eyebrow { margin-bottom: 8px; color: #64748b; }
.workshop-card h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.workshop-card p:not(.eyebrow) { max-width: 600px; margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.approach-section { background: var(--paper); border-block: 1px solid var(--line-soft); }
.centred-heading { max-width: 730px; margin-right: auto; margin-left: auto; text-align: center; }
.centred-heading .eyebrow { justify-content: center; }
.centred-heading > p:last-child { max-width: 570px; margin: 21px auto 0; color: var(--muted); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principles-grid article { position: relative; min-height: 300px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 20px; transition: transform .2s ease, box-shadow .2s ease; }
.principles-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.principle-number { position: absolute; top: 24px; right: 27px; color: #cbd5e1; font: 700 11px/1 ui-monospace, monospace; }
.principle-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: #eff6ff; border-radius: 13px; }
.principle-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.principles-grid h3 { margin: 66px 0 10px; font-size: 20px; letter-spacing: -.03em; }
.principles-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.studio-section { overflow: hidden; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.studio-visual { position: relative; min-height: 465px; overflow: hidden; background: #08162a; border-radius: 28px; box-shadow: 0 30px 70px rgba(15,23,42,.18); }
.map-lines { position: absolute; inset: -30px; opacity: .6; background-image: radial-gradient(circle at 48% 56%, transparent 0 6%, rgba(56,189,248,.22) 6.2% 6.5%, transparent 6.7% 15%, rgba(56,189,248,.15) 15.2% 15.5%, transparent 15.7% 25%, rgba(56,189,248,.1) 25.2% 25.5%, transparent 25.7%), linear-gradient(38deg, transparent 47%, rgba(148,163,184,.18) 48% 48.5%, transparent 49%), linear-gradient(145deg, transparent 45%, rgba(148,163,184,.14) 46% 46.5%, transparent 47%); }
.studio-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 48% 56%, rgba(37,99,235,.38), transparent 38%); }
.location-dot { position: absolute; z-index: 2; top: 54%; left: 47%; width: 13px; height: 13px; background: #fff; border: 4px solid #2563eb; border-radius: 50%; box-shadow: 0 0 0 9px rgba(37,99,235,.18); }
.location-ring { position: absolute; top: calc(54% - 34px); left: calc(47% - 34px); width: 81px; height: 81px; border: 1px solid rgba(96,165,250,.4); border-radius: 50%; }
.location-label { position: absolute; z-index: 2; top: calc(54% + 22px); left: calc(47% + 16px); display: flex; flex-direction: column; padding: 10px 14px; color: #fff; background: rgba(15,23,42,.82); border: 1px solid rgba(148,163,184,.24); border-radius: 10px; backdrop-filter: blur(8px); }
.location-label small { color: #94a3b8; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.location-label strong { font-size: 14px; }
.studio-stamp { position: absolute; right: 26px; bottom: 26px; padding: 14px; color: #bfdbfe; border: 1px solid rgba(147,197,253,.35); border-radius: 50%; font-size: 8px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.studio-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); letter-spacing: -.055em; line-height: 1.08; }
.studio-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.studio-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0; padding-top: 28px; border-top: 1px solid var(--line); }
.studio-facts div { display: flex; flex-direction: column; gap: 3px; }
.studio-facts strong { color: var(--ink); font-size: 13px; }
.studio-facts span { color: var(--muted); font-size: 10px; }

.final-cta { padding: 0 0 118px; }
.cta-panel { position: relative; min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; overflow: hidden; padding: 68px; color: #fff; background: linear-gradient(128deg, #0b1730, #153d87 70%, #1d4ed8); border-radius: 28px; box-shadow: 0 30px 80px rgba(30,64,175,.2); }
.cta-panel::after { content: ""; position: absolute; width: 440px; height: 440px; top: -260px; right: -110px; background: radial-gradient(circle, rgba(34,211,238,.35), transparent 68%); }
.cta-copy { position: relative; z-index: 2; }
.light-eyebrow { color: #93c5fd; }
.cta-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.05em; line-height: 1.08; }
.cta-copy > p:last-child { max-width: 580px; margin: 18px 0 0; color: #cbd5e1; font-size: 14px; }
.button-light { position: relative; z-index: 3; color: var(--ink); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.button-light:hover { background: #eff6ff; }

.site-footer { color: #cbd5e1; background: #050c17; }
.footer-main { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-top: 70px; padding-bottom: 58px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 280px; margin: 18px 0 0; color: #7e8ca0; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links h3 { margin: 0 0 6px; color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { color: #8190a4; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #627188; border-top: 1px solid #182335; font-size: 10px; }

/* Standalone information pages */
.page-body { background: var(--paper); }
.page-body .site-header { position: relative; background: #fff; }
.page-main { padding: 76px 0 100px; }
.page-intro { max-width: 760px; margin-bottom: 42px; }
.page-intro h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); letter-spacing: -.06em; line-height: 1; }
.page-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.page-card { max-width: 850px; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 55px rgba(37,99,235,.06); }
.page-card h2 { margin: 38px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.page-card h2:first-child { margin-top: 0; }
.page-card p, .page-card li { color: var(--muted); font-size: 14px; }
.page-card a { color: var(--blue); font-weight: 700; }
.page-card ul { padding-left: 20px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 850px; }
.contact-card { padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.contact-card svg { width: 30px; fill: none; stroke: var(--blue); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-card h2 { margin: 28px 0 7px; font-size: 20px; }
.contact-card p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-card a { display: inline-flex; margin-top: 18px; color: var(--blue); font-size: 13px; font-weight: 750; }
.page-note { max-width: 850px; margin-top: 18px; padding: 20px 24px; color: #526275; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 14px; font-size: 13px; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 720px; }
  .hero-product { max-width: 700px; width: 100%; margin-inline: auto; }
  .heading-split { gap: 40px; }
  .app-card-featured { grid-template-columns: 1fr; }
  .app-art { min-height: 500px; }
  .workshop-card { grid-template-columns: 100px 1fr; }
  .workshop-card .text-link { grid-column: 2; }
  .studio-grid { gap: 50px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1160px); }
  .nav-shell { min-height: 68px; gap: 14px; }
  .primary-nav { display: none; }
  .button-quiet { margin-left: auto; }
  .hero { padding: 122px 0 68px; }
  .hero h1 { font-size: clamp(45px, 13.5vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-product { padding-top: 30px; }
  .product-window { transform: none; }
  .window-canvas { height: 350px; grid-template-columns: 45% 55%; }
  .canvas-body { grid-template-columns: 1fr; padding: 48px 14px 20px; }
  .canvas-card { display: none; }
  .inspector { padding: 11px; }
  .code-card { min-height: 135px; padding: 10px; font-size: 7px; }
  .ai-row { grid-template-columns: 1fr; }
  .ai-row span:nth-child(n+2) { display: none; }
  .note-one { right: 5px; }
  .note-two { left: 4px; top: 0; }
  .signal-inner { min-height: 96px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 38px; }
  .heading-split { grid-template-columns: 1fr; gap: 21px; }
  .section-heading h2 { font-size: 39px; }
  .app-information { padding: 32px 24px; }
  .app-information h3 { font-size: 44px; }
  .app-tagline { font-size: 18px; }
  .app-actions { align-items: flex-start; flex-direction: column; }
  .app-art { min-height: 430px; }
  .capture-card { width: 220px; }
  .capture-one { top: 44px; left: 20px; }
  .capture-two { right: 18px; bottom: 40px; }
  .cursor-badge { top: 190px; }
  .workshop-card { grid-template-columns: 1fr; gap: 22px; padding: 28px; }
  .workshop-card .text-link { grid-column: 1; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 250px; }
  .principles-grid h3 { margin-top: 45px; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-visual { min-height: 390px; }
  .studio-facts { gap: 8px; }
  .cta-panel { grid-template-columns: 1fr; padding: 40px 28px; }
  .cta-panel .button { justify-self: start; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .page-main { padding: 56px 0 80px; }
  .page-card { padding: 30px 24px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .brand { font-size: 15px; }
  .brand-mark { width: 31px; height: 31px; }
  .button-small { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .window-canvas { grid-template-columns: 42% 58%; }
  .address { justify-content: flex-start; padding: 0 7px; }
  .note-two { display: none; }
  .signal-inner div { gap: 9px; font-size: 8px; }
  .app-topline { align-items: flex-start; flex-direction: column; }
  .app-art { min-height: 405px; }
  .capture-one { left: 12px; }
  .capture-two { right: 10px; }
  .workshop-mark { width: 100%; }
  .studio-facts { grid-template-columns: 1fr; gap: 14px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 30px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
