:root{--red:#c71920;--green:#08743d;--ink:#171b19;--muted:#626a66;--line:#e6e2d9;--paper:#f8f5ed;--white:#fff}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}.legal-header{min-height:94px;padding:12px clamp(18px,4vw,54px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid var(--line)}.legal-header img{width:150px;height:78px;object-fit:contain}.legal-header a{color:var(--ink);font-size:14px;font-weight:800;text-decoration:none}.legal-shell{width:min(880px,calc(100% - 34px));margin:34px auto 70px;padding:clamp(25px,5vw,58px);border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(25,30,27,.08)}.legal-kicker{margin:0 0 10px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.legal-shell h1{margin:0 0 24px;font-family:Georgia,serif;font-size:clamp(40px,7vw,68px);line-height:.96}.legal-shell h2{margin:32px 0 9px;font-size:20px}.legal-shell h3{margin:22px 0 6px;font-size:16px}.legal-shell p,.legal-shell li{color:var(--muted);font-size:15px;line-height:1.72}.legal-shell strong{color:var(--ink)}.legal-shell a{color:var(--red)}.legal-shell ul{padding-left:22px}.legal-contact{margin:24px 0;padding:20px;border-left:5px solid var(--green);border-radius:0 15px 15px 0;background:#f2f7f3}.legal-note{margin-top:38px;padding-top:18px;border-top:1px solid var(--line);font-size:12px!important}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-card{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fcfbf8}.contact-card h2{margin-top:0}.opening-hours{display:grid;grid-template-columns:1fr auto;gap:8px 20px}.legal-footer{padding:24px;text-align:center;color:var(--muted);font-size:12px}.legal-footer a{color:var(--muted);margin:0 8px}@media(max-width:650px){.legal-header{min-height:78px}.legal-header img{width:120px;height:60px}.legal-shell{margin-top:18px;border-radius:20px}.contact-grid{grid-template-columns:1fr}}
