@font-face { font-family:"Plus Jakarta Sans"; src:url("/assets/hallmann-fonts/jakarta-400.woff2") format("woff2"); font-display:swap; font-weight:400; }
@font-face { font-family:"Plus Jakarta Sans"; src:url("/assets/hallmann-fonts/jakarta-600.woff2") format("woff2"); font-display:swap; font-weight:600; }
@font-face { font-family:"Plus Jakarta Sans"; src:url("/assets/hallmann-fonts/jakarta-800.woff2") format("woff2"); font-display:swap; font-weight:800; }

:root { --red:#f94137; --ink:#262a2d; --muted:#6d6f72; --line:#dfe2e5; --surface:#f5f7f9; --pad:clamp(24px,6vw,88px); color-scheme:light; }
* { box-sizing:border-box; }
html { background:var(--surface); scroll-behavior:smooth; }
body { margin:0; min-width:320px; background:var(--surface); color:var(--ink); font-family:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; }
button { font:inherit; }

.site-header { position:sticky; top:20px; z-index:100; display:flex; align-items:center; justify-content:space-between; width:min(820px,calc(100% - 32px)); height:64px; margin:20px auto 0; padding:7px 9px 7px 20px; border:3px solid #fff; border-radius:999px; background:rgba(255,255,255,.96); box-shadow:0 1px 2px rgba(159,162,171,.14),0 3px 8px rgba(159,162,171,.12),0 10px 34px rgba(159,162,171,.08); backdrop-filter:blur(14px); }
.wordmark { display:inline-flex; align-items:center; gap:10px; color:#202326; font-size:18px; font-weight:800; letter-spacing:-.055em; text-decoration:none; }
.wordmark img { width:22px; height:22px; object-fit:contain; }
.main-navigation { display:flex; align-items:center; height:100%; }
.main-navigation a { display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:0 12px; border-radius:999px; color:#6f7072; font-size:13px; letter-spacing:-.035em; text-decoration:none; transition:color 180ms ease,background 180ms ease,transform 180ms ease; }
.main-navigation a:hover,.main-navigation a:focus-visible { color:#202326; background:#f2f2f2; }
.main-navigation .header-cta { min-height:42px; margin-left:16px; padding:0 22px; background:var(--red); color:#fff; font-size:15px; white-space:nowrap; }
.main-navigation .header-cta:hover,.main-navigation .header-cta:focus-visible { background:#df2d27; color:#fff; transform:scale(1.025); }
.menu-toggle { display:none; appearance:none; border:0; background:transparent; color:var(--ink); cursor:pointer; font-size:12px; font-weight:700; letter-spacing:.06em; }

main { overflow:hidden; }
.legal-hero { width:min(920px,calc(100% - 2 * var(--pad))); margin:0 auto; padding:clamp(110px,13vw,180px) 0 clamp(100px,12vw,170px); text-align:center; }
.legal-kicker { display:flex; justify-content:center; gap:22px; margin-bottom:28px; color:var(--red); font-size:12px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; }
.legal-kicker span + span { padding-left:22px; border-left:1px solid rgba(249,65,55,.35); color:#7f8184; }
h1 { margin:0; font-size:clamp(44px,5.7vw,78px); font-weight:600; letter-spacing:-.07em; line-height:.98; }
.legal-hero > p { max-width:760px; margin:34px auto 0; color:#74777a; font-size:clamp(16px,1.55vw,20px); letter-spacing:-.04em; line-height:1.65; }

.legal-content { width:min(1120px,calc(100% - 2 * var(--pad))); margin:0 auto; padding-bottom:130px; }
.legal-section { display:grid; grid-template-columns:minmax(230px,34%) minmax(0,1fr); gap:clamp(38px,7vw,96px); padding:72px 0; border-top:1px solid #cfd3d6; }
.section-heading { position:sticky; top:112px; align-self:start; }
.section-heading span { display:block; margin-bottom:20px; color:var(--red); font-size:13px; font-weight:600; letter-spacing:.08em; }
.section-heading h2 { max-width:330px; margin:0; font-size:clamp(23px,2.5vw,35px); font-weight:600; letter-spacing:-.06em; line-height:1.08; text-transform:uppercase; }
.section-copy { color:#4e5154; font-size:16px; letter-spacing:-.028em; line-height:1.72; }
.section-copy p { margin:0 0 24px; }
.section-copy p:last-child { margin-bottom:0; }
.section-copy a { text-decoration-color:rgba(249,65,55,.55); text-underline-offset:3px; }
.section-copy h3 { margin:38px 0 12px; color:var(--ink); font-size:16px; font-weight:600; letter-spacing:-.03em; }
.section-copy ul { display:grid; gap:13px; margin:28px 0 0; padding:0; list-style:none; }
.section-copy li { position:relative; padding-left:25px; }
.section-copy li::before { position:absolute; top:.72em; left:0; width:6px; height:6px; border-radius:50%; background:var(--red); content:""; }
.contact-data { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:36px 0 0; }
.contact-data div { padding:20px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.6); }
.contact-data dt { margin-bottom:10px; color:#85878a; font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; }
.contact-data dd { margin:0; color:var(--ink); font-size:14px; line-height:1.55; }

.legal-footer { display:flex; align-items:center; justify-content:space-between; gap:32px; min-height:150px; padding:38px var(--pad); background:#050609; color:rgba(255,255,255,.64); }
.legal-footer > div { display:grid; gap:10px; }
.legal-footer p { margin:0; font-size:12px; }
.footer-brand { color:#fff; font-family:Impact,"Arial Narrow",sans-serif; font-size:25px; font-weight:900; letter-spacing:.02em; text-decoration:none; }
.legal-footer nav { display:flex; gap:24px; }
.legal-footer nav a { color:inherit; font-size:12px; text-decoration:none; }
.legal-footer nav a:hover,.legal-footer nav a[aria-current="page"] { color:#fff; }

@media (max-width:900px) {
  .site-header { width:min(760px,calc(100% - 28px)); padding:7px 8px 7px 17px; }
  .main-navigation a { padding-inline:9px; font-size:12px; }
  .main-navigation .header-cta { margin-left:9px; padding-inline:17px; font-size:14px; }
  .legal-section { grid-template-columns:1fr; gap:28px; padding:54px 0; }
  .section-heading { position:static; }
  .section-heading h2 { max-width:620px; }
  .contact-data { grid-template-columns:1fr; }
}

@media (max-width:760px) {
  :root { --pad:22px; }
  .site-header { top:12px; width:calc(100% - 24px); height:58px; margin-top:12px; padding:7px 14px 7px 16px; }
  .wordmark { gap:8px; font-size:16px; }
  .wordmark img { width:20px; height:20px; }
  .menu-toggle { display:block; }
  .main-navigation { position:absolute; top:66px; right:4px; left:4px; display:grid; height:auto; max-height:0; overflow:hidden; border-radius:20px; background:rgba(255,255,255,.98); box-shadow:0 14px 36px rgba(25,27,31,.16); opacity:0; transition:max-height 260ms ease,opacity 180ms ease; }
  .site-header.is-open .main-navigation { max-height:480px; opacity:1; }
  .main-navigation a { height:46px; padding:0 18px; border-top:1px solid rgba(38,42,45,.07); border-radius:0; color:#555; font-size:12px; }
  .main-navigation a:first-child { border-top:0; }
  .main-navigation .header-cta { height:42px; margin:8px; border:0; border-radius:999px; color:#fff; }
  .legal-hero { padding:90px 0 100px; }
  .legal-kicker { align-items:center; flex-direction:column; gap:8px; }
  .legal-kicker span + span { padding:0; border:0; }
  h1 { font-size:clamp(42px,13vw,68px); }
  .legal-hero > p { margin-top:26px; font-size:15px; line-height:1.6; }
  .legal-content { padding-bottom:80px; }
  .legal-section { padding:44px 0; }
  .section-heading span { margin-bottom:13px; }
  .section-copy { font-size:15px; line-height:1.66; }
  .legal-footer { align-items:flex-start; flex-direction:column; min-height:190px; }
}
