:root {
  --ink: #0b0d0e;
  --ink-soft: #141818;
  --paper: #f5f0e8;
  --paper-soft: #ece7dd;
  --muted: #9a9d96;
  --muted-dark: #666d68;
  --lime: #c9f36b;
  --lime-dark: #8cb83b;
  --coral: #ff806c;
  --lilac: #a88bff;
  --line: rgba(245, 240, 232, .14);
  --line-dark: rgba(11, 13, 14, .15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --max: 1240px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--paper); overflow-x: hidden; }
body, button, input { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; }

.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .05; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.cursor-glow { position: fixed; z-index: 0; width: 360px; height: 360px; border-radius: 50%; pointer-events: none; opacity: .09; background: radial-gradient(circle, var(--lilac), transparent 68%); transform: translate(-50%, -50%); transition: left .18s ease-out, top .18s ease-out; }
.section-shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; position: relative; }
.site-header { width: min(calc(100% - 64px), var(--max)); height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { width: 32px; height: 32px; border-radius: 10px; overflow: hidden; background: #ffd6b0; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: 15px; }
.brand-name i { color: var(--coral); font-style: normal; padding-inline: 3px; }
.site-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 42px; color: #aeb3ac; font-size: 13px; }
.site-nav a, .footer-links a { transition: color .25s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--lime); }
.arrow { color: var(--lime); }
.header-download { padding: 12px 17px; border: 1px solid rgba(201,243,107,.5); border-radius: 999px; color: var(--lime); font-size: 12px; font-weight: 700; transition: background .25s ease, color .25s ease, transform .25s ease; }
.header-download span { margin-left: 8px; font-size: 15px; }
.header-download:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; padding: 76px 0 112px; }
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0px, 4vw, 56px); }
.eyebrow { margin: 0 0 27px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.eyebrow-pulse { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; display: inline-block; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,243,107,.12); animation: pulse 2.2s ease-in-out infinite; vertical-align: 1px; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(201,243,107,.12); } 50% { box-shadow: 0 0 0 8px rgba(201,243,107,.03); } }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(50px, 6.2vw, 89px); line-height: .98; letter-spacing: -.075em; font-weight: 720; }
h1 em, h2 em { color: var(--lilac); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero-lede { width: min(470px, 100%); margin-bottom: 31px; color: #a8ada4; font-size: 16px; line-height: 1.85; letter-spacing: -.02em; }
.hero-actions, .download-actions { display: flex; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 0 21px; border-radius: 999px; font-size: 13px; font-weight: 750; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 13px 28px rgba(201,243,107,.14); }
.button-primary:hover { background: #dcff90; }
.button-arrow { font-size: 18px; font-weight: 400; }
.button-quiet { color: #b9beb6; }
.button-quiet:hover { color: var(--paper); }
.button-quiet span { color: var(--lime); font-size: 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 17px 21px; margin-top: 41px; color: #747b74; font-size: 10px; letter-spacing: .03em; }
.meta-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; }
.dot-lime { background: var(--lime); }.dot-coral { background: var(--coral); }.dot-lilac { background: var(--lilac); }
.hero-backdrop { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(2px); }
.hero-backdrop-one { width: 550px; height: 550px; right: 26%; top: 12%; opacity: .12; background: radial-gradient(circle at 30% 30%, var(--coral), transparent 67%); }
.hero-backdrop-two { width: 460px; height: 460px; right: -6%; top: 20%; opacity: .16; background: radial-gradient(circle, var(--lilac), transparent 67%); }

.hero-stage { min-height: 500px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.stage-window { width: min(620px, 100%); position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: #eef2f7; color: #15202c; box-shadow: 0 44px 80px rgba(0,0,0,.34), 0 0 0 9px rgba(255,255,255,.03); transform: rotate(2.2deg) rotateY(-7deg); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.hero-stage:hover .stage-window { transform: rotate(.5deg) rotateY(-2deg) translateY(-8px); }
.window-bar { height: 42px; padding: 0 17px; display: flex; align-items: center; background: #f9fafb; border-bottom: 1px solid #dce1e6; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d6dce1; }.window-dots i:first-child { background: #ff806c; }.window-dots i:nth-child(2) { background: #ffd36b; }.window-dots i:last-child { background: #8ddf91; }
.window-title { margin: auto; font-size: 11px; font-weight: 700; }.window-mode { color: #a88bff; font-size: 16px; }
.window-body { padding: 18px; background: #eef2f7; }
.drop-preview { min-height: 86px; display: flex; align-items: center; gap: 12px; padding: 0 19px; border: 1px dashed #aebdcc; border-radius: 13px; color: #6c7b8d; font-size: 11px; }.drop-icon { font-size: 23px; color: #ff806c; }.drop-button { margin-left: auto; padding: 10px 12px; border: 1px solid #cad3dc; border-radius: 8px; color: #223143; font-weight: 700; background: rgba(255,255,255,.72); }
.preview-heading { display: flex; align-items: center; justify-content: space-between; margin: 21px 3px 12px; font-size: 13px; font-weight: 800; }.preview-heading small { color: #718095; font-size: 10px; font-weight: 600; }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px; border-radius: 12px; background: rgba(255,255,255,.74); }.preview-stats div { display: grid; gap: 6px; }.preview-stats small { color: #98a5b4; font-size: 9px; }.preview-stats strong { font-size: 18px; letter-spacing: -.04em; }.stat-purple { color: #6e5eff; }.stat-green { color: #0ab878; }
.preview-list { display: grid; gap: 6px; margin-top: 9px; }.preview-list div { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 8px; background: rgba(213,246,226,.78); font-size: 10px; }.preview-list b { margin-left: auto; color: #00a970; }.file-type { min-width: 29px; padding: 5px 4px; border-radius: 5px; text-align: center; color: #fff; background: #6f62eb; font-size: 8px; font-weight: 800; }.type-pink { background: #fa7d9b; }.type-orange { background: #eeaa52; }.file-name { color: #4a5b69; }
.stage-coordinate { position: absolute; z-index: 3; color: #727971; font-family: monospace; font-size: 9px; letter-spacing: .2em; }.coordinate-top { right: 4%; top: 7%; }.coordinate-bottom { left: 4%; bottom: 5%; writing-mode: vertical-rl; transform: rotate(180deg); }
.stage-orbit { position: absolute; border: 1px solid rgba(168,139,255,.35); border-radius: 50%; }.orbit-a { width: 400px; height: 400px; right: 9%; top: 11%; transform: rotate(27deg) scaleX(1.4); }.orbit-b { width: 300px; height: 300px; right: 23%; top: 23%; border-color: rgba(201,243,107,.4); transform: rotate(-32deg) scaleX(1.6); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(27,31,31,.82); box-shadow: 0 18px 34px rgba(0,0,0,.24); backdrop-filter: blur(12px); }.float-card b { display: block; font-size: 11px; }.float-card small { display: block; margin-top: 3px; color: #89928b; font-size: 9px; }.local-card { left: 0; bottom: 11%; }.result-card { right: -1%; top: 19%; }.float-icon { color: var(--lime); font-size: 22px; }.result-check { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 14px; font-weight: 800; }.hero-mascot { position: absolute; right: 1%; bottom: -2%; z-index: 4; width: 78px; padding: 7px; border-radius: 23px; background: #ffd4a7; box-shadow: 0 14px 35px rgba(0,0,0,.3); transform: rotate(9deg); }.hero-mascot img { border-radius: 18px; }

.signal-strip { display: grid; grid-template-columns: 2.1fr repeat(4, 1fr); gap: 25px; padding: 28px 0 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; }.signal-label { color: #797f77; font-size: 12px; line-height: 1.35; }.signal-label em { color: var(--paper); font-family: var(--serif); font-size: 20px; font-style: normal; }.signal-stat { padding-left: 24px; border-left: 1px solid var(--line); }.signal-stat strong { display: block; color: var(--lime); font-size: 31px; letter-spacing: -.07em; }.signal-stat strong span { margin-left: 2px; font-size: 14px; letter-spacing: -.02em; }.signal-stat small { color: #777f78; font-size: 10px; }.signal-end { border-right: 1px solid var(--line); }

.feature-section { padding: 170px 0 150px; }.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; margin-bottom: 67px; }.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -9px; }.section-intro h2, .local-copy h2, .compare-copy h2, .gallery-heading h2, .download-copy h2 { margin-bottom: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: .98; letter-spacing: -.075em; }.section-intro > p { max-width: 340px; margin-bottom: 3px; color: #939b93; font-size: 14px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 330px 330px; gap: 15px; }.feature-card { position: relative; overflow: hidden; min-height: 280px; padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: #131818; }.feature-card-wide { display: flex; grid-row: span 2; padding: 42px; }.card-index { display: block; color: #879087; font-size: 9px; letter-spacing: .17em; font-weight: 700; }.feature-card h3 { position: relative; z-index: 1; margin: 25px 0 14px; font-size: 29px; line-height: 1.08; letter-spacing: -.065em; }.feature-card p { position: relative; z-index: 1; max-width: 310px; margin-bottom: 0; color: #8e9790; font-size: 12px; line-height: 1.7; }.feature-card-wide .feature-card-copy { position: relative; z-index: 2; }.text-link { display: inline-block; margin-top: 26px; color: var(--lime); font-size: 11px; font-weight: 750; }.text-link span { margin-left: 10px; font-size: 16px; }.feature-card-dark { background: #202626; }.feature-card-lime { background: var(--lime); color: var(--ink); border-color: var(--lime); }.feature-card-lime .card-index, .feature-card-lime p { color: #52613a; }.feature-card-outline { background: transparent; border-color: #3a433d; }.folder-graphic { position: absolute; right: -5px; bottom: -28px; width: 53%; height: 90%; transform: rotate(-8deg); }.folder-back, .folder-front { position: absolute; border-radius: 20px; }.folder-back { inset: 22% 4% 6% 8%; background: #26312b; transform: rotate(4deg); }.folder-front { inset: 28% 11% 0 0; background: var(--lime); box-shadow: 20px 18px 0 rgba(11,13,14,.14); }.folder-front::before { content: ''; position: absolute; width: 46%; height: 19%; left: 0; top: -11%; border-radius: 17px 17px 0 0; background: var(--lime); }.folder-file { position: absolute; z-index: 2; padding: 10px 6px; border-radius: 7px; color: var(--ink); background: #ffe0cf; font-size: 9px; font-weight: 850; box-shadow: 8px 8px 0 rgba(11,13,14,.11); }.file-one { top: 39%; left: 22%; transform: rotate(-12deg); }.file-two { top: 25%; left: 50%; background: #d1b8ff; transform: rotate(8deg); }.file-three { top: 52%; left: 63%; background: #f5c858; transform: rotate(15deg); }.folder-spark { position: absolute; z-index: 3; right: 4%; top: 15%; color: var(--coral); font-size: 36px; }
.privacy-orbit { position: absolute; top: -9px; right: 28px; width: 120px; height: 120px; display: grid; place-content: center; border: 1px solid rgba(201,243,107,.42); border-radius: 50%; color: var(--lime); transform: rotate(14deg); }.privacy-orbit::after { content: ''; position: absolute; inset: 18px; border: 1px dashed rgba(201,243,107,.37); border-radius: 50%; }.privacy-orbit span, .privacy-orbit b { z-index: 1; font-size: 10px; text-align: center; letter-spacing: .12em; }.privacy-orbit b { font-size: 13px; }.privacy-orbit i { position: absolute; top: -4px; right: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }.feature-card-dark h3 { margin-top: 68px; }.quality-graphic { position: absolute; top: 28px; right: 29px; left: 31px; height: 34px; display: flex; align-items: center; justify-content: space-between; color: #4f6331; font-size: 9px; letter-spacing: .15em; }.quality-graphic i { width: 1px; height: 54px; background: #718a43; transform: rotate(35deg); }.quality-graphic b { color: var(--ink); font-size: 11px; }.format-cloud { display: flex; flex-wrap: wrap; gap: 7px; max-width: 225px; margin-top: 27px; }.format-cloud span { padding: 8px 9px; border: 1px solid #39433d; border-radius: 7px; color: #a6afa5; font-family: monospace; font-size: 10px; }.format-cloud span:nth-child(2) { color: var(--coral); border-color: rgba(255,128,108,.4); }.format-cloud span:nth-child(4) { color: var(--lime); border-color: rgba(201,243,107,.35); }

.local-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 160px); align-items: center; padding: 134px 0 166px; border-top: 1px solid var(--line); }.local-visual { position: relative; min-height: 380px; display: grid; place-items: center; }.local-card-shell { width: min(450px, 100%); padding: 26px 27px 20px; border: 1px solid #3b443e; border-radius: 16px; background: #161c19; box-shadow: 23px 23px 0 rgba(201,243,107,.09); transform: rotate(-4deg); }.local-card-top, .local-card-foot { display: flex; justify-content: space-between; color: #7b857c; font-family: monospace; font-size: 9px; letter-spacing: .06em; }.local-card-top span:last-child { color: var(--lime); }.local-code { display: grid; grid-template-columns: 24px 60px 22px 1fr; align-items: center; gap: 17px 6px; margin: 62px 0; color: #d5dcd3; font-family: monospace; font-size: 12px; }.local-code b { color: var(--coral); }.local-code em { color: #a88bff; font-style: normal; }.local-code .code-lime { color: var(--lime); }.code-muted { color: #515c54; }.local-card-foot { padding-top: 16px; border-top: 1px solid #303a34; font-size: 8px; }.local-card-foot i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--lime); }.local-sticker { position: absolute; bottom: 4%; right: 5%; width: 92px; height: 92px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--coral); font-size: 13px; font-weight: 850; line-height: .95; text-transform: uppercase; transform: rotate(12deg); }.local-sticker span { margin-top: 4px; font-size: 20px; text-align: right; }.local-copy > p:not(.eyebrow) { max-width: 430px; margin: 31px 0; color: #929b93; font-size: 14px; line-height: 1.9; }.local-list { display: grid; gap: 17px; }.local-list > div { display: flex; gap: 13px; align-items: flex-start; }.local-list > div > span { color: var(--lime); font-size: 18px; }.local-list p { margin: 0; }.local-list b, .local-list small { display: block; }.local-list b { margin-bottom: 3px; font-size: 12px; }.local-list small { color: #7c857e; font-size: 11px; }

.compare-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding: 148px 0 160px; border-top: 1px solid var(--line); }.compare-copy > p:not(.eyebrow) { max-width: 350px; margin: 30px 0 40px; color: #929b93; font-size: 14px; line-height: 1.85; }.compare-meter { width: min(350px, 100%); }.meter-label, .meter-foot { display: flex; justify-content: space-between; align-items: center; color: #818980; font-size: 10px; }.meter-label b { color: var(--lime); font-size: 15px; }.meter-foot { margin-top: 10px; font-size: 9px; }.compare-meter input { width: 100%; margin: 18px 0 8px; accent-color: var(--lime); }.meter-track { height: 3px; border-radius: 99px; background: #303832; overflow: hidden; }.meter-track span { display: block; width: 66%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--coral), var(--lime)); transition: width .18s ease; }.compare-art { position: relative; }.compare-frame { padding: 10px; border: 1px solid #3a443e; border-radius: 15px; background: #1b2220; box-shadow: 28px 28px 0 rgba(168,139,255,.11); transform: rotate(2.4deg); }.compare-frame img { width: 100%; border-radius: 7px; }.compare-note { position: absolute; bottom: -26px; color: #858e86; font-family: monospace; font-size: 9px; letter-spacing: .13em; }.note-left { left: 1%; }.note-right { right: 1%; }.note-right b { color: var(--lime); font-weight: 500; }.compare-arrow { position: absolute; left: 50%; top: 50%; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 23px; transform: translate(-50%, -50%) rotate(-2deg); box-shadow: 0 0 0 10px rgba(201,243,107,.1); }

.gallery-section { padding: 132px 0 155px; border-top: 1px solid var(--line); }.gallery-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; margin-bottom: 56px; }.gallery-heading .eyebrow { margin-bottom: 25px; }.gallery-heading > p { max-width: 330px; margin: 0 0 3px; color: #929b93; font-size: 14px; line-height: 1.8; }.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.gallery-shot { position: relative; margin: 0; padding: 12px; border-radius: 16px; }.gallery-shot img { width: 100%; border-radius: 9px; }.gallery-shot-light { background: #eef2f7; transform: rotate(-1.8deg); }.gallery-shot-dark { background: #1d2737; transform: rotate(1.8deg); }.shot-tag { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 7px 10px; border-radius: 99px; color: #687582; background: rgba(255,255,255,.72); font-family: monospace; font-size: 8px; letter-spacing: .13em; }.gallery-shot-dark .shot-tag { color: #d4dbe5; background: rgba(14,22,36,.74); }

.download-section { min-height: 535px; display: grid; place-items: center; overflow: hidden; padding: 100px 30px; border-radius: 22px; background: var(--lime); color: var(--ink); }.download-copy { position: relative; z-index: 2; text-align: center; }.download-copy .eyebrow { color: #526633; }.download-copy h2 em { color: #7051d7; }.download-copy > p:not(.eyebrow) { color: #546538; font-size: 14px; }.download-actions { justify-content: center; margin-top: 31px; }.download-section .button-primary { color: var(--paper); background: var(--ink); box-shadow: 0 15px 30px rgba(11,13,14,.14); }.download-section .button-primary:hover { background: #2e3431; }.light-quiet { color: #4f6334; }.light-quiet:hover { color: var(--ink); }.button-large { min-height: 54px; padding-inline: 25px; }.platform-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 35px; color: #668044; font-family: monospace; font-size: 9px; letter-spacing: .1em; }.platform-row span { padding: 7px 10px; border: 1px solid rgba(11,13,14,.2); border-radius: 99px; }.download-mascot { position: absolute; z-index: 1; left: 7%; top: 12%; width: 162px; padding: 12px; border-radius: 46px; background: #ffd2aa; box-shadow: 22px 26px 0 rgba(11,13,14,.12); transform: rotate(-15deg); }.download-mascot img { border-radius: 33px; }.download-orbit { position: absolute; border: 1px solid rgba(11,13,14,.25); border-radius: 50%; }.orbit-left { width: 360px; height: 360px; left: -8%; bottom: -35%; }.orbit-right { width: 480px; height: 480px; right: -10%; top: -42%; border-style: dashed; }

.site-footer { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; align-items: center; gap: 25px; padding-top: 50px; padding-bottom: 53px; color: #737b73; }.footer-brand { color: var(--paper); }.site-footer > p { margin: 0; font-family: var(--serif); font-size: 16px; color: #8c948c; }.footer-links { display: flex; justify-content: flex-end; gap: 18px; font-size: 11px; }.site-footer small { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid var(--line); color: #555e56; font-size: 9px; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .14s; }.reveal-delay-short { transition-delay: .08s; }

@media (max-width: 950px) {
  .site-nav { gap: 16px; margin-right: 20px; }.hero { grid-template-columns: 1fr; padding-top: 50px; }.hero-copy { padding-left: 0; }.hero-stage { min-height: 560px; margin-top: 10px; }.hero-backdrop-one { right: 0; top: 35%; }.signal-strip { grid-template-columns: 1.5fr repeat(4, 1fr); gap: 12px; }.signal-stat { padding-left: 12px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-wide { grid-column: 1 / -1; grid-row: auto; min-height: 330px; }.local-section, .compare-section { gap: 60px; }.local-card-shell { transform: rotate(-3deg) scale(.96); }.download-mascot { left: 2%; width: 120px; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: min(calc(100% - 34px), var(--max)); }.site-header { height: 72px; }.site-nav, .header-download { display: none; }.menu-toggle { width: 39px; height: 39px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; color: var(--paper); background: transparent; cursor: pointer; }.menu-toggle span { width: 14px; height: 1px; display: block; background: currentColor; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.mobile-nav { position: absolute; top: 62px; right: 0; width: 190px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,24,24,.96); box-shadow: 0 20px 40px rgba(0,0,0,.28); }.mobile-nav.is-open { display: grid; }.mobile-nav a { padding: 12px; color: #bfc6bd; font-size: 12px; }.mobile-nav a:hover { color: var(--lime); }.hero { min-height: auto; padding: 68px 0 78px; }.hero h1 { font-size: clamp(49px, 15vw, 74px); }.hero-lede { font-size: 14px; }.hero-meta { margin-top: 28px; }.hero-stage { min-height: 390px; margin-top: 32px; }.stage-window { width: 105%; transform: rotate(1.6deg) rotateY(-3deg) scale(.9); }.hero-stage:hover .stage-window { transform: rotate(.5deg) scale(.9); }.float-card { transform: scale(.82); }.local-card { left: -11%; bottom: 3%; }.result-card { right: -12%; top: 12%; }.hero-mascot { width: 58px; right: -2%; }.stage-orbit { transform: rotate(27deg) scale(.8, 1.2); }.signal-strip { grid-template-columns: 1fr 1fr; gap: 19px 10px; padding: 25px 0 30px; }.signal-label { grid-column: 1 / -1; margin-bottom: 6px; }.signal-stat { padding-left: 13px; }.signal-stat strong { font-size: 26px; }.signal-end { border-right: 0; }.feature-section { padding: 100px 0; }.section-intro, .gallery-heading { display: block; margin-bottom: 39px; }.section-intro .eyebrow { margin-bottom: 26px; }.section-intro h2, .local-copy h2, .compare-copy h2, .gallery-heading h2, .download-copy h2 { font-size: 48px; }.section-intro > p, .gallery-heading > p { margin-top: 25px; font-size: 13px; }.feature-grid { display: block; }.feature-card { min-height: 290px; margin-bottom: 12px; padding: 27px; }.feature-card-wide { display: block; min-height: 425px; padding: 30px; }.folder-graphic { width: 72%; height: 63%; bottom: -11px; right: -11px; }.feature-card-dark h3 { margin-top: 70px; }.local-section, .compare-section { display: flex; flex-direction: column; padding: 90px 0 105px; gap: 65px; }.local-visual { width: 100%; min-height: 320px; }.local-card-shell { transform: rotate(-3deg) scale(.84); }.local-sticker { right: -2%; bottom: -4%; transform: rotate(12deg) scale(.8); }.local-copy > p:not(.eyebrow) { font-size: 13px; }.compare-section { flex-direction: column-reverse; }.compare-art { width: 100%; }.compare-frame { transform: rotate(1.5deg); box-shadow: 14px 15px 0 rgba(168,139,255,.11); }.compare-note { bottom: -25px; font-size: 7px; }.gallery-section { padding: 92px 0 105px; }.gallery-grid { display: block; padding-inline: 4px; }.gallery-shot { margin-bottom: 20px; }.download-section { min-height: 600px; padding: 92px 21px; }.download-mascot { left: 50%; top: 5%; width: 85px; transform: translateX(-50%) rotate(-10deg); }.download-copy { margin-top: 65px; }.download-actions { flex-direction: column; gap: 10px; }.platform-row { margin-top: 27px; }.site-footer { display: block; padding-top: 39px; }.site-footer > p { margin: 22px 0; }.footer-links { justify-content: flex-start; flex-wrap: wrap; margin-bottom: 31px; }.site-footer small { display: block; }.cursor-glow { display: none; }
}

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