/* ==========================================================================
   Museums of Egypt — stylesheet
   Palette is built from Egyptian faience (the turquoise glazed ceramic the
   country invented) set against a darkened gallery wall, with gold leaf used
   only where a real object would carry it.
   ========================================================================== */

/* ---------- 1. Tokens ---------------------------------------------------- */
:root {
  --ink:        #0B2027;
  --ink-2:      #12333C;
  --ink-3:      #17414C;
  --lapis:      #16324F;
  --faience:    #3FC0B8;
  --faience-d:  #1D8C8A;
  --ochre:      #D9A441;
  --alabaster:  #F2EFE7;
  --sand:       #C9BFA8;
  --stone:      #7C8D90;

  --fg:         #EAF2F1;
  --fg-dim:     #A9BFBF;
  --line:       rgba(63, 192, 184, .22);
  --line-soft:  rgba(234, 242, 241, .10);

  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --body:    "Karla", "Helvetica Neue", Arial, sans-serif;
  --mono:    "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;

  --maxw: 1180px;
  --gut: clamp(20px, 5vw, 56px);
  --r: 2px;

  --shadow: 0 18px 50px -22px rgba(0, 0, 0, .85);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- 2. Reset ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--fg);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--faience); text-decoration: none; }
a:hover { color: var(--ochre); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -.015em; }
p { margin: 0 0 1.05em; }
ul, ol { margin: 0 0 1.05em; padding-left: 1.25em; }
li { margin-bottom: .4em; }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 3px; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--ochre); color: #14202b; padding: 10px 18px; font-family: var(--mono);
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- 3. Shared type devices --------------------------------------- */
/* Accession-style line — museums really do label objects this way. */
.acc {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faience);
  margin: 0 0 14px;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.acc::before {
  content: ""; width: 9px; height: 9px; flex: none;
  background: var(--ochre); transform: rotate(45deg);
}
.acc--plain::before { display: none; }

.h-xl { font-size: clamp(2.6rem, 7vw, 5.1rem); }
.h-lg { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.h-md { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: var(--fg-dim); max-width: 62ch; }
.muted { color: var(--fg-dim); }
.mono-note { font-family: var(--mono); font-size: 12.5px; letter-spacing: .04em; color: var(--stone); }

/* ---------- 4. Header ---------------------------------------------------- */
.topline {
  background: var(--ink-2);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fg-dim);
}
.topline .wrap { display: flex; justify-content: space-between; gap: 16px; padding-block: 9px; }
.topline span { white-space: nowrap; }
.topline .hide-sm { display: none; }

.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11, 32, 39, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; gap: 18px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--fg); }
.brand:hover { color: var(--fg); }
.brand img { width: 38px; height: 38px; }
.brand b {
  font-family: var(--display); font-weight: 600; font-size: 20px;
  letter-spacing: -.02em; display: block; line-height: 1.05;
}
.brand small {
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--faience);
}
.nav-links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav-links a {
  color: var(--fg-dim); padding: 9px 12px; font-size: 15px; border-radius: var(--r);
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-links a:hover { color: var(--fg); background: rgba(63, 192, 184, .1); }
.nav-links a[aria-current="page"] { color: var(--fg); box-shadow: inset 0 -2px 0 var(--ochre); }
.nav-toggle {
  margin-left: auto; background: none; border: 1px solid var(--line); color: var(--fg);
  font-family: var(--mono); font-size: 12px; letter-spacing: .12em; padding: 9px 14px;
  text-transform: uppercase; cursor: pointer; border-radius: var(--r);
}
.nav-toggle:hover { border-color: var(--faience); }

/* ---------- 5. Buttons --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  font-family: var(--mono); font-size: 13px; letter-spacing: .13em; text-transform: uppercase;
  padding: 15px 26px; border-radius: var(--r); border: 1px solid var(--faience);
  background: var(--faience); color: #06171c; cursor: pointer;
  transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}
.btn:hover { background: var(--ochre); border-color: var(--ochre); color: #1b1405; transform: translateY(-2px); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn--ghost { background: transparent; color: var(--fg); border-color: var(--line-soft); }
.btn--ghost:hover { background: transparent; color: var(--ochre); border-color: var(--ochre); }
.btn--wide { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- 6. Sections -------------------------------------------------- */
.band { padding-block: clamp(56px, 8vw, 104px); }
.band--light { background: var(--alabaster); color: #14262b; }
.band--light .lede, .band--light .muted { color: #4c5f63; }
.band--light .acc { color: var(--faience-d); }
.band--lapis { background: var(--lapis); }
.band--tile {
  background: var(--ink-2) url("../img/pattern-faience.svg") repeat;
  background-size: 80px 80px;
}
.band--tile > .wrap { position: relative; }

.head { max-width: 74ch; margin-bottom: clamp(32px, 4vw, 52px); }
.head p:last-child { margin-bottom: 0; }

/* ---------- 7. Hero ------------------------------------------------------ */
.hero { position: relative; overflow: hidden; background: #071319; isolation: isolate; }
.hero-art {
  position: absolute; inset: 0; z-index: -1;
  background: url("../img/hero-gallery.svg") center / cover no-repeat;
  opacity: .62;
  transform: scale(1.04);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, #071319 6%, rgba(7, 19, 25, .82) 46%, rgba(7, 19, 25, .25) 100%);
}
.hero .wrap { padding-block: clamp(76px, 13vw, 154px); }
.hero h1 { max-width: 15ch; }
.hero h1 em {
  font-style: italic; color: var(--ochre);
}
.hero .lede { margin-top: 26px; }
.hero .btn-row { margin-top: 34px; }

.hero-stats {
  display: flex; flex-wrap: wrap; gap: 0 44px; margin-top: 56px;
  border-top: 1px solid var(--line); padding-top: 22px;
}
.hero-stats div { padding-right: 30px; }
.hero-stats b {
  font-family: var(--display); font-size: 2rem; font-weight: 600; display: block; line-height: 1;
  color: var(--fg);
}
.hero-stats span {
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--fg-dim);
}

/* ---------- 8. Signature: the object label plate ------------------------- */
.plates { display: grid; gap: 28px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.plate {
  display: flex; flex-direction: column;
  background: var(--ink-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.plate:hover { border-color: var(--faience); transform: translateY(-4px); }
.plate figure { margin: 0; position: relative; background: #071319; }
.plate figure img { width: 100%; height: 208px; object-fit: cover; }
.plate figure::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 60%;
  background: linear-gradient(to top, rgba(11, 32, 39, .9), transparent);
  pointer-events: none;
}
.plate-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.plate-body h3 { font-size: 1.32rem; margin-bottom: 6px; }
.plate-body h3 a { color: var(--fg); }
.plate-body h3 a:hover { color: var(--ochre); }
.plate-meta {
  font-family: var(--mono); font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--faience); margin-bottom: 12px;
}
.plate-body p { font-size: 15.4px; color: var(--fg-dim); }
.plate-foot {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .07em;
}
.plate-foot b { color: var(--ochre); font-weight: 500; }

.band--light .plate { background: #fff; border-color: rgba(20, 38, 43, .13); }
.band--light .plate-body h3 a { color: #14262b; }
.band--light .plate-body p { color: #4c5f63; }
.band--light .plate-meta { color: var(--faience-d); }
.band--light .plate-foot { border-top-color: rgba(20, 38, 43, .12); }
.band--light .plate-foot b { color: #9a6f12; }

/* ---------- 9. Feature rows ---------------------------------------------- */
.split {
  display: grid; gap: clamp(28px, 5vw, 64px);
  grid-template-columns: 1fr; align-items: center;
}
.split figure { margin: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.split--flip .split-media { order: -1; }

.facts { list-style: none; padding: 0; margin: 0; }
.facts li {
  display: grid; grid-template-columns: 132px 1fr; gap: 16px;
  padding: 13px 0; border-top: 1px solid var(--line-soft); margin: 0;
}
.facts li:last-child { border-bottom: 1px solid var(--line-soft); }
.facts dt, .facts b {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--faience); font-weight: 400;
}
.band--light .facts li { border-color: rgba(20, 38, 43, .12); }
.band--light .facts b { color: var(--faience-d); }

/* ---------- 10. Table ---------------------------------------------------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line-soft); border-radius: var(--r); }
table.reg { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 15px; }
table.reg th, table.reg td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line-soft); }
table.reg th {
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--faience); font-weight: 400; background: rgba(63, 192, 184, .07);
}
table.reg tbody tr:hover { background: rgba(63, 192, 184, .06); }
table.reg td:first-child { font-family: var(--display); font-size: 17px; }
.band--light table.reg th { color: var(--faience-d); background: rgba(29, 140, 138, .09); }
.band--light table.reg th, .band--light table.reg td { border-color: rgba(20, 38, 43, .12); }

/* ---------- 11. Forms ---------------------------------------------------- */
.form-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
.form-card {
  background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: var(--r);
  padding: clamp(22px, 3.4vw, 34px);
}
.form-card + .form-card { margin-top: 22px; }
.form-card > h2 { font-size: 1.35rem; margin-bottom: 4px; }
.form-card > .step-hint { color: var(--fg-dim); font-size: 15px; margin-bottom: 24px; }

.row { display: grid; gap: 18px; grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > label, .legend {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--faience);
}
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 16px; color: var(--fg);
  background: #0a2129; border: 1px solid var(--line-soft); border-radius: var(--r);
  padding: 13px 14px; width: 100%;
  transition: border-color .18s var(--ease), background .18s var(--ease);
}
.field textarea { min-height: 108px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(63, 192, 184, .45); }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--faience); background: #0c2831; outline: none;
}
.field input::placeholder, .field textarea::placeholder { color: #5d7377; }
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--faience) 50%),
                    linear-gradient(135deg, var(--faience) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}
.hint { font-size: 13px; color: var(--stone); }
.err {
  font-family: var(--mono); font-size: 12px; letter-spacing: .05em; color: #FF9E7D;
  min-height: 0; display: none;
}
.field.is-invalid input, .field.is-invalid select { border-color: #FF9E7D; }
.field.is-invalid .err { display: block; }

fieldset { border: 0; padding: 0; margin: 0; }
fieldset .legend { display: block; margin-bottom: 12px; }

/* ticket type counters */
.counters { display: grid; gap: 12px; }
.counter {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  border: 1px solid var(--line-soft); border-radius: var(--r); padding: 14px 16px;
  background: #0a2129;
}
.counter-info { flex: 1 1 200px; }
.counter-info b { display: block; font-family: var(--display); font-size: 17px; font-weight: 500; }
.counter-info span { font-size: 13.5px; color: var(--fg-dim); }
.counter-ctrl { display: flex; align-items: center; gap: 6px; }
.counter-ctrl button {
  width: 40px; height: 40px; font-size: 20px; line-height: 1;
  background: transparent; color: var(--faience); border: 1px solid var(--line);
  border-radius: var(--r); cursor: pointer; font-family: var(--body);
}
.counter-ctrl button:hover:not(:disabled) { background: var(--faience); color: #06171c; }
.counter-ctrl button:disabled { opacity: .3; cursor: not-allowed; }
.counter-ctrl output {
  width: 46px; text-align: center; font-family: var(--mono); font-size: 17px; color: var(--fg);
}

.checks { display: grid; gap: 12px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--fg-dim); }
.check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--faience); flex: none; }
.check a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 12. Signature: the live ticket stub -------------------------- */
.stub-col { position: relative; }
.stub {
  position: sticky; top: 92px;
  background: var(--alabaster); color: #14262b;
  border-radius: var(--r);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.stub-top { padding: 24px 26px 18px; }
.stub-top .acc { color: var(--faience-d); margin-bottom: 10px; }
.stub-top h3 { font-size: 1.45rem; color: #14262b; }
.stub-where { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; color: #5d6f73; margin-top: 6px; }

.perf {
  position: relative; height: 22px;
  border-top: 2px dashed rgba(20, 38, 43, .3);
  margin-inline: 26px;
}
.perf::before, .perf::after {
  content: ""; position: absolute; top: -13px; width: 24px; height: 24px;
  background: var(--ink-2); border-radius: 50%;
}
.perf::before { left: -38px; }
.perf::after { right: -38px; }

.stub-lines { padding: 4px 26px 8px; }
.stub-line {
  display: flex; justify-content: space-between; gap: 14px; align-items: baseline;
  font-family: var(--mono); font-size: 13px; padding: 7px 0;
  border-bottom: 1px solid rgba(20, 38, 43, .1);
}
.stub-line span:first-child { color: #5d6f73; letter-spacing: .06em; }
.stub-line span:last-child { text-align: right; color: #14262b; }
.stub-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 18px 26px 8px; gap: 12px;
}
.stub-total span {
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #5d6f73;
}
.stub-total b { font-family: var(--display); font-size: 2.1rem; font-weight: 600; }
.stub-foot { padding: 0 26px 26px; }
.stub-code {
  font-family: var(--mono); font-size: 12px; letter-spacing: .3em; text-align: center;
  padding: 12px 0 0; color: #5d6f73;
}
.barcode { display: flex; gap: 2px; height: 42px; align-items: stretch; margin-top: 14px; }
.barcode i { background: #14262b; flex: 1; }
.barcode i:nth-child(3n) { flex: 2; }
.barcode i:nth-child(4n) { opacity: .25; }

/* ---------- 13. Confirmation --------------------------------------------- */
.confirm {
  border: 1px solid var(--faience); background: rgba(63, 192, 184, .09);
  border-radius: var(--r); padding: clamp(24px, 4vw, 40px); margin-bottom: 28px;
}
.confirm h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 10px; }
.confirm .code {
  font-family: var(--mono); font-size: clamp(1.3rem, 3vw, 1.9rem); letter-spacing: .22em;
  color: var(--ochre); display: block; margin: 18px 0;
}
.is-hidden { display: none !important; }

/* ---------- 14. FAQ / prose ---------------------------------------------- */
details.faq {
  border-top: 1px solid var(--line-soft); padding: 4px 0;
}
details.faq:last-of-type { border-bottom: 1px solid var(--line-soft); }
details.faq summary {
  cursor: pointer; list-style: none; padding: 18px 34px 18px 0; position: relative;
  font-family: var(--display); font-size: 1.14rem;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 15px;
  font-family: var(--mono); font-size: 22px; color: var(--faience);
}
details.faq[open] summary::after { content: "–"; }
details.faq p { padding-right: 34px; color: var(--fg-dim); font-size: 15.5px; }
.band--light details.faq { border-color: rgba(20, 38, 43, .14); }
.band--light details.faq p { color: #4c5f63; }

.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 1.95rem); margin: 46px 0 14px; }
.prose h3 { font-size: 1.16rem; margin: 28px 0 8px; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.15em; }
.prose li { color: var(--fg-dim); }
.prose .updated {
  font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--stone); border-left: 2px solid var(--ochre); padding-left: 14px; margin-bottom: 34px;
}
.toc {
  border: 1px solid var(--line-soft); border-radius: var(--r); padding: 20px 24px; margin-bottom: 40px;
  background: var(--ink-2);
}
.toc ol { margin: 0; padding-left: 1.2em; }
.toc li { color: var(--fg-dim); margin-bottom: .25em; }

/* ---------- 15. Callout -------------------------------------------------- */
.callout {
  border-left: 3px solid var(--ochre); background: rgba(217, 164, 65, .09);
  padding: 18px 22px; border-radius: 0 var(--r) var(--r) 0; margin: 26px 0;
}
.callout p:last-child { margin-bottom: 0; }
.callout strong { color: var(--ochre); }

/* ---------- 16. Cookie banner -------------------------------------------- */
.cookiebar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  max-width: 720px; margin-inline: auto;
  background: var(--alabaster); color: #14262b;
  border-radius: var(--r); box-shadow: var(--shadow);
  padding: 22px 24px;
  transform: translateY(160%);
  transition: transform .45s var(--ease);
}
.cookiebar.is-open { transform: translateY(0); }
.cookiebar h2 { font-size: 1.2rem; margin-bottom: 8px; }
.cookiebar p { font-size: 14.6px; color: #4c5f63; margin-bottom: 16px; }
.cookiebar .btn-row { gap: 10px; }
.cookiebar .btn { padding: 12px 20px; font-size: 12px; }
.cookiebar .btn--ghost { color: #14262b; border-color: rgba(20, 38, 43, .3); }
.cookiebar .btn--ghost:hover { color: #14262b; border-color: #14262b; }

/* ---------- 17. Footer --------------------------------------------------- */
.footer { background: #071319; border-top: 1px solid var(--line); padding-block: 56px 34px; }
.footer-grid {
  display: grid; gap: 34px; grid-template-columns: 1fr;
  padding-bottom: 34px; border-bottom: 1px solid var(--line-soft);
}
.footer h4 {
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--faience); margin-bottom: 14px; font-weight: 400;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; }
.footer li a { color: var(--fg-dim); font-size: 15px; }
.footer li a:hover { color: var(--ochre); }
.footer-note {
  display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between;
  padding-top: 22px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .07em; color: var(--stone);
}

/* ---------- 18. Motion --------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- 19. Breakpoints ---------------------------------------------- */
@media (min-width: 600px) {
  .row--2 { grid-template-columns: 1fr 1fr; }
  .row--3 { grid-template-columns: repeat(3, 1fr); }
  .topline .hide-sm { display: inline; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .split { grid-template-columns: 1.05fr .95fr; }
  .form-grid { grid-template-columns: 1.35fr .65fr; align-items: start; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink-2); border-bottom: 1px solid var(--line); padding: 8px var(--gut) 18px;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 4px; border-bottom: 1px solid var(--line-soft); }
  .nav-links a[aria-current="page"] { box-shadow: none; color: var(--ochre); }
  .stub { position: static; }
}

@media print {
  .nav, .topline, .footer, .cookiebar, .btn-row { display: none !important; }
  body { background: #fff; color: #000; }
}
