:root {
  --r2-ink: var(--ink, #151712);
  --r2-cream: var(--cream, #f6efd9);
  --r2-paper: var(--paper, #fffaf0);
  --r2-sun: var(--plantain, #f7c900);
  --r2-red: var(--terracotta, #d94d2b);
  --r2-green: var(--green-dark, #173f2a);
  --r2-line: color-mix(in srgb, var(--r2-ink) 18%, transparent);
  --r2-display: var(--serif, "Instrument Serif", Georgia, serif);
  --r2-sans: var(--sans, "Instrument Sans", sans-serif);
  --r2-label: "Syne", var(--r2-sans);
}
html { scroll-behavior: smooth; }
body.r2-page { background: var(--r2-cream); color: var(--r2-ink); font-family: var(--r2-sans); }
.r2-shell { width: min(var(--shell-width), calc(100% - (var(--shell-gutter) * 2))); margin-inline: auto; }
.r2-header { position: relative; z-index: 50; border-bottom: 1px solid var(--r2-line); background: color-mix(in srgb, var(--r2-cream) 92%, transparent); backdrop-filter: blur(18px); }
.r2-header__inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.r2-brand { color: inherit; text-decoration: none; display: flex; align-items: baseline; gap: 7px; }
.r2-brand span { font: 700 .65rem/1 var(--r2-label); letter-spacing: .16em; text-transform: uppercase; }
.r2-brand strong { font: 400 2.45rem/.8 var(--r2-display); }
.r2-nav { justify-self: center; display: flex; gap: clamp(16px, 2.2vw, 34px); }
.r2-nav a { color: inherit; text-decoration: none; font: 700 .72rem/1 var(--r2-label); letter-spacing: .09em; text-transform: uppercase; padding-block: 14px; border-bottom: 2px solid transparent; }
.r2-nav a:hover, .r2-nav a[aria-current="page"] { border-color: currentColor; }
.r2-header__cta { background: var(--r2-ink); color: white; text-decoration: none; padding: 13px 18px; border-radius: 999px; font: 700 .71rem/1 var(--r2-label); letter-spacing: .08em; text-transform: uppercase; }
.r2-kicker, .r2-eyebrow { margin: 0 0 18px; font: 750 .72rem/1.2 var(--r2-label); letter-spacing: .16em; text-transform: uppercase; }
.r2-hero { min-height: min(840px, calc(100vh - 86px)); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--r2-green); color: white; }
.r2-hero__media, .r2-hero__wash { position: absolute; inset: 0; }
.r2-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.82) contrast(1.05); }
.r2-hero__wash { background: linear-gradient(90deg, rgba(13,34,23,.94) 0%, rgba(13,34,23,.74) 43%, rgba(13,34,23,.12) 77%), linear-gradient(0deg, rgba(13,25,18,.72), transparent 54%); }
.r2-hero__content { position: relative; z-index: 2; padding-block: clamp(84px, 12vh, 148px); }
.r2-hero h1, .r2-city-hero h1 { max-width: 1050px; margin: 0; font: 400 clamp(4rem, 9.6vw, 9rem)/.8 var(--r2-display); letter-spacing: -.045em; text-wrap: balance; }
.r2-hero h1 em, .r2-city-hero h1 em, .r2-footer h2 em { color: var(--r2-sun); font-weight: 400; }
.r2-hero__lede { max-width: 660px; margin: 34px 0 0; font-size: clamp(1.08rem, 1.7vw, 1.42rem); line-height: 1.5; }
.r2-hero__stamp { position: absolute; z-index: 2; right: clamp(20px, 5vw, 72px); bottom: clamp(28px, 7vw, 74px); margin: 0; width: 132px; aspect-ratio: 1; border: 2px solid var(--r2-sun); border-radius: 50%; display: grid; place-items: center; text-align: center; color: var(--r2-sun); font: 800 .72rem/1.4 var(--r2-label); letter-spacing: .16em; transform: rotate(9deg); }
.r2-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 34px; }
.r2-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 21px; border: 0; border-radius: 999px; text-decoration: none; font: 750 .75rem/1 var(--r2-label); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.r2-button--sun { background: var(--r2-sun); color: var(--r2-ink); }
.r2-button--ink { background: var(--r2-ink); color: white; }
.r2-text-link { color: inherit; font-weight: 750; text-underline-offset: 5px; }
.r2-text-link--light { color: white; }
.r2-marquee-shell { background: var(--r2-sun); border-block: 1px solid var(--r2-ink); }
.r2-marquee-toolbar { min-height: 44px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(0,0,0,.25); }
.r2-marquee-toolbar p, .r2-marquee-toggle { margin: 0; font: 750 .65rem/1 var(--r2-label); letter-spacing: .13em; text-transform: uppercase; }
.r2-marquee-toggle { appearance: none; border: 0; background: none; color: inherit; padding: 10px 0; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.r2-marquee { overflow: hidden; padding-block: 16px 19px; }
.r2-marquee .pillar-marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; animation: r2-marquee 24s linear infinite; will-change: transform; }
.r2-marquee .pillar-marquee-track span { font: 400 clamp(3rem, 6vw, 6.2rem)/.82 var(--r2-display); letter-spacing: -.04em; }
.r2-marquee .pillar-marquee-track i { font-size: 1rem; }
.r2-marquee.is-user-paused .pillar-marquee-track { animation-play-state: paused !important; }
@keyframes r2-marquee { to { transform: translateX(-50%); } }
.r2-section { padding-block: clamp(84px, 11vw, 150px); }
.r2-section-heading { max-width: 900px; margin-bottom: clamp(42px, 7vw, 78px); }
.r2-section-heading h2, .r2-london-grid h2, .r2-faq h2, .r2-editorial h2, .r2-record h2, .r2-updates h2 { margin: 0; font: 400 clamp(3.3rem, 7.2vw, 7rem)/.84 var(--r2-display); letter-spacing: -.045em; text-wrap: balance; }
.r2-section-heading--compact { margin-bottom: 42px; }
.r2-section-heading--split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.r2-section-heading--split > p, .r2-section-heading--split > a { max-width: 360px; }
.r2-lede { font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; }
.r2-journey { background: var(--r2-paper); overflow: hidden; }
.r2-journey__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(430px, 1.2fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.r2-journey__copy > h2 { margin: 0; font: 400 clamp(3.4rem, 6.3vw, 6.5rem)/.85 var(--r2-display); letter-spacing: -.045em; }
.r2-journey__copy > p:not(.r2-eyebrow) { max-width: 520px; font-size: 1.1rem; line-height: 1.65; }
.r2-route-list { list-style: none; margin: 42px 0 0; padding: 0; border-top: 1px solid var(--r2-line); }
.r2-route-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--r2-line); padding: 16px 0; }
.r2-route-list li > span { font: 700 .67rem/1 var(--r2-label); }
.r2-route-list a { display: flex; justify-content: space-between; gap: 16px; color: inherit; text-decoration: none; }
.r2-route-list b { font-size: 1.05rem; }
.r2-route-list small { color: color-mix(in srgb, var(--r2-ink) 66%, transparent); }
.r2-route-list .is-active { color: var(--r2-red); }
.r2-map { position: relative; background: radial-gradient(circle at 35% 28%, #fff 0 10%, transparent 46%), var(--r2-sun); border-radius: 48% 52% 44% 56% / 52% 42% 58% 48%; padding: clamp(20px, 4vw, 54px); }
.r2-map svg { width: 100%; max-height: 650px; display: block; }
.r2-map__land { fill: var(--r2-paper); stroke: var(--r2-ink); stroke-width: 2; }
.r2-map__route { fill: none; stroke: var(--r2-red); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 12 13; animation: r2-route-in 1.5s cubic-bezier(.2,.8,.2,1) both; }
.r2-map__stop circle { fill: var(--r2-ink); stroke: var(--r2-sun); stroke-width: 4; }
.r2-map__stop--next circle { fill: var(--r2-red); }
.r2-map__stop text { font: 750 17px/1 var(--r2-label); fill: var(--r2-ink); }
.r2-map__bus rect { fill: var(--r2-red); stroke: var(--r2-ink); stroke-width: 2; }
.r2-map__bus rect:not(:first-child) { fill: var(--r2-paper); stroke: none; }
.r2-map__bus circle { fill: var(--r2-ink); }
.r2-map > p { max-width: 520px; margin: 4px auto 22px; text-align: center; font-size: .85rem; line-height: 1.5; }
@keyframes r2-route-in { from { stroke-dashoffset: 190; opacity: 0; } to { stroke-dashoffset: 0; opacity: 1; } }
.r2-proof { background: var(--r2-cream); }
.r2-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.r2-stat, .r2-pullquote { min-height: 260px; margin: 0; padding: clamp(26px, 4vw, 48px); border: 1px solid var(--r2-ink); border-radius: 4px; display: flex; flex-direction: column; justify-content: space-between; }
.r2-stat strong { font: 400 clamp(3.5rem, 6vw, 6rem)/.8 var(--r2-display); letter-spacing: -.04em; }
.r2-stat span { font: 750 .72rem/1.4 var(--r2-label); letter-spacing: .1em; text-transform: uppercase; }
.r2-stat--dark { background: var(--r2-green); color: white; }
.r2-stat--red { background: var(--r2-red); color: white; }
.r2-pullquote { grid-column: 1 / -1; min-height: 340px; background: var(--r2-sun); justify-content: center; }
.r2-pullquote p { max-width: 960px; margin: 0; font: 400 clamp(3rem, 6.8vw, 6.8rem)/.86 var(--r2-display); letter-spacing: -.04em; }
.r2-london-callout { background: var(--r2-green); color: white; }
.r2-london-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); }
.r2-london-copy { align-self: end; }
.r2-status-list { list-style: none; margin: 36px 0; padding: 0; }
.r2-status-list li { display: grid; grid-template-columns: 116px 1fr; gap: 16px; align-items: center; border-top: 1px solid rgba(255,255,255,.25); padding: 17px 0; }
.r2-status-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.r2-status { width: max-content; display: inline-flex; padding: 7px 10px; border-radius: 999px; font: 750 .6rem/1 var(--r2-label); letter-spacing: .09em; text-transform: uppercase; }
.r2-status--confirmed { background: #b4e874; color: #10230e; }
.r2-status--progress { background: #ffe17b; color: #2b2100; }
.r2-status--target { background: #ff9375; color: #311005; }
.r2-status--unpublished { background: #ded9cf; color: #222; }
.r2-city-chapters { background: var(--r2-paper); }
.r2-city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.r2-city-card { min-height: 480px; padding: clamp(26px, 3.4vw, 46px); color: inherit; text-decoration: none; border: 1px solid var(--r2-ink); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.r2-city-card:hover { transform: translateY(-7px) rotate(-.35deg); box-shadow: 9px 11px 0 var(--r2-ink); }
.r2-city-card--manchester { background: #e8aa89; }
.r2-city-card--newcastle { background: #c7d9a4; }
.r2-city-card--london { background: var(--r2-sun); }
.r2-city-card__number, .r2-city-card__status { font: 750 .65rem/1 var(--r2-label); letter-spacing: .12em; text-transform: uppercase; }
.r2-city-card__status { margin-top: 52px; }
.r2-city-card h3 { margin: auto 0 16px; font: 400 clamp(3.2rem, 5vw, 5.4rem)/.8 var(--r2-display); letter-spacing: -.04em; }
.r2-city-card p { max-width: 330px; line-height: 1.55; }
.r2-city-card__link { margin-top: 24px; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.r2-pillars { background: var(--r2-sun); }
.r2-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--r2-ink); }
.r2-pillar-card { min-height: 330px; padding: 34px; color: inherit; text-decoration: none; border-right: 1px solid var(--r2-ink); }
.r2-pillar-card:last-child { border: 0; }
.r2-pillar-card span { font: 750 .65rem/1 var(--r2-label); }
.r2-pillar-card h3 { margin: 100px 0 14px; font: 400 clamp(3.2rem, 5vw, 5rem)/.8 var(--r2-display); }
.r2-pillar-card p { max-width: 300px; line-height: 1.5; }
.r2-newcastle-preview { background: var(--r2-cream); }
.r2-preview-strip { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.r2-preview-strip img { width: 100%; height: clamp(220px, 33vw, 490px); object-fit: cover; border-radius: 3px; }
.r2-preview-strip img:nth-child(1) { grid-column: span 3; }
.r2-preview-strip img:nth-child(2) { grid-column: span 4; }
.r2-preview-strip img:nth-child(3) { grid-column: span 5; }
.r2-preview-strip img:nth-child(4) { grid-column: span 5; }
.r2-preview-strip img:nth-child(5) { grid-column: span 3; }
.r2-preview-strip img:nth-child(6) { grid-column: span 4; }
.r2-faq { background: var(--r2-paper); }
.r2-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); }
.r2-accordion details { border-top: 1px solid var(--r2-ink); }
.r2-accordion details:last-child { border-bottom: 1px solid var(--r2-ink); }
.r2-accordion summary { cursor: pointer; padding: 23px 42px 23px 0; font-weight: 750; position: relative; }
.r2-accordion summary::after { content: "+"; position: absolute; right: 6px; font: 400 1.8rem/1 var(--r2-display); }
.r2-accordion details[open] summary::after { content: "−"; }
.r2-accordion details p { max-width: 650px; margin: 0 0 24px; line-height: 1.65; }
.r2-city-hero { padding-block: clamp(74px, 10vw, 132px); background: var(--r2-paper); overflow: hidden; }
.r2-city-hero__grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.r2-city-hero figure { margin: 0; position: relative; }
.r2-city-hero figure::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; background: var(--r2-sun); border: 1px solid var(--r2-ink); }
.r2-city-hero figure img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--r2-ink); }
.r2-city-hero figcaption { position: relative; margin-top: 12px; font: 750 .65rem/1 var(--r2-label); letter-spacing: .12em; text-transform: uppercase; }
.r2-city-hero--london { background: var(--r2-green); color: white; }
.r2-city-hero--london figure::before { background: var(--r2-red); }
.r2-city-hero--photo figure img { object-position: center; }
.r2-editorial { background: var(--r2-ink); color: white; }
.r2-editorial__grid { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; }
.r2-editorial__index { margin: 0; font: 750 clamp(3rem, 6vw, 6rem)/.83 var(--r2-label); color: var(--r2-sun); }
.r2-editorial__grid > div > p:last-child { max-width: 760px; font-size: 1.15rem; line-height: 1.75; }
.r2-gallery-section { background: var(--r2-paper); }
.r2-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 10px; }
.r2-gallery-item { grid-column: span 4; position: relative; min-height: 310px; overflow: hidden; background: #ddd; border: 1px solid var(--r2-ink); }
.r2-gallery-item:nth-child(7n + 1) { grid-column: span 7; min-height: 520px; }
.r2-gallery-item:nth-child(7n + 2) { grid-column: span 5; min-height: 520px; }
.r2-gallery-item img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.r2-gallery-item:hover img { transform: scale(1.035); }
.r2-gallery-item span { position: absolute; z-index: 2; left: 12px; bottom: 12px; width: 38px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--r2-sun); color: var(--r2-ink); font: 750 .62rem/1 var(--r2-label); }
.r2-london-brief { background: var(--r2-paper); }
.r2-claim-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--r2-ink); }
.r2-claim-grid article { min-height: 310px; padding: clamp(28px, 4vw, 50px); border-right: 1px solid var(--r2-ink); border-bottom: 1px solid var(--r2-ink); }
.r2-claim-grid article:nth-child(2n) { border-right: 0; }
.r2-claim-grid article:nth-child(n+3) { border-bottom: 0; }
.r2-claim-grid h3 { margin: 54px 0 14px; font: 400 clamp(2.3rem, 4vw, 4rem)/.9 var(--r2-display); }
.r2-claim-grid p { max-width: 500px; line-height: 1.6; }
.r2-record { background: var(--r2-sun); }
.r2-record__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: end; }
.r2-record__number { margin: 0; font: 750 clamp(6rem, 15vw, 14rem)/.7 var(--r2-label); letter-spacing: -.09em; }
.r2-record__label { margin-top: clamp(30px, 4vw, 52px); }
.r2-record__grid > div:last-child p { max-width: 700px; font-size: 1.12rem; line-height: 1.7; }
.r2-take-part { background: var(--r2-cream); }
.r2-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--r2-ink); }
.r2-role-grid a { min-height: 340px; padding: 28px; color: inherit; text-decoration: none; border-right: 1px solid var(--r2-ink); transition: background .2s ease, color .2s ease; }
.r2-role-grid a:last-child { border: 0; }
.r2-role-grid a:hover { background: var(--r2-green); color: white; }
.r2-role-grid span { font: 750 .65rem/1 var(--r2-label); }
.r2-role-grid h3 { margin: 120px 0 14px; font: 400 3.3rem/.85 var(--r2-display); }
.r2-role-grid p { line-height: 1.55; }
.r2-updates { background: var(--r2-red); color: white; }
.r2-updates__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.r2-updates__grid > div:first-child > p:last-child { max-width: 560px; line-height: 1.65; }
.r2-updates__grid > div:first-child h2 { margin-bottom: 24px; }
.r2-updates__panel { background: var(--r2-paper); color: var(--r2-ink); padding: clamp(28px, 5vw, 58px); }
.r2-inline-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-block: 10px 18px; }
.r2-inline-form input { min-width: 0; border: 1px solid var(--r2-ink); background: white; padding: 14px; font: inherit; }
.r2-consent { display: flex; gap: 10px; font-size: .85rem; line-height: 1.45; }
.r2-honeypot { position: absolute !important; left: -9999px !important; }
.r2-form-status { min-height: 1.5em; }
.r2-updates__hold { line-height: 1.65; }
.r2-footer { background: var(--r2-ink); color: white; padding-block: clamp(80px, 10vw, 140px) 28px; }
.r2-footer__lead { padding-bottom: clamp(70px, 9vw, 120px); border-bottom: 1px solid rgba(255,255,255,.25); }
.r2-footer h2 { max-width: 1000px; margin: 0 0 38px; font: 400 clamp(3.5rem, 7.5vw, 7.5rem)/.84 var(--r2-display); letter-spacing: -.045em; }
.r2-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-block: 50px; }
.r2-footer__grid h3 { font: 750 .66rem/1 var(--r2-label); letter-spacing: .13em; text-transform: uppercase; color: var(--r2-sun); }
.r2-footer__grid a { display: block; width: fit-content; color: white; margin-top: 13px; text-decoration: none; }
.r2-footer__grid a:hover { text-decoration: underline; }
.r2-footer__base { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); font-size: .75rem; }
.r2-sticky-cta { position: fixed; z-index: 60; right: 18px; bottom: 18px; background: var(--r2-sun); color: var(--r2-ink); padding: 14px 18px; border: 1px solid var(--r2-ink); border-radius: 999px; text-decoration: none; font: 750 .7rem/1 var(--r2-label); text-transform: uppercase; }
@media (max-width: 920px) {
  .r2-header__inner { grid-template-columns: 1fr auto; min-height: 78px; }
  .r2-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; justify-self: stretch; justify-content: flex-start; overflow-x: auto; padding-bottom: 14px; }
  .r2-header__cta { grid-column: 2; grid-row: 1; }
  .r2-hero { min-height: 760px; }
  .r2-hero__stamp { display: none; }
  .r2-journey__grid, .r2-london-grid, .r2-faq-grid, .r2-city-hero__grid, .r2-updates__grid { grid-template-columns: 1fr; }
  .r2-city-hero figure { max-width: 660px; }
  .r2-proof-grid, .r2-city-grid { grid-template-columns: 1fr 1fr; }
  .r2-city-card:last-child { grid-column: 1 / -1; }
  .r2-pillar-grid { grid-template-columns: 1fr; }
  .r2-pillar-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--r2-ink); }
  .r2-pillar-card h3 { margin-top: 65px; }
  .r2-editorial__grid, .r2-record__grid { grid-template-columns: 1fr; }
  .r2-role-grid { grid-template-columns: 1fr 1fr; }
  .r2-role-grid a:nth-child(2) { border-right: 0; }
  .r2-role-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--r2-ink); }
  .r2-gallery-item { grid-column: span 6; }
  .r2-gallery-item:nth-child(7n + 1), .r2-gallery-item:nth-child(7n + 2) { grid-column: span 6; min-height: 390px; }
}
@media (max-width: 640px) {
  .r2-shell { width: min(var(--shell-width), calc(100% - (var(--shell-gutter) * 2))); }
  .r2-brand span { display: none; }
  .r2-brand strong { font-size: 2.1rem; }
  .r2-header__cta { padding: 11px 13px; font-size: .62rem; }
  .r2-nav { gap: 22px; }
  .r2-hero { min-height: 680px; }
  .r2-hero__media img { object-position: 63% center; }
  .r2-hero__wash { background: linear-gradient(0deg, rgba(13,34,23,.95) 0%, rgba(13,34,23,.62) 68%, rgba(13,34,23,.22)); }
  .r2-hero h1, .r2-city-hero h1 { font-size: clamp(3.35rem, 16vw, 5.35rem); line-height: 1.02; }
  .r2-section-heading h2, .r2-london-grid h2, .r2-faq h2, .r2-editorial h2, .r2-record h2, .r2-updates h2, .r2-journey__copy > h2 { font-size: clamp(2.65rem, 12vw, 4.2rem); line-height: 1.08; }
  .r2-actions { align-items: flex-start; flex-direction: column; }
  .r2-marquee-toolbar { width: calc(100% - 24px); }
  .r2-journey__grid { gap: 50px; }
  .r2-map { border-radius: 30px; padding: 4px; }
  .r2-map__stop text { font-size: 14px; }
  .r2-route-list a { flex-direction: column; gap: 3px; }
  .r2-proof-grid, .r2-city-grid, .r2-claim-grid, .r2-role-grid, .r2-footer__grid { grid-template-columns: 1fr; }
  .r2-city-card:last-child { grid-column: auto; }
  .r2-stat { min-height: 220px; }
  .r2-pullquote { min-height: 300px; }
  .r2-london-copy { margin-top: 20px; }
  .r2-status-list li { grid-template-columns: 1fr; }
  .r2-city-card { min-height: 410px; }
  .r2-section-heading--split { align-items: flex-start; flex-direction: column; }
  .r2-preview-strip { grid-template-columns: 1fr 1fr; }
  .r2-preview-strip img, .r2-preview-strip img:nth-child(n) { grid-column: span 1; height: 260px; }
  .r2-editorial__grid { gap: 30px; }
  .r2-gallery-grid { grid-template-columns: 1fr 1fr; }
  .r2-gallery-item, .r2-gallery-item:nth-child(n) { grid-column: span 1; min-height: 260px; }
  .r2-gallery-item:nth-child(5n+1) { grid-column: 1 / -1; min-height: 390px; }
  .r2-claim-grid article, .r2-claim-grid article:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--r2-ink); }
  .r2-claim-grid article:last-child { border-bottom: 0; }
  .r2-record__number { font-size: clamp(4.9rem, 25vw, 6rem); }
  .r2-role-grid a, .r2-role-grid a:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--r2-ink); }
  .r2-role-grid a:last-child { border-bottom: 0; }
  .r2-inline-form { grid-template-columns: 1fr; }
  .r2-footer__base { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .r2-marquee .pillar-marquee-track, .r2-map__route { animation: none !important; }
  .r2-city-card, .r2-gallery-item img { transition: none; }
}
