/* Southbank Legal - shared site styles */
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/montserrat-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/montserrat-latin-500-normal.woff2) format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; font-display: swap; src: url(/assets/fonts/montserrat-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; font-display: swap; src: url(/assets/fonts/montserrat-latin-700-normal.woff2) format("woff2"); }
:root {
  --ink: #111415;
  --ink-soft: #314144;
  --teal: #123f44;
  --teal-dark: #0b2428;
  --brass: #93763f;
  --champagne: #d2b273;
  --ivory: #f7f4ec;
  --paper: #f7f4ec;
  --surface: #fbfdfc;
  --mist: #edf3f1;
  --cloud: #e2eae7;
  --line: #cbd6d2;
  --muted: #526361;
  --danger: #a33c32;
  --success: #176b45;
  --max: 1240px;
  --reading: 760px;
  --radius: 2px;
  --sans: "Montserrat", "Avenir Next", Avenir, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: var(--sans);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

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

a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--teal-dark); }

button, input, select, textarea { font: inherit; }

h1, h2, h3, h4 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.01em;
}

h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); max-width: 15ch; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); max-width: 19ch; }
h3 { font-size: clamp(1.32rem, 2vw, 1.68rem); }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1.1rem; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: .7rem 1rem;
  color: #fff;
  background: var(--teal-dark);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.reading { width: min(100%, var(--reading)); }
.section { padding: 6rem 0; }
.section--compact { padding: 4.5rem 0; }
.section--mist { background: var(--mist); }
.section--ink { color: var(--ivory); background: var(--teal-dark); }
.section--teal { color: #fff; background: var(--teal-dark); }
.section--ink h2, .section--ink h3, .section--teal h2, .section--teal h3 { color: var(--ivory); }

.eyebrow {
  margin-bottom: .8rem;
  color: var(--brass);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section--ink .eyebrow, .section--teal .eyebrow { color: var(--champagne); }
.lead { max-width: 61ch; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.section--ink .lead, .section--teal .lead { color: #dbe6e2; }
.intro-heading { margin-bottom: 1.4rem; }
.rule { width: 52px; height: 3px; margin: 0 0 1.5rem; border: 0; background: var(--teal); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(210, 178, 115, .24);
  background: rgba(11, 36, 40, .97);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(4, 18, 20, .12);
}

.nav { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .5rem; color: var(--ivory); text-decoration: none; }
.brand:hover { color: var(--ivory); text-decoration: none; }
.brand-mark { width: 104px; height: 66px; overflow: hidden; flex: none; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: .96; }
.brand-words { display: flex; flex-direction: column; align-items: center; line-height: .9; }
.brand-name { color: var(--ivory); font-family: var(--sans); font-size: 1.35rem; font-weight: 500; letter-spacing: -.035em; }
.brand-tag { align-self: stretch; margin-top: 8px; padding-left: .38em; color: var(--champagne); font-size: .57rem; font-weight: 600; letter-spacing: .38em; text-align: center; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: #dbe6e2; font-size: .82rem; font-weight: 600; letter-spacing: .035em; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--champagne); }
.nav-links .nav-cta { padding: .72rem 1.05rem; border: 1px solid var(--champagne); color: var(--champagne); }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current="page"] { color: var(--teal-dark); background: var(--champagne); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--champagne); transition: transform .18s, opacity .18s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons and text links */
.actions { display: flex; align-items: center; gap: .85rem; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .16s, border-color .16s, color .16s;
}
.btn--primary { border-color: var(--champagne); color: var(--teal-dark); background: var(--champagne); }
.btn--primary:hover { border-color: var(--brass); color: var(--ivory); background: var(--brass); }
.btn--dark { border-color: var(--ink); color: #fff; background: var(--ink); }
.btn--dark:hover { border-color: var(--teal); color: #fff; background: var(--teal); }
.btn--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--outline:hover { color: #fff; background: var(--ink); }
.btn--light { border-color: #fff; color: var(--ink); background: #fff; }
.btn--light:hover { border-color: #9dd1cc; background: #9dd1cc; }
.btn:disabled { cursor: wait; opacity: .62; }
.text-link { font-weight: 600; text-decoration-thickness: 1px; }

/* Home hero */
.home-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(210, 178, 115, .28);
  background: var(--teal-dark) url("/assets/img/southbank-night-hero.jpg") center center / cover no-repeat;
}

.home-hero--plain { background-image: linear-gradient(135deg, #0b2428 0%, #123f44 58%, #081a1d 100%); }

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 27, .98) 0%, rgba(8, 29, 32, .91) 35%, rgba(9, 32, 35, .58) 62%, rgba(8, 23, 26, .16) 100%),
    linear-gradient(0deg, rgba(4, 17, 19, .68) 0%, transparent 42%);
}
.home-hero__inner { position: relative; z-index: 2; padding-top: 7.6rem; padding-bottom: 5.5rem; }
.home-hero__brand { margin-bottom: 1.4rem; color: var(--champagne); font-size: .75rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.home-hero h1 { max-width: 13ch; margin-bottom: 1.45rem; color: var(--ivory); font-size: clamp(2.9rem, 5.5vw, 4.75rem); font-weight: 500; letter-spacing: -.02em; }
.home-hero .lead { max-width: 48ch; color: #e0e9e6; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.home-hero .actions { margin-top: 2rem; }
.home-hero .btn--outline { border-color: rgba(247, 244, 236, .78); color: var(--ivory); }
.home-hero .btn--outline:hover { border-color: var(--ivory); color: var(--teal-dark); background: var(--ivory); }
.home-hero__focus { display: flex; gap: 0; margin: 3.7rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgba(247, 244, 236, .26); list-style: none; }
.home-hero__focus li { padding: 0 1.4rem; border-left: 1px solid rgba(210, 178, 115, .42); color: #dbe6e2; font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.home-hero__focus li:first-child { padding-left: 0; border-left: 0; }
.home-hero__accent { position: absolute; z-index: 2; right: 0; bottom: 0; width: 38%; height: 5px; background: var(--champagne); }

/* Interior hero */
.page-hero { position: relative; overflow: hidden; padding: 5.5rem 0 5rem; border-bottom: 1px solid rgba(210, 178, 115, .25); color: var(--ivory); background: var(--teal-dark); }
.page-hero h1 { margin-bottom: 1.1rem; color: var(--ivory); font-size: clamp(2.3rem, 4vw, 3.6rem); }
.page-hero .lead { color: #dbe6e2; }
.page-hero .eyebrow { color: var(--champagne); }
.page-hero__art { position: absolute; right: -80px; bottom: -120px; width: min(55vw, 760px); filter: brightness(0) invert(1); opacity: .09; pointer-events: none; }

/* Layouts */
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.split--balanced { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.statement { max-width: 34ch; font-family: var(--sans); font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 500; line-height: 1.35; letter-spacing: -.015em; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.detail-list .number { color: var(--brass); font-family: var(--serif); font-size: 1.15rem; }
.detail-list strong { display: block; margin-bottom: .2rem; }

.practice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 3rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.practice-item { min-height: 220px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.practice-item:hover { position: relative; z-index: 1; border-color: rgba(147, 118, 63, .55); box-shadow: 0 18px 36px rgba(11, 36, 40, .08); transform: translateY(-4px); }
.practice-item__number { display: block; margin-bottom: 1.6rem; color: var(--brass); font-family: var(--serif); font-size: 1.05rem; }
.practice-item h3 { margin-bottom: .65rem; }
.practice-item h3 a { color: inherit; text-decoration: none; }
.practice-item h3 a:hover { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; }
.practice-item p { margin: 0; color: var(--muted); }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: rgba(210, 178, 115, .35); }
.audience-item { min-height: 190px; padding: 2rem; background: #10363b; }
.audience-item h3 { margin-bottom: .7rem; }
.audience-item p { color: #cbd5d3; }
.audience-item .audience-link { margin: 1rem 0 0; }
.audience-item .audience-link a { color: var(--champagne); font-size: .82rem; font-weight: 600; text-decoration: none; }
.audience-item .audience-link a:hover { text-decoration: underline; }

/* People */
.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin-top: 3rem; }
.person-card { background: var(--surface); border: 1px solid var(--line); padding: 2.2rem; }
.person-photo { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; border: 3px solid var(--cloud); margin-bottom: 1.4rem; }
.person-card h2 { font-size: clamp(1.45rem, 2vw, 1.8rem); margin-bottom: .2rem; }
.person-role { color: var(--brass); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 1.1rem; }
.person-card p { color: var(--ink-soft); }
.person-meta { margin: 1.2rem 0 0; padding-top: 1.1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }

/* Statute strip on audience pages */
.act-list { margin: 2.2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.act-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.act-list .act-ref { color: var(--brass); font-weight: 600; font-size: .8rem; white-space: nowrap; margin-left: .4rem; }
.act-list .act-ref--full { display: block; margin: .45rem 0 0; white-space: normal; }

.process { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 2rem 2rem 0 0; }
.process-step::before { content: ""; position: absolute; top: -2px; left: 0; width: 44px; height: 3px; background: var(--champagne); }
.process-step h3 { margin-bottom: .55rem; }
.process-step p { color: var(--muted); }

.quote-band { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: center; }
.quote-band h2 { max-width: 19ch; }
.quote-band .actions { justify-content: center; }

/* Services */
.service-index { display: flex; flex-wrap: wrap; gap: .65rem; }
.service-index a { padding: .55rem .75rem; border: 1px solid var(--line); color: var(--teal-dark); background: var(--surface); font-size: .76rem; font-weight: 700; letter-spacing: .025em; text-decoration: none; }
.service-index a:hover { border-color: var(--brass); color: var(--teal-dark); background: var(--mist); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 76px minmax(220px, .75fr) minmax(300px, 1.25fr); gap: 2rem; padding: 2.4rem 0; border-bottom: 1px solid var(--line); }
.service-row { scroll-margin-top: 110px; }
.service-row__number { color: var(--brass); font-family: var(--serif); font-size: 1.1rem; }
.service-row h2 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.service-row p { margin: 0; color: var(--muted); }
.service-row ul { margin: .85rem 0 0; padding-left: 1.15rem; color: var(--ink-soft); }

/* About */
.principles { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.22); }
.principle { display: grid; grid-template-columns: 210px 1fr; gap: 3rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.principle h3 { font-family: var(--sans); font-size: 1rem; font-weight: 600; }
.principle p { margin: 0; color: #cbd5d3; }
.location-mark { position: relative; padding-left: 2rem; }
.location-mark::before { content: ""; position: absolute; top: .25rem; bottom: .25rem; left: 0; width: 4px; background: var(--brass); }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2.5rem 0 0; background: var(--line); }
.fact-grid > div { min-height: 150px; padding: 1.5rem; background: var(--surface); }
.fact-grid dt { margin-bottom: .55rem; color: var(--brass); font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.fact-grid dd { margin: 0; color: var(--ink); font-size: 1.02rem; line-height: 1.55; }

/* Insights and articles */
.post-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.post-card { display: grid; grid-template-columns: 190px 1fr; gap: 2.5rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.post-meta { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.post-card h2 { max-width: 25ch; margin-bottom: .7rem; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.post-card h2 a { color: var(--ink); text-decoration: none; }
.post-card h2 a:hover { color: var(--teal); }
.article { width: min(100% - 40px, var(--reading)); margin-inline: auto; }
.article-header { padding: 5rem 0 3.5rem; border-bottom: 1px solid rgba(210, 178, 115, .25); color: var(--ivory); background: var(--teal-dark); }
.article-header h1 { max-width: 20ch; color: var(--ivory); font-size: clamp(2.1rem, 3.6vw, 3.2rem); }
.article-header .eyebrow { color: var(--champagne); }
.article-header .lead { margin-top: 1.25rem; }
.article-header .lead, .article-header .post-meta { color: #dbe6e2; }
.article-header a { color: var(--champagne); }
.article-body { padding: 4.5rem 0 6rem; }
.article-body h2 { max-width: none; margin: 2.2rem 0 .8rem; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.article-body h3 { margin: 1.7rem 0 .55rem; }
.article-body ul, .article-body ol { padding-left: 1.3rem; }
.article-body li { margin-bottom: .55rem; }
.article-note { margin-top: 2.5rem; padding: 1.4rem 1.5rem; border-left: 4px solid var(--teal); background: var(--mist); }
.article-summary { margin: 0 0 2.4rem; padding: 1.5rem; border-top: 3px solid var(--brass); background: var(--mist); }
.article-summary h2 { margin: 0 0 .75rem; font-size: 1.45rem; }
.article-summary ul { margin: 0; }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 2.5rem; background: var(--line); }
.answer-item { padding: 1.6rem; background: var(--surface); }
.answer-item h3 { margin-bottom: .65rem; font-size: 1.25rem; }
.answer-item p { margin: 0; color: var(--ink-soft); }
.answer-sources { margin-top: 1.5rem; color: var(--muted); font-size: .85rem; }

/* Forms */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.form { max-width: 720px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { margin-bottom: 1.15rem; }
.field label, .field legend { display: block; margin-bottom: .38rem; color: var(--ink); font-size: .9rem; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: .75rem .8rem;
  border: 1px solid #aeb8b6;
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
}
.field textarea { min-height: 170px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(18, 63, 68, .2); border-color: var(--teal); }
.field-hint { margin: .35rem 0 0; color: var(--muted); font-size: .8rem; }
.check-field { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; margin: 1.2rem 0; align-items: start; }
.check-field input { width: 18px; height: 18px; margin-top: .2rem; accent-color: var(--teal); }
.check-field label { color: var(--ink-soft); font-size: .84rem; }
.form-status { min-height: 1.6rem; margin: .85rem 0 0; font-size: .9rem; font-weight: 700; }
.form-status.ok { color: var(--success); }
.form-status.err { color: var(--danger); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-aside { padding: 2rem; border-top: 4px solid var(--teal); background: var(--mist); }
.contact-aside h2 { margin-bottom: 1.4rem; font-size: 1.75rem; }
.contact-aside dl { margin: 0; }
.contact-aside dt { margin-top: 1.2rem; color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-aside dd { margin: .25rem 0 0; }
.contact-warning { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .83rem; }

/* Footer */
.site-footer { padding: 4.5rem 0 2rem; color: #bdc9c5; border-top: 1px solid rgba(210, 178, 115, .18); background: #081a1d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.05fr; gap: 2.5rem; }
.footer-brand { margin-bottom: .7rem; color: var(--ivory); font-family: var(--sans); font-size: 1.75rem; font-weight: 500; letter-spacing: -.035em; }
.footer-lockup { max-width: 34ch; }
.site-footer h2 { color: #fff; font-family: var(--sans); font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .48rem; }
.site-footer a { color: #eef3f1; }
.site-footer a:hover { color: var(--champagne); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.16); color: #8e9b99; font-size: .78rem; }
.legal-note { color: #798684; font-size: .78rem; line-height: 1.55; }

/* Utility */
.muted { color: var(--muted); }
.spacer-top { margin-top: 2rem; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { max-width: none; margin-bottom: 1rem; }

@media (max-width: 980px) {
  .home-hero { min-height: 660px; background-position: 58% center; }
  .home-hero::before { background: linear-gradient(90deg, rgba(6, 24, 27, .97) 0%, rgba(7, 26, 29, .88) 54%, rgba(6, 24, 27, .42) 100%), linear-gradient(0deg, rgba(4, 17, 19, .72) 0%, transparent 48%); }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .split--balanced, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .service-row { grid-template-columns: 52px 1fr; }
  .service-row__detail { grid-column: 2; }
  .quote-band { grid-template-columns: 1fr; gap: 2rem; }
  .quote-band .actions { justify-content: flex-start; }
}

@media (max-width: 780px) {
  .people-grid { grid-template-columns: 1fr; }
  .container { width: min(100% - 32px, var(--max)); }
  .section { padding: 4.5rem 0; }
  .nav { min-height: 74px; }
  .brand-mark { width: 80px; height: 51px; }
  .brand-name { font-size: 1.18rem; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 74px 0 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 1.25rem 24px 2rem;
    background: var(--teal-dark);
  }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links li { width: 100%; border-bottom: 1px solid rgba(247, 244, 236, .16); }
  .nav-links a { display: block; padding: 1rem 0; color: var(--ivory); font-family: var(--sans); font-size: 1.25rem; font-weight: 500; }
  .nav-links .nav-cta { margin-top: 1rem; padding: .85rem 1rem; text-align: center; font-family: var(--sans); font-size: .95rem; }
  .home-hero { min-height: 640px; background-position: 66% center; }
  .home-hero::before { background: linear-gradient(90deg, rgba(5, 22, 25, .96), rgba(7, 28, 31, .72)), linear-gradient(0deg, rgba(4, 17, 19, .8) 0%, transparent 55%); }
  .home-hero__inner { padding-top: 5rem; padding-bottom: 4rem; }
  .home-hero h1 { max-width: 11ch; font-size: clamp(2.8rem, 12vw, 4.35rem); }
  .home-hero .lead { max-width: 35ch; }
  .home-hero__focus { gap: .8rem 1.1rem; flex-wrap: wrap; margin-top: 2.8rem; }
  .home-hero__focus li { padding: 0; border-left: 0; }
  .page-hero { padding: 4rem 0 3.5rem; }
  .page-hero__art { width: 620px; right: -260px; }
  .practice-grid, .audience-grid, .process, .footer-grid { grid-template-columns: 1fr; }
  .answer-grid { grid-template-columns: 1fr; }
  .practice-item { min-height: 0; }
  .audience-grid { gap: 0; }
  .process { gap: 2.2rem; }
  .principle { grid-template-columns: 1fr; gap: .5rem; }
  .post-card { grid-template-columns: 1fr; gap: .8rem; }
  .footer-grid { gap: 2.4rem; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .fact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-row { grid-template-columns: 38px 1fr; gap: 1rem; }
  .service-row__detail { grid-column: 1 / -1; padding-left: 54px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .btn { width: 100%; }
  .home-hero { min-height: 620px; background-position: 70% center; }
  .home-hero__brand { max-width: 30ch; }
  .home-hero__focus { display: none; }
  .contact-aside { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Article subscribe block */
.subscribe { margin-top: 1.6rem; padding: 1.5rem; border-top: 3px solid var(--brass); background: var(--surface); }
.subscribe h3 { margin-bottom: .4rem; font-size: 1.15rem; }
.subscribe p { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.subscribe form { display: flex; gap: .6rem; flex-wrap: wrap; }
.subscribe input[type=email] { flex: 1 1 220px; min-height: 48px; padding: .7rem .8rem; border: 1px solid #aeb8b6; border-radius: 2px; background: #fff; }
.subscribe input[type=email]:focus { outline: 3px solid rgba(18,63,68,.2); border-color: var(--teal); }
.subscribe .btn { flex: 0 0 auto; }
.article-actions { display: flex; gap: 1.4rem; align-items: center; flex-wrap: wrap; margin-top: 1.4rem; }

/* Nav dropdown */
.has-sub { position: relative; }
.sub-menu { position: absolute; z-index: 120; top: 100%; left: -1.1rem; min-width: 264px; margin: 0; padding: .5rem 0;
  list-style: none; background: var(--teal-dark); border: 1px solid rgba(210, 178, 115, .3);
  box-shadow: 0 16px 34px rgba(4, 18, 20, .3); opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s; }
.has-sub:hover .sub-menu, .has-sub:focus-within .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu li { width: 100%; }
.sub-menu a { display: block; padding: .62rem 1.15rem; font-size: .8rem; font-weight: 500; }
.sub-menu a:hover { color: var(--champagne); background: rgba(210, 178, 115, .12); }
.sub-menu .sub-all { border-top: 1px solid rgba(210, 178, 115, .22); margin-top: .35rem; padding-top: .5rem; }

/* Role chooser */
.chooser { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2.2rem; background: var(--line); }
.chooser-card { display: block; padding: 1.9rem 1.7rem; background: var(--surface); color: inherit; text-decoration: none;
  border-top: 3px solid transparent; transition: background .16s ease, border-color .16s ease; }
.chooser-card:hover { color: inherit; background: #fff; border-top-color: var(--brass); }
.chooser-card h3 { margin-bottom: .5rem; font-size: 1.28rem; }
.chooser-card p { margin: 0 0 1rem; color: var(--muted); font-size: .92rem; }
.chooser-go { color: var(--teal); font-size: .8rem; font-weight: 600; }
.chooser-card:hover .chooser-go { text-decoration: underline; }

/* Audience snippets */
.snippet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin-top: 2.6rem; }
.snippet { padding: 2rem; background: var(--surface); border: 1px solid var(--line); }
.snippet h3 { margin-bottom: .6rem; }
.snippet p { color: var(--muted); }
.snippet ul { margin: .9rem 0 1.2rem; padding-left: 1.1rem; color: var(--ink-soft); font-size: .92rem; }
.snippet li { margin-bottom: .4rem; }

@media (max-width: 980px) {
  .chooser, .snippet-grid { grid-template-columns: 1fr; }
  .snippet-grid { gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  .sub-menu { position: static; min-width: 0; margin: 0; padding: 0 0 .4rem 1rem; opacity: 1; visibility: visible;
    transform: none; background: transparent; border: 0; box-shadow: none; }
  .sub-menu li { border-bottom: 0; }
  .sub-menu a { padding: .55rem 0; font-size: 1rem; color: #cbd5d3; }
  .footer-grid { grid-template-columns: 1fr; }
}

.contact-key { display: inline-block; width: 1.1em; color: var(--champagne); font-size: .72rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; }

/* Message us widget */
.msg-widget { position: fixed; z-index: 150; right: 20px; bottom: 20px; display: flex; flex-direction: column-reverse;
  align-items: flex-end; gap: .7rem; font-family: var(--sans); }
.msg-launcher { display: inline-flex; align-items: center; gap: .55rem; padding: .8rem 1.15rem; border: 1px solid var(--champagne);
  color: var(--teal-dark); background: var(--champagne); font-size: .8rem; font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; cursor: pointer; box-shadow: 0 12px 28px rgba(4, 18, 20, .26); transition: background .16s, color .16s; }
.msg-launcher:hover { color: var(--ivory); background: var(--brass); border-color: var(--brass); }
.msg-launcher__icon { display: inline-flex; }
.msg-panel { width: min(360px, calc(100vw - 40px)); max-height: min(560px, calc(100vh - 120px)); overflow-y: auto;
  background: var(--surface); border: 1px solid var(--line); box-shadow: 0 22px 48px rgba(4, 18, 20, .3); }
.msg-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.2rem;
  color: var(--ivory); background: var(--teal-dark); }
.msg-title { margin: 0; font-size: 1rem; font-weight: 600; }
.msg-sub { margin: .25rem 0 0; color: #cbd5d3; font-size: .8rem; line-height: 1.45; }
.msg-close { border: 0; background: transparent; color: var(--champagne); font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 0 .2rem; }
.msg-body { padding: 1.2rem; }
.msg-form label { display: block; margin: .7rem 0 .3rem; font-size: .82rem; font-weight: 600; }
.msg-form label:first-of-type { margin-top: 0; }
.msg-form input, .msg-form textarea { width: 100%; padding: .6rem .7rem; border: 1px solid #aeb8b6; border-radius: 2px; background: #fff; }
.msg-form input:focus, .msg-form textarea:focus { outline: 3px solid rgba(18,63,68,.2); border-color: var(--teal); }
.msg-form textarea { min-height: 96px; resize: vertical; }
.msg-send { width: 100%; margin-top: .9rem; }
.msg-form .form-status { font-size: .82rem; }
.msg-alt { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .45rem; }
.msg-alt p { margin: 0 0 .2rem; color: var(--muted); font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.msg-alt a { font-size: .86rem; }
@media (max-width: 560px) {
  .msg-widget { right: 12px; bottom: 12px; }
  .msg-launcher__label { display: none; }
  .msg-launcher { padding: .85rem; border-radius: 50%; }
}
@media (prefers-reduced-motion: reduce) { .msg-launcher { transition: none; } }

.section--ink .btn--outline, .section--teal .btn--outline { border-color: rgba(247,244,236,.7); color: var(--ivory); }
.section--ink .btn--outline:hover, .section--teal .btn--outline:hover { color: var(--teal-dark); background: var(--ivory); border-color: var(--ivory); }

.msg-widget--superseded { display: none; }

.list-kicker { margin: 0 0 .8rem; color: var(--brass); font-size: .78rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; }
.subscribe input[type=text] { flex: 1 1 130px; min-height: 48px; padding: .7rem .8rem;
  border: 1px solid #aeb8b6; border-radius: 2px; background: #fff; }
.subscribe input[type=text]:focus { outline: 3px solid rgba(18,63,68,.2); border-color: var(--teal); }
.legal-note + .legal-note { margin-top: .65rem; }
