:root{--ink:#20231f;--muted:#575c55;--orange:#b84606;--accent:#ff983f;--cream:#fff8ef;--line:#d9dcd5;--page:#fcfcfa;--white:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--page);font-synthesis:none;scroll-behavior:smooth}
*{box-sizing:border-box}body{margin:0;font-size:1rem;line-height:1.7}a{color:var(--orange);text-underline-offset:.22em}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}button{cursor:pointer}button:disabled{cursor:not-allowed}.wrap{width:min(1160px,calc(100% - 64px));margin-inline:auto}.skip-link{position:absolute;top:8px;left:8px;transform:translateY(-180%);z-index:5;padding:10px 16px;background:white}.skip-link:focus{transform:none}.site-header{background:var(--ink);color:#fff;border-bottom:3px solid var(--accent)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:1.6rem;line-height:1;font-weight:850;letter-spacing:-.06em;text-decoration:none;color:inherit;white-space:nowrap}.brand span{color:var(--accent)}.header-link{color:#fff;font-size:.9375rem}.site-header :focus-visible,.site-footer :focus-visible{outline-color:var(--accent)}.page-heading{padding:56px 0 42px}.eyebrow{font-size:.75rem;line-height:1.5;letter-spacing:.12em;font-weight:750;color:var(--orange);margin:0 0 14px}h1{font-size:clamp(2rem,3.8vw,3.15rem);line-height:1.13;letter-spacing:-.045em;margin:0 0 22px;font-weight:750;max-width:880px}h2{font-size:1.625rem;line-height:1.25;letter-spacing:-.025em;margin:0 0 18px;font-weight:730}h3{font-size:1.0625rem;line-height:1.5;margin:0 0 5px}.lead{font-size:1.125rem;color:var(--muted);max-width:670px;margin:0 0 14px}.revision{font-size:.875rem;color:var(--muted);margin:0}.page-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:64px;align-items:start}.contents{position:sticky;top:30px;padding:5px 20px 8px 0}.contents p{font-size:.75rem;letter-spacing:.1em;font-weight:750;color:var(--muted);margin:0 0 14px}.contents a{display:block;padding:8px 0;color:var(--muted);text-decoration:none;font-size:.875rem;line-height:1.5}.contents a:first-of-type{color:var(--orange);font-weight:700}.contents a:hover{text-decoration:underline}.document{min-width:0}section[id]{scroll-margin-top:28px}.preferences{background:var(--cream);border:1px solid #e6c7a6;border-top:4px solid var(--orange);border-radius:12px;padding:32px;margin-bottom:56px}.preferences h2{font-size:1.75rem}.preferences>p:not(.eyebrow){margin:0 0 20px}.scope-note{color:var(--muted);font-size:.875rem;line-height:1.65}.preferences fieldset{border:0;padding:0;margin:24px 0 0;min-width:0}.category{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;border-top:1px solid #e4d3bf}.category h3,.category-title{font-size:1rem;font-weight:750;display:block;margin:0 0 4px}.category p,.category-copy{display:block;font-size:.875rem;line-height:1.6;color:var(--muted);margin:0}.category input{appearance:none;-webkit-appearance:none;flex:0 0 46px;width:46px;height:28px;margin:0;border:1px solid #7e8279;border-radius:20px;position:relative;background:#e4e6df;cursor:pointer}.category input:before{content:"";display:block;position:absolute;left:3px;top:3px;width:20px;height:20px;background:#53584f;border-radius:50%;transition:transform .15s}.category input:checked{background:var(--orange);border-color:var(--orange)}.category input:checked:before{transform:translateX(18px);background:white}.always-on{font-size:.75rem;line-height:1.4;font-weight:700;flex:0 0 82px;text-align:right;color:#434c3d}.consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.button{padding:13px 18px;min-height:48px;border:1px solid var(--ink);border-radius:6px;line-height:1.4;font-size:.9375rem;font-weight:700;text-align:center}.choice-button{color:var(--ink);background:transparent}.choice-button:hover{background:#f5e7d7}.save-button{grid-column:1/-1;background:var(--ink);color:white}.save-button:hover{background:#3e443b}.preferences .consent-status{font-size:.875rem;color:#394831;margin:22px 0 12px;min-height:24px}.preferences .preference-footnote{font-size:.8125rem;color:var(--muted);margin:0}.notice{font-size:.875rem}.policy-section{position:relative;padding:0 0 38px;margin-bottom:36px;border-bottom:1px solid var(--line)}.policy-section:last-child{border-bottom:0}.section-number{font-size:.75rem;line-height:1;font-weight:750;color:var(--orange);letter-spacing:.1em;display:block;margin-bottom:12px}.policy-section p{margin:0 0 17px}.policy-section>p:last-child{margin-bottom:0}.policy-section ul{padding-left:22px;margin:20px 0}.policy-section li{padding-left:4px;margin-bottom:10px}.policy-section li::marker{color:var(--orange)}.data-list{margin:26px 0}.data-list>div{padding:0 0 0 20px;border-left:2px solid #ebc6a7;margin-bottom:24px}.data-list p{color:var(--muted)}.inventory{background:white;border:1px solid var(--line);border-radius:8px;padding:24px;margin:24px 0}.inventory h3{margin-bottom:18px}.inventory dl{margin:0}.inventory dl>div{display:grid;grid-template-columns:148px minmax(0,1fr);gap:16px;padding:11px 0;border-top:1px solid #e9eae6;font-size:.875rem;line-height:1.6}.inventory dt{font-weight:650}.inventory dd{margin:0;color:var(--muted);overflow-wrap:anywhere}code{font-size:.8125rem}.contact-card{background:var(--cream);border:1px solid #e6c7a6;border-radius:8px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin:24px 0}.contact-card>div{display:grid;gap:3px}.contact-label{font-size:.75rem;letter-spacing:.06em;color:var(--muted);line-height:1.5;margin-bottom:6px}.contact-card>div>span:last-child{font-size:.875rem;color:var(--muted)}.contact-card a{white-space:nowrap;font-weight:650}.updates-title{margin:28px 0 10px}.references{margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.references h3{font-size:.875rem;margin-bottom:12px}.references a{display:block;font-size:.875rem;margin-top:9px}.site-footer{background:var(--ink);color:white;margin-top:20px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:34px}.footer-inner .brand{font-size:1.35rem}.footer-inner p{font-size:.8125rem;color:#c9cec4;margin:10px 0 0}.footer-inner a{color:#e6e9e2;font-size:.875rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:920px){.page-grid{grid-template-columns:175px minmax(0,1fr);gap:32px}.preferences{padding:26px}.contents{padding-right:0}.contact-card{align-items:flex-start;flex-direction:column;gap:16px}}
@media(max-width:720px){.wrap{width:calc(100% - 36px)}.header-inner{min-height:74px;gap:18px}.brand{font-size:1.4rem}.header-link{font-size:.875rem;max-width:150px;text-align:right;line-height:1.5}.page-heading{padding-top:36px;padding-bottom:28px}h1{font-size:clamp(1.9rem,6.5vw,2.55rem)}.lead{font-size:1rem}.page-grid{display:block}.contents{position:static;display:flex;flex-wrap:wrap;gap:5px 18px;padding:0 0 24px}.contents p{flex:0 0 100%;margin-bottom:4px}.contents a{padding:4px 0;font-size:.875rem}.preferences{padding:24px 20px;margin-bottom:42px}.preferences h2{font-size:1.5rem}.category{gap:18px}.policy-section{padding-bottom:28px;margin-bottom:28px}h2{font-size:1.5rem}.footer-inner{flex-wrap:wrap;justify-content:flex-start;gap:18px 28px}.footer-inner>div{width:100%}.inventory{padding:20px}.inventory dl>div{grid-template-columns:1fr;gap:4px}.always-on{flex-basis:62px}}
@media(max-width:360px){.consent-actions{grid-template-columns:1fr}.button{padding-inline:10px}.preferences{padding-inline:16px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.category input:before{transition:none}}
@media print{.site-header,.site-footer,.contents,.consent-actions{display:none}.wrap{width:100%}.page-grid{display:block}.page-heading{padding-top:0}.preferences{break-inside:avoid}a{color:inherit}.policy-section{break-inside:auto}}
