:root {
  --ink: #081c2b;
  --ink-deep: #04111b;
  --paper: #eaf5f7;
  --paper-deep: #d8e9ed;
  --white: #f8fcfc;
  --bronze: #b69763;
  --acid: #ceff55;
  --coral: #ef8d72;
  --blue: #7ebee5;
  --green: #77b99d;
  --amber: #ecb95e;
  --text: #182630;
  --muted: #6d777e;
  --line: rgba(8, 28, 43, .13);
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.landing { overflow: hidden; }
.noise { position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-nav { position: absolute; inset: 0 0 auto; z-index: 30; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 70px); color: var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-family: var(--serif); font-weight: 400; }
.brand-mark svg { width: 27px; fill: currentColor; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.pill-button) { position: relative; }
.nav-links > a:not(.pill-button)::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 300ms ease; }
.nav-links > a:not(.pill-button):hover::after { transform: scaleX(1); transform-origin: left; }

.pill-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease; }
.pill-button:hover { transform: translateY(-2px); }
.pill-button-dark { color: var(--paper); background: var(--ink); box-shadow: 0 12px 28px rgba(8, 28, 43, .14); }
.pill-button-dark:hover { background: var(--ink-deep); box-shadow: 0 16px 35px rgba(8, 28, 43, .22); }
.pill-button-accent { color: var(--ink); background: var(--acid); box-shadow: 0 12px 30px rgba(159, 199, 47, .2); }

.hero { position: relative; min-height: 100svh; padding: 160px clamp(24px, 4vw, 70px) 48px; background: radial-gradient(circle at 68% 50%, rgba(206, 255, 85, .2), transparent 24%), var(--paper); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0; color: var(--ink); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero-title { position: relative; z-index: 2; margin: clamp(24px, 4vh, 48px) 0 0; color: var(--ink); font-size: clamp(84px, 14.8vw, 260px); font-weight: 800; letter-spacing: -.095em; line-height: .7; user-select: none; }
.hero-line { display: block; width: fit-content; white-space: nowrap; }
.hero-line-product { margin-left: 34.5vw; color: transparent; -webkit-text-stroke: clamp(1px, .18vw, 3px) var(--ink); }
.hero-letter { display: inline-block; transition: transform 650ms cubic-bezier(.2, .85, .2, 1); will-change: transform; }
.hero-statement { width: min(440px, 34vw); margin: clamp(28px, 5vh, 60px) 0 0 34.8vw; }
.hero-statement > p { margin: 0; font-size: clamp(16px, 1.3vw, 21px); line-height: 1.5; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.round-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); transition: background 200ms ease, transform 200ms ease; }
.round-button:hover { background: var(--white); transform: translateY(2px); }
.round-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.hero-note { position: absolute; z-index: 5; top: 29%; right: clamp(24px, 5vw, 80px); width: 148px; height: 148px; display: grid; grid-template-columns: auto 1fr; align-content: center; align-items: center; gap: 2px 8px; padding: 21px; border-radius: 50%; color: var(--paper); background: var(--ink); transform: rotate(8deg); box-shadow: 0 20px 50px rgba(8, 28, 43, .2); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.hero-note::before, .hero-note::after { content: ""; position: absolute; border: 1px solid rgba(244, 240, 231, .25); border-radius: inherit; }
.hero-note::before { inset: 8px; }
.hero-note::after { inset: -7px; border-style: dashed; }
.hero-note-mark { font-family: var(--serif); font-size: 46px; line-height: .8; }
.hero-note > span:nth-child(2) { font-size: 10px; line-height: 1.35; }
.hero-note small { grid-column: 1 / -1; margin-top: 8px; color: var(--acid); font-size: 8px; letter-spacing: .1em; text-align: center; }
.hero-proof { position: absolute; right: clamp(24px, 4vw, 70px); bottom: 30px; left: clamp(24px, 4vw, 70px); z-index: 2; display: flex; align-items: center; gap: 14px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--bronze); }

.hero-orbit { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.float-object { position: absolute; top: -180px; left: var(--x); filter: drop-shadow(0 18px 16px rgba(8, 28, 43, .13)); transform: rotate(var(--rotate)); animation: float-fall var(--duration) var(--delay) linear infinite; will-change: transform; }
@keyframes float-fall { 0% { transform: translate3d(0, -15vh, 0) rotate(var(--rotate)); } 48% { transform: translate3d(34px, 58vh, 0) rotate(calc(var(--rotate) + 115deg)); } 100% { transform: translate3d(-18px, 125vh, 0) rotate(calc(var(--rotate) + 260deg)); } }
.float-document { --x: 9%; --delay: -3s; --duration: 18s; --rotate: -12deg; width: 86px; height: 112px; padding: 22px 15px; border: 1px solid rgba(8, 28, 43, .18); border-radius: 5px 13px 6px 8px; background: rgba(255, 253, 248, .88); box-shadow: inset -8px -8px 18px rgba(182, 151, 99, .1); }
.paper-line { display: block; height: 3px; margin-bottom: 8px; border-radius: 5px; background: rgba(8, 28, 43, .23); }
.paper-line.short { width: 65%; }
.paper-total { display: block; margin-top: 20px; color: #8c6b3f; font-family: var(--serif); font-size: 28px; }
.float-check { --x: 77%; --delay: -10s; --duration: 20s; --rotate: 9deg; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 24px; background: var(--acid); box-shadow: inset -9px -12px 20px rgba(110, 141, 25, .22); }
.float-coin { --x: 61%; --delay: -6s; --duration: 23s; --rotate: 18deg; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: linear-gradient(145deg, #d3b27c, #8d7044); box-shadow: inset 10px 10px 22px rgba(255, 255, 255, .28); font-family: var(--serif); font-size: 28px; }
.float-clock { --x: 27%; --delay: -15s; --duration: 25s; --rotate: -18deg; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: rgba(126, 190, 229, .9); box-shadow: inset -9px -9px 20px rgba(21, 85, 125, .16); }
.float-seal { --x: 88%; --delay: -2s; --duration: 26s; --rotate: 12deg; width: 94px; height: 94px; display: grid; place-items: center; border-radius: 47% 53% 48% 52% / 53% 43% 57% 47%; color: rgba(255, 255, 255, .88); background: radial-gradient(circle at 35% 30%, #fa9c7f, #c64f38 68%, #8d3023); box-shadow: inset 8px 9px 16px rgba(255, 255, 255, .2); font-family: var(--serif); font-size: 27px; }
.float-seal::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .55); border-radius: inherit; }
.float-folder { --x: 43%; --delay: -19s; --duration: 28s; --rotate: -7deg; width: 105px; height: 80px; display: grid; place-items: center; }
.float-symbol { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(8, 28, 43, .14); border-radius: 25px; background: rgba(248, 252, 252, .72); backdrop-filter: blur(10px); }
.float-ledger { --x: 17%; --delay: -12s; --duration: 27s; --rotate: 8deg; }
.float-calculator { --x: 69%; --delay: -21s; --duration: 30s; --rotate: -9deg; }
.float-chart { --x: 93%; --delay: -17s; --duration: 24s; --rotate: 14deg; }
.float-receipt { --x: 36%; --delay: -8s; --duration: 22s; --rotate: -22deg; }
.float-object svg { width: 70%; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.float-folder svg { width: 100%; fill: var(--amber); stroke: var(--ink); stroke-width: 1.5; }
.float-symbol svg { width: 62%; stroke-width: 2.2; }

.cursor-aura { position: fixed; z-index: 50; width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.5); transition: opacity .18s ease, transform .26s ease; mix-blend-mode: multiply; }
.cursor-aura.is-visible { opacity: .9; transform: translate(-50%, -50%) scale(1); }

.story-section { padding: 110px clamp(24px, 5vw, 80px) 120px; background: #f8faf8; }
.section-kicker { display: flex; align-items: center; gap: 13px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(8, 28, 43, .25); border-radius: 50%; }
.section-kicker.light { color: var(--paper); }
.section-kicker.light > span { border-color: rgba(255, 255, 255, .28); }
.story-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; margin: 56px 0 64px; }
.story-heading h2, .lite-section h2 { margin: 0; color: var(--ink); font-size: clamp(56px, 8.2vw, 126px); line-height: .9; letter-spacing: -.078em; }
.story-heading h2 em, .lite-section h2 em { font-family: var(--serif); font-weight: 400; }
.story-heading p { margin: 0 0 10px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.feature-grid article { min-height: 285px; padding: 34px; background: var(--white); }
.feature-grid article > span { color: var(--bronze); font-family: var(--mono); font-size: 10px; }
.feature-grid h3 { margin: 70px 0 14px; color: var(--ink); font-size: 32px; letter-spacing: -.05em; }
.feature-grid p { max-width: 310px; margin: 0; color: var(--muted); line-height: 1.65; }

.lite-section { min-height: 720px; display: grid; align-content: center; justify-items: start; padding: 110px clamp(24px, 8vw, 140px); color: var(--paper); background: var(--ink); }
.lite-section h2 { max-width: 1120px; margin-top: 52px; color: var(--paper); }
.lite-section p { max-width: 720px; margin: 38px 0 30px; color: #b3c4ca; font-size: 18px; line-height: 1.7; }
footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 36px clamp(24px, 5vw, 80px); background: #f8faf8; }
footer p { color: var(--muted); }
footer > a:last-child { font-weight: 700; }

@media (max-width: 1120px) {
  .hero-line-product { margin-left: 25vw; }
  .hero-statement { margin-left: 25.3vw; }
  .hero-note { top: 22%; }
}

@media (max-width: 820px) {
  .nav-links > a:not(.pill-button) { display: none; }
  .nav-links { gap: 0; }
  .pill-button-dark { min-height: 42px; padding: 0 17px; }
  .hero { min-height: 820px; padding-top: 180px; }
  .hero-title { font-size: clamp(72px, 19vw, 150px); line-height: .8; }
  .hero-line-product { margin: 16px 0 0 12vw; }
  .hero-statement { width: min(430px, 84vw); margin: 65px 0 0 12vw; }
  .hero-note { top: auto; right: 8vw; bottom: 100px; width: 125px; height: 125px; padding: 18px; }
  .hero-note-mark { font-size: 38px; }
  .float-folder, .float-clock { display: none; }
  .story-heading { grid-template-columns: 1fr; gap: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .feature-grid h3 { margin-top: 45px; }
}

@media (max-width: 560px) {
  .site-nav { height: 74px; padding-inline: 18px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 36px; height: 36px; }
  .pill-button-dark { width: 42px; min-width: 42px; padding: 0; font-size: 0; }
  .pill-button-dark span { font-size: 17px; }
  .hero { min-height: 780px; padding-top: 150px; }
  .eyebrow { max-width: 285px; font-size: 9px; }
  .hero-title { font-size: 21vw; letter-spacing: -.085em; }
  .hero-line-product, .hero-statement { margin-left: 0; }
  .hero-statement { width: 100%; max-width: 330px; margin-top: 56px; }
  .hero-actions { align-items: center; }
  .hero-actions .pill-button { padding: 0 18px; }
  .hero-note { display: none; }
  .float-coin, .float-seal { width: 66px; height: 66px; }
  .float-document, .float-ledger, .float-calculator, .float-receipt { display: none; }
  .hero-proof { right: 18px; bottom: 22px; left: 18px; justify-content: center; flex-wrap: wrap; gap: 8px; font-size: 7px; }
  .story-section, .lite-section { padding-inline: 22px; }
  .story-heading h2, .lite-section h2 { font-size: 15vw; }
  footer { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .float-object { display: none; }
  .pill-button, .round-button, .hero-letter, .cursor-aura { transition-duration: .01ms !important; }
}

@media (hover: none) { .cursor-aura { display: none; } }
