:root {
  --ink: #18231d;
  --muted: #5c655f;
  --line: #d5ddd5;
  --paper: #f6f2e9;
  --panel: #ffffff;
  --panel-alt: #eef3ed;
  --green: #0e6b45;
  --green-deep: #093c2b;
  --gold: #b88731;
  --blue: #174764;
  --hero-shadow: rgba(9, 60, 43, 0.72);
  --accent: var(--green);
  --accent-deep: var(--green-deep);
  --accent-soft: #e8f2ea;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(24, 35, 29, 0.12);
  background: rgba(246, 242, 233, 0.95);
  backdrop-filter: blur(10px);
}

.nav,
.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav-search {
  flex: 1 1 220px;
  max-width: 330px;
  margin-left: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid var(--green);
  color: var(--green-deep);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 18px;
}

.brand-text {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.navlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.navlinks .header-book {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.navlinks .header-book:hover,
.navlinks .header-book:focus-visible {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-search-band {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  background: #fff;
}

.destination-search {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.search-label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.1;
}

.search-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--line);
  background: #fff;
}

.search-control:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.search-control input,
.search-control button {
  min-height: 52px;
  border: 0;
  font: inherit;
}

.search-control input {
  min-width: 0;
  padding: 0 16px;
  color: var(--ink);
  background: transparent;
}

.search-control button {
  padding: 0 18px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.search-control button:hover,
.search-control button:focus-visible {
  background: var(--accent-deep);
}

.destination-search--compact .search-control input,
.destination-search--compact .search-control button {
  min-height: 38px;
}

.destination-search--compact .search-control input {
  padding: 0 10px;
}

.destination-search--compact .search-control button {
  padding: 0 11px;
}

.search-results {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 40;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 28px rgba(24, 35, 29, 0.16);
}

.search-results a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.search-results a:last-child {
  border-bottom: 0;
}

.search-results a:hover,
.search-results a:focus-visible {
  background: var(--panel-alt);
}

.search-results small {
  color: var(--muted);
}

.search-empty {
  margin: 0;
  padding: 12px 13px;
  color: var(--muted);
}

.location-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
}

.location-choice p {
  margin: 0;
  color: var(--muted);
}

.location-choice .button {
  min-height: 42px;
  cursor: pointer;
}

.home-recommendations .recommendation-grid {
  margin-top: 24px;
}

.hero {
  min-height: 72vh;
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(96deg, var(--hero-shadow), rgba(9, 60, 43, 0.54) 44%, rgba(9, 60, 43, 0.12) 100%),
    url("https://images.unsplash.com/photo-1522778119026-d647f0596c20?auto=format&fit=crop&w=1800&q=80") center / cover;
  color: #fff;
  position: relative;
}

.hero--compact {
  min-height: 48vh;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 118px
    );
  pointer-events: none;
}

.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 72px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: #f0d49c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.95;
}

.hero-copy {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  background: #fff;
  color: var(--accent-deep);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button.secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.66);
}

.button.tertiary {
  background: var(--panel-alt);
  color: var(--accent-deep);
}

.button.booking-button {
  min-height: 54px;
  padding: 0 22px;
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 5px 0 var(--accent-deep);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 15px;
}

.button.booking-button:hover,
.button.booking-button:focus-visible {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.section {
  padding: 56px 0;
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

h2 {
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.05;
}

h3 {
  margin: 0 0 10px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

.section-note,
.lede,
.muted {
  color: var(--muted);
}

.lede {
  max-width: 760px;
  font-size: 20px;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.experience,
.notice,
.facts,
.list-panel {
  border: 1px solid var(--line);
  background: var(--panel);
}

.experience,
.card {
  padding: 20px;
}

.experience {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tag {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.meta {
  margin-top: 18px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.notice {
  padding: 18px 18px 18px 20px;
  border-left: 4px solid var(--gold);
  background: #fffaf0;
}

.notice strong,
.fact-grid strong,
.steps strong,
.list-panel strong {
  font-family: Arial, Helvetica, sans-serif;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.facts {
  padding: 18px;
}

.facts p,
.card p,
.experience p,
.notice p,
.list-panel p,
.step span,
li {
  margin: 0;
}

.facts ul,
.list-panel ul,
.content ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.cta-band {
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, var(--accent-soft), #fff);
}

.cta-band p {
  margin: 8px 0 0;
}

.breadcrumbs {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.breadcrumbs a {
  text-decoration: none;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footer a {
  text-decoration: none;
}

.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.content > * + * {
  margin-top: 16px;
}

.venue-page {
  --line: rgba(24, 35, 29, 0.12);
}

.theme-celtic {
  --accent: #177245;
  --accent-deep: #0b4328;
  --accent-soft: #e7f4eb;
  --hero-shadow: rgba(10, 56, 31, 0.78);
}

.theme-celtic .hero {
  background:
    linear-gradient(96deg, rgba(10, 56, 31, 0.82), rgba(10, 56, 31, 0.48) 45%, rgba(10, 56, 31, 0.12) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Celtic%20Park%20stadium%20%28geograph%207734854%29.jpg") center / cover;
}

.theme-ibrox {
  --accent: #164f82;
  --accent-deep: #0d2f4f;
  --accent-soft: #e7f0f7;
  --hero-shadow: rgba(11, 37, 68, 0.82);
}

.theme-ibrox .hero {
  background:
    linear-gradient(96deg, rgba(11, 37, 68, 0.82), rgba(11, 37, 68, 0.5) 45%, rgba(11, 37, 68, 0.12) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Ibrox%20Facade.JPG") center / cover;
}

.theme-hampden {
  --accent: #6a1436;
  --accent-deep: #421024;
  --accent-soft: #f6e8ee;
  --hero-shadow: rgba(58, 11, 28, 0.82);
}

.theme-hampden .hero {
  background:
    linear-gradient(96deg, rgba(58, 11, 28, 0.82), rgba(58, 11, 28, 0.5) 45%, rgba(58, 11, 28, 0.12) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Hampden%20Park%2C%202024.jpg") center / cover;
}

.theme-hibs {
  --accent: #08783f;
  --accent-deep: #07502d;
  --accent-soft: #e5f4eb;
  --hero-shadow: rgba(4, 63, 34, 0.82);
}

.theme-hibs .hero {
  background:
    linear-gradient(96deg, rgba(4, 63, 34, 0.84), rgba(4, 63, 34, 0.52) 45%, rgba(4, 63, 34, 0.12) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Easter%20Road%20Stadium%20%28geograph%206968353%29.jpg") center / cover;
}

.theme-hearts {
  --accent: #8a1538;
  --accent-deep: #581027;
  --accent-soft: #f6e5eb;
  --hero-shadow: rgba(86, 10, 37, 0.82);
}

.theme-hearts .hero {
  background:
    linear-gradient(96deg, rgba(86, 10, 37, 0.84), rgba(86, 10, 37, 0.52) 45%, rgba(86, 10, 37, 0.12) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Tynecastle%20Park%20-%20geograph.org.uk%20-%206999492.jpg") center / cover;
}

.theme-pittodrie {
  --accent: #b51d2b;
  --accent-deep: #74111d;
  --accent-soft: #f8e5e6;
  --hero-shadow: rgba(111, 11, 20, 0.82);
}

.theme-pittodrie .hero {
  background:
    linear-gradient(96deg, rgba(111, 11, 20, 0.84), rgba(111, 11, 20, 0.52) 45%, rgba(111, 11, 20, 0.12) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Drone%20-%20Aberdeen%20FC.jpg") center / cover;
}

.theme-europe .hero {
  background:
    linear-gradient(96deg, var(--hero-shadow), rgba(24, 35, 29, 0.5) 45%, rgba(24, 35, 29, 0.14) 100%),
    var(--venue-image) center / cover;
}

.theme-nfl .hero {
  background:
    linear-gradient(96deg, var(--hero-shadow), rgba(24, 35, 29, 0.5) 45%, rgba(24, 35, 29, 0.14) 100%),
    var(--venue-image) center / cover;
}

.image-credit {
  margin: 12px 0 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.theme-wembley {
  --accent: #183b62;
  --accent-deep: #0e2742;
  --accent-soft: #e6eef7;
}

.theme-wembley .hero {
  background:
    linear-gradient(96deg, rgba(14, 39, 66, 0.84), rgba(14, 39, 66, 0.54) 45%, rgba(14, 39, 66, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Wembley.jpg") center / cover;
}

.theme-arsenal {
  --accent: #b51f2e;
  --accent-deep: #72121f;
  --accent-soft: #f8e5e7;
}

.theme-arsenal .hero {
  background:
    linear-gradient(96deg, rgba(103, 14, 25, 0.86), rgba(103, 14, 25, 0.55) 45%, rgba(103, 14, 25, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/London%20Emirates%20Stadium%20arsenal.jpg") center / cover;
}

.theme-chelsea {
  --accent: #124e9b;
  --accent-deep: #0c3264;
  --accent-soft: #e5eef9;
}

.theme-chelsea .hero {
  background:
    linear-gradient(96deg, rgba(11, 43, 92, 0.86), rgba(11, 43, 92, 0.54) 45%, rgba(11, 43, 92, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Stamford%20Bridge%20stadium.jpg") center / cover;
}

.theme-spurs {
  --accent: #1b345e;
  --accent-deep: #101f39;
  --accent-soft: #e8edf5;
}

.theme-spurs .hero {
  background:
    linear-gradient(96deg, rgba(16, 31, 57, 0.86), rgba(16, 31, 57, 0.54) 45%, rgba(16, 31, 57, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Tottenham%20Hotspur%20Stadium.jpg") center / cover;
}

.theme-fulham {
  --accent: #3f4a52;
  --accent-deep: #232b31;
  --accent-soft: #edf0f2;
}

.theme-fulham .hero {
  background:
    linear-gradient(96deg, rgba(26, 32, 36, 0.86), rgba(26, 32, 36, 0.54) 45%, rgba(26, 32, 36, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Craven%20Cottage%20Fulham%20FC%20Stadium%20from%20Across%20The%20River%20Thames.jpg") center / cover;
}

.theme-west-ham {
  --accent: #7a263a;
  --accent-deep: #4b1725;
  --accent-soft: #f5e7eb;
}

.theme-west-ham .hero {
  background:
    linear-gradient(96deg, rgba(75, 23, 37, 0.86), rgba(75, 23, 37, 0.54) 45%, rgba(75, 23, 37, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/London%20Stadium%2008112025%20%281%29.jpg") center / cover;
}

.theme-liverpool {
  --accent: #a51b2b;
  --accent-deep: #67101b;
  --accent-soft: #f7e5e7;
}

.theme-liverpool .hero {
  background:
    linear-gradient(96deg, rgba(103, 16, 27, 0.86), rgba(103, 16, 27, 0.55) 45%, rgba(103, 16, 27, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Anfield%20Main%20Stand%20exterior.jpg") center / cover;
}

.theme-everton {
  --accent: #1458a6;
  --accent-deep: #0b3464;
  --accent-soft: #e5eef9;
}

.theme-everton .hero {
  background:
    linear-gradient(96deg, rgba(11, 52, 100, 0.86), rgba(11, 52, 100, 0.54) 45%, rgba(11, 52, 100, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Hill%20Dickinson%20Stadium%20Exterior.jpg") center / cover;
}

.theme-man-city {
  --accent: #2f78a7;
  --accent-deep: #17415f;
  --accent-soft: #e3f1f8;
}

.theme-man-city .hero {
  background:
    linear-gradient(96deg, rgba(23, 65, 95, 0.86), rgba(23, 65, 95, 0.54) 45%, rgba(23, 65, 95, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Etihad%20Stadium.jpg") center / cover;
}

.theme-man-utd {
  --accent: #b51d2b;
  --accent-deep: #6f111b;
  --accent-soft: #f8e5e6;
}

.theme-man-utd .hero {
  background:
    linear-gradient(96deg, rgba(111, 17, 27, 0.86), rgba(111, 17, 27, 0.55) 45%, rgba(111, 17, 27, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Old%20Trafford%20football%20stadium%20-%20geograph.org.uk%20-%202506804.jpg") center / cover;
}

.theme-villa {
  --accent: #6d2740;
  --accent-deep: #421728;
  --accent-soft: #f5e7ec;
}

.theme-villa .hero {
  background:
    linear-gradient(96deg, rgba(66, 23, 40, 0.86), rgba(66, 23, 40, 0.55) 45%, rgba(66, 23, 40, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Villa%20Park.jpg") center / cover;
}

.theme-croke {
  --accent: #246846;
  --accent-deep: #123d28;
  --accent-soft: #e6f2ea;
}

.theme-croke .hero {
  background:
    linear-gradient(96deg, rgba(18, 61, 40, 0.86), rgba(18, 61, 40, 0.55) 45%, rgba(18, 61, 40, 0.14) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Croke%20park.jpg") center / cover;
}

.landing-title {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 60px);
}

.listing-grid {
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  max-width: 760px;
}

.hero-stat {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stat strong,
.pill strong,
.mini-card strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
}

.lede-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.story-card,
.plan-card,
.mini-card,
.widget-panel {
  border: 1px solid var(--line);
  background: var(--panel);
}

.story-card,
.plan-card,
.widget-panel {
  padding: 22px;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mini-card {
  min-height: 150px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,1)),
    radial-gradient(circle at top right, var(--accent-soft), transparent 45%);
}

.mini-card p {
  margin-top: 10px;
  color: var(--muted);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.pill {
  padding: 10px 12px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.eyebrow-note {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.widget-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 1)),
    radial-gradient(circle at top right, var(--accent-soft), transparent 45%);
}

.widget-panel > * + * {
  margin-top: 14px;
}

.widget-frame {
  min-height: 120px;
  padding: 12px;
  border: 1px solid rgba(24, 35, 29, 0.08);
  background: #fff;
}

.widget-frame span {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 40px rgba(24, 35, 29, 0.18);
}

.cookie-consent p {
  margin: 6px 0 0;
  color: var(--muted);
}

.cookie-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-consent .button.secondary {
  border-color: var(--line);
  color: var(--accent-deep);
}

.cookie-settings {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 6px 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
}

@media (max-width: 900px) {
  .grid.cards-3,
  .grid.cards-2,
  .split,
  .fact-grid,
  .lede-grid,
  .highlights,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .section-note {
    margin-top: 10px;
  }
}

@media (max-width: 760px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
  }

  .navlinks {
    width: 100%;
    gap: 12px;
  }

  .nav-search {
    flex-basis: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .navlinks .header-book {
    margin-left: auto;
  }

  .hero {
    min-height: 76vh;
  }

  .hero-inner {
    padding: 64px 0 52px;
  }

  .hero-copy,
  .lede {
    font-size: 18px;
  }

  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-consent-actions {
    flex-wrap: wrap;
  }

  .search-label {
    font-size: 23px;
  }

  .location-choice {
    align-items: flex-start;
    flex-direction: column;
  }
}
