/* IWW history — scoped to the feature; shared site navigation stays intact. */
body.page-iww main.container { max-width:none; width:100%; padding:0; overflow:visible; }
/* Keep the server-rendered history readable if the shared transition script cannot run. */
body.page-iww #page-transition { display:none; }
.iww { --iww-accent:#a19bff; --iww-purple:#5751ff; --iww-line:#37373d; --iww-muted:#b9b9c4; background:#090909; color:#f5f5f7; width:100%; font-family:inherit; font-size:17px; line-height:1.65; }
.iww *,.iww *::before,.iww *::after { box-sizing:border-box; }
.iww [hidden] { display:none!important; }
.iww h1,.iww h2,.iww h3,.iww p,.iww figure { margin:0; }
.iww h1,.iww h2,.iww h3 { color:inherit; font-family:inherit; }
.iww a { color:inherit; text-decoration:none; }
.iww a:hover { color:var(--iww-accent); }
.iww :is(a,button,input,select,summary):focus-visible { outline:3px solid var(--iww-accent); outline-offset:4px; }
.iww :is(button,input,select) { font:inherit; }
.iww section[id],.iww details[id] { scroll-margin-top:170px; }
.iww-hero { display:grid; grid-template-columns:1.04fr 1fr; max-width:1600px; margin:auto; min-height:690px; }
.iww-hero-copy { padding:35px clamp(24px,5vw,80px) 55px; align-self:center; }
.iww-back { display:inline-block; color:var(--iww-muted)!important; font-size:12px; margin-bottom:45px; }
.iww-eyebrow { color:var(--iww-accent); font-size:11px; font-weight:700; letter-spacing:.17em; text-transform:uppercase; margin-bottom:22px!important; }
.iww h1 { font-size:clamp(105px,13vw,190px); font-weight:900; line-height:.8; letter-spacing:-.065em; margin-bottom:30px; }
.iww h1>span { color:var(--iww-accent); }
.iww h1 small { display:block; font-size:clamp(26px,3vw,43px); font-weight:700; line-height:1.05; letter-spacing:-.025em; margin-top:24px; }
.iww-deck { font-size:23px; line-height:1.35; font-weight:700; }
.iww-hero-intro { max-width:410px; color:#bcbcc7; font-size:16px; margin-top:18px!important; }
.iww-actions { display:flex; align-items:center; flex-wrap:wrap; gap:20px; margin-top:28px; }
.iww-button { display:inline-flex; align-items:center; justify-content:space-between; gap:24px; min-height:48px; padding:14px 20px; background:var(--iww-purple); border:1px solid var(--iww-purple); color:#fff!important; cursor:pointer; font-size:14px; font-weight:700; }
.iww-button:hover { background:#403acb; }
.iww-text-link { display:inline-block; padding:10px 0; border-bottom:1px solid #787881; font-size:14px; font-weight:700; }
.iww-hero-photo { position:relative; min-width:0; overflow:hidden; background:#171717; }
.iww-hero-photo img { position:absolute; width:100%; height:100%; object-fit:cover; object-position:51% 64%; }
.iww-hero-photo::after { content:''; position:absolute; inset:60% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.94)); pointer-events:none; }
.iww-hero-photo figcaption { position:absolute; z-index:1; left:25px; right:25px; bottom:25px; display:flex; flex-direction:column; gap:4px; font-size:11px; color:#fff; }
.iww-hero-photo figcaption a { text-decoration:underline; }
.iww-section-nav { display:flex; flex-wrap:wrap; gap:0 27px; padding:0 max(22px,calc((100vw - 1260px)/2)); background:#111; border-block:1px solid var(--iww-line); }
.iww-section-nav a { padding:18px 0; white-space:nowrap; font-size:12px; font-weight:700; }
.iww-stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); max-width:1320px; margin:auto; padding:0 30px; border-bottom:1px solid var(--iww-line); }
.iww-stats a { display:flex; flex-direction:column; padding:30px 24px; border-right:1px solid var(--iww-line); }
.iww-stats a:first-child { padding-left:0; }.iww-stats a:last-child { border:0; }
.iww-stats strong { font-size:52px; line-height:1.1; font-weight:800; letter-spacing:-.04em; color:var(--iww-accent); }
.iww-stats span { font-size:12px; margin-top:10px; color:var(--iww-muted); }
.iww-section { max-width:1320px; margin:auto; padding:80px 30px; border-bottom:1px solid var(--iww-line); }
.iww h2 { font-size:clamp(34px,4vw,57px); font-weight:800; line-height:1.07; letter-spacing:-.035em; }
.iww h3 { font-weight:700; line-height:1.2; }
.iww-introduction { display:grid; grid-template-columns:1fr 1.1fr; gap:80px; }
.iww-prose p { margin-bottom:20px; color:#d0d0d8; }
.iww-cite { color:var(--iww-accent)!important; font-size:12px; text-decoration:underline!important; text-underline-offset:3px; }
.iww-heading { display:flex; align-items:end; justify-content:space-between; gap:55px; margin-bottom:35px; }
.iww-heading>p { max-width:390px; font-size:15px; color:var(--iww-muted); }
.iww-filters { display:grid; grid-template-columns:1.5fr 1.35fr 1fr 1fr; gap:14px; padding:22px; background:#151515; }
.iww-filters label { color:#d2d2dc; font-size:12px; font-weight:700; }
.iww-filters :is(input,select) { display:block; width:100%; min-width:0; height:46px; padding:8px 10px; margin-top:8px; background:#090909; border:1px solid #686872; border-radius:0; color:#fff; font-size:14px; }
.iww-filters input::placeholder { color:#adadba; }
.iww-reset { background:transparent; color:#dcdce4; border:0; border-bottom:1px solid #777; min-height:36px; font-size:12px!important; cursor:pointer; padding:4px 0; }
.iww-filters>.iww-reset { grid-column:1/-1; justify-self:start; }
.iww-map-wrap { border:1px solid var(--iww-line); }
#iww-map { height:420px; background:#23232a; z-index:0; }
.iww-map-wrap>p { padding:13px 18px; font-size:11px; color:var(--iww-muted); }
.iww-map-wrap>p a,.iww-method a { color:var(--iww-accent); text-decoration:underline; }
.iww .leaflet-tile-pane { filter:grayscale(1) invert(1) brightness(.75) contrast(1.1); }
.iww .leaflet-control-attribution { color:#111; font-size:10px; }
.iww .leaflet-control-attribution a,.iww .leaflet-control-zoom a { color:#111; }
.iww .leaflet-tooltip { color:#111; font-family:inherit; font-weight:700; }
.iww-map-dot { border-radius:50%; background:#817aff; border:2px solid white; box-shadow:0 0 0 5px #817aff44; }
.iww-map-dot.is-selected { background:white; box-shadow:0 0 0 8px #a19bff77; }
.iww-timeline-toolbar { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:15px; margin:20px 0; }
.iww-results { color:var(--iww-muted); font-size:13px; }
.iww-event { border-top:1px solid var(--iww-line); }
.iww-event:last-child { border-bottom:1px solid var(--iww-line); }
.iww-event summary { display:grid; grid-template-columns:175px 1fr 25px; gap:25px; align-items:center; padding:23px 0; list-style:none; cursor:pointer; }
.iww-event summary::-webkit-details-marker { display:none; }
.iww-event-date { font-size:15px; color:var(--iww-accent); font-weight:700; }
.iww-event-meta { display:block; font-size:10px; letter-spacing:.07em; text-transform:uppercase; color:var(--iww-muted); margin-bottom:6px; }
.iww-event-title { display:block; font-size:24px; line-height:1.18; font-weight:700; }
.iww-plus { color:var(--iww-accent); font-size:26px; justify-self:end; }
.iww-event[open] .iww-plus { transform:rotate(45deg); }
.iww-event-body { padding:0 45px 28px 200px; max-width:1040px; color:#cccbd6; font-size:16px; }
.iww-event-links { display:flex; flex-direction:column; align-items:start; gap:8px; margin-top:16px; }
.iww-related { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.iww-related a { display:block; border:1px solid #53515e; padding:9px 12px; font-size:12px; color:#e6e2ff; }
.iww-empty { text-align:center; padding:40px 20px; border:1px solid var(--iww-line); }.iww-empty h3 { font-size:25px; }.iww-empty p { margin:12px 0 24px; }
.iww-method { font-size:12px; color:var(--iww-muted); max-width:960px; margin-top:24px!important; }
.iww-locals-intro { display:flex; align-items:center; justify-content:space-between; gap:50px; padding:32px; background:#191823; border-left:4px solid var(--iww-accent); }
.iww-locals-intro>div { max-width:680px; }.iww-locals-intro h3 { font-size:27px; margin-bottom:16px; }.iww-locals-intro p { color:#c7c6d2; font-size:15px; }.iww-locals-intro>button { flex-shrink:0; }
.iww-map-credit { font-size:11px!important; margin-top:16px!important; }
.iww-external-map { width:100%; overflow:auto; background:#fff; margin-top:20px; border:1px solid var(--iww-line); }
.iww-external-map iframe { display:block; border:0; width:100%; min-width:1000px; height:800px; }
.iww-practice-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; }
.iww-practice-grid article { border-top:3px solid var(--iww-accent); padding-top:22px; }.iww-card-number { font-size:13px; color:var(--iww-accent); }.iww-practice-grid h3 { font-size:26px; margin:25px 0 16px; }.iww-practice-grid p { color:#c6c6d1; font-size:15px; margin-bottom:16px; }
.iww-repression { display:grid; grid-template-columns:1fr 1.1fr; gap:0 80px; }.iww-repression>.iww-eyebrow { grid-column:1/-1; }
.iww-people { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.iww-person { display:block; background:#151515; border:1px solid var(--iww-line); }.iww-person:hover { border-color:var(--iww-accent); }
.iww-person img,.iww-portrait-placeholder { display:block; width:100%; height:240px; object-fit:cover; object-position:center 24%; background:#22212a; }
.iww-portrait-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; color:var(--iww-accent); }.iww-portrait-placeholder span { font-size:50px; font-weight:800; }.iww-portrait-placeholder small { color:var(--iww-muted); font-size:11px; }
.iww-person>div:not(.iww-portrait-placeholder) { padding:20px; }.iww-person h3 { font-size:23px; margin-bottom:12px; }.iww-person>div>span:not(:first-child) { font-size:12px; color:#c9c4ff; }
.iww-all-records { margin-top:26px; }
.iww-press-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }.iww-press-grid article { padding:28px; border:1px solid var(--iww-line); background:#141414; }
.iww-paper-label { color:var(--iww-accent); font-size:10px; text-transform:uppercase; letter-spacing:.15em; margin-bottom:32px!important; }.iww-press-grid h3 { font-size:28px; margin-bottom:18px; }.iww-press-grid article>p:not(.iww-paper-label) { color:var(--iww-muted); font-size:15px; margin-bottom:18px; }
.iww-sources { display:grid; grid-template-columns:1fr 1fr; gap:40px 80px; }.iww-sources h2 { margin-bottom:25px; }.iww-sources p { color:var(--iww-muted); font-size:14px; margin-bottom:18px; }
.iww-sources summary { cursor:pointer; font-size:17px; font-weight:700; padding:16px 0; border-block:1px solid var(--iww-line); }.iww-sources ol { padding-left:20px; }.iww-sources li { padding:10px 0; font-size:13px; color:#d3d0ed; }
.iww-image-credit { grid-column:1/-1; border-top:1px solid var(--iww-line); padding-top:25px; font-size:11px!important; }.iww-image-credit a { color:var(--iww-accent); text-decoration:underline; }
@media(min-width:1100px) { .iww-section-nav { position:sticky; top:108px; z-index:20; } }
@media(max-width:1000px) { .iww-hero-copy { padding:30px 26px 45px; }.iww-section { padding:65px 25px; }.iww-introduction,.iww-repression,.iww-sources { gap:35px; }.iww-filters { grid-template-columns:1fr 1fr; }.iww-practice-grid,.iww-people { grid-template-columns:repeat(2,minmax(0,1fr)); }.iww-locals-intro { display:block; }.iww-locals-intro>button { margin-top:24px; }.iww-press-grid { gap:15px; }.iww-press-grid article { padding:20px; } }
@media(max-width:700px) { .iww-hero { grid-template-columns:1fr; }.iww-hero-copy { padding:25px 24px 40px; }.iww h1 { font-size:140px; }.iww h1 small { font-size:34px; }.iww-back { margin-bottom:32px; }.iww-hero-photo { height:330px; }.iww-hero-photo img { object-position:center 68%; }.iww-section-nav { padding:10px 22px; gap:0 20px; }.iww-section-nav a { padding:8px 0; }.iww-stats { padding:0 22px; }.iww-stats a { padding:24px 12px; }.iww-stats strong { font-size:36px; }.iww-stats span { font-size:10px; }.iww-section { padding:50px 22px; }.iww-introduction,.iww-repression,.iww-sources { grid-template-columns:1fr; gap:26px; }.iww-heading { display:block; }.iww-heading>p { margin-top:22px; max-width:none; }.iww-filters { padding:18px; gap:12px; }.iww-filters label:first-child { grid-column:1/-1; }.iww-filters label:last-of-type { grid-column:1/-1; }#iww-map { height:310px; }.iww-event summary { grid-template-columns:1fr 24px; gap:10px; padding:22px 0; }.iww-event-date { grid-column:1; }.iww-event summary>span:nth-child(2) { grid-column:1; }.iww-plus { grid-column:2; grid-row:1/3; }.iww-event-title { font-size:22px; }.iww-event-body { padding:0 0 25px; }.iww-locals-intro { padding:23px; }.iww-practice-grid { grid-template-columns:1fr; gap:26px; }.iww-practice-grid h3 { margin-top:14px; }.iww-people { gap:14px; }.iww-person img,.iww-portrait-placeholder { height:205px; }.iww-person>div:not(.iww-portrait-placeholder) { padding:13px; }.iww-person h3 { font-size:19px; }.iww-press-grid { grid-template-columns:1fr; }.iww-paper-label { margin-bottom:18px!important; }.iww-image-credit { grid-column:auto; } }
@media(max-width:370px) { .iww h1 { font-size:118px; }.iww-stats { grid-template-columns:1fr; }.iww-stats a { padding:18px 0; border-right:0; border-bottom:1px solid var(--iww-line); }.iww-people { grid-template-columns:1fr; } }
@media(prefers-reduced-motion:reduce) { .iww * { scroll-behavior:auto!important; transition:none!important; } }
