:root{--background:#f1f0eb;--foreground:#171814;--muted:#6d6e66;--line:rgba(23,24,20,0.16);--accent:#a5c800;--accent-ink:#233000;--font-sans:"Avenir Next","Helvetica Neue",Arial,sans-serif;--font-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}@media (prefers-color-scheme:dark){:root{--background:#151613;--foreground:#eeeee8;--muted:#a8aaa1;--line:rgba(238,238,232,0.2);--accent:#b2d40a;--accent-ink:#1f2600}}*{box-sizing:border-box}body,html{background:var(--background)}body{min-width:320px;margin:0;color:var(--foreground);font-family:var(--font-sans),Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.site-shell{display:flex;min-height:100dvh;flex-direction:column;padding:28px clamp(20px,4vw,64px) 26px}.site-footer,.site-header{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono),monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.site-header{border-bottom:1px solid var(--line);padding-bottom:20px}.wordmark{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.wordmark-mark{display:grid;width:27px;height:27px;place-items:center;border:1px solid;border-radius:50%;font-size:9px;letter-spacing:-.08em;line-height:1}.availability{display:inline-flex;align-items:center;gap:9px;color:var(--muted)}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 16%,transparent)}.hero{display:grid;flex:1 1;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;grid-gap:clamp(34px,7vw,120px);gap:clamp(34px,7vw,120px);max-width:1500px;width:100%;margin:0 auto;padding:clamp(44px,8vh,100px) 0}.hero-copy{max-width:570px;animation:reveal-copy .7s cubic-bezier(.16,1,.3,1) both}.kicker{margin:0 0 26px;color:var(--muted);font-family:var(--font-mono),monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase}h1{max-width:9.5ch;margin:0;font-size:clamp(3.2rem,6.4vw,6.8rem);font-weight:520;letter-spacing:-.085em;line-height:.96}h1 em{color:var(--muted);font-style:normal}.hero-description{max-width:34ch;margin:30px 0 0;color:var(--muted);font-size:clamp(1rem,1.4vw,1.15rem);letter-spacing:-.025em;line-height:1.5}.wordmark:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.hero-visual{width:100%;margin:0;animation:reveal-visual .9s cubic-bezier(.16,1,.3,1) .1s both}.image-frame{position:relative;aspect-ratio:1.45/1;overflow:hidden;background:#0b0c0b}.image-frame:after{position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);content:"";pointer-events:none}.image-frame img{object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1)}.hero-visual:hover .image-frame img{transform:scale(1.025)}figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:13px;color:var(--muted);font-family:var(--font-mono),monospace;font-size:10px;letter-spacing:.02em;line-height:1.4}.caption-mark{flex:0 0 auto;color:var(--foreground)}.site-footer{border-top:1px solid var(--line);padding-top:18px;color:var(--muted)}@keyframes reveal-copy{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-visual{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.site-shell{padding:20px 18px}.site-footer,.site-header{font-size:9px}.site-header{padding-bottom:17px}.wordmark{gap:8px}.wordmark>span:last-child{max-width:19ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero{display:flex;flex-direction:column;align-items:stretch;gap:52px;padding:58px 0 56px}.kicker{margin-bottom:20px}h1{max-width:8.4ch;font-size:clamp(3.15rem,15vw,5.2rem)}.hero-description{max-width:29ch;margin-top:24px;font-size:1rem}.image-frame{aspect-ratio:1.15/1}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}