:root{--gold:#D7A866;--red:#B13B2E;--ink:#211F1C;--paper:#FFFAF0;--muted:#6f695f}
html{font-size:100%}html body{font:400 1rem/1.65 "DM Sans","Noto Sans SC",system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body nav{font-size:1.1rem;line-height:1.2}body .kicker{font-family:"DM Sans","Noto Sans SC",sans-serif;font-size:.875rem;line-height:1.35}body .intro{font-size:1.3rem;line-height:1.7}body .card{font-size:1.18rem;line-height:1.6}body .card strong{font-size:.875rem;line-height:1.35}body .btn{font-size:1rem;line-height:1.2}body .footer-links{font-size:1.1rem}body .footer-bottom{font-size:1rem;line-height:1.5}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 "DM Sans",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}header{height:112px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--ink);background:var(--paper)}header img{width:min(320px,35vw);height:82px;object-fit:contain}nav{display:flex;gap:1.4rem;align-items:center;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.88rem}.order{padding:.75rem 1rem;background:var(--ink);color:white;border:2px solid var(--ink);box-shadow:4px 4px 0 var(--gold)}main{min-height:calc(100vh - 164px)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:560px;border-bottom:2px solid var(--ink)}.photo{width:100%;height:100%;min-height:560px;object-fit:cover}.copy{padding:clamp(3rem,7vw,7rem) 6vw;display:flex;flex-direction:column;justify-content:center}.kicker{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem}.copy h1{font:400 clamp(3.8rem,7vw,7rem)/.9 Anton,sans-serif;text-transform:uppercase;margin:.7rem 0 1.5rem}.copy h1 span{display:block;color:var(--red)}.intro{max-width:560px;font-size:1.1rem}.info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.2rem 0}.card{border:2px solid var(--ink);background:white;padding:1.2rem}.card strong{display:block;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.card a{text-decoration:underline}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 1.2rem;border:2px solid var(--ink);font-weight:900;text-transform:uppercase;letter-spacing:.05em}.btn.primary{background:var(--gold)}footer{background:var(--red);color:white;padding:2rem 5vw;display:grid;grid-template-columns:1fr auto;gap:1rem 3rem;align-items:center}.footer-brand{font:400 1.9rem Anton,sans-serif;text-transform:uppercase}.footer-links{display:flex;gap:1rem;font-weight:700}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.35);padding-top:1rem;font-size:.8rem;display:flex;justify-content:space-between;gap:1rem}@media(max-width:800px){header{height:88px;padding-inline:5vw}header img{width:200px;height:62px}header nav a:not(.order){display:none}.hero{grid-template-columns:1fr}.photo{min-height:310px;height:42vh}.copy{padding:4rem 6vw}.info{grid-template-columns:1fr}.actions{display:grid}.btn{width:100%}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer-bottom{grid-column:1;flex-direction:column}}
