:root{--ink:#17212d;--paper:#f6f3ea}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing{isolation:isolate;align-items:end;min-height:100svh;display:grid;position:relative;overflow:hidden}.landingBackground{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.landing:after{z-index:-1;content:"";background:linear-gradient(90deg,#f6f3eae6,#f6f3ea94 46%,#f6f3ea33),linear-gradient(#f6f3ea05 58%,#f6f3eaf0);position:absolute;inset:0}.landingContent{width:min(980px,100% - 40px);margin:0 auto;padding:120px 0 84px}h1,p{margin-top:0}h1{max-width:900px;margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(64px,12vw,168px);font-weight:500;line-height:.86}p{color:#2a3744;max-width:760px;margin-bottom:0;font-size:clamp(18px,2vw,25px);line-height:1.42}@media (max-width:760px){.landingContent{width:min(100% - 32px,980px);padding-bottom:44px}h1{font-size:clamp(52px,17vw,92px)}}
