:root{--ink:#1a2420;--ink-soft:#3d4a44;--paper:#eef1ee;--paper-deep:#e2e7e3;--forest:#2f3d32;--forest-deep:#243028;--line:#1a242024;--hero-text:#f4f7f5;--danger:#8b2e2e;--ok:#1f5c3a;--font-sans:"IBM Plex Sans", system-ui, sans-serif;--font-serif:"IBM Plex Serif", Georgia, serif;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{min-height:100vh}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.topnav{z-index:40;transition:background .28s var(--ease), backdrop-filter .28s var(--ease), box-shadow .28s var(--ease);justify-content:space-between;align-items:center;padding:1.1rem clamp(1.25rem,4vw,3rem);display:flex;position:fixed;inset:0 0 auto}.topnav--solid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--line);background:#eef1eeeb}.topnav:not(.topnav--solid) .brand,.topnav:not(.topnav--solid) .topnav__links a{color:var(--hero-text)}.brand{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--ink);font-size:1.35rem;font-weight:600}.topnav__links{align-items:center;gap:clamp(.75rem,2vw,1.5rem);font-size:.95rem;font-weight:500;display:flex}.topnav__links a:hover{opacity:.8}.btn{font:inherit;cursor:pointer;transition:transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:.7rem 1.15rem;font-weight:600;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--forest);color:var(--hero-text)}.btn--primary:hover{background:var(--forest-deep)}.btn--ghost{color:var(--hero-text);background:0 0;border-color:#f4f7f573}.btn--ghost:hover{background:#f4f7f51a}.btn--nav{background:var(--forest);color:var(--hero-text);padding:.45rem .9rem;font-size:.9rem}.topnav:not(.topnav--solid) .btn--nav{background:var(--hero-text);color:var(--ink)}.hero{min-height:100dvh;color:var(--hero-text);align-items:flex-end;display:flex;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__img{object-fit:cover;object-position:center;width:100%;height:100%;animation:hero-drift 28s var(--ease) infinite alternate;will-change:transform}@keyframes hero-drift{0%{transform:scale(1.04)translate(0,0)}to{transform:scale(1.1)translate(-1.5%,-1%)}}.hero__veil{background:linear-gradient(#141c1859 0%,#141c188c 45%,#141c18e0 100%),linear-gradient(90deg,#141c188c 0%,#141c1826 60%);position:absolute;inset:0}.hero__content{z-index:1;width:min(720px,100%);padding:clamp(5.5rem,14vh,8rem) clamp(1.25rem,4vw,3rem) clamp(3rem,8vh,5rem);position:relative}.hero__brand{font-family:var(--font-serif);letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:600;line-height:1.05}.hero__title{font-family:var(--font-sans);color:#f4f7f5eb;max-width:28ch;margin:0 0 1rem;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:500;line-height:1.35}.hero__lede{color:#f4f7f5c7;max-width:40ch;margin:0 0 1.75rem;font-size:1.05rem}.hero__cta{flex-wrap:wrap;gap:.75rem;display:flex}.reveal{opacity:0;animation:rise .7s var(--ease) forwards;transform:translateY(18px)}.reveal--1{animation-delay:80ms}.reveal--2{animation-delay:.18s}.reveal--3{animation-delay:.28s}.reveal--4{animation-delay:.4s}@keyframes rise{to{opacity:1;transform:translateY(0)}}.section{padding:clamp(4rem,10vh,6.5rem) clamp(1.25rem,4vw,3rem)}.section__inner{max-width:1100px;margin:0 auto}.section__inner--narrow{max-width:640px}.section h2{font-family:var(--font-serif);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:600;line-height:1.2}.section p{color:var(--ink-soft);margin:0 0 1.25rem;font-size:1.05rem}.section--split{background:var(--paper)}.section--split .section__inner{align-items:center;gap:clamp(2rem,5vw,3.5rem);display:grid}@media (width>=880px){.section--split .section__inner{grid-template-columns:1fr 1.05fr}}.section__visual{border-radius:2px;margin:0;overflow:hidden}.section__visual img{object-fit:cover;width:100%;height:min(420px,55vw);animation:soft-in .9s var(--ease) both}@keyframes soft-in{0%{opacity:.4;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.section--list{background:var(--paper-deep)}.feature-list{margin:0 0 1.75rem;padding:0;list-style:none}.feature-list li{border-top:1px solid var(--line);gap:.25rem;padding:1.15rem 0;display:grid}.feature-list li:last-child{border-bottom:1px solid var(--line)}.feature-list strong{font-size:1.05rem}.feature-list span{color:var(--ink-soft);font-size:.98rem}.text-link{color:var(--forest);border-bottom:1px solid;padding-bottom:1px;font-weight:600}.text-link:hover{opacity:.8}.section--newsletter{background:var(--paper)}.newsletter{flex-wrap:wrap;gap:.65rem;margin-top:.5rem;display:flex}.newsletter input{border:1px solid var(--line);min-width:0;color:var(--ink);font:inherit;background:#fff;border-radius:4px;flex:220px;padding:.75rem .9rem}.newsletter input:focus{outline-offset:1px;outline:2px solid #2f3d3259}.form-note{margin:.85rem 0 0;font-size:.95rem}.form-note--ok{color:var(--ok)}.form-note--error{color:var(--danger)}.footer{border-top:1px solid var(--line);background:var(--paper-deep);padding:2rem clamp(1.25rem,4vw,3rem) 2.5rem}.footer__inner{gap:1rem;max-width:1100px;margin:0 auto;display:grid}.footer__brand{font-family:var(--font-serif);margin:0;font-size:1.2rem;font-weight:600}.footer__links{color:var(--ink-soft);flex-wrap:wrap;gap:1rem 1.35rem;font-size:.95rem;display:flex}.footer__links a:hover{color:var(--ink)}.footer__copy{color:var(--ink-soft);margin:0;font-size:.85rem}@media (width<=640px){.topnav__links a:not(.btn){display:none}.hero__content{padding-bottom:2.5rem}}@media (prefers-reduced-motion:reduce){.hero__img,.reveal,.section__visual img{animation:none!important}.reveal{opacity:1;transform:none}html{scroll-behavior:auto}}
