.legal-page { min-height: 100vh; color: #fff; background: #000; }
.legal-page__top { display:flex; align-items:center; justify-content:space-between; width:min(1436px,calc(100vw - 48px)); margin:0 auto; padding:42px 0; }
.legal-page__top img { width:72px; height:auto; }
.legal-page__back { font-size:13px; letter-spacing:.15em; opacity:.65; transition:opacity .2s ease; }
.legal-page__back:hover,.legal-page__back:focus-visible { opacity:1; }
.legal-page__content { width:min(1100px,calc(100vw - 48px)); margin:0 auto; padding:90px 0 140px; }
.legal-page__eyebrow { margin:0 0 24px; font-size:12px; letter-spacing:.18em; opacity:.5; }
.legal-page h1 { margin:0 0 70px; font-family:var(--display,"Bomstad Display",sans-serif); font-size:clamp(58px,8vw,120px); font-weight:300; line-height:.95; }
.legal-page h2 { margin:70px 0 20px; font-family:var(--display,"Bomstad Display",sans-serif); font-size:clamp(30px,3.2vw,48px); font-weight:400; line-height:1; }
.legal-page p,.legal-page li { max-width:900px; color:rgba(255,255,255,.72); font-size:16px; line-height:1.65; overflow-wrap:anywhere; }
.legal-page ul { padding-left:20px; }
.legal-page strong { color:#fff; font-weight:400; }
.legal-page a { text-decoration:underline; text-underline-offset:4px; }
.legal-page table { width:100%; margin-top:28px; border-collapse:collapse; }
.legal-page th,.legal-page td { padding:18px 14px; border-bottom:1px solid rgba(255,255,255,.18); text-align:left; vertical-align:top; color:rgba(255,255,255,.72); font-size:14px; line-height:1.5; overflow-wrap:anywhere; }
.legal-page th { color:#fff; font-weight:400; }
.legal-note { margin:32px 0; padding:22px 24px; border:1px solid rgba(255,255,255,.2); color:rgba(255,255,255,.72); font-size:14px; line-height:1.55; }
.legal-page__footer { width:min(1436px,calc(100vw - 48px)); margin:0 auto; padding:28px 0 45px; border-top:1px solid rgba(255,255,255,.16); color:rgba(255,255,255,.4); font-size:11px; overflow-wrap:anywhere; }
.video-modal { position:fixed; z-index:120; inset:0; display:grid; place-items:center; padding:28px; visibility:hidden; opacity:0; pointer-events:none; transition:opacity .3s ease,visibility .3s ease; }
.video-modal.is-open { visibility:visible; opacity:1; pointer-events:auto; }
.video-modal__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.88); }
.video-modal__dialog { position:relative; z-index:1; width:min(1100px,calc(100vw - 56px)); max-height:92vh; padding:24px; border:1px solid rgba(255,255,255,.2); background:#080808; box-shadow:0 30px 100px rgba(0,0,0,.45); }
.video-modal__close { position:absolute; z-index:2; top:10px; right:14px; width:42px; height:42px; padding:0; border:0; color:#fff; background:transparent; font-size:38px; line-height:1; cursor:pointer; }
.video-modal__eyebrow { margin:0 0 8px; color:rgba(255,255,255,.55); font-size:11px; letter-spacing:.15em; }
.video-modal h2 { margin:0 0 18px; color:#fff; font-family:var(--display,"Bomstad Display",sans-serif); font-size:42px; font-weight:400; }
.video-modal__video { display:block; width:100%; max-height:76vh; background:#000; object-fit:contain; }
.cookie-banner { position:fixed; z-index:110; right:24px; bottom:24px; left:24px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:22px 32px; align-items:end; padding:24px 54px 24px 28px; color:#fff; background:#111; border:1px solid rgba(255,255,255,.24); box-shadow:0 20px 80px rgba(0,0,0,.35); transform:translateY(120%); opacity:0; transition:transform .45s var(--ease),opacity .35s ease; }
.cookie-banner.is-visible { transform:translateY(0); opacity:1; }
.cookie-banner[hidden] { display:none; }
.cookie-banner__copy { min-width:0; }
.cookie-banner__copy .eyebrow { margin:0 0 10px; color:rgba(255,255,255,.5); font-size:10px; letter-spacing:.15em; }
.cookie-banner__copy p:not(.eyebrow) { max-width:900px; margin:0 0 10px; color:rgba(255,255,255,.72); font-size:13px; line-height:1.45; }
.cookie-banner__copy a { color:#fff; font-size:12px; text-decoration:underline; text-underline-offset:3px; }
.cookie-banner__close { position:absolute; top:12px; right:15px; width:30px; height:30px; padding:0; border:0; color:#fff; background:transparent; font-family:var(--display); font-size:26px; line-height:1; cursor:pointer; }
.cookie-preferences { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.cookie-preferences[hidden],.cookie-btn[hidden] { display:none; }
.cookie-preferences label { display:flex; align-items:center; justify-content:space-between; min-height:62px; padding:12px 14px; border:1px solid rgba(255,255,255,.22); }
.cookie-preferences label.is-disabled { opacity:.5; }
.cookie-preferences label span { display:grid; gap:6px; }
.cookie-preferences strong { font-size:12px; font-weight:400; letter-spacing:.08em; }
.cookie-preferences small { color:rgba(255,255,255,.55); font-size:10px; }
.cookie-preferences input { width:18px; height:18px; margin:0 0 0 16px; accent-color:#fff; }
.cookie-banner__actions { display:flex; min-width:0; flex-wrap:wrap; justify-content:flex-end; gap:10px; }
.cookie-btn { min-width:125px; height:42px; padding:0 18px; border:1px solid #fff; border-radius:999px; color:#000; background:#fff; font-size:11px; letter-spacing:.08em; cursor:pointer; }
.cookie-btn--ghost { color:#fff; background:transparent; }
.cookie-settings { position:fixed; z-index:105; right:16px; bottom:16px; height:34px; padding:0 13px; border:1px solid rgba(255,255,255,.45); border-radius:999px; color:#fff; background:#000; font-size:9px; letter-spacing:.12em; cursor:pointer; }
.cookie-settings[hidden] { display:none; }
.project-card--video { padding:0; border:0; color:inherit; font:inherit; text-align:left; cursor:pointer; }
@media (max-width:800px) {
  .legal-page__top,.legal-page__content,.legal-page__footer { width:calc(100vw - 32px); }
  .legal-page__top { padding:24px 0; }
  .legal-page__content { padding:55px 0 90px; }
  .legal-page h1 { margin-bottom:48px; }
  .legal-page h2 { margin-top:48px; }
  .legal-page p,.legal-page li { font-size:14px; }
  .legal-page table { display:block; max-width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .legal-page th,.legal-page td { min-width:170px; font-size:12px; }
  .cookie-banner { right:12px; bottom:12px; left:12px; grid-template-columns:1fr; gap:18px; max-height:calc(100svh - 24px); overflow-y:auto; padding:20px 42px 20px 20px; }
  .cookie-preferences { grid-template-columns:1fr; }
  .cookie-banner__actions { width:100%; justify-content:stretch; }
  .cookie-btn { flex:1 1 calc(50% - 5px); min-width:0; }
  .video-modal { padding:12px; }
  .video-modal__dialog { width:100%; padding:18px; }
  .video-modal h2 { font-size:34px; }
  .video-modal__video { max-height:70vh; }
}
@media (max-width:420px) {
  .cookie-btn { flex-basis:100%; }
}
