:root {
  --paper: oklch(97.8% 0.014 92);
  --paper-deep: oklch(94.8% 0.021 91);
  --paper-soft: oklch(96.4% 0.018 88);
  --ink: oklch(20.5% 0.025 70);
  --muted: oklch(53% 0.025 78);
  --muted-soft: oklch(65% 0.02 84);
  --line: oklch(82.8% 0.021 88);
  --lime: oklch(84.5% 0.2 104);
  --lime-deep: oklch(68% 0.16 104);
  --coral: oklch(72% 0.16 32);
  --blue: oklch(71% 0.105 240);
  --shadow: 0 34px 70px oklch(33% 0.04 70 / 0.16), 0 8px 18px oklch(33% 0.04 70 / 0.08);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .24; z-index: 10; 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='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { overflow: hidden; }
.section-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.site-header { width: min(1440px, calc(100% - 96px)); margin: 0 auto; min-height: 90px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { font: 600 32px/1 var(--serif); letter-spacing: -0.06em; justify-self: start; }
.site-nav { display: flex; gap: 36px; align-items: center; font-size: 14px; color: var(--muted); }
.site-nav a, .text-link { transition: color .25s ease; }
.site-nav a:hover, .text-link:hover { color: var(--ink); }
.platform-pill { justify-self: end; display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 12px; transition: border-color .25s ease, transform .25s ease; }
.platform-pill:hover { border-color: var(--ink); transform: translateY(-2px); }
.platform-pill svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-toggle { display: none; }

.hero { min-height: 700px; padding-top: 108px; display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); align-items: center; gap: 58px; position: relative; }
.hero-copy { padding-bottom: 72px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; color: var(--muted); }
.eyebrow-mark { width: 9px; height: 9px; display: inline-block; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px oklch(84.5% .2 104 / .18); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 590px; font: 500 clamp(4.2rem, 7vw, 7.2rem)/.88 var(--serif); letter-spacing: -.075em; }
h1 em, h2 em { font-style: italic; font-weight: 500; }
.hero-lede { max-width: 380px; margin-bottom: 34px; font-size: 18px; line-height: 1.55; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 20px 0 24px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 8px 18px oklch(68% .16 104 / .16); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 24px oklch(68% .16 104 / .23); }
.text-link { color: var(--muted); font-size: 14px; }
.text-link span { display: inline-block; margin-left: 5px; font-size: 17px; transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.platform-note { margin: 22px 0 0; color: var(--muted-soft); font-size: 11px; }
.platform-note span, .download-side small span { padding-inline: 6px; color: var(--line); }

.hero-art { min-width: 0; position: relative; margin-right: -130px; padding: 70px 0 50px; }
.art-glow { position: absolute; width: 500px; height: 500px; right: 11%; top: 8%; border-radius: 50%; background: oklch(84.5% .2 104 / .12); filter: blur(16px); }
.app-window { position: relative; z-index: 1; width: min(830px, 100%); margin-left: auto; border: 1px solid oklch(73% .02 82); border-radius: 16px; overflow: hidden; background: oklch(98.5% .008 88 / .96); box-shadow: var(--shadow); transform: rotate(-1.2deg); transition: transform .6s cubic-bezier(.22, .8, .22, 1), box-shadow .6s ease; }
.app-window:hover { transform: rotate(0deg) translateY(-5px); box-shadow: 0 42px 86px oklch(33% .04 70 / .19), 0 10px 24px oklch(33% .04 70 / .09); }
.window-bar { height: 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid var(--line); }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 11px; height: 11px; border-radius: 50%; border: 1px solid oklch(45% .04 70 / .1); }
.window-dots span:nth-child(1) { background: oklch(69% .16 29); }.window-dots span:nth-child(2) { background: oklch(78% .17 87); }.window-dots span:nth-child(3) { background: oklch(72% .16 143); }
.window-title { font-size: 12px; font-weight: 600; }
.window-tools { justify-self: end; display: flex; gap: 4px; color: var(--muted); }
.window-tools > span { display: grid; place-items: center; width: 28px; height: 26px; border-radius: 6px; }.window-tools .tool-active { background: var(--paper-deep); color: var(--ink); }.window-tools svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.app-body { display: grid; grid-template-columns: 176px 1fr; min-height: 430px; }
.app-sidebar { padding: 18px 10px 12px; display: flex; flex-direction: column; border-right: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.sidebar-search, .sidebar-link { min-height: 30px; display: flex; align-items: center; gap: 8px; padding: 0 10px; border-radius: 7px; }.sidebar-search { margin-bottom: 9px; color: var(--ink); background: oklch(84.5% .2 104 / .26); }.sidebar-link { color: var(--ink); }.sidebar-link:hover { background: var(--paper-deep); }.side-icon { width: 15px; font-size: 16px; text-align: center; color: var(--muted); }.folder-icon { width: 14px; height: 10px; border: 1.2px solid currentColor; border-radius: 2px; position: relative; }.folder-icon::before { content: ""; position: absolute; left: 1px; top: -4px; width: 6px; height: 4px; border: 1.2px solid currentColor; border-bottom: 0; border-radius: 2px 2px 0 0; }.sidebar-label { margin: 22px 10px 8px; display: flex; justify-content: space-between; font-size: 10px; color: var(--muted-soft); }.sidebar-label span { font-size: 17px; line-height: 10px; }.sidebar-link small { margin-left: auto; color: var(--muted-soft); font-size: 9px; }.sidebar-spacer { flex: 1; }
.app-content { min-width: 0; padding: 20px 18px 14px; }.app-search-row { display: flex; gap: 9px; }.app-search { min-width: 0; flex: 1; height: 36px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; color: var(--muted-soft); }.mini-search { width: 12px; height: 12px; display: inline-block; border: 1.5px solid currentColor; border-radius: 50%; position: relative; }.mini-search::after { content: ""; position: absolute; width: 5px; height: 1.5px; right: -4px; bottom: -2px; background: currentColor; transform: rotate(45deg); border-radius: 2px; }.app-search-row button { display: flex; align-items: center; gap: 6px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: transparent; font-size: 11px; }.app-search-row button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }.results-heading { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 10px; font-size: 11px; }.results-heading span { color: var(--muted-soft); font-size: 9px; }.gif-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }.gif-tile { min-height: 73px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px; font-family: var(--serif); font-size: 34px; color: oklch(23% .025 70); box-shadow: inset 0 0 0 1px oklch(20% .025 70 / .12); }.gif-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, oklch(100% 0 0 / .12), transparent 44%, oklch(0% 0 0 / .1)); }.gif-tile i { position: absolute; bottom: 7px; left: 8px; z-index: 1; font: 600 8px/1 var(--sans); letter-spacing: .04em; font-style: normal; }.gif-tile b { position: absolute; top: 7px; right: 7px; z-index: 1; font: 700 7px/1 var(--sans); letter-spacing: .08em; opacity: .7; }.gif-tile span { position: relative; z-index: 1; font-size: 34px; }.tile-cat { background: oklch(72% .12 70); }.tile-dog { background: var(--coral); }.tile-heart { background: oklch(93% .016 88); }.tile-heart span { font-size: 47px; }.tile-penguin { background: oklch(76% .07 244); }.tile-kermit { background: oklch(77% .17 126); }.tile-sun { background: oklch(83% .15 84); }.tile-eyes { background: oklch(71% .1 47); }.tile-corgi { background: oklch(78% .12 94); }.tile-fire { background: oklch(62% .14 46); color: oklch(94% .02 88); }.tile-bunny { background: oklch(77% .09 69); }.tile-blue { background: oklch(63% .12 219); color: oklch(96% .01 88); }.tile-pink { background: oklch(88% .1 18); }.tile-kermit span, .tile-sun span, .tile-fire span { animation: float 2.6s ease-in-out infinite; }.tile-dog span { font-size: 40px; }.tile-corgi span { animation: slide 2.8s ease-in-out infinite; }
.window-footer { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }.window-footer b { display: inline-block; width: 18px; height: 10px; margin-left: 4px; vertical-align: -1px; border-radius: 99px; background: var(--lime); position: relative; }.window-footer b::after { content: ""; position: absolute; width: 8px; height: 8px; right: 1px; top: 1px; border-radius: 50%; background: var(--paper); }.window-footer strong { margin-left: 5px; color: var(--ink); font-size: 11px; }.window-footer small { font-size: 12px; margin-left: 4px; }

.signal-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 30px; padding: 64px 0 136px; }.signal-item { display: flex; align-items: flex-start; gap: 14px; }.signal-icon { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; font-size: 18px; }.signal-icon.lime { color: var(--lime-deep); }.signal-icon.coral { color: var(--coral); }.signal-icon.blue { color: var(--blue); }.signal-item strong { display: block; font-size: 13px; font-weight: 600; }.signal-item p { max-width: 190px; margin: 7px 0 0; font-size: 11px; line-height: 1.55; color: var(--muted); }.signal-rule { width: 1px; height: 62px; background: var(--line); }

.feature-section { padding-bottom: 154px; display: grid; grid-template-columns: .58fr 1fr; gap: 86px; }.section-intro h2, .download-card h2 { margin: 0; font: 500 clamp(3rem, 5vw, 5rem)/.93 var(--serif); letter-spacing: -.07em; }.feature-list { border-top: 1px solid var(--line); }.feature-row { min-height: 162px; display: grid; grid-template-columns: 50px 1fr 132px; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }.feature-index { align-self: start; padding-top: 27px; font-size: 11px; color: var(--muted-soft); }.feature-copy h3 { margin: 0 0 8px; font: 500 25px/1.05 var(--serif); letter-spacing: -.04em; }.feature-copy p { max-width: 400px; margin: 0; font-size: 13px; line-height: 1.6; color: var(--muted); }.feature-stamp { width: 116px; height: 88px; display: grid; place-content: center; transform: rotate(7deg); text-align: center; font-size: 11px; font-weight: 700; line-height: 1.1; letter-spacing: .1em; }.feature-stamp span { font-size: 8px; letter-spacing: .15em; }.stamp-lime { background: var(--lime); border-radius: 54% 46% 49% 51% / 47% 50% 50% 53%; }.stamp-coral { background: var(--coral); color: oklch(21% .03 43); border-radius: 47% 53% 52% 48% / 56% 42% 58% 44%; transform: rotate(-6deg); }.stamp-blue { background: var(--blue); color: oklch(97% .01 88); border-radius: 47% 53% 49% 51% / 52% 47% 53% 48%; transform: rotate(5deg); }

.download-section { padding-bottom: 88px; }.download-card { min-height: 390px; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 50px; padding: 68px 72px; background: var(--lime); border-radius: 20px; position: relative; overflow: hidden; }.download-card::before, .download-card::after { content: ""; position: absolute; border: 1px solid oklch(20% .025 70 / .18); border-radius: 50%; }.download-card::before { width: 520px; height: 520px; top: -310px; right: -40px; }.download-card::after { width: 280px; height: 280px; bottom: -180px; left: 41%; }.download-card .eyebrow { color: oklch(36% .06 102); }.download-card .eyebrow-mark { background: var(--paper); box-shadow: none; }.download-side { position: relative; z-index: 1; max-width: 285px; }.download-side p { margin-bottom: 25px; color: oklch(34% .05 95); font-size: 15px; line-height: 1.55; }.button-dark { color: oklch(96% .01 88); background: var(--ink); }.button-dark:hover { transform: translateY(-3px); box-shadow: 0 12px 24px oklch(20% .025 70 / .2); }.download-side small { display: block; margin-top: 14px; color: oklch(36% .05 95); font-size: 10px; }
.site-footer { display: flex; justify-content: space-between; padding: 24px 0 34px; color: var(--muted); font-size: 11px; border-top: 1px solid var(--line); }.site-footer span:first-child { color: var(--ink); font: 600 18px/1 var(--serif); letter-spacing: -.05em; }.site-footer i { color: var(--coral); font-style: normal; }

.reveal { opacity: 0; transform: translateY(20px); animation: reveal .8s cubic-bezier(.22, .8, .22, 1) forwards; }.reveal-delay-1 { animation-delay: .14s; }.reveal-delay-2 { animation-delay: .25s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-5px) rotate(3deg); } }
@keyframes slide { 0%, 100% { transform: translateX(-3px); } 50% { transform: translateX(4px); } }
@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: 1100px) {
  .site-header { width: min(100% - 48px, 1180px); }.hero { grid-template-columns: .7fr 1.3fr; gap: 28px; }.hero-art { margin-right: -80px; }.app-sidebar { width: 150px; }.app-body { grid-template-columns: 150px 1fr; }.signal-row { gap: 18px; }.feature-section { gap: 48px; }
}
@media (max-width: 800px) {
  .section-wrap { width: min(100% - 40px, 600px); }.site-header { width: calc(100% - 40px); min-height: 78px; grid-template-columns: 1fr auto auto; }.wordmark { font-size: 28px; }.menu-toggle { border: 0; display: inline-flex; align-items: center; gap: 7px; padding: 9px 0 9px 12px; background: none; color: var(--muted); font-size: 12px; }.menu-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }.site-nav { position: absolute; top: 72px; right: 20px; z-index: 5; display: none; flex-direction: column; align-items: flex-start; gap: 17px; min-width: 170px; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 15px 30px oklch(33% .04 70 / .1); }.site-nav.is-open { display: flex; }.platform-pill { padding: 9px 11px; font-size: 0; }.platform-pill svg { width: 18px; height: 18px; }.hero { display: block; padding-top: 82px; min-height: 0; }.hero-copy { padding-bottom: 35px; }.hero-lede { font-size: 16px; }.hero-art { margin: 0 -15px; padding: 35px 0 45px; }.app-window { transform: rotate(-1deg); }.app-body { min-height: 370px; }.app-sidebar { padding-left: 7px; padding-right: 7px; }.app-content { padding-inline: 12px; }.gif-grid { gap: 6px; }.gif-tile { min-height: 64px; }.window-footer { font-size: 8px; }.signal-row { grid-template-columns: 1fr; gap: 20px; padding: 30px 0 100px; }.signal-rule { width: 100%; height: 1px; }.signal-item p { max-width: 300px; }.feature-section { display: block; padding-bottom: 95px; }.section-intro { margin-bottom: 52px; }.feature-row { grid-template-columns: 35px 1fr 92px; gap: 10px; min-height: 145px; }.feature-copy h3 { font-size: 21px; }.feature-copy p { font-size: 12px; }.feature-stamp { width: 82px; height: 68px; font-size: 9px; }.feature-stamp span { font-size: 6px; }.download-card { display: block; min-height: 0; padding: 46px 32px; }.download-card h2 { font-size: clamp(3rem, 12vw, 4rem); margin-bottom: 50px; }.download-side { max-width: 300px; }.site-footer { flex-wrap: wrap; gap: 13px 22px; }.site-footer span:nth-child(2) { order: 3; width: 100%; }
}
@media (max-width: 470px) {
  .section-wrap { width: calc(100% - 32px); }.site-header { width: calc(100% - 32px); }.platform-pill { display: none; }.site-header { grid-template-columns: 1fr auto; }.hero { padding-top: 64px; }.eyebrow { margin-bottom: 20px; font-size: 9px; }.hero-actions { gap: 17px; }.button { width: 100%; }.text-link { margin-left: 5px; }.app-window { border-radius: 11px; }.app-sidebar { display: none; }.app-body { display: block; min-height: 320px; }.gif-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.gif-tile:nth-child(n+10) { display: none; }.gif-tile { min-height: 77px; }.window-footer span:nth-child(1) { display: none; }.window-footer span:nth-child(2) { margin: auto; }.window-footer span:nth-child(3) { display: none; }.feature-row { grid-template-columns: 25px 1fr; align-items: start; padding: 23px 0; }.feature-index { padding-top: 4px; }.feature-stamp { grid-column: 2; margin-top: 8px; justify-self: start; }.download-card { padding: 38px 25px; }.site-footer { font-size: 10px; }
}
