:root {
  --blue-950: #052b51;
  --blue-900: #063d74;
  --blue-800: #0757a5;
  --blue-700: #146cb9;
  --blue-100: #e9f4fd;
  --blue-50: #f4faff;
  --red: #f33442;
  --ink: #10243a;
  --muted: #5e6f81;
  --line: #d9e6f1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 43, 81, 0.14);
  --radius: 18px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: currentColor; }
.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px;
  color: var(--white); background: var(--blue-950); border-radius: 6px;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.topbar { color: #d6ebff; background: var(--blue-950); font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; letter-spacing: .02em; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; transition: color .2s; }
.topbar a:hover { color: var(--white); }
.topbar svg { width: 16px; height: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(217,230,241,.8); backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(5,43,81,.1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Manrope", sans-serif; font-weight: 600; line-height: 1.15; }
.brand img { width: 59px; height: 59px; object-fit: contain; border-radius: 50%; }
.brand span { font-size: .93rem; color: var(--blue-900); }
.brand b { display: block; font-size: 1.06rem; font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 31px; font-size: .93rem; font-weight: 600; }
.primary-nav > a { position: relative; padding-block: 7px; }
.primary-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px;
  background: var(--red); transition: right .25s ease;
}
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 19px !important; color: var(--white); background: var(--blue-800); border-radius: 8px; box-shadow: 0 8px 20px rgba(7,87,165,.2); }
.nav-cta:hover { background: var(--blue-900); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--blue-950); transition: transform .25s, opacity .25s; }

.hero {
  position: relative; min-height: calc(100vh - 120px); overflow: hidden;
  display: grid; align-items: center; color: var(--white);
  background:
    radial-gradient(circle at 18% 22%, rgba(30,137,225,.3), transparent 30%),
    linear-gradient(118deg, var(--blue-950) 0%, #064a8c 62%, #0874c5 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .26;
  background-image: radial-gradient(rgba(255,255,255,.45) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to right, black, transparent 68%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; padding: 92px 0 105px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #c4e5ff; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.eyebrow-blue { color: var(--blue-700); }
.hero h1, h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { max-width: 680px; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 700; }
.hero h1 em { color: #8fd1ff; font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #d9ecfc; font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 36px; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button svg { width: 20px; height: 20px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(243,52,66,.22); }
.button-primary:hover { background: #d92334; box-shadow: 0 16px 34px rgba(243,52,66,.28); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); }
.hero-principles { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #d7eafa; font-size: .83rem; font-weight: 600; }
.hero-principles span { display: inline-flex; align-items: center; gap: 8px; }
.hero-principles span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #74c7ff; }
.hero-visual { position: relative; }
.visual-panel {
  position: relative; min-height: 520px; padding: 34px; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.2); border-radius: 42% 42% 26px 26px;
  background: linear-gradient(155deg, rgba(255,255,255,.19), rgba(255,255,255,.06));
  box-shadow: 0 40px 90px rgba(0,26,51,.32); backdrop-filter: blur(8px);
}
.visual-panel::before { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; background: rgba(255,255,255,.08); }
.visual-kicker { position: absolute; top: 27px; right: 34px; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.logo-stage { position: relative; z-index: 1; width: min(305px, 75%); aspect-ratio: 1; display: grid; place-items: center; }
.logo-stage img { position: relative; z-index: 2; width: 83%; border-radius: 50%; filter: drop-shadow(0 22px 24px rgba(0,31,63,.28)); }
.logo-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.logo-ring::before, .logo-ring::after { content: ""; position: absolute; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(243,52,66,.17); }
.logo-ring::before { width: 10px; height: 10px; top: 15%; right: 11%; }
.logo-ring::after { width: 7px; height: 7px; bottom: 12%; left: 14%; }
.visual-steps { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(3,40,75,.62); }
.visual-steps div { padding: 14px 16px; display: flex; align-items: center; gap: 9px; border-right: 1px solid rgba(255,255,255,.15); }
.visual-steps div:last-child { border-right: 0; }
.visual-steps b { color: #8fd1ff; font-size: .68rem; }
.visual-steps span { font-size: .82rem; font-weight: 700; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; right: -210px; top: -140px; }
.orbit-two { width: 690px; height: 690px; right: -320px; top: -235px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; color: #cce7fb; font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue svg { width: 17px; height: 17px; animation: nudge 2s infinite; }
@keyframes nudge { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(4px); } }

.section { padding: 118px 0; }
.section h2, .contact h2 { color: var(--blue-950); font-size: clamp(2.35rem, 4.2vw, 4.4rem); }
.about { position: relative; overflow: hidden; background: var(--white); }
.about::after { content: "CARE"; position: absolute; right: -22px; top: 92px; color: var(--blue-50); font: 800 clamp(5rem, 14vw, 13rem)/1 "Manrope"; letter-spacing: -.08em; z-index: 0; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: start; }
.about-copy { padding-top: 50px; }
.about-copy p { color: var(--muted); margin: 0 0 20px; }
.about-copy .lead-copy { color: var(--ink); font-size: 1.3rem; line-height: 1.55; }
.text-link { display: inline-flex; gap: 10px; margin-top: 8px; color: var(--blue-800); font-weight: 700; border-bottom: 1px solid var(--blue-800); }
.purpose-grid { position: relative; z-index: 1; margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.purpose-card { min-height: 340px; padding: 31px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.purpose-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.purpose-card-blue { color: var(--white); border-color: var(--blue-800); background: var(--blue-800); }
.card-number { align-self: flex-end; color: #9bb5ca; font: 700 .76rem "Manrope"; }
.purpose-card-blue .card-number { color: #acd9ff; }
.icon-wrap { width: 53px; height: 53px; margin-top: 14px; display: grid; place-items: center; color: var(--blue-800); border-radius: 50%; background: var(--blue-100); }
.purpose-card-blue .icon-wrap { color: var(--white); background: rgba(255,255,255,.15); }
.icon-wrap svg { width: 27px; height: 27px; }
.purpose-card h3 { margin: auto 0 8px; color: var(--blue-950); font: 700 1.35rem "Manrope"; }
.purpose-card-blue h3 { color: var(--white); }
.purpose-card p { margin: 0; color: var(--muted); }
.purpose-card-blue p { color: #d9edff; }

.work { color: var(--white); background: var(--blue-950); }
.work-heading { display: grid; grid-template-columns: 1.1fr .6fr; align-items: end; gap: 90px; }
.work-heading h2 { color: var(--white); }
.work-heading > p { margin: 0 0 9px; color: #bcd4e8; }
.focus-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.focus-card { min-height: 355px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.045); transition: transform .25s, background .25s; }
.focus-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.focus-card-featured { color: var(--blue-950); border-color: var(--white); background: var(--white); }
.focus-card-featured:hover { background: var(--white); }
.focus-index { align-self: flex-end; color: #8db8dc; font-size: .75rem; font-weight: 700; }
.focus-card-featured .focus-index { color: #82a3bd; }
.focus-icon { width: 54px; height: 54px; margin: 26px 0 auto; display: grid; place-items: center; color: #9ed8ff; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); }
.focus-card-featured .focus-icon { color: var(--blue-800); border: 0; background: var(--blue-100); }
.focus-icon svg { width: 27px; height: 27px; }
.focus-card h3 { margin: 27px 0 10px; font: 700 1.28rem/1.25 "Manrope"; }
.focus-card p { margin: 0; color: #bcd4e8; font-size: .94rem; line-height: 1.65; }
.focus-card-featured p { color: var(--muted); }

.approach { background: var(--blue-50); }
.approach-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 110px; align-items: start; }
.approach-intro { position: sticky; top: 120px; }
.approach-intro p:not(.eyebrow) { max-width: 510px; margin: 25px 0 32px; color: var(--muted); }
.approach-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c7d9e8; }
.approach-list li { padding: 31px 5px; display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-bottom: 1px solid #c7d9e8; }
.approach-list > li > span { color: var(--red); font: 700 .77rem "Manrope"; }
.approach-list h3 { margin: 0 0 6px; color: var(--blue-950); font: 700 1.4rem "Manrope"; }
.approach-list p { margin: 0; color: var(--muted); }

.involved { color: var(--white); background: linear-gradient(128deg, #0757a5, #0b73c5); }
.center-heading { max-width: 780px; margin: 0 auto 60px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading h2 { color: var(--white); }
.center-heading > p:last-child { max-width: 640px; margin: 24px auto 0; color: #d8edff; }
.involved-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.involved-card { min-height: 315px; padding: 31px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.26); border-radius: var(--radius); background: rgba(0,44,84,.2); }
.involved-card.featured { color: var(--ink); border-color: var(--white); background: var(--white); transform: translateY(-12px); box-shadow: 0 25px 55px rgba(2,39,73,.2); }
.involved-label { color: #aadaff; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.involved-card.featured .involved-label { color: var(--blue-700); }
.involved-card h3 { margin: 35px 0 12px; font: 700 1.55rem "Manrope"; }
.involved-card p { margin: 0 0 28px; color: #d4e9fb; }
.involved-card.featured p { color: var(--muted); }
.involved-card a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; color: var(--white); font-weight: 700; }
.involved-card.featured a { color: var(--blue-800); }
.involved-card a span { font-size: 1.4rem; transition: transform .2s; }
.involved-card a:hover span { transform: translateX(4px); }

.contact { padding: 110px 0; background: var(--white); }
.contact-shell { overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; border-radius: 24px; background: var(--blue-950); box-shadow: var(--shadow); }
.contact-copy { padding: 62px 52px; color: var(--white); background: linear-gradient(150deg, rgba(10,108,190,.62), rgba(5,43,81,.18)); }
.contact-copy h2 { max-width: 520px; color: var(--white); font-size: clamp(2.3rem, 3.7vw, 3.7rem); }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 37px; color: #d3e8f9; }
.contact-detail { display: flex; align-items: center; gap: 14px; }
.contact-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue-950); border-radius: 50%; background: var(--white); }
.contact-icon svg { width: 23px; height: 23px; }
.contact-detail span { display: block; color: #9fcdf0; font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.contact-detail a { font-weight: 700; overflow-wrap: anywhere; }
.copy-email { margin: 18px 0 0 61px; padding: 0; color: #badaf3; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: .8rem; cursor: pointer; }
.enquiry-form { padding: 57px 54px; background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.enquiry-form label { display: block; margin-bottom: 18px; color: var(--blue-950); font-size: .86rem; font-weight: 700; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); border: 1px solid #cadbe9; border-radius: 7px; background: #fbfdff; outline: none; transition: border-color .2s, box-shadow .2s; }
.enquiry-form textarea { resize: vertical; min-height: 120px; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(20,108,185,.12); }
.button-light { width: 100%; color: var(--white); background: var(--blue-800); }
.button-light:hover { background: var(--blue-900); }
.form-note { margin: 12px 0 0; color: #718092; font-size: .76rem; text-align: center; }

.site-footer { color: #ccdfef; background: #03243f; }
.footer-main { padding: 62px 0 46px; display: grid; grid-template-columns: .8fr 1fr .9fr; gap: 80px; align-items: start; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--white); font: 600 .95rem/1.25 "Manrope"; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; }
.footer-brand b { font-size: 1.08rem; }
.footer-main > p { margin: 5px 0 0; max-width: 390px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links h3 { margin: 0 0 14px; color: var(--white); font: 700 .86rem "Manrope"; }
.footer-links a { display: block; margin: 8px 0; font-size: .88rem; transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { min-height: 69px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .79rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #97c5e8; }
.toast { position: fixed; z-index: 500; left: 50%; bottom: 24px; padding: 11px 18px; color: var(--white); border-radius: 8px; background: var(--blue-950); box-shadow: 0 12px 34px rgba(0,0,0,.22); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .09s; }
.delay-two { transition-delay: .17s; }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 720px); }
  .topbar-inner p { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 53px; height: 53px; }
  .menu-toggle { display: block; position: relative; z-index: 101; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 auto 0; padding: 30px 24px 34px; display: grid; gap: 12px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 28px 50px rgba(5,43,81,.16); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 10px 4px; }
  .nav-cta { margin-top: 5px; padding: 13px 18px !important; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding: 82px 0 100px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-principles, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero h1 { margin-inline: auto; font-size: clamp(3rem, 10vw, 5rem); }
  .hero-visual { max-width: 520px; width: 100%; margin-inline: auto; }
  .visual-panel { min-height: 490px; }
  .scroll-cue { display: none; }
  .section { padding: 92px 0; }
  .about-grid, .work-heading, .approach-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-copy { padding-top: 0; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: 270px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-card { min-height: 320px; }
  .approach-intro { position: static; }
  .involved-grid { grid-template-columns: 1fr; }
  .involved-card.featured { transform: none; }
  .contact-shell { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px); }
  .topbar { display: none; }
  html { scroll-padding-top: 74px; }
  .brand { gap: 9px; }
  .brand img { width: 48px; height: 48px; }
  .brand span { font-size: .77rem; }
  .brand b { font-size: .88rem; }
  .primary-nav { inset-block-start: 72px; }
  .hero-grid { padding: 65px 0 76px; }
  .hero h1 { font-size: clamp(2.72rem, 14.5vw, 4rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-principles { gap: 12px; font-size: .75rem; }
  .visual-panel { min-height: 390px; padding: 20px; border-radius: 38% 38% 22px 22px; }
  .logo-stage { width: 245px; max-width: 77%; }
  .visual-kicker { right: 24px; top: 21px; }
  .visual-steps { left: 13px; right: 13px; bottom: 13px; }
  .visual-steps div { padding: 11px 8px; gap: 5px; justify-content: center; }
  .visual-steps span { font-size: .72rem; }
  .section { padding: 76px 0; }
  .section h2, .contact h2 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .about::after { top: 120px; }
  .purpose-grid { margin-top: 50px; }
  .purpose-card { min-height: 285px; padding: 26px; }
  .work-heading { gap: 22px; }
  .focus-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .focus-card { min-height: 300px; }
  .approach-list li { grid-template-columns: 43px 1fr; gap: 9px; }
  .center-heading { margin-bottom: 42px; }
  .involved-card { min-height: 280px; padding: 27px; }
  .contact { padding: 60px 0; }
  .contact-shell { width: 100%; border-radius: 0; }
  .contact-copy, .enquiry-form { padding: 43px 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-detail { align-items: flex-start; }
  .contact-detail a { font-size: .88rem; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-main > p { grid-column: auto; grid-row: auto; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; gap: 6px; }
}

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

@media print {
  .topbar, .site-header, .scroll-cue, .hero-actions, .copy-email, .enquiry-form { display: none; }
  .hero, .work, .involved, .contact-shell { color: var(--ink); background: var(--white); }
  .hero h1, .work h2, .center-heading h2, .contact h2 { color: var(--blue-950); }
}
