*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;background:#f4f4f2;color:#202020}body{margin:0;line-height:1.6}a{color:inherit}.top{max-width:1180px;margin:auto;padding:24px 24px 18px;display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none;display:flex;flex-direction:column;font-weight:800}.logo span{font-size:46px;line-height:.9;letter-spacing:-3px}.logo small{font-size:12px;letter-spacing:1px;text-transform:uppercase}#menu{display:none;background:none;border:0;font-size:28px}nav{background:#222;display:flex;justify-content:center;flex-wrap:wrap}nav a{color:#fff;text-decoration:none;padding:15px 20px;font-weight:700;font-size:14px}nav a:hover,nav a.active{background:#f0c400;color:#111}.hero{min-height:390px;display:flex;align-items:end;background:linear-gradient(135deg,#252525,#4b4b4b);color:#fff}.hero>div{width:min(1180px,100%);margin:auto;padding:70px 24px}.eyebrow{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin:0 0 8px;color:#8b7000}h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:0 0 18px}h2{line-height:1.15}.hero h1{max-width:820px}.news{max-width:1180px;margin:0 auto;padding:50px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news article,.cards>div{background:#fff;padding:28px;box-shadow:0 3px 15px #00000012}.news article>span{font-size:12px;text-transform:uppercase;font-weight:800;color:#8b7000}.news a{text-decoration:none;font-weight:800}.page{max-width:1000px;margin:auto;padding:70px 24px;min-height:65vh}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:35px 0}.schedule{margin:30px 0}.schedule div{background:#fff;padding:20px 24px;margin:8px 0;display:flex;gap:30px;box-shadow:0 2px 10px #0000000d}.schedule b{min-width:110px}footer{background:#222;color:#ddd;padding:35px max(24px,calc((100% - 1132px)/2));display:flex;justify-content:space-between;gap:20px}footer a{color:#fff}footer p{margin:.3em 0}@media(max-width:760px){#menu{display:block}nav{display:none;flex-direction:column}nav.open{display:flex}nav a{text-align:center}.news,.cards{grid-template-columns:1fr}.hero{min-height:320px}.top{padding:18px 20px}.logo span{font-size:38px}.schedule div{flex-direction:column;gap:4px}footer{flex-direction:column}}