/*
Theme Name: Visionary Impact Full Site
Theme URI: https://visionarynetwork.co.uk/
Author: Visionary Network
Description: A complete, accessible WordPress theme for Visionary Network, including service pages, team profiles, insights and enquiries.
Version: 2.3.2
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: visionary-impact-full
*/

:root {
  --ink: #10272a;
  --ink-2: #173b3d;
  --teal: #0e6262;
  --teal-bright: #14817e;
  --green: #82b23d;
  --green-pale: #dceec1;
  --mist: #edf5f2;
  --paper: #f8faf8;
  --white: #ffffff;
  --line: #cadbd5;
  --muted: #5c706f;
  --shadow: 0 20px 50px rgba(10, 47, 49, .12);
  --radius: 20px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); }
h3 { font-size: 1.55rem; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; color: white; background: rgba(8, 35, 37, .96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-logo { width: 218px; height: 76px; object-fit: contain; padding: 4px 8px; background: white; border-radius: 8px; }
.brand-mark { position: relative; display: block; width: 61px; height: 54px; overflow: hidden; background: #050908; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.brand-mark img { width: auto; max-width: none; height: 54px; transform: translateX(-18px); }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font: 600 1.18rem/1.1 Georgia, serif; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: #add1c8; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.site-nav li { margin: 0; }
.site-nav a { padding: 10px 12px; color: #d8e8e4; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-nav a:hover, .site-nav a.is-active { color: white; background: rgba(255,255,255,.1); }
.site-nav .current-menu-item > a, .site-nav .current-menu-ancestor > a { color: white; background: rgba(255,255,255,.1); }
.site-nav .nav-cta-item > a { margin-left: 8px; padding-inline: 18px; color: #092c2d; background: var(--green-pale); }
.site-nav .nav-cta-item > a:hover, .site-nav .nav-cta-item.current-menu-item > a { color: #061e1f; background: white; }
.menu-toggle { display: none; padding: 9px 14px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: white; color: var(--ink); }
.hero { position: relative; min-height: 730px; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: white; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.06); }
.hero-shade { background: linear-gradient(90deg, rgba(5,29,31,.94) 0%, rgba(5,29,31,.8) 43%, rgba(5,29,31,.24) 74%, rgba(5,29,31,.35) 100%), linear-gradient(0deg, rgba(5,29,31,.45), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-block: 120px 92px; }
.hero-copy { max-width: 850px; }
.hero h1 { max-width: 920px; margin-bottom: 28px; }
.hero-lede { max-width: 720px; margin-bottom: 34px; color: #dcebe7; font-size: 1.25rem; }
.eyebrow { margin-bottom: 16px; color: var(--teal); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.light { color: #b9e39a; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary { color: #09292a; background: var(--green-pale); }
.button-primary:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(6,35,37,.2); }
.button-outline { color: var(--teal); border-color: var(--teal); background: transparent; }
.button-dark { color: white; background: var(--ink); }
.button-white { color: var(--ink); background: white; }
.trust-strip { color: white; background: var(--teal); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { margin: 0; padding: 22px 28px; border-left: 1px solid rgba(255,255,255,.22); }
.trust-grid p:last-child { border-right: 1px solid rgba(255,255,255,.22); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .95rem; }
.trust-grid span { color: #cae2dd; font-size: .83rem; }

.section { padding-block: 100px; }
.section-tint { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 1.08rem; }
.section-heading.compact { align-items: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: .25s ease; }
.service-card::after { content: ""; position: absolute; right: -38px; bottom: -58px; width: 140px; height: 140px; border: 22px solid var(--mist); border-radius: 50%; transition: .3s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--teal-bright); box-shadow: var(--shadow); }
.service-card:hover::after { border-color: var(--green-pale); transform: scale(1.12); }
.service-card.feature-card { color: white; background: var(--teal); border-color: var(--teal); }
.service-card.feature-card::after { border-color: rgba(255,255,255,.1); }
.service-card.tax-increase-card { background: linear-gradient(145deg, #f2f8e9, #e5f1dc); border-color: #b8d596; }
.service-card.tax-increase-card::after { border-color: rgba(14,98,98,.12); }
.card-number { color: var(--green); font-weight: 900; font-size: .78rem; letter-spacing: .12em; }
.service-card h3 { margin: 40px 0 14px; max-width: 260px; }
.service-card p { color: var(--muted); }
.service-card.feature-card p { color: #d7e9e4; }
.text-link { position: relative; z-index: 2; margin-top: auto; color: var(--teal); font-weight: 850; text-decoration: none; }
.feature-card .text-link { color: var(--green-pale); }
.text-link::after { content: " →"; }
.split-panel { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 540px; overflow: hidden; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.split-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.team-image img { object-position: center; }
.split-copy { padding: 70px 62px; }
.split-copy h2 { font-size: clamp(2.2rem, 3.6vw, 3.6rem); }
.split-copy > p:not(.eyebrow) { color: var(--muted); }
.split-copy .quote { padding-left: 20px; border-left: 4px solid var(--green); color: var(--ink); font-family: Georgia, serif; font-size: 1.2rem; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; background: white; border-top: 5px solid var(--teal); box-shadow: 0 12px 35px rgba(10,47,49,.08); }
.insight-card span { color: var(--teal); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.insight-card h3 { margin: 40px 0 16px; }
.insight-card p { color: var(--muted); }
.insight-card a { margin-top: auto; color: var(--teal); font-weight: 800; }
.cta-band { padding-block: 74px; color: white; background: linear-gradient(115deg, var(--teal) 0%, #0c494d 70%, var(--ink) 100%); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { max-width: 780px; margin: 0; font-size: clamp(2rem, 3.6vw, 3.5rem); }

.page-hero { padding-block: 128px 100px; }
.page-hero h1 { max-width: 1000px; margin-bottom: 28px; color: var(--ink); font-size: clamp(3.4rem, 7.2vw, 6.8rem); }
.page-hero > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.24rem; }
.page-hero .button-row, .page-hero > .button { margin-top: 32px; }
.page-hero-dark { width: 100%; padding-block: 0; color: white; background: radial-gradient(circle at 85% 20%, rgba(130,178,61,.27), transparent 32%), var(--ink); }
.page-hero-dark .shell { padding-block: 128px 108px; }
.page-hero-dark h1 { color: white; }
.page-hero-dark .shell > p:not(.eyebrow) { max-width: 760px; color: #cfe1dd; font-size: 1.24rem; }
.service-list { border-top: 1px solid var(--line); }
.service-list a { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 32px; padding: 36px 10px; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-list a:hover { background: var(--mist); }
.service-list span { color: var(--green); font-size: .8rem; font-weight: 900; }
.service-list h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 3rem); }
.service-list p { margin: 0; color: var(--muted); }
.service-list b { color: var(--teal); font-size: .85rem; }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.process ol { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process li:first-child { border-top: 1px solid var(--line); }
.process li b { color: var(--teal); font: 500 1.45rem Georgia, serif; }
.process li span { color: var(--muted); }

.detail-hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.detail-image, .detail-shade { position: absolute; inset: 0; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.08); }
.detail-shade { background: linear-gradient(90deg, rgba(5,28,30,.94), rgba(5,28,30,.68) 48%, rgba(5,28,30,.12)), linear-gradient(0deg, rgba(5,28,30,.6), transparent); }
.detail-copy { position: relative; z-index: 2; padding-block: 120px 90px; }
.detail-copy h1 { max-width: 1000px; margin-bottom: 24px; font-size: clamp(3.3rem, 6.8vw, 6.5rem); }
.detail-copy > p:not(.eyebrow) { max-width: 730px; color: #d7e8e4; font-size: 1.2rem; }
.detail-copy .button { margin-top: 22px; }
.discussion-hero .detail-image img { object-position: center 46%; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.two-col h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); }
.two-col > div:last-child { color: var(--muted); font-size: 1.08rem; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.deliverable-grid article { padding: 36px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.deliverable-grid h3 { margin-bottom: 13px; }
.deliverable-grid p { margin: 0; color: var(--muted); }
.situation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; counter-reset: situations; }
.situation-grid article { position: relative; min-height: 220px; padding: 34px 34px 32px 92px; background: white; border: 1px solid var(--line); border-radius: var(--radius); counter-increment: situations; }
.situation-grid article::before { content: "0" counter(situations); position: absolute; top: 36px; left: 34px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.situation-grid h3 { margin-bottom: 13px; }
.situation-grid p { margin: 0; color: var(--muted); }
.service-proof { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 100px); padding: clamp(44px, 7vw, 76px); color: white; background: linear-gradient(135deg, var(--ink), #0d5557); border-radius: 28px; box-shadow: var(--shadow); }
.service-proof h2 { max-width: 720px; margin-bottom: 24px; color: white; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.service-proof > div:first-child > p:not(.eyebrow) { margin-bottom: 0; color: #cae0dc; font-size: 1.05rem; }
.proof-points { display: grid; align-content: center; }
.proof-points div { display: grid; gap: 6px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.proof-points div:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.proof-points strong { color: var(--green-pale); font: 500 1.45rem/1.2 Georgia, serif; }
.proof-points span { color: #c5dbd6; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; gap: 7px; padding: 25px 0; border-top: 1px solid var(--line); }
.feature-list strong { color: var(--ink); font: 500 1.4rem/1.2 Georgia, serif; }
.feature-list span { color: var(--muted); }
.outcome-panel { text-align: center; }
.outcome-panel h2 { max-width: 900px; margin: 0 auto 42px; }
.outcome-panel > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.outcome-panel span { padding: 10px 17px; color: var(--teal); background: var(--mist); border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }
.tick-list { padding: 0; list-style: none; }
.tick-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.process-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-cards article { min-height: 260px; padding: 28px; background: var(--mist); border-radius: var(--radius); }
.process-cards b { display: grid; width: 40px; height: 40px; place-items: center; color: white; background: var(--teal); border-radius: 50%; }
.process-cards h3 { margin: 32px 0 12px; }
.process-cards p { color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats div { padding: 30px; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong { display: block; margin-bottom: 10px; color: var(--teal); font: 500 2.1rem Georgia, serif; }
.stats span { color: var(--muted); }
.topic-list { display: flex; flex-wrap: wrap; gap: 12px; }
.topic-list span { padding: 15px 20px; background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; }

.filter-row { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 28px; }
.filter-row button { padding: 9px 16px; color: var(--teal); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.filter-row button.is-selected { color: white; background: var(--teal); border-color: var(--teal); }
.articles-list { border-top: 1px solid var(--line); }
.articles-list article { display: grid; grid-template-columns: 180px 1fr 1.2fr 180px; align-items: start; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.articles-list article > div span, .articles-list time { display: block; font-size: .75rem; }
.articles-list article > div span { color: var(--teal); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.articles-list time { margin-top: 6px; color: var(--muted); }
.articles-list h2 { margin: 0; font-size: 2rem; }
.articles-list p { margin: 0; color: var(--muted); }
.articles-list a { color: var(--teal); font-size: .85rem; font-weight: 800; }
.preview-note { margin-top: 30px; padding: 18px 20px; color: var(--muted); background: #fff7d8; border-left: 4px solid #e2bb3a; }
.about-pathways { padding-block: 70px 24px; }
.about-pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.about-pathway-card { min-height: 310px; display: flex; flex-direction: column; padding: 38px; overflow: hidden; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.about-pathway-card.partnership-card { color: white; background: linear-gradient(135deg, var(--teal), var(--ink)); border-color: var(--teal); }
.about-pathway-card:hover, .about-pathway-card:focus-visible { transform: translateY(-6px); border-color: var(--green); box-shadow: var(--shadow); }
.about-pathway-card:focus-visible { outline: 3px solid rgba(20,129,126,.24); outline-offset: 3px; }
.about-pathway-card h2 { max-width: 560px; margin: 34px 0 16px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.about-pathway-card p { max-width: 640px; color: var(--muted); }
.about-pathway-card.partnership-card p { color: #d5e7e3; }
.about-pathway-card .text-link { margin-top: auto; }
.about-pathway-card.partnership-card .text-link { color: var(--green-pale); }
.team-feature { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.team-feature img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.team-feature > div p:not(.eyebrow) { color: var(--muted); }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.person-card { display: flex; flex-direction: column; min-height: 230px; padding: 28px; color: var(--ink); text-decoration: none; background: white; border-top: 4px solid var(--teal); box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.person-card:hover, .person-card:focus-visible { transform: translateY(-5px); border-color: var(--green); box-shadow: var(--shadow); }
.person-card:focus-visible { outline: 3px solid rgba(20,129,126,.24); outline-offset: 3px; }
.people-grid h3 { margin-bottom: 6px; }
.people-grid p { margin-bottom: 22px; color: var(--teal); font-weight: 750; }
.people-grid span { color: var(--muted); font-size: .9rem; }
.people-grid .profile-link { margin-top: auto; padding-top: 24px; color: var(--teal); font-weight: 850; }
.people-grid .profile-link::after { content: " \2192"; }
.profile-hero { padding: clamp(54px, 8vw, 100px) 0; color: white; background: linear-gradient(135deg, var(--ink), #0f5356); }
.profile-hero-inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.profile-hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(3.2rem, 7vw, 6.5rem); }
.profile-intro { max-width: 740px; margin-bottom: 0; color: #d7e9e6; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.back-link { display: inline-flex; margin-bottom: 30px; color: var(--green-pale); font-weight: 800; text-decoration: none; }
.back-link:hover { color: white; }
.profile-contact-card { display: grid; gap: 12px; padding: 34px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.profile-contact-card .eyebrow { margin-bottom: 8px; }
.profile-contact-card a { overflow-wrap: anywhere; color: var(--teal); font-weight: 800; }
.profile-contact-card .button { margin-top: 12px; color: var(--ink); }
.profile-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 8vw, 110px); }
.profile-bio h2, .profile-focus h2 { font-size: clamp(2rem, 3vw, 3rem); }
.profile-bio p { color: var(--muted); font-size: 1.05rem; }
.profile-focus { align-self: start; padding: 34px; background: var(--paper); border-top: 4px solid var(--green); }
.profile-focus ul { display: grid; gap: 0; margin: 24px 0 30px; padding: 0; list-style: none; }
.profile-focus li { padding: 13px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.profile-focus .button { width: 100%; text-align: center; }
.next-gen { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.next-gen img { border-radius: var(--radius); filter: grayscale(100%); box-shadow: var(--shadow); }
.partnership-hero .detail-image img { object-position: center 48%; }
.partnership-logo { width: fit-content; max-width: min(290px, 65vw); display: block; margin: 24px 0 30px; padding: 15px 22px; background: rgba(255,255,255,.96); border-radius: 12px; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.partnership-logo img { width: 235px; height: auto; }
.partnership-logo:hover, .partnership-logo:focus-visible { background: white; transform: translateY(-2px); }
.partnership-logo:focus-visible { outline: 3px solid var(--green-pale); outline-offset: 4px; }
.partnership-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 100px); }
.partnership-intro h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); }
.partnership-intro > div:last-child { color: var(--muted); font-size: 1.08rem; }
.partner-strengths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.partner-strengths article { padding: clamp(32px, 5vw, 52px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 35px rgba(10,47,49,.08); }
.partner-strengths article.inbest-strength { border-top: 5px solid var(--green); }
.partner-name { display: inline-flex; padding: 8px 13px; color: var(--teal); background: var(--mist); border-radius: 999px; font-weight: 900; letter-spacing: .02em; }
.partner-strengths h3 { margin: 28px 0 22px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.partnership-independence { max-width: 940px; text-align: center; }
.partnership-independence h2 { margin-inline: auto; }
.partnership-independence p { max-width: 800px; margin: 0 auto 26px; color: var(--muted); font-size: 1.08rem; }
.about-back-link { margin-bottom: 38px; color: var(--teal); }
.surrey-lgr-section { color: white; background: linear-gradient(135deg, var(--teal), var(--ink)); }
.surrey-lgr-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.surrey-lgr-intro { position: sticky; top: 130px; }
.surrey-lgr-intro h2 { max-width: 600px; font-size: clamp(2.3rem, 4.4vw, 4.2rem); }
.surrey-lgr-intro > p:not(.eyebrow) { max-width: 610px; color: #d5e7e3; font-size: 1.08rem; }
.surrey-lgr-intro a { color: white; font-weight: 800; text-underline-offset: 3px; }
.surrey-lgr-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.surrey-lgr-groups article { padding: 32px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); }
.surrey-lgr-groups h3 { margin-bottom: 18px; color: var(--green-pale); font-size: clamp(1.7rem, 2.6vw, 2.35rem); }
.surrey-lgr-groups ul { margin: 0; padding: 0; list-style: none; }
.surrey-lgr-groups li { padding: 12px 0; color: #edf6f3; border-top: 1px solid rgba(255,255,255,.14); }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.client-grid li { min-height: 112px; display: flex; align-items: center; padding: 24px 26px; background: white; border-left: 4px solid var(--teal); border-radius: 8px; box-shadow: 0 8px 24px rgba(10,47,49,.06); font-weight: 750; }
.organisation-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.organisation-list li { padding: 18px 20px; color: var(--ink); background: var(--mist); border-radius: 10px; font-weight: 750; }
.client-note { max-width: 900px; }
.client-note > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-details > p:not(.eyebrow), .contact-details dd { color: var(--muted); }
.contact-details dl { margin-block: 35px; }
.contact-details dl div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--teal); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.contact-details dd { margin: 5px 0 0; }
.contact-details a { color: var(--teal); font-weight: 750; }
.not-profit-note { display: grid; gap: 4px; padding: 20px; color: var(--ink); background: var(--green-pale); border-radius: 12px; }
.contact-form { padding: 42px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { margin-bottom: 22px; }
.form-row label { display: block; margin-bottom: 7px; font-size: .83rem; font-weight: 800; }
.form-row input, .form-row textarea, .form-row select { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { outline: 3px solid rgba(20,129,126,.18); border-color: var(--teal); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.form-status { margin: 0 0 22px; padding: 15px 18px; border-left: 4px solid var(--teal); background: var(--mist); }
.form-status.error { border-color: #a53b32; background: #fff0ee; }
.form-honeypot { position: absolute; left: -9999px; }
.legal-copy { max-width: 800px; margin-inline: auto; }
.legal-copy h2 { margin-top: 50px; font-size: 2rem; }
.legal-copy p { color: var(--muted); }

.site-footer { padding-top: 78px; color: #d3e5e1; background: #071f21; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 80px; }
.brand-footer { color: white; }
.footer-logo { width: 280px; height: auto; padding: 10px 14px; }
.footer-brand > p { max-width: 470px; margin-top: 26px; color: #9dbbb5; }
.footer-grid h2 { margin-bottom: 20px; color: white; font: 800 .75rem/1 sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 10px 0; color: #b5cfca; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-base { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-block: 22px; color: #8aa9a3; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.preview-bar { position: fixed; z-index: 70; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 720px; margin-inline: auto; padding: 13px 16px; color: white; background: rgba(9,45,47,.96); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; box-shadow: 0 15px 50px rgba(0,0,0,.25); font-size: .78rem; }
.preview-bar button { padding: 5px 10px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; cursor: pointer; }
.preview-bar.is-hidden { display: none; }

.post-shell { width: min(850px, calc(100% - 40px)); margin-inline: auto; }
.post-meta { margin-bottom: 24px; color: var(--muted); font-size: .85rem; }
.post-content { padding-block: 70px 100px; }
.post-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.post-content > .alignwide { max-width: 1120px; }
.post-content > .alignfull { max-width: none; }
.post-content p, .post-content li { color: #344d4c; }
.post-content a { color: var(--teal); }
.pagination { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; }
.pagination a { color: var(--teal); font-weight: 800; }
.search-form { display: flex; gap: 10px; max-width: 680px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; }
.no-results { padding-block: 80px; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 96px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 14px; background: var(--ink); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav ul { display: grid; align-items: stretch; }
  .site-nav .nav-cta-item > a { display: block; margin: 5px 0 0; text-align: center; }
  .service-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .split-panel, .team-feature, .next-gen, .two-col, .contact-grid, .process, .profile-hero-inner, .profile-layout, .service-proof, .partnership-intro, .surrey-lgr-feature { grid-template-columns: 1fr; gap: 45px; }
	.surrey-lgr-intro { position: static; }
  .split-image { min-height: 360px; }
  .deliverable-grid, .process-cards, .feature-list { grid-template-columns: repeat(2, 1fr); }
  .people-grid, .client-grid { grid-template-columns: repeat(2, 1fr); }
  .articles-list article { grid-template-columns: 130px 1fr; }
  .articles-list article p, .articles-list article > a { grid-column: 2; }
}

@media (max-width: 660px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .brand-logo { width: 170px; height: 64px; padding: 3px 6px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 52px; height: 46px; }
  .brand-mark img { height: 46px; transform: translateX(-15px); }
  .hero { min-height: 690px; }
  .hero-content { padding-block: 90px 62px; }
  h1, .page-hero h1, .detail-copy h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .trust-grid, .service-grid, .insight-grid, .deliverable-grid, .process-cards, .people-grid, .stats, .footer-grid, .situation-grid, .feature-list, .about-pathway-grid, .partner-strengths, .client-grid, .organisation-list, .surrey-lgr-groups { grid-template-columns: 1fr; }
  .trust-grid p { border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .section { padding-block: 72px; }
  .split-copy, .contact-form { padding: 32px 24px; }
  .situation-grid article { min-height: auto; padding: 72px 24px 28px; }
  .situation-grid article::before { top: 27px; left: 24px; }
  .service-proof { padding: 36px 26px; border-radius: 20px; }
  .service-list a { grid-template-columns: 38px 1fr; gap: 15px; }
  .service-list b { grid-column: 2; }
  .detail-hero { min-height: 650px; }
  .detail-copy { padding-block: 90px 65px; }
  .process li { grid-template-columns: 130px minmax(0, 1fr); }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .articles-list article { grid-template-columns: 1fr; }
  .articles-list article p, .articles-list article > a { grid-column: 1; }
  .cta-inner, .footer-base { align-items: flex-start; flex-direction: column; }
  .cta-inner { display: flex; }
  .footer-grid { gap: 36px; }
  .preview-bar { align-items: flex-start; }
  body.admin-bar .site-header { top: 46px; }
}

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