/* Approved values: project-notes/LBA Colour Reference.pdf. */
@font-face {
  font-family: Inter;
  src: url("../assets/fonts/inter/inter-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0020-00FF, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2197, U+2212, U+FEFF, U+FFFD;
}
/* Additional accented Latin characters load only when content needs them. */
@font-face {
  font-family: Inter;
  src: url("../assets/fonts/inter/inter-latin-extended-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-024F, U+0300-036F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2100-2121, U+2123-214F, U+2194-2196, U+2198-21FF;
}

:root {
  --ink: #243238;
  --teal: #0B6268;
  --green: #A7D33C;
  --blue: #235D78;
  --mist: #EAF3F2;
  --stone: #F5F4EF;
  --paper: #FFFFFF;
  --soft: var(--mist);
  --line: rgba(36, 50, 56, .16);
  --radius: .15rem;
  --section: clamp(5rem, 8vw, 7.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.125rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.container-xl { --bs-gutter-x: clamp(2rem, 5vw, 5rem); }
.row.g-5 { --bs-gutter-x: clamp(2rem, 4vw, 3rem); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 2000; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

h1, h2, h3 { color: var(--ink); font-weight: 600; letter-spacing: -.04em; line-height: 1.04; text-wrap: balance; }
h1 { font-weight: 700; max-width: 14ch; font-size: clamp(3rem, 5.8vw, 5.5rem); }
h2 { max-width: 16ch; font-size: clamp(2.3rem, 4vw, 3.9rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.15; }
p { max-width: 67ch; }
.eyebrow { margin-bottom: 1.4rem; color: var(--teal); font-size: .73rem; font-weight: 600; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 1.5rem; height: 2px; margin: 0 .7rem .2rem 0; background: var(--green); content: ""; }
.eyebrow-light { color: var(--paper); }
.lead-copy { font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.52; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(15px); }
.navbar { min-height: 5.3rem; }
.navbar-brand img { display: block; width: 155px; height: 54px; object-fit: contain; object-position: left center; }
.navbar-nav .nav-link { padding: .65rem .85rem !important; color: var(--ink); font-size: .9rem; font-weight: 600; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus { color: var(--teal); }
.navbar-toggler { min-width: 44px; min-height: 44px; border: 0; }
.navbar-collapse { padding: 1rem 0 1.4rem; border-top: 1px solid var(--line); }
.navbar-nav { align-items: stretch !important; }
.navbar-nav .btn { display: block; margin-top: .6rem; }

.btn { padding: .9rem 1.35rem; border-radius: var(--radius); font-size: .88rem; font-weight: 600; letter-spacing: .01em; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { --bs-btn-color: var(--paper); --bs-btn-hover-color: var(--paper); --bs-btn-active-color: var(--paper); --bs-btn-active-bg: var(--ink); --bs-btn-active-border-color: var(--ink); --bs-btn-disabled-bg: var(--teal); --bs-btn-disabled-border-color: var(--teal); --bs-btn-bg: var(--teal); --bs-btn-border-color: var(--teal); --bs-btn-hover-bg: var(--ink); --bs-btn-hover-border-color: var(--ink); }
.btn-sm { padding: .7rem 1rem; }
.btn-light { --bs-btn-hover-color: var(--ink); --bs-btn-hover-bg: var(--green); --bs-btn-hover-border-color: var(--green); --bs-btn-active-color: var(--ink); --bs-btn-active-bg: var(--green); --bs-btn-active-border-color: var(--green); color: var(--ink); background: white; border-color: white; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; padding-bottom: .22rem; border-bottom: 1px solid var(--teal); color: var(--ink); font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--teal); }

.hero { position: relative; overflow: hidden; padding: 4.5rem 0 clamp(5rem, 8vw, 7rem); border-bottom: 6px solid var(--teal); background-image: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.86)), url("../assets/shared-boundaries.svg"); background-position: center, 60% center; background-size: cover, auto 105%; background-repeat: no-repeat; }
.hero::after { position: absolute; top: 0; right: 8%; display: none; width: 1px; height: 100%; background: rgba(11,98,104,.18); content: ""; pointer-events: none; }
.hero-lead { max-width: 760px; margin-top: 2rem; color: var(--ink); font-size: clamp(1.25rem, 2.2vw, 1.75rem); line-height: 1.5; }
.hero-principle { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 0; border-top: 2px solid var(--teal); border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-principle i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.trust-strip { padding: clamp(2.5rem, 4vw, 3.75rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--stone); }
.trust-strip .eyebrow { max-width: none; letter-spacing: .17em; }
.trust-context { max-width: 55rem; margin: 0; color: var(--ink); font-size: clamp(.96rem, 1.35vw, 1.08rem); line-height: 1.55; }
.client-logo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1rem; margin: clamp(2rem, 3vw, 2.75rem) 0 0; padding: clamp(1.25rem, 2.5vw, 2rem) 0 0; border-top: 1px solid var(--line); list-style: none; }
.client-logo-grid li { display: flex; min-width: 0; min-height: 6rem; align-items: center; justify-content: center; padding: .5rem; }
.client-logo-grid img { display: block; width: 100%; max-width: 180px; height: auto; }

.section { padding: var(--section) 0; }
.surface-soft { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--soft); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading p:last-child { color: var(--ink); }
.challenge-list { margin-bottom: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.challenge-list li { position: relative; padding: 1.4rem 0 1.4rem 2rem; border-bottom: 1px solid var(--line); }
.challenge-list li::before { position: absolute; top: 1.9rem; left: .15rem; width: .55rem; height: .55rem; border-radius: 50%; background: var(--green); content: ""; }
.challenge-list h3 { margin: 0 0 .45rem; font-size: 1.12rem; letter-spacing: -.02em; }
.challenge-list p { max-width: 58ch; margin: 0; color: var(--ink); font-size: .96rem; line-height: 1.55; }
.card-kicker { color: var(--teal); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.closing-line { margin-top: 2rem; padding-left: 1.25rem; border-left: 3px solid var(--green); font-weight: 600; }

.service-card { height: 100%; padding: clamp(2rem, 3vw, 3rem); border-top: 4px solid var(--teal); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: transparent; }
.service-card h3 { margin: 2rem 0 1.4rem; }
.service-card p { color: var(--ink); }
.service-card ul { margin: 2rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { padding: .25rem 0; font-size: .88rem; font-weight: 700; }
.service-card li::before { margin-right: .6rem; color: var(--green); content: "—"; }

.case-list { border-top: 1px solid var(--line); }
.case-row { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; padding: 2.3rem .2rem; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.case-row:hover { padding-right: 1rem; padding-left: 1rem; background: var(--soft); }
.case-row h3 { max-width: 27ch; margin-bottom: .7rem; font-size: clamp(1.4rem, 2.2vw, 2.05rem); }
.case-row p { margin: 0; color: var(--ink); }
.case-row .case-result { max-width: 60ch; color: var(--ink); font-size: clamp(1rem, 1.3vw, 1.12rem); font-weight: 500; line-height: 1.5; }
.case-row .case-result strong { color: var(--ink); }
.case-row blockquote { max-width: 52rem; margin: 1.5rem 0 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--green); background: var(--soft); }
.case-row blockquote p { color: var(--ink); font-size: .92rem; font-weight: 500; line-height: 1.55; }
.case-row blockquote footer { margin-top: .85rem; color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.case-row blockquote footer span { display: block; margin-top: .15rem; color: var(--ink); font-weight: 600; }
.case-meta { padding-top: .2rem; color: var(--ink); font-size: .78rem; font-weight: 600; line-height: 1.5; text-transform: uppercase; }
.case-meta span { color: var(--ink); font-weight: 600; }
.case-arrow { color: var(--teal); font-size: 1.6rem; }

.method-section { color: var(--paper); background: var(--ink); }
.method-section h2 { color: white; font-size: clamp(3.8rem, 7vw, 7rem); }
.method-section h2 em { color: var(--green); font-style: normal; }
.method-intro { margin-bottom: 2.3rem; font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.5; }
.method-steps { border-top: 1px solid rgba(255,255,255,.2); }
.method-steps > div { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.method-steps b { color: var(--green); font-size: .75rem; letter-spacing: .12em; }
.method-steps strong { color: white; }

.image-placeholder, .portrait-placeholder { display: flex; min-height: 380px; flex-direction: column; justify-content: flex-end; padding: 2rem; border-bottom: 6px solid var(--teal); color: var(--ink); background: linear-gradient(145deg, rgba(11,98,104,.14), rgba(11,98,104,.38)); }
.image-placeholder span, .portrait-placeholder span { font-weight: 600; }
.image-placeholder small, .portrait-placeholder small { color: rgba(36,50,56,.72); }
.portrait-placeholder { background: linear-gradient(160deg, var(--stone), var(--mist)); }
.portrait-image { display: block; width: 100%; height: 380px; border-bottom: 6px solid var(--teal); object-fit: cover; object-position: 56% center; }
.visual-panel { position: relative; display: flex; min-height: 380px; align-items: flex-end; overflow: hidden; padding: clamp(2rem, 4vw, 3.25rem); border-bottom: 6px solid var(--teal); }
.contour-panel { background-color: var(--mist); background-image: linear-gradient(145deg, rgba(255,255,255,.28), rgba(11,98,104,.2)), url("../assets/creating-health-contours.svg"); background-position: center; background-size: cover; }
.contour-panel::after { position: absolute; inset: 12%; border-top: 1px solid rgba(11,98,104,.3); border-left: 1px solid rgba(11,98,104,.22); content: ""; }
.contour-panel span { position: relative; z-index: 1; max-width: 7ch; color: var(--ink); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.pull-quote { margin-top: 2rem; color: var(--teal); font-size: 1.25rem; font-weight: 600; }

.engage-card { height: 100%; padding: 2rem 0; border-top: 2px solid var(--ink); }
.engage-card span { color: var(--teal); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.engage-card h3 { margin: 1.2rem 0 1rem; }
.engage-card p { color: var(--ink); }
.conversation-plan { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; margin-top: clamp(3.5rem, 6vw, 5.5rem); padding: clamp(2rem, 4vw, 3.5rem); border-top: 4px solid var(--teal); background: var(--soft); }
.conversation-plan > div h3 { max-width: 12ch; margin: 0; }
.conversation-plan ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.conversation-plan li { display: grid; grid-template-columns: 4.5rem 1fr; gap: .75rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.conversation-plan li > span { padding-top: .15rem; color: var(--teal); font-size: .7rem; font-weight: 600; letter-spacing: .1em; }
.conversation-plan strong { color: var(--ink); font-size: .95rem; }
.conversation-plan li p { margin: .2rem 0 0; color: var(--ink); font-size: .88rem; line-height: 1.5; }
.conversation-plan .btn { grid-column: 1; justify-self: start; }
.thinking-section { position: relative; overflow: hidden; color: var(--paper); background-color: var(--ink); background-image: radial-gradient(circle at 85% 18%, rgba(11,98,104,.24), transparent 30%), linear-gradient(135deg, var(--ink) 0%, var(--ink) 20%, var(--teal) 100%); }
.thinking-section::before { position: absolute; top: 0; right: 7%; width: 34%; height: 100%; border-right: 1px solid rgba(255,255,255,.08); border-left: 1px solid rgba(255,255,255,.08); transform: skewX(-12deg); content: ""; pointer-events: none; }
.thinking-section .container-xl { position: relative; z-index: 1; }
.thinking-section .eyebrow, .thinking-section h2, .thinking-section h3 { color: white; }
.thinking-section .lead-copy { color: var(--paper); }
.thinking-section .text-link { border-color: var(--green); color: white; }
.thinking-intro { padding-bottom: clamp(3rem, 5vw, 4.5rem); }
.thinking-grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.thinking-grid article { padding: clamp(2rem, 3.5vw, 3.25rem); border-bottom: 1px solid rgba(255,255,255,.2); }
.thinking-grid article:last-child { border-bottom: 0; }
.thinking-type { margin: 0 0 .65rem; color: var(--paper); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.thinking-grid h3, .thinking-grid article > p:last-of-type { min-height: 0; }
.thinking-grid a, .planned-link { color: var(--paper); font-size: .75rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.thinking-signup { margin-top: clamp(3rem, 5vw, 4.5rem); padding: clamp(2rem, 4vw, 3.5rem); border-top: 4px solid var(--green); background: rgba(255,255,255,.07); }
.thinking-signup .footer-label { margin-bottom: .7rem; }
.thinking-signup h3 { margin: 0; }
.thinking-signup p { margin-bottom: 1.25rem; }
.newsletter-form label { display: block; margin-bottom: .5rem; color: white; font-size: .85rem; font-weight: 600; }
.newsletter-form-controls { display: flex; gap: .65rem; align-items: stretch; }
.newsletter-form input[type="email"] { min-width: 0; min-height: 52px; flex: 1 1 15rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius); color: var(--ink); background: white; font: inherit; font-size: 1rem; line-height: 1.3; }
.newsletter-form input[type="email"]::placeholder { color: var(--ink); opacity: 1; }
.newsletter-form input[type="email"]:focus { border-color: white; outline: 3px solid var(--green); outline-offset: 2px; }
.newsletter-form .btn { min-height: 52px; flex: 0 0 auto; white-space: nowrap; }
.thinking-signup .newsletter-privacy { max-width: none; margin: .85rem 0 0; color: var(--paper); font-size: .78rem; line-height: 1.5; }
.newsletter-privacy a, .newsletter-provider a { color: white; text-decoration-color: var(--green); text-underline-offset: .2rem; }
.thinking-signup .newsletter-provider { margin: .4rem 0 0; font-size: .72rem; line-height: 1.5; }
.newsletter-provider a { color: var(--paper); }

.final-cta { padding: clamp(5.5rem, 9vw, 8rem) 0; color: var(--paper); background: var(--teal); }
.final-cta h2 { color: white; font-size: clamp(3.2rem, 6vw, 6rem); }
.final-cta .btn { margin-top: 1.5rem; }
.contact-options { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; margin-top: .8rem; }
.contact-address { display: flex; width: max-content; min-height: 24px; align-items: center; color: white; font-size: .8rem; text-decoration-color: var(--paper); text-underline-offset: .25rem; }
.site-footer { padding: clamp(4.5rem, 7vw, 6.5rem) 0 1.75rem; color: var(--paper); background: var(--ink); }
.footer-main { padding-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.footer-logo { width: 92px; }
.footer-statement { max-width: 27rem; margin-top: 2rem; color: white; font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.45; }
.footer-label { margin-bottom: 1.25rem; color: var(--green); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: .72rem; }
.footer-links a { display: inline-flex; min-height: 24px; align-items: center; color: var(--paper); font-size: .9rem; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus { color: white; }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.17); color: var(--paper); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-bottom a { display: inline-flex; min-height: 24px; align-items: center; color: var(--green); text-decoration: none; }
.footer-legal { display: flex; flex-wrap: wrap; gap: .45rem 2rem; margin-top: 1.35rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.1); color: var(--paper); font-size: .64rem; line-height: 1.5; }
.footer-legal a { color: var(--paper); text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus { color: white; }

.legal-page { background: var(--paper); }
.legal-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.legal-header-inner { display: flex; min-height: 5.3rem; align-items: center; justify-content: space-between; gap: 1.5rem; }
.legal-brand img { display: block; width: 180px; height: 54px; object-fit: contain; object-position: left center; }
.legal-back { display: inline-flex; min-height: 44px; align-items: center; gap: .55rem; color: var(--ink); font-size: .88rem; font-weight: 600; text-decoration: none; }
.legal-back:hover, .legal-back:focus { color: var(--ink); }
.legal-hero { padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(3rem, 5vw, 4.5rem); border-bottom: 6px solid var(--teal); background: var(--soft); }
.legal-hero h1 { font-weight: 700; max-width: none; margin: 0; font-size: clamp(3rem, 6vw, 5.2rem); }
.legal-updated { margin: 1.4rem 0 0; color: var(--ink); font-size: .88rem; font-weight: 600; }
.legal-section { padding: clamp(3.5rem, 6vw, 6rem) 0; }
.legal-layout { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
.legal-nav { padding: 1.4rem 0; border-top: 2px solid var(--teal); border-bottom: 1px solid var(--line); }
.legal-nav-label { margin: 0 0 .65rem; color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { display: block; padding: .35rem 0; color: var(--ink); font-size: .9rem; font-weight: 700; text-decoration: none; }
.legal-nav a:hover, .legal-nav a:focus, .legal-nav a[aria-current="page"] { color: var(--ink); }
.legal-nav a[aria-current="page"]::before { margin-right: .45rem; color: var(--green); content: "—"; }
.legal-prose { max-width: 760px; }
.legal-prose > :first-child { margin-top: 0; }
.legal-prose h2 { max-width: none; margin: 3.4rem 0 1.15rem; padding-top: .2rem; font-size: clamp(1.75rem, 3vw, 2.45rem); letter-spacing: -.035em; }
.legal-prose h3 { max-width: none; margin: 2.2rem 0 .8rem; font-size: 1.25rem; letter-spacing: -.025em; }
.legal-prose p, .legal-prose li { color: var(--ink); }
.legal-prose ul { margin: 1rem 0 1.5rem; padding-left: 1.3rem; }
.legal-prose li { margin-bottom: .55rem; padding-left: .25rem; }
.legal-prose a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: .2rem; }
.legal-prose strong { color: var(--ink); }
.legal-notice { margin-top: 2rem; padding: 1.4rem 1.5rem; border-left: 4px solid var(--green); background: var(--soft); }
.legal-notice h3 { margin-top: 0; }
.legal-notice p:last-child { margin-bottom: 0; }
.legal-footer { padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.14); color: var(--paper); background: var(--ink); font-size: .78rem; }
.legal-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; }
.legal-footer a { color: var(--paper); text-decoration: none; }
.legal-footer a:hover, .legal-footer a:focus { color: white; }

.utility-page { display: flex; min-height: 100vh; flex-direction: column; background: var(--paper); }
.utility-page main { display: flex; flex: 1; }
.utility-hero { position: relative; display: flex; width: 100%; align-items: center; overflow: hidden; padding: clamp(4.5rem, 10vw, 8.5rem) 0; border-bottom: 6px solid var(--teal); background-color: var(--soft); background-image: linear-gradient(90deg, rgba(234,243,242,.98), rgba(234,243,242,.84)), url("../assets/shared-boundaries.svg"); background-position: center, center right; background-size: cover, auto 115%; background-repeat: no-repeat; }
.utility-hero::after { position: absolute; top: 0; right: 10%; width: 1px; height: 100%; background: rgba(11,98,104,.16); content: ""; pointer-events: none; }
.utility-content { position: relative; z-index: 1; max-width: 790px; }
.utility-content h1 { font-weight: 700; max-width: none; margin: 0; font-size: clamp(3rem, 7vw, 5.8rem); }
.utility-lead { max-width: 710px; margin: 1.7rem 0 0; color: var(--ink); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; }
.utility-note { max-width: 620px; margin: 1.1rem 0 0; color: var(--ink); font-size: .95rem; }
.utility-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; margin-top: 2.25rem; }
.utility-actions .text-link { min-height: 44px; }

@media (min-width: 768px) {
  body { font-size: 1.125rem; }
  .navbar-brand img { width: 180px; }
  .hero { padding: clamp(6rem, 9vw, 8.5rem) 0 clamp(5rem, 8vw, 7rem); background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 48%, rgba(255,255,255,.72) 77%, rgba(255,255,255,.45) 100%), url("../assets/shared-boundaries.svg"); background-position: center, center right; background-size: cover, auto 115%; }
  .hero::after { display: block; }
  .client-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 1.5rem; }
  .case-row { grid-template-columns: 1fr 3fr; gap: clamp(1.5rem, 4vw, 4rem); }
  .image-placeholder { min-height: 480px; }
  .portrait-placeholder { min-height: 560px; }
  .portrait-image { height: 560px; }
  .visual-panel { min-height: 520px; }
}

@media (min-width: 992px) {
  .navbar-collapse { padding: 0; border-top: 0; }
  .navbar-nav { align-items: center !important; }
  .navbar-nav .btn { display: inline-block; margin-top: 0; }
  .client-logo-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .75rem; }
  .conversation-plan { grid-template-columns: 1.05fr 1.7fr; }
  .conversation-plan .btn { grid-column: 2; }
  .thinking-grid { grid-template-columns: repeat(3, 1fr); }
  .thinking-grid article { border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; }
  .thinking-grid article:last-child { border-right: 0; }
  .thinking-grid h3 { min-height: 2.3em; }
  .thinking-grid article > p:last-of-type { min-height: 5.5em; }
  .legal-layout { grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr); gap: clamp(3rem, 7vw, 7rem); }
  .legal-nav { position: sticky; top: 2rem; }
}

@media (max-width: 767.98px) {
  :root { --section: 4.25rem; }
  .hero { padding-top: 3.75rem; padding-bottom: 4.25rem; }
  .final-cta { padding: 4.5rem 0; }
  .site-footer { padding-top: 3.75rem; }
  .footer-main { padding-bottom: 3rem; }
  .footer-links a, .footer-bottom a, .contact-address { min-height: 44px; }
  .footer-legal { gap: .1rem 1.25rem; font-size: .72rem; }
  .footer-legal a { display: inline-flex; min-height: 44px; align-items: center; }
  .legal-brand img { width: 150px; }
  .legal-back { font-size: .8rem; }
  .legal-footer-inner { align-items: flex-start; flex-direction: column; }
  .utility-hero { align-items: flex-start; background-image: linear-gradient(90deg, rgba(234,243,242,.98), rgba(234,243,242,.9)), url("../assets/shared-boundaries.svg"); background-position: center, 68% center; }
  .utility-hero::after { display: none; }
}

@media (max-width: 575.98px) {
  .newsletter-form-controls { flex-direction: column; }
  .newsletter-form input[type="email"] { width: 100%; flex-basis: auto; }
  .newsletter-form .btn { width: 100%; }
}

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

/* Keyboard focus follows the existing foreground colour on each surface. */
:where(a, button, input):focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.navbar-toggler:focus { outline: 3px solid currentColor; outline-offset: 4px; }
:where(h2, section)[tabindex="-1"]:focus { outline: 2px solid currentColor; outline-offset: 4px; }
.legal-footer a { display: inline-flex; min-height: 24px; align-items: center; }

@media (max-width: 991.98px) {
  .navbar-collapse { max-height: calc(100dvh - 6rem); overflow-y: auto; }
}

/* Evidence uses the supporting blue; existing graphic geometry is retained. */
.case-meta, .case-arrow { color: var(--blue); }
.surface-soft { background: var(--stone); }
.service-card { background: var(--paper); }
.legal-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: .25rem; }
/* Two-colour focus remains visible on white, teal, ink, and gradient surfaces. */
:where(a, button, input):focus-visible, .btn:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--paper);
}
.newsletter-form input[type="email"]:focus { outline-color: var(--paper); }
.thinking-section .footer-label { color: var(--paper); }
.challenge-list p, .case-row blockquote p, .conversation-plan li p,
.utility-note { font-size: 1.0625rem; }
/* Long words reflow at narrow widths and when text is enlarged. */
h1, h2, h3, p, li, a { overflow-wrap: anywhere; }
