:root {
  color-scheme: dark;
  --bg: #0a0a0a;
  --surface: #111;
  --text: #fff;
  --muted: rgba(255, 255, 255, .58);
  --line: rgba(255, 255, 255, .1);
  --purple: #8b42ff;
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 52px; line-height: 1.05; letter-spacing: -.04em; }
h2 { font-size: 34px; line-height: 1.1; letter-spacing: -.035em; }
p { font-size: 17px; line-height: 1.45; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #111; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { width: min(100%, 1200px); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; justify-content: space-between; align-items: center; width: min(100%, 1200px); height: 86px; margin: auto; padding: 16px 40px; opacity: 1; transform: none; transition: opacity .4s var(--ease-out-quint), transform .4s var(--ease-out-quint); pointer-events: auto; }
html.motion-ready .site-header.home-header { opacity: .001; transform: translateY(-12px); pointer-events: none; }
html.motion-ready .site-header.home-header.is-mounted { opacity: 1; transform: none; pointer-events: auto; }
.site-header::before { content: ""; position: absolute; inset: 10px 24px; z-index: -1; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(10,10,10,.68); backdrop-filter: blur(18px); }
.brand img { width: 112px; height: 40px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.site-header nav > a { opacity: .75; transition: opacity .2s ease; }
.site-header nav > a:hover, .site-header nav > a:focus-visible { opacity: 1; }
.site-header .nav-cta { padding: 9px 16px; color: #111; background: #f4f4f4; border-radius: 999px; opacity: 1; }

.hero { min-height: 100vh; display: grid; place-items: center; background: #0a0a0a; }
.hero-content { display: flex; flex-direction: column; align-items: center; gap: 32px; transform: translateY(-9vh); text-align: center; }
.cube-mark { width: 150px; height: 150px; }

.services { position: relative; z-index: 2; padding: 100px 0 200px; text-align: center; }
.services > h2 { margin-bottom: 30px; }
.services-grid { width: 70%; height: 580px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: .72fr 1fr; gap: 10px; text-align: left; }
.service-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: linear-gradient(180deg, rgba(30,30,30,.86), rgba(7,7,7,.84) 38%, rgba(5,5,5,.98)); box-shadow: inset 0 1px rgba(255,255,255,.28), 0 0 10px rgba(255,255,255,.15); }
.service-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 0, rgba(255,255,255,.13), transparent 48%); }
.service-card h3 { position: relative; z-index: 1; font-size: 22px; line-height: 1.02; letter-spacing: -.025em; }
.service-card p { position: relative; z-index: 1; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.2; }
.premium { grid-column: 1 / 3; }
.connect { grid-column: 1; grid-row: 2; }
.support { grid-column: 2; grid-row: 2; border-color: transparent; box-shadow: none; background: #0d0d0d; }
.edit { grid-column: 3; grid-row: 1; }
.launch { grid-column: 3; grid-row: 2; }

.framer-section { position: relative; min-height: 1500px; padding: 120px 0 140px; display: flex; flex-direction: column; align-items: center; gap: 92px; overflow: hidden; }
.flow-lines { position: absolute; inset: 0 0 auto; height: 830px; background: url('/assets/flow.png') center / cover no-repeat; opacity: .62; pointer-events: none; }
.framer-section > h2 { position: relative; z-index: 1; text-align: center; }
.framer-word { white-space: nowrap; }
.canvas-window { position: relative; z-index: 1; width: 60%; max-width: 900px; height: 600px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; overflow: hidden; background: #1d1d1d; box-shadow: 0 32px 80px rgba(92,35,180,.24); }
.canvas-window video { width: 100%; height: 100%; object-fit: cover; }
.plugins { position: relative; z-index: 2; width: 100%; }
.section-heading { width: 65%; margin: 0 auto 72px; }
.section-heading h2 { margin-bottom: 6px; }
.section-heading a { font-size: 17px; }
.plugin-rail { display: flex; gap: 35px; width: 70%; margin: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.plugin-rail::-webkit-scrollbar, .project-rail::-webkit-scrollbar { display: none; }
.plugin-card { display: grid; grid-template-columns: 1fr auto; gap: 14px; flex: 0 0 270px; scroll-snap-align: start; font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; color: rgba(255,255,255,.65); }
.plugin-card img { grid-column: 1 / -1; width: 270px; height: 200px; object-fit: cover; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; transition: transform .25s ease, border-color .25s ease; }
.plugin-card:hover img { transform: translateY(-4px); border-color: rgba(255,255,255,.22); }
.plugin-card strong { color: rgba(255,255,255,.82); font-weight: 400; }

.work-section { position: relative; min-height: 1720px; padding: 150px 0 120px; overflow: hidden; background: #0a0a0a; }
.work-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 38% 18% at 2% 26%, rgba(138,66,255,.78), transparent 70%), radial-gradient(ellipse 55% 22% at 73% 40%, rgba(255,255,255,.95), rgba(128,69,182,.6) 40%, transparent 73%), radial-gradient(ellipse 24% 20% at 14% 66%, rgba(255,255,255,.85), rgba(121,66,169,.65) 45%, transparent 75%); filter: blur(26px); opacity: .88; pointer-events: none; }
.work-heading { position: relative; z-index: 1; text-align: center; }
.work-heading p { margin-top: 14px; color: var(--muted); }
.project-rail { position: relative; z-index: 1; display: flex; gap: 24px; width: 100%; margin: 55px auto 0; padding: 4px 14px 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
.project-card { flex: 0 0 500px; min-height: 406px; padding: 10px 10px 24px; scroll-snap-align: center; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: linear-gradient(180deg, rgba(12,12,12,.72), rgba(22,22,22,.95)); box-shadow: inset 0 1px rgba(255,255,255,.3), 0 0 28px rgba(0,0,0,.4); transition: transform .25s ease; }
.project-card:hover { transform: translateY(-4px) scale(1.01); }
.project-card img { width: 100%; height: 250px; object-fit: cover; border-radius: 10px; }
.project-card h3 { margin: 13px 4px 2px; font-size: 28px; letter-spacing: -.04em; }
.project-card > span { display: block; margin: 0 4px 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.project-card p { margin: 0 4px; color: rgba(255,255,255,.66); font-size: 15px; }

.open-source { position: relative; z-index: 2; min-height: 760px; padding: 120px; display: grid; grid-template-columns: 1fr 460px; gap: 64px; align-items: center; }
.github-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.eyebrow { color: rgba(255,255,255,.45); font-family: "DM Mono", ui-monospace, monospace; font-size: 13px; }
.github-copy h2 { max-width: 400px; }
.github-copy p { max-width: 450px; color: var(--muted); }
.glass-button { padding: 9px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.09); box-shadow: 0 4px 20px rgba(116,62,176,.35); font-size: 15px; font-weight: 700; }
.repo-card { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(13,13,14,.92); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 24px 60px rgba(0,0,0,.32); }
.repo-card > div { display: flex; justify-content: space-between; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 14px; }
.repo-card .repo-head { min-height: 36px; padding-bottom: 8px; }
.repo-card .repo-foot { border: 0; color: rgba(255,255,255,.45); font-family: "DM Mono", ui-monospace, monospace; }
.repo-card em, .repo-card .repo-head span { color: rgba(255,255,255,.38); font-family: "DM Mono", ui-monospace, monospace; font-style: normal; font-size: 12px; }

.cta { position: relative; min-height: 100vh; display: flex; justify-content: center; align-items: flex-start; padding-top: 90px; overflow: hidden; background: #090909; }
.cta::after { content: ""; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cta-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.cta h2 { font-size: 52px; }
.capabilities { display: flex; gap: 28px; color: rgba(255,255,255,.72); font-size: 13px; }
.capabilities span { display: flex; gap: 8px; align-items: center; }
.capabilities b { font-weight: 400; }
.contact-button { padding: 13px 22px; color: #111; background: #f4f4f4; border-radius: 999px; font-size: 17px; }
.planet { position: absolute; z-index: 0; left: 50%; bottom: -57%; width: 1220px; height: 900px; transform: translateX(-50%); border-radius: 50% 50% 0 0; background: radial-gradient(circle at 26% 18%, #bfd8e0 0, #759a9d 20%, #555a4c 37%, #312215 53%, #040404 73%); box-shadow: 0 -2px 22px rgba(150,74,255,.75), 0 -4px 3px rgba(185,78,255,.9); filter: saturate(.75); }

.footer { min-height: 250px; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding: 70px max(9vw, 40px) 50px; background: #000; }
.footer > img { width: 190px; height: 80px; object-fit: contain; }
.expert-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; padding: 9px 13px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.04); font-size: 12px; font-weight: 600; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.expert-badge span:first-child { color: #cf74e2; font-size: 15px; }
.expert-badge:hover, .expert-badge:focus-visible { color: #fff; border-color: rgba(207,116,226,.55); transform: translateY(-2px); }
.footer-links { display: flex; gap: 60px; color: rgba(255,255,255,.55); font-size: 14px; text-align: right; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer a:hover { color: #fff; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.inner-header { width: 100%; background: linear-gradient(#090909, transparent); }
.locale-picker select { max-width: 102px; color: #fff; border: 0; background: transparent; font: inherit; cursor: pointer; }
.inner-hero { width: 100%; min-height: 540px; display: grid; grid-template-columns: minmax(0, 1fr); align-content: end; justify-items: center; gap: 16px; padding: 140px 24px 90px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 35%, rgba(130,55,255,.35), transparent 38%); }
.inner-hero h1 { width: 100%; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; font-size: clamp(34px, 7vw, 52px); }
.inner-hero p { max-width: 700px; color: var(--muted); }
.catalog { width: min(940px, calc(100% - 40px)); margin: auto; padding: 40px 0 160px; }
.catalog-row { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: clamp(30px, 8vw, 100px); min-height: 390px; border-top: 1px solid var(--line); }
.catalog-row img { width: 280px; aspect-ratio: 1; object-fit: cover; border-radius: 10px; }
.catalog-row h2 { margin: 8px 0; font-size: 42px; }
.button-row { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.purple-button { display: inline-block; width: fit-content; padding: 13px 20px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: linear-gradient(135deg, #9c5cff, #6e24df); box-shadow: 0 0 30px rgba(130,55,255,.42); font-weight: 700; }
.plugin-detail { width: min(1000px, calc(100% - 40px)); margin: auto; padding: 190px 0 160px; }
.plugin-intro { width: min(660px, 100%); margin: 0 auto 80px; text-align: center; }
.plugin-intro h1 { margin: 10px 0; font-size: clamp(44px, 8vw, 88px); }
.plugin-intro h1, .catalog-row h2 { overflow-wrap: anywhere; }
.plugin-intro > p:not(.eyebrow) { margin: 20px auto; color: var(--muted); }
.plugin-summary { margin: 20px auto; color: var(--muted); }
.plugin-intro .purple-button { margin: 12px auto 0; }
.plugin-price { font-family: "DM Mono", monospace; }
.plugin-gallery { display: grid; gap: 28px; }
.plugin-gallery img { width: 100%; max-height: 760px; object-fit: contain; border: 1px solid var(--line); border-radius: 16px; background: #111; }
.plugin-docs { width: min(720px, 100%); margin: 100px auto 0; }
.plugin-docs p { margin-top: 18px; color: var(--muted); }
.plugin-docs h2, .plugin-docs h3 { margin: 54px 0 14px; }
.plugin-docs ul, .plugin-docs ol { color: var(--muted); line-height: 1.7; }
.plugin-docs img { width: 100%; margin: 34px 0; border-radius: 12px; }
.plugin-docs blockquote, .plugin-docs .locale-notice { margin: 28px 0; padding: 14px 18px; border-left: 3px solid var(--purple); color: #d9c9ff; background: rgba(130,55,255,.1); }
.schedule-hero { position: relative; min-height: 1120px; display: flex; flex-direction: column; align-items: center; padding: 260px 20px 0; text-align: center; overflow: hidden; }
.schedule-grid { position: absolute; top: 0; width: 880px; height: 600px; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px), radial-gradient(circle at 50% 40%, #355cb4, transparent 45%); background-size: 40px 40px, 40px 40px, auto; mask-image: linear-gradient(#000, transparent); }
.schedule-hero h1, .schedule-hero p, .schedule-hero a { position: relative; }
.schedule-hero p { max-width: 760px; margin: 18px auto 32px; color: var(--muted); font-size: clamp(24px, 4vw, 50px); font-style: italic; }
.contact-card { width: min(660px, calc(100% - 36px)); margin: 0 auto 160px; padding: 42px; border: 1px solid var(--line); border-radius: 20px; background: #0e0e0e; }
.contact-card > p { margin: 10px 0 34px; color: var(--muted); }
.contact-card form, .contact-card label { display: grid; gap: 9px; }
.contact-card form { gap: 22px; }
.contact-card input, .contact-card textarea { width: 100%; padding: 14px; color: #fff; border: 1px solid var(--line); border-radius: 9px; background: #090909; font: inherit; }
.contact-card button { border: 0; cursor: pointer; }
.contact-card button:disabled { cursor: wait; opacity: .6; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.form-status { min-height: 1.4em; margin: 0; font-size: 14px; }
.form-status.success { color: #9cf5be; }
.form-status.error { color: #ff9fa6; }
.legal { width: min(760px, calc(100% - 40px)); margin: auto; padding: 190px 0 160px; }
.legal h1 { margin-bottom: 30px; }
.legal h2 { margin: 52px 0 16px; font-size: 26px; }
.legal p { margin: 15px 0; color: rgba(255,255,255,.72); }
.legal .locale-notice { padding: 14px 18px; border: 1px solid var(--line); border-radius: 10px; color: #d9c9ff; background: rgba(130,55,255,.1); }
.about-hero { min-height: 1500px; padding: 240px 20px 0; text-align: center; }
.about-hero p { margin-top: 18px; color: var(--muted); font-size: 28px; }
.globe-loader { width: min(740px, 90vw); aspect-ratio: 1; margin: 120px auto; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #b9a8ff, #37207d 35%, #090909 70%); box-shadow: 0 0 100px rgba(130,55,255,.3); }
.faq { width: min(760px, calc(100% - 40px)); margin: auto; padding: 100px 0 180px; }
.faq > p { margin: 16px 0 60px; color: var(--muted); }
.faq details { padding: 24px 0; border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 20px; font-weight: 700; }
.faq details p { padding-top: 14px; color: var(--muted); }
.not-found { min-height: 830px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 130px 20px 80px; text-align: center; }
.not-found > p { max-width: 560px; color: var(--muted); }
.ufo { width: 290px; height: 190px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: radial-gradient(ellipse, #c9b3ff 0 12%, #7b2ee8 13% 35%, transparent 36%), radial-gradient(ellipse at 50% 68%, #7130bf, transparent 62%); filter: drop-shadow(0 0 40px #7b2ee8); }
.ufo span { font: 800 42px "DM Mono", monospace; }
.blank-page { min-height: 600px; }

.canvas-window.is-media-ready { box-shadow: 0 32px 80px rgba(92,35,180,.32), 0 0 0 1px rgba(255,255,255,.1); }

@media (max-width: 1199px) {
  h1 { font-size: 42px; }
  h2 { font-size: 28px; }
  .services-grid { width: 82%; }
  .canvas-window { width: 76%; }
  .plugin-rail { width: 82%; }
  .section-heading { width: 82%; }
  .open-source { padding: 90px 7vw; }
}

@media (max-width: 809px) {
  h1 { font-size: 30px; line-height: 1.1; }
  h2 { font-size: 24px; line-height: 1.15; }
  p { font-size: 15px; }
  .site-header { height: 70px; padding: 10px 18px; }
  .site-header::before { inset: 7px 10px; }
  .brand img { width: 92px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .locale-picker select { width: 72px; font-size: 11px; }
  .site-header .nav-cta { font-size: 12px; padding: 8px 12px; }

  .hero { min-height: 100vh; }
  .hero-content { gap: 28px; transform: translateY(-8vh); }
  .cube-mark { width: 130px; height: 130px; }

  .services { padding: 80px 0 110px; }
  .services > h2 { margin-bottom: 24px; }
  .services-grid { width: 79%; height: 532px; grid-template-columns: 1.28fr .72fr; grid-template-rows: 116px 200px 200px; gap: 8px; }
  .service-card { padding: 14px; border-radius: 8px; }
  .service-card h3 { font-size: 13px; }
  .service-card p { font-size: 8px; }
  .premium { grid-column: 1 / -1; grid-row: 1; }
  .connect { grid-column: 1; grid-row: 2; }
  .support { grid-column: 2; grid-row: 2; padding: 8px; }
  .support h3 { font-size: 10px; }
  .support p { font-size: 6px; }
  .launch { grid-column: 1; grid-row: 3; }
  .edit { grid-column: 2; grid-row: 3; }

  .framer-section { min-height: 1240px; padding: 80px 0 100px; gap: 78px; }
  .flow-lines { height: 780px; background-position: 42% center; }
  .framer-section > h2 { width: 84%; }
  .framer-word { display: block; margin-top: 8px; }
  .canvas-window { width: 82%; height: 190px; }
  .plugins { margin-top: 8px; }
  .section-heading { width: 82%; margin-bottom: 36px; }
  .section-heading h2 { font-size: 29px; }
  .section-heading a { font-size: 13px; }
  .plugin-rail { width: 100%; padding-left: 0; gap: 35px; }
  .plugin-card { flex-basis: 270px; }

  .work-section { min-height: auto; padding: 150px 0 170px; }
  .work-heading { width: 86%; }
  .work-heading h2 { font-size: 30px; }
  .work-heading p { line-height: 1.4; }
  .work-heading p br { display: none; }
  .project-rail { width: 100%; margin-top: 70px; padding: 0 22px; flex-direction: column; gap: 24px; overflow: visible; }
  .project-card { flex: none; width: 100%; min-height: 0; padding: 9px 9px 22px; }
  .project-card img { height: auto; aspect-ratio: 1.45; }
  .project-card h3 { font-size: 26px; }
  .work-glow { background: radial-gradient(ellipse 50% 10% at 0 25%, rgba(138,66,255,.75), transparent 75%), radial-gradient(ellipse 80% 24% at 76% 58%, rgba(255,255,255,.82), rgba(128,69,182,.58) 42%, transparent 74%); }

  .open-source { min-height: 1040px; padding: 150px 18px 190px; grid-template-columns: 1fr; gap: 58px; align-content: center; }
  .github-copy { gap: 14px; }
  .github-copy h2 { font-size: 25px; }
  .repo-card { width: 100%; }
  .repo-card > div { font-size: 13px; }
  .repo-card em { font-size: 11px; }

  .cta { min-height: 970px; padding-top: 105px; }
  .cta h2 { font-size: 30px; }
  .cta-content { gap: 30px; width: 100%; padding: 0 20px; }
  .capabilities { gap: 20px; font-size: 10px; }
  .capabilities span { gap: 5px; }
  .capabilities b { max-width: 62px; text-align: left; }
  .contact-button { padding: 11px 18px; font-size: 15px; }
  .planet { bottom: -16%; width: 760px; height: 680px; }

  .footer { min-height: 250px; padding: 58px 32px 40px; align-items: center; }
  .footer > img { width: 120px; }
  .footer-links { gap: 24px; font-size: 13px; }
  .catalog-row { grid-template-columns: 1fr; gap: 26px; padding: 54px 0; }
  .catalog-row img { width: 100%; }
  .catalog-row h2 { font-size: 32px; }
  .plugin-detail { padding-top: 140px; }
  .contact-card { padding: 26px; }
  .about-hero { min-height: 1000px; }
}

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

@media (max-width: 479px) {
  .site-header nav { gap: 8px; }
  .site-header nav { position: absolute; right: 28px; }
  .site-header .nav-cta { display: none; }
  .inner-hero { min-height: 520px; padding-inline: 36px; }
  .inner-hero h1 { word-break: break-all; }
}

@media (max-width: 600px) {
  .site-header .nav-cta { display: none; }
  .inner-hero h1 { font-size: 28px; }
}


/* Source-mapped Framer composition: canvas chrome, 3D scroll state, and footer highlights. */
.framer-section .flow-lines { display: none; }
.work-section .flow-lines { position: absolute; inset: 0 0 auto; z-index: 0; height: 684px; background: url('/assets/flow.png') center top / 100% auto no-repeat; filter: blur(30px); opacity: .96; pointer-events: none; }
.canvas-window { --canvas-progress: 0; display: flex; flex-direction: column; height: auto; min-height: 0; aspect-ratio: 1.246; overflow: visible; border: 0; border-radius: 5px; background: #1d1d1d; box-shadow: 0 0 100px rgb(63 43 108 / .7); opacity: calc(.78 + var(--canvas-progress) * .22); transform: perspective(1100px) rotateX(calc(18deg - var(--canvas-progress) * 18deg)) scale(calc(.82 + var(--canvas-progress) * .18)); transform-origin: 50% 30%; will-change: transform, opacity; }
.canvas-header { position: relative; z-index: 3; width: 100%; height: auto; aspect-ratio: 23.6842; object-fit: contain; }
.canvas-sidebars { position: relative; z-index: 1; display: flex; justify-content: space-between; flex: 1 0 0; min-height: 0; overflow: hidden; }
.canvas-sidebars img { width: auto; height: 100%; max-width: 34%; object-fit: contain; object-position: top; }
.canvas-viewport { position: absolute; z-index: 2; bottom: 0; left: 27.5%; width: 45%; height: 85%; overflow: hidden; }
.canvas-breakpoint { position: relative; z-index: 2; width: 100%; height: auto; }
.canvas-viewport video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.canvas-planet { position: absolute; z-index: 3; bottom: -4%; left: -18%; width: 136%; aspect-ratio: 1.32; border-radius: 50% 50% 0 0; background: radial-gradient(circle at 26% 18%, #bfd8e0 0, #759a9d 20%, #555a4c 37%, #312215 53%, #040404 73%); box-shadow: 0 -2px 16px rgba(150,74,255,.75), 0 -4px 3px rgba(185,78,255,.9); filter: saturate(.75); pointer-events: none; }
.canvas-bar { position: absolute; z-index: 4; bottom: 3.5%; left: 31%; width: 38%; height: auto; }
.canvas-window.is-media-ready { box-shadow: 0 0 100px rgb(63 43 108 / .9); }
.framer-word { opacity: calc(.5 + var(--framer-progress, 0) * .5); transform: scale(calc(.82 + var(--framer-progress, 0) * .18)); transform-origin: left center; }
.plugin-rail, .project-rail { cursor: grab; touch-action: pan-y; -webkit-mask: linear-gradient(90deg, #00000008 0 6%, #000 22.6%, #000000e6 81%, #0000 92.7% 100%); mask: linear-gradient(90deg, #00000008 0 6%, #000 22.6%, #000000e6 81%, #0000 92.7% 100%); }
.plugin-rail:active, .project-rail:active { cursor: grabbing; }
.framer-highlights { position: absolute; z-index: 0; top: -78px; left: 50%; width: min(92vw, 1465px); height: 150px; overflow: hidden; pointer-events: none; transform: translateX(-50%); }
.framer-highlights i, .framer-highlights b { position: absolute; left: 50%; border-radius: 999px; transform: translateX(-50%); }
.framer-highlights i:nth-child(1) { top: 25px; width: 88%; height: 120px; background: rgb(190 175 255 / .1); filter: blur(67.5px); }
.framer-highlights i:nth-child(2) { top: 42px; width: 73%; height: 72px; background: radial-gradient(ellipse, #ae00ff, rgb(117 0 202 / .4)); filter: blur(12.25px); opacity: .3; }
.framer-highlights i:nth-child(3) { top: 55px; width: 52%; height: 44px; background: radial-gradient(ellipse, #ae00ff, rgb(117 0 202 / .4)); filter: blur(20.25px); opacity: .8; }
.framer-highlights i:nth-child(4) { top: 68px; width: 35%; height: 18px; background: radial-gradient(ellipse, #ae00ff, rgb(117 0 202 / .4)); filter: blur(3.5px); opacity: .2; }
.framer-highlights b { top: 104px; width: 44%; height: 1px; background: radial-gradient(ellipse, #fff, rgb(199 255 238 / 0)); }
.footer { position: relative; overflow: visible; }
.footer > :not(.framer-highlights) { position: relative; z-index: 1; }
@media (max-width: 809px) {
  .canvas-window { width: 82%; aspect-ratio: .956; }
  .canvas-viewport { left: 27.5%; width: 45%; height: 90%; }
  .canvas-sidebars img { max-width: 34%; }
  .canvas-bar { bottom: 4%; }
  .plugin-rail, .project-rail { -webkit-mask: none; mask: none; }
}
@media (prefers-reduced-motion: reduce) { .canvas-window, .framer-word { transform: none; opacity: 1; } }
