:root{--cream:#f1efe7;--ink:#171714;--orange:#f45b22;--line:rgba(23,23,20,.24)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,"Apple SD Gothic Neo",sans-serif}a{color:inherit;text-decoration:none}main{min-height:100vh;overflow:hidden}.nav{height:88px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-weight:900;font-size:clamp(1.25rem,2vw,1.8rem);letter-spacing:-.06em}.wordmark span{margin-left:.2rem;font-size:.45em;vertical-align:top;letter-spacing:0}.nav-link,.eyebrow,.section-label,footer{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;letter-spacing:.08em}.nav-link{border-bottom:1px solid;padding-bottom:3px}.hero{min-height:calc(100vh - 88px);padding:clamp(3rem,8vw,7rem) 4vw 3.5rem;display:flex;flex-direction:column;justify-content:space-between}.eyebrow{color:var(--orange);margin:0 0 3rem}h1{margin:0;max-width:1200px;font-size:clamp(4rem,10.7vw,10.5rem);line-height:.9;letter-spacing:-.085em;font-weight:800}h1 em{color:var(--orange);font-family:Georgia,serif;font-weight:400}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-top:5rem}.intro{max-width:450px;margin:0;font-size:clamp(1rem,1.5vw,1.35rem);line-height:1.55;letter-spacing:-.03em}.round-link{width:64px;height:64px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-size:1.5rem;transition:.2s ease}.round-link:hover{background:var(--ink);color:var(--cream);transform:translateY(4px)}.signal{background:var(--orange);padding:clamp(4rem,8vw,8rem) 4vw;display:grid;grid-template-columns:1.2fr .8fr;gap:6vw;align-items:center}.signal-copy h2{font-size:clamp(2.8rem,6vw,6.5rem);line-height:.95;letter-spacing:-.07em;margin:2rem 0}.signal-copy>p:last-child{max-width:430px;line-height:1.6}.qr-card{background:var(--cream);padding:clamp(1.2rem,3vw,2.2rem);transform:rotate(2deg);box-shadow:14px 14px 0 var(--ink)}.qr-card img{display:block;width:100%;aspect-ratio:1;image-rendering:pixelated}.qr-meta{border-top:1px solid var(--line);margin-top:1.2rem;padding-top:1rem;display:flex;justify-content:space-between;font-size:.7rem;letter-spacing:.08em}footer{min-height:130px;padding:2rem 4vw;display:flex;align-items:end;justify-content:space-between}@media(max-width:700px){.nav{height:72px}.hero{min-height:calc(100svh - 72px);padding-top:3rem}h1{font-size:clamp(3.65rem,19vw,6rem)}.hero-bottom{align-items:center;margin-top:4rem}.intro{max-width:72%}.round-link{width:52px;height:52px;flex:0 0 auto}.signal{grid-template-columns:1fr;gap:3.5rem}.qr-card{width:88%;justify-self:center}footer{min-height:110px;align-items:center}footer span:last-child{text-align:right;max-width:150px}}
