.site-header{position:sticky;top:0;z-index:40;background:var(--color-header-bg);border-bottom:1px solid var(--color-header-border);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);transition:background-color .35s ease,box-shadow .35s ease,border-color .25s ease}.site-header--raised{background:var(--color-header-bg-scrolled, var(--color-header-bg));box-shadow:var(--color-header-shadow-raised, var(--color-header-shadow, none))}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:4.25rem;flex-wrap:wrap;transition:min-height .3s ease}.site-header--raised .site-header__inner{min-height:3.65rem}.site-header__brand{display:inline-flex;align-items:center;gap:var(--space-3);font-family:var(--font-display);font-weight:700;font-size:var(--text-lg);color:var(--color-header-nav-active, var(--color-text));text-decoration:none}.site-header__logo{display:block;height:3rem;width:auto;max-width:min(220px,46vw);object-fit:contain;filter:var(--color-header-logo-filter);transition:height .3s ease,filter .3s ease}.site-header--raised .site-header__logo{height:2.55rem}.site-header__brand:hover{color:var(--color-header-nav-active, var(--color-text))}.site-header__nav{display:flex;flex-wrap:wrap;gap:var(--space-1);justify-content:flex-end;row-gap:var(--space-2);align-items:center}.site-header__link{font-size:var(--text-sm);font-weight:600;letter-spacing:.03em;color:var(--color-header-nav, var(--color-text-muted));text-decoration:none;padding:var(--space-2) var(--space-3);border-radius:999px;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.site-header__link:hover{color:var(--color-header-nav-hover, var(--color-text));background-color:var(--color-header-link-hover-bg, transparent)}.site-header__link--active{color:var(--color-header-nav-active, var(--color-text));background-color:var(--color-header-link-active-bg, transparent);box-shadow:var(--color-header-link-active-ring, none)}.site-header__cta{flex-shrink:0;white-space:nowrap;box-shadow:var(--color-header-cta-shadow, var(--shadow-sm))}.site-header__ctas{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);margin-left:auto}.site-header__cta--store{box-shadow:var(--shadow-sm)}.site-header__wordmark{font-family:var(--font-display);font-weight:700;font-size:var(--text-xl);letter-spacing:.04em;text-transform:uppercase;color:var(--color-header-nav-active, var(--color-text))}@media(max-width:900px){.site-header__inner{row-gap:var(--space-3)}.site-header__nav{order:3;width:100%;justify-content:flex-start}}.site-footer{position:relative;margin-top:auto;border-top:1px solid var(--color-footer-border);background:var(--color-footer-bg)}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--color-footer-accent, transparent);pointer-events:none}.site-footer__inner{padding-block:var(--space-8)}.site-footer__grid{display:grid;gap:var(--space-8);grid-template-columns:1fr}@media(min-width:720px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr;align-items:start}}.site-footer__logo{display:block;height:3.25rem;width:auto;max-width:220px;object-fit:contain;margin-bottom:var(--space-4);filter:var(--color-header-logo-filter)}.site-footer__wordmark{margin:0 0 var(--space-4);font-family:var(--font-display);font-weight:700;font-size:var(--text-xl);letter-spacing:.04em;text-transform:uppercase}.site-footer__muted{margin:0 0 var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--leading-relaxed)}.site-footer__nav{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__link{font-size:var(--text-sm);font-weight:600;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.site-footer__link:hover{color:var(--color-text)}.site-footer__social{display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--text-sm);font-weight:600}.site-footer__social a{transition:color .2s ease}.site-footer__copy{margin:var(--space-8) 0 0;font-size:var(--text-sm);color:var(--color-text-muted);max-width:48rem;line-height:var(--leading-relaxed)}.ui-container{width:100%;max-width:72rem;margin-inline:auto;padding-inline:var(--space-4)}.ui-section{padding-block:var(--space-12)}.ui-section--surface{background:var(--color-surface);border-block:1px solid var(--color-border)}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);font:inherit;font-size:var(--text-sm);font-weight:600;line-height:1;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.ui-button:disabled{opacity:.55;cursor:not-allowed}.ui-button--primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.ui-button--primary:hover:not(:disabled){background:var(--color-primary-hover)}.ui-button--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border);box-shadow:var(--shadow-sm)}.ui-button--secondary:hover:not(:disabled){border-color:var(--color-text-muted)}.ui-button--ghost{background:transparent;color:var(--color-text)}.ui-button--ghost:hover:not(:disabled){background:#0f172a0d}.theme-client-example .ui-button--ghost:hover:not(:disabled){background:#94a3b81f}.page-eyebrow{margin:0;font-size:var(--text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.page-title{margin:var(--space-2) 0 var(--space-4);font-family:var(--font-display);font-size:var(--text-3xl);line-height:var(--leading-tight);font-weight:600;letter-spacing:.02em}.page-lede{margin:0;max-width:42rem;font-size:var(--text-lg);color:var(--color-text-muted);line-height:var(--leading-relaxed)}.page-actions{margin-top:var(--space-8);display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.page-section-title{margin:0 0 var(--space-3);font-family:var(--font-display);font-size:var(--text-2xl);font-weight:600;letter-spacing:.02em}.page-prose{margin:0;color:var(--color-text-muted);line-height:var(--leading-relaxed);max-width:48rem}.page-prose--spaced-below{margin-bottom:var(--space-8)}.page-list{margin:var(--space-4) 0 0;padding-left:1.25rem;color:var(--color-text-muted);line-height:var(--leading-relaxed)}.page-list li+li{margin-top:var(--space-2)}.card-grid{display:grid;gap:var(--space-6);grid-template-columns:1fr}@media(min-width:640px){.card-grid--2,.card-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.card-grid--4{grid-template-columns:repeat(4,1fr)}}.info-card{padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 88%,transparent);box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .25s ease,box-shadow .25s ease}.info-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--color-primary) 38%,var(--color-border));box-shadow:var(--shadow-md),var(--glow-ring)}@media(prefers-reduced-motion:reduce){.info-card:hover{transform:none}}.info-card__title{margin:0 0 var(--space-2);font-family:var(--font-display);font-size:var(--text-xl);font-weight:600}.info-card__body{margin:0;font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--leading-relaxed)}.external-link-note{font-size:var(--text-sm);color:var(--color-text-muted);max-width:36rem;margin:var(--space-4) 0 0}.page-plain-list{margin:var(--space-4) 0 0;padding:0;list-style:none;color:var(--color-text-muted);line-height:var(--leading-relaxed)}.page-plain-list li+li{margin-top:var(--space-3)}.show-heading{position:relative;display:inline-block}.show-heading:after{content:"";position:absolute;left:0;bottom:-.4em;width:min(11rem,72%);height:3px;border-radius:2px;background:linear-gradient(90deg,var(--color-primary),color-mix(in srgb,var(--color-primary) 15%,transparent))}.page-mast{position:relative;isolation:isolate;overflow:clip;border-bottom:1px solid var(--color-header-border, var(--color-border))}.page-mast:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-header-border-accent, transparent);z-index:3;opacity:.9;pointer-events:none}.page-mast--editorial{background:var(--color-page-mast-bg)}.page-mast__wrap{position:relative;z-index:1;padding-block:var(--space-16) var(--space-12)}.page-mast__grid{display:grid;gap:var(--space-10);align-items:center;grid-template-columns:1fr}@media(min-width:960px){.page-mast__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.72fr);gap:var(--space-12)}}.page-mast__copy{max-width:40rem}.page-mast__eyebrow{margin:0 0 var(--space-3);padding-left:var(--space-4);border-left:3px solid var(--color-primary);font-size:var(--text-sm);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-page-mast-eyebrow)}.page-mast__title{margin:0 0 var(--space-4);font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:.98;font-size:clamp(2rem,1rem + 4.2vw,3.35rem);color:var(--color-page-mast-heading);text-shadow:var(--page-mast-title-shadow, 0 3px 28px rgb(0 0 0 / .22))}.page-mast__lede{font-size:var(--text-xl);line-height:var(--leading-relaxed);color:var(--color-page-mast-lede)}.page-mast__lede p{margin:0}.page-mast__lede p+p{margin-top:var(--space-4)}.page-mast__actions{margin-top:var(--space-8);display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.page-mast__frame{position:relative;margin:0;border-radius:var(--radius-xl);overflow:hidden;border:1px solid color-mix(in srgb,var(--color-border) 65%,rgb(255 255 255 / .08));box-shadow:var(--shadow-show),var(--glow-ring),inset 0 0 0 1px #ffffff0d;aspect-ratio:4 / 5;max-height:min(440px,58vh)}.page-mast__frame img{width:100%;height:100%;object-fit:cover;display:block}.page-mast__frame--contain{background:radial-gradient(ellipse 90% 70% at 50% 28%,rgb(40 52 36 / .95),var(--color-bg))}.page-mast__frame--contain img{object-fit:contain;object-position:50% 60%;padding:var(--space-4)}.page-mast .ui-button--secondary{background:var(--page-mast-secondary-bg, rgb(255 255 255 / .08));border-color:var(--page-mast-secondary-border, rgb(255 255 255 / .22));color:var(--page-mast-secondary-color, #fafaf8);box-shadow:var( --page-mast-secondary-shadow, 0 1px 0 rgb(255 255 255 / .06) inset, 0 8px 28px rgb(0 0 0 / .25) )}.page-mast .ui-button--secondary:hover:not(:disabled){border-color:var(--page-mast-secondary-border-hover, rgb(255 255 255 / .45));background:var(--page-mast-secondary-bg-hover, rgb(255 255 255 / .14))}.page-mast .ui-button--ghost{color:var(--page-mast-ghost-color, #fafaf8);border:1px solid var(--page-mast-ghost-border, rgb(255 255 255 / .18));background:var(--page-mast-ghost-bg, rgb(0 0 0 / .12))}.page-mast .ui-button--ghost:hover:not(:disabled){background:var(--page-mast-ghost-bg-hover, rgb(255 255 255 / .1));border-color:var(--page-mast-ghost-border-hover, rgb(255 255 255 / .28))}.page-card-grid{display:grid;gap:var(--space-6);list-style:none;margin:var(--space-8) 0 0;padding:0}@media(min-width:720px){.page-card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.page-card-grid{grid-template-columns:repeat(3,1fr)}}.page-stack{display:grid;gap:var(--space-10);list-style:none;margin:0;padding:0}.page-eyebrow--spaced{margin-top:var(--space-12)}.info-card__thumb{display:block;width:100%;height:auto;max-height:12rem;object-fit:cover;border-radius:var(--radius-md);margin-bottom:var(--space-4)}.contact-form__grid{display:grid;gap:var(--space-4);margin:var(--space-6) 0}@media(min-width:640px){.contact-form__grid{grid-template-columns:repeat(2,1fr)}}.contact-form__field{display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--text-sm);font-weight:500}.contact-form__field--full{grid-column:1 / -1}.contact-form__field input,.contact-form__field textarea{font:inherit;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.contact-form__legal{font-size:var(--text-sm);max-width:42rem}.hero-cinema{position:relative;isolation:isolate;min-height:min(92dvh,52rem);display:grid;align-items:end;border-bottom:1px solid var(--color-border);overflow:clip}.hero-cinema__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-cinema__photo{width:100%;height:100%;object-fit:cover;object-position:center 28%;transform:scale(1.05);animation:hero-photo-drift 22s ease-in-out infinite alternate}@keyframes hero-photo-drift{0%{transform:scale(1.05) translateZ(0)}to{transform:scale(1.12) translate3d(-1.25%,-1.25%,0)}}@media(prefers-reduced-motion:reduce){.hero-cinema__photo{animation:none;transform:none}}.hero-cinema__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,var(--color-hero-ink) 0%,var(--color-hero-ink-mid) 48%,var(--color-hero-ink-top) 100%),linear-gradient(118deg,color-mix(in srgb,var(--color-primary) 32%,transparent) 0%,transparent 58%);pointer-events:none}.hero-cinema__vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;box-shadow:inset 0 0 120px #00000073}.hero-cinema__content{position:relative;z-index:3;padding-block:var(--space-16) var(--space-10)}.hero-cinema__kicker{margin:0 0 var(--space-3);font-size:var(--text-sm);font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--color-primary)}.hero-cinema__title{margin:0 0 var(--space-4);font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:.95;font-size:var(--text-hero);max-width:22ch;text-shadow:0 4px 36px rgb(0 0 0 / .55)}.hero-cinema__title-line{display:block}.hero-cinema__title-line:first-child{color:var(--color-hero-title-line, #fdfdf8);text-shadow:0 4px 48px rgb(0 0 0 / .68)}.hero-cinema__title-line--accent{margin-top:var(--space-2);background:linear-gradient(102deg,#ffffff 0%,var(--color-primary) 40%,color-mix(in srgb,var(--color-primary) 65%,#ffffff) 88%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;filter:drop-shadow(0 2px 24px rgb(0 0 0 / .45))}.hero-cinema__lede{margin:0;max-width:38rem;font-size:var(--text-xl);line-height:var(--leading-relaxed);color:var(--color-hero-lede, color-mix(in srgb, var(--color-text) 88%, transparent))}.hero-cinema__actions{margin-top:var(--space-8);display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.hero-cinema__actions .ui-button--secondary{background:#ffffff14;border-color:#ffffff3d;color:#fafaf8;box-shadow:0 1px #ffffff0f inset,0 8px 28px #00000059}.hero-cinema__actions .ui-button--secondary:hover:not(:disabled){border-color:#ffffff73;background:#ffffff24}.hero-cinema__actions .ui-button--ghost{color:#f5f5f4;border:1px solid rgb(255 255 255 / .16);background:#0000001f}.hero-cinema__actions .ui-button--ghost:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff47}.hero-cinema__note{margin:var(--space-6) 0 0;font-size:var(--text-sm);color:color-mix(in srgb,var(--color-text-muted) 92%,transparent);max-width:40rem}.hero-cinema__credit{margin:var(--space-4) 0 0;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb,var(--color-text-muted) 85%,transparent)}.hero-cinema__credit a{color:inherit;font-weight:600}.show-rail{position:relative;z-index:3;display:flex;flex-wrap:wrap;gap:var(--space-3);margin:0;padding:var(--space-6) 0 var(--space-4);list-style:none;border-top:1px solid rgb(255 255 255 / .08);background:var(--rail-bg, color-mix(in srgb, var(--color-bg) 82%, transparent));backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}.show-rail__item{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:999px;border:1px solid var(--rail-chip-border, color-mix(in srgb, var(--color-border) 80%, transparent));background:var(--rail-chip-bg, color-mix(in srgb, var(--color-surface) 55%, transparent));font-size:var(--text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rail-chip-color, var(--color-text-muted));transition:border-color .2s ease,background-color .2s ease,color .2s ease}.show-rail__item:hover{border-color:color-mix(in srgb,var(--color-primary) 55%,transparent);color:var(--color-text)}.show-split{display:grid;gap:var(--space-8);align-items:center}@media(min-width:900px){.show-split{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}.show-split--reverse>:first-child{order:2}.show-split--reverse>:last-child{order:1}}.show-split .page-eyebrow{margin-left:0;padding-left:var(--space-4);border-left:3px solid var(--color-primary);letter-spacing:.14em}.show-split__visual{position:relative;border-radius:var(--radius-xl);overflow:hidden;border:1px solid color-mix(in srgb,var(--color-border) 70%,rgb(255 255 255 / .06));box-shadow:var(--shadow-show),var(--glow-ring),inset 0 0 0 1px #ffffff0d;aspect-ratio:4 / 3}.show-split__visual--portrait{aspect-ratio:3 / 4}.show-split__visual img{width:100%;height:100%;object-fit:cover;display:block}.show-split__badge{position:absolute;top:var(--space-4);left:var(--space-4);padding:var(--space-2) var(--space-3);border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-bg);background:var(--color-primary);box-shadow:var(--shadow-sm)}.show-bento{display:grid;gap:var(--space-4);grid-template-columns:1fr}@media(min-width:640px){.show-bento{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1040px){.show-bento{grid-template-columns:1.15fr .82fr .82fr;grid-template-rows:minmax(0,1fr) minmax(0,1fr);min-height:480px}.show-bento__tile--inv{grid-column:1;grid-row:1 / span 2}.show-bento__tile--amp{grid-column:2;grid-row:1}.show-bento__tile--sna{grid-column:2;grid-row:2}.show-bento__tile--liz{grid-column:3;grid-row:1 / span 2}}.show-bento-intro{margin-bottom:var(--space-8)}.show-tile{position:relative;display:block;border-radius:var(--radius-xl);overflow:hidden;border:1px solid color-mix(in srgb,var(--color-border) 85%,transparent);min-height:200px;text-decoration:none;color:#fafaf8;box-shadow:var(--shadow-md);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .25s ease}.show-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-show),0 0 0 1px color-mix(in srgb,var(--color-primary) 55%,transparent);border-color:color-mix(in srgb,var(--color-primary) 45%,transparent)}.show-tile:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}.show-tile__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .6s cubic-bezier(.22,1,.36,1)}.show-tile:hover .show-tile__img{transform:scale(1.08)}.show-tile--contain{background:radial-gradient(ellipse 90% 70% at 50% 28%,rgb(40 52 36 / .95),var(--color-bg))}.show-tile--contain .show-tile__img{object-fit:contain;object-position:50% 65%;padding:var(--space-4);transform:scale(1)}.show-tile--contain:hover .show-tile__img{transform:scale(1.04)}@media(prefers-reduced-motion:reduce){.show-tile,.show-tile__img{transition:none}.show-tile:hover,.show-tile--contain:hover .show-tile__img{transform:none}}.show-tile__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#080a07eb,#080a0733 55%,#080a0759);pointer-events:none}.show-tile__body{position:absolute;inset:auto 0 0 0;padding:var(--space-6);z-index:1}.show-tile__label{margin:0 0 var(--space-2);font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.show-tile__meta{margin:0;font-size:var(--text-sm);color:#ffffffd6;line-height:var(--leading-relaxed);max-width:28ch}.show-visit{position:relative;overflow:hidden;border-block:1px solid var(--color-border)}.show-visit__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;transform:scale(1.05)}.show-visit__bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05)}.show-visit__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 20% 0%,color-mix(in srgb,var(--color-primary) 22%,transparent),transparent 55%),linear-gradient(to bottom,var(--color-surface),color-mix(in srgb,var(--color-surface) 88%,var(--color-bg)))}.show-visit__inner{position:relative;z-index:1}.show-quote{position:relative;margin:0;padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid color-mix(in srgb,var(--color-primary) 32%,var(--color-border));background:linear-gradient(145deg,color-mix(in srgb,var(--color-surface) 72%,transparent),color-mix(in srgb,var(--color-bg) 88%,transparent));box-shadow:var(--shadow-md),inset 0 1px #ffffff0a;backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15)}.show-quote:before{content:"“";position:absolute;top:var(--space-4);left:var(--space-4);font-family:var(--font-display);font-size:clamp(3rem,8vw,4.5rem);line-height:.85;color:color-mix(in srgb,var(--color-primary) 38%,transparent);pointer-events:none}.show-quote__text{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,1rem + 1.2vw,1.85rem);font-weight:600;letter-spacing:.02em;line-height:var(--leading-tight);color:var(--color-text)}.show-quote__cite{margin:var(--space-4) 0 0;font-size:var(--text-sm);font-style:normal;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}html[data-layout=image-forward] .hero-cinema{min-height:min(100dvh,58rem)}html[data-layout=image-forward] .hero-cinema__photo{object-position:center 24%;transform:scale(1.08)}html[data-layout=image-forward] .hero-cinema__title{max-width:18ch}html[data-layout=image-forward] .show-split__visual{aspect-ratio:16 / 10}html[data-layout=image-forward] .show-bento{gap:var(--space-6)}@media(min-width:1040px){html[data-layout=image-forward] .show-bento{min-height:520px}}html[data-layout=image-forward] .show-tile{min-height:240px}html[data-layout=image-forward] .show-visit__bg{opacity:.32}html[data-layout=text-forward] .hero-cinema{min-height:min(88dvh,48rem)}html[data-layout=text-forward] .hero-cinema__scrim{background:linear-gradient(to top,#000000d1,#0000008c 42%,#00000024),linear-gradient(118deg,color-mix(in srgb,var(--color-primary) 26%,transparent) 0%,transparent 58%)}html[data-layout=text-forward] .hero-cinema__title{max-width:26ch;font-size:clamp(2.25rem,1.1rem + 4.5vw,4.25rem)}html[data-layout=text-forward] .hero-cinema__lede{max-width:46rem;font-size:var(--text-2xl)}html[data-layout=text-forward] .show-bento-intro{max-width:52rem;font-size:var(--text-lg);line-height:var(--leading-relaxed)}html[data-layout=text-forward] .show-split .page-prose{max-width:48rem}html[data-layout=text-forward] .show-quote__text{font-size:clamp(1.45rem,1.05rem + 1.4vw,2rem)}html[data-layout=text-forward] .show-rail{border-top-color:#ffffff1f}html[data-layout=design-forward] .hero-cinema__vignette{box-shadow:inset 0 0 160px #0000008c}html[data-layout=design-forward] .show-bento{gap:var(--space-6)}@media(min-width:1040px){html[data-layout=design-forward] .show-bento{min-height:520px;filter:drop-shadow(0 24px 48px rgb(0 0 0 / .2))}}html[data-layout=design-forward] .show-tile{min-height:228px;border-radius:calc(var(--radius-xl) + 6px)}html[data-layout=design-forward] .show-tile:hover{transform:translateY(-6px) scale(1.01)}html[data-layout=design-forward] .show-quote{padding:clamp(var(--space-8),5vw,var(--space-12));border-width:2px;box-shadow:var(--shadow-show),inset 0 1px #ffffff0f}html[data-layout=design-forward] .show-split__visual{border-radius:calc(var(--radius-xl) + 8px);box-shadow:var(--shadow-show),var(--glow-ring),0 24px 60px #00000059,inset 0 0 0 1px #ffffff0f}html[data-layout=story] .show-quote{padding:clamp(var(--space-8),6vw,4.5rem)}html[data-layout=story] .show-quote__text{font-size:clamp(1.5rem,1.05rem + 1.6vw,2.1rem);letter-spacing:.01em}html[data-layout=story] .hero-cinema__lede{max-width:42rem}html[data-layout=commerce] .show-tile__label{font-size:clamp(1.35rem,1rem + 1vw,1.75rem)}html[data-layout=commerce] .show-tile:hover{transform:translateY(-5px)}html[data-layout=commerce] .show-visit__wash{background:radial-gradient(120% 90% at 20% 0%,color-mix(in srgb,var(--color-primary) 32%,transparent),transparent 52%),linear-gradient(to bottom,var(--color-surface),color-mix(in srgb,var(--color-surface) 82%,var(--color-bg)))}html[data-layout=commerce] .hero-cinema__actions{margin-top:var(--space-10)}@media(prefers-reduced-motion:reduce){html[data-layout=design-forward] .show-tile:hover{transform:none}}.stats-strip__intro{max-width:46rem;margin-bottom:var(--space-8)}.stats-strip__grid{display:grid;gap:var(--space-4);grid-template-columns:1fr;margin:0;padding:0;list-style:none}@media(min-width:720px){.stats-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1040px){.stats-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stats-strip__card{position:relative;padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--color-border) 90%,var(--color-primary));background:linear-gradient(155deg,color-mix(in srgb,var(--color-surface) 92%,var(--color-bg)),color-mix(in srgb,var(--color-surface) 100%,transparent));box-shadow:var(--shadow-sm)}.stats-strip__value{margin:0 0 var(--space-2);font-family:var(--font-display);font-size:clamp(1.85rem,1.2rem + 2.4vw,2.75rem);font-weight:700;letter-spacing:.02em;line-height:1;color:var(--color-text)}.stats-strip__label{margin:0 0 var(--space-2);font-size:var(--text-sm);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}.stats-strip__hint{margin:0;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-muted)}.home-proof__logos{display:none;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-8)}html[data-layout=launch] .home-proof__logos,html[data-layout=trust] .home-proof__logos{display:flex}.home-proof__logo-chip{display:inline-flex;align-items:center;padding:var(--space-3) var(--space-5);border-radius:999px;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 88%,var(--color-bg));font-size:var(--text-sm);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}html[data-layout=launch] .home-proof .page-section-title,html[data-layout=trust] .home-proof .page-section-title{margin-top:0}html[data-layout=minimal] .show-rail{display:none}html[data-layout=minimal] .hero-cinema{min-height:min(88dvh,46rem)}html[data-layout=minimal] .hero-cinema__content{padding-bottom:var(--space-12)}html[data-layout=local] .show-visit__bg{opacity:.26}html[data-layout=local] .show-visit__inner .page-eyebrow{letter-spacing:.2em}html[data-layout=local] .show-visit__inner .page-section-title{font-size:clamp(1.35rem,1rem + 1.5vw,2rem)}html[data-layout=nonprofit] .stats-strip__card{border-color:color-mix(in srgb,var(--color-primary) 24%,var(--color-border));background:linear-gradient(165deg,color-mix(in srgb,var(--color-surface) 94%,var(--color-primary)),var(--color-surface))}html[data-layout=nonprofit] .hero-cinema__lede{max-width:42rem}html[data-layout=lead-gen] .hero-cinema{min-height:min(82dvh,42rem)}html[data-layout=lead-gen] .hero-cinema__lede{max-width:34rem}html[data-layout=lead-gen] .home-proof .page-section-title{font-size:clamp(1.2rem,1rem + .8vw,1.5rem)}html[data-layout=lead-gen] .home-proof .page-prose{max-width:40rem}html[data-layout=trust] .stats-strip__grid{gap:var(--space-3)}html[data-layout=trust] .stats-strip__card{padding:var(--space-5)}html[data-layout=trust] .show-tile:hover{transform:translateY(-2px)}html[data-layout=trust] .hero-cinema__title{max-width:24ch}html[data-layout=event-forward] .show-visit{border-block-width:2px}html[data-layout=event-forward] .show-visit__inner .page-eyebrow{letter-spacing:.35em}html[data-layout=event-forward] .show-visit__inner .page-section-title{font-size:clamp(1.5rem,1rem + 2vw,2.25rem)}html[data-layout=event-forward] .show-visit__bg{opacity:.38}html[data-layout=event-forward] .hero-cinema__actions{margin-top:var(--space-10)}html[data-layout=data-forward] .stats-strip__value{font-size:clamp(2.1rem,1.35rem + 3vw,3.25rem)}html[data-layout=data-forward] .stats-strip__card{border-radius:var(--radius-md);border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border))}html[data-layout=data-forward] .hero-cinema__lede{max-width:44rem}html[data-layout=launch] .stats-strip__card{text-align:center}html[data-layout=launch] .stats-strip__hint{max-width:22ch;margin-inline:auto}html[data-layout=launch] .hero-cinema__title{max-width:20ch}html[data-layout=academy] .show-bento-intro{max-width:48rem}html[data-layout=academy] .show-tile:hover{transform:translateY(-3px)}html[data-layout=academy] .show-split .page-prose{max-width:44rem}html[data-layout=community] .show-quote{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border))}html[data-layout=community] .show-tile__meta{max-width:32ch}html[data-layout=community] .hero-cinema__lede{max-width:40rem}.home-pricing__intro,.home-newsroom__intro{max-width:48rem;margin-bottom:var(--space-8)}.home-pricing__grid{display:grid;gap:var(--space-4);grid-template-columns:1fr}@media(min-width:900px){.home-pricing__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.home-pricing__tier{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 96%,var(--color-bg));box-shadow:var(--shadow-sm)}.home-pricing__tier--highlight{border-color:color-mix(in srgb,var(--color-primary) 55%,var(--color-border));box-shadow:var(--shadow-md),0 0 0 1px color-mix(in srgb,var(--color-primary) 22%,transparent);background:linear-gradient(165deg,color-mix(in srgb,var(--color-surface) 88%,var(--color-primary)),var(--color-surface))}.home-pricing__tier-name{margin:0;font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:.06em;text-transform:uppercase}.home-pricing__tier-price{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-2)}.home-pricing__amount{font-family:var(--font-display);font-size:clamp(2rem,1.2rem + 2.5vw,2.75rem);font-weight:700}.home-pricing__cadence{font-size:var(--text-sm);color:var(--color-text-muted)}.home-pricing__tier-blurb{margin:0;font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--leading-relaxed);flex:1}.home-pricing__features{margin:0;padding-left:1.1em;font-size:var(--text-sm);color:var(--color-text);line-height:var(--leading-relaxed)}.home-newsroom__list{list-style:none;margin:0;padding:0;border-top:1px solid var(--color-border)}.home-newsroom__item{display:grid;grid-template-columns:7.5rem 1fr;gap:var(--space-4);padding:var(--space-5) 0;border-bottom:1px solid var(--color-border);align-items:baseline}@media(max-width:599px){.home-newsroom__item{grid-template-columns:1fr;gap:var(--space-2)}}.home-newsroom__date{font-size:var(--text-sm);font-weight:600;letter-spacing:.04em;color:var(--color-text-muted)}.home-newsroom__link{font-size:var(--text-lg);font-weight:600;color:var(--color-text);text-decoration-thickness:1px}.home-newsroom__link:hover{color:var(--color-link-hover)}.home-docs-hub__search{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-10);max-width:40rem}.home-docs-hub__input{flex:1 1 12rem;min-height:2.75rem;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:var(--text-base)}.home-docs-hub__topics-title{margin:0 0 var(--space-4);font-size:var(--text-sm);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.home-docs-hub__topics{display:flex;flex-wrap:wrap;gap:var(--space-3);margin:0;padding:0;list-style:none}.home-docs-hub__topic-link{display:inline-flex;padding:var(--space-2) var(--space-4);border-radius:999px;border:1px solid var(--color-border);font-size:var(--text-sm);font-weight:600;color:var(--color-text);text-decoration:none;background:color-mix(in srgb,var(--color-surface) 90%,var(--color-bg))}.home-docs-hub__topic-link:hover{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));color:var(--color-link-hover)}.home-changelog__list{margin:0;padding:0;list-style:none;border-left:3px solid color-mix(in srgb,var(--color-primary) 65%,transparent)}.home-changelog__entry{padding:var(--space-6) 0 var(--space-6) var(--space-6);border-bottom:1px solid var(--color-border)}.home-changelog__meta{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:baseline;margin-bottom:var(--space-2)}.home-changelog__version{font-family:var(--font-display);font-weight:700;letter-spacing:.04em;color:var(--color-primary)}.home-changelog__time{font-size:var(--text-sm);color:var(--color-text-muted)}.home-changelog__body{margin:0;max-width:52rem;line-height:var(--leading-relaxed);color:var(--color-text)}.home-app-shell__chrome{border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 94%,var(--color-bg))}.home-app-shell__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-4)}.home-app-shell__product{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:var(--text-sm);color:var(--color-text-muted)}.home-app-shell__nav{display:flex;flex-wrap:wrap;gap:var(--space-2)}.home-app-shell__nav-link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:600;color:var(--color-text-muted);text-decoration:none}.home-app-shell__nav-link:hover{background:color-mix(in srgb,var(--color-text) 6%,transparent);color:var(--color-text)}.home-app-shell__note{padding-block:0 var(--space-6)}.home-app-shell__lede{max-width:48rem;margin-bottom:0}html[data-layout=pricing] .home-pricing__tier--highlight{transform:translateY(-2px)}html[data-layout=newsroom] .home-newsroom__link{font-size:var(--text-xl)}html[data-layout=docs] .home-docs-hub__input{border-color:color-mix(in srgb,var(--color-primary) 28%,var(--color-border))}html[data-layout=changelog] .home-changelog__list{border-left-width:4px}html[data-layout=app-shell] .home-app-shell__chrome{box-shadow:var(--shadow-md)}@media(prefers-reduced-motion:reduce){html[data-layout=pricing] .home-pricing__tier--highlight{transform:none}}.skip-link{position:absolute;left:var(--space-4);top:-4rem;z-index:100;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--eg-orange, var(--color-primary));color:var(--eg-navy, #0c1f2e);font-size:var(--text-sm);font-weight:700;text-decoration:none;box-shadow:var(--shadow-md);transition:top .2s ease}.skip-link:focus{top:var(--space-4)}.hero-cinema--fleet .hero-cinema__photo{object-position:62% 40%}.hero-cinema__badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.hero-cinema__everguard-mark{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:999px;border:1px solid rgb(255 255 255 / .22);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff}.hero-cinema__everguard-mark img{height:1.25rem;width:auto;filter:brightness(0) invert(1)}.eg-audience{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0 0 var(--space-6);padding:0;list-style:none}.eg-audience__item{padding:var(--space-2) var(--space-3);border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);font-size:var(--text-sm);font-weight:600;color:var(--color-text-muted)}.eg-metrics{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--eg-navy, #184e77) 22%,#1a5f8f 55%,#2d7f9d 100%);color:#fff;border-block:1px solid rgb(255 255 255 / .08)}.eg-metrics:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 80% at 100% 0%,rgb(254 197 37 / .18),transparent 55%);pointer-events:none}.eg-metrics__inner{position:relative;z-index:1}.eg-metrics__eyebrow{margin:0;font-size:var(--text-sm);font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb8}.eg-metrics__title{margin:var(--space-3) 0 0;font-family:var(--font-display);font-size:clamp(1.5rem,1.1rem + 1.2vw,2.25rem);font-weight:700;line-height:var(--leading-tight);letter-spacing:.02em;color:#fff;max-width:22ch}.eg-metrics__grid{display:grid;gap:var(--space-4);margin:var(--space-8) 0 0;padding:0;list-style:none}@media(min-width:640px){.eg-metrics__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.eg-metrics__grid{grid-template-columns:repeat(4,1fr)}}.eg-metrics__card{padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid rgb(255 255 255 / .14);background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.eg-metrics__value{margin:0;font-family:var(--font-display);font-size:clamp(1.75rem,1.2rem + 1.5vw,2.35rem);font-weight:700;line-height:1;letter-spacing:.02em;color:var(--eg-orange, #fec525)}.eg-metrics__label{margin:var(--space-2) 0 0;font-size:var(--text-sm);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffe0}.eg-metrics__detail{margin:var(--space-2) 0 0;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:#ffffffb8}.eg-pillar-grid{display:grid;gap:var(--space-4);margin:var(--space-12) 0 0;padding:0;list-style:none}@media(min-width:768px){.eg-pillar-grid{grid-template-columns:repeat(3,1fr)}}.eg-pillar{padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.eg-pillar:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--eg-sky, var(--color-link)) 40%,var(--color-border));box-shadow:var(--shadow-md)}@media(prefers-reduced-motion:reduce){.eg-pillar:hover{transform:none}}.eg-pillar__icon{display:grid;place-items:center;width:2.75rem;height:2.75rem;margin-bottom:var(--space-4);border-radius:var(--radius-md);background:linear-gradient(145deg,color-mix(in srgb,var(--eg-sky, #0487d1) 18%,#fff),#fff);font-size:1.35rem}.eg-pillar__title{margin:0 0 var(--space-2);font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;color:var(--eg-navy, var(--color-text))}.eg-pillar__body{margin:0;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-muted)}.home-proof--elevated{background:linear-gradient(180deg,color-mix(in srgb,var(--color-surface) 100%,var(--eg-mist, var(--color-bg))) 0%,var(--color-bg) 100%)}.home-proof--elevated .home-proof__logos{margin-bottom:var(--space-6)}.home-proof__logo-chip{border-color:color-mix(in srgb,var(--eg-sky, var(--color-link)) 35%,var(--color-border));background:var(--color-surface);color:var(--eg-navy, var(--color-text));font-weight:700;letter-spacing:.06em;padding:var(--space-3) var(--space-5);box-shadow:var(--shadow-sm)}.eg-component-strip{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-6) 0 var(--space-4);padding:0;list-style:none}.eg-component-strip__item{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px dashed color-mix(in srgb,var(--eg-sky, var(--color-link)) 45%,var(--color-border));background:color-mix(in srgb,var(--eg-sky, var(--color-link)) 6%,var(--color-surface));font-size:.8rem;font-weight:600;color:var(--color-text)}.show-visit--cta{background:linear-gradient(165deg,color-mix(in srgb,var(--eg-sky, #0487d1) 12%,var(--color-surface)) 0%,var(--color-surface) 45%,var(--color-bg) 100%)}.show-visit--cta .show-visit__wash{background:radial-gradient(90% 70% at 0% 0%,rgb(254 197 37 / .12),transparent 50%),linear-gradient(to bottom,transparent,color-mix(in srgb,var(--color-surface) 90%,var(--color-bg)))}.show-visit--cta .page-section-title{max-width:18ch;font-family:var(--font-display);font-size:clamp(1.75rem,1.2rem + 1.5vw,2.5rem);text-transform:uppercase;letter-spacing:.03em}.kit-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.kit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.kit-card__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--eg-mist, var(--color-bg))}.kit-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.kit-card:hover .kit-card__media img{transform:scale(1.04)}.kit-card__body{padding:var(--space-4) var(--space-5)}.kit-card__title{margin:0;font-family:var(--font-display);font-size:var(--text-base);font-weight:700;line-height:var(--leading-tight);color:var(--eg-navy, var(--color-text))}.site-header__cta--ghost-mobile{display:none}@media(max-width:720px){.site-header__cta--email{display:none}.site-header__cta--ghost-mobile{display:inline-flex}.hero-cinema__actions .ui-button--secondary{display:none}}.contact-form{max-width:40rem;padding:var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md)}.contact-form .ui-button--primary{margin-top:var(--space-2)}.show-bento .show-tile__label{font-family:var(--font-body);font-size:var(--text-lg);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rail-chip-color, #e8f2fa)}.show-bento .show-tile__label:after{content:"";display:block;width:2.75rem;height:2px;margin-top:var(--space-2);background:var(--color-header-border-accent);border-radius:1px;opacity:.95}.theme-default{--font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: var(--font-body);--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--leading-tight: 1.25;--leading-normal: 1.55;--leading-relaxed: 1.7;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgb(15 23 42 / .06);--shadow-md: 0 8px 24px rgb(15 23 42 / .08);--color-bg: #f8fafc;--color-surface: #ffffff;--color-text: #0f172a;--color-text-muted: #475569;--color-border: #e2e8f0;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-link: var(--color-primary);--color-link-hover: var(--color-primary-hover);--color-focus: #2563eb;--color-header-bg: color-mix(in srgb, var(--color-surface) 94%, transparent);--color-header-border: var(--color-border);--color-header-nav: var(--color-text-muted);--color-header-nav-hover: var(--color-text);--color-header-nav-active: var(--color-text);--color-header-link-hover-bg: transparent;--color-header-link-active-bg: rgb(37 99 235 / .08);--color-header-link-active-ring: none;--color-header-cta-shadow: var(--shadow-sm);--color-header-logo-filter: none;--color-header-bg-scrolled: color-mix(in srgb, var(--color-surface) 99%, var(--color-text));--color-header-shadow: 0 10px 28px rgb(15 23 42 / .08);--color-header-shadow-raised: 0 14px 34px rgb(15 23 42 / .12);--color-footer-bg: var(--color-surface);--color-footer-border: var(--color-border);--color-footer-accent: transparent;--rail-bg: linear-gradient(180deg, color-mix(in srgb, var(--color-bg) 96%, var(--color-text)) 0%, transparent 100%);--rail-chip-bg: color-mix(in srgb, var(--color-surface) 88%, transparent);--rail-chip-border: var(--color-border);--rail-chip-color: var(--color-text-muted);--color-page-mast-bg: linear-gradient(155deg, #f8fafc 0%, #e2e8f0 55%, #f1f5f9 100%);--color-page-mast-heading: #0f172a;--color-page-mast-lede: #334155;--color-page-mast-eyebrow: #475569;--page-mast-secondary-bg: var(--color-surface);--page-mast-secondary-border: var(--color-border);--page-mast-secondary-color: var(--color-text);--page-mast-secondary-shadow: var(--shadow-sm);--page-mast-secondary-border-hover: var(--color-text-muted);--page-mast-secondary-bg-hover: color-mix(in srgb, var(--color-surface) 92%, var(--color-bg));--page-mast-ghost-color: var(--color-text);--page-mast-ghost-border: var(--color-border);--page-mast-ghost-bg: transparent;--page-mast-ghost-bg-hover: rgb(15 23 42 / .06);--page-mast-ghost-border-hover: var(--color-text-muted);--page-mast-title-shadow: none}.theme-client-example{--color-bg: #0b1020;--color-surface: #121a33;--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-border: #243055;--color-primary: #38bdf8;--color-primary-hover: #0ea5e9;--color-link: var(--color-primary);--color-link-hover: var(--color-primary-hover);--color-focus: #fbbf24;--color-header-bg: color-mix(in srgb, #020617 92%, transparent);--color-header-border: rgb(148 163 184 / .12);--color-header-nav: #94a3b8;--color-header-nav-hover: #f1f5f9;--color-header-nav-active: #fff;--color-header-link-hover-bg: rgb(148 163 184 / .1);--color-header-link-active-bg: rgb(56 189 248 / .12);--color-header-link-active-ring: inset 0 0 0 1px rgb(56 189 248 / .35);--color-header-cta-shadow: 0 0 0 1px rgb(56 189 248 / .35), 0 12px 40px rgb(0 0 0 / .35);--color-header-logo-filter: drop-shadow(0 0 14px rgb(56 189 248 / .35));--color-footer-bg: var(--color-surface);--color-footer-border: var(--color-border);--color-header-bg-scrolled: rgb(2 6 23 / .92);--color-header-shadow: 0 18px 46px rgb(0 0 0 / .45);--color-header-shadow-raised: 0 22px 55px rgb(0 0 0 / .55);--color-footer-accent: linear-gradient(90deg, transparent, rgb(56 189 248 / .35), transparent);--rail-bg: linear-gradient(180deg, rgb(0 0 0 / .55) 0%, rgb(0 0 0 / .2) 100%);--rail-chip-bg: rgb(148 163 184 / .08);--rail-chip-border: rgb(148 163 184 / .15);--rail-chip-color: #cbd5e1;--color-page-mast-bg: linear-gradient(160deg, #020617 0%, #0f172a 45%, #172554 100%);--color-page-mast-heading: #f8fafc;--color-page-mast-lede: #cbd5e1;--color-page-mast-eyebrow: #94a3b8}.theme-showcase{--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Oswald", system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: clamp(1.875rem, 1.4rem + 1.5vw, 2.25rem);--leading-tight: 1.2;--leading-normal: 1.55;--leading-relaxed: 1.7;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgb(0 0 0 / .25);--shadow-md: 0 12px 32px rgb(0 0 0 / .35);--color-bg: #141a12;--color-surface: #1c2419;--color-text: #f2f5ef;--color-text-muted: #b4c0a8;--color-border: #2f3d2a;--color-primary: #d4a24a;--color-primary-hover: #e4b85c;--color-link: #e8c678;--color-link-hover: #f0d49a;--color-focus: #f0d49a;--color-header-bg: #030303;--color-header-bg-scrolled: rgb(0 0 0 / .94);--color-header-border: rgb(255 255 255 / .08);--color-header-border-accent: linear-gradient(90deg, transparent, rgb(212 162 74 / .65) 50%, transparent);--color-header-nav: #a8a8a8;--color-header-nav-hover: #fafafa;--color-header-nav-active: #fff;--color-header-link-hover-bg: rgb(255 255 255 / .07);--color-header-link-active-bg: rgb(212 162 74 / .12);--color-header-link-active-ring: inset 0 0 0 1px color-mix(in srgb, var(--color-primary) 48%, transparent);--color-header-cta-shadow: 0 0 0 1px rgb(212 162 74 / .4), 0 14px 40px rgb(0 0 0 / .5);--color-header-logo-filter: drop-shadow(0 0 18px rgb(212 162 74 / .35)) drop-shadow(0 2px 8px rgb(0 0 0 / .8));--color-header-shadow: 0 18px 50px rgb(0 0 0 / .55);--color-header-shadow-raised: 0 24px 60px rgb(0 0 0 / .65);--color-footer-bg: #050806;--color-footer-border: rgb(255 255 255 / .07);--color-footer-accent: linear-gradient(90deg, transparent, rgb(212 162 74 / .45), transparent);--rail-bg: linear-gradient(180deg, rgb(0 0 0 / .78) 0%, rgb(0 0 0 / .42) 100%);--rail-chip-bg: rgb(255 255 255 / .05);--rail-chip-border: rgb(255 255 255 / .1);--rail-chip-color: #d4d4d4;--color-body-ambient: radial-gradient(ellipse 90% 55% at 50% -8%, rgb(212 162 74 / .09), transparent 52%);--color-page-mast-bg: radial-gradient(ellipse 70% 80% at 100% 0%, rgb(212 162 74 / .1), transparent 52%), linear-gradient(168deg, #020403 0%, var(--color-bg) 48%, #0f140d 100%);--color-page-mast-heading: #fdfdf8;--color-page-mast-lede: color-mix(in srgb, var(--color-text) 90%, transparent);--color-page-mast-eyebrow: color-mix(in srgb, var(--color-primary) 82%, #fff)}.theme-showcase .ui-button--ghost:hover:not(:disabled){background:#ffffff0f}.theme-showcase .ui-button--secondary:hover:not(:disabled){border-color:var(--color-primary)}.theme-showcase .ui-button--primary{background-image:linear-gradient(180deg,color-mix(in srgb,var(--color-primary-hover) 35%,var(--color-primary)),color-mix(in srgb,var(--color-primary) 88%,#1a1206));box-shadow:var(--color-header-cta-shadow)}.theme-showcase .ui-button--primary:hover:not(:disabled){background-image:linear-gradient(180deg,color-mix(in srgb,var(--color-primary-hover) 55%,var(--color-primary)),var(--color-primary-hover));box-shadow:var(--color-header-cta-shadow),inset 0 1px #ffffff38}.theme-showcase .ui-button--primary:active:not(:disabled){box-shadow:0 0 0 1px #d4a24a59,inset 0 2px 6px #00000059}.theme-showcase .ui-section{padding-block:clamp(3.25rem,7vw,5rem)}.theme-showcase body{background-image:var(--color-body-ambient);background-repeat:no-repeat;background-size:100% 420px}.theme-showcase .site-header:after{content:"";display:block;height:2px;background:var(--color-header-border-accent);opacity:.88}.theme-showcase .ui-section--surface{background:linear-gradient(185deg,color-mix(in srgb,var(--color-surface) 100%,#050505) 0%,var(--color-surface) 42%,color-mix(in srgb,var(--color-surface) 92%,var(--color-bg)) 100%)}.theme-modern{--font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Space Grotesk", system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: clamp(1.875rem, 1.35rem + 1.4vw, 2.35rem);--leading-tight: 1.2;--leading-normal: 1.55;--leading-relaxed: 1.7;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgb(15 23 42 / .06);--shadow-md: 0 12px 32px rgb(15 23 42 / .1);--color-bg: #e8edf3;--color-surface: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: #c5d0e0;--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-link: #4338ca;--color-link-hover: #3730a3;--color-focus: #6366f1;--color-header-bg: color-mix(in srgb, #ffffff 92%, transparent);--color-header-bg-scrolled: rgb(255 255 255 / .94);--color-header-border: rgb(15 23 42 / .08);--color-header-border-accent: linear-gradient(90deg, transparent, rgb(79 70 229 / .45), transparent);--color-header-nav: #64748b;--color-header-nav-hover: #0f172a;--color-header-nav-active: #0f172a;--color-header-link-hover-bg: rgb(79 70 229 / .08);--color-header-link-active-bg: rgb(79 70 229 / .12);--color-header-link-active-ring: inset 0 0 0 1px rgb(79 70 229 / .28);--color-header-cta-shadow: 0 0 0 1px rgb(79 70 229 / .25), 0 10px 28px rgb(15 23 42 / .12);--color-header-logo-filter: none;--color-header-shadow: 0 10px 28px rgb(15 23 42 / .08);--color-header-shadow-raised: 0 16px 40px rgb(15 23 42 / .12);--color-footer-bg: #0f172a;--color-footer-border: rgb(255 255 255 / .08);--color-footer-accent: linear-gradient(90deg, transparent, rgb(129 140 248 / .5), transparent);--rail-bg: linear-gradient(180deg, rgb(15 23 42 / .75) 0%, rgb(15 23 42 / .35) 100%);--rail-chip-bg: rgb(255 255 255 / .08);--rail-chip-border: rgb(255 255 255 / .14);--rail-chip-color: #e2e8f0;--color-body-ambient: radial-gradient(ellipse 80% 50% at 50% -5%, rgb(79 70 229 / .07), transparent 55%);--color-page-mast-bg: linear-gradient(145deg, #f8fafc 0%, #e0e7ff 42%, #eef2ff 100%);--color-page-mast-heading: #0f172a;--color-page-mast-lede: #334155;--color-page-mast-eyebrow: #4f46e5;--page-mast-secondary-bg: var(--color-surface);--page-mast-secondary-border: var(--color-border);--page-mast-secondary-color: var(--color-text);--page-mast-secondary-shadow: var(--shadow-sm);--page-mast-secondary-border-hover: var(--color-primary);--page-mast-secondary-bg-hover: color-mix(in srgb, var(--color-surface) 90%, var(--color-primary));--page-mast-ghost-color: var(--color-text);--page-mast-ghost-border: var(--color-border);--page-mast-ghost-bg: transparent;--page-mast-ghost-bg-hover: rgb(79 70 229 / .06);--page-mast-ghost-border-hover: var(--color-primary);--page-mast-title-shadow: none}.theme-modern .site-header:after{content:"";display:block;height:2px;background:var(--color-header-border-accent);opacity:.85}.theme-modern body{background-image:var(--color-body-ambient);background-repeat:no-repeat;background-size:100% 380px}.theme-modern .ui-section--surface{background:linear-gradient(180deg,color-mix(in srgb,var(--color-surface) 100%,#e2e8f0) 0%,var(--color-surface) 55%,color-mix(in srgb,var(--color-surface) 96%,var(--color-bg)) 100%)}.theme-classic{--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Libre Baskerville", Georgia, "Times New Roman", serif;--text-sm: .875rem;--text-base: 1.0625rem;--text-lg: 1.125rem;--text-xl: 1.3rem;--text-2xl: 1.55rem;--text-3xl: clamp(1.9rem, 1.35rem + 1.5vw, 2.4rem);--leading-tight: 1.22;--leading-normal: 1.58;--leading-relaxed: 1.72;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--shadow-sm: 0 1px 2px rgb(60 40 20 / .06);--shadow-md: 0 10px 28px rgb(60 40 20 / .1);--color-bg: #f5f0e8;--color-surface: #fffdf8;--color-text: #2c1810;--color-text-muted: #6b5344;--color-border: #dccfbc;--color-primary: #7f1d1d;--color-primary-hover: #991b1b;--color-link: #7f1d1d;--color-link-hover: #450a0a;--color-focus: #b45309;--color-header-bg: color-mix(in srgb, #fffdf8 94%, transparent);--color-header-bg-scrolled: rgb(255 253 248 / .96);--color-header-border: rgb(44 24 16 / .1);--color-header-border-accent: linear-gradient(90deg, transparent, rgb(127 29 29 / .35), transparent);--color-header-nav: #6b5344;--color-header-nav-hover: #2c1810;--color-header-nav-active: #2c1810;--color-header-link-hover-bg: rgb(127 29 29 / .06);--color-header-link-active-bg: rgb(127 29 29 / .1);--color-header-link-active-ring: inset 0 0 0 1px rgb(127 29 29 / .22);--color-header-cta-shadow: 0 0 0 1px rgb(127 29 29 / .2), 0 8px 22px rgb(44 24 16 / .12);--color-header-logo-filter: none;--color-header-shadow: 0 8px 24px rgb(44 24 16 / .08);--color-header-shadow-raised: 0 14px 34px rgb(44 24 16 / .12);--color-footer-bg: #2c1810;--color-footer-border: rgb(255 250 240 / .1);--color-footer-accent: linear-gradient(90deg, transparent, rgb(180 83 9 / .45), transparent);--rail-bg: linear-gradient(180deg, rgb(44 24 16 / .78) 0%, rgb(44 24 16 / .4) 100%);--rail-chip-bg: rgb(255 255 255 / .07);--rail-chip-border: rgb(255 255 255 / .12);--rail-chip-color: #f5f0e8;--color-page-mast-bg: linear-gradient(160deg, #fffdf8 0%, #f0e6d8 55%, #ebe1d4 100%);--color-page-mast-heading: #2c1810;--color-page-mast-lede: #5c4033;--color-page-mast-eyebrow: #7f1d1d;--page-mast-secondary-bg: var(--color-surface);--page-mast-secondary-border: var(--color-border);--page-mast-secondary-color: var(--color-text);--page-mast-secondary-shadow: var(--shadow-sm);--page-mast-secondary-border-hover: var(--color-primary);--page-mast-secondary-bg-hover: color-mix(in srgb, var(--color-surface) 88%, #f5f0e8);--page-mast-ghost-color: var(--color-text);--page-mast-ghost-border: var(--color-border);--page-mast-ghost-bg: transparent;--page-mast-ghost-bg-hover: rgb(127 29 29 / .05);--page-mast-ghost-border-hover: var(--color-primary);--page-mast-title-shadow: none}.theme-classic .site-header:after{content:"";display:block;height:2px;background:var(--color-header-border-accent);opacity:.9}.theme-classic .ui-section--surface{background:linear-gradient(185deg,color-mix(in srgb,var(--color-surface) 100%,#f0e6d8) 0%,var(--color-surface) 50%,color-mix(in srgb,var(--color-surface) 95%,var(--color-bg)) 100%)}.theme-sports{--font-body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Bebas Neue", "Oswald", Impact, system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: clamp(2rem, 1.2rem + 2.2vw, 2.75rem);--leading-tight: 1.05;--leading-normal: 1.5;--leading-relaxed: 1.65;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 4px;--shadow-sm: 0 1px 2px rgb(0 0 0 / .35);--shadow-md: 0 14px 40px rgb(0 0 0 / .45);--color-bg: #0a1628;--color-surface: #0f2137;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: #1e3a5f;--color-primary: #bef264;--color-primary-hover: #d9f99d;--color-link: #a3e635;--color-link-hover: #d9f99d;--color-focus: #ecfccb;--color-header-bg: #050d18;--color-header-bg-scrolled: rgb(5 13 24 / .96);--color-header-border: rgb(190 242 100 / .12);--color-header-border-accent: linear-gradient(90deg, transparent, rgb(190 242 100 / .55), transparent);--color-header-nav: #94a3b8;--color-header-nav-hover: #f8fafc;--color-header-nav-active: #fff;--color-header-link-hover-bg: rgb(190 242 100 / .08);--color-header-link-active-bg: rgb(190 242 100 / .14);--color-header-link-active-ring: inset 0 0 0 1px rgb(190 242 100 / .35);--color-header-cta-shadow: 0 0 0 1px rgb(190 242 100 / .45), 0 12px 36px rgb(0 0 0 / .5);--color-header-logo-filter: drop-shadow(0 0 16px rgb(190 242 100 / .35));--color-header-shadow: 0 16px 44px rgb(0 0 0 / .5);--color-header-shadow-raised: 0 22px 56px rgb(0 0 0 / .58);--color-footer-bg: #050d18;--color-footer-border: rgb(190 242 100 / .1);--color-footer-accent: linear-gradient(90deg, transparent, rgb(190 242 100 / .4), transparent);--rail-bg: linear-gradient(180deg, rgb(0 0 0 / .82) 0%, rgb(10 22 40 / .45) 100%);--rail-chip-bg: rgb(190 242 100 / .08);--rail-chip-border: rgb(190 242 100 / .18);--rail-chip-color: #e2e8f0;--color-body-ambient: radial-gradient(ellipse 70% 45% at 50% 0%, rgb(190 242 100 / .08), transparent 55%);--color-page-mast-bg: linear-gradient(168deg, #020617 0%, #0a1628 40%, #0f2137 100%);--color-page-mast-heading: #f8fafc;--color-page-mast-lede: #cbd5e1;--color-page-mast-eyebrow: #bef264}.theme-sports .site-header:after{content:"";display:block;height:3px;background:var(--color-header-border-accent);opacity:.95}.theme-sports body{background-image:var(--color-body-ambient);background-repeat:no-repeat;background-size:100% 360px}.theme-sports .ui-button--primary{color:#0a1628;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.theme-sports .ui-section--surface{background:linear-gradient(185deg,color-mix(in srgb,var(--color-surface) 100%,#020617) 0%,var(--color-surface) 48%,color-mix(in srgb,var(--color-surface) 88%,var(--color-bg)) 100%)}.theme-sports .ui-button--ghost:hover:not(:disabled){background:#bef2641a}.theme-retro{--font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Sora", system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: clamp(1.9rem, 1.3rem + 1.6vw, 2.45rem);--leading-tight: 1.18;--leading-normal: 1.55;--leading-relaxed: 1.68;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--shadow-sm: 0 2px 6px rgb(15 80 90 / .08);--shadow-md: 0 16px 40px rgb(15 80 90 / .12);--color-bg: #fff5e6;--color-surface: #fffaf2;--color-text: #134e4a;--color-text-muted: #3d6b66;--color-border: #fcd9bd;--color-primary: #f97316;--color-primary-hover: #ea580c;--color-link: #0f766e;--color-link-hover: #115e59;--color-focus: #f97316;--color-header-bg: color-mix(in srgb, #fffaf2 93%, transparent);--color-header-bg-scrolled: rgb(255 250 242 / .95);--color-header-border: rgb(19 78 74 / .1);--color-header-border-accent: linear-gradient(90deg, transparent, rgb(249 115 22 / .5), transparent);--color-header-nav: #3d6b66;--color-header-nav-hover: #134e4a;--color-header-nav-active: #0f766e;--color-header-link-hover-bg: rgb(249 115 22 / .1);--color-header-link-active-bg: rgb(15 118 110 / .1);--color-header-link-active-ring: inset 0 0 0 1px rgb(249 115 22 / .35);--color-header-cta-shadow: 0 0 0 1px rgb(249 115 22 / .35), 0 10px 26px rgb(19 78 74 / .12);--color-header-logo-filter: none;--color-header-shadow: 0 10px 28px rgb(19 78 74 / .08);--color-header-shadow-raised: 0 16px 38px rgb(19 78 74 / .12);--color-footer-bg: #134e4a;--color-footer-border: rgb(255 250 242 / .12);--color-footer-accent: linear-gradient(90deg, transparent, rgb(249 115 22 / .45), transparent);--rail-bg: linear-gradient(180deg, rgb(19 78 74 / .82) 0%, rgb(19 78 74 / .38) 100%);--rail-chip-bg: rgb(255 255 255 / .1);--rail-chip-border: rgb(255 255 255 / .18);--rail-chip-color: #fef3c7;--color-page-mast-bg: linear-gradient(135deg, #fffaf2 0%, #ffedd5 45%, #ccfbf1 100%);--color-page-mast-heading: #134e4a;--color-page-mast-lede: #3d6b66;--color-page-mast-eyebrow: #ea580c;--page-mast-secondary-bg: var(--color-surface);--page-mast-secondary-border: var(--color-border);--page-mast-secondary-color: var(--color-text);--page-mast-secondary-shadow: var(--shadow-sm);--page-mast-secondary-border-hover: var(--color-primary);--page-mast-secondary-bg-hover: rgb(249 115 22 / .08);--page-mast-ghost-color: var(--color-text);--page-mast-ghost-border: var(--color-border);--page-mast-ghost-bg: transparent;--page-mast-ghost-bg-hover: rgb(15 118 110 / .06);--page-mast-ghost-border-hover: var(--color-link);--page-mast-title-shadow: none}.theme-retro .site-header:after{content:"";display:block;height:2px;background:var(--color-header-border-accent);opacity:.9}.theme-retro .ui-section--surface{background:linear-gradient(185deg,#fffaf2 0%,color-mix(in srgb,var(--color-surface) 100%,#fed7aa) 55%,var(--color-surface) 100%)}.theme-shop{--font-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Plus Jakarta Sans", system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: clamp(1.875rem, 1.35rem + 1.5vw, 2.35rem);--leading-tight: 1.2;--leading-normal: 1.55;--leading-relaxed: 1.65;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgb(15 23 42 / .06);--shadow-md: 0 14px 36px rgb(15 23 42 / .1);--color-bg: #f8fafc;--color-surface: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-primary: #059669;--color-primary-hover: #047857;--color-link: #047857;--color-link-hover: #065f46;--color-focus: #10b981;--color-header-bg: #ffffff;--color-header-bg-scrolled: rgb(255 255 255 / .97);--color-header-border: #e2e8f0;--color-header-border-accent: linear-gradient(90deg, transparent, rgb(16 185 129 / .45), transparent);--color-header-nav: #64748b;--color-header-nav-hover: #0f172a;--color-header-nav-active: #0f172a;--color-header-link-hover-bg: rgb(16 185 129 / .08);--color-header-link-active-bg: rgb(16 185 129 / .12);--color-header-link-active-ring: inset 0 0 0 1px rgb(5 150 105 / .28);--color-header-cta-shadow: 0 0 0 1px rgb(5 150 105 / .22), 0 10px 26px rgb(15 23 42 / .1);--color-header-logo-filter: none;--color-header-shadow: 0 8px 24px rgb(15 23 42 / .06);--color-header-shadow-raised: 0 14px 34px rgb(15 23 42 / .1);--color-footer-bg: #f1f5f9;--color-footer-border: #e2e8f0;--color-footer-accent: linear-gradient(90deg, transparent, rgb(16 185 129 / .35), transparent);--rail-bg: linear-gradient(180deg, rgb(15 23 42 / .72) 0%, rgb(15 23 42 / .35) 100%);--rail-chip-bg: rgb(255 255 255 / .1);--rail-chip-border: rgb(255 255 255 / .16);--rail-chip-color: #f1f5f9;--color-page-mast-bg: linear-gradient(155deg, #ffffff 0%, #ecfdf5 52%, #f8fafc 100%);--color-page-mast-heading: #0f172a;--color-page-mast-lede: #475569;--color-page-mast-eyebrow: #059669;--page-mast-secondary-bg: var(--color-surface);--page-mast-secondary-border: var(--color-border);--page-mast-secondary-color: var(--color-text);--page-mast-secondary-shadow: var(--shadow-sm);--page-mast-secondary-border-hover: var(--color-primary);--page-mast-secondary-bg-hover: rgb(16 185 129 / .06);--page-mast-ghost-color: var(--color-text);--page-mast-ghost-border: var(--color-border);--page-mast-ghost-bg: transparent;--page-mast-ghost-bg-hover: rgb(15 23 42 / .04);--page-mast-ghost-border-hover: var(--color-primary);--page-mast-title-shadow: none}.theme-shop .site-header:after{content:"";display:block;height:2px;background:var(--color-header-border-accent);opacity:.85}.theme-shop .ui-section--surface{background:linear-gradient(180deg,#fff,#f8fafc)}.theme-info{--font-body: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "IBM Plex Sans", system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.45rem;--text-3xl: clamp(1.8rem, 1.3rem + 1.3vw, 2.2rem);--leading-tight: 1.25;--leading-normal: 1.6;--leading-relaxed: 1.75;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgb(30 41 59 / .05);--shadow-md: 0 10px 28px rgb(30 41 59 / .08);--color-bg: #f1f5f9;--color-surface: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-border: #cbd5e1;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-link: #2563eb;--color-link-hover: #1e40af;--color-focus: #3b82f6;--color-header-bg: #f8fafc;--color-header-bg-scrolled: rgb(248 250 252 / .96);--color-header-border: #cbd5e1;--color-header-border-accent: linear-gradient(90deg, transparent, rgb(37 99 235 / .25), transparent);--color-header-nav: #64748b;--color-header-nav-hover: #1e293b;--color-header-nav-active: #0f172a;--color-header-link-hover-bg: rgb(37 99 235 / .06);--color-header-link-active-bg: rgb(37 99 235 / .1);--color-header-link-active-ring: inset 0 0 0 1px rgb(37 99 235 / .22);--color-header-cta-shadow: var(--shadow-sm);--color-header-logo-filter: none;--color-header-shadow: 0 6px 18px rgb(30 41 59 / .06);--color-header-shadow-raised: 0 10px 26px rgb(30 41 59 / .08);--color-footer-bg: #ffffff;--color-footer-border: #e2e8f0;--color-footer-accent: transparent;--rail-bg: linear-gradient(180deg, rgb(30 41 59 / .75) 0%, rgb(30 41 59 / .38) 100%);--rail-chip-bg: rgb(255 255 255 / .09);--rail-chip-border: rgb(255 255 255 / .14);--rail-chip-color: #e2e8f0;--color-page-mast-bg: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);--color-page-mast-heading: #0f172a;--color-page-mast-lede: #475569;--color-page-mast-eyebrow: #2563eb;--page-mast-secondary-bg: var(--color-surface);--page-mast-secondary-border: var(--color-border);--page-mast-secondary-color: var(--color-text);--page-mast-secondary-shadow: none;--page-mast-secondary-border-hover: var(--color-primary);--page-mast-secondary-bg-hover: rgb(37 99 235 / .05);--page-mast-ghost-color: var(--color-text);--page-mast-ghost-border: var(--color-border);--page-mast-ghost-bg: transparent;--page-mast-ghost-bg-hover: rgb(30 41 59 / .05);--page-mast-ghost-border-hover: var(--color-text-muted);--page-mast-title-shadow: none}.theme-info .site-header:after{content:"";display:block;height:1px;background:var(--color-header-border-accent);opacity:1}.theme-info .ui-section--surface{background:var(--color-surface)}.theme-energyguard{--font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Barlow", "Space Grotesk", system-ui, sans-serif;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: clamp(1.875rem, 1.35rem + 1.4vw, 2.35rem);--leading-tight: 1.15;--leading-normal: 1.55;--leading-relaxed: 1.65;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgb(24 78 119 / .08);--shadow-md: 0 16px 40px rgb(24 78 119 / .14);--eg-navy: #184e77;--eg-sky: #0487d1;--eg-deep: #025092;--eg-orange: #fec525;--eg-green: #cfcd2e;--eg-mist: #f5f7f7;--color-bg: var(--eg-mist);--color-surface: #ffffff;--color-text: #0c1f2e;--color-text-muted: #4a6275;--color-border: #c8d6e3;--color-primary: var(--eg-orange);--color-primary-hover: #e5b01f;--color-link: var(--eg-sky);--color-link-hover: var(--eg-deep);--color-focus: var(--eg-sky);--color-header-bg: color-mix(in srgb, var(--eg-navy) 96%, transparent);--color-header-bg-scrolled: rgb(24 78 119 / .98);--color-header-border: rgb(255 255 255 / .1);--color-header-border-accent: linear-gradient( 90deg, transparent, var(--eg-orange) 35%, var(--eg-green) 65%, transparent );--color-header-nav: rgb(255 255 255 / .78);--color-header-nav-hover: #ffffff;--color-header-nav-active: #ffffff;--color-header-link-hover-bg: rgb(255 255 255 / .1);--color-header-link-active-bg: rgb(255 255 255 / .14);--color-header-link-active-ring: inset 0 0 0 1px rgb(255 255 255 / .22);--color-header-cta-shadow: 0 0 0 1px rgb(254 197 37 / .35), 0 12px 32px rgb(0 0 0 / .28);--color-header-logo-filter: brightness(0) invert(1);--color-header-shadow: 0 8px 24px rgb(0 0 0 / .2);--color-header-shadow-raised: 0 16px 40px rgb(0 0 0 / .32);--color-footer-bg: #0a2d45;--color-footer-border: rgb(255 255 255 / .1);--color-footer-accent: linear-gradient(90deg, transparent, var(--eg-orange), var(--eg-green), transparent);--rail-bg: linear-gradient(180deg, rgb(10 35 55 / .92) 0%, rgb(10 35 55 / .55) 100%);--rail-chip-bg: rgb(255 255 255 / .08);--rail-chip-border: rgb(255 255 255 / .16);--rail-chip-color: #e8f2fa;--color-body-ambient: radial-gradient(ellipse 90% 55% at 50% -8%, rgb(4 135 209 / .12), transparent 58%);--color-page-mast-bg: linear-gradient(145deg, #f5f9fc 0%, #e3f2fb 48%, #eef6fc 100%);--color-page-mast-heading: var(--eg-navy);--color-page-mast-lede: #334e63;--color-page-mast-eyebrow: var(--eg-sky);--text-hero: clamp(2.35rem, 1rem + 5.2vw, 4.25rem);--color-hero-ink: rgb(8 28 48 / .94);--color-hero-ink-mid: rgb(8 28 48 / .55);--color-hero-ink-top: rgb(8 28 48 / .15);--color-hero-title-line: #ffffff;--color-hero-lede: rgb(255 255 255 / .92);--shadow-show: 0 28px 70px rgb(8 28 48 / .35);--glow-ring: 0 0 0 1px color-mix(in srgb, var(--eg-orange) 45%, transparent)}.theme-energyguard .site-header:after{content:"";display:block;height:2px;background:var(--color-header-border-accent);opacity:.95}.theme-energyguard body{background-image:var(--color-body-ambient);background-repeat:no-repeat;background-size:100% 420px}.theme-energyguard .ui-button--primary{color:var(--eg-navy);font-weight:700;letter-spacing:.02em;box-shadow:var(--color-header-cta-shadow)}.theme-energyguard .ui-button--primary:hover:not(:disabled){color:var(--eg-navy)}.theme-energyguard .ui-section--surface{background:linear-gradient(180deg,var(--color-surface) 0%,color-mix(in srgb,var(--color-surface) 94%,var(--eg-mist)) 100%)}.theme-energyguard .site-footer__muted,.theme-energyguard .site-footer__link,.theme-energyguard .site-footer__copy{color:#dce8f2d1}.theme-energyguard .site-footer__link:hover,.theme-energyguard .site-footer__social a:hover{color:#fff}.theme-energyguard .site-footer__muted a,.theme-energyguard .hero-cinema__kicker{color:var(--eg-orange)}.theme-energyguard .hero-cinema__title-line--accent{background:linear-gradient(102deg,#ffffff 0%,var(--eg-green) 42%,var(--eg-orange) 100%);-webkit-background-clip:text;background-clip:text}.theme-energyguard .show-quote__cite{color:var(--eg-sky)}.theme-energyguard .show-split__badge{color:var(--eg-navy);background:linear-gradient(135deg,var(--eg-orange),color-mix(in srgb,var(--eg-green) 70%,var(--eg-orange)))}.theme-default,.theme-client-example,.theme-showcase,.theme-modern,.theme-classic,.theme-sports,.theme-retro,.theme-shop,.theme-info,.theme-energyguard{--text-hero: clamp(2.5rem, 1.05rem + 5.8vw, 4.85rem);--color-hero-ink: rgb(8 12 7 / .94);--color-hero-ink-mid: rgb(8 12 7 / .52);--color-hero-ink-top: rgb(8 12 7 / .12);--color-hero-title-line: #fdfdf8;--color-hero-lede: rgb(255 255 255 / .88);--radius-xl: 22px;--shadow-show: 0 28px 70px rgb(0 0 0 / .42);--glow-ring: 0 0 0 1px color-mix(in srgb, var(--color-primary) 38%, transparent)}.theme-default{--color-hero-ink: rgb(15 23 42 / .9);--color-hero-ink-mid: rgb(15 23 42 / .48);--color-hero-ink-top: rgb(15 23 42 / .08)}.theme-client-example{--color-hero-ink: rgb(3 6 18 / .92);--color-hero-ink-mid: rgb(3 6 18 / .5);--color-hero-ink-top: rgb(3 6 18 / .1)}.theme-showcase{--text-hero: clamp(2.85rem, 1.15rem + 7vw, 5.5rem);--color-hero-ink: rgb(10 14 9 / .94);--color-hero-ink-mid: rgb(10 14 9 / .5);--color-hero-ink-top: rgb(10 14 9 / .12);--shadow-show: 0 32px 80px rgb(0 0 0 / .55);--glow-ring: 0 0 0 1px color-mix(in srgb, var(--color-primary) 45%, transparent), 0 0 48px rgb(212 162 74 / .12)}.theme-modern{--color-hero-ink: rgb(15 23 42 / .9);--color-hero-ink-mid: rgb(15 23 42 / .46);--color-hero-ink-top: rgb(15 23 42 / .06);--glow-ring: 0 0 0 1px color-mix(in srgb, var(--color-primary) 32%, transparent)}.theme-classic{--color-hero-ink: rgb(44 24 16 / .9);--color-hero-ink-mid: rgb(44 24 16 / .48);--color-hero-ink-top: rgb(44 24 16 / .08)}.theme-sports{--text-hero: clamp(2.75rem, 1.1rem + 6.5vw, 5rem);--color-hero-ink: rgb(5 13 24 / .93);--color-hero-ink-mid: rgb(5 13 24 / .52);--color-hero-ink-top: rgb(5 13 24 / .1);--shadow-show: 0 30px 76px rgb(0 0 0 / .52);--glow-ring: 0 0 0 1px color-mix(in srgb, var(--color-primary) 40%, transparent), 0 0 40px rgb(190 242 100 / .12)}.theme-retro{--color-hero-ink: rgb(19 78 74 / .9);--color-hero-ink-mid: rgb(19 78 74 / .46);--color-hero-ink-top: rgb(19 78 74 / .08)}.theme-shop{--color-hero-ink: rgb(15 23 42 / .9);--color-hero-ink-mid: rgb(15 23 42 / .45);--color-hero-ink-top: rgb(15 23 42 / .06)}.theme-info{--text-hero: clamp(2.35rem, 1.05rem + 5vw, 4.25rem);--color-hero-ink: rgb(15 23 42 / .88);--color-hero-ink-mid: rgb(15 23 42 / .44);--color-hero-ink-top: rgb(15 23 42 / .06);--shadow-show: 0 22px 56px rgb(0 0 0 / .35)}.theme-energyguard{--text-hero: clamp(2.35rem, .95rem + 5.5vw, 4.5rem);--color-hero-ink: rgb(8 28 48 / .92);--color-hero-ink-mid: rgb(8 28 48 / .5);--color-hero-ink-top: rgb(8 28 48 / .08);--shadow-show: 0 32px 80px rgb(8 28 48 / .42);--glow-ring: 0 0 0 1px color-mix(in srgb, #fec525 42%, transparent), 0 0 40px rgb(4 135 209 / .15)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-padding-top:5.5rem}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-link);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{color:var(--color-link-hover)}img{max-width:100%;height:auto;vertical-align:middle}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
