:root{--ink:#111;--paper:#f5f1e8;--pink:#ff8fb8;--line:#222;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1rem max(1.25rem,calc((100vw - var(--max))/2));background:rgba(245,241,232,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}a{color:inherit}.wordmark{font-weight:900;text-decoration:none;letter-spacing:-.04em}.site-header nav{display:flex;gap:1.5rem}.site-header nav a,footer a{font-size:.88rem;font-weight:700;text-decoration:none}.site-header nav a:hover,footer a:hover{text-decoration:underline}.menu-button{display:none;background:none;border:1px solid;padding:.5rem .7rem;font:inherit;font-weight:700}.hero,.collection,.about,footer{max-width:var(--max);margin:auto}.hero{min-height:80vh;display:flex;flex-direction:column;justify-content:center;padding:7rem 1.25rem}.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.15em;font-size:.74rem;font-weight:800}.hero h1{max-width:1100px;margin:0;font-size:clamp(4rem,11vw,9.5rem);line-height:.78;letter-spacing:-.085em}.hero-copy{max-width:540px;margin:2.5rem 0 1.5rem;font-size:1.15rem;line-height:1.55}.button{align-self:flex-start;padding:.9rem 1.2rem;background:var(--ink);color:white;text-decoration:none;font-weight:800}.collection{padding:6rem 1.25rem;border-top:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading h2,.about h2{margin:0;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.065em}.filters{display:flex;gap:.4rem}.filters button{border:1px solid var(--ink);background:transparent;padding:.55rem .8rem;font:inherit;font-size:.8rem;font-weight:700}.filters button.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.shirt-art{aspect-ratio:4/5;display:grid;place-items:center;clip-path:polygon(27% 8%,40% 0,60% 0,73% 8%,100% 20%,87% 41%,77% 34%,77% 100%,23% 100%,23% 34%,13% 41%,0 20%);font-weight:900;text-align:center;font-size:clamp(1.8rem,4vw,4rem);line-height:.82;letter-spacing:-.06em}.light-shirt{background:#e9dfca}.dark-shirt{background:#171717;color:#fff}.dark-shirt em{color:var(--pink);font-style:normal}.pink-shirt{background:var(--pink)}.product-info{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.product-info h3{font-size:1.15rem}.product-info p{font-size:.78rem;text-align:right}.launch-note{margin:3rem 0 0}.about{padding:9rem 1.25rem;border-top:1px solid var(--line)}.about>p:last-child{max-width:900px;font-size:clamp(1.6rem,3.5vw,3rem);line-height:1.15;letter-spacing:-.035em}footer{display:flex;justify-content:space-between;padding:2rem 1.25rem;border-top:1px solid var(--line);font-size:.8rem}footer div{display:flex;gap:1rem}.legal{max-width:760px;margin:5rem auto;padding:1.25rem;line-height:1.6}.legal h1{font-size:clamp(3rem,8vw,6rem);letter-spacing:-.07em}@media(max-width:720px){.menu-button{display:block}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1.25rem;background:var(--paper);border-bottom:1px solid}.site-header nav.open{display:flex}.hero{min-height:72vh;padding-top:5rem}.hero h1{font-size:clamp(3.5rem,17vw,6rem)}.section-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr}.product-info{padding-bottom:1.5rem}.about{padding:6rem 1.25rem}footer{gap:1rem;flex-direction:column}}
