/* Shared styles for the static legal pages (privacy, legal notice). */

@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:400 800;font-display:swap;
  src:url(/assets/fonts/bricolage-grotesque-latin.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Inter";font-style:normal;font-weight:400 600;font-display:swap;
  src:url(/assets/fonts/inter-latin.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

:root{
  --sea:#0B7A8C;--sea-deep:#075563;--ink:#0A1F26;--ink-soft:#46606A;
  --paper:#FBFAF7;--surface:#FFFFFF;--line:#E6E1D6;--wrap:1100px;
}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--paper);color:var(--ink);font-family:"Inter",sans-serif;-webkit-font-smoothing:antialiased;
     min-height:100vh;display:flex;flex-direction:column}
a{color:var(--sea-deep)}

/* header (mirrors the home page bar) */
.bar{position:sticky;top:0;z-index:60;background:rgba(251,250,247,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.bar-in{max-width:var(--wrap);margin:0 auto;padding:0 22px;height:62px;display:flex;align-items:center}
.mark{display:inline-flex;align-items:center;gap:9px;font-family:"Bricolage Grotesque";font-weight:800;font-size:21px;
      letter-spacing:-.02em;color:var(--ink);line-height:1;text-decoration:none}
.mark .logo{flex:none;width:26px;height:26px;display:block}
.mark b{color:var(--sea)}

/* document body */
.doc{flex:1;width:100%;max-width:760px;margin:0 auto;padding:54px 22px 72px}
.doc h1{font-family:"Bricolage Grotesque";font-weight:800;font-size:clamp(30px,5vw,44px);letter-spacing:-.02em;
        line-height:1.05;margin-bottom:10px}
.doc .updated{font-family:"JetBrains Mono",monospace;font-size:12px;letter-spacing:.04em;color:var(--ink-soft);margin-bottom:34px}
.doc h2{font-family:"Bricolage Grotesque";font-weight:800;font-size:clamp(19px,2.6vw,24px);letter-spacing:-.01em;
        line-height:1.2;margin:34px 0 12px}
.doc h3{font-weight:600;font-size:17px;margin:22px 0 8px}
.doc p,.doc li{font-size:15.5px;line-height:1.7;color:var(--ink-soft);max-width:68ch}
.doc p{margin-bottom:14px}
.doc ul,.doc ol{margin:0 0 14px 22px}
.doc li{margin-bottom:6px}
.doc strong{color:var(--ink);font-weight:600}
.doc a{text-decoration:underline}

/* footer (mirrors the home page) */
footer{border-top:1px solid var(--line);background:var(--paper)}
.foot-in{max-width:var(--wrap);margin:0 auto;padding:22px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.foot-mark{font-family:"Bricolage Grotesque";font-weight:800;font-size:15px;color:var(--ink);text-decoration:none}
.foot-mark b{color:var(--sea)}
.foot-links{display:flex;gap:16px;font-size:12.5px}
.foot-links a{color:var(--ink-soft);text-decoration:none}
.foot-links a:hover{color:var(--sea-deep)}
.fc{margin-left:auto;font-size:12px;color:var(--ink-soft)}
@media(max-width:520px){.foot-in{flex-direction:column;align-items:flex-start;gap:10px}.fc{margin-left:0}}
