:root{--ink:#171717;--paper:#f7f4f1;--rose:#dca7aa;--white:#fff;--line:#17171729}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:linear-gradient(90deg, transparent 50%, var(--rose) 50%);letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}main{min-height:100svh}.site-header{z-index:1;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:84px;padding:0 5vw;display:flex;position:relative}.brand{font-size:1rem;font-weight:800}.status{text-transform:uppercase;font-size:.72rem}.hero{grid-template-columns:1fr 1fr;min-height:calc(100svh - 84px);display:grid}.hero-copy,.launch-note{min-width:0;padding:clamp(40px,7vw,112px) 5vw;display:flex}.hero-copy{background:var(--paper);flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;margin:0 0 24px;font-size:.75rem;font-weight:700}h1{max-width:680px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.4rem,7vw,7.8rem);font-weight:400;line-height:.94}.intro{max-width:540px;margin:36px 0 0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.launch-note{color:var(--ink);background:var(--rose);flex-direction:column;justify-content:flex-end}.launch-note span{font-size:.72rem;font-weight:700}.launch-note p{max-width:390px;margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,3.25rem);line-height:1.08}@media (max-width:720px){body{background:var(--paper)}.site-header{min-height:72px;padding-inline:24px}.hero{grid-template-rows:minmax(62svh,auto) minmax(30svh,auto);grid-template-columns:1fr;min-height:calc(100svh - 72px)}.hero-copy,.launch-note{padding:48px 24px}h1{font-size:clamp(3.5rem,18vw,5.6rem)}.launch-note{min-height:240px}}
