:root{--ink: #241a12;--body: #4a3a2c;--muted: #766453;--accent: #7d4e28;--urgent: #c0342b;--line: #e8ded2;--bg: #fffdfb;--soft: #f8f3ee;--measure: 66ch;--gutter: 20px;--rhythm: 34px;--shadow-sm: 0 1px 2px rgba(36, 26, 18, .05), 0 2px 8px rgba(36, 26, 18, .045);--shadow-md: 0 2px 6px rgba(36, 26, 18, .06), 0 10px 24px rgba(36, 26, 18, .09)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--body);font:17px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}h1,h2,h3,h4{color:var(--ink);line-height:1.22;margin:0 0 .5em}h1{font-size:42px;letter-spacing:-.015em}h2{font-size:26px;margin-top:var(--rhythm)}h3{font-size:20px}p{margin:0 0 1.1em}a{color:var(--accent)}a:hover{color:var(--ink)}strong{color:var(--ink);font-weight:600}.layout{display:grid;grid-template-columns:[edge-start] minmax(var(--gutter),1fr) [wide-start] minmax(0,170px) [main-start] min(var(--measure),100%) [main-end] minmax(0,170px) [wide-end] minmax(var(--gutter),1fr) [edge-end]}.layout>*{grid-column:main}@media (max-width: 720px){.layout{grid-template-columns:[edge-start] var(--gutter) [wide-start main-start] minmax(0,1fr) [main-end wide-end] var(--gutter) [edge-end]}}.layout>.layout__full{grid-column:edge}.layout>.block:has(>.tiles),.layout>.workbench{grid-column:main}.workbench:has(.matrix){overflow-x:auto}@media (min-width: 1100px){:root{--measure: 70ch}}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:10px var(--gutter);background:var(--ink);border-bottom:1px solid rgba(255,255,255,.08)}.topbar__id{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600;font-size:17px;margin-right:auto}.topbar__id:hover{color:#fff;filter:brightness(1.25)}.topbar__glyph{flex:none;color:#d9b48c}.topbar__switch{position:absolute;opacity:0;pointer-events:none}.topbar__toggle{display:none;width:40px;height:34px;border-radius:7px;cursor:pointer;border:1px solid rgba(255,255,255,.28);align-items:center;justify-content:center;gap:4px;flex-direction:column}.topbar__toggle i{display:block;width:18px;height:2px;background:#fff;border-radius:2px}.topbar__nav{display:flex;gap:18px;flex-wrap:wrap}.topbar__nav a{color:#cfdbe2;text-decoration:none;font-size:15px}.topbar__nav a:hover{color:#fff}.action-call{display:inline-block;padding:10px 17px;border-radius:9px;background:var(--urgent);color:#fff;font-weight:600;text-decoration:none;box-shadow:0 2px 4px #0f202729,0 8px 18px #c337204d;transition:transform .15s ease,filter .15s ease}.action-call:hover{color:#fff;filter:brightness(1.06);transform:translateY(-1px)}.action-call--lg{font-size:21px;padding:14px 24px}@media (max-width: 720px){.topbar__toggle{display:flex}.topbar__nav{display:none;width:100%;flex-direction:column;gap:2px;padding-top:8px}.topbar:has(.topbar__switch:checked) .topbar__nav{display:flex}.topbar__nav a{padding:9px 2px;border-top:1px solid rgba(255,255,255,.1)}}.banner{background:var(--soft);border-bottom:1px solid var(--line);padding:52px 0 44px;display:grid;grid-template-columns:inherit}.banner>*{grid-column:main}.banner h1{margin-bottom:0}.banner--photo h1{text-align:center}.banner--photo{background-image:var(--banner-desktop);background-size:cover;background-position:center;border-bottom:none;min-height:clamp(160px,15.5vw,210px);align-content:center}@media (max-width: 860px){.banner--photo{background-image:var(--banner-mobile)}}.banner--photo h1{color:var(--ink);text-shadow:0 0 1px rgba(252,250,247,1),0 0 3px rgba(252,250,247,.98),0 0 8px rgba(252,250,247,.92),0 0 14px rgba(252,250,247,.68)}.banner--photo.banner--pale h1{color:#fff;text-shadow:0 0 1px rgba(8,14,18,1),0 0 3px rgba(8,14,18,.98),0 0 10px rgba(8,14,18,.85),0 0 20px rgba(8,14,18,.6)}main>.banner+*{margin-top:var(--rhythm)}.standfirst{font-size:20px;color:var(--body)}.block{margin-top:var(--rhythm)}.block>h2:first-child{margin-top:0}.block:has(>.tiles){background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:26px 28px 28px;margin-top:42px}.tiles{list-style:none;margin:0;padding:0;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.tiles__link{display:block;padding:13px 15px;border-radius:10px;background:var(--bg);border:1px solid var(--line);color:var(--ink);text-decoration:none;font-weight:600;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tiles__link:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:#c6d3db}.tiles__note{display:block;font-weight:400;font-size:14.5px;color:var(--muted);margin-top:3px}.checklist{margin:0 0 1.1em;padding-left:20px}.checklist li{margin-bottom:.5em}.trail{font-size:15px;color:var(--muted);margin:0 0 14px}.trail a{color:var(--muted)}.trail a:hover{color:var(--ink)}.aside-note,.coverage{font-size:15px;color:var(--muted)}.prompt{background:var(--soft);border:1px solid var(--line);border-left:4px solid var(--urgent);border-radius:10px;padding:22px 24px;margin:30px 0;box-shadow:var(--shadow-sm)}.prompt>:last-child{margin-bottom:0}.prompt h2{margin-top:0;font-size:22px}.qa{margin:18px 0 0}.qa dt{color:var(--ink);font-weight:600;margin-top:14px}.qa dd{margin:4px 0 0}.workbench{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:24px 26px 26px;margin:26px 0 10px;box-shadow:var(--shadow-sm)}.workbench__result{background:var(--bg);border-radius:10px;padding:18px 20px;margin-top:24px}.workbench__caution{border:1px solid var(--line);background:var(--soft);padding:14px 18px 15px;border-radius:10px;margin:20px 0 14px;font-size:15px;box-shadow:var(--shadow-sm)}.workbench__caution:before{content:"Good to know";display:block;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.title--centered{text-align:center}.workbench__caution--nu:before{content:none}.workbench__which{margin:30px 0 -8px;text-align:center;font-size:24px;font-weight:600;color:var(--ink);letter-spacing:-.005em}.layout>h1:first-child{margin-top:30px}.coverage svg{color:var(--urgent)}#areas{display:flex;align-items:center;gap:9px;font-size:21px;letter-spacing:-.01em;margin-bottom:13px}#areas svg{color:#da6058}:target{scroll-margin-top:84px}.verdict{border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin:10px 0;background:#fff}.verdict--best{border-color:#2e7d4f;background:#2e7d4f0f}.verdict__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0 0 4px;font-size:17px}.verdict__score{margin-left:auto;font-variant-numeric:tabular-nums;color:var(--muted);font-size:15px}.verdict--best .verdict__score{color:#2e7d4f;font-weight:600}.verdict__tag{flex:0 0 100%;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2e7d4f}.verdict__gaps{margin:0;font-size:14.5px;color:var(--body)}.verdict__note{margin:10px 0 0;font-size:14px;color:var(--muted)}html{scroll-behavior:smooth}.workbench__which--result{margin:30px 0 8px;display:flex;align-items:center;gap:12px}.workbench__which--result:before,.workbench__which--result:after{content:"";flex:1;height:1px;background:var(--line)}.workbench label{font-weight:500}.workbench select,.workbench input[type=text]{padding:8px 10px;border:1px solid rgba(128,128,128,.45);border-radius:5px;font:inherit;background:#fff;color:var(--ink);max-width:100%;min-width:0}.workbench label{min-width:0}.workbench__fields{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:26px}.workbench__fields label{display:flex;flex-direction:column;gap:5px;flex:1 1 240px}.workbench__rows{display:grid;gap:2px}.workbench__row{display:grid;grid-template-columns:1fr 220px;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(128,128,128,.22)}.workbench__buttons{display:flex;gap:10px;margin:20px 0 0}.workbench__buttons button{font:inherit;padding:8px 15px;border-radius:6px;border:1px solid rgba(128,128,128,.45);background:transparent;color:inherit;cursor:pointer}.workbench__buttons button:hover{border-color:currentColor}@media (max-width: 560px){.workbench{padding:18px 16px 20px;border-radius:12px}.workbench__result{padding:14px}.workbench__row{grid-template-columns:1fr;gap:5px}}.matrix{width:100%;border-collapse:collapse;font-size:15px}.matrix th,.matrix td{border-bottom:1px solid rgba(128,128,128,.28);padding:10px 8px;text-align:left;vertical-align:top}.matrix thead th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.matrix td{text-align:center;width:68px}.matrix tbody th{font-weight:500}.matrix details{margin-top:4px}.matrix summary{font-size:13px;color:var(--muted);cursor:pointer}.matrix tfoot th,.matrix tfoot td{font-weight:600;border-bottom:none;padding-top:14px}.matrix input[type=checkbox]{width:19px;height:19px}@media (max-width: 560px){.matrix td{width:44px}.matrix th,.matrix td{padding:8px 4px}}.figure{margin:30px 0}.figure svg{width:100%;height:auto;display:block}.figure__caption{display:block;margin-bottom:12px}.figure__caption .figure__lead{display:block;font-size:19px;color:var(--ink);font-weight:600;line-height:1.35}.figure__caption .figure__turn{color:var(--accent)}.figure__caption .figure__sub{display:block;font-size:15px;color:var(--muted);margin-top:5px}.keys{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:7px;grid-template-columns:1fr 1fr;column-gap:26px}.keys li{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;font-size:15px;line-height:1.45;transition:opacity .18s ease}.keys__pin{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:600;line-height:1}.keys li.is-on .keys__pin,.keys li.is-tapped .keys__pin{background:var(--urgent)}@media (max-width: 640px){.keys{grid-template-columns:1fr;gap:9px}}.colophon{margin-top:56px;padding:34px 0 30px;background:var(--ink);color:#c6d3db}.colophon a{color:#dfe8ee}.colophon a:hover{color:#fff}.colophon h2{color:#fff;font-size:17px;margin:0 0 10px}.colophon__panels{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.colophon__id{display:flex;align-items:center;gap:7px}.colophon__places{margin:0}.colophon__places dt{font-weight:600;color:#fff;font-size:14px;margin-top:10px}.colophon__places dd{margin:3px 0 0;font-size:15px}.colophon__where{font-size:14px;opacity:.78}.legal{font-size:13.5px;line-height:1.6;opacity:.8;margin:26px 0 0}@media print{.topbar,.colophon,.workbench__buttons,.workbench__fields,.workbench__rows{display:none}.workbench,.block:has(>.tiles){border:none;background:none;box-shadow:none;padding:0}}.figure__state{position:absolute;opacity:0;pointer-events:none}.figure__stage{display:block}.figure__scrim,.figure__close,.figure__zoom{display:none}.figure__hit{fill:#fff;fill-opacity:0}.figure__spot{cursor:pointer;transition:opacity .18s ease}.figure__spot *{transition:fill .18s ease,stroke .18s ease}.figure__spots:hover .figure__spot,.figure__spots:focus-within .figure__spot{opacity:.22}.figure__spots .figure__spot:hover,.figure__spots .figure__spot:focus,.figure__spots .figure__spot:focus-visible{opacity:1}.figure__spot:focus{outline:none}.figure__spot:focus-visible circle{stroke:var(--ink);stroke-width:2.5}.figure:has(.keys li:nth-child(1):hover) .figure__spot:not([data-n="1"]),.figure:has(.keys li:nth-child(1):focus-within) .figure__spot:not([data-n="1"]),.figure:has(.keys li:nth-child(2):hover) .figure__spot:not([data-n="2"]),.figure:has(.keys li:nth-child(2):focus-within) .figure__spot:not([data-n="2"]),.figure:has(.keys li:nth-child(3):hover) .figure__spot:not([data-n="3"]),.figure:has(.keys li:nth-child(3):focus-within) .figure__spot:not([data-n="3"]),.figure:has(.keys li:nth-child(4):hover) .figure__spot:not([data-n="4"]),.figure:has(.keys li:nth-child(4):focus-within) .figure__spot:not([data-n="4"]),.figure:has(.keys li:nth-child(5):hover) .figure__spot:not([data-n="5"]),.figure:has(.keys li:nth-child(5):focus-within) .figure__spot:not([data-n="5"]),.figure:has(.keys li:nth-child(6):hover) .figure__spot:not([data-n="6"]),.figure:has(.keys li:nth-child(6):focus-within) .figure__spot:not([data-n="6"]){opacity:.22}.keys li{cursor:pointer}.figure__spot.is-dim{opacity:.22}.keys li.is-dim{opacity:.42}.keys li.is-tapped{opacity:1}.keys li:focus{outline:none}.keys li:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.figure:has(.figure__spot[data-n="1"]:hover) .keys li:not(:nth-child(1)),.figure:has(.figure__spot[data-n="1"]:focus-visible) .keys li:not(:nth-child(1)),.figure:has(.figure__spot[data-n="2"]:hover) .keys li:not(:nth-child(2)),.figure:has(.figure__spot[data-n="2"]:focus-visible) .keys li:not(:nth-child(2)),.figure:has(.figure__spot[data-n="3"]:hover) .keys li:not(:nth-child(3)),.figure:has(.figure__spot[data-n="3"]:focus-visible) .keys li:not(:nth-child(3)),.figure:has(.figure__spot[data-n="4"]:hover) .keys li:not(:nth-child(4)),.figure:has(.figure__spot[data-n="4"]:focus-visible) .keys li:not(:nth-child(4)),.figure:has(.figure__spot[data-n="5"]:hover) .keys li:not(:nth-child(5)),.figure:has(.figure__spot[data-n="5"]:focus-visible) .keys li:not(:nth-child(5)),.figure:has(.figure__spot[data-n="6"]:hover) .keys li:not(:nth-child(6)),.figure:has(.figure__spot[data-n="6"]:focus-visible) .keys li:not(:nth-child(6)){opacity:.42}@media (max-width: 720px){.figure__zoom{display:inline-block;margin-top:8px;font-size:14px;color:var(--muted);cursor:pointer;text-decoration:underline}.figure:has(.figure__state:checked) .figure__stage{position:fixed;inset:0 0 38%;z-index:60;background:var(--bg);display:grid;place-items:center;padding:16px}.figure:has(.figure__state:checked) .figure__stage svg{position:relative;z-index:1}.figure:has(.figure__state:checked) .figure__scrim{display:block;position:fixed;inset:0;z-index:0}.figure:has(.figure__state:checked) .keys{position:fixed;left:0;right:0;bottom:0;height:38%;z-index:61;margin:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--soft);border-top:1px solid var(--line);overflow-y:auto}html:has(.figure__state:checked){overflow:hidden}.figure:has(.figure__state:checked) .figure__close{display:block;position:fixed;top:14px;right:16px;z-index:61;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--bg)}.figure:has(.figure__state:checked) .figure__close:before{content:"×";display:grid;place-items:center;height:100%;font-size:22px;color:var(--ink)}}.figure__spot.is-tapped circle{fill:var(--urgent)}.figure__spot.is-tapped path,.figure__spot.is-tapped ellipse{stroke:var(--urgent)}.figure__spot.is-tapped text.figure__num{fill:#fff}:root{--pastille: #3d5a80}.figure__spot circle:not(.figure__hit){fill:var(--pastille);transition:none}.keys__pin{background:var(--pastille)}.figure__spot:hover circle:not(.figure__hit),.figure__spot:focus-visible circle:not(.figure__hit){fill:var(--urgent)}.figure__spot.is-tapped circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.figure__spot[data-n="1"]:hover) .keys li:nth-child(1) .keys__pin,.figure:has(.figure__spot[data-n="1"]:focus-visible) .keys li:nth-child(1) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="2"]:hover) .keys li:nth-child(2) .keys__pin,.figure:has(.figure__spot[data-n="2"]:focus-visible) .keys li:nth-child(2) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="3"]:hover) .keys li:nth-child(3) .keys__pin,.figure:has(.figure__spot[data-n="3"]:focus-visible) .keys li:nth-child(3) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="4"]:hover) .keys li:nth-child(4) .keys__pin,.figure:has(.figure__spot[data-n="4"]:focus-visible) .keys li:nth-child(4) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="5"]:hover) .keys li:nth-child(5) .keys__pin,.figure:has(.figure__spot[data-n="5"]:focus-visible) .keys li:nth-child(5) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="6"]:hover) .keys li:nth-child(6) .keys__pin,.figure:has(.figure__spot[data-n="6"]:focus-visible) .keys li:nth-child(6) .keys__pin{background:var(--urgent)}.figure:has(.keys li:nth-child(1):hover) .figure__spot[data-n="1"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(1):focus-within) .figure__spot[data-n="1"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(2):hover) .figure__spot[data-n="2"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(2):focus-within) .figure__spot[data-n="2"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(3):hover) .figure__spot[data-n="3"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(3):focus-within) .figure__spot[data-n="3"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(4):hover) .figure__spot[data-n="4"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(4):focus-within) .figure__spot[data-n="4"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(5):hover) .figure__spot[data-n="5"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(5):focus-within) .figure__spot[data-n="5"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(6):hover) .figure__spot[data-n="6"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(6):focus-within) .figure__spot[data-n="6"] circle:not(.figure__hit){fill:var(--urgent)}
