.lune-hero-v2{--hero-v2-bg:#05070a;--hero-v2-accent:var(--lune-accent-blue);--hero-v2-accent-soft:var(--lune-accent-blue-soft);--hero-v2-text:#fff;--hero-v2-muted:#9ca3af;--hero-v2-glass-bg:var(--lune-surface-bg);--hero-v2-glass-border:var(--lune-surface-border);--hero-v2-surface-radius:var(--lune-surface-radius);--hero-v2-surface-shadow:var(--lune-surface-shadow);--hero-v2-cta-bg:var(--lune-surface-bg);--hero-v2-blur:var(--lune-surface-blur);--hero-v2-header-offset:4.5rem;--hero-v2-copy-offset:0px;--hero-v2-block-gap:clamp(.65rem, 1.2vh, .9rem);--hero-v2-copy-cards-gap:clamp(1.15rem, 2.4vh, 1.65rem);--hero-v2-cards-tools-gap:clamp(.85rem, 1.6vh, 1.15rem);--hero-v2-orbit-scale:1.12;--hero-v2-orbit-origin-x:47.65%;--hero-v2-orbit-origin-y:44.61%;--hero-v2-visual-offset-y:24px;--hero-v2-bottom-offset-y:0px;--hero-v2-scroll-offset-bottom:72px;--hero-v2-scroll-reserve:calc(var(--hero-v2-scroll-offset-bottom) + 2.75rem);justify-content:center;gap:var(--hero-v2-cards-tools-gap);min-height:calc(100svh - var(--hero-v2-header-offset));padding:0 0 var(--hero-v2-scroll-reserve);color:var(--hero-v2-text);flex-direction:column;display:flex;position:relative}.lune-hero-v2__top{gap:var(--hero-v2-block-gap);align-items:start;display:grid}@media (min-width:768px){.lune-hero-v2__top{column-gap:clamp(1rem,3vw,2.5rem);row-gap:var(--hero-v2-copy-cards-gap);grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);grid-template-areas:"copy visual""cards visual";align-content:start;align-items:stretch}.lune-hero-v2__copy{grid-area:copy;align-self:start}.lune-hero-v2__visual{flex-direction:column;grid-area:visual;align-self:stretch;display:flex;overflow:visible}.lune-hero-v2__cards{grid-area:cards;align-self:start}}.lune-hero-v2__bottom{z-index:3;width:100%;transform:translate3d(0, var(--lune-px-hero-bottom,0px), 0);flex-direction:column;flex-shrink:0;align-items:flex-start;gap:clamp(.35rem,.8vh,.55rem);display:flex;position:relative}.lune-hero-v2__copy{min-width:0;max-width:34rem;transform:translate3d(0, var(--lune-px-hero-copy,0px), 0);flex-direction:column;align-items:flex-start;gap:clamp(.85rem,1.8vh,1.2rem);display:flex;overflow:visible}.lune-hero-v2__badge{border:1px solid var(--hero-v2-accent-soft);border-radius:var(--lune-radius-pill);font-family:var(--font-sans);font-size:var(--lune-fs-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--hero-v2-accent);background:var(--lune-accent-blue-soft-bg);align-items:center;gap:.45rem;margin:0;padding:.38rem .85rem;font-weight:600;display:inline-flex}.lune-hero-v2__badge-icon{opacity:.95;width:14px;height:14px}.lune-hero-v2__title{max-width:none;font-family:var(--font-serif);font-size:var(--lune-fs-hero);letter-spacing:.02em;color:var(--hero-v2-text);margin:0;font-weight:500;line-height:1.08}.lune-hero-v2__title-line{white-space:nowrap}.lune-hero-v2__lead{max-width:32rem;font-family:var(--font-sans);font-size:var(--lune-fs-base);font-weight:400;line-height:var(--lune-lh-base);color:var(--lune-type-400);margin:0}.lune-hero-v2__cta{border:1px solid var(--hero-v2-glass-border);border-radius:var(--lune-radius-cta);font-family:var(--font-sans);font-size:var(--lune-fs-base);color:var(--hero-v2-text);background:var(--hero-v2-glass-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--hero-v2-surface-shadow);align-items:center;gap:.5rem;margin-top:.15rem;padding:.72rem 1.2rem;font-weight:500;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.lune-hero-v2__cta:hover,.lune-hero-v2__cta:focus-visible{border-color:#fff6;transform:translateY(-1px);box-shadow:inset 0 0 18px #ffffff4d}.lune-hero-v2__cta .lune-icon{--lune-icon-fg:var(--hero-v2-text)}.lune-hero-v2__visual{z-index:1;width:100%;min-width:0;max-width:min(100%,580px);margin-inline:auto;position:relative;overflow:visible}@media (min-width:768px){.lune-hero-v2__visual{margin-inline:0;justify-self:end;max-width:min(100%,620px);margin-left:auto}}.lune-hero-v2__orbit-stage{aspect-ratio:680/700;width:100%;transform:translateY(var(--hero-v2-visual-offset-y));display:block;position:relative;overflow:visible}@media (min-width:768px){.lune-hero-v2__orbit-stage{aspect-ratio:unset;flex:1;min-height:100%}}.lune-hero-v2__orbit{z-index:0;pointer-events:none;width:100%;height:100%;transform:scale(var(--hero-v2-orbit-scale)) translate3d(0, var(--lune-px-hero-orbit,0px), 0);transform-origin:var(--hero-v2-orbit-origin-x) var(--hero-v2-orbit-origin-y);position:absolute;inset:0}.lune-hero-orbit__ring{will-change:transform}.lune-hero-orbit__ring--middle{animation:52s linear infinite lune-hero-orbit-spin-cw}.lune-hero-orbit__ring--outer{animation:84s linear infinite lune-hero-orbit-spin-ccw}@keyframes lune-hero-orbit-spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes lune-hero-orbit-spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.lune-hero-v2__photo-frame{z-index:2;pointer-events:none;width:84%;height:94%;transform:translate3d(0, calc(48px + var(--lune-px-hero-photo,0px)), 0);position:absolute;top:6%;left:8%;overflow:hidden}@media (min-width:768px){.lune-hero-v2__photo-frame{height:calc(100% + 3.5rem);max-height:none;top:5%}}.lune-hero-v2__photo{object-fit:contain;object-position:center top;image-rendering:auto;width:100%;height:100%;display:block;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 70%,#00000080 80%,#0000 90%);mask-image:linear-gradient(#000 0% 70%,#00000080 80%,#0000 90%)}.lune-hero-v2__cards{width:100%;max-width:36.5rem;transform:translate3d(0, var(--lune-px-hero-cards,0px), 0);grid-template-columns:1fr;gap:.6rem;display:grid}@media (min-width:640px){.lune-hero-v2__cards{grid-template-columns:repeat(3,11.625rem);justify-content:start;gap:.65rem}}.lune-hero-v2__card{border:1px solid var(--hero-v2-glass-border);border-radius:var(--hero-v2-surface-radius);background:var(--hero-v2-glass-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:100%;min-height:0;box-shadow:var(--hero-v2-surface-shadow);flex-direction:column;align-items:flex-start;gap:.45rem;padding:.9rem .95rem 1rem;display:flex}.lune-hero-v2__card-icon{background-color:var(--hero-v2-accent);flex-shrink:0;width:22px;height:22px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.lune-hero-v2__card-title{font-family:var(--font-sans);font-size:var(--lune-fs-md);color:var(--hero-v2-accent);margin:0;font-weight:700;line-height:1.2}.lune-hero-v2__card-text{font-family:var(--font-sans);font-size:var(--lune-fs-xs);color:var(--hero-v2-muted);margin:0;line-height:1.55}.lune-hero-v2__tools{border:1px solid var(--hero-v2-glass-border);border-radius:var(--hero-v2-surface-radius);background:var(--hero-v2-glass-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:100%;min-height:4.5rem;box-shadow:var(--hero-v2-surface-shadow);align-items:center;padding:1.15rem 3.75rem 1.15rem 1.25rem;display:flex;position:relative;overflow:hidden}.lune-hero-v2__tools-track{flex-wrap:wrap;flex:1;align-items:center;width:100%;min-width:0;display:flex}@media (min-width:768px){.lune-hero-v2__tools-track{flex-wrap:nowrap}}.lune-hero-v2__tool-item{min-width:0;color:var(--hero-v2-text);flex:1 1 0;justify-content:center;align-items:center;gap:.675rem;padding:.3rem .35rem;display:inline-flex}.lune-hero-v2__tool-divider{background:#ffffff24;flex-shrink:0;align-self:center;width:1px;height:27px}.lune-hero-v2__tool-icon{opacity:.92;filter:brightness(0)invert();width:27px;height:27px}.lune-hero-v2__tool-name{font-family:var(--font-sans);font-size:var(--lune-fs-md);letter-spacing:.01em;white-space:nowrap;font-weight:500}.lune-hero-v2__tools-planet{color:#ffffffe0;pointer-events:none;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.lune-hero-v2__scroll{bottom:var(--hero-v2-scroll-offset-bottom);z-index:4;width:max-content;max-width:calc(100% - 2.5rem);font-family:var(--font-sans);font-size:var(--lune-fs-2xs);letter-spacing:.04em;color:var(--hero-v2-muted);flex-direction:column;align-items:center;gap:.35rem;margin-top:0;text-decoration:none;transition:color .2s,opacity .35s;display:flex;position:absolute;left:50%;right:auto;transform:translate(-50%)}.lune-hero-v2__scroll:hover,.lune-hero-v2__scroll:focus-visible{color:var(--hero-v2-text)}.lune-hero-v2__scroll-mouse{border:1.5px solid #ffffff47;border-radius:12px;place-items:center;width:20px;height:30px;display:grid}.lune-hero-v2__scroll-wheel{background:#ffffff8c;border-radius:2px;width:3px;height:7px;animation:1.8s ease-in-out infinite lune-hero-v2-scroll}@keyframes lune-hero-v2-scroll{0%,to{opacity:.35;transform:translateY(-3px)}50%{opacity:1;transform:translateY(3px)}}.lune-hero-v2__icon{object-fit:contain;display:block}@media (max-width:767px){.lune-hero-v2{justify-content:flex-start;min-height:auto}.lune-hero-v2__tools{align-items:stretch;min-height:auto;padding:.9rem .75rem;overflow:visible}.lune-hero-v2__tools-planet{display:none}.lune-hero-v2__tools-track{flex-wrap:unset;grid-template-rows:repeat(2,auto);grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem .5rem;width:100%;display:grid;overflow:visible;-webkit-mask-image:none;mask-image:none}.lune-hero-v2__tool-divider{display:none}.lune-hero-v2__tool-item{text-align:center;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.4rem;min-width:0;padding:.35rem .15rem}.lune-hero-v2__tool-icon{flex-shrink:0;width:24px;height:24px}.lune-hero-v2__tool-name{font-size:var(--lune-fs-xs);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:500;overflow:hidden}}@media (prefers-reduced-motion:reduce){.lune-hero-orbit__ring--middle,.lune-hero-orbit__ring--outer,.lune-hero-v2__scroll-wheel{animation:none}.lune-hero-v2__cta:hover,.lune-hero-v2__cta:focus-visible{transform:none}}@media (prefers-reduced-transparency:reduce){.lune-hero-v2__card,.lune-hero-v2__tools,.lune-hero-v2__cta{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--lune-surface-bg-solid)}}
