/* ==========================================================================
   UK Gambling Therapy — stylesheet
   Palette: deep pine ground, warm paper, clay accent. Editorial, calm, quiet.
   No frameworks, no build step. One file, loaded once, cached for a week.
   ========================================================================== */

:root {
  --ink:        #14231d;
  --ink-2:      #23372e;
  --pine:       #1b2f27;
  --paper:      #f7f3ec;
  --paper-2:    #efe8dd;
  --tint:       #e6ede7;
  --clay:       #c2643c;
  --clay-dark:  #a5502d;
  --sage:       #6f8b7b;
  --line:       #d8d0c3;
  --line-dark:  rgba(247, 243, 236, .18);
  --muted:      #5d6b62;
  --muted-light:#a9bbaf;
  --white:      #fff;

  --serif: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

  --wrap: 1180px;
  --r: 4px;
  --shadow: 0 1px 2px rgba(20, 35, 29, .05), 0 12px 32px -14px rgba(20, 35, 29, .22);
}

/* --------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.14; letter-spacing: -.015em; margin: 0; }
p { margin: 0 0 1.05em; }
ul, ol { margin: 0; padding: 0; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--clay); outline-offset: 3px; border-radius: 2px;
}
table { border-collapse: collapse; width: 100%; }
code { font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace; font-size: .88em; background: var(--paper-2); padding: .12em .38em; border-radius: 3px; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.center { text-align: center; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--paper); padding: .8rem 1.2rem; font-size: .9rem;
}
.skip:focus { left: .5rem; top: .5rem; }

/* --------------------------------------------------------------- bits */
.eyebrow {
  font-size: .715rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 600; color: var(--clay); margin: 0 0 .85rem;
}
.eyebrow--light { color: #e6a184; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font: 600 .93rem/1 var(--sans); letter-spacing: .005em;
  padding: .95rem 1.5rem; border-radius: 100px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.btn--sm { padding: .68rem 1.1rem; font-size: .85rem; }
.btn--primary { background: var(--clay); color: #fff; }
.btn--primary:hover { background: var(--clay-dark); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--ghost-light { background: transparent; color: var(--paper); border-color: rgba(247,243,236,.45); }
.btn--ghost-light:hover { background: var(--paper); color: var(--ink); }

.linklike {
  background: none; border: 0; padding: 0; font: inherit; color: inherit;
  text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.arrowlink {
  display: inline-block; font-size: .87rem; font-weight: 600; text-decoration: none;
  color: var(--clay); border-bottom: 1px solid currentColor; padding-bottom: 2px;
}
.arrowlink::after { content: ' →'; }
.arrowlink:hover { color: var(--clay-dark); }
.arrowlink--light { color: #e6a184; }

.agemark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  border: 1.5px solid currentColor; font: 700 .78rem/1 var(--sans); letter-spacing: -.02em;
}
.agemark span { font-size: .62rem; margin-left: 1px; }
.agemark--sm { width: 30px; height: 30px; font-size: .66rem; border-width: 1.2px; }

.pills { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; }
.pills li {
  font-size: .74rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  border: 1px solid var(--line); border-radius: 100px; padding: .3rem .7rem; color: var(--muted);
}

.ticks { list-style: none; display: grid; gap: .55rem; margin: 0 0 1.4rem; }
.ticks li { position: relative; padding-left: 1.65rem; }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: .55em;
  width: .62rem; height: .34rem; border-left: 2px solid var(--clay); border-bottom: 2px solid var(--clay);
  transform: rotate(-45deg);
}
.ticks--cross li::before {
  content: '×'; border: 0; transform: none; width: auto; height: auto;
  top: -.05em; font-size: 1.1rem; font-weight: 700; color: var(--clay);
}
.ticks--warn li::before {
  content: '!'; border: 0; transform: none; width: auto; height: auto;
  top: -.02em; font-weight: 800; color: var(--clay);
}
.plainlist { list-style: none; display: grid; gap: .4rem; font-size: .92rem; }
.plainlist li { padding-left: 1rem; position: relative; }
.plainlist li::before { content: '·'; position: absolute; left: 0; color: var(--clay); font-weight: 700; }

/* --------------------------------------------------------------- helpbar */
.helpbar { background: var(--ink); color: var(--paper); font-size: .82rem; }
.helpbar__in { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; padding: .6rem 0; text-align: center; }
.helpbar__msg { margin: 0; color: #cfdcd4; }
.helpbar__msg strong { color: var(--paper); font-weight: 600; }
.helpbar .dot {
  display: inline-block; vertical-align: middle; margin: -2px .45rem 0 0;
  width: 7px; height: 7px; border-radius: 50%; background: var(--clay);
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.helpbar__num { font-weight: 700; letter-spacing: .02em; text-decoration: none; border-bottom: 1px solid rgba(247,243,236,.4); white-space: nowrap; }
.helpbar__num:hover { border-color: var(--clay); }
/* Below ~620px the full sentence costs three lines of screen. Trim to the essentials. */
@media (max-width: 620px) {
  .helpbar { font-size: .78rem; }
  .helpbar__in { gap: .5rem; padding: .5rem 0; }
  .helpbar__long { display: none; }
  .helpbar__msg::after { content: ' — free, 24/7'; }
}

/* --------------------------------------------------------------- header */
.masthead { position: sticky; top: 0; z-index: 90; background: rgba(247,243,236,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.masthead__in { display: flex; align-items: center; gap: 1.5rem; padding: .85rem 0; }

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand__mark { color: var(--pine); flex: none; }
.brand__name { font-family: var(--serif); font-size: 1.16rem; font-weight: 600; letter-spacing: -.02em; display: block; line-height: 1.1; white-space: nowrap; }
.brand__sub { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: block; }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav__list { display: flex; align-items: center; gap: 1.35rem; list-style: none; }
.nav__list a { text-decoration: none; font-size: .88rem; font-weight: 500; color: var(--ink-2); padding: .3rem 0; border-bottom: 1.5px solid transparent; white-space: nowrap; }
.nav__list a:hover { border-color: var(--clay); }
.nav__list a[aria-current='page'] { border-color: var(--clay); color: var(--ink); font-weight: 600; }
.nav__end { display: flex; align-items: center; gap: .8rem; }
.nav__end .agemark { color: var(--muted); }

.navtoggle { display: none; align-items: center; gap: .5rem; background: none; border: 1px solid var(--line); border-radius: 100px; padding: .5rem .85rem; font: 600 .82rem var(--sans); cursor: pointer; }
.navtoggle__bars { display: grid; gap: 3px; }
.navtoggle__bars i { display: block; width: 15px; height: 1.6px; background: var(--ink); }

/* The wordmark is long, so tighten the nav just above the hamburger breakpoint. */
@media (max-width: 1220px) {
  .nav { gap: 1.15rem; }
  .nav__list { gap: 1rem; }
}

@media (max-width: 1080px) {
  .navtoggle { display: inline-flex; }
  .nav {
    position: absolute; inset: 100% 0 auto; display: none;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: .5rem 1.25rem 1.4rem;
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list a { display: block; padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
  .nav__end { padding-top: 1rem; }
  .nav__end .btn { flex: 1; }
}

/* --------------------------------------------------------------- hero */
.hero { background: var(--paper); padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; right: -14%; top: -22%; width: 58vw; height: 58vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle at 50% 50%, rgba(111,139,123,.20), rgba(111,139,123,0) 66%); pointer-events: none;
}
.hero__in { display: grid; grid-template-columns: 1.32fr .88fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; position: relative; }
.hero__h { font-size: clamp(2.4rem, 5.4vw, 4.05rem); letter-spacing: -.035em; margin-bottom: 1.4rem; }
.hero__h em { font-style: normal; color: var(--clay); position: relative; }
.hero__lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--ink-2); max-width: 43ch; margin-bottom: 1.9rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.hero__points { list-style: none; display: grid; gap: .5rem; border-top: 1px solid var(--line); padding-top: 1.25rem; font-size: .89rem; color: var(--muted); }
.hero__points li { position: relative; padding-left: 1.1rem; }
.hero__points li::before { content: ''; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

.hero__panel { display: grid; gap: 1rem; }
.breathe {
  background: var(--pine); color: var(--paper); border-radius: 16px; padding: 2.2rem 1.75rem 1.9rem; text-align: center;
  box-shadow: var(--shadow);
}
.breathe__ring { position: relative; width: 108px; height: 108px; margin: 0 auto 1.4rem; display: grid; place-items: center; }
.breathe__pulse {
  position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid rgba(247,243,236,.35);
  animation: breathe 19s ease-in-out infinite;
}
.breathe__core { width: 12px; height: 12px; border-radius: 50%; background: var(--clay); }
@keyframes breathe {
  0%   { transform: scale(.55); opacity: .5; }
  21%  { transform: scale(1);   opacity: 1; }
  58%  { transform: scale(1);   opacity: 1; }
  100% { transform: scale(.55); opacity: .5; }
}
.breathe__h { font-size: 1.28rem; margin-bottom: .35rem; }
.breathe__cue { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: #e6a184; font-weight: 600; margin-bottom: .9rem; min-height: 1.2em; }
.breathe__note { font-size: .87rem; color: #bccbc2; margin: 0; }

.hero__crisis { border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.2rem; font-size: .87rem; background: var(--paper-2); }
.hero__crisis p { margin: 0; }
.hero__crisis a { font-weight: 700; color: var(--clay); text-decoration: none; border-bottom: 1px solid currentColor; }

@media (max-width: 900px) {
  .hero__in { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------- strip */
.strip { background: var(--ink); color: var(--paper); }
.strip__in { display: flex; align-items: center; gap: 1.5rem 2.4rem; flex-wrap: wrap; padding: 1.1rem 0; }
.strip__lead { margin: 0; font-family: var(--serif); font-size: 1rem; color: #e6a184; }
.strip__list { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem 1.9rem; font-size: .84rem; color: #cfdcd4; }
.strip__list li { position: relative; padding-left: 1.1rem; }
.strip__list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

/* --------------------------------------------------------------- sections */
.section { padding: clamp(3.2rem, 6.5vw, 5.6rem) 0; }
.section--paper { background: var(--paper-2); }
.section--tint { background: var(--tint); }
.section--dark { background: var(--pine); color: var(--paper); }
.section--dark .sechead__h { color: var(--paper); }

.sechead { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sechead--split { display: grid; grid-template-columns: 1.25fr .95fr; gap: 2.5rem; max-width: none; align-items: end; }
.sechead__h { font-size: clamp(1.7rem, 3.1vw, 2.5rem); }
.sechead__aside { font-size: .95rem; color: var(--muted); margin: 0; }
.sechead__aside--light { color: var(--muted-light); }
.sechead__note { font-size: .9rem; color: var(--muted); margin: .9rem 0 0; max-width: 62ch; }
@media (max-width: 800px) { .sechead--split { grid-template-columns: 1fr; gap: 1.2rem; } }

/* --------------------------------------------------------------- truths */
.truths { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.truth { padding: 1.9rem 1.6rem 1.9rem 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.truth:last-child { border-right: 0; }
.truth { padding-left: 1.6rem; }
.truth:first-child { padding-left: 0; }
.truth__n { font-family: var(--serif); font-size: .8rem; letter-spacing: .1em; color: var(--clay); margin: 0 0 .8rem; }
.truth__h { font-size: 1.22rem; margin-bottom: .6rem; }
.truth p { font-size: .92rem; color: var(--muted); margin: 0; }
@media (max-width: 700px) { .truth { border-right: 0; padding-left: 0 !important; } }

/* --------------------------------------------------------------- programmes */
.progs { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); gap: 1.1rem; }
.prog { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.6rem 1.5rem; display: flex; flex-direction: column; }
.prog__n { font-family: var(--serif); font-size: 1.6rem; color: var(--tint); margin: 0 0 .6rem; line-height: 1; }
.prog__h { font-size: 1.28rem; margin-bottom: .3rem; }
.prog__h a { text-decoration: none; }
.prog__h a:hover { color: var(--clay); }
.prog__for { font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--clay); font-weight: 600; margin-bottom: .9rem; }
.prog__sum { font-size: .9rem; color: var(--muted); }
.prog__meta { display: grid; gap: .35rem; margin: 0 0 1.2rem; font-size: .82rem; border-top: 1px solid var(--line); padding-top: .9rem; }
.prog__meta > div { display: flex; gap: .5rem; }
.prog__meta dt { color: var(--muted); min-width: 4.2rem; }
.prog__meta dd { margin: 0; font-weight: 500; }
.prog .arrowlink { margin-top: auto; align-self: flex-start; }

/* --------------------------------------------------------------- methods */
.meths { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1px; background: var(--line-dark); border-block: 1px solid var(--line-dark); }
.meth { background: var(--pine); padding: 1.7rem 1.4rem; }
.meth__tag { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #e6a184; font-weight: 700; margin-bottom: .7rem; }
.meth__h { font-size: 1.1rem; color: var(--paper); margin-bottom: .5rem; }
.meth__ev { font-size: .86rem; color: var(--muted-light); margin: 0; }
.meths__foot { margin: 1.7rem 0 0; }

/* --------------------------------------------------------------- check */
.check { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.check__text p { color: var(--muted); max-width: 48ch; }
.check__meta { font-size: .84rem; border-left: 2px solid var(--clay); padding-left: .9rem; }
.check__card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.8rem; box-shadow: var(--shadow); }
.check__q { font-family: var(--serif); font-size: 1.22rem; margin-bottom: 1.3rem; }
.check__opts { list-style: none; display: grid; gap: .5rem; margin-bottom: 1.2rem; }
.check__opts li { border: 1px solid var(--line); border-radius: 8px; padding: .7rem 1rem; font-size: .9rem; color: var(--muted); }
.check__opts .is-on { border-color: var(--clay); background: rgba(194,100,60,.07); color: var(--ink); font-weight: 600; }
.check__foot { font-size: .78rem; color: var(--muted); margin: 0; }
@media (max-width: 820px) { .check { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- reviews */
.revcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); gap: 1.1rem; margin-bottom: 2rem; }
.revcard { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.6rem 1.5rem; display: flex; flex-direction: column; }
.revcard__top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: .9rem; }
.revcard__cat { font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin: 0; }
.revcard__rating span, .revrow__rating span, .reviewbar__rating span { color: var(--line); font-size: .6rem; letter-spacing: .12em; }
.revcard__rating .on, .revrow__rating .on, .reviewbar__rating .on { color: var(--clay); }
.revcard__rating { margin: 0; }
.revcard__h { font-size: 1.24rem; margin-bottom: .55rem; }
.revcard__h a { text-decoration: none; }
.revcard__h a:hover { color: var(--clay); }
.revcard__verdict { font-family: var(--serif); font-size: 1rem; color: var(--ink-2); margin-bottom: 1rem; }
.revcard__facts { list-style: none; display: grid; gap: .3rem; font-size: .84rem; margin-bottom: 1.1rem; }
.revcard__facts span { color: var(--muted); display: inline-block; min-width: 4rem; }
.revcard .arrowlink { margin-top: auto; align-self: flex-start; }

.revlist { display: grid; }
.revrow { display: grid; grid-template-columns: 128px 1fr 200px; gap: 2rem; padding: 2.1rem 0; border-top: 1px solid var(--line); }
.revrow:last-child { border-bottom: 1px solid var(--line); }
.revrow__idx { font-family: var(--serif); font-size: 1.6rem; color: var(--clay); margin: 0 0 .3rem; line-height: 1; }
.revrow__cat { font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0; }
.revrow__h { font-size: 1.55rem; margin-bottom: .5rem; }
.revrow__h a { text-decoration: none; }
.revrow__h a:hover { color: var(--clay); }
.revrow__verdict { font-family: var(--serif); font-size: 1.1rem; color: var(--clay-dark); margin-bottom: .8rem; }
.revrow__sum { font-size: .95rem; color: var(--ink-2); }
.revrow__facts { display: grid; gap: .5rem; margin: 0 0 1.1rem; font-size: .87rem; }
.revrow__facts > div { display: grid; grid-template-columns: 6.2rem 1fr; gap: .8rem; }
.revrow__facts dt { color: var(--muted); }
.revrow__facts dd { margin: 0; }
.revrow__aside { display: grid; gap: .8rem; align-content: start; }
.revrow__rating { margin: 0; display: flex; align-items: center; gap: .5rem; }
.revrow__num { font-size: .8rem !important; color: var(--muted) !important; letter-spacing: 0 !important; font-weight: 600; }
@media (max-width: 900px) { .revrow { grid-template-columns: 1fr; gap: 1rem; } }

.phead--review .reviewbar { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.6rem; }
.crumbs { font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: .9rem; }
.crumbs a { color: var(--clay); text-decoration: none; }
.crumbs span { margin: 0 .4rem; }

.verdictbox { border-left: 3px solid var(--clay); padding: .2rem 0 .2rem 1.2rem; font-family: var(--serif); font-size: 1.25rem; line-height: 1.4; margin-bottom: 2rem; }
.verdictbox span { display: block; font-family: var(--sans); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 700; margin-bottom: .4rem; }
.takebox { background: var(--tint); border-radius: 14px; padding: 1.6rem 1.7rem; margin-top: 2rem; }
.takebox__h { font-size: 1.15rem; margin-bottom: .6rem; }
.takebox p { margin: 0; font-size: .95rem; }

/* --------------------------------------------------------------- stories */
.stories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.1rem; }
.story { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.7rem 1.6rem; }
.story__h { font-size: 1.2rem; margin-bottom: .8rem; }
.story__body { font-size: .92rem; color: var(--muted); }
.story__lesson { font-size: .9rem; border-left: 2px solid var(--clay); padding-left: .9rem; color: var(--ink-2); }
.story__who { font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin: 0; }

.storylist { display: grid; gap: 0; }
.storyfull { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }
.storyfull:last-child { border-bottom: 1px solid var(--line); }
.storyfull__n { font-family: var(--serif); font-size: 2rem; color: var(--clay); margin: 0; line-height: 1; }
.storyfull__h { font-size: clamp(1.4rem, 2.4vw, 1.85rem); margin-bottom: .5rem; max-width: 24ch; }
.storyfull__meta { font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.1rem; }
.storyfull__p { max-width: 66ch; }
.storyfull__lesson { max-width: 66ch; border-left: 2px solid var(--clay); padding-left: 1rem; margin: 0; }
.storyfull__lesson span { display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 700; }
@media (max-width: 700px) { .storyfull { grid-template-columns: 1fr; gap: .6rem; } }

/* --------------------------------------------------------------- page head */
.phead { padding: clamp(2.8rem, 5.5vw, 4.6rem) 0 clamp(1.6rem, 3vw, 2.4rem); border-bottom: 1px solid var(--line); background: var(--paper); }
.phead__h { font-size: clamp(2.05rem, 4.6vw, 3.35rem); letter-spacing: -.03em; max-width: 20ch; }
.phead__lead { font-size: clamp(1rem, 1.5vw, 1.14rem); color: var(--muted); max-width: 60ch; margin-top: 1.2rem; margin-bottom: 0; }

/* --------------------------------------------------------------- jump nav */
.jump { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .9rem; padding-bottom: 2.2rem; margin-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.jump__label { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.jump ul { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; }
.jump a { font-size: .84rem; text-decoration: none; border: 1px solid var(--line); border-radius: 100px; padding: .35rem .9rem; }
.jump a:hover { border-color: var(--clay); color: var(--clay); }

/* --------------------------------------------------------------- prog-full */
.prog-full { display: grid; grid-template-columns: 230px 1fr; gap: 2.5rem; padding: 2.6rem 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.prog-full:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 2.6rem; }
.prog-full__n { font-family: var(--serif); font-size: 2.4rem; color: var(--clay); margin: 0 0 1.2rem; line-height: 1; }
.prog-full__meta { display: grid; gap: .8rem; font-size: .85rem; }
.prog-full__meta dt { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.prog-full__meta dd { margin: 0; }
.prog-full__h { font-size: clamp(1.6rem, 3vw, 2.15rem); margin-bottom: .8rem; }
.prog-full__sum { font-size: 1.08rem; color: var(--ink-2); max-width: 62ch; }
.prog-full__body p { max-width: 66ch; color: var(--muted); }
.prog-full__sum { color: var(--ink-2); }
.prog-full__sub { font-size: 1.05rem; margin: 1.6rem 0 .9rem; }
@media (max-width: 820px) { .prog-full { grid-template-columns: 1fr; gap: 1.2rem; } }

/* --------------------------------------------------------------- approach */
.approach-list { display: grid; }
.approach { display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; padding: 2.4rem 0; border-top: 1px solid var(--line); }
.approach:last-child { border-bottom: 1px solid var(--line); }
.approach__tag { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 700; margin-bottom: .5rem; }
.approach__h { font-size: 1.5rem; }
.approach__ev { font-family: var(--serif); font-size: 1.15rem; color: var(--ink-2); }
.approach__body p { max-width: 68ch; }
.approach__body > p:not(.approach__ev):not(.approach__used) { color: var(--muted); }
.approach__used { font-size: .84rem; margin: 0; color: var(--muted); }
.approach__used span { font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; color: var(--clay); margin-right: .4rem; }
@media (max-width: 820px) { .approach { grid-template-columns: 1fr; gap: 1rem; } }

.prins { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.6rem 2.4rem; }
.prin h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.prin p { font-size: .92rem; color: var(--muted); margin: 0; }

.timeline { list-style: none; display: grid; gap: 0; counter-reset: tl; }
.tl { display: grid; grid-template-columns: 150px 1fr; gap: 2rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.tl:last-child { border-bottom: 1px solid var(--line); }
.tl__when { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 700; margin: .3rem 0 0; }
.tl__h { font-size: 1.22rem; margin-bottom: .4rem; }
.tl p:last-child { margin: 0; font-size: .93rem; color: var(--muted); max-width: 62ch; }
@media (max-width: 700px) { .tl { grid-template-columns: 1fr; gap: .4rem; } }

/* --------------------------------------------------------------- resources */
.resgroup { padding: 2.4rem 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.resgroup:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 2.6rem; }
.resgroup__head { max-width: 62ch; margin-bottom: 1.6rem; }
.resgroup__h { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: .5rem; }
.resgroup__lead { color: var(--muted); margin: 0; font-size: .95rem; }
.reslist { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.res { background: var(--paper); display: grid; grid-template-columns: 84px 1fr; gap: 1rem; padding: 1.4rem 1.4rem; }
.res__time { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--clay); font-weight: 700; margin: .25rem 0 0; }
.res__h { font-size: 1.05rem; margin-bottom: .4rem; }
.res__h a { text-decoration: none; border-bottom: 1px solid var(--line); }
.res__h a:hover { color: var(--clay); border-color: var(--clay); }
.res__d { font-size: .89rem; color: var(--muted); margin: 0; }

/* --------------------------------------------------------------- quiz */
.quiz { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.7rem, 4vw, 3rem); box-shadow: var(--shadow); max-width: 760px; margin: 0 auto 3.5rem; }
.quiz__h { font-size: clamp(1.5rem, 2.8vw, 2rem); margin-bottom: .8rem; }
.quiz__lead { color: var(--muted); }
.quiz__fine { font-size: .8rem; color: var(--muted); margin: 1rem 0 0; }
.quiz__bar { height: 3px; background: var(--paper-2); border-radius: 100px; overflow: hidden; margin-bottom: 1.5rem; }
.quiz__bar span { display: block; height: 100%; width: 0; background: var(--clay); transition: width .3s ease; }
.quiz__count { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 700; margin-bottom: .8rem; }
.quiz__q { font-size: clamp(1.35rem, 2.8vw, 1.85rem); margin-bottom: 1.6rem; }
.quiz__opts { display: grid; gap: .6rem; margin-bottom: 1.6rem; }
.quiz__opt {
  text-align: left; background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  padding: .95rem 1.2rem; font: 500 .98rem var(--sans); cursor: pointer; color: var(--ink);
  display: flex; align-items: center; gap: .9rem; transition: border-color .15s, background .15s;
}
.quiz__opt:hover { border-color: var(--clay); background: rgba(194,100,60,.05); }
.quiz__opt[aria-pressed='true'] { border-color: var(--clay); background: rgba(194,100,60,.1); font-weight: 600; }
.quiz__opt i { font-style: normal; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; font-size: .7rem; font-weight: 700; color: var(--muted); flex: none; }
.quiz__opt:hover i, .quiz__opt[aria-pressed='true'] i { border-color: var(--clay); color: var(--clay); }
.quiz__nav { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--muted); }
.quiz__rh { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .5rem; }
.quiz__score { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); font-weight: 700; }
.quiz__rb { color: var(--ink-2); }
.quiz__ractions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

.bands { max-width: 860px; margin: 0 auto; }
.bands__h { font-size: 1.5rem; margin-bottom: .6rem; }
.bands__lead { color: var(--muted); max-width: 62ch; }
.bands__list { list-style: none; display: grid; gap: 0; margin: 1.8rem 0 1.4rem; }
.band { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.band:last-child { border-bottom: 1px solid var(--line); }
.band__range { font-family: var(--serif); font-size: 1.5rem; color: var(--clay); margin: 0; line-height: 1.2; }
.band__h { font-size: 1.15rem; margin-bottom: .4rem; }
.band__b { font-size: .92rem; color: var(--muted); margin: 0; max-width: 62ch; }
.bands__cite { font-size: .8rem; color: var(--muted); border-left: 2px solid var(--line); padding-left: .9rem; }
@media (max-width: 620px) { .band { grid-template-columns: 1fr; gap: .3rem; } }

/* --------------------------------------------------------------- faq */
.faqwrap { max-width: 880px; }
.faqgroup { margin-bottom: 3rem; scroll-margin-top: 110px; }
.faqgroup__h { font-size: 1.5rem; margin-bottom: 1rem; color: var(--clay-dark); }
.faqitems { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq__q { cursor: pointer; list-style: none; padding: 1.15rem 2.5rem 1.15rem 0; position: relative; font-family: var(--serif); font-size: 1.14rem; line-height: 1.35; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: '+'; position: absolute; right: .3rem; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 1.4rem; color: var(--clay); font-weight: 300; }
.faq[open] .faq__q::after { content: '−'; }
.faq__a { padding: 0 3rem 1.4rem 0; }
.faq__a p { margin: 0; color: var(--muted); max-width: 68ch; }

/* --------------------------------------------------------------- contact */
.contact { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.contact__h { font-size: 1.5rem; margin-bottom: 1.2rem; }
.way { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.way__k { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: .3rem; }
.way__v { font-family: var(--serif); font-size: 1.25rem; margin-bottom: .4rem; }
.way__v a { text-decoration: none; border-bottom: 1px solid var(--line); }
.way__v a:hover { color: var(--clay); border-color: var(--clay); }
.way__v--addr { font-size: .95rem; font-family: var(--sans); line-height: 1.6; color: var(--ink-2); }
.way__d { font-size: .85rem; color: var(--muted); margin: 0; }
.bignum { font-family: var(--serif); font-weight: 600; letter-spacing: -.01em; }

.crisiscard { background: var(--ink); color: var(--paper); border-radius: 14px; padding: 1.5rem 1.6rem; margin-top: 1.8rem; }
.crisiscard__h { font-size: 1.08rem; color: var(--paper); margin-bottom: .9rem; }
.crisiscard ul { list-style: none; display: grid; gap: .7rem; font-size: .88rem; color: #cfdcd4; }
.crisiscard span { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-light); }
.crisiscard a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }

.form { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.5rem, 3vw, 2.3rem); box-shadow: var(--shadow); }
.form__lead { font-size: .92rem; color: var(--muted); margin-bottom: 1.6rem; }
.form__error { background: rgba(194,100,60,.1); border-left: 3px solid var(--clay); padding: .8rem 1rem; font-size: .9rem; }
.field { margin-bottom: 1.3rem; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: .45rem; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input[type='text'], .field textarea {
  width: 100%; font: 400 1rem var(--sans); color: var(--ink);
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: .8rem 1rem;
}
.field input:focus, .field textarea:focus { border-color: var(--clay); }
.field__hint { font-size: .81rem; color: var(--muted); margin: .4rem 0 0; }
.field--check .consentbox { display: flex; gap: .7rem; align-items: flex-start; font-weight: 400; font-size: .9rem; cursor: pointer; }
.field--check input { margin-top: .28rem; accent-color: var(--clay); width: 17px; height: 17px; flex: none; }
.form__fine { font-size: .8rem; color: var(--muted); margin: 1rem 0 0; }
.formdone { background: var(--tint); border-radius: 16px; padding: 2.2rem; }
.formdone__h { font-size: 1.5rem; margin-bottom: .7rem; }
@media (max-width: 880px) { .contact { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- article */
.article { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.article--wide { grid-template-columns: minmax(0, 1fr) 290px; }
.article__body > h2 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); margin: 2.2rem 0 .8rem; }
.article__body > h2:first-child { margin-top: 0; }
.article__body p, .article__body ul { max-width: 68ch; }
.article__body p { color: var(--ink-2); }
.article__side { display: grid; gap: 1rem; position: sticky; top: 110px; }
.sidecard { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.5rem; }
.sidecard--quiet { background: var(--tint); border-color: transparent; }
.sidecard__h { font-size: 1.05rem; margin-bottom: .9rem; }
.sidecard__dl { display: grid; gap: .7rem; margin: 0 0 1.2rem; font-size: .86rem; }
.sidecard__dl > div { display: grid; gap: .1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--line); }
.sidecard__dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.sidecard__dl dt { color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.sidecard__dl dd { margin: 0; font-weight: 500; }
.sidecard__fine { font-size: .78rem; color: var(--muted); margin: .9rem 0 0; }
@media (max-width: 940px) { .article, .article--wide { grid-template-columns: 1fr; } .article__side { position: static; } }

/* --------------------------------------------------------------- note */
.note { background: var(--tint); border-radius: 16px; padding: clamp(1.4rem, 3vw, 2.1rem); margin-top: 2.6rem; }
.note--flat { background: transparent; border: 1px solid var(--line); margin: 0 0 2.6rem; }
.note__h { font-size: 1.2rem; margin-bottom: .6rem; }
.note p { margin: 0; font-size: .93rem; color: var(--ink-2); max-width: 78ch; }
.note a { color: var(--clay-dark); }

/* --------------------------------------------------------------- legal */
.legal { max-width: 780px; }
.legal h2 { font-size: 1.32rem; margin: 2.4rem 0 .8rem; }
.legal h3 { font-size: 1.06rem; margin: 0 0 .4rem; }
.legal p, .legal ul, .legal ol { font-size: .96rem; color: var(--ink-2); }
.legal a { color: var(--clay-dark); }
.legal__box { background: var(--tint); border-radius: 14px; padding: 1.5rem 1.7rem; margin-bottom: 1rem; }
.legal__box--urgent { background: var(--ink); color: var(--paper); }
.legal__box--urgent .legal__boxh { color: var(--paper); }
.legal__boxh { font-size: 1.15rem; margin-bottom: .7rem; }
.legal__box p:last-child, .legal__box ul:last-child { margin-bottom: 0; }
.legal__state { font-size: .82rem; color: var(--muted); margin: .8rem 0 0; }
.legal__foot { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .87rem; color: var(--muted); }

.urgent { list-style: none; display: grid; gap: 1rem; }
.urgent li { display: grid; gap: .1rem; }
.urgent span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); }
.urgent a { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); justify-self: start; }
.urgent em { font-style: normal; font-size: .84rem; color: #bccbc2; }

.ltable { margin: 1.2rem 0 1.8rem; font-size: .86rem; display: block; overflow-x: auto; white-space: normal; }
.ltable th, .ltable td { text-align: left; vertical-align: top; padding: .75rem .9rem; border: 1px solid var(--line); }
.ltable th { background: var(--paper-2); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }

.steps { list-style: none; counter-reset: s; display: grid; gap: 1.3rem; margin-bottom: 1.4rem; }
.steps li { counter-increment: s; position: relative; padding-left: 2.6rem; }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: .05rem;
  width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--clay); color: #fff;
  display: grid; place-items: center; font: 700 .82rem var(--sans);
}
.steps p { margin: 0; }

/* --------------------------------------------------------------- cta */
.cta { background: var(--pine); color: var(--paper); padding: clamp(2.8rem, 6vw, 4.6rem) 0; }
.cta__in { display: grid; grid-template-columns: 1.25fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.cta__h { font-size: clamp(1.6rem, 3vw, 2.25rem); color: var(--paper); margin-bottom: .9rem; max-width: 22ch; }
.cta__p { color: var(--muted-light); font-size: .96rem; margin: 0; max-width: 56ch; }
.cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.cta__actions .btn { width: 100%; }
.cta__note { font-size: .84rem; color: var(--muted-light); margin: .5rem 0 0; }
.cta__note a { color: var(--paper); font-weight: 600; }
@media (max-width: 860px) { .cta__in { grid-template-columns: 1fr; } .cta__actions .btn { width: auto; } }

/* --------------------------------------------------------------- errors */
.errorpage { text-align: center; }
.errorpage__h { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 1rem; max-width: 22ch; margin-inline: auto; }
.errorpage__p { color: var(--muted); max-width: 55ch; margin-inline: auto; }
.errorpage__links { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: 2rem 0; }
.errorpage__links a { display: inline-block; text-decoration: none; border: 1px solid var(--line); border-radius: 100px; padding: .5rem 1.1rem; font-size: .88rem; }
.errorpage__links a:hover { border-color: var(--clay); color: var(--clay); }
.errorpage__crisis { font-size: .92rem; color: var(--muted); max-width: 55ch; margin-inline: auto; }
.errorpage__crisis a { color: var(--clay); font-weight: 700; }

/* --------------------------------------------------------------- footer */
.pagefoot { background: var(--ink); color: var(--paper); padding: clamp(2.8rem, 6vw, 4.4rem) 0 2rem; }

.foot-help { padding-bottom: 2.6rem; margin-bottom: 2.6rem; border-bottom: 1px solid var(--line-dark); }
.foot-help__h { font-size: 1.35rem; color: var(--paper); margin-bottom: .5rem; }
.foot-help__lead { font-size: .88rem; color: var(--muted-light); max-width: 62ch; margin-bottom: 1.8rem; }
.orgs { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem 2.2rem; }
.org__link { display: flex; align-items: center; gap: .9rem; text-decoration: none; color: var(--paper); margin-bottom: .6rem; }
.org__mark { color: var(--sage); flex: none; transition: color .2s; }
.org__link:hover .org__mark { color: var(--clay); }
.org__name { display: block; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; }
.org__link:hover .org__name { color: #e6a184; }
.org__region { display: block; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; color: var(--muted-light); }
.org__blurb { font-size: .84rem; color: var(--muted-light); margin: 0; }

.foot-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 2rem 2.4rem; padding-bottom: 2.6rem; border-bottom: 1px solid var(--line-dark); }
.brand--foot { color: var(--paper); margin-bottom: 1rem; }
.brand--foot .brand__mark { color: var(--sage); }
.foot-brand__blurb { font-size: .87rem; color: var(--muted-light); max-width: 40ch; }
.foot-contact { list-style: none; display: grid; gap: .3rem; font-size: .87rem; color: #cfdcd4; margin-bottom: 1.1rem; }
.foot-contact a { text-decoration: none; border-bottom: 1px solid var(--line-dark); }
.foot-contact a:hover { border-color: var(--clay); }
.foot-accred { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; }
.foot-accred a {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  border: 1px solid var(--line-dark); border-radius: 100px; padding: .28rem .75rem;
  text-decoration: none; color: var(--muted-light);
}
.foot-accred a:hover { border-color: var(--sage); color: var(--paper); }

.foot-col__h { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #e6a184; margin-bottom: 1rem; font-family: var(--sans); font-weight: 700; }
.foot-col ul { list-style: none; display: grid; gap: .55rem; }
.foot-col a { font-size: .87rem; color: #cfdcd4; text-decoration: none; }
.foot-col a:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }

.foot-crisis { padding: 1.6rem 0; border-bottom: 1px solid var(--line-dark); }
.foot-crisis p { margin: 0; font-size: .88rem; color: #cfdcd4; }
.foot-crisis strong { color: var(--paper); }
.foot-crisis a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); }

.foot-legal { padding-top: 1.6rem; }
.foot-policies { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem 1.3rem; margin-bottom: 1.4rem; font-size: .85rem; }
.foot-policies a, .foot-policies .linklike { color: var(--paper); text-decoration: none; border-bottom: 1px solid var(--line-dark); padding-bottom: 1px; }
.foot-policies a:hover, .foot-policies .linklike:hover { border-color: var(--clay); color: #e6a184; }
.foot-fine { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1rem; }
.foot-fine .agemark { color: var(--muted-light); }
.foot-fine p { margin: 0; font-size: .8rem; color: var(--muted-light); }
.foot-disclaimer { font-size: .78rem; color: #7d9188; margin: 0; max-width: 92ch; line-height: 1.6; }

@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- consent */
/* Small, corner-anchored, never an interstitial. Both choices equally weighted. */
.consent {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 120;
  width: min(370px, calc(100vw - 2rem));
  background: var(--white); color: var(--ink);
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 18px 44px -16px rgba(20, 35, 29, .45);
  padding: 1.25rem 1.3rem 1.15rem;
  animation: consent-in .35s ease both;
}
.consent[hidden] { display: none; }
@keyframes consent-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.consent__h { font-size: 1.05rem; margin-bottom: .45rem; }
.consent__t { font-size: .84rem; color: var(--muted); margin-bottom: 1rem; }
.consent__actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.consent__actions .btn { flex: 1 1 auto; }
.consent__more { margin: .85rem 0 0; font-size: .8rem; }
.consent__more a { color: var(--clay-dark); }
.consent__x {
  position: absolute; top: .5rem; right: .6rem; background: none; border: 0;
  font-size: 1.35rem; line-height: 1; color: var(--muted); cursor: pointer; padding: .2rem .35rem;
}
.consent__x:hover { color: var(--ink); }
@media (max-width: 480px) { .consent { left: .6rem; right: .6rem; bottom: .6rem; width: auto; } }

/* --------------------------------------------------------------- print */
@media print {
  .helpbar, .masthead, .consent, .cta, .jump { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  a::after { content: ' (' attr(href) ')'; font-size: .8em; color: #555; }
}
