@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&family=Noto+Sans+JP:wght@400;600;800&display=swap');
:root{--ink:#101010;--paper:#f8f8f4;--gold:#ffce32;--muted:#73736d;--line:#deded5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans','Noto Sans JP',sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.wordmark{font-family:Manrope,sans-serif;font-weight:800;font-size:24px;letter-spacing:-1px}.wordmark span{color:#b87c00}nav{display:flex;gap:26px;font-size:14px}.languages{display:flex;gap:3px}.languages button{border:0;background:none;border-radius:30px;padding:7px 10px;font-size:14px}.languages button[aria-pressed=true]{background:var(--ink);color:white}.hero{padding:40px 5% 0;display:grid;grid-template-columns:1.05fr 1fr;gap:20px;min-height:740px}.eyebrow{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.edition{font-size:14px;color:var(--muted);margin:18px 0}.hero h1{font:800 clamp(54px,6.5vw,98px)/1.02 Manrope,'Noto Sans JP',sans-serif;letter-spacing:-5px;margin:24px 0}.hero h1 em{font-style:normal;color:#b47b00}.hero-summary{font-size:19px;margin:24px 0}.button{display:inline-flex;gap:40px;align-items:center;background:var(--ink);color:#fff;padding:16px 22px;font-size:14px;border:0}.button span{font-size:24px;line-height:1}.hero-art{position:relative;background:#fff;min-height:580px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-art img{width:83%;height:auto;mix-blend-mode:multiply;z-index:1;position:relative}.sony-name{position:absolute;top:22px;left:26px;font:bold 30px Georgia,serif;letter-spacing:1px}.orbit{border:1px solid #d4b343;width:430px;height:430px;border-radius:50%;position:absolute;box-shadow:0 0 0 45px #ffce3215,0 0 0 90px #ffce3210}.product-caption{position:absolute;bottom:42px;left:26px;display:flex;align-items:baseline;gap:18px;z-index:2}.product-caption strong{font-size:50px;line-height:1}.product-caption span{font-size:12px;letter-spacing:1px}.image-note{position:absolute;bottom:8px;left:26px;font-size:12px;color:#666}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:28px;padding:20px 0;font-size:12px;letter-spacing:1.5px}.section{padding:95px 7%}.section h2{font:700 clamp(34px,4.5vw,64px)/1.12 Manrope,'Noto Sans JP',sans-serif;letter-spacing:-2px;margin:25px 0 45px}.section h2 span{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.stat-grid article{border-top:1px solid var(--line);padding-top:24px}.stat-grid strong{font:800 clamp(42px,6vw,80px)/1.2 Manrope,sans-serif}.stat-grid p{margin:8px 0}footer{background:var(--ink);color:#fff;padding:40px 7%}.skip{position:fixed;top:-100px}.skip:focus{top:0;background:white;z-index:50;padding:10px}:focus-visible{outline:3px solid #bb8500;outline-offset:4px}@media(max-width:760px){header{height:74px;padding:0 5%}nav{display:none}.wordmark{font-size:19px}.languages button{padding:6px 8px}.hero{grid-template-columns:1fr;padding-top:24px}.hero h1{font-size:62px;letter-spacing:-3px}.hero-art{min-height:390px}.orbit{width:280px;height:280px}.hero-art img{width:70%}.section{padding:60px 6%}.section h2{letter-spacing:-1px}.stat-grid{gap:16px}.stat-grid strong{font-size:44px}.hero-bottom{font-size:10px}.hero-bottom span:last-child{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
