:root{--bg:#fff;--ink:#111;--muted:#66666f;--hairline:#e6e6ea;--soft:#f7f7f4;--orange:#ff6a06;--orange-deep:#d95700}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0}a{color:inherit}.skip-link{position:absolute;left:-999px;top:1rem}.skip-link:focus{left:1rem;z-index:100;background:var(--ink);color:#fff;padding:.6rem .8rem}.site-header{align-items:center;background:hsla(0,0%,100%,.82);border-bottom:1px solid var(--hairline);display:flex;justify-content:space-between;min-height:4rem;padding:0 5vw;position:sticky;top:0;z-index:20;backdrop-filter:blur(18px)}.brand,.site-header nav{align-items:center;display:flex;gap:1rem}.brand{font-weight:760;text-decoration:none}.brand img{border-radius:.4rem}.site-header nav a{color:var(--muted);font-size:.9rem;text-decoration:none}.site-header nav a:hover{color:var(--ink)}.login-link{border:1px solid var(--hairline);border-radius:999px;color:var(--ink)!important;padding:.48rem .85rem}.hero{align-items:center;display:grid;gap:3rem;grid-template-columns:minmax(0,1fr) minmax(18rem,28rem);margin:0 auto;max-width:72rem;min-height:calc(100svh - 4rem);padding:5rem 5vw}.hero-copy{max-width:43rem}.eyebrow{color:var(--orange-deep);font-size:.78rem;font-weight:760;margin:0 0 1rem;text-transform:uppercase}.eyebrow,h1,h2,h3,p{letter-spacing:0}h1{font-size:clamp(3rem,9vw,6.8rem);line-height:.92;margin:0;max-width:10ch}.lede{color:#3f3f45;font-size:clamp(1.08rem,1.6vw,1.32rem);line-height:1.48;margin:1.6rem 0 0;max-width:38rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.button{align-items:center;border-radius:999px;display:inline-flex;font-size:.95rem;font-weight:700;min-height:2.75rem;padding:0 1.05rem;text-decoration:none}.button.primary{background:var(--orange);color:#fff}.button.secondary{border:1px solid var(--hairline);color:var(--ink)}.profile-preview{background:linear-gradient(180deg,#fff,var(--soft));border:1px solid var(--hairline);border-radius:.5rem;box-shadow:0 1.5rem 4rem hsla(0,0%,8%,.08);padding:1.15rem}.verified-strip{align-items:center;color:var(--muted);display:flex;font-size:.8rem;font-weight:680;gap:.45rem}.verified-strip span{background:var(--orange);border-radius:999px;height:.5rem;width:.5rem}.avatar{align-items:center;background:var(--ink);border-radius:999px;color:#fff;display:flex;font-weight:800;height:4.4rem;justify-content:center;margin-top:3rem;width:4.4rem}.handle{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86rem;margin:1.4rem 0 .35rem}.profile-preview h2{font-size:2rem;margin:0}.profile-preview p:last-of-type{color:var(--muted);line-height:1.5}.profile-links{display:grid;gap:.55rem;margin-top:1.4rem}.profile-links span{border:1px solid var(--hairline);border-radius:.35rem;padding:.85rem .9rem}.article,.closing,.section{border-top:1px solid var(--hairline);margin:0 auto;max-width:72rem;padding:5rem 5vw}.section-heading{max-width:40rem}.article h1,.closing h2,.section h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1;margin:0;max-width:12ch}.property-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.5rem}.property{border-left:2px solid var(--orange);padding-left:1rem}.property h3{font-size:1rem;margin:0}.article p,.property p{color:var(--muted);line-height:1.58}.closing{align-items:center;display:flex;gap:2rem;justify-content:space-between}.article{max-width:48rem}.article .button{margin-top:1rem}@media (max-width:760px){.site-header{padding:0 1rem}.hero{grid-template-columns:1fr;padding:4rem 1rem}h1{max-width:11ch}.closing,.property-grid{grid-template-columns:1fr}.property-grid{display:grid}.closing{align-items:flex-start;flex-direction:column}}