:root { color: #112c3a; background: #f7f0df; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
header, main, footer { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; border-bottom: 1px solid #c8bda6; }
header > a:last-child { color: #536269; font-size: 12px; font-weight: 800; text-decoration: none; }
header b { color: #d84b2a; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #112c3a; font-size: 14px; font-weight: 900; letter-spacing: .14em; text-decoration: none; }
.brand span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #f7f0df; background: #112c3a; font-size: 12px; letter-spacing: 0; }
main { padding: 63px 0 120px; }
.document-line { display: flex; justify-content: space-between; color: #758075; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.eyebrow { margin: 45px 0 0; color: #d84b2a; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; }
h1 { max-width: 800px; margin: 18px 0 25px; font-size: clamp(55px, 8vw, 100px); line-height: .88; }
h1 em { color: #d84b2a; font-style: normal; }
.lead { max-width: 700px; margin: 0; color: #4d5e64; font-size: 18px; line-height: 1.72; }
.policy-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 78px; margin-top: 98px; }
aside { align-self: start; position: sticky; top: 24px; padding-top: 14px; border-top: 2px solid #112c3a; }
aside span { display: block; margin-bottom: 16px; color: #758075; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
aside a { display: block; margin-top: 11px; color: #536269; font-size: 12px; text-decoration: none; }
aside a:hover { color: #d84b2a; }
.policy-copy { border-top: 2px solid #112c3a; }
section { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 21px; padding: 34px 0 41px; border-bottom: 1px solid #c8bda6; }
section > b { color: #d84b2a; font-size: 11px; letter-spacing: .13em; }
h2 { margin: 0 0 14px; font-size: clamp(28px, 3.2vw, 42px); line-height: 1; }
section p { max-width: 690px; margin: 0 0 13px; color: #4d5e64; font-size: 15px; line-height: 1.78; }
section p:last-child { margin-bottom: 0; }
section a { color: #112c3a; font-weight: 800; text-underline-offset: 4px; }
footer { display: flex; justify-content: space-between; padding: 33px 0 45px; border-top: 1px solid #c8bda6; color: #758075; font-size: 12px; }
footer a { color: #536269; text-decoration: none; }
@media (max-width: 720px) { header, main, footer { width: min(100% - 32px, 1120px); } .document-line { flex-direction: column; gap: 10px; } .policy-layout { grid-template-columns: 1fr; gap: 35px; margin-top: 72px; } aside { position: static; } section { grid-template-columns: 45px 1fr; } main { padding-bottom: 78px; } }
