:root{--bg: #f6f4ef;--ink: #0d0d0d;--ink-soft: #2c2c2c;--muted: #7b7b7b;--paper: #ffffff;--line: rgba(0, 0, 0, .12);--accent: #0d0d0d;--accent-soft: rgba(0, 0, 0, .08);--grain: rgba(0, 0, 0, .03);--shadow-soft: 0 10px 30px rgba(0, 0, 0, .08);--shadow-float: 0 40px 80px rgba(0, 0, 0, .18);--shadow-device: 0 60px 120px rgba(0, 0, 0, .35);--radius-lg: 24px;--radius-md: 14px;--radius-sm: 8px;--radius-pill: 999px;--ease: cubic-bezier(.22, 1, .36, 1);--section-pad: 96px;--hero-pad: clamp(6rem, 10vh, 10rem);--hero-gap: 44px;--hero-max-width: 680px;--hero-lead-size: 1.06rem;--hero-lead-width: 620px;--hero-bg: radial-gradient(circle at 40% 30%, #ffffff 0%, #f6f4ef 45%, #ece9e2 100%);--hero-qr-size: 400px;--hero-qr-opacity: .04;--device-width: min(360px, 68vw);--device-pad: 26px;--device-screen-pad: 24px;--device-screen-min: 440px;--device-qr-size: 170px;--flow-gap: 20px;--flow-panel-pad: 26px;--flow-rail-pad: 12px;--flow-visual-bg: #efece6;--flow-card-font: .92rem;--feature-gap: 24px;--feature-card-pad: 30px;--feature-card-min: 190px;--feature-alt: #faf8f2;--qr-stage-pad: 44px;--qr-size: 300px;--contact-pad: 64px;--footer-pad-top: 32px;--ease-soft: cubic-bezier(.28, .84, .42, 1)}body{margin:0;padding:0;max-width:100%;font-family:Sohne,IBM Plex Sans,sans-serif;font-size:1.05rem;color:var(--ink);background:var(--bg);line-height:1.6}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/></filter><rect width='220' height='220' filter='url(%23n)' opacity='0.25'/></svg>");z-index:0}body:after{content:"";position:fixed;inset:-10% 0 0;pointer-events:none;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.6),transparent 70%);opacity:.7;z-index:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}main:where(.astro-J7PV25F6){position:relative;z-index:1}.container:where(.astro-J7PV25F6){width:min(1160px,90vw);margin:0 auto}.site-header:where(.astro-J7PV25F6){position:sticky;top:0;z-index:10;background:rgba(246,244,239,.7);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner:where(.astro-J7PV25F6){display:flex;align-items:center;justify-content:space-between;padding:18px 0}.logo:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;font-size:1.2rem;letter-spacing:-.02em}.nav:where(.astro-J7PV25F6){display:flex;gap:16px;align-items:center;font-size:.93rem}.pill:where(.astro-J7PV25F6){border:1px solid var(--line);padding:10px 18px;border-radius:var(--radius-pill)}.hero:where(.astro-J7PV25F6){background:var(--hero-bg);padding:var(--hero-pad) 0;overflow:hidden}.hero-grid:where(.astro-J7PV25F6){display:grid;grid-template-columns:6fr 6fr;gap:var(--hero-gap);align-items:center}.hero-copy:where(.astro-J7PV25F6){display:grid;gap:22px;max-width:var(--hero-max-width)}.eyebrow:where(.astro-J7PV25F6){font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-family:IBM Plex Mono,monospace}.hero:where(.astro-J7PV25F6) h1:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;font-weight:500;font-size:clamp(3rem,5vw,5.2rem);letter-spacing:-.02em;line-height:1.03;margin:0}.lead:where(.astro-J7PV25F6){font-size:var(--hero-lead-size);color:var(--ink-soft);margin:0;max-width:var(--hero-lead-width)}.hero-actions:where(.astro-J7PV25F6){display:flex;gap:12px;flex-wrap:wrap}.cta:where(.astro-J7PV25F6){position:relative;overflow:hidden;background:var(--accent);color:var(--paper);padding:11px 22px;border-radius:var(--radius-pill);font-weight:500;transition:box-shadow .22s var(--ease-soft),background-color .22s var(--ease-soft),filter .22s var(--ease-soft);box-shadow:var(--shadow-soft)}.cta:where(.astro-J7PV25F6):after{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent 48%);opacity:0;transition:opacity .22s var(--ease-soft);pointer-events:none}.cta:where(.astro-J7PV25F6):hover{box-shadow:0 14px 28px #0000001f;filter:brightness(1.02)}.cta:where(.astro-J7PV25F6):hover:after{opacity:1}.cta:where(.astro-J7PV25F6):active{filter:brightness(.98);box-shadow:0 8px 18px #0000001f}.ghost:where(.astro-J7PV25F6){position:relative;overflow:hidden;border:1px solid var(--line);padding:11px 20px;border-radius:var(--radius-pill);transition:border-color .22s var(--ease-soft),background-color .22s var(--ease-soft),box-shadow .22s var(--ease-soft)}.ghost:where(.astro-J7PV25F6):hover{border-color:var(--ink-soft);background:rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffff8c}.ghost:where(.astro-J7PV25F6):active{background:rgba(255,255,255,.72)}.hero-media:where(.astro-J7PV25F6){position:relative;display:grid;place-items:center}.giant-qr:where(.astro-J7PV25F6){position:absolute;right:-40px;top:-40px;width:var(--hero-qr-size);height:var(--hero-qr-size);opacity:var(--hero-qr-opacity)}.giant-qr:where(.astro-J7PV25F6) svg:where(.astro-J7PV25F6){width:100%;height:100%}.device:where(.astro-J7PV25F6){position:relative;width:var(--device-width);border-radius:38px;background:#0b0c0e;padding:var(--device-pad);box-shadow:var(--shadow-device);transform:rotate(-4deg);animation:floatIn .8s var(--ease-soft) both .28s,deviceDrift 6.5s ease-in-out 1.1s infinite;will-change:transform}.device-speaker:where(.astro-J7PV25F6){width:160px;height:16px;border-radius:999px;background:#151618;margin:0 auto 18px}.device-screen:where(.astro-J7PV25F6){background:linear-gradient(160deg,#111317 0%,#070707 60%,#050505 100%);border-radius:28px;padding:var(--device-screen-pad);min-height:var(--device-screen-min);color:#f4f4f2;display:grid;gap:20px;justify-items:center;text-align:center;box-shadow:inset 0 0 0 1px #ffffff0f}.device-brand:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;font-size:1.55rem;justify-self:start}.device-qr:where(.astro-J7PV25F6){width:var(--device-qr-size);height:var(--device-qr-size);border-radius:20px;background:#f5f5f5;padding:12px;box-shadow:var(--shadow-soft)}.qr-svg:where(.astro-J7PV25F6){width:100%;height:100%}.device-caption:where(.astro-J7PV25F6){font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:#f4f4f299;font-family:IBM Plex Mono,monospace}.device-url:where(.astro-J7PV25F6){font-size:1.05rem;font-weight:500}.flow:where(.astro-J7PV25F6){padding:var(--section-pad) 0}.flow-head:where(.astro-J7PV25F6){display:grid;gap:10px;margin-bottom:28px}.flow-head:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;font-size:clamp(2rem,3vw,3rem);margin:0}.flow-rail:where(.astro-J7PV25F6){display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,420px);gap:var(--flow-gap);overflow-x:auto;scroll-snap-type:x mandatory;padding:var(--flow-rail-pad) 0 var(--flow-rail-pad) 5vw}.flow-panel:where(.astro-J7PV25F6){background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--flow-panel-pad);display:grid;gap:14px;min-height:300px;scroll-snap-align:start;box-shadow:var(--shadow-soft)}.flow-index:where(.astro-J7PV25F6){font-family:IBM Plex Mono,monospace;color:var(--muted);letter-spacing:.18em;font-size:.75rem;text-transform:uppercase}.flow-panel:where(.astro-J7PV25F6) h3:where(.astro-J7PV25F6){margin:0;font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.15}.flow-panel:where(.astro-J7PV25F6) p:where(.astro-J7PV25F6){margin:0;color:var(--ink-soft)}.flow-visual:where(.astro-J7PV25F6){margin-top:auto;padding:14px;border-radius:18px;background:var(--flow-visual-bg);display:grid;gap:12px}.flow-card:where(.astro-J7PV25F6){display:flex;justify-content:space-between;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid var(--line);font-size:var(--flow-card-font)}.flow-card:where(.astro-J7PV25F6).muted{opacity:.7}.badge:where(.astro-J7PV25F6){font-size:.75rem;border:1px solid var(--line);padding:4px 9px;border-radius:var(--radius-pill)}.qr-full:where(.astro-J7PV25F6) .qr-frame:where(.astro-J7PV25F6){background:#fff;border-radius:16px;padding:12px;box-shadow:var(--shadow-soft)}.qr-label:where(.astro-J7PV25F6){font-size:.85rem;font-family:IBM Plex Mono,monospace;color:var(--muted)}.scan:where(.astro-J7PV25F6){display:grid;place-items:center;gap:12px;position:relative;min-height:140px}.scan-ring:where(.astro-J7PV25F6){width:90px;height:90px;border-radius:50%;border:1px solid var(--line);animation:pulse 2.8s var(--ease-soft) infinite}.scan-dot:where(.astro-J7PV25F6){width:12px;height:12px;border-radius:50%;background:var(--ink);position:absolute}.features:where(.astro-J7PV25F6){padding:var(--section-pad) 0;background:#f3f0ea}.feature-head:where(.astro-J7PV25F6){display:grid;gap:10px;margin-bottom:32px}.feature-head:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;font-size:clamp(2rem,3vw,3rem);margin:0}.feature-grid:where(.astro-J7PV25F6){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--feature-gap)}.feature-card:where(.astro-J7PV25F6){background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--feature-card-pad);box-shadow:var(--shadow-soft);min-height:var(--feature-card-min)}.feature-card:where(.astro-J7PV25F6):nth-child(2n){background:var(--feature-alt)}.feature-card:where(.astro-J7PV25F6) h3:where(.astro-J7PV25F6){font-size:1.6rem;margin:0 0 12px;font-family:Canela,"Instrument Serif",serif}.feature-card:where(.astro-J7PV25F6) p:where(.astro-J7PV25F6){margin:0;color:var(--ink-soft)}.qr-moment:where(.astro-J7PV25F6){padding:calc(var(--section-pad) + 10px) 0;background:var(--bg)}.qr-wrap:where(.astro-J7PV25F6){display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.qr-copy:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;font-size:clamp(2rem,3vw,3rem);margin:0 0 12px}.qr-stage:where(.astro-J7PV25F6){background:var(--paper);border-radius:32px;padding:var(--qr-stage-pad);box-shadow:var(--shadow-float);display:grid;justify-items:center;gap:14px;border:1px solid var(--line)}.qr-mode:where(.astro-J7PV25F6){font-family:IBM Plex Mono,monospace;letter-spacing:.14em;font-size:.75rem;text-transform:uppercase;color:var(--muted)}.qr-svg:where(.astro-J7PV25F6).xl{width:var(--qr-size);height:var(--qr-size)}.qr-url:where(.astro-J7PV25F6){font-size:1rem;font-weight:500}.qr-ritual:where(.astro-J7PV25F6){font-family:IBM Plex Mono,monospace;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.contact:where(.astro-J7PV25F6){padding:var(--contact-pad) 0;background:var(--paper);border-top:1px solid var(--line)}.contact-inner:where(.astro-J7PV25F6){display:flex;justify-content:space-between;gap:20px;align-items:center}.contact-inner:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6){font-family:Canela,"Instrument Serif",serif;margin:0 0 10px}.contact-actions:where(.astro-J7PV25F6){display:flex;align-items:center}.contact-cta:where(.astro-J7PV25F6){position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:16px;min-width:320px;padding:14px 28px 15px;border-radius:20px;background:var(--accent);color:var(--paper);box-shadow:var(--shadow-soft);transition:box-shadow .22s var(--ease-soft),background-color .22s var(--ease-soft),filter .22s var(--ease-soft)}.contact-cta-copy:where(.astro-J7PV25F6){display:grid;gap:4px}.contact-cta:where(.astro-J7PV25F6):after{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 50%);opacity:0;transition:opacity .22s var(--ease-soft);pointer-events:none}.contact-cta:where(.astro-J7PV25F6):hover{box-shadow:0 14px 28px #0000001f;filter:brightness(1.02)}.contact-cta:where(.astro-J7PV25F6):hover:after{opacity:1}.contact-cta:where(.astro-J7PV25F6):active{filter:brightness(.98);box-shadow:0 8px 18px #0000001f}.contact-cta-label:where(.astro-J7PV25F6){font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e}.contact-cta-address:where(.astro-J7PV25F6){font-size:1.05rem;line-height:1.1}.contact-cta-arrow:where(.astro-J7PV25F6){align-self:center;display:grid;place-items:center;width:38px;height:38px;transform:translate(0) rotate(0);transition:transform .22s var(--ease-soft),opacity .22s var(--ease-soft)}.contact-cta-arrow:where(.astro-J7PV25F6) svg:where(.astro-J7PV25F6){width:26px;height:26px;transform:rotate(0);transition:transform .22s var(--ease-soft)}.contact-cta:where(.astro-J7PV25F6):hover .contact-cta-arrow:where(.astro-J7PV25F6){transform:translate(2px,-2px)}.contact-cta:where(.astro-J7PV25F6):hover .contact-cta-arrow:where(.astro-J7PV25F6) svg:where(.astro-J7PV25F6){transform:rotate(-45deg)}.site-footer:where(.astro-J7PV25F6){padding:var(--footer-pad-top) 0 60px;background:var(--paper)}.footer-inner:where(.astro-J7PV25F6){display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:var(--muted)}@keyframes floatIn{0%{opacity:0;transform:translateY(18px) rotate(-2deg) scale(.985)}to{opacity:1;transform:translateY(0) rotate(-4deg) scale(1)}}@keyframes deviceDrift{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-4px) rotate(-3.25deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.06);opacity:.22}}@media (max-width: 900px){.header-inner:where(.astro-J7PV25F6){padding:14px 0}.hero-grid:where(.astro-J7PV25F6){grid-template-columns:1fr;gap:28px}.hero-copy:where(.astro-J7PV25F6){max-width:none}.hero:where(.astro-J7PV25F6) h1:where(.astro-J7PV25F6){font-size:clamp(2.6rem,10vw,4.4rem)}.device:where(.astro-J7PV25F6){transform:rotate(0);width:min(420px,92vw);justify-self:center}.qr-wrap:where(.astro-J7PV25F6){grid-template-columns:1fr;gap:28px}.contact:where(.astro-J7PV25F6){padding:56px 0}.contact-inner:where(.astro-J7PV25F6){flex-direction:column;align-items:flex-start;gap:24px}}@media (max-width: 640px){.container:where(.astro-J7PV25F6){width:min(100%,calc(100vw - 32px))}.site-header:where(.astro-J7PV25F6){position:static}.header-inner:where(.astro-J7PV25F6){flex-direction:row;gap:16px;padding:12px 0}.nav:where(.astro-J7PV25F6){width:auto;justify-content:flex-end;flex-shrink:0}.pill:where(.astro-J7PV25F6){width:auto;text-align:center;padding:9px 16px}.hero:where(.astro-J7PV25F6){padding:34px 0 0;min-height:100svh}.hero-grid:where(.astro-J7PV25F6){min-height:calc(100svh - 46px);grid-template-rows:1fr auto;align-content:stretch}.hero-copy:where(.astro-J7PV25F6){gap:18px;max-width:none;padding-top:clamp(56px,12svh,110px);align-self:center;text-align:center;justify-items:center}.eyebrow:where(.astro-J7PV25F6){font-size:.68rem;letter-spacing:.11em}.hero:where(.astro-J7PV25F6) h1:where(.astro-J7PV25F6){font-size:clamp(2.35rem,13vw,3.4rem);line-height:.98}.lead:where(.astro-J7PV25F6){max-width:none;font-size:1rem}.hero-actions:where(.astro-J7PV25F6){flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:center}.cta:where(.astro-J7PV25F6),.ghost:where(.astro-J7PV25F6){width:auto;text-align:center;justify-content:center}.hero-media:where(.astro-J7PV25F6){margin-top:8px;height:auto;min-height:0;overflow:visible;align-items:end;place-items:end center}.giant-qr:where(.astro-J7PV25F6){right:-8px;top:28px;width:180px;height:180px}.device:where(.astro-J7PV25F6){width:min(100%,350px);padding:18px;border-radius:32px;box-shadow:0 34px 60px #0003;transform:translateY(34%) rotate(0)}.device-speaker:where(.astro-J7PV25F6){width:116px;height:12px;margin-bottom:14px}.device-screen:where(.astro-J7PV25F6){padding:20px;min-height:372px;border-radius:24px}.device-brand:where(.astro-J7PV25F6){font-size:1.35rem}.device-qr:where(.astro-J7PV25F6){width:148px;height:148px;border-radius:16px}.device-caption:where(.astro-J7PV25F6){font-size:.76rem}.device-url:where(.astro-J7PV25F6){font-size:.95rem}.flow-rail:where(.astro-J7PV25F6){grid-auto-flow:row;grid-auto-columns:1fr;padding:0;gap:16px;overflow:visible}.flow-panel:where(.astro-J7PV25F6){padding:22px;min-height:auto}.flow-head:where(.astro-J7PV25F6),.feature-head:where(.astro-J7PV25F6){margin-bottom:24px}.feature-grid:where(.astro-J7PV25F6){grid-template-columns:1fr}.feature-card:where(.astro-J7PV25F6){padding:24px;min-height:auto}.qr-moment:where(.astro-J7PV25F6){padding:72px 0}.qr-stage:where(.astro-J7PV25F6){padding:26px;border-radius:24px}.qr-svg:where(.astro-J7PV25F6).xl{width:220px;height:220px}.contact-inner:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6),.qr-copy:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6),.flow-head:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6),.feature-head:where(.astro-J7PV25F6) h2:where(.astro-J7PV25F6){margin-bottom:8px}.contact-actions:where(.astro-J7PV25F6){width:100%}.contact-cta:where(.astro-J7PV25F6){width:100%;min-width:0;padding-inline:20px}.footer-inner:where(.astro-J7PV25F6){flex-direction:column;align-items:flex-start;gap:10px}}@media (prefers-reduced-motion: reduce){:where(.astro-J7PV25F6){animation:none!important;transition:none!important}}
