:root{--yellow:#ffd400;--ink:#111214;--muted:#686868;--line:#deded9;--paper:#f4f4f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff}a{color:inherit}header{height:92px;padding:0 clamp(22px,5vw,78px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:5}header img{width:150px;height:auto}header a:last-child{font-weight:800;text-decoration:none;border-bottom:3px solid var(--yellow);padding:8px 0}main{max-width:960px;margin:0 auto;padding:clamp(55px,8vw,100px) 24px 110px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;display:flex;gap:12px;align-items:center}.eyebrow:before{content:'';width:28px;height:3px;background:var(--yellow)}h1,h2{font-family:'Barlow Condensed',Arial,sans-serif;text-transform:uppercase}h1{font-size:clamp(48px,8vw,92px);line-height:.92;margin:22px 0 32px}h2{font-size:30px;margin:48px 0 12px}p,li{font-size:15px;line-height:1.75;color:#4f4f4f}li+li{margin-top:8px}.intro{font-size:19px;max-width:760px;color:#333}.notice{background:var(--paper);border-left:5px solid var(--yellow);padding:24px 28px;margin:34px 0}.notice p{margin:0}footer{background:#111;color:#fff;padding:35px clamp(22px,5vw,78px);display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}footer p,footer a{color:#ddd;font-size:12px}footer nav{display:flex;gap:18px;flex-wrap:wrap}@media(max-width:600px){header{height:76px}header img{width:125px}h1{font-size:52px}main{padding-top:45px}footer{display:block}footer nav{margin-top:18px}}
