:root {
  --ink: #18202a;
  --ink-soft: #4b5563;
  --paper: #ffffff;
  --mist: #f5f1ef;
  --line: #e5ddd9;
  --red: #b62c21;
  --red-dark: #6d1712;
  --red-darker: #42100d;
  --gold: #ffbaa6;
  --radius: 1.25rem;
  --shadow: 0 18px 50px rgba(65, 28, 24, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .65rem 1rem; background: #fff; color: var(--ink); border-radius: .5rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.site-shell { min-height: 100vh; overflow: clip; }
.wrap { width: min(100% - 2rem, 80rem); margin: 0 auto; }
.bw-topbar { color: rgba(255,255,255,.78); background: #171b21; font-size: .75rem; letter-spacing: .06em; }
.topbar-inner { min-height: 2.25rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; }
.topbar-inner a { color: #fff; text-decoration: none; }
.topbar-inner a:hover { color: var(--gold); }
.signal { display: inline-block; width: .45rem; height: .45rem; margin-right: .45rem; border-radius: 50%; background: #f15a48; box-shadow: 0 0 0 .22rem rgba(241,90,72,.16); }
.site-header { position: relative; z-index: 20; color: #fff; background: rgba(23,27,33,.98); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 5.75rem; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: auto; height: 3.2rem; }
.legal-menu-toggle { display: none; align-items: center; gap: .65rem; margin-left: auto; padding: .7rem .85rem; color: #fff; font: inherit; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: .5rem; cursor: pointer; }
.legal-menu-toggle-icon,
.legal-menu-toggle-icon::before,
.legal-menu-toggle-icon::after { display: block; width: 1.25rem; height: 2px; background: currentColor; transition: transform .2s ease; }
.legal-menu-toggle-icon { position: relative; }
.legal-menu-toggle-icon::before,
.legal-menu-toggle-icon::after { position: absolute; left: 0; content: ""; }
.legal-menu-toggle-icon::before { top: -.38rem; }
.legal-menu-toggle-icon::after { top: .38rem; }
.site-header.menu-open .legal-menu-toggle-icon { background: transparent; }
.site-header.menu-open .legal-menu-toggle-icon::before { transform: translateY(.38rem) rotate(45deg); }
.site-header.menu-open .legal-menu-toggle-icon::after { transform: translateY(-.38rem) rotate(-45deg); }
.legal-nav { margin-left: auto; }
.legal-nav ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .35rem 1.4rem; padding: 0; margin: 0; list-style: none; }
.legal-nav a { color: rgba(255,255,255,.88); text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .02em; }
.legal-nav a:hover,
.legal-nav a:focus-visible { color: #fff; }
.legal-nav .nav-cta { display: inline-flex; align-items: center; min-height: 2.6rem; padding: .4rem .9rem; color: #fff; background: var(--red); border-radius: .45rem; }
.legal-nav .nav-cta:hover { background: #d84235; }
.legal-hero { position: relative; display: grid; min-height: calc(100vh - 100px); min-height: calc(100svh - 100px); overflow: hidden; color: var(--ink); background: linear-gradient(135deg, #fff 0%, #faf5f2 50%, #f0ddd5 100%); border-bottom: 1px solid var(--line); isolation: isolate; }
.legal-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .38; background-image: linear-gradient(rgba(140,33,25,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(140,33,25,.12) 1px, transparent 1px); background-size: 3rem 3rem; mask-image: linear-gradient(90deg, #000 0%, transparent 85%); }
.legal-hero::after { position: absolute; z-index: -1; right: -10rem; bottom: -18rem; width: 44rem; height: 44rem; content: ""; background: radial-gradient(circle, rgba(182,44,33,.22), rgba(182,44,33,0) 68%); }
.legal-hero-inner { display: flex; width: min(100% - 2rem, 80rem); padding: 5rem 0 4.75rem; margin: 0 auto; align-items: center; }
.legal-hero-copy { max-width: 48rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: #9c261d; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 1.75rem; height: 2px; content: ""; background: currentColor; }
.legal-hero h1 { max-width: 11ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.9rem); line-height: .96; letter-spacing: -.045em; }
.legal-hero p { max-width: 42rem; margin: 1.6rem 0 0; color: var(--ink-soft); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; padding: .6rem 1rem; font-size: .86rem; font-weight: 800; text-decoration: none; border-radius: .45rem; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: #d84235; }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.7); border: 1px solid #d9c8c1; }
.legal-submenu { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--line); }
.legal-submenu-inner { display: flex; gap: .5rem 1.55rem; align-items: center; min-height: 4.25rem; overflow-x: auto; scrollbar-width: thin; }
.legal-submenu a { flex: 0 0 auto; color: #5a4540; font-size: .79rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.legal-submenu a:hover { color: var(--red); }
.legal-content { padding: clamp(3rem, 7vw, 6rem) 0; }
.legal-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 1.25rem; }
.legal-card { grid-column: span 6; scroll-margin-top: 2rem; padding: clamp(1.45rem, 3.4vw, 2.5rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 24px rgba(66,32,28,.055); }
.legal-card.is-wide { grid-column: span 8; }
.legal-card.is-side { grid-column: span 4; color: #fff; background: linear-gradient(135deg, var(--red-dark), var(--red-darker)); border-color: transparent; }
.legal-card h2 { margin: 0 0 1.2rem; color: #9c261d; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.08; letter-spacing: -.025em; }
.legal-card.is-side h2 { color: #fff; }
.legal-card h3 { margin: 1.7rem 0 .7rem; color: #3c2723; font-size: 1.04rem; }
.legal-card p { margin: 0 0 1rem; color: var(--ink-soft); }
.legal-card.is-side p { color: rgba(255,255,255,.85); }
.legal-card a { color: #9c261d; font-weight: 750; text-underline-offset: .16em; }
.legal-card.is-side a { color: #fff; }
.legal-card address { margin: 0; color: var(--ink-soft); font-style: normal; }
.data-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; margin: 1.6rem 0 0; }
.data-list > div { padding: .85rem 0 0; border-top: 1px solid var(--line); }
.data-list dt { margin-bottom: .15rem; color: #7b625a; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.data-list dd { margin: 0; color: var(--ink); font-weight: 700; }
.notice { padding: 1rem; margin-top: 1.35rem !important; color: #7b251e !important; background: #fff0ea; border-left: 3px solid var(--red); border-radius: 0 .5rem .5rem 0; }
.legal-card.is-side .notice { color: rgba(255,255,255,.9) !important; background: rgba(255,255,255,.12); border-color: #ffb6a2; }
.legal-card ul { padding-left: 1.15rem; color: var(--ink-soft); }
.legal-card li + li { margin-top: .35rem; }
.site-footer { color: #fff; background: linear-gradient(135deg, var(--red-dark) 0%, var(--red-darker) 100%); }
.footer-inner { padding: 3.5rem 0 1.7rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 2rem; }
.footer-logo { display: block; width: min(100%, 20rem); height: auto; }
.footer-copy { max-width: 25rem; margin: 1rem 0 0; color: rgba(255,255,255,.78); font-size: .9rem; }
.footer-title { margin: 0 0 .75rem; color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-list { padding: 0; margin: 0; list-style: none; }
.footer-list li + li { margin-top: .45rem; }
.footer-list a { color: #fff; font-size: .88rem; text-decoration: none; }
.footer-list a:hover { color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; padding-top: 1.35rem; margin-top: 2.5rem; color: rgba(255,255,255,.68); font-size: .72rem; border-top: 1px solid rgba(255,255,255,.2); }
.footer-bottom p { max-width: 50rem; margin: 0; }
.footer-bottom a { color: #fff; }
@media (max-width: 1299px) {
  .header-inner { min-height: 5.25rem; }
  .legal-menu-toggle { display: inline-flex; }
  .legal-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 1rem; background: #171b21; border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 1.2rem 2rem rgba(0,0,0,.16); }
  .site-header.menu-open .legal-nav { display: block; }
  .legal-nav ul { align-items: stretch; flex-direction: column; gap: .2rem; }
  .legal-nav a { display: block; padding: .75rem; }
  .legal-nav .nav-cta { justify-content: center; margin-top: .5rem; }
}
@media (max-width: 900px) {
  .legal-card,
.legal-card.is-wide,
.legal-card.is-side { grid-column: span 12; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .wrap,
.legal-hero-inner { width: min(100% - 1.3rem, 80rem); }
  .topbar-inner { justify-content: center; text-align: center; }
  .brand img { height: 2.7rem; }
  .legal-hero-inner { padding: 4rem 0; }
  .legal-hero h1 { max-width: none; }
  .data-list,
.footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .75rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,
*::before,
*::after { transition-duration: .01ms !important; } }


/* Shared navigation colours */
.bw-topbar { color: hsl(40 40% 97%); background: hsl(6 78% 53%); }
.topbar-inner a { color: inherit; }
.topbar-inner a:hover { color: inherit; }
.bw-topbar-phone { color: inherit; font-weight: 700; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }
.bw-topbar-phone:hover,
.bw-topbar-phone:focus-visible { opacity: .76; }
.signal { background: hsl(40 40% 97%); box-shadow: 0 0 0 .22rem hsl(40 40% 97% / .16); }
.site-header { color: hsl(222 22% 13%); background: hsl(40 36% 96% / .95); border-bottom-color: hsl(30 12% 89%); }
.legal-menu-toggle { color: hsl(222 22% 13%); background: transparent; border-color: hsl(30 12% 89%); }
.legal-nav a { color: hsl(222 12% 38%); }
.legal-nav a:hover,
.legal-nav a:focus-visible { color: hsl(222 22% 13%); }
.legal-nav .nav-cta { color: hsl(40 40% 97%); background: hsl(6 78% 53%); }
.legal-nav .nav-cta:hover { background: hsl(10 80% 56%); }
@media (max-width: 1299px) {
  .legal-nav { background: hsl(40 36% 96%); border-bottom-color: hsl(30 12% 89%); }
}
