/* recycle.co.uk */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(/fonts/fraunces-normal.woff2) format('woff2-variations'), url(/fonts/fraunces-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(/fonts/fraunces-italic.woff2) format('woff2-variations'), url(/fonts/fraunces-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/inter.woff2) format('woff2-variations'), url(/fonts/inter.woff2) format('woff2');
}

:root {
  --green: #0e7a4a; --green-dark: #0a5c38; --green-bright: #17b06b;
  --accent: #c96a3b; --accent-soft: #f3e2d6;
  --ink: #16211a; --ink-soft: #57685d; --paper: #f8f6ef; --card: #ffffff;
  --line: #e6e1d2; --line-strong: #d8d2bf; --amber: #b3690a; --red: #b3372b; --blue: #1c5f8f;
  --radius: 20px; --radius-sm: 12px;
  --shadow: 0 2px 6px rgba(22, 33, 26, .05), 0 18px 44px rgba(22, 33, 26, .08);
  --shadow-sm: 0 1px 2px rgba(22, 33, 26, .06), 0 4px 12px rgba(22, 33, 26, .05);
  --font-display: 'Fraunces', Georgia, 'Times New Roman', ui-serif, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
  /* fixed (non-theme-flipping) solid CTA colour: --green/--green-bright brighten in dark
     mode for ambient use, but that leaves white button text failing contrast (~2.3:1) */
  --btn: #0a5c38; --btn-dark: #073f26;
}
@media (prefers-color-scheme: dark) {
  :root {
    --green: #2fbf7f; --green-dark: #24996a; --green-bright: #35d18d;
    --accent: #e08a54; --accent-soft: #3a2a1d;
    --ink: #eef1e9; --ink-soft: #a9b5a9; --paper: #10140f; --card: #1a2018;
    --line: #2a3126; --line-strong: #384030; --amber: #e0964a; --red: #e06a5c; --blue: #6aaede;
    --shadow: 0 2px 6px rgba(0,0,0,.35), 0 18px 44px rgba(0,0,0,.35);
    --shadow-sm: 0 1px 2px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.25);
  }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-feature-settings: "cv05", "cv11";
  color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: var(--green-dark); }
::selection { background: var(--green-bright); color: #fff; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.section { padding: 52px 20px; }
h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.8rem, 4.2vw, 2.7rem);
  line-height: 1.1; letter-spacing: -.01em; margin: .2em 0 .4em; text-wrap: balance; }
h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; margin: 1.7em 0 .6em; letter-spacing: -.01em; text-wrap: balance; }
h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; }
.lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 62ch; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: .76rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.eyebrow.g { color: var(--green-dark); }

/* Fast, motion-safe hero entrance and cross-page transitions. */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  ::view-transition-old(root), ::view-transition-new(root) { animation-duration: .16s; }
  .hero .eyebrow, .hero h1, .hero-sub, .hero-search, .hero .chips, .stat-strip { animation: rise .55s var(--ease) both; }
  .hero h1 { animation-delay: .05s; } .hero-sub { animation-delay: .1s; }
  .hero-search { animation-delay: .15s; } .hero .chips { animation-delay: .2s; } .stat-strip { animation-delay: .25s; }
}
/* `translate`, not `transform`, so it composes with the hover-lift transforms */
@keyframes rise { from { opacity: 0; translate: 0 14px; } }

/* header */
.site-head { background: color-mix(in srgb, var(--card) 92%, transparent); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.site-head nav { display: flex; align-items: center; gap: 22px; padding: 13px 20px; flex-wrap: wrap; }
.logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600;
  font-size: 1.3rem; text-decoration: none; color: var(--ink); letter-spacing: -.01em; }
.logo .mark { width: 24px; height: 24px; color: var(--green); flex: none; }
.logo span { color: var(--ink-soft); font-weight: 400; }
.nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-size: .93rem; font-weight: 500; transition: color .15s var(--ease); }
.nav-links a:hover { color: var(--green-dark); }
.nav-links a[aria-current="page"] { color: var(--green-dark); font-weight: 700; }
.nav-search { margin-left: auto; position: relative; }
.nav-search .suggest-drop { min-width: 320px; max-width: min(560px, calc(100vw - 40px)); left: auto; right: 0; }
.nav-search input { border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px;
  padding: 8px 15px; font-size: .89rem; width: 180px; transition: border-color .15s var(--ease), width .2s var(--ease); }
.nav-search input:focus { border-color: var(--green); outline: none; width: 210px; }

/* hero */
.hero { position: relative; overflow: hidden; color: #fff; padding: 76px 0 46px;
  background:
    radial-gradient(1100px 620px at 12% -15%, rgba(255,255,255,.16), transparent 60%),
    radial-gradient(760px 520px at 104% 6%, rgba(255,255,255,.12), transparent 58%),
    radial-gradient(820px 760px at 85% 130%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(160deg, var(--green-dark), var(--green) 55%, var(--green-bright) 130%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .05; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero .wrap { position: relative; }
.hero .eyebrow { color: rgba(255,255,255,.85); margin-bottom: 14px; }
.hero h1 { font-size: clamp(2.3rem, 6vw, 3.7rem); font-weight: 600; margin: 0 0 12px; }
.hero h1 em { font-style: italic; font-weight: 500; }
.hero-sub { font-size: 1.18rem; opacity: .94; max-width: 56ch; margin: 0 0 28px; }
.hero-search { display: flex; gap: 10px; max-width: 640px; position: relative; }
.hero-search input { flex: 1; border: 0; border-radius: var(--radius-sm); padding: 17px 20px; font-size: 1.05rem;
  box-shadow: 0 10px 34px rgba(10,25,18,.28); color: #14231c; background: #fff; font-family: var(--font-body); }
.hero-search input:focus { outline: 3px solid rgba(255,255,255,.5); outline-offset: 2px; }
.hero-search button { border: 0; border-radius: var(--radius-sm); padding: 17px 28px; font-size: 1.05rem; font-weight: 700;
  background: #14231c; color: #fff; cursor: pointer; transition: background .15s var(--ease), transform .1s var(--ease); }
.hero-search button:hover { background: #000; }
.hero-search button:active { transform: scale(.97); }
.hero-search.inline { margin: 14px 0 26px; }
.hero-search.inline input { border: 1px solid var(--line); box-shadow: none; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.suggest-wrap { position: relative; flex: 1; }
.suggest-drop { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); box-shadow: var(--shadow); overflow: hidden; z-index: 20; display: none; text-align: left; }
.suggest-drop.show { display: block; }
.suggest-drop a { display: flex; align-items: center; gap: 10px; padding: 11px 15px; text-decoration: none; color: var(--ink); font-size: .95rem; border-bottom: 1px solid var(--line); }
.suggest-drop a:last-child { border-bottom: 0; }
.suggest-drop a:hover, .suggest-drop a.active { background: var(--paper); }
.suggest-drop .s-icon { width: 18px; height: 18px; flex: none; color: var(--green-dark); }
.suggest-drop .s-bin { margin-left: auto; color: var(--ink-soft); font-size: .82rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 40%; }

/* homepage stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; max-width: 760px; }
.stat-strip .s { display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(6px); border-radius: var(--radius-sm); padding: 14px 15px; transition: background .15s var(--ease); }
.stat-strip .s:hover { background: rgba(255,255,255,.16); }
.stat-strip svg { width: 22px; height: 22px; flex: none; color: #fff; opacity: .9; }
.stat-strip b { display: block; font-family: var(--font-display); font-size: 1.3rem; line-height: 1.1; font-weight: 600; }
.stat-strip span { display: block; font-size: .74rem; opacity: .85; margin-top: 2px; }
@media (max-width: 700px) { .stat-strip { grid-template-columns: repeat(2, 1fr); } }
.chip { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.32); color: #fff; text-decoration: none;
  border-radius: 999px; padding: 7px 15px; font-size: .89rem; transition: background .15s var(--ease), transform .1s var(--ease); }
.chip:hover { background: rgba(255,255,255,.26); transform: translateY(-1px); }
.chip.static { background: var(--card); border: 1px solid var(--line); color: var(--ink-soft); }

/* panels / grids */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm);
  transition: box-shadow .2s var(--ease), border-color .2s var(--ease); }
.panel:hover { box-shadow: var(--shadow); border-color: var(--line-strong); }
.panel h2 { margin-top: 0; }
.map-panel { padding: 0; overflow: hidden; min-height: 300px; }
.map-panel iframe { width: 100%; height: 100%; min-height: 300px; border: 0; display: block; }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(172px, 1fr)); gap: 11px; }
.cat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 15px 16px;
  text-decoration: none; color: var(--ink); font-weight: 600; box-shadow: var(--shadow-sm); font-size: .95rem;
  display: flex; align-items: center; gap: 12px; transition: transform .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease); }
.cat-card:hover { border-color: var(--green); transform: translateY(-3px); box-shadow: var(--shadow); }
.cat-card .cat-icon { width: 30px; height: 30px; flex: none; color: var(--green-dark); background: color-mix(in srgb, var(--green) 12%, transparent);
  border-radius: 9px; padding: 5px; }
.cat-card .cat-n { display: block; font-weight: 500; font-size: .78rem; color: var(--ink-soft); }

.item-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; margin: 14px 0 26px; }
.item-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 15px;
  text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 10px; transition: transform .15s var(--ease), border-color .15s var(--ease); }
.item-card:hover { border-color: var(--green); transform: translateY(-2px); }
.item-card .cat-icon { width: 18px; height: 18px; flex: none; color: var(--ink-soft); }
.item-card .item-card-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.item-card span:first-child { font-weight: 600; }

.item-list { display: flex; flex-direction: column; gap: 9px; margin-top: 18px; }
.item-row { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 18px;
  text-decoration: none; color: var(--ink); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; transition: border-color .15s var(--ease); }
.item-row:hover { border-color: var(--green); }
.item-bin { color: var(--ink-soft); font-size: .9rem; flex-basis: 100%; }

/* badges */
.badge { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 4px 12px; font-size: .76rem;
  font-weight: 700; white-space: nowrap; letter-spacing: .01em; }
.v-yes { background: #d9f2e4; color: #0a5c38; }
.v-no { background: #f7ded9; color: #8f2b21; }
.v-check { background: #fbecd4; color: #8a5107; }
.v-centre { background: #dcebf5; color: #1c5f8f; }
.v-spec { background: #e7e0f5; color: #5b3ea8; }
.v-reuse { background: #d9f2e4; color: #0a5c38; }
.v-haz { background: #fbe0d4; color: #a33d08; }
@media (prefers-color-scheme: dark) {
  .v-yes, .v-reuse { background: #123a28; color: #57d99a; }
  .v-no { background: #40201c; color: #f0917f; }
  .v-check { background: #3d2c10; color: #ecb264; }
  .v-centre { background: #14304a; color: #7cc0ec; }
  .v-spec { background: #2a2145; color: #b39ff0; }
  .v-haz { background: #40260f; color: #f0a464; }
}

/* verdict hero on item pages */
.verdict-hero { position: relative; border-radius: var(--radius); padding: 26px 28px; margin: 20px 0; background: var(--card);
  border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 20px; }
.verdict-hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--green); }
.verdict-hero.v-no::before { background: var(--red); }
.verdict-hero.v-check::before { background: var(--amber); }
.verdict-hero.v-centre::before { background: var(--blue); }
.verdict-hero.v-haz::before { background: #c2410c; }
.verdict-hero .v-icon { font-size: 2.4rem; line-height: 1; flex: none; }
.verdict-hero .v-body { min-width: 0; }
.verdict-answer { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; margin: 8px 0 0; color: var(--ink); }

.callout { background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-left: 4px solid var(--accent); border-radius: var(--radius-sm); padding: 15px 18px; }

/* forms */
.pc-form { display: flex; gap: 8px; margin: 14px 0; max-width: 420px; }
.pc-form input { flex: 1; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 15px; font-size: 1rem;
  background: var(--paper); color: var(--ink); text-transform: uppercase; transition: border-color .15s var(--ease); }
.pc-form input:focus { border-color: var(--green); outline: none; }
.pc-form button, .btn { border: 0; border-radius: var(--radius-sm); padding: 13px 22px; font-size: .97rem; font-weight: 700;
  background: var(--btn); color: #fff; cursor: pointer; text-decoration: none; display: inline-block;
  transition: background .15s var(--ease), transform .1s var(--ease); }
.btn.ghost { background: transparent; color: var(--green-dark); border: 1px solid var(--green); }
.btn:hover, .pc-form button:hover { background: var(--btn-dark); }
.btn:active, .pc-form button:active { transform: scale(.97); }

/* news */
.news-list { display: flex; flex-direction: column; gap: 4px; margin-top: 12px; }
.news-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: baseline;
  text-decoration: none; color: var(--ink); padding: 10px 12px; border-radius: var(--radius-sm); transition: background .15s var(--ease); }
.news-row:hover { background: var(--paper); }
.news-row.big { grid-template-columns: auto 1fr auto; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 15px 18px; margin-bottom: 9px; }
.news-cat { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--green-dark); }
.nc-policy { color: var(--blue); }
.nc-research { color: #7c5cd6; }
.nc-global { color: var(--accent); }
.nc-council { color: var(--amber); }
@media (prefers-color-scheme: dark) { .nc-research { color: #b39ff0; } }
.news-title { font-weight: 600; }
.news-sum { grid-column: 1 / -1; color: var(--ink-soft); font-size: .92rem; }
.news-date { color: var(--ink-soft); font-size: .85rem; white-space: nowrap; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0; }
.tabs a { text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 8px 17px;
  color: var(--ink-soft); font-weight: 600; font-size: .92rem; transition: background .15s var(--ease), color .15s var(--ease); }
.tabs a.on { background: var(--btn); border-color: var(--btn); color: #fff; }
.tabs a:not(.on):hover { border-color: var(--line-strong); }
.tabs.years { margin-top: -8px; }
.tabs.years a { padding: 4px 12px; font-size: .82rem; font-weight: 500; }
.pager { display: flex; justify-content: space-between; margin: 26px 0; }

/* centres / councils */
.centre-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 11px; margin: 16px 0; }
.centre-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 15px 17px;
  text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 4px; transition: border-color .15s var(--ease), transform .15s var(--ease); }
.centre-card:hover { border-color: var(--green); transform: translateY(-2px); }
.centre-card .km { color: var(--green-dark); font-weight: 700; font-size: .88rem; }
.centre-card .op, .centre-card .hrs { color: var(--ink-soft); font-size: .85rem; }
.op-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 26px; }
.op-list a { text-decoration: none; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 8px 13px; color: var(--ink); font-size: .92rem; transition: border-color .15s var(--ease); }
.op-list a:hover { border-color: var(--green); }
.count { color: var(--ink-soft); font-weight: 500; font-size: .85em; }

.stat-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 20px 0; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 24px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); min-width: 150px; }
.stat-n { font-family: var(--font-display); font-size: 1.9rem; font-weight: 600; color: var(--green-dark); letter-spacing: -.01em; }
.stat-l { color: var(--ink-soft); font-size: .85rem; }

/* league table */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
table.league { border-collapse: collapse; width: 100%; font-size: .95rem; }
.league th, .league td { padding: 11px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.league thead th { position: sticky; top: 0; background: var(--card); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-soft); }
.league .num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
.league tr:hover td { background: var(--paper); }
.league .rate-cell { display: flex; align-items: center; gap: 10px; justify-content: flex-end; }
.league .meter { width: 90px; height: 7px; border-radius: 4px; background: var(--line); overflow: hidden; flex: none; }
.league .meter span { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--green-dark), var(--green-bright)); }
.league tr.top3 td:first-child { font-weight: 800; color: var(--green-dark); }
.league .rank { display: inline-flex; width: 27px; height: 27px; border-radius: 50%; align-items: center;
  justify-content: center; font-weight: 800; font-size: .82rem; color: #fff; }
.rank-1 { background: #c9962e; } .rank-2 { background: #8f98a3; } .rank-3 { background: #b0713c; }

.check-next { margin-top: 36px; }
.check-next h2 { margin: 6px 0 4px; }

/* live filter */
.filter-box { display: block; width: 100%; max-width: 440px; border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 19px; font-size: 1rem; background: var(--card); color: var(--ink); margin: 8px 0 6px;
  font-family: var(--font-body); transition: border-color .15s var(--ease); }
.filter-box:focus { border-color: var(--green); outline: none; }
.filter-count { color: var(--ink-soft); font-size: .9rem; min-height: 1.3em; display: block; margin-bottom: 10px; }
.f-hide { display: none !important; }

/* back to top */
#to-top { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none;
  transform: translateY(8px); transition: opacity .2s var(--ease), transform .2s var(--ease); }
#to-top.show { opacity: 1; pointer-events: auto; transform: none; }
#to-top:hover { border-color: var(--green); color: var(--green-dark); }

/* guides & prose */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 15px; margin-top: 20px; }
.guide-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 8px; box-shadow: var(--shadow-sm);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), border-color .15s var(--ease); }
.guide-card:hover { border-color: var(--green); transform: translateY(-3px); box-shadow: var(--shadow); }
.guide-card strong { font-family: var(--font-display); font-size: 1.12rem; font-weight: 600; }
.guide-card span { color: var(--ink-soft); font-size: .92rem; }
.prose { max-width: 72ch; }
.prose h2 { margin-top: 1.8em; }
.prose li { margin-bottom: .5em; }
.src-table { width: 100%; min-width: 560px; border-collapse: collapse; margin: 16px 0 28px; font-size: .92rem; }
.src-table th, .src-table td { text-align: left; padding: 11px 13px; border-bottom: 1px solid var(--line); vertical-align: top; }
.src-table th { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); }
.src-table td:first-child { font-weight: 600; white-space: nowrap; }
.crumbs { font-size: .88rem; color: var(--ink-soft); margin-bottom: 6px; }
.crumbs a { color: var(--ink-soft); }
.inline-icon { width: 22px; height: 22px; vertical-align: -5px; color: var(--green-dark); margin-right: 4px; }
.toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 8px; }
.toc a { font-size: .88rem; text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; color: var(--ink-soft); transition: border-color .15s var(--ease); }
.toc a:hover { border-color: var(--green); }
.rel-h { margin-top: 2em; }
.review-line { color: var(--ink-soft); font-size: .85rem; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 30px; }
.review-line a { color: var(--ink-soft); text-decoration: underline; }
.empty { color: var(--ink-soft); }
.more { font-weight: 600; }

/* footer */
.site-foot { border-top: 1px solid var(--line); margin-top: 70px; background: var(--card); }
.site-foot .wrap { padding: 40px 20px 34px; }
.foot-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 26px; }
@media (max-width: 700px) { .foot-cols { grid-template-columns: 1fr; } }
.foot-cols strong { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; }
.foot-cols a { display: block; color: var(--ink-soft); text-decoration: none; margin-bottom: 9px; font-size: .93rem; transition: color .15s var(--ease); }
.foot-cols a:hover { color: var(--green-dark); }
.foot-cols p { color: var(--ink-soft); font-size: .93rem; }
.foot-small { color: var(--ink-soft); font-size: .8rem; margin-top: 20px; }

/* cookie consent banner */
#rc-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; background: var(--card); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(20,35,28,.12); }
#rc-consent[hidden] { display: none; }
#rc-consent .rcc-inner { max-width: 880px; margin: 0 auto; padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px)); display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
#rc-consent .rcc-txt { margin: 0; flex: 1 1 320px; color: var(--ink-soft); font-size: 13.5px; line-height: 1.5; }
#rc-consent .rcc-txt strong { color: var(--ink); }
#rc-consent .rcc-btns { display: flex; gap: 10px; flex: 0 0 auto; }
#rc-consent .rcc-btn { border-radius: var(--radius-sm); padding: 9px 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: 1px solid var(--line); }
#rc-consent .rcc-ghost { background: var(--card); color: var(--ink-soft); }
#rc-consent .rcc-yes { background: var(--btn); border-color: var(--btn); color: #fff; }
@media (max-width: 560px) { #rc-consent .rcc-btns { flex: 1 1 100%; } #rc-consent .rcc-btn { flex: 1; } }

/* 2026 interface upgrade */
button, input, select, textarea, summary { font: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important;
  overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; transform: translateY(-160%); background: var(--card); color: var(--ink);
  border: 2px solid var(--green); border-radius: 8px; padding: 9px 14px; font-weight: 700; text-decoration: none; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
:where(a, button, input, summary):focus-visible { outline: 3px solid color-mix(in srgb, var(--green) 55%, #fff); outline-offset: 3px; }
main[tabindex="-1"]:focus { outline: none; }

/* Header navigation and saved count */
.saved-link { display: inline-flex; align-items: center; gap: 6px; }
.saved-count { min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
  padding: 0 6px; background: var(--green-dark); color: #fff; font-size: .69rem; font-weight: 800; line-height: 1; }
.saved-count[hidden] { display: none; }
.nav-search input[aria-expanded="true"] { border-color: var(--green); }

/* Homepage hierarchy */
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .75fr); gap: 54px; align-items: center; }
.hero-main { min-width: 0; }
.hero-local { background: rgba(7, 47, 29, .28); border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius);
  padding: 25px; backdrop-filter: blur(12px); box-shadow: 0 20px 50px rgba(6, 37, 24, .2); }
.hero-local-kicker { display: block; color: rgba(255,255,255,.78); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 800; }
.hero-local h2 { color: #fff; margin: 5px 0 9px; font-size: clamp(1.35rem, 2.6vw, 1.7rem); }
.hero-local p { color: rgba(255,255,255,.88); margin: 0; font-size: .94rem; }
.hero-pc { max-width: none; margin: 17px 0 13px; }
.hero-pc input { background: #fff; color: #14231c; border-color: rgba(255,255,255,.5); text-transform: uppercase; }
.hero-pc button { background: #14231c; }
.hero-pc button:hover { background: #000; }
.hero-local-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.hero-local-links a { color: #fff; font-size: .84rem; font-weight: 650; }
.hero .stat-strip { max-width: none; }
.hero-search .suggest-wrap > input { width: 100%; }
.section-first { padding-top: 46px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.section-heading h1, .section-heading h2 { margin: 5px 0 0; }
.section-heading .more { flex: none; }
.task-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.task-card { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; gap: 3px 13px; align-items: center;
  min-height: 136px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 21px;
  box-shadow: var(--shadow-sm); text-decoration: none; color: var(--ink); transition: transform .16s var(--ease), border-color .16s var(--ease), box-shadow .16s var(--ease); }
.task-card:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: var(--shadow); }
.task-card svg { grid-row: 1 / 3; width: 36px; height: 36px; padding: 7px; border-radius: 11px; color: var(--green-dark);
  background: color-mix(in srgb, var(--green) 12%, transparent); }
.task-card strong { font-family: var(--font-display); font-size: 1.04rem; line-height: 1.25; }
.task-card span { color: var(--ink-soft); font-size: .83rem; line-height: 1.45; }
.answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.answer-card { display: grid; grid-template-columns: 43px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 82px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 15px 17px; color: var(--ink); text-decoration: none;
  box-shadow: var(--shadow-sm); transition: transform .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease); }
.answer-card:hover { transform: translateY(-2px); border-color: var(--green); box-shadow: var(--shadow); }
.answer-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--green-dark);
  background: color-mix(in srgb, var(--green) 11%, transparent); }
.answer-icon svg { width: 25px; height: 25px; }
.answer-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.answer-copy strong { font-weight: 750; }
.answer-copy span { color: var(--ink-soft); font-size: .83rem; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.split-feature { align-items: start; }
.news-panel h2, .feature-panel h2 { margin: 5px 0 11px; }
.guide-stack { display: flex; flex-direction: column; gap: 11px; margin-top: 15px; }
.guide-card.compact { border-radius: var(--radius-sm); padding: 17px 19px; }
.feature-panel { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; }
.feature-panel p { color: var(--ink-soft); }
.feature-panel .btn { margin-top: auto; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 18px; align-items: center;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { display: flex; flex-direction: column; }
.trust-strip strong { font-size: .9rem; }
.trust-strip span { color: var(--ink-soft); font-size: .79rem; line-height: 1.4; }
.trust-strip > a { font-weight: 700; white-space: nowrap; }

/* Search results */
.search-page-form { max-width: 820px; }
.search-summary { color: var(--ink-soft); margin: -5px 0 23px; }
.search-groups { display: grid; gap: 27px; max-width: 900px; }
.search-group h2 { margin: 0 0 10px; font-size: 1.3rem; }
.search-results { display: flex; flex-direction: column; gap: 8px; }
.search-result { display: flex; align-items: center; gap: 13px; min-height: 66px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 12px 15px; text-decoration: none; color: var(--ink); transition: border-color .15s var(--ease), transform .15s var(--ease); }
.search-result:hover { border-color: var(--green); transform: translateX(2px); }
.result-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.result-copy strong { line-height: 1.35; }
.result-copy span { color: var(--ink-soft); font-size: .84rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-type { flex: none; min-width: 60px; color: var(--green-dark); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.empty-state { max-width: 760px; padding: 22px 24px; margin: 20px 0; background: var(--card); border: 1px dashed var(--line-strong); border-radius: var(--radius); }
.empty-state h2 { margin: 0 0 6px; }
.empty-state p { margin: 0; color: var(--ink-soft); }

/* Item actions and local routes */
.item-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 15px; margin-top: 13px; }
.item-actions > a { font-size: .88rem; font-weight: 650; }
.save-btn { padding: 9px 14px; font-size: .86rem; }
.save-btn.is-saved, .save-btn[aria-pressed="true"] { background: var(--green-dark); color: #fff; border-color: var(--green-dark); }
.local-callout { margin: 20px 0; }
.local-callout > p { margin: 5px 0 2px; color: var(--ink-soft); }
.local-callout .pc-form { margin-bottom: 0; }

/* Saved checklist */
.saved-page { max-width: 900px; }
.saved-heading { align-items: center; }
.saved-actions, .action-row { display: flex; flex-wrap: wrap; gap: 9px; }
.btn.danger { background: var(--red); border: 1px solid var(--red); color: #fff; }
.btn.danger:hover { background: color-mix(in srgb, var(--red) 78%, #000); }
.btn.ghost:hover { color: #fff; border-color: var(--btn-dark); }
.saved-items { display: flex; flex-direction: column; gap: 11px; margin: 27px 0 34px; }
.saved-summary { margin: 0 0 3px; color: var(--ink-soft); font-size: .9rem; }
.saved-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 17px 19px; box-shadow: var(--shadow-sm); }
.saved-card-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.saved-card-head > a { color: var(--ink); text-decoration: none; font-family: var(--font-display); font-size: 1.12rem; font-weight: 650; }
.saved-card-head > a:hover { color: var(--green-dark); }
.saved-bin { margin: 10px 0; color: var(--ink-soft); }
.saved-card-actions { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 10px; }
.saved-card-actions a, .text-button { color: var(--green-dark); font-size: .84rem; font-weight: 700; }
.text-button { background: none; border: 0; padding: 3px 0; cursor: pointer; text-decoration: underline; }
.saved-empty { text-align: center; padding: 38px 25px; }
.saved-empty h2 { margin: 0 0 6px; }
.saved-empty p { color: var(--ink-soft); max-width: 50ch; margin: 0 auto 18px; }
.saved-add-more { margin-top: 25px; }
.saved-add-more h2 { margin: 5px 0 0; }

/* Local pages and data tools */
.pc-form-wide { max-width: 620px; }
.travel-checks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 25px 0 31px; }
.travel-checks > div { display: flex; flex-direction: column; gap: 3px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 15px; }
.travel-checks strong { font-size: .86rem; }
.travel-checks span { color: var(--ink-soft); font-size: .78rem; line-height: 1.4; }
.compact-checks { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.centre-detail { margin-top: 18px; align-items: stretch; }
.panel-title { margin: 0 0 12px; }
.secondary-links { margin: 16px 0 0; font-size: .84rem; }
.materials-section { margin: 32px 0; }
.materials-section h2 { margin-bottom: 8px; }
.material-chips { margin-top: 11px; }
.council-actions { margin: 24px 0; }
.find-nearby { margin-top: 27px; }
.find-nearby h2 { margin: 0 0 7px; }
.stat-place { font-size: 1.23rem; line-height: 1.25; }
.stat-extra { display: block; color: var(--ink-soft); font-size: .74rem; margin-top: 8px; border-top: 1px solid var(--line); padding-top: 7px; }
.nation-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.nation-stat { min-width: 0; }
.stats-heading { align-items: center; }
.method-note { margin: 22px 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 17px; }
.method-note summary { cursor: pointer; font-weight: 750; }
.method-note p { color: var(--ink-soft); margin: 11px 0 3px; }

/* Responsive layout */
@media (max-width: 980px) {
  .site-head nav { gap: 12px; }
  .nav-links { order: 3; width: 100%; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; padding: 1px 0 3px; }
  .nav-links a { white-space: nowrap; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(270px, .7fr); gap: 32px; }
  .task-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-strip > a { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .hero { padding-top: 56px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-local { max-width: 640px; }
  .answer-grid { grid-template-columns: 1fr; }
  .travel-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-checks { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .section { padding-top: 39px; padding-bottom: 39px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section-heading .more { align-self: flex-start; }
  .saved-heading { align-items: flex-start; }
  .news-row { grid-template-columns: auto 1fr; }
  .news-date { display: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > a { grid-column: auto; }
  .saved-card-head { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 580px) {
  .site-head nav { padding-top: 10px; padding-bottom: 9px; }
  .nav-search { order: 2; width: 100%; margin-left: 0; }
  .nav-search input, .nav-search input:focus { width: 100%; }
  .nav-search .suggest-drop { min-width: 0; width: 100%; max-width: none; }
  .nav-links { order: 3; }
  .hero { padding-top: 45px; }
  .hero-search, .pc-form { flex-direction: column; max-width: none; }
  .hero-search button, .pc-form button { width: 100%; }
  .hero-pc { flex-direction: row; }
  .hero-pc button { width: auto; }
  .task-grid { grid-template-columns: 1fr; }
  .task-card { min-height: 108px; }
  .answer-card { grid-template-columns: 42px minmax(0, 1fr); }
  .answer-card .badge { grid-column: 2; justify-self: start; }
  .answer-copy span { white-space: normal; }
  .search-result { align-items: flex-start; flex-wrap: wrap; }
  .search-result .badge { margin-left: 73px; }
  .result-copy span { white-space: normal; }
  .travel-checks, .compact-checks { grid-template-columns: 1fr; }
  .saved-actions { width: 100%; }
  .saved-actions .btn { flex: 1; text-align: center; }
  .saved-card-actions { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 410px) {
  .hero-pc { flex-direction: column; }
  .hero-pc button { width: 100%; }
  .stat-strip .s { padding: 11px; }
  .stat-strip b { font-size: 1.12rem; }
  .stat-strip span { font-size: .68rem; }
}


@media print {
  .site-head, .site-foot, #rc-consent, #to-top, .skip-link, .saved-actions, .saved-add-more, .saved-card-actions, .crumbs { display: none !important; }
  body { background: #fff !important; color: #000 !important; font-size: 11pt; }
  main, .wrap, .section, .saved-page { max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
  .saved-page > .lede { margin-bottom: 14pt; }
  .saved-items { gap: 7pt; }
  .saved-card { background: #fff !important; color: #000 !important; border: 1px solid #aaa; box-shadow: none; break-inside: avoid; }
  .saved-card-head > a, .saved-bin, .saved-summary { color: #000 !important; text-decoration: none; }
  .badge { border: 1px solid #888; background: #fff !important; color: #000 !important; }
  a[href]::after { content: none !important; }
}
