.hero[data-astro-cid-ge2uvauf]{background:var(--north-charcoal);color:var(--north-white);position:relative;overflow:hidden}.hero--home[data-astro-cid-ge2uvauf]{flex-direction:column;justify-content:center;min-height:92vh;display:flex}.hero--page[data-astro-cid-ge2uvauf]{min-height:44vh;padding-bottom:var(--space-xl);flex-direction:column;justify-content:flex-end;display:flex}.hero__img-bg[data-astro-cid-ge2uvauf]{z-index:0;position:absolute;inset:0}.hero__img-bg-img[data-astro-cid-ge2uvauf]{object-fit:cover;object-position:center 40%;width:100%;height:100%;display:block}.hero__overlay[data-astro-cid-ge2uvauf]{background:linear-gradient(105deg,#05070ae0 0%,#121820c7 45%,#1218208c 100%);position:absolute;inset:0}.hero__overlay--page[data-astro-cid-ge2uvauf]{background:linear-gradient(#05070ad1 0%,#121820ed 100%)}.hero__bg[data-astro-cid-ge2uvauf]{pointer-events:none;z-index:1;position:absolute;inset:0}.hero__bg-grid[data-astro-cid-ge2uvauf]{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0}.hero__bg-glow[data-astro-cid-ge2uvauf]{background:radial-gradient(60% 60% at 15%,#3f5f7340 0%,#0000 70%);position:absolute;inset:0}.hero__sync-line[data-astro-cid-ge2uvauf]{background:linear-gradient(90deg,#0000 0%,#6bbad42e 30% 70%,#0000 100%);height:1px;position:absolute;left:0;right:0}.hero__sync-line--1[data-astro-cid-ge2uvauf]{top:35%}.hero__sync-line--2[data-astro-cid-ge2uvauf]{opacity:.5;top:68%}.hero__corner[data-astro-cid-ge2uvauf]{z-index:3;width:24px;height:24px;display:block;position:absolute}.hero__corner--tl[data-astro-cid-ge2uvauf]{border-top:1.5px solid #6bbad473;border-left:1.5px solid #6bbad473;top:20px;left:20px}.hero__corner--tr[data-astro-cid-ge2uvauf]{border-top:1.5px solid #6bbad473;border-right:1.5px solid #6bbad473;top:20px;right:20px}.hero__corner--bl[data-astro-cid-ge2uvauf]{border-bottom:1.5px solid #6bbad44d;border-left:1.5px solid #6bbad44d;bottom:20px;left:20px}.hero__corner--br[data-astro-cid-ge2uvauf]{border-bottom:1.5px solid #6bbad44d;border-right:1.5px solid #6bbad44d;bottom:20px;right:20px}.hero__compass[data-astro-cid-ge2uvauf]{color:#6bbad42e;z-index:2;width:120px;height:120px;animation:50s linear infinite compassSpin;position:absolute;top:8%;right:4%}@keyframes compassSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hero__compass[data-astro-cid-ge2uvauf]{animation:none}}.hero__inner[data-astro-cid-ge2uvauf]{z-index:2;width:100%;padding:0 var(--space-md);position:relative}.hero__inner--home[data-astro-cid-ge2uvauf]{align-items:center;gap:var(--space-2xl);padding-top:var(--space-3xl);padding-bottom:var(--space-3xl);grid-template-columns:1fr auto;display:grid}.hero__inner--page[data-astro-cid-ge2uvauf]{padding-top:var(--space-2xl);display:block}.hero__content[data-astro-cid-ge2uvauf]{gap:var(--space-md);flex-direction:column;max-width:720px;display:flex}.hero__eyebrow[data-astro-cid-ge2uvauf]{color:var(--north-cyan);letter-spacing:.2em;opacity:.9;font-size:.7rem}.hero__headline[data-astro-cid-ge2uvauf]{color:var(--north-white);letter-spacing:-.06em;text-shadow:0 2px 40px #05070a80;font-size:clamp(3.4rem,7.5vw,8.8rem);font-weight:900;line-height:.87}.hero--page[data-astro-cid-ge2uvauf] .hero__headline[data-astro-cid-ge2uvauf]{font-size:clamp(2.4rem,5.5vw,6.5rem);line-height:.9}.hero__subheading[data-astro-cid-ge2uvauf]{color:#c8d2d9e6;max-width:520px;font-size:clamp(1rem,1.4vw,1.175rem);line-height:1.7}.hero__ctas[data-astro-cid-ge2uvauf]{gap:var(--space-sm);margin-top:var(--space-xs);flex-wrap:wrap;align-items:center;display:flex}.hero__cta-primary[data-astro-cid-ge2uvauf]{background:var(--north-white);color:var(--north-charcoal);border-color:var(--north-white);font-weight:700}.hero__cta-primary[data-astro-cid-ge2uvauf]:hover{background:var(--north-ice-blue);border-color:var(--north-ice-blue);color:var(--north-deep-blue);transform:translateY(-1px)}.hero__cta-secondary[data-astro-cid-ge2uvauf]{color:#c8d2d9d9;background:0 0;border:1.5px solid #c8d2d94d}.hero__cta-secondary[data-astro-cid-ge2uvauf]:hover{color:var(--north-white);background:#ffffff14;border-color:#6bbad480}.hero__tags[data-astro-cid-ge2uvauf]{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.625rem;display:flex}.hero__tag[data-astro-cid-ge2uvauf]{-webkit-backdrop-filter:blur(8px);color:var(--north-silver);letter-spacing:.14em;white-space:nowrap;opacity:0;animation:.5s forwards tagReveal;animation-delay:calc(.4s + var(--ti) * 80ms);background:#0f151cbf;border:1px solid #6bbad433;border-radius:2px;align-items:center;padding:.35rem .75rem;font-size:.6rem;display:inline-flex;transform:translate(12px)}.hero__tag[data-astro-cid-ge2uvauf]:before{content:"";background:var(--north-cyan);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:.5rem;display:inline-block}@keyframes tagReveal{to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.hero__tag[data-astro-cid-ge2uvauf]{opacity:1;animation:none;transform:none}}.hero__scroll-hint[data-astro-cid-ge2uvauf]{bottom:var(--space-lg);z-index:2;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero__scroll-line[data-astro-cid-ge2uvauf]{background:linear-gradient(#6bbad499,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}@media (prefers-reduced-motion:reduce){.hero__scroll-hint[data-astro-cid-ge2uvauf]{display:none}}.hero__scroll-label[data-astro-cid-ge2uvauf]{color:#6bbad480;letter-spacing:.22em;font-size:.58rem}.hero__page-label[data-astro-cid-ge2uvauf]{z-index:2;padding:0 var(--space-md) var(--space-md);position:relative}.hero__page-label[data-astro-cid-ge2uvauf] .photo-label[data-astro-cid-ge2uvauf]{color:#6bbad466;letter-spacing:.18em;font-size:.62rem}@media (width<=1024px){.hero__inner--home[data-astro-cid-ge2uvauf]{grid-template-columns:1fr}.hero__tags[data-astro-cid-ge2uvauf]{flex-flow:wrap}}@media (width<=768px){.hero--home[data-astro-cid-ge2uvauf]{min-height:85vh}.hero__inner--home[data-astro-cid-ge2uvauf]{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.hero__compass[data-astro-cid-ge2uvauf]{display:none}.hero__ctas[data-astro-cid-ge2uvauf]{flex-direction:column;align-items:flex-start}.hero__cta-primary[data-astro-cid-ge2uvauf],.hero__cta-secondary[data-astro-cid-ge2uvauf]{justify-content:center;width:100%}}.frame-divider[data-astro-cid-nedpqg7x]{align-items:center;gap:var(--space-sm);width:100%;padding:.25rem 0;display:flex}.frame-divider__line[data-astro-cid-nedpqg7x]{flex:1;height:1px}.frame-divider--light[data-astro-cid-nedpqg7x] .frame-divider__line[data-astro-cid-nedpqg7x]{background:var(--north-line)}.frame-divider--dark[data-astro-cid-nedpqg7x] .frame-divider__line[data-astro-cid-nedpqg7x]{background:var(--north-dark-line)}.frame-divider--slate[data-astro-cid-nedpqg7x] .frame-divider__line[data-astro-cid-nedpqg7x]{background:var(--north-slate-line)}.frame-divider__label[data-astro-cid-nedpqg7x]{color:var(--north-steel);white-space:nowrap;flex-shrink:0}.frame-divider--dark[data-astro-cid-nedpqg7x] .frame-divider__label[data-astro-cid-nedpqg7x]{color:var(--north-muted)}.frame-divider--slate[data-astro-cid-nedpqg7x] .frame-divider__label[data-astro-cid-nedpqg7x]{color:var(--north-slate)}.frame-divider__compass[data-astro-cid-nedpqg7x]{color:var(--north-steel);flex-shrink:0;align-items:center;display:flex}.frame-divider--dark[data-astro-cid-nedpqg7x] .frame-divider__compass[data-astro-cid-nedpqg7x]{color:var(--north-muted)}.frame-divider--slate[data-astro-cid-nedpqg7x] .frame-divider__compass[data-astro-cid-nedpqg7x]{color:var(--north-slate)}
