.sys{position:relative;min-height:clamp(560px,78vh,900px);display:grid;place-items:center;padding:clamp(72px,12vh,168px) 24px;background:radial-gradient(130% 92% at 50% -12%,rgba(232,84,42,.18),transparent 62%),var(--forest);color:var(--cream);text-align:center;overflow:hidden}.sys-mark{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-display);font-weight:200;text-transform:uppercase;font-size:clamp(240px,44vw,640px);line-height:1;letter-spacing:-.02em;color:rgba(240,230,208,.04);pointer-events:none;user-select:none;white-space:nowrap}.sys-inner{position:relative;z-index:1;max-width:54ch}.sys .eyebrow{display:inline-block;margin-bottom:24px}.sys-title{margin:0;font-family:var(--font-display);font-weight:var(--heading-weight-h1);text-transform:uppercase;line-height:.86;letter-spacing:.005em;font-size:clamp(44px,7vw,110px);color:var(--cream);text-wrap:balance}.sys-lede{margin:26px auto 0;max-width:46ch;color:var(--cream-soft);font-size:clamp(16px,1.4vw,19px);line-height:1.7}.sys-cta{margin-top:42px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.sys .pill-ghost{border-color:rgba(240,230,208,.4);color:var(--cream)}.sys .pill-ghost:hover{border-color:var(--orange);color:var(--orange)}body:has(main>.sys) header.bar:not(.solid) .bar-nav a{color:rgba(255,255,255,.82)}body:has(main>.sys) header.bar:not(.solid) .bar-mobile-menu summary{color:rgba(255,255,255,.9)}body:has(main>.sys) header.bar:not(.solid) .bar-mobile-menu-panel{border-color:rgba(240,230,208,.4);background:rgba(13,21,10,.92)}body:has(main>.sys) header.bar:not(.solid) .bar-mobile-menu-panel a{color:rgba(255,255,255,.86)}body:has(main>.sys) header.bar:not(.solid) .bar-mobile-menu-panel a:hover{background:rgba(240,230,208,.08);color:#fff}body:has(main>.sys) header.bar:not(.solid) .bar-mobile-menu-panel .bar-mobile-shop,body:has(main>.sys) header.bar:not(.solid) .bar-mobile-menu-panel .bar-mobile-shop:hover{background:var(--orange);color:#fff}.sys-pulse{margin:32px auto 0;width:48px;height:3px;border-radius:999px;background:var(--orange);animation:sysPulse 1.1s var(--ease) infinite}@keyframes sysPulse{0%,to{opacity:.35;transform:scaleX(.55)}50%{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.sys-pulse{animation:none;opacity:.7}}@media (max-width:560px){.sys-cta{flex-direction:column;align-items:center}.sys-cta .pill{width:100%;max-width:320px;justify-content:center}}