/* TFL Concepts plc — corporate website stylesheet
   Fonts: Source Serif 4 (headings) and IBM Plex Sans (text), self-hosted in /fonts.
   Colour system: deep teal ink, white paper, limestone tint, brass accent. */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-serif-4-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-serif-4-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-serif-4-400-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-serif-4-400-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #10262b;
  --ink-soft: #1b3a40;
  --teal: #1c4c55;
  --teal-strong: #123940;
  --paper: #ffffff;
  --stone: #eceae3;
  --stone-deep: #dcd8cc;
  --line: #d3d0c6;
  --line-dark: rgba(255, 255, 255, 0.18);
  --mist: #4a5c5f;
  --brass: #8a6a1f;
  --brass-light: #dcbd63;
  --cream: #f4f2ec;
  --mist-light: #b7c3c1;

  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;

  --step--1: clamp(0.92rem, 0.89rem + 0.15vw, 1rem);
  --step-0: clamp(1.03rem, 1rem + 0.2vw, 1.125rem);
  --step-1: clamp(1.18rem, 1.1rem + 0.45vw, 1.4rem);
  --step-2: clamp(1.45rem, 1.25rem + 1vw, 2rem);
  --step-3: clamp(1.85rem, 1.45rem + 2vw, 2.75rem);
  --step-4: clamp(2.35rem, 1.6rem + 3.6vw, 4.3rem);

  --gutter: clamp(1rem, 4vw, 2.5rem);
  --wrap: 74rem;
  --measure: 62ch;
  --section: clamp(3.5rem, 8vw, 7rem);
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.6;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-synthesis: none;
  line-height: 1.15;
  letter-spacing: -0.005em;
  text-wrap: balance;
}
h1 { font-size: var(--step-4); line-height: 1.05; letter-spacing: -0.015em; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.25; }
h4 { font-size: var(--step-0); font-family: var(--sans); font-weight: 600; }
p, ul, ol, dl, figure, blockquote, table { margin: 0; }
p + p { margin-top: 1.1em; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--teal-strong); text-decoration-thickness: 2px; }
strong { font-weight: 600; }
::selection { background: var(--brass-light); color: var(--ink); }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; border-radius: 2px; }
.on-dark :focus-visible, .on-dark:focus-visible { outline-color: var(--brass-light); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: var(--gutter); top: 0; z-index: 200; padding: 0.7rem 1.1rem;
  background: var(--ink); color: var(--cream); font-weight: 600; text-decoration: none;
  transform: translateY(-120%);
}
.skip-link:focus { transform: translateY(0.6rem); color: var(--cream); }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.lede { font-size: var(--step-1); line-height: 1.5; color: var(--mist); max-width: var(--measure); }
.on-dark .lede { color: var(--mist-light); }
.muted { color: var(--mist); }
.prose { max-width: var(--measure); }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { margin-top: 2.2em; font-size: var(--step-2); }
.prose h3 { margin-top: 1.7em; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: 0.45em; }
.prose table { width: 100%; border-collapse: collapse; font-size: var(--step--1); }
.prose th, .prose td { padding: 0.65rem 0.6rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { font-weight: 600; }
.prose code { font-family: "SFMono-Regular", Menlo, Consolas, monospace; font-size: 0.92em; }
.section { padding-block: var(--section); }
.section--stone { background: var(--stone); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--ink a { color: var(--cream); }
.section--ink a:hover { color: var(--brass-light); }
.section-head { max-width: var(--measure); margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head p { margin-top: 1rem; color: var(--mist); }
.section--ink .section-head p { color: var(--mist-light); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 3.1rem; padding: 0.75rem 1.5rem;
  border: 1px solid transparent; border-radius: 2px;
  font: inherit; font-weight: 600; font-size: var(--step-0); line-height: 1.2;
  text-decoration: none; text-align: center; cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.btn--primary { background: var(--teal); color: #fff; }
.btn--primary:hover { background: var(--teal-strong); color: #fff; }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: var(--cream); }
.on-dark .btn--primary, .section--ink .btn--primary { background: var(--brass-light); color: var(--ink); }
.on-dark .btn--primary:hover, .section--ink .btn--primary:hover { background: #e9cf83; color: var(--ink); }
.on-dark .btn--line, .section--ink .btn--line { border-color: var(--cream); color: var(--cream); }
.on-dark .btn--line:hover, .section--ink .btn--line:hover { background: var(--cream); color: var(--ink); }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.link-button { padding: 0; background: none; border: 0; font: inherit; color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; cursor: pointer; }
.link-button:hover { text-decoration-thickness: 2px; }
.arrow-link { display: inline-flex; align-items: center; gap: 0.45rem; font-weight: 600; text-decoration: none; min-height: 2.75rem; }
.arrow-link svg { width: 1.1em; height: 1.1em; transition: transform 0.2s var(--ease-out); }
.arrow-link:hover { text-decoration: underline; }
.arrow-link:hover svg { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}
@supports (backdrop-filter: blur(8px)) {
  .site-header { background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--teal); }
.brand-mark { width: 2.5rem; height: 2.5rem; flex: none; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; line-height: 1; letter-spacing: -0.01em; }
.brand-name small { display: block; margin-top: 0.3rem; font-family: var(--sans); font-weight: 500; font-size: 0.78rem; line-height: 1; letter-spacing: 0.01em; white-space: nowrap; color: var(--mist); }
.nav-toggle { display: none; }
.site-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 0.25rem clamp(0.6rem, 1.8vw, 1.6rem); margin: 0; padding: 0; list-style: none; }
.site-nav a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0 0.15rem; color: var(--ink); font-weight: 500; font-size: 1rem; text-decoration: none; border-bottom: 2px solid transparent; }
.site-nav a:hover { color: var(--teal); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--brass); }
.site-nav .btn { min-height: 2.6rem; padding: 0.4rem 1.1rem; font-size: 0.98rem; border-bottom: 0; }
.site-nav a.btn--primary { color: #fff; }
.site-nav a.btn--primary:hover { color: #fff; }
.site-nav .btn[aria-current="page"] { border-bottom: 0; }
@media (max-width: 56rem) {
  .nav-toggle {
    display: inline-flex; align-items: center; gap: 0.6rem;
    min-height: 2.75rem; padding: 0.4rem 0.75rem; border: 1px solid var(--line); border-radius: 2px;
    background: transparent; color: var(--ink); font: inherit; font-weight: 500; cursor: pointer;
  }
  .nav-toggle-bars { display: grid; gap: 4px; width: 18px; }
  .nav-toggle-bars span { display: block; height: 2px; background: currentColor; transition: transform 0.25s var(--ease-out), opacity 0.2s; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .js .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 0.5rem var(--gutter) 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px -12px rgba(16, 38, 43, 0.25); }
  .js .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li + li { border-top: 1px solid var(--line); }
  .site-nav a { min-height: 3.1rem; width: 100%; padding: 0.5rem 0; border-bottom: 0; }
  .site-nav a[aria-current="page"] { color: var(--teal); box-shadow: inset 3px 0 0 var(--brass); padding-left: 0.75rem; }
  .site-nav li:last-child { padding-top: 0.9rem; border-top: 0; }
  .site-nav .btn { width: 100%; }
  html:not(.js) .site-nav ul { flex-direction: row; flex-wrap: wrap; gap: 0.25rem 1rem; }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(3rem, 7vw, 6rem) clamp(2.5rem, 6vw, 5rem); }
.hero-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero-copy h1 { max-width: 14ch; }
.hero-copy .lede { margin-top: 1.4rem; }
.hero-copy .btn-row { margin-top: 2rem; }
.hero-kicker { display: block; margin-bottom: 1rem; font-family: var(--serif); font-size: var(--step-1); color: var(--brass); font-weight: 600; }
.hero-figure { margin: 0; }
.hero-figure figcaption { margin-top: 0.75rem; font-size: var(--step--1); color: var(--mist); max-width: 40ch; }
@media (min-width: 56rem) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
}

/* Network diagram */
.network { width: 100%; height: auto; font-family: var(--sans); }
.network .ring { fill: none; stroke: var(--line); stroke-width: 1; stroke-dasharray: 3 5; }
.network .spoke { fill: none; stroke: var(--brass); stroke-width: 1.4; stroke-linecap: round; }
.network .tie { fill: none; stroke: var(--teal); stroke-width: 1.2; stroke-linecap: round; opacity: 0.55; }
.network .hub { fill: var(--ink); }
.network .hub-text { fill: var(--cream); font-family: var(--serif); font-weight: 600; font-size: 22px; text-anchor: middle; }
.network .hub-sub { fill: var(--mist-light); font-size: 11.5px; text-anchor: middle; letter-spacing: 0.02em; }
.network .node { fill: var(--paper); stroke: var(--brass); stroke-width: 1.4; }
.network .node-text { fill: var(--ink); font-size: 13.5px; font-weight: 500; text-anchor: middle; }
.network .hotel { fill: var(--stone); stroke: var(--teal); stroke-width: 1.3; }
.network .hotel-text { fill: var(--mist); font-size: 11px; text-anchor: middle; }
.js .network .spoke, .js .network .tie { stroke-dasharray: 400; stroke-dashoffset: 400; animation: draw 1.2s var(--ease-out) forwards; }
.js .network .tie { animation-delay: 0.9s; }
.js .network .node, .js .network .hotel, .js .network .node-text, .js .network .hotel-text { opacity: 0; animation: appear 0.6s var(--ease-out) forwards; }
.js .network .spoke:nth-of-type(2) { animation-delay: 0.08s; }
.js .network .spoke:nth-of-type(3) { animation-delay: 0.16s; }
.js .network .spoke:nth-of-type(4) { animation-delay: 0.24s; }
.js .network .spoke:nth-of-type(5) { animation-delay: 0.32s; }
.js .network .spoke:nth-of-type(6) { animation-delay: 0.4s; }
.js .network .node, .js .network .node-text { animation-delay: 0.7s; }
.js .network .hotel, .js .network .hotel-text { animation-delay: 1.5s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes appear { to { opacity: 1; } }

/* ---------- Facts strip ---------- */
.facts { background: var(--stone); border-block: 1px solid var(--stone-deep); }
.facts dl { display: grid; gap: 1.25rem 2rem; padding-block: 1.5rem; margin: 0; }
.facts div { display: grid; gap: 0.2rem; }
.facts dt { font-size: var(--step--1); color: var(--mist); }
.facts dd { margin: 0; font-family: var(--serif); font-size: var(--step-1); font-weight: 600; line-height: 1.25; }
@media (min-width: 40rem) { .facts dl { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .facts dl { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ---------- Split (copy + image) ---------- */
.split { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split > figure { margin: 0; }
.split > figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; }
.split figcaption { margin-top: 0.6rem; font-size: var(--step--1); color: var(--mist); }
.section--ink figcaption, .on-dark figcaption { color: var(--mist-light); }
.split .prose p { color: var(--ink); }
@media (min-width: 56rem) {
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split--media-right > figure { order: 2; }
}

/* Keep / gain */
.keep-gain { display: grid; gap: 1.5rem; margin-top: clamp(2rem, 4vw, 3rem); }
.keep-gain > div { padding-top: 1rem; border-top: 3px solid var(--ink); }
.keep-gain > div + div { border-top-color: var(--brass); }
.keep-gain h3 { font-size: var(--step-1); }
.keep-gain ul { margin-top: 0.9rem; padding: 0; list-style-type: ""; }
.keep-gain li { display: flex; gap: 0.7rem; padding: 0.5rem 0; border-bottom: 1px solid var(--line); line-height: 1.45; }
.keep-gain li::before { content: ""; flex: none; width: 0.5rem; height: 0.5rem; margin-top: 0.62em; background: var(--ink); border-radius: 50%; }
.keep-gain > div + div li::before { background: var(--brass); }
@media (min-width: 48rem) { .keep-gain { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); } }

/* ---------- Support areas ---------- */
.areas { display: grid; gap: 0 clamp(1.5rem, 4vw, 3rem); margin: 0; padding: 0; list-style-type: ""; border-top: 1px solid var(--line); }
.areas > li { padding: 1.6rem 0 1.8rem; border-bottom: 1px solid var(--line); }
.areas .icon { width: 2rem; height: 2rem; color: var(--teal); }
.areas h3 { margin-top: 1rem; }
.areas p { margin-top: 0.6rem; color: var(--mist); font-size: var(--step--1); line-height: 1.55; }
.areas a { display: inline-block; margin-top: 0.6rem; }
@media (min-width: 40rem) { .areas { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .areas { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.section--ink .areas { border-top-color: var(--line-dark); }
.section--ink .areas > li { border-bottom-color: var(--line-dark); }
.section--ink .areas .icon { color: var(--brass-light); }
.section--ink .areas p { color: var(--mist-light); }

/* Detailed service list (What we do page) */
.services { display: grid; gap: clamp(2rem, 4vw, 3rem); margin: 0; padding: 0; list-style-type: ""; }
.service { display: grid; gap: 1rem 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.service header { display: flex; align-items: center; gap: 0.9rem; }
.service .icon { width: 2.2rem; height: 2.2rem; flex: none; color: var(--teal); }
.service h3 { font-size: var(--step-2); }
.service p { max-width: var(--measure); }
.service ul { margin-top: 0.8rem; padding-left: 1.2em; list-style: disc; color: var(--mist); }
.service li + li { margin-top: 0.35em; }
@media (min-width: 56rem) { .service { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); } .service header { align-items: flex-start; } }

/* ---------- eXo band ---------- */
.exo { position: relative; overflow: hidden; }
.exo .split > figure img { aspect-ratio: 4 / 3; }
.exo-plate { display: inline-block; padding: 0.85rem 1.1rem; background: #fff; border-radius: 2px; }
.exo-plate img { width: 12rem; height: auto; }
.exo h2 { margin-top: 1.6rem; max-width: 18ch; }
.exo .tagline { margin-top: 1.2rem; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: var(--step-1); color: var(--mist-light); }
.exo p.body { margin-top: 1rem; max-width: 52ch; color: var(--cream); }
.exo .btn-row { margin-top: 1.8rem; }

/* Two-column comparison (TFL vs eXo) */
.compare { display: grid; gap: 1.5rem; }
.compare > div { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 2px; background: var(--paper); }
.compare > div:first-child { border-top: 4px solid var(--ink); }
.compare > div:last-child { border-top: 4px solid #205038; }
.compare h3 { font-size: var(--step-2); }
.compare p { margin-top: 0.8rem; }
.compare .role { font-size: var(--step--1); color: var(--mist); }
.compare ul { margin-top: 1rem; padding-left: 1.2em; color: var(--mist); }
.compare li + li { margin-top: 0.35em; }
@media (min-width: 48rem) { .compare { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; } }

/* ---------- Page head (inner pages) ---------- */
.page-head { padding-block: clamp(2.5rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); background: var(--stone); border-bottom: 1px solid var(--stone-deep); }
.page-head h1 { max-width: 16ch; }
.page-head .lede { margin-top: 1.2rem; }
.page-head--plain { background: var(--paper); border-bottom: 1px solid var(--line); }
.crumbs { margin: 0 0 1.25rem; padding: 0; list-style-type: ""; display: flex; flex-wrap: wrap; gap: 0.35rem; font-size: var(--step--1); color: var(--mist); }
.crumbs li + li::before { content: "/"; margin-right: 0.35rem; color: var(--line); }
.crumbs a { color: var(--mist); }

/* ---------- People ---------- */
.people { display: grid; gap: 1.5rem; margin: 0; padding: 0; list-style-type: ""; }
.people li { padding-top: 1rem; border-top: 3px solid var(--ink); }
.people .name { font-family: var(--serif); font-size: var(--step-1); font-weight: 600; }
.people .role { display: block; margin-top: 0.25rem; color: var(--mist); }
@media (min-width: 40rem) { .people { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; } }

/* ---------- Details list ---------- */
.details { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--line); }
.details > div { display: grid; gap: 0.2rem 1.5rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.details dt { font-size: var(--step--1); color: var(--mist); }
.details dd { margin: 0; }
.details address { font-style: normal; }
@media (min-width: 34rem) { .details > div { grid-template-columns: 11rem minmax(0, 1fr); } }

/* Contact page */
.contact-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-grid figure { margin: 0; }
.contact-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; }
.contact-grid figcaption { margin-top: 0.6rem; font-size: var(--step--1); color: var(--mist); }
.contact-card { padding: clamp(1.4rem, 3vw, 2rem); background: var(--stone); border-radius: 2px; }
.contact-card h2 { font-size: var(--step-2); }
.contact-card p { margin-top: 0.7rem; }
.contact-card + .contact-card { margin-top: 1.25rem; }
.contact-card .details { margin-top: 1rem; border-top-color: var(--stone-deep); }
.contact-card .details > div { border-bottom-color: var(--stone-deep); }
@media (min-width: 56rem) { .contact-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); } }

/* ---------- Closing CTA ---------- */
.closing { border-top: 1px solid var(--line); }
.closing .wrap { display: grid; gap: 1.5rem; align-items: center; }
.closing h2 { max-width: 20ch; }
.closing p { margin-top: 0.8rem; color: var(--mist); max-width: 50ch; }
@media (min-width: 56rem) { .closing .wrap { grid-template-columns: minmax(0, 1.4fr) auto; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); padding-block: clamp(2.5rem, 5vw, 4rem) 1.5rem; }
.site-footer a { color: var(--cream); }
.site-footer a:hover { color: var(--brass-light); }
.footer-grid { display: grid; gap: 2rem; }
.footer-brand .brand { color: var(--cream); }
.footer-brand .brand:hover { color: var(--brass-light); }
.footer-brand .brand-name small { color: var(--mist-light); }
.footer-brand p { margin-top: 1rem; max-width: 34ch; color: var(--mist-light); font-size: var(--step--1); }
.footer-brand address { margin-top: 1rem; font-style: normal; font-size: var(--step--1); color: var(--mist-light); line-height: 1.55; }
.site-footer h2 { font-family: var(--sans); font-size: var(--step--1); font-weight: 600; letter-spacing: 0.02em; color: var(--mist-light); }
.footer-links { margin: 0.8rem 0 0; padding: 0; list-style-type: ""; }
.footer-links li + li { margin-top: 0.15rem; }
.footer-links a, .footer-links .link-button { display: inline-block; padding-block: 0.4rem; text-decoration: none; }
.footer-links a:hover, .footer-links .link-button:hover { text-decoration: underline; }
.footer-base { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem 2rem; font-size: var(--step--1); color: var(--mist-light); }
.footer-base a { color: var(--mist-light); }
.footer-base a:hover { color: var(--brass-light); }
@media (min-width: 48rem) { .footer-grid { grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr)); } }

/* ---------- Cookie consent ---------- */
.consent {
  position: fixed; z-index: 100; left: 0; right: 0; bottom: 0;
  margin: 0 auto; max-width: 100%;
  padding: 1.4rem var(--gutter) max(1.4rem, env(safe-area-inset-bottom));
  background: var(--paper); color: var(--ink);
  border-top: 4px solid var(--brass);
  box-shadow: 0 -12px 40px -16px rgba(16, 38, 43, 0.35);
  max-height: 90vh; overflow: auto;
}
@media (min-width: 40rem) {
  .consent { left: 1.25rem; right: auto; bottom: 1.25rem; width: min(100% - 2.5rem, 34rem); padding: 1.6rem 1.75rem; border: 1px solid var(--line); border-top: 4px solid var(--brass); border-radius: 2px; }
}
.consent h2 { font-size: var(--step-1); }
.consent h2:focus { outline: none; }
.consent p { margin-top: 0.6rem; font-size: var(--step--1); color: var(--mist); }
.consent-prefs { margin: 1.1rem 0 0; padding: 0; border: 0; display: grid; gap: 0.6rem; }
.consent-prefs[hidden] { display: none; }
.consent-prefs legend { padding: 0; margin-bottom: 0.5rem; font-weight: 600; font-size: var(--step--1); }
.consent-option { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.2rem 1rem; align-items: center; padding-top: 0.7rem; border-top: 1px solid var(--line); }
.consent-option label, .consent-option-name { font-weight: 600; font-size: var(--step--1); }
.consent-option-desc { grid-column: 1 / -1; margin: 0; font-size: 0.92rem; }
.consent-always { font-size: 0.9rem; color: var(--mist); }
.switch { appearance: none; position: relative; width: 3rem; height: 1.7rem; margin: 0; border: 1px solid var(--mist); border-radius: 1rem; background: transparent; cursor: pointer; transition: background-color 0.2s, border-color 0.2s; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--mist); transition: transform 0.2s var(--ease-out), background-color 0.2s; }
.switch:checked { background: var(--teal); border-color: var(--teal); }
.switch:checked::after { transform: translateX(1.3rem); background: #fff; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.2rem; }
.consent-actions .btn { flex: 1 1 9rem; min-height: 2.9rem; padding: 0.5rem 1rem; font-size: 0.98rem; }

/* ---------- Error page ---------- */
.error-page { padding-block: clamp(4rem, 12vw, 9rem); }
.error-page h1 { max-width: 16ch; }
.error-page p { margin-top: 1.2rem; max-width: 50ch; color: var(--mist); }
.error-page .btn-row { margin-top: 2rem; }

/* ---------- Motion and print ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-delay: 0s !important; transition-duration: 0.001ms !important; }
  .js .network .spoke, .js .network .tie { stroke-dashoffset: 0; }
  .js .network .node, .js .network .hotel, .js .network .node-text, .js .network .hotel-text { opacity: 1; }
}
@media print {
  .site-header, .consent, .skip-link, .nav-toggle { display: none; }
  body { color: #000; }
  a { color: #000; }
  .section--ink, .site-footer { background: none; color: #000; }
}
