/* Method & Mark · homepage v2
   Tokens and scale from the brand canvas (turns 03, 04, 13, 14). */

:root {
  --paper:   #F5F1EA;
  --paper-2: #FBF8F2;
  --ink:     #1C1A17;
  --ink-2:   #5C5750;
  --mark:    #7A1F1F;
  --mark-dk: #D9605A;
  --slate:   #284744;
  --rule:    rgb(28 26 23 / .12);
  --frame:   rgb(28 26 23 / .15);
  --fill:    #E6E0D4;
  --muted-dk:#A8A198;

  --serif: "Source Serif 4", Georgia, serif;
  --sans:  "IBM Plex Sans", system-ui, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, monospace;

  --margin: 20px;
  --max: 1120px;
  color-scheme: light;
}
@media (min-width: 768px)  { :root { --margin: 40px; } }
@media (min-width: 1200px) { :root { --margin: 80px; } }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 15px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.sheet-open { overflow: hidden; }
a { color: var(--mark); }
a:hover { color: var(--ink); }
:focus-visible { outline: 2px solid var(--mark); outline-offset: 3px; }
img, video, svg { display: block; }
p { margin: 0; }
figure { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 400; }
[id] { scroll-margin-top: 88px; }

.wrap { width: min(var(--max), 100% - 2 * var(--margin)); margin-inline: auto; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 14px; font: 500 14px var(--sans); }
.skip:focus { top: 12px; color: var(--paper); }

.d-only { display: none; }
@media (min-width: 768px) { .d-only { display: inline; } .m-only { display: none; } }

/* ---------- type ---------- */
.label { font: 500 11px/1.3 var(--mono); letter-spacing: .08em; color: var(--ink-2); text-transform: uppercase; }
@media (min-width: 768px) { .label { font-size: 12px; } }
.label--mark { color: var(--mark-dk); }
.display { font: 400 40px/1.06 var(--serif); letter-spacing: -.015em; position: relative; }
@media (min-width: 768px)  { .display { font-size: 56px; line-height: 1.05; } }
@media (min-width: 1200px) { .display { font-size: clamp(60px, 5.3vw, 68px); line-height: 1.04; } }
.h2 { font: 400 30px/1.1 var(--serif); letter-spacing: -.01em; text-wrap: pretty; }
@media (min-width: 768px) { .h2 { font-size: 40px; } }
.h2--tutor { font-size: 26px; line-height: 1.2; }
@media (min-width: 768px) { .h2--tutor { font-size: 38px; line-height: 1.15; } }
.h2--out { font-size: 26px; line-height: 1.2; }
@media (min-width: 768px) { .h2--out { font-size: 36px; } }
.h3 { font: 600 20px/1.25 var(--serif); }
@media (min-width: 768px) { .h3 { font-size: 22px; } }
.h4 { font: 600 17px/1.3 var(--serif); margin-bottom: 6px; }
.body-l { font: 400 15px/1.55 var(--sans); color: var(--ink-2); max-width: 560px; }
@media (min-width: 768px) { .body-l { font-size: 16px; line-height: 1.6; } }
.mono-cap { font: 400 12px/1.4 var(--mono); color: var(--ink-2); }

/* the red-pen underline */
.u { position: relative; display: inline-block; }
.u svg { position: absolute; left: -2px; bottom: -4px; width: calc(100% + 4px); height: 12px; overflow: visible; }
@media (min-width: 1200px) { .u svg { bottom: -6px; height: 16px; } }
.u path { fill: none; stroke: var(--mark); stroke-width: 2.4; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.aside {
  position: absolute; right: 0; top: -26px;
  font: italic 400 15px/1.3 var(--serif); color: var(--mark);
  transform: rotate(-3deg); white-space: nowrap; letter-spacing: 0;
}
@media (min-width: 768px) { .aside { right: auto; left: 20em; top: -1.7em; font-size: .28em; } }

/* draw-in, once, only when JS says motion is fine */
.js-draw .u path, .js-draw .circled path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .42s ease-out; }
.js-draw .is-drawn path { stroke-dashoffset: 0; }

/* ---------- buttons & links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 20px; text-decoration: none;
  font: 500 14px/1 var(--sans); transition: background-color .22s, color .22s, border-color .22s;
}
.btn--lg { height: 48px; padding: 0 24px; font-size: 15px; }
.btn--xl { height: 52px; font-size: 15px; }
.btn--block { display: flex; width: 100%; height: 52px; font-size: 15px; }
.btn--mark { background: var(--mark); color: var(--paper); }
.btn--mark:hover { background: #5E1717; color: var(--paper); }
.btn--paper { background: var(--paper); color: var(--ink); }
.btn--paper:hover { background: #fff; color: var(--ink); }
.btn--ghost { color: var(--paper); border: 1px solid var(--muted-dk); }
.btn--ghost:hover { color: var(--paper); border-color: var(--paper); }
.link-under {
  color: var(--ink); text-decoration: none; font: 500 14px/1 var(--sans);
  border-bottom: 1px solid var(--ink); padding-bottom: 3px; transition: color .22s, border-color .22s;
}
.link-under:hover { color: var(--mark); border-color: var(--mark); }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--rule); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 60px; }
@media (min-width: 1024px) { .nav__inner { height: 72px; } }
.wordmark { font: 600 19px/1 var(--serif); letter-spacing: -.01em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.wordmark:hover { color: var(--ink); }
@media (min-width: 1024px) { .wordmark { font-size: 22px; } }
.amp { font-style: italic; font-weight: 400; color: var(--mark); }
.nav__links, .nav__cta { display: none; }
.nav__toggle {
  width: 44px; height: 44px; margin-right: -10px; padding: 0; border: 0; background: none; cursor: pointer;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-end; gap: 5px;
}
.nav__toggle span { width: 22px; height: 1.5px; background: var(--ink); transition: transform .22s; }
.nav__toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:last-child  { transform: translateY(-3.25px) rotate(-45deg); }
@media (min-width: 1024px) {
  .nav__links { display: flex; gap: 32px; }
  .nav__links a { color: var(--ink); text-decoration: none; font: 500 14px/1 var(--sans); min-height: 44px; display: flex; align-items: center; }
  .nav__links a:hover { color: var(--mark); }
  .nav__cta { display: inline-flex; }
  .nav__toggle { display: none; }
}

.sheet {
  position: fixed; inset: 60px 0 0; z-index: 19; background: var(--paper);
  padding: 8px var(--margin) 32px; display: flex; flex-direction: column; gap: 28px; overflow-y: auto;
}
.sheet[hidden] { display: none; }
.sheet nav { display: flex; flex-direction: column; }
.sheet nav a {
  min-height: 56px; display: flex; align-items: center; border-bottom: 1px solid var(--rule);
  color: var(--ink); text-decoration: none; font: 400 24px/1.2 var(--serif);
}
@media (min-width: 1024px) { .sheet { display: none !important; } }

/* ---------- media frames ---------- */
.media { position: relative; background: var(--fill); border: 1px solid var(--frame); overflow: hidden; }
.media--4x5 { aspect-ratio: 4 / 5; }
.media--4x3 { aspect-ratio: 4 / 3; }
.media--3x2 { aspect-ratio: 3 / 2; }
.media--16x9 { aspect-ratio: 16 / 9; }
.media--9x16 { aspect-ratio: 9 / 16; }
.media > img, .media > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ph {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, #E6E0D4 0 8px, #EDE8DE 8px 16px);
}
.ph__note {
  position: absolute; left: 12px; right: 12px; bottom: 12px; width: fit-content; max-width: calc(100% - 24px);
  font: 400 10px/1.5 var(--mono); letter-spacing: .02em; color: var(--ink-2);
  background: rgb(245 241 234 / .92); padding: 6px 8px;
}
.media--dark { background: #2A2825; border-color: rgb(245 241 234 / .15); }
.media--dark .ph { background: repeating-linear-gradient(45deg, #2A2825 0 8px, #312F2B 8px 16px); }
.media--dark .ph__note { background: rgb(28 26 23 / .85); color: var(--muted-dk); }

.play { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.play::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 5.5px 0 5.5px 9px; margin-left: 2px; }
.play--ink { background: var(--ink); }
.play--ink::after { border-color: transparent transparent transparent var(--paper); }
.play--paper { background: var(--paper); }
.play--paper::after { border-color: transparent transparent transparent var(--ink); }
.play--corner { position: absolute; right: 10px; top: 10px; width: 36px; height: 36px; pointer-events: none; }
.badge {
  position: absolute; right: 14px; top: 14px; display: flex; align-items: center; gap: 8px;
  background: var(--paper); padding: 6px 12px 6px 6px; font: 500 11px/1 var(--mono); pointer-events: none;
}
@media (min-width: 768px) { .badge { right: 20px; top: 20px; gap: 10px; padding: 8px 14px 8px 8px; font-size: 12px; } .badge .play { width: 32px; height: 32px; } }

/* ---------- hero ---------- */
.hero__grid { display: grid; gap: 0; padding: 44px 0 0; }
.hero__kicker { margin-bottom: 48px; }
.hero .display { margin-bottom: 18px; }
.lede { font: 400 16px/1.5 var(--sans); color: var(--ink-2); max-width: 480px; text-wrap: pretty; margin-bottom: 24px; }
.hero__ctas { display: flex; flex-direction: column; gap: 12px; }
.hero__ctas .btn { height: 52px; }
.hero__sched { align-self: center; border: 0; padding: 14px 8px; }
.hero__sched::after { content: " →"; font-family: var(--serif); }
.hero__media { position: relative; margin: 28px calc(-1 * var(--margin)) 0; }
.hero__media .media { border-inline: 0; }
.working {
  background: var(--paper-2); border: 1px solid var(--frame);
  margin: 20px var(--margin) 0; padding: 18px 20px;
  font: 400 13px/1.8 var(--mono); font-feature-settings: "tnum";
}
.working__q { font-size: 10px; letter-spacing: .08em; color: var(--ink-2); margin-bottom: 6px; }
.working__row { display: flex; justify-content: space-between; gap: 16px; }
.mk { font: italic 400 14px var(--serif); color: var(--mark); }

@media (min-width: 768px) {
  .hero__grid { padding-top: 64px; }
  .hero__kicker { margin-bottom: 56px; }
  .hero .display { margin-bottom: 24px; }
  .lede { font-size: 18px; line-height: 1.55; margin-bottom: 32px; }
  .hero__ctas { flex-direction: row; align-items: center; gap: 16px; }
  .hero__ctas .btn { height: 48px; }
  .hero__sched { border-bottom: 1px solid var(--ink); padding: 0 8px; height: 48px; display: flex; align-items: center; }
  .hero__sched::after { content: none; }
  .hero__media { margin: 48px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; }
  .hero__media .media { border-inline: 1px solid var(--frame); }
  .working { margin: 0; }
}
@media (min-width: 1200px) {
  .hero__grid { grid-template-columns: 7fr 5fr; gap: 48px; align-items: center; padding: 72px 0 96px; }
  .hero__kicker { margin-bottom: 60px; }
  .hero .display { margin-bottom: 28px; }
  .lede { margin-bottom: 36px; }
  .hero__media { margin: 0; display: block; }
  .working {
    position: absolute; left: -56px; bottom: -40px; width: 300px; margin: 0;
    box-shadow: 0 10px 24px -14px rgb(28 26 23 / .35);
  }
}
@media (max-width: 767px) { .hero { padding-bottom: 8px; } }

/* ---------- sections ---------- */
.sec { padding: 48px 0; }
@media (min-width: 768px) { .sec { padding: 80px 0; } }
.sec--rule { border-top: 1px solid var(--rule); }
.sec__head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 20px; }
@media (min-width: 768px) { .sec__head { margin-bottom: 36px; } }
.sec--ink { background: var(--ink); color: var(--paper); }
.sec--ink .label { color: var(--muted-dk); }
.sec--slate { background: var(--slate); color: var(--paper); }

/* inside a lesson */
.claims { display: grid; gap: 32px; }
.claim { display: flex; flex-direction: column; gap: 10px; }
.claim__n { font: 400 13px var(--mono); color: var(--mark); margin-top: 4px; }
.claim p { font: 400 14px/1.5 var(--sans); color: var(--ink-2); }
@media (min-width: 768px) {
  .claims { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .claim { gap: 14px; }
  .claim p { font-size: 15px; line-height: 1.55; }
}
@media (min-width: 1200px) { .claim { gap: 18px; } .claim__n { margin-top: 0; } }

/* programmes: list on phones, cards from 768 */
.progs { display: grid; border-bottom: 1px solid var(--frame); }
.prog { color: var(--ink); text-decoration: none; display: block; border-top: 1px solid var(--frame); }
.prog__img { display: none; }
.prog__body { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 16px 0; align-items: center; }
.prog__lvl { font: 500 11px/1.3 var(--mono); letter-spacing: .06em; color: var(--ink-2); display: flex; justify-content: space-between; align-items: center; }
.prog__lvl .ic { display: none; }
.prog__name { font: 600 20px/1.15 var(--serif); letter-spacing: -.01em; grid-column: 1; }
.prog__when { font: 400 12px/1.5 var(--mono); color: var(--ink-2); grid-column: 1; }
.prog__go { grid-column: 2; grid-row: 1 / 4; font-size: 0; }
.arr { font: 400 20px var(--serif); display: inline-block; transition: transform .22s; }
.prog:hover .arr { transform: translateX(4px); }
.prog:hover { color: var(--ink); }
.ic { width: 24px; height: 24px; fill: none; stroke: var(--ink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

@media (min-width: 768px) {
  .progs { grid-template-columns: repeat(2, 1fr); gap: 24px; border: 0; }
  .prog { display: flex; flex-direction: column; border: 1px solid var(--frame); background: var(--paper); transition: border-color .22s; }
  .prog:hover { border-color: var(--ink); }
  .prog__img { display: block; border: 0; border-bottom: 1px solid var(--frame); }
  .prog__body { display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 20px 22px 8px; flex: 1; }
  .prog__lvl .ic { display: block; }
  .prog__name { font-size: 22px; line-height: 1.12; min-height: 50px; }
  .prog__when { font-size: 13px; }
  .prog__go {
    margin-top: auto; font: 500 14px/1 var(--sans); display: flex; justify-content: space-between; align-items: center;
    min-height: 44px; border-top: 1px solid var(--ink);
  }
  .prog__go .arr { font-size: 18px; }
  .prog:hover .prog__go { color: var(--mark); }
}
@media (min-width: 1100px) { .progs { grid-template-columns: repeat(4, 1fr); } }

/* tutor */
.tutor { display: grid; gap: 20px; }
.tutor__copy .label { margin-bottom: 12px; }
.tutor__copy .h2 { margin-bottom: 12px; }
.explainer { display: grid; grid-template-columns: 1fr; gap: 14px; border-top: 1px solid var(--ink); padding-top: 20px; margin-top: 24px; }
@media (min-width: 560px) { .explainer { grid-template-columns: 220px 1fr; align-items: center; gap: 20px; } }
@media (min-width: 768px) { .tutor { grid-template-columns: 5fr 7fr; gap: 32px; align-items: start; } }
@media (min-width: 900px) {
  .tutor { gap: 48px; }
  .tutor__copy .label { margin-bottom: 22px; }
  .tutor__copy .h2 { margin-bottom: 18px; }
  .explainer { grid-template-columns: 260px 1fr; margin-top: 28px; }
}

/* stories */
.stories-scroll { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--margin); overscroll-behavior-x: contain; scrollbar-width: none; }
.stories-scroll::-webkit-scrollbar { display: none; }
.stories { display: grid; grid-auto-flow: column; grid-auto-columns: 200px; gap: 12px; }
.story { display: flex; flex-direction: column; gap: 10px; scroll-snap-align: start; }
.story__line { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.story__name { font: 600 15px var(--serif); }
.story__move { font: italic 400 14px var(--serif); color: var(--mark-dk); white-space: nowrap; }
.story__meta { font: 400 11px/1.4 var(--mono); color: var(--muted-dk); }
@media (max-width: 767px) {
  .stories::after { content: ""; width: 8px; }
  .sec--ink .play--corner { width: 32px; height: 32px; }
}
@media (min-width: 768px) {
  .stories-scroll { overflow: visible; }
  .stories { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .story { gap: 14px; }
  .story__name { font-size: 17px; }
  .story__move { font-size: 16px; }
  .story__meta { font-size: 12px; }
}

/* outcomes */
.outcomes { display: grid; gap: 24px; align-items: start; }
.outcomes .label { margin-bottom: 14px; }
.out__sub { font: 400 15px/1.55 var(--sans); opacity: .85; max-width: 400px; margin-top: 18px; }
@media (min-width: 900px) { .outcomes { grid-template-columns: 5fr 7fr; } .outcomes .label { margin-bottom: 20px; } }
.results table { width: 100%; border-collapse: collapse; font: 400 13px/1.5 var(--mono); font-feature-settings: "tnum"; }
.results th, .results td { padding: 11px 0; text-align: right; border-bottom: 1px solid rgb(245 241 234 / .2); font-weight: 400; }
.results th[scope="row"], .results thead th:first-child { text-align: left; }
.results thead th { font-size: 10px; letter-spacing: .06em; opacity: .8; padding: 0 0 8px; border-bottom-color: var(--paper); }
.results td, .results thead th + th { padding-left: 12px; }
.results .n { opacity: .8; }
.results .delta { display: none; }
.results__note { font: 400 11px/1.5 var(--sans); opacity: .8; padding-top: 12px; }
.circled { position: relative; display: inline-block; }
.circled svg { position: absolute; left: -14px; top: -9px; width: calc(100% + 26px); height: 38px; overflow: visible; }
.circled path { fill: none; stroke: var(--mark-dk); stroke-width: 1.8; stroke-linecap: round; vector-effect: non-scaling-stroke; }
@media (min-width: 768px) {
  .results table { font-size: 15px; }
  .results th, .results td { padding: 14px 0 14px 12px; }
  .results th[scope="row"] { padding-left: 0; }
  .results thead th { font-size: 11px; padding: 0 0 10px 12px; }
  .results thead th:first-child { padding-left: 0; }
  .results .delta { display: table-cell; }
  .results__note { font-size: 12px; }
}

/* the centre */
.centre { display: grid; gap: 28px; }
.centre__copy { display: flex; flex-direction: column; gap: 16px; }
.centre__copy p:not(.label) { font: 400 15px/1.55 var(--sans); color: var(--ink-2); }
.centre__copy .link-under { align-self: flex-start; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.gallery .g1 { grid-column: 1 / 3; aspect-ratio: 3 / 2; }
.gallery .g2, .gallery .g3 { aspect-ratio: 1; }
@media (min-width: 768px) {
  .gallery { grid-template-columns: repeat(3, 1fr); grid-template-rows: 200px 200px; gap: 12px; }
  .gallery .g1 { grid-column: 1 / 3; grid-row: 1 / 3; aspect-ratio: auto; }
  .gallery .g2, .gallery .g3 { aspect-ratio: auto; }
}
@media (min-width: 900px) {
  .centre { grid-template-columns: repeat(12, 1fr); gap: 24px; }
  .centre__copy { grid-column: 1 / 5; padding-top: 4px; }
  .gallery { grid-column: 5 / 13; grid-template-columns: repeat(3, 1fr); grid-template-rows: 200px 200px; gap: 12px; }
  .gallery .g1 { grid-column: 1 / 3; grid-row: 1 / 3; aspect-ratio: auto; }
  .gallery .g2, .gallery .g3 { aspect-ratio: auto; }
}

/* faq */
.faq { display: grid; gap: 20px; }
@media (min-width: 900px) { .faq { grid-template-columns: 4fr 8fr; gap: 24px; } .faq .h2 { font-size: 36px; } }
.faq__list { border-bottom: 1px solid var(--frame); }
.faq details { border-top: 1px solid var(--frame); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  min-height: 64px; padding: 12px 0; font: 500 17px/1.4 var(--serif);
}
@media (min-width: 768px) { .faq summary { font-size: 18px; } }
.faq summary::-webkit-details-marker { display: none; }
.pm { font: 400 24px var(--serif); color: var(--mark); flex: none; transition: transform .22s; }
.faq details[open] .pm { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; font: 400 15px/1.6 var(--sans); color: var(--ink-2); max-width: 600px; }

/* enquiry */
.cta { background: var(--ink); color: var(--paper); padding: 28px 24px; display: grid; gap: 18px; margin-bottom: 28px; }
.cta .h2 { font-size: 26px; line-height: 1.15; margin-bottom: 10px; }
.cta p { font: 400 14px/1.5 var(--sans); color: var(--muted-dk); max-width: 480px; }
.cta__btns { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 768px) {
  .cta { padding: 48px; margin-bottom: 72px; }
  .cta .h2 { font-size: 40px; margin-bottom: 14px; }
  .cta p { font-size: 16px; line-height: 1.55; }
  .cta__btns { gap: 12px; }
}
@media (min-width: 1024px) { .cta { grid-template-columns: 7fr 5fr; gap: 24px; align-items: center; padding: 64px; } }

/* footer */
.foot { border-top: 1px solid var(--rule); padding: 32px 0 40px; }
.foot__grid { display: grid; gap: 32px; }
.wordmark--foot { font-size: 20px; }
.descriptor { font: 500 9px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--ink-2); margin-top: 8px; }
.foot__legal { font: 400 13px/1.6 var(--sans); color: var(--ink-2); margin-top: 20px; }
.foot__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; font: 400 14px/2 var(--sans); }
.foot__cols > div { display: flex; flex-direction: column; }
.foot__cols .label { margin-bottom: 6px; font-size: 11px; }
.foot__cols a { color: var(--ink); text-decoration: none; }
.foot__cols a:hover { color: var(--mark); }
.foot__cols > div:last-child { grid-column: 1 / -1; }
@media (min-width: 768px) {
  .foot { padding: 40px 0 48px; }
  .wordmark--foot { font-size: 24px; }
  .descriptor { font-size: 10px; }
  .foot__cols { grid-template-columns: repeat(3, 1fr); }
  .foot__cols > div:last-child { grid-column: auto; }
}
@media (min-width: 1024px) { .foot__grid { grid-template-columns: 5fr 7fr; gap: 24px; align-items: end; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* ---------- phone polish: 44px targets, 11px text floor ---------- */
a.wordmark { display: inline-block; padding: 13px 0; margin: -13px 0; }
.hero__sched { min-height: 44px; display: flex; align-items: center; }
.sec__head .link-under, .centre__copy .link-under { min-height: 44px; display: inline-flex; align-items: center; padding-bottom: 0; border-bottom: 0; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.sec__head .link-under:hover, .centre__copy .link-under:hover { text-decoration-color: var(--mark); }
.ph__note { font-size: 11px; }
.working__q { font-size: 11px; }
.results thead th { font-size: 11px; }
.descriptor { font-size: 10px; }
@media (max-width: 767px), (pointer: coarse) {
  .foot__cols a { min-height: 44px; display: flex; align-items: center; line-height: 1.3; }
  .foot__cols span { line-height: 1.6; padding: 4px 0; }
  .foot__cols .label { margin-bottom: 0; }
}
