:root{--ink:#070a0d;--paper:#f1f3f3;--orange:#f2a13d;--line:rgba(10,17,23,.16)}
*{box-sizing:border-box}
body{margin:0;background:linear-gradient(145deg,#fff,#dfe3e5);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.65}
a{color:inherit;text-underline-offset:3px}
header{height:82px;padding:0 clamp(22px,6vw,92px);display:flex;align-items:center;justify-content:space-between;background:rgba(241,243,243,.9);border-bottom:1px solid rgba(255,255,255,.9);position:sticky;top:0;backdrop-filter:blur(18px)}
.brand{font:500 2rem "Avenir Next","Segoe UI",sans-serif;text-decoration:none;letter-spacing:-.04em}.brand i{display:inline-block;width:7px;height:27px;margin-left:9px;vertical-align:-3px;background:linear-gradient(to bottom,#d997b1 0 30%,transparent 30% 35%,#f2a13d 35% 65%,transparent 65% 70%,#a8bd90 70%)}
header nav{display:flex;gap:24px;font-size:.84rem;font-weight:600}header nav a{text-decoration:none}
main{max-width:960px;margin:auto;padding:clamp(64px,10vw,130px) clamp(22px,6vw,64px)}
.eyebrow{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#667179}
h1{font:500 clamp(3.2rem,8vw,7rem)/.94 "Avenir Next","Segoe UI",sans-serif;letter-spacing:-.045em;margin:.25em 0 .6em}
h2{font:600 1.25rem "Avenir Next","Segoe UI",sans-serif;margin:2.4em 0 .45em}
p,li{max-width:760px;color:#3f4a51}address{font-style:normal;color:#20272c}.legal-note{border-left:3px solid var(--orange);padding:1px 0 1px 20px;margin:2.5em 0}
footer{background:#090d10;color:#fff;padding:38px clamp(22px,6vw,92px);display:flex;justify-content:space-between;gap:25px;font-size:.8rem}footer div{display:flex;gap:22px}footer a{color:#fff}
@media(max-width:620px){header{height:auto;padding-top:20px;padding-bottom:20px;align-items:flex-start}header nav{flex-direction:column;gap:6px;text-align:right}footer{flex-direction:column}footer div{flex-wrap:wrap}}
