:root{--ink:#17251f;--cream:#f5f1e7;--paper:#fffdf7;--coral:#ff765f;--blue:#8fc6dc;--yellow:#f4cb54;--mint:#cfe0d6;--line:#c9c7bd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:-.03em}.brand-icon{width:42px;height:42px;display:block;object-fit:contain;flex:none}.brand-mark{width:33px;height:33px;border:2px solid var(--ink);border-radius:50%;display:inline-block;position:relative;background:var(--yellow);overflow:hidden}.brand-mark:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:var(--paper);right:-6px;top:-2px;border:2px solid var(--ink)}.brand-mark i{width:4px;height:4px;background:var(--ink);border-radius:50%;position:absolute}.brand-mark i:nth-child(1){left:8px;top:8px}.brand-mark i:nth-child(2){left:18px;top:17px}.brand-mark i:nth-child(3){left:8px;top:22px}nav{display:flex;gap:28px}nav a{text-decoration:none;font-size:.9rem;font-weight:700}nav a:hover,.text-link:hover{color:#d54d3f}.menu-button{display:none;background:none;border:1px solid var(--ink);padding:8px 12px;font-weight:700}.hero{min-height:680px;padding:92px 8vw 80px;display:grid;grid-template-columns:1.25fr .75fr;gap:7vw;align-items:center;background:var(--cream);border-bottom:1px solid var(--line)}.eyebrow{font-size:.74rem;font-weight:900;letter-spacing:.16em;color:#b33f34;margin:0 0 20px}.eyebrow.dark{color:var(--ink)}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.04;letter-spacing:-.045em;margin-top:0}h1{font-size:clamp(3.8rem,7vw,7.5rem);margin-bottom:28px;font-weight:500}h1 em{color:#dc5647;font-weight:400}.lede{font-size:1.24rem;max-width:630px;margin-bottom:34px}.hero-actions{display:flex;align-items:center;gap:28px}.button{display:inline-block;text-decoration:none;font-weight:800;padding:14px 20px;border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink)}.button.primary{background:var(--coral)}.button.ink{background:var(--ink);color:white}.text-link{font-weight:800;text-decoration:none}.text-link span,.path-card a span{margin-left:8px}.cookie-card{background:var(--paper);border:2px solid var(--ink);box-shadow:10px 10px 0 var(--ink);padding:30px}.cookie-visual{width:190px;height:190px;background:var(--yellow);border:3px solid var(--ink);border-radius:50%;margin:0 auto 28px;position:relative;overflow:hidden}.cookie-visual b{position:absolute;width:18px;height:18px;background:var(--ink);border-radius:50%}.cookie-visual b:nth-of-type(1){left:40px;top:45px}.cookie-visual b:nth-of-type(2){left:105px;top:58px}.cookie-visual b:nth-of-type(3){left:70px;top:110px}.cookie-visual b:nth-of-type(4){left:125px;top:130px}.cookie-visual b:nth-of-type(5){left:38px;top:145px}.bite{position:absolute;width:65px;height:65px;border:3px solid var(--ink);background:var(--paper);border-radius:50%;right:-25px;top:-15px;z-index:2}.bite.two{right:-45px;top:35px}.bite.three{right:-28px;top:85px}.card-label{font-size:.72rem;font-weight:900;letter-spacing:.15em;border-bottom:1px solid var(--line);padding-bottom:12px}.cookie-card dl{margin:0}.cookie-card dl div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.cookie-card dt{font-weight:700}.cookie-card dd{margin:0;font-family:monospace}.low{background:#d5ead8;padding:3px 8px;font-family:Arial,sans-serif;font-size:.75rem;font-weight:900}.quick-answer{display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;background:var(--yellow);padding:75px 8vw;border-bottom:1px solid var(--ink)}.quick-answer h2{font-size:clamp(2rem,4vw,4rem);margin-bottom:0}.quick-answer>p{font-size:1.15rem;align-self:end}.pathways,.learn{padding:90px 8vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-heading h2,.browser-intro h2,.privacy h2{font-size:clamp(2.4rem,4.8vw,5rem);margin-bottom:0}.section-heading>p{max-width:440px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.path-card{border:2px solid var(--ink);padding:28px;min-height:390px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.path-card:hover{transform:translate(-4px,-4px);box-shadow:7px 7px 0 var(--ink)}.coral{background:#ffd0c7}.blue{background:#cfe7f0}.yellow{background:#fae7a2}.number{font-size:.75rem;font-weight:900}.icon{width:76px;height:76px;margin:30px 0;display:grid;place-items:center;font-size:2rem}.window{border:3px solid var(--ink);position:relative}.window:before{content:"";position:absolute;top:12px;left:0;right:0;border-top:3px solid var(--ink)}.window i{width:30px;height:19px;border:2px solid var(--ink);margin-top:12px}.shield{background:var(--blue);clip-path:polygon(50% 0,95% 18%,83% 78%,50% 100%,17% 78%,5% 18%);font-weight:900}.tag{border:3px solid var(--ink);border-radius:50%;background:var(--yellow);font-weight:900}.path-card h3,.article h3{font-size:2rem;margin-bottom:14px}.path-card a{margin-top:auto;font-weight:900;text-decoration:none;border-top:1px solid var(--ink);padding-top:16px}.browser-guide{background:var(--mint);padding:90px 8vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.browser-intro p:last-child{font-size:1.1rem;max-width:420px}.browser-tool{background:var(--paper);border:2px solid var(--ink);box-shadow:8px 8px 0 var(--ink)}.browser-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:2px solid var(--ink)}.browser-tabs button{background:transparent;border:0;border-right:1px solid var(--ink);padding:18px 8px;font-weight:800;cursor:pointer}.browser-tabs button:last-child{border-right:0}.browser-tabs button[aria-selected=true]{background:var(--yellow)}.steps{padding:26px 34px}.device-note{font-size:.75rem;font-weight:900;letter-spacing:.12em}.steps ol{list-style:none;padding:0;margin:0}.steps li{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding:14px 0}.steps li span{width:32px;height:32px;border-radius:50%;border:2px solid var(--ink);display:grid;place-items:center;font-weight:900;flex:none}.steps p{margin:0}.privacy{background:var(--ink);color:white;padding:90px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.privacy-copy>p:not(.eyebrow){font-size:1.1rem;max-width:550px;margin-bottom:30px}.spectrum{background:var(--paper);color:var(--ink);border:2px solid white}.spectrum-row{display:grid;grid-template-columns:24px 1fr auto;gap:18px;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.spectrum-row:last-child{border-bottom:0}.spectrum-row p{margin:2px 0 0;font-size:.88rem}.spectrum-row b{font-size:.75rem;text-transform:uppercase}.dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--ink)}.essential{background:#71c68a}.preference{background:var(--blue)}.analytics{background:var(--yellow)}.advertising{background:var(--coral)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:2px solid var(--ink);border-left:2px solid var(--ink)}.article{padding:28px;min-height:300px;text-decoration:none;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);display:flex;flex-direction:column}.article>span{font-size:.7rem;font-weight:900;letter-spacing:.1em;color:#a5453b}.article h3{margin-top:25px}.article b{margin-top:auto}footer{background:var(--cream);border-top:1px solid var(--ink);padding:55px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}footer>p{text-align:right}footer>div{display:flex;gap:25px;font-size:.85rem;font-weight:700}footer small{text-align:right}.menu-button:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #e24e3e;outline-offset:3px}@media(max-width:900px){nav{display:none;position:absolute;top:84px;left:0;right:0;background:var(--paper);padding:20px 5vw;flex-direction:column;border-bottom:2px solid var(--ink)}nav.open{display:flex}.menu-button{display:block}.hero,.quick-answer,.browser-guide,.privacy{grid-template-columns:1fr}.hero{padding-top:60px}.cookie-card{max-width:480px}.cards,.article-grid{grid-template-columns:1fr}.section-heading{align-items:start;gap:20px;flex-direction:column}.path-card{min-height:340px}.browser-tabs{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr}footer>p,footer small{text-align:left}}@media(max-width:520px){.site-header{height:70px}.brand>span:last-child{font-size:.9rem}nav{top:70px}h1{font-size:3.2rem}.hero,.pathways,.learn,.browser-guide,.privacy,.quick-answer{padding:55px 6vw}.hero-actions{align-items:flex-start;flex-direction:column}.cookie-visual{width:150px;height:150px}.browser-tabs{grid-template-columns:1fr}.browser-tabs button{border-right:0;border-bottom:1px solid var(--ink)}.spectrum-row{grid-template-columns:20px 1fr}.spectrum-row b{grid-column:2}footer>div{flex-wrap:wrap}}

/* Cookie guide layouts */
.skip-link{position:fixed;left:1rem;top:-6rem;z-index:50;background:var(--ink);color:white;padding:1rem}.skip-link:focus{top:1rem}
.guide-main{max-width:1200px;margin:0 auto;padding:32px 5vw 72px}.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:.9rem;margin-bottom:40px}.guide-header{max-width:880px;margin-bottom:36px}.guide-header h1{font-size:clamp(2.5rem,5.5vw,4.8rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:24px}.guide-deck{font-size:1.2rem;max-width:750px}.guide-meta{font-size:.875rem;color:#4c5951;line-height:1.7}.guide-answer{background:var(--yellow);border:2px solid var(--ink);padding:26px 30px;margin:32px 0 44px}.guide-answer h2{font-size:1.65rem;letter-spacing:-.025em;margin-bottom:12px}.guide-answer p{margin:0;font-size:1.1rem}.guide-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:48px;align-items:start}.guide-toc{position:sticky;top:110px;border-top:2px solid var(--ink);padding-top:16px;font-size:.9rem}.guide-toc ol{padding-left:20px}.guide-toc li{margin:12px 0}.guide-toc a{ text-underline-offset:3px}.guide-body{min-width:0;font-size:1.0625rem;line-height:1.8}.guide-body section{scroll-margin-top:110px;margin-bottom:42px}.guide-body h2,.guide-related h2{font-size:2rem;line-height:1.2;letter-spacing:-.025em}.guide-body h3{font-size:1.4rem;line-height:1.3;letter-spacing:-.015em;margin-top:26px}.guide-body li{margin-bottom:12px}.guide-body a,.guide-answer a{text-decoration-thickness:1px;text-underline-offset:3px}.guide-note{padding:20px;background:var(--mint);border-left:4px solid var(--ink);margin:24px 0}.table-wrap{overflow-x:auto;margin:24px 0}table{border-collapse:collapse;width:100%;font-size:.95rem}th,td{border:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}thead{background:var(--cream)}.guide-related{border-top:2px solid var(--ink);padding-top:36px;margin-top:40px}.guide-related .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-main .article>span{font-size:.8rem}.guide-main .article h3{font-size:1.75rem;line-height:1.15}.cookie-caveat{font-size:.8rem;margin:14px 0 0}code{overflow-wrap:anywhere;font-size:.9em}.guide-main .eyebrow{font-size:.875rem}
@media(max-width:900px){.guide-layout{grid-template-columns:1fr;gap:24px}.guide-toc{position:static}.guide-toc ol{columns:2;column-gap:32px}.guide-related .article-grid{grid-template-columns:1fr}}
@media(max-width:520px){.guide-main{padding:24px 6vw 48px}.breadcrumbs{margin-bottom:28px}.guide-toc ol{columns:1}.guide-answer{padding:20px}.guide-body h2{font-size:1.8rem}th,td{padding:9px}.guide-header h1{font-size:2.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.path-card{transition:none}}

.device-links{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.device-links a{display:inline-block;padding:7px 10px;border:1px solid var(--ink);font-size:.82rem;font-weight:700;text-decoration:none;background:var(--cream)}.device-links a:hover{background:var(--yellow)}kbd{font:inherit;font-size:.85em;border:1px solid var(--line);border-bottom-width:2px;border-radius:3px;padding:1px 5px;background:var(--cream)}
@media(max-width:520px){.browser-tabs{grid-template-columns:repeat(2,1fr)}.browser-tabs button:nth-child(2){border-right:0}.browser-tabs button{min-height:48px}}

.cookie-visual.cookie-visual-image{background:transparent;border:0;border-radius:0;overflow:visible;display:grid;place-items:center}
.cookie-visual-image img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:520px){.cookie-visual.cookie-visual-image{width:150px;height:150px}}

/* Homepage density and accessibility refinements */
.hero{min-height:540px;padding:64px 8vw 68px}
#basics,#manage,#browser-guide,#privacy,#learn{scroll-margin-top:100px}
.browser-intro .browser-full-guide{font-weight:800;text-underline-offset:3px}
.guide-body,.guide-deck,.lede{overflow-wrap:anywhere}
img{max-width:100%}
@media(max-width:900px){.hero{min-height:auto}.browser-guide{gap:42px}}
@media(max-width:520px){.hero{padding-top:44px;padding-bottom:48px}.browser-tabs{grid-template-columns:repeat(2,1fr)}.browser-tabs button{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);min-height:48px}.browser-tabs button:nth-child(2n){border-right:0}.browser-tabs button:nth-last-child(-n+2){border-bottom:0}.steps{padding:22px}.device-links a{min-height:42px;display:inline-flex;align-items:center}}
.quick-answer h1{font-size:clamp(2rem,4vw,4rem);margin-bottom:0;font-weight:500}
