:root{--color-navy:#2b303a;--color-orange:#f28f1c;--color-bg:#faf9f6;--color-bg-dark:#181b21;--color-text:var(--color-navy);--color-text-secondary:#5b6070;--color-text-tertiary:#3e434f;--color-label:#6b7080;--color-orange-text:#a65e0a;--color-orange-text-large:#c06c0b;--color-text-on-dark:#fff;--color-text-on-dark-muted:#ffffff8c;--color-text-on-dark-subtle:#fff9;--color-text-on-navy:#fff;--color-border:#2b303a2e;--color-border-strong:#2b303a47;--color-border-subtle:#2b303a14;--color-border-on-dark:#ffffff4d;--color-focus-ring:#0b5fff;--font-heading:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-body:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--space-1:4px;--space-2:6px;--space-3:8px;--space-4:10px;--space-5:12px;--space-6:14px;--space-7:16px;--space-8:20px;--space-9:22px;--space-10:24px;--space-11:28px;--space-12:32px;--space-13:36px;--space-14:40px;--space-15:44px;--space-16:48px;--space-17:56px;--space-18:64px;--space-19:76px;--space-20:80px;--space-21:86px;--space-22:90px;--radius-pill:999px;--radius-photo:4px;--radius-circle:50%;--hexagon-clip:polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0% 50%);--shadow-cta-glow:0 0 0 5px #f28f1c29;--content-max-width:1400px;--content-padding-x:32px;--motion-duration:.18s;--reveal-duration:.76s;--reveal-ease:cubic-bezier(.16, 1, .3, 1);--reveal-ease-overshoot:cubic-bezier(.34, 1.56, .64, 1);--reveal-stagger-step:70ms;--reveal-distance:32px;--a11y-widget-size:52px;--a11y-widget-offset:var(--space-8);--a11y-widget-clearance:96px}@media (width<=640px){:root{--content-padding-x:20px}}*,:before,:after{box-sizing:border-box}html{background:var(--color-bg)}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);margin:0;font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit}button{color:inherit;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-heading);margin:0}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px;border-radius:2px}.skip-link{top:-48px;left:var(--space-5);z-index:100;background:var(--color-orange);color:var(--color-navy);padding:var(--space-4) var(--space-7);border-radius:var(--space-3);transition:top var(--motion-duration) ease;font-size:14px;font-weight:700;position:fixed}.skip-link:focus-visible{top:var(--space-5)}#page-wrapper{background:var(--color-bg);min-height:100vh}html[data-font-step="1"] #page-wrapper{zoom:1.14}html[data-font-step="2"] #page-wrapper{zoom:1.28}html[data-contrast=true] #page-wrapper{filter:invert()hue-rotate(180deg)}html[data-grayscale=true] #page-wrapper{filter:grayscale()}html[data-contrast=true][data-grayscale=true] #page-wrapper{filter:invert()hue-rotate(180deg)grayscale()}html[data-underline=true] .underline-toggle-target{text-decoration:underline!important}html[data-reduce-motion=true] *,html[data-reduce-motion=true] :before,html[data-reduce-motion=true] :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@keyframes blink{50%{opacity:0}}@media (prefers-reduced-motion:no-preference){html:not([data-reduce-motion=true]) [data-reveal]{transition:opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease), clip-path var(--reveal-duration) var(--reveal-ease);transition-delay:calc(var(--reveal-i,0) * var(--reveal-stagger-step));will-change:opacity, transform, clip-path}html:not([data-reduce-motion=true]) [data-reveal=up]{opacity:0;transform:translateY(var(--reveal-distance))}html:not([data-reduce-motion=true]) [data-reveal=left]{opacity:0;transform:translateX(calc(var(--reveal-distance) * -1))}html:not([data-reduce-motion=true]) [data-reveal=right]{opacity:0;transform:translateX(var(--reveal-distance))}html:not([data-reduce-motion=true]) [data-reveal=scale]{opacity:0;transform:scale(.92)}html:not([data-reduce-motion=true]) [data-reveal]>.reveal-clip{transition:clip-path var(--reveal-duration) var(--reveal-ease);transition-delay:calc(var(--reveal-i,0) * var(--reveal-stagger-step));display:inline-block}html:not([data-reduce-motion=true]) [data-reveal=wipe-from-left]>.reveal-clip{clip-path:inset(0 100% 0 0)}html:not([data-reduce-motion=true]) [data-reveal=wipe-from-right]>.reveal-clip{clip-path:inset(0 0 0 100%)}html:not([data-reduce-motion=true]) [data-reveal].is-revealed>.reveal-clip{clip-path:inset(0)}html:not([data-reduce-motion=true]) [data-reveal].is-revealed{opacity:1;transform:none}html:not([data-reduce-motion=true]) [data-reveal=scale].is-revealed{transition-timing-function:var(--reveal-ease-overshoot)}@supports (animation-timeline:scroll()){html:not([data-reduce-motion=true]) [data-scroll-spin]{animation-name:reveal-spin;animation-timing-function:linear;animation-iteration-count:8;animation-fill-mode:both;animation-timeline:scroll(root)}html:not([data-reduce-motion=true]) [data-scroll-progress]{animation:linear both reveal-progress scroll(root)}}@supports (animation-timeline:view()){html:not([data-reduce-motion=true]) [data-scroll-zoom]{animation:linear both reveal-zoom view();animation-range:cover}html:not([data-reduce-motion=true]) [data-scroll-drift]{animation:linear both reveal-drift view();animation-range:cover}}html:not([data-reduce-motion=true]) [data-load-reveal]{animation:reveal-load-in var(--reveal-duration) var(--reveal-ease) both;animation-delay:calc(var(--reveal-i,0) * var(--reveal-stagger-step))}}@keyframes reveal-spin{to{transform:rotate(360deg)}}@keyframes reveal-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes reveal-zoom{0%{transform:scale(1)}to{transform:scale(var(--zoom-scale,1.12))}}@keyframes reveal-drift{0%{background-position:0 0}to{background-position:var(--drift-x,0) var(--drift-y,48px)}}@keyframes reveal-load-in{0%{opacity:0;transform:translateY(var(--reveal-distance))}to{opacity:1;transform:none}}.scroll-progress[data-astro-cid-z4jru4n3]{background:var(--color-orange);transform-origin:0;z-index:200;pointer-events:none;width:100%;height:3px;position:fixed;top:0;left:0;transform:scaleX(0)}.a11y-widget[data-astro-cid-nbcnvamp]{left:var(--a11y-widget-offset);bottom:var(--a11y-widget-offset);z-index:80;position:fixed}.a11y-widget__fab[data-astro-cid-nbcnvamp]{width:var(--a11y-widget-size);height:var(--a11y-widget-size);background:var(--color-navy);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:flex;box-shadow:0 4px 16px #2b303a47}.a11y-widget__fab[data-astro-cid-nbcnvamp][aria-expanded=true]{background:var(--color-orange);color:var(--color-navy)}.a11y-widget__panel[data-astro-cid-nbcnvamp][hidden]{display:none}.a11y-widget__panel[data-astro-cid-nbcnvamp]{left:0;bottom:calc(100% + var(--space-4));gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--space-5);padding:var(--space-7);background:#fff;flex-direction:column;width:220px;display:flex;position:absolute;box-shadow:0 12px 32px #2b303a2e}.a11y-widget__panel-label[data-astro-cid-nbcnvamp]{letter-spacing:.06em;text-transform:uppercase;color:var(--color-label);font-size:11px;font-weight:600}.a11y-widget__font-row[data-astro-cid-nbcnvamp]{gap:var(--space-2);display:flex}.a11y-widget__panel[data-astro-cid-nbcnvamp] button[data-astro-cid-nbcnvamp]{border-radius:var(--space-3);background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;padding:8px 12px;font-size:13px;font-weight:600}.a11y-widget__font-row[data-astro-cid-nbcnvamp] button[data-astro-cid-nbcnvamp]{flex:1;padding:8px 0}.a11y-widget__panel[data-astro-cid-nbcnvamp] button[data-astro-cid-nbcnvamp][aria-pressed=true]{background:var(--color-orange);border-color:var(--color-orange);color:var(--color-navy)}.nav-overlay[data-astro-cid-nlh2zxir]{background:var(--color-bg-dark);z-index:50;position:fixed;inset:0;overflow-y:auto}.nav-overlay__inner[data-astro-cid-nlh2zxir]{max-width:var(--content-max-width);padding:26px var(--content-padding-x);margin:0 auto}.nav-overlay__top[data-astro-cid-nlh2zxir]{justify-content:space-between;align-items:center;display:flex}.nav-overlay__close[data-astro-cid-nlh2zxir]{border:1.5px solid var(--color-border-on-dark);color:#fff;cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;display:flex}.nav-overlay__nav[data-astro-cid-nlh2zxir]{gap:var(--space-16);padding-bottom:var(--space-16);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:60px;display:grid}.nav-overlay__group-link[data-astro-cid-nlh2zxir]{font-family:var(--font-heading);text-transform:uppercase;color:#fff;margin-bottom:var(--space-6);font-size:22px;font-weight:500;text-decoration:none;display:block}.nav-overlay__child-link[data-astro-cid-nlh2zxir]{color:var(--color-text-on-dark-subtle);padding:6px 0;font-size:14.5px;text-decoration:none;display:block}.nav-overlay__group-link[data-astro-cid-nlh2zxir]:hover,.nav-overlay__group-link[data-astro-cid-nlh2zxir]:focus-visible,.nav-overlay__child-link[data-astro-cid-nlh2zxir]:hover,.nav-overlay__child-link[data-astro-cid-nlh2zxir]:focus-visible{color:var(--color-orange);text-decoration:underline}.placeholder-photo[data-astro-cid-crimvdee]{border-radius:var(--radius-photo);position:relative}img[data-astro-cid-crimvdee].placeholder-photo{object-fit:cover;width:100%;height:100%;display:block}.hexagon[data-astro-cid-73u2vilt]{clip-path:var(--hexagon-clip);flex:none;display:inline-block}.hero[data-astro-cid-nen7h5rs]{background:repeating-linear-gradient(0deg, #2b303a0f 0px, #2b303a0f 1px, transparent 1px, transparent 40px), repeating-linear-gradient(90deg, #2b303a0f 0px, #2b303a0f 1px, transparent 1px, transparent 40px), var(--color-bg);position:relative;overflow:hidden}.hero__topbar[data-astro-cid-nen7h5rs]{max-width:var(--content-max-width);padding:26px var(--content-padding-x) 0;z-index:2;justify-content:space-between;align-items:center;gap:var(--space-8);flex-wrap:wrap;margin:0 auto;display:flex;position:relative}.hero__topbar-left[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-4);display:flex}.hero__topbar-right[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.icon-btn[data-astro-cid-nen7h5rs]{border:1.5px solid var(--color-border-strong);width:42px;height:42px;color:var(--color-navy);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:600;text-decoration:none;display:flex}a[data-astro-cid-nen7h5rs].icon-btn{letter-spacing:.02em;font-size:12px}.pill[data-astro-cid-nen7h5rs]{border-radius:var(--radius-pill);white-space:nowrap;padding:10px 18px;font-size:13px;font-weight:600;text-decoration:none}.pill--solid[data-astro-cid-nen7h5rs]{background:var(--color-orange);color:var(--color-navy)}.pill--outline[data-astro-cid-nen7h5rs]{border:1.5px solid var(--color-border-strong);color:var(--color-text)}.hero__content[data-astro-cid-nen7h5rs]{max-width:var(--content-max-width);padding:var(--space-18) var(--content-padding-x) 0;z-index:1;margin:0 auto;position:relative}.hero__title[data-astro-cid-nen7h5rs]{text-transform:uppercase;letter-spacing:-.01em;color:var(--color-text);font-size:clamp(38px,6.2vw,88px);font-weight:500;line-height:1}.accent-large[data-astro-cid-nen7h5rs]{color:var(--color-orange-text-large)}.hero__cta-row[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-8);margin-top:var(--space-13);flex-wrap:wrap;display:flex}.btn-primary[data-astro-cid-nen7h5rs]{background:var(--color-orange);color:var(--color-navy);border-radius:var(--radius-pill);box-shadow:var(--shadow-cta-glow);align-items:center;gap:9px;padding:15px 26px 15px 20px;font-size:14.5px;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary[data-astro-cid-nen7h5rs] .dot[data-astro-cid-nen7h5rs]{background:var(--color-navy);border-radius:50%;width:7px;height:7px;display:inline-block}.hero__media[data-astro-cid-nen7h5rs]{gap:var(--space-14);margin-top:var(--space-17);grid-template-columns:1.3fr 1fr;align-items:start;display:grid}.hero__media-zoom-wrap[data-astro-cid-nen7h5rs]{border-radius:var(--radius-photo);overflow:hidden}.hero__media-labels[data-astro-cid-nen7h5rs]{gap:var(--space-12);margin-top:var(--space-7);flex-wrap:wrap;display:flex}.hero__media-label[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-3);display:flex}.rule[data-astro-cid-nen7h5rs]{background:var(--color-border-strong);width:18px;height:1px}.mono-label[data-astro-cid-nen7h5rs]{font-family:var(--font-mono);color:var(--color-label);font-size:11.5px}.hero__watch-row[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-4);margin-bottom:var(--space-7);display:flex}.hero__thumbs[data-astro-cid-nen7h5rs]{display:inline-flex}.hero__thumbs[data-astro-cid-nen7h5rs] .hero__thumb{border:2px solid var(--color-bg);border-radius:50%;flex:none;width:30px;height:30px;margin-left:-8px}.circle-arrow[data-astro-cid-nen7h5rs]{background:var(--color-orange);width:34px;height:34px;color:var(--color-navy);border-radius:50%;justify-content:center;align-items:center;font-size:14px;text-decoration:none;display:flex}.hero__watch-label[data-astro-cid-nen7h5rs]{color:var(--color-text-secondary);margin:0 0 var(--space-9);max-width:260px;font-size:14px}.hero__footer-row[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:var(--space-8);padding:var(--space-14) 0 var(--space-16);flex-wrap:wrap;display:flex}.hero__sub[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-7);max-width:460px;display:flex}.hero__sub[data-astro-cid-nen7h5rs] p[data-astro-cid-nen7h5rs]{color:var(--color-text-secondary);margin:0;font-size:13.5px;line-height:1.6}.about[data-astro-cid-lx6rp2ia]{max-width:var(--content-max-width);padding:var(--space-21) var(--content-padding-x) var(--space-19);margin:0 auto}.about__head[data-astro-cid-lx6rp2ia]{gap:var(--space-10);grid-template-columns:auto 1fr;align-items:start;display:grid}.pill-outline[data-astro-cid-lx6rp2ia]{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);border:1.5px solid var(--color-border-strong);color:var(--color-text);align-items:center;gap:7px;padding:7px 15px;font-size:12px;font-weight:600;display:inline-flex}.about__badge-label[data-astro-cid-lx6rp2ia]{text-align:right;display:block}.about__title[data-astro-cid-lx6rp2ia]{text-transform:uppercase;letter-spacing:-.01em;margin-top:var(--space-10);text-align:right;font-size:clamp(30px,4.6vw,58px);font-weight:500;line-height:1.04}.accent-large[data-astro-cid-lx6rp2ia]{color:var(--color-orange-text-large)}.hex-reveal-wrap[data-astro-cid-lx6rp2ia]{display:inline-block}.about__body[data-astro-cid-lx6rp2ia]{gap:var(--space-13);margin-top:var(--space-15);grid-template-columns:auto 1fr 1fr;align-items:start;display:grid}.about__body[data-astro-cid-lx6rp2ia] p[data-astro-cid-lx6rp2ia]{color:var(--color-text-tertiary);margin:0;font-size:15.5px;line-height:1.7}.about__footer[data-astro-cid-lx6rp2ia]{margin-top:var(--space-13);justify-content:space-between;align-items:flex-end;gap:var(--space-10);flex-wrap:wrap;display:flex}.about__tags[data-astro-cid-lx6rp2ia]{gap:var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.about__tags[data-astro-cid-lx6rp2ia] li[data-astro-cid-lx6rp2ia]{color:var(--color-text-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:7px 15px;font-size:13px;font-weight:500}@media (width<=900px){.about__head[data-astro-cid-lx6rp2ia],.about__body[data-astro-cid-lx6rp2ia]{grid-template-columns:1fr}.about__title[data-astro-cid-lx6rp2ia],.about__badge-label[data-astro-cid-lx6rp2ia]{text-align:left}}[data-astro-cid-2ewsvydr][data-zone-content]{display:none}[data-astro-cid-2ewsvydr][data-active-zone=gotovi] [data-astro-cid-2ewsvydr][data-zone-content=gotovi],[data-astro-cid-2ewsvydr][data-active-zone=startup] [data-astro-cid-2ewsvydr][data-zone-content=startup]{display:block}.zones[data-astro-cid-2ewsvydr]{background:var(--color-bg-dark);color:#fff;padding:var(--space-20) var(--content-padding-x)}.zones__inner[data-astro-cid-2ewsvydr]{max-width:var(--content-max-width);margin:0 auto}.zones__head[data-astro-cid-2ewsvydr]{justify-content:space-between;align-items:center;gap:var(--space-8);flex-wrap:wrap;display:flex}.pill-outline--dark[data-astro-cid-2ewsvydr]{border-color:var(--color-border-on-dark);color:#fff}.toggle-track[data-astro-cid-2ewsvydr]{border-radius:var(--radius-pill);border:1.5px solid var(--color-border-on-dark);box-sizing:border-box;align-items:center;width:46px;height:24px;padding:3px;display:flex}.toggle-thumb[data-astro-cid-2ewsvydr]{background:var(--color-orange);border-radius:50%;width:16px;height:16px;margin-left:auto}.zones__title[data-astro-cid-2ewsvydr]{text-transform:uppercase;letter-spacing:-.01em;margin:var(--space-10) 0 var(--space-13);font-size:clamp(30px,4.6vw,54px);font-weight:500;line-height:1.04}.accent[data-astro-cid-2ewsvydr]{color:var(--color-orange)}.zones__selector[data-astro-cid-2ewsvydr]{align-items:center;gap:var(--space-6);margin-bottom:var(--space-13);flex-wrap:wrap;display:flex}.zone-pill[data-astro-cid-2ewsvydr]{border-radius:var(--radius-pill);cursor:pointer;color:#fff;background:#ffffff1a;border:none;padding:10px 18px;font-size:13px;font-weight:600}.zone-pill[data-astro-cid-2ewsvydr][aria-pressed=true]{background:var(--color-orange);color:var(--color-navy)}.mono-label[data-astro-cid-2ewsvydr]{font-family:var(--font-mono);color:var(--color-label);font-size:11.5px}.mono-label--dark[data-astro-cid-2ewsvydr]{color:var(--color-text-on-dark-muted)}.zones__media[data-astro-cid-2ewsvydr]{gap:var(--space-11);grid-template-columns:1.2fr 1fr;display:grid}.zone-panel-wrap[data-astro-cid-2ewsvydr]{display:none;position:relative}[data-astro-cid-2ewsvydr][data-active-zone=gotovi] .zone-panel-wrap[data-astro-cid-2ewsvydr][data-zone-content=gotovi],[data-astro-cid-2ewsvydr][data-active-zone=startup] .zone-panel-wrap[data-astro-cid-2ewsvydr][data-zone-content=startup]{display:block}.zones__desc[data-astro-cid-2ewsvydr]{color:#fff;max-width:300px;margin:0;font-size:14.5px;line-height:1.55;position:absolute;bottom:22px;left:22px}.zone-arrow-btn[data-astro-cid-2ewsvydr]{width:34px;height:34px;color:var(--color-navy);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:absolute;top:16px;right:16px}.zones__media-main[data-astro-cid-2ewsvydr],.zones__media-side[data-astro-cid-2ewsvydr]{position:relative}.zone-panel--side[data-astro-cid-2ewsvydr]{display:none}[data-astro-cid-2ewsvydr][data-active-zone=gotovi] .zone-panel--side[data-astro-cid-2ewsvydr][data-zone-content=gotovi],[data-astro-cid-2ewsvydr][data-active-zone=startup] .zone-panel--side[data-astro-cid-2ewsvydr][data-zone-content=startup]{display:block}.plus-icon[data-astro-cid-2ewsvydr]{border:1.5px solid var(--color-border-on-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;position:absolute;top:14px;right:14px}.zones__foot[data-astro-cid-2ewsvydr]{margin-top:var(--space-14);justify-content:space-between;align-items:center;gap:var(--space-8);flex-wrap:wrap;display:flex}.zones__intro[data-astro-cid-2ewsvydr]{color:var(--color-text-on-dark-muted);max-width:420px;margin:0;font-size:14px}.zones__hex-row[data-astro-cid-2ewsvydr]{align-items:center;gap:var(--space-3);display:flex}.zones__hex-row[data-astro-cid-2ewsvydr] [data-astro-cid-2ewsvydr][data-zone-content]{display:none}[data-astro-cid-2ewsvydr][data-active-zone=gotovi] .zones__hex-row[data-astro-cid-2ewsvydr] [data-astro-cid-2ewsvydr][data-zone-content=gotovi],[data-astro-cid-2ewsvydr][data-active-zone=startup] .zones__hex-row[data-astro-cid-2ewsvydr] [data-astro-cid-2ewsvydr][data-zone-content=startup]{display:inline}.stat-bar[data-astro-cid-2ewsvydr]{border-bottom:1px solid var(--color-border-subtle);background:#fff}.stat-bar__inner[data-astro-cid-2ewsvydr]{max-width:var(--content-max-width);padding:var(--space-11) var(--content-padding-x);gap:var(--space-10);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.stat-bar__label[data-astro-cid-2ewsvydr]{font-family:var(--font-mono);color:var(--color-label);letter-spacing:.05em;margin-bottom:var(--space-2);text-transform:uppercase;font-size:11px}.stat-bar__value[data-astro-cid-2ewsvydr]{color:var(--color-text);font-size:14px;font-weight:500;line-height:1.4}@media (width<=780px){.zones__media[data-astro-cid-2ewsvydr]{grid-template-columns:1fr}.stat-bar__inner[data-astro-cid-2ewsvydr]{gap:var(--space-8);grid-template-columns:1fr}}.offer[data-astro-cid-7lh7v7j2]{max-width:var(--content-max-width);padding:var(--space-20) var(--content-padding-x);margin:0 auto}.offer__head[data-astro-cid-7lh7v7j2]{justify-content:space-between;align-items:center;gap:var(--space-7);flex-wrap:wrap;display:flex}.offer__pills[data-astro-cid-7lh7v7j2]{gap:var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.pill-thin[data-astro-cid-7lh7v7j2]{border-radius:var(--radius-pill);border:1px solid var(--color-border);color:var(--color-text-secondary);padding:8px 14px;font-size:12.5px;font-weight:500}.btn-orange[data-astro-cid-7lh7v7j2]{background:var(--color-orange);color:var(--color-navy);border-radius:var(--radius-pill);align-items:center;gap:9px;padding:12px 20px 12px 16px;font-size:13.5px;font-weight:700;text-decoration:none;display:inline-flex}.btn-orange[data-astro-cid-7lh7v7j2] .dot[data-astro-cid-7lh7v7j2]{background:var(--color-navy);border-radius:50%;width:7px;height:7px}.offer__title[data-astro-cid-7lh7v7j2]{text-transform:uppercase;letter-spacing:-.01em;margin-top:var(--space-11);font-size:clamp(30px,4.6vw,58px);font-weight:500;line-height:1.04}.accent[data-astro-cid-7lh7v7j2]{color:var(--color-orange-text-large)}.offer__media[data-astro-cid-7lh7v7j2]{margin-top:var(--space-16);position:relative}.offer__callouts[data-astro-cid-7lh7v7j2]{margin:0;padding:0;list-style:none}.offer__callout[data-astro-cid-7lh7v7j2]{align-items:center;gap:var(--space-3);border-radius:var(--radius-pill);background:#faf9f6d9;padding:2px 8px 2px 2px;display:flex;position:absolute}.offer__dot[data-astro-cid-7lh7v7j2]{border-radius:50%;width:7px;height:7px;display:inline-block}.offer__line[data-astro-cid-7lh7v7j2]{background:var(--color-border-strong);width:26px;height:1px;display:inline-block}.mono-label[data-astro-cid-7lh7v7j2]{font-family:var(--font-mono);color:var(--color-label);font-size:11.5px}@media (prefers-reduced-motion:no-preference){html:not([data-reduce-motion=true]) .offer__callout[data-astro-cid-7lh7v7j2][data-reveal=line] .offer__line[data-astro-cid-7lh7v7j2]{transform-origin:0;transition:transform var(--reveal-duration) var(--reveal-ease);transition-delay:calc(var(--reveal-i,0) * var(--reveal-stagger-step));transform:scaleX(0)}html:not([data-reduce-motion=true]) .offer__callout[data-astro-cid-7lh7v7j2][data-reveal=line] .offer__dot[data-astro-cid-7lh7v7j2],html:not([data-reduce-motion=true]) .offer__callout[data-astro-cid-7lh7v7j2][data-reveal=line] .mono-label[data-astro-cid-7lh7v7j2]{opacity:0;transition:opacity var(--reveal-duration) var(--reveal-ease);transition-delay:calc(var(--reveal-i,0) * var(--reveal-stagger-step))}html:not([data-reduce-motion=true]) .offer__callout[data-astro-cid-7lh7v7j2][data-reveal=line].is-revealed .offer__line[data-astro-cid-7lh7v7j2]{transform:scaleX(1)}html:not([data-reduce-motion=true]) .offer__callout[data-astro-cid-7lh7v7j2][data-reveal=line].is-revealed .offer__dot[data-astro-cid-7lh7v7j2],html:not([data-reduce-motion=true]) .offer__callout[data-astro-cid-7lh7v7j2][data-reveal=line].is-revealed .mono-label[data-astro-cid-7lh7v7j2]{opacity:1}}@media (width<=640px){.offer__callout[data-astro-cid-7lh7v7j2]{background:0 0;padding:2px 0;position:static}}.billboard-section[data-astro-cid-vmgccs7b]{max-width:var(--content-max-width);padding:0 var(--content-padding-x) var(--space-22);margin:0 auto}.billboard-link[data-astro-cid-vmgccs7b]{border-radius:var(--radius-photo);display:block;position:relative;overflow:hidden}.billboard-arrow[data-astro-cid-vmgccs7b]{bottom:var(--space-8);right:var(--space-8);width:46px;height:46px;color:var(--color-navy);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute}.billboard-link[data-astro-cid-vmgccs7b]:focus-visible .billboard-arrow[data-astro-cid-vmgccs7b]{outline:3px solid var(--color-focus-ring);outline-offset:2px}.closing[data-astro-cid-ta265zl4]{border-top:1px solid var(--color-border-subtle);background:#fff;padding:0}.closing__head[data-astro-cid-ta265zl4]{max-width:var(--content-max-width);padding:0 var(--content-padding-x) 100px;justify-content:space-between;align-items:flex-end;gap:var(--space-8);flex-wrap:wrap;margin:0 auto;display:flex}.closing__wordmark[data-astro-cid-ta265zl4]{text-transform:uppercase;letter-spacing:-.01em;font-size:clamp(48px,9vw,140px);font-weight:500;line-height:.9}.closing__wordmark[data-astro-cid-ta265zl4] sup[data-astro-cid-ta265zl4]{font-size:.35em;top:-.6em}.closing__blurb[data-astro-cid-ta265zl4]{text-align:right;max-width:320px}.pill-outline[data-astro-cid-ta265zl4]{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);border:1.5px solid var(--color-border-strong);color:var(--color-text);align-items:center;gap:7px;padding:7px 15px;font-size:12px;font-weight:600;display:inline-flex}.closing__blurb[data-astro-cid-ta265zl4] p[data-astro-cid-ta265zl4]{color:var(--color-text-secondary);margin:var(--space-6) 0 0;font-size:13.5px;line-height:1.6}.closing__footer-nav[data-astro-cid-ta265zl4]{border-top:1px solid var(--color-border-subtle);padding:var(--space-9) var(--content-padding-x);max-width:var(--content-max-width);gap:var(--space-11);flex-wrap:wrap;justify-content:space-between;margin:0 auto;display:flex}.closing__footer-nav[data-astro-cid-ta265zl4] a[data-astro-cid-ta265zl4]{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-secondary);font-size:12.5px;font-weight:600;text-decoration:none}.closing__footer-nav[data-astro-cid-ta265zl4] a[data-astro-cid-ta265zl4]:hover,.closing__footer-nav[data-astro-cid-ta265zl4] a[data-astro-cid-ta265zl4]:focus-visible{color:var(--color-orange-text);text-decoration:underline}@media (width<=700px){.closing__blurb[data-astro-cid-ta265zl4]{text-align:left}}.site-footer[data-astro-cid-nns7i3if]{padding:var(--space-17) var(--content-padding-x) var(--a11y-widget-clearance);background:#fff}.site-footer__inner[data-astro-cid-nns7i3if]{max-width:var(--content-max-width);margin:0 auto}.site-footer__top[data-astro-cid-nns7i3if]{gap:var(--space-16);padding-bottom:var(--space-14);border-bottom:1px solid var(--color-border-subtle);grid-template-columns:1.3fr 1fr 1fr;display:grid}.site-footer__desc[data-astro-cid-nns7i3if]{color:var(--color-text-secondary);max-width:340px;margin:var(--space-7) 0 0;font-size:14px;line-height:1.6}.site-footer__social[data-astro-cid-nns7i3if]{gap:var(--space-4);margin-top:var(--space-8);padding:0;list-style:none;display:flex}.social-icon[data-astro-cid-nns7i3if]{background:var(--color-navy);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:11.5px;font-weight:700;text-decoration:none;display:flex}.site-footer__top[data-astro-cid-nns7i3if] h4[data-astro-cid-nns7i3if]{margin:0 0 var(--space-6);color:var(--color-text);font-size:15px;font-weight:600}.site-footer__top[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if]{color:var(--color-text-tertiary);margin:0 0 var(--space-2);font-size:14px;line-height:1.7}.site-footer__top[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:inherit;text-decoration:none}.site-footer__top[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover,.site-footer__top[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:focus-visible{color:var(--color-orange-text);text-decoration:underline}.site-footer__map-wrap[data-astro-cid-nns7i3if]{justify-content:center;align-items:center;min-height:140px;display:flex;position:relative}.site-footer__map-wrap[data-astro-cid-nns7i3if] .site-footer__map{border-radius:var(--radius-photo);position:absolute;inset:0}.site-footer__map-label[data-astro-cid-nns7i3if]{font-family:var(--font-mono);color:#3e5f73;background:#ffffffb3;border-radius:6px;padding:4px 10px;font-size:11px;position:relative}.site-footer__bottom[data-astro-cid-nns7i3if]{justify-content:space-between;gap:var(--space-5);padding-top:var(--space-9);color:var(--color-text-secondary);flex-wrap:wrap;font-size:13px;display:flex}.site-footer__legal[data-astro-cid-nns7i3if]{gap:var(--space-8);flex-wrap:wrap;display:flex}.site-footer__legal[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:var(--color-text-secondary);font-size:13px;text-decoration:none}.site-footer__legal[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover,.site-footer__legal[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:focus-visible{color:var(--color-orange-text);text-decoration:underline}@media (width<=900px){.site-footer__top[data-astro-cid-nns7i3if]{grid-template-columns:1fr}}
