:root{--bg:#F5F0E8;--fg:#1A1A1A;--fg-soft:#7A746B;--demerara:#C4963A;--border:rgba(26, 26, 26, .12);--btn-bg:#1A1A1A;--btn-fg:#F5F0E8;--logo-invert:0;--font-headline:"Special Elite", monospace;--font-body:"Courier Prime", "Courier New", monospace}@media (prefers-color-scheme:dark){html:not([data-theme=light]){--bg:#1A1A1A;--fg:#F5F0E8;--fg-soft:#A39D94;--border:rgba(245, 240, 232, .12);--btn-bg:#F5F0E8;--btn-fg:#1A1A1A;--logo-invert:.88}}[data-theme=dark]{--bg:#1A1A1A;--fg:#F5F0E8;--fg-soft:#A39D94;--border:rgba(245, 240, 232, .12);--btn-bg:#F5F0E8;--btn-fg:#1A1A1A;--logo-invert:.88}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--fg);font-family:var(--font-body);font-size:16px;line-height:1.7;background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased;transition:background .3s,color .3s}.skip-link{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:var(--fg);color:var(--bg);font-family:var(--font-body);font-size:.85rem;text-decoration:none;z-index:100;border-radius:0 0 4px 4px}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--demerara);outline-offset:2px}a{color:var(--fg);text-decoration-color:var(--demerara);text-underline-offset:3px}a:hover{color:var(--demerara)}.site-shell{width:min(680px,calc(100% - 2.5rem));margin:0 auto;padding:2rem 0 0}.hero{padding:4rem 0 3rem;text-align:center;position:relative;overflow:hidden;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.hero__logo{width:min(520px,90%);height:auto;margin-bottom:1rem;filter:invert(var(--logo-invert));transition:filter .3s}.hero__headline{font-family:var(--font-headline);font-size:clamp(1.1rem,3vw,1.4rem);text-transform:lowercase;letter-spacing:.02em;line-height:1.4;max-width:24ch}.hero__sub{font-size:.95rem;color:var(--fg-soft);max-width:32ch}.hero__cta{display:inline-block;margin-top:.5rem;padding:.65rem 1.6rem;border-radius:999px;background:var(--btn-bg);color:var(--btn-fg);font-family:var(--font-body);font-size:.85rem;letter-spacing:.04em;text-decoration:none;transition:background .2s,color .2s}.hero__cta:hover{background:var(--demerara);color:var(--btn-fg)}.seeds-container{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.seeds-container:before,.seeds-container:after{content:"";position:absolute;left:0;right:0;z-index:1;pointer-events:none}.seeds-container:before{top:0;height:15%;background:linear-gradient(to bottom,var(--bg),transparent)}.seeds-container:after{bottom:0;height:40%;background:linear-gradient(to bottom,transparent,var(--bg))}.seed{position:absolute;top:-5%;width:6px;height:10px;background:var(--fg);border-radius:50%/60% 60% 40% 40%;opacity:0;animation:fall linear infinite}@keyframes fall{0%{transform:translateY(-10%) rotate(0);opacity:0}5%{opacity:.12}to{transform:translateY(110%) rotate(360deg);opacity:.12}}.seed:nth-child(1){left:8%;animation-duration:12s;animation-delay:0s;width:5px;height:9px}.seed:nth-child(2){left:18%;animation-duration:15s;animation-delay:2s;width:4px;height:7px}.seed:nth-child(3){left:32%;animation-duration:11s;animation-delay:4s}.seed:nth-child(4){left:45%;animation-duration:14s;animation-delay:1s;width:5px;height:8px}.seed:nth-child(5){left:58%;animation-duration:13s;animation-delay:3s;width:4px;height:7px}.seed:nth-child(6){left:72%;animation-duration:16s;animation-delay:5s}.seed:nth-child(7){left:85%;animation-duration:12s;animation-delay:2.5s;width:5px;height:9px}.seed:nth-child(8){left:93%;animation-duration:14s;animation-delay:.5s;width:4px;height:7px}.divider{width:35%;margin:2rem auto;opacity:.7;filter:invert(var(--logo-invert));transition:filter .3s}.divider svg{width:100%;height:auto;display:block}.divider--product-a{width:55%}.products{padding:2rem 0}.products__heading{font-family:var(--font-headline);font-size:clamp(1rem,2.5vw,1.2rem);text-transform:lowercase;margin-bottom:2rem;text-align:center}.product{padding:.75rem 0}.product__name{font-family:var(--font-headline);font-size:1rem;text-transform:lowercase;margin-bottom:.4rem}.product__desc{font-size:.9rem;color:var(--fg-soft);line-height:1.6}.story{padding:3rem 0;text-align:center}.story p{font-size:.95rem;line-height:1.8;max-width:36ch;margin:0 auto;color:var(--fg-soft)}.find-us{padding:3rem 0;text-align:center}.find-us__heading{font-family:var(--font-headline);font-size:clamp(1rem,2.5vw,1.2rem);text-transform:lowercase;margin-bottom:1rem}.find-us__details{font-size:.9rem;color:var(--fg-soft);line-height:1.8}.site-footer{padding:3rem 0 2rem;text-align:center}.site-footer__closer{font-family:var(--font-headline);font-size:1rem;text-transform:lowercase;color:var(--fg);margin-bottom:1rem}.site-footer__copy{font-size:.8rem;color:var(--fg-soft)}.theme-toggle{display:flex;justify-content:center;gap:0;margin-bottom:1rem}.theme-toggle__btn{font-family:var(--font-body);font-size:.65rem;letter-spacing:.03em;padding:.25rem .4rem;border:0;background:0 0;color:var(--fg-soft);cursor:pointer}.theme-toggle__btn.is-active{font-weight:700;color:var(--fg)}.theme-toggle__btn:hover:not(.is-active){color:var(--fg)}@media (max-width:480px){.site-shell{width:calc(100% - 1.5rem)}.hero{min-height:70vh;padding:3rem 0 2rem}.hero__logo{width:95%}}@media (prefers-reduced-motion:reduce){.seed{animation:none}body,.hero__logo,.divider{transition:none}}