:root{--ink:#121212;--paper:#fafafa;--blue:#234bff;--line:#d7d7d7;--muted:#565656}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-underline-offset:5px}a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.announcement{background:var(--ink);color:#fff;padding:10px 4%;font-size:.75rem;letter-spacing:.09em;display:flex;justify-content:space-between;gap:12px}.announcement span{letter-spacing:0}header{padding:25px 4%;display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid var(--line)}.wordmark{font-weight:800;font-size:1.65rem;letter-spacing:-.06em;text-decoration:none;white-space:nowrap}.cursor{color:var(--blue)}nav{display:flex;gap:30px;align-items:center;font-size:.875rem}nav a{text-decoration:none}nav a:hover,.text-link:hover{text-decoration:underline}.nav-contact{font-weight:700}.hero{display:grid;grid-template-columns:.9fr 1.25fr;min-height:530px;border-bottom:1px solid var(--ink)}.hero-copy{padding:66px 8% 55px 9%}.eyebrow{font-family:monospace;font-size:.8rem;letter-spacing:.08em;font-weight:600;margin:0 0 25px}h1{font-size:clamp(3.4rem,5.6vw,6.5rem);line-height:.98;letter-spacing:-.065em;margin:0 0 28px;font-weight:800}.intro{font-size:1.125rem;max-width:355px;color:#414141;line-height:1.55}.button{display:inline-flex;gap:28px;align-items:center;justify-content:center;background:var(--ink);color:#fff;padding:16px 24px;text-decoration:none;font-size:.9rem;font-weight:700;margin-top:14px}.button:hover{background:var(--blue)}.small{font-size:.8rem;color:var(--muted);margin-top:22px}.hero-image{margin:0;background:#1558eb;display:flex;flex-direction:column;justify-content:center;min-width:0}.hero-image img{display:block;width:100%;height:auto;object-fit:contain}.hero-image figcaption{display:flex;justify-content:space-between;gap:15px;padding:18px 25px;color:white;font-family:monospace;font-size:.75rem}.ticker{background:var(--blue);color:#fff;display:flex;justify-content:space-around;gap:24px;padding:20px;font-family:monospace;font-size:.875rem;letter-spacing:.05em;overflow:hidden}.collection{padding:76px 4%}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}.section-head .eyebrow{margin-bottom:14px}h2{font-size:clamp(2rem,3.3vw,3.5rem);line-height:1.06;letter-spacing:-.045em;margin:0;font-weight:700}.section-head>p{font-size:.875rem;color:var(--muted);margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.type-art{min-height:330px;padding:24px 25px;display:flex;flex-direction:column;justify-content:space-between}.art-label,.art-foot{font-family:monospace;font-size:.75rem;letter-spacing:.05em}.art-one{background:var(--ink);color:white}.art-two{background:var(--blue);color:white}.art-three{background:#e8e8e8;color:var(--ink)}.type-art p{font-family:Georgia,serif;font-size:clamp(1.6rem,3vw,3rem);line-height:1.05;letter-spacing:-.04em;margin:30px 0}.type-art em{font-weight:normal}.product-title{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-top:19px}.product-title h3{font-size:1.125rem;margin:0;letter-spacing:-.02em}.product-title span{font-family:monospace;font-size:.85rem;white-space:nowrap}.product-desc{font-size:.9rem;color:#414141;margin:9px 0}.product-meta{font-size:.8rem;color:var(--muted);margin:13px 0}.text-link{font-size:.9rem;font-weight:700;display:inline-block;margin-top:9px}.collection-note{font-size:.8rem;color:var(--muted);line-height:1.6;max-width:800px;margin:36px 0 0}.story{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:65px 8% 70px 4%;display:grid;grid-template-columns:1fr 1.45fr;gap:40px}.story>div{max-width:720px}.story p:not(.eyebrow){font-size:1.1rem;line-height:1.6;color:#414141;max-width:600px}.story h2{margin-bottom:30px}.questions{display:grid;grid-template-columns:1fr 1.45fr;gap:40px;padding:70px 4%}.questions h2{font-size:2.5rem}.faq details{border-bottom:1px solid var(--line);padding:19px 0}.faq details:first-child{padding-top:0}.faq summary{font-size:1rem;font-weight:700;cursor:pointer;list-style-position:outside;margin-left:20px;padding-right:10px}.faq p{max-width:700px;color:#4e4e4e;line-height:1.65}.closing{background:var(--blue);color:white;padding:70px 4%;text-align:center}.closing h2{font-size:clamp(2.5rem,4vw,4.5rem)}.closing .eyebrow{margin-bottom:18px}.closing .light{color:var(--ink);background:white;margin-top:28px}.closing .light:hover{background:var(--ink);color:white}.closing>p:last-child{font-size:.8rem;margin-top:22px}footer{padding:35px 4%;display:flex;justify-content:space-between;align-items:center;gap:20px}footer p,footer>a:last-child{font-size:.8rem;color:var(--muted)}@media(min-width:1550px){header,main,footer,.announcement{max-width:1800px;margin-left:auto;margin-right:auto}}@media(max-width:900px){nav{gap:18px}.hero-copy{padding:45px 8%}h1{font-size:3.8rem}.hero{min-height:0}.products{gap:16px}.type-art{min-height:280px;padding:18px}.type-art p{font-size:2.1rem}.product-title{display:block}.product-title span{display:block;margin-top:5px}.story,.questions{grid-template-columns:.7fr 1.3fr}.ticker{font-size:.75rem;gap:15px}.hero-image figcaption{flex-direction:column;gap:5px}.announcement span{display:none}}@media(max-width:650px){header{padding:20px 5%;align-items:start;flex-direction:column;gap:15px}.wordmark{font-size:1.5rem}nav{width:100%;justify-content:space-between;gap:15px;font-size:.8rem}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 5% 35px}h1{font-size:4.6rem}.hero-copy .intro{max-width:95%}.hero-image figcaption{flex-direction:row;font-size:.75rem;padding:15px 5%}.ticker{padding:15px 5%;justify-content:center;flex-wrap:wrap}.ticker span:nth-child(n+3){display:none}.ticker span:nth-child(2){display:none}.collection{padding:45px 5%}.section-head{display:block;margin-bottom:30px}.section-head>p{margin-top:20px}.products{grid-template-columns:1fr;gap:40px}.type-art{min-height:335px;padding:25px}.type-art p{font-size:2.9rem}.product-title{display:flex}.product-title span{margin:0}.story,.questions{display:block;padding:45px 5%}.story .eyebrow{margin-bottom:30px}.story h2{font-size:2.65rem}.questions h2{margin-bottom:30px}.closing{padding:55px 5%}footer{padding:30px 5%;flex-direction:column;align-items:start;gap:10px}footer p{margin:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
