﻿:root {
  color-scheme: light;
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: #20211d;
  --muted: #706a5f;
  --line: rgba(32, 33, 29, 0.14);
  --accent: #204b3f;
  --gold: #a9773c;
  --max: 1360px;
}

/* Final layout polish */
:root {
  --max: 1540px;
}

.simple-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-inline: clamp(28px, 4.6vw, 78px);
}

.simple-header nav {
  justify-content: center;
  gap: clamp(22px, 2.2vw, 38px);
}

.simple-brand strong,
.simple-header a {
  font-size: 17px;
}

.simple-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(470px, 0.88fr);
  gap: clamp(46px, 7vw, 110px);
  padding-inline: clamp(28px, 4.6vw, 78px);
  min-height: auto;
  padding-top: 118px;
  padding-bottom: 72px;
}

.eyebrow {
  font-size: clamp(14px, 1.08vw, 18px);
  letter-spacing: 0.075em;
}

.feature-section,
.process-section,
.services-section,
.outcomes-section,
.blogs-section,
.testimonials-section,
.enquiry-band,
.about-section,
.locations-section,
.final-cta,
.visit-section,
.page-content,
.contact-section {
  padding-inline: clamp(28px, 4.6vw, 78px);
}

.services-grid a {
  display: block;
}

.process-grid article {
  position: relative;
}

.outcomes-section {
  grid-template-columns: minmax(0, 0.66fr) minmax(720px, 1.34fr);
}

.outcomes-section .metrics-grid {
  grid-template-columns: repeat(4, 1fr);
}

.blog-grid article {
  padding: 0 0 28px;
}

.blog-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  margin-bottom: 24px;
  transition: transform 420ms ease, filter 420ms ease;
}

.blog-grid span,
.blog-grid h3,
.blog-grid p {
  padding-inline: 28px;
}

.blog-grid article:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

.mega-footer {
  margin-top: 60px;
  padding: 70px clamp(28px, 4.6vw, 78px) 44px;
  color: var(--ink);
  background: #f2f0eb;
  border-top: 1px solid var(--line);
  font-family: Arial, sans-serif;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(220px, 0.6fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: start;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-top h2 {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
}

.footer-top nav {
  display: grid;
  gap: 28px;
  font-size: clamp(22px, 2vw, 34px);
}

.footer-contact h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
}

.footer-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 62px;
  margin-top: 20px;
  padding: 0 30px;
  color: #102018;
  background: #69df5e;
  border-radius: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-button span {
  font-size: 30px;
  line-height: 1;
}

.footer-middle {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: 90px;
}

.footer-middle p {
  margin-bottom: 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  border: 2px solid currentColor;
  border-radius: 8px;
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 70px;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
}

.footer-bottom p,
.footer-bottom span {
  flex-basis: 100%;
  margin: 22px 0 0;
  color: var(--ink);
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 1100px) {
  .outcomes-section,
  .footer-top,
  .footer-middle {
    grid-template-columns: 1fr;
  }

  .outcomes-section .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .simple-header {
    grid-template-columns: 1fr;
  }

  .simple-header nav {
    justify-content: flex-start;
  }

  .simple-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .outcomes-section .metrics-grid {
    grid-template-columns: 1fr;
  }
}

/* Careers page polish */
.careers-page .careers-hero {
  display: flex;
  align-items: center;
  min-height: min(720px, 72vh);
  padding: clamp(138px, 12vw, 174px) clamp(24px, 5vw, 78px) clamp(84px, 7vw, 118px);
  background-position: center 52%;
}

.careers-page .careers-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.42) 100%),
    rgba(255, 255, 255, 0.28);
}

.careers-page .page-hero-inner {
  width: 100%;
}

.careers-page .page-hero-inner h1 {
  max-width: 820px;
}

.careers-page .page-hero-inner p {
  max-width: 700px;
}

.career-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 860px;
  margin: 28px 0 30px;
}

.career-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: #204b3f;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(32, 75, 63, 0.18);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.careers-page .section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 7vw, 112px) clamp(24px, 5vw, 78px);
}

.careers-page .career-intro {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(44px, 6vw, 88px);
}

.careers-page .career-intro > div {
  padding: clamp(26px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(32, 33, 29, 0.1);
  border-radius: 24px;
}

.careers-page .career-intro img {
  aspect-ratio: 1.12;
  border-radius: 24px;
}

.career-workstream {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 20px !important;
}

.career-workstream header {
  grid-column: 1 / -1;
  max-width: 980px;
  margin-bottom: clamp(10px, 2vw, 22px);
}

.career-workstream article {
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border: 1px solid rgba(32, 33, 29, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 54px rgba(32, 33, 29, 0.07);
}

.career-workstream h3 {
  margin-top: 0;
}

.careers-page .career-cards {
  gap: 18px;
  padding-top: 28px;
}

.careers-page .career-cards article {
  padding: clamp(26px, 3.2vw, 42px);
}

.careers-page .career-apply {
  grid-template-columns: minmax(320px, 0.64fr) minmax(0, 1.08fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
  margin-bottom: clamp(24px, 5vw, 60px);
  padding-top: clamp(64px, 6vw, 96px);
}

.careers-page .career-apply > div {
  position: sticky;
  top: 110px;
  padding: clamp(24px, 3vw, 36px);
  background: #f7f3eb;
  border: 1px solid rgba(32, 33, 29, 0.1);
  border-radius: 22px;
}

.simple-hero img.home-advisory-image {
  aspect-ratio: 1.14;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
}

.careers-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}

.career-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.career-intro img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 65px rgba(32, 33, 29, 0.12);
}

.career-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.career-cards article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 42px rgba(32, 33, 29, 0.07);
}

.career-cards span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--accent);
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.career-apply {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.career-form input[type="file"] {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background: #fff;
}

@media (max-width: 980px) {
  .career-intro,
  .career-apply,
  .career-cards {
    grid-template-columns: 1fr;
  }
}

.footer-cover-banner {
  width: min(1180px, 100%);
  margin: 0 auto clamp(44px, 5vw, 76px);
  overflow: hidden;
  border-radius: 8px;
  background: #05070f;
  box-shadow: 0 24px 80px rgba(12, 18, 16, 0.18);
}

.footer-cover-banner picture {
  display: block;
}

.footer-cover-banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 1;
  object-fit: contain;
  object-position: center;
}

.smart-back-link {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  min-height: 42px;
  margin: clamp(14px, 2vw, 24px) 0 0 clamp(16px, 3vw, 48px);
  padding: 0 16px;
  color: #111613;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 22, 19, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(12, 18, 16, 0.16);
  backdrop-filter: blur(14px);
  font-family: var(--brand-nav-font, "Sohne", "Sohne", Arial, sans-serif);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.smart-back-link:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(12, 18, 16, 0.2);
}

.smart-back-link span {
  font-size: 18px;
  line-height: 1;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .footer-cover-banner {
    width: 100%;
    margin-bottom: 34px;
    border-radius: 7px;
  }

  .footer-cover-banner img {
    aspect-ratio: 1000 / 760;
    object-fit: contain;
    object-position: center;
  }

  .smart-back-link {
    margin: 12px 0 0 16px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* Final mobile fit override - keep this at the end */
@media (max-width: 760px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #theme-canvas {
    display: none;
  }

  .simple-header,
  .site-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-height: 0;
    padding: 12px 16px 14px;
  }

  .simple-brand,
  .site-header .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .brand-logo-img,
  .simple-header .brand-logo-img,
  .site-header .brand-logo-img {
    width: min(220px, 76vw);
    max-height: 76px;
    margin: 0 auto;
    object-fit: contain;
  }

  .simple-header nav,
  .main-nav {
    width: 100%;
    justify-content: center;
    gap: 8px;
    padding: 0;
  }

  .simple-header nav a,
  .simple-header .nav-dropdown > button,
  .main-nav a,
  .main-nav .nav-dropdown > button {
    min-height: 36px;
    padding: 8px 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    border: 1px solid rgba(32, 33, 29, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
  }

  .nav-dropdown {
    width: auto;
  }

  .nav-menu {
    left: 0;
    width: min(260px, calc(100vw - 32px));
    min-width: 210px;
    transform: translate(0, 8px);
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .simple-hero,
  .about-section,
  .outcomes-section,
  .enquiry-band,
  .page-content,
  .footer-top,
  .footer-middle {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .simple-hero,
  .about-section,
  .services-section,
  .process-section,
  .outcomes-section,
  .locations-section,
  .blogs-section,
  .testimonials-section,
  .enquiry-band,
  .final-cta,
  .page-content,
  .contact-section {
    width: 100%;
    padding: 52px 16px;
  }

  .simple-hero {
    padding-top: 34px;
    min-height: auto;
  }

  .page-hero {
    padding: 68px 16px 52px;
  }

  .page-hero-inner {
    width: 100%;
  }

  h1,
  .simple-hero h1,
  .page-hero h1,
  .article-shell h1 {
    font-size: clamp(34px, 12vw, 48px);
    line-height: 1.05;
  }

  h2,
  .footer-top h2,
  .article-shell h2 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.12;
  }

  h3 {
    font-size: 22px;
    line-height: 1.15;
  }

  p,
  .simple-hero p,
  .page-hero p,
  .article-shell section p {
    font-size: 16px;
    line-height: 1.6;
  }

  .eyebrow {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .simple-hero img,
  .about-section img,
  .locations-grid img,
  .blog-grid img,
  .services-grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
  }

  .simple-hero img,
  .about-section img {
    border-radius: 12px;
  }

  .services-grid,
  .blog-grid,
  .locations-grid,
  .testimonial-grid,
  .process-grid,
  .metrics-grid,
  .outcomes-section .metrics-grid,
  .quick-form,
  .contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .services-grid a,
  .blog-grid a {
    min-width: 0;
  }

  .services-grid article,
  .blog-grid article,
  .locations-grid article,
  .process-grid article,
  .metrics-grid article,
  .testimonial-grid blockquote {
    width: 100%;
    min-height: auto;
    padding: 20px;
    border-radius: 10px;
  }

  .blog-grid article {
    padding: 0 0 20px;
  }

  .blog-grid span,
  .blog-grid h3,
  .blog-grid p {
    padding-inline: 20px;
  }

  .services-grid h3,
  .blog-grid h3,
  .locations-grid h3 {
    margin-top: 14px;
  }

  .card-action,
  .services-grid .card-action,
  .blog-grid .card-action {
    max-width: calc(100% - 40px);
    margin: auto 20px 0;
    padding-top: 10px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .final-cta,
  .article-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .primary-button,
  .secondary-button,
  .footer-button,
  .quick-form button {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    padding: 0 18px;
    font-size: 14px;
    text-align: center;
  }

  .call-button span {
    white-space: normal;
  }

  .quick-form label,
  .quick-form .full,
  .contact-form label,
  .contact-form .full {
    grid-column: auto;
    min-width: 0;
  }

  .quick-form input,
  .quick-form select,
  .quick-form textarea,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .article-page {
    padding: 52px 16px;
  }

  .article-shell {
    padding: 24px 18px;
    border-radius: 10px;
  }

  .article-lead {
    font-size: 18px;
  }

  .mega-footer {
    padding: 44px 16px 32px;
    margin-top: 32px;
  }

  .footer-logo .brand-logo-img,
  .site-footer .brand-logo-img,
  .footer-brand .brand-logo-img {
    width: min(250px, 82vw);
    max-height: 96px;
  }

  .footer-top nav {
    gap: 14px;
    font-size: 20px;
  }

  .footer-contact h3 {
    font-size: 30px;
  }

  .footer-middle {
    margin-top: 42px;
    align-items: start;
  }

  .social-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom {
    gap: 16px;
    margin-top: 42px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .simple-header,
  .site-header {
    padding-inline: 12px;
  }

  .simple-header nav a,
  .simple-header .nav-dropdown > button,
  .main-nav a,
  .main-nav .nav-dropdown > button {
    font-size: 12px;
    padding-inline: 8px;
  }

  h1,
  .simple-hero h1,
  .page-hero h1,
  .article-shell h1 {
    font-size: 32px;
  }
}

/* Mobile responsive rescue pass */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  #theme-canvas {
    display: none;
  }

  .simple-header,
  .site-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-height: 0;
    padding: 12px 16px 14px;
  }

  .simple-brand,
  .site-header .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .brand-logo-img,
  .simple-header .brand-logo-img,
  .site-header .brand-logo-img {
    width: min(225px, 78vw);
    max-height: 76px;
    margin-inline: auto;
  }

  .simple-header nav,
  .main-nav {
    width: 100%;
    justify-content: center;
    gap: 8px;
    padding: 0;
    overflow: visible;
  }

  .simple-header nav a,
  .simple-header .nav-dropdown > button,
  .main-nav a,
  .main-nav .nav-dropdown > button {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid rgba(32, 33, 29, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
  }

  .nav-dropdown {
    width: auto;
  }

  .nav-menu {
    left: 0;
    min-width: 210px;
    width: min(260px, calc(100vw - 32px));
    transform: translate(0, 8px);
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .simple-hero,
  .about-section,
  .outcomes-section,
  .enquiry-band,
  .page-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .simple-hero,
  .about-section,
  .services-section,
  .process-section,
  .outcomes-section,
  .locations-section,
  .blogs-section,
  .testimonials-section,
  .enquiry-band,
  .final-cta,
  .page-content,
  .contact-section {
    width: 100%;
    padding: 54px 16px;
  }

  .simple-hero {
    padding-top: 34px;
    min-height: auto;
  }

  .page-hero {
    padding: 68px 16px 52px;
  }

  .page-hero-inner {
    width: 100%;
  }

  h1,
  .simple-hero h1,
  .page-hero h1,
  .article-shell h1 {
    font-size: clamp(34px, 12vw, 48px);
    line-height: 1.05;
  }

  h2,
  .footer-top h2,
  .article-shell h2 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.12;
  }

  h3 {
    font-size: 22px;
    line-height: 1.15;
  }

  p,
  .simple-hero p,
  .page-hero p,
  .article-shell section p {
    font-size: 16px;
    line-height: 1.6;
  }

  .eyebrow {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .simple-hero img,
  .about-section img,
  .locations-grid img,
  .blog-grid img,
  .services-grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
  }

  .simple-hero img,
  .about-section img {
    border-radius: 12px;
  }

  .services-grid,
  .blog-grid,
  .locations-grid,
  .testimonial-grid,
  .process-grid,
  .metrics-grid,
  .outcomes-section .metrics-grid,
  .quick-form,
  .footer-top,
  .footer-middle {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .services-grid a,
  .blog-grid a {
    min-width: 0;
  }

  .services-grid article,
  .blog-grid article,
  .locations-grid article,
  .process-grid article,
  .metrics-grid article,
  .testimonial-grid blockquote {
    width: 100%;
    min-height: auto;
    padding: 20px;
    border-radius: 10px;
  }

  .blog-grid article {
    padding: 0 0 20px;
  }

  .blog-grid span,
  .blog-grid h3,
  .blog-grid p {
    padding-inline: 20px;
  }

  .services-grid h3,
  .blog-grid h3,
  .locations-grid h3 {
    margin-top: 14px;
  }

  .card-action,
  .services-grid .card-action,
  .blog-grid .card-action {
    max-width: calc(100% - 40px);
    margin: auto 20px 0;
    padding-top: 10px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .final-cta,
  .article-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .primary-button,
  .secondary-button,
  .footer-button,
  .quick-form button {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    padding: 0 18px;
    font-size: 14px;
    text-align: center;
  }

  .call-button span {
    white-space: normal;
  }

  .quick-form label,
  .quick-form .full,
  .contact-form label,
  .contact-form .full {
    grid-column: auto;
    min-width: 0;
  }

  .quick-form input,
  .quick-form select,
  .quick-form textarea,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .enquiry-band {
    border-radius: 0;
  }

  .article-page {
    padding: 52px 16px;
  }

  .article-shell {
    padding: 24px 18px;
    border-radius: 10px;
  }

  .article-lead {
    font-size: 18px;
  }

  .mega-footer {
    padding: 44px 16px 32px;
    margin-top: 32px;
  }

  .footer-logo .brand-logo-img,
  .site-footer .brand-logo-img,
  .footer-brand .brand-logo-img {
    width: min(250px, 82vw);
    max-height: 96px;
  }

  .footer-top nav {
    gap: 14px;
    font-size: 20px;
  }

  .footer-contact h3 {
    font-size: 30px;
  }

  .footer-middle {
    margin-top: 42px;
    align-items: start;
  }

  .social-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom {
    gap: 16px;
    margin-top: 42px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .simple-header,
  .site-header {
    padding-inline: 12px;
  }

  .simple-header nav a,
  .simple-header .nav-dropdown > button,
  .main-nav a,
  .main-nav .nav-dropdown > button {
    font-size: 12px;
    padding-inline: 8px;
  }

  h1,
  .simple-hero h1,
  .page-hero h1,
  .article-shell h1 {
    font-size: 32px;
  }
}

/* Final brand, dropdown and service-detail polish */
.brand-logo-img {
  display: block;
  width: min(220px, 52vw);
  max-width: 100%;
  height: auto;
}

.simple-brand {
  min-width: min(220px, 54vw);
}

.simple-brand .brand-logo-img,
.brand .brand-logo-img,
.footer-brand .brand-logo-img {
  filter: none;
}

.site-header .brand {
  min-width: min(220px, 52vw);
}

.site-footer .brand-logo-img {
  width: 205px;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
}

.nav-dropdown > button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 4px;
}

.nav-dropdown > button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 20;
  display: grid;
  min-width: 230px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 31, 38, 0.12);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(21, 31, 38, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(14px);
}

.nav-menu a {
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  white-space: nowrap;
}

.nav-menu a:hover {
  background: #f1ece2;
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.featured-detail {
  border-color: rgba(179, 138, 65, 0.55) !important;
  background: linear-gradient(135deg, #fffdf8, #f7efe0) !important;
  box-shadow: 0 24px 70px rgba(91, 66, 22, 0.12);
}

.featured-detail h3 {
  color: #6b4714;
}

.services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown > button {
    width: 100%;
    text-align: left;
  }

  .nav-menu {
    left: 0;
    width: min(280px, 92vw);
    transform: translate(0, 8px);
  }

  .nav-dropdown:hover .nav-menu,
  .nav-dropdown:focus-within .nav-menu {
    transform: translate(0, 0);
  }
}

/* Official LCA logo integration */
.brand-logo-img {
  width: clamp(152px, 14vw, 190px);
  max-height: 64px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(17%) saturate(1196%) hue-rotate(112deg) brightness(88%) contrast(90%);
}

.simple-brand,
.site-header .brand {
  min-width: clamp(152px, 14vw, 190px);
  line-height: 0;
}

.simple-header {
  align-items: center;
}

.simple-header .brand-logo-img,
.site-header .brand-logo-img {
  display: block;
}

.footer-logo .brand-logo-img,
.site-footer .brand-logo-img,
.footer-brand .brand-logo-img {
  width: clamp(205px, 18vw, 270px);
  max-height: 104px;
}

.mega-footer .footer-logo,
.site-footer .footer-brand {
  align-items: center;
}

@media (max-width: 720px) {
  .brand-logo-img {
    width: clamp(138px, 48vw, 168px);
    max-height: 58px;
  }

  .simple-brand,
  .site-header .brand {
    min-width: clamp(138px, 48vw, 168px);
  }

  .footer-logo .brand-logo-img,
  .site-footer .brand-logo-img,
  .footer-brand .brand-logo-img {
    width: clamp(180px, 58vw, 230px);
    max-height: 88px;
  }
}

/* Final alignment and article-page fixes */
.simple-header nav a,
.simple-header .nav-dropdown > button,
.main-nav a,
.main-nav .nav-dropdown > button {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.simple-header .nav-dropdown > button,
.main-nav .nav-dropdown > button {
  color: var(--muted);
}

.services-grid article,
.blog-grid article {
  height: 100%;
}

.services-grid article p,
.blog-grid article p {
  margin-bottom: 18px;
}

.card-action {
  width: fit-content;
  max-width: calc(100% - 56px);
  margin-top: auto;
  white-space: nowrap;
  line-height: 1.2;
}

.services-grid .card-action {
  margin-left: 20px;
  margin-right: 20px;
}

.blog-grid .card-action {
  margin-left: 28px;
  margin-right: 28px;
}

.call-button {
  gap: 10px;
}

.call-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: currentColor;
}

.call-button span {
  white-space: nowrap;
}

.footer-button {
  justify-content: center;
}

.article-page {
  padding: 138px clamp(28px, 4.6vw, 78px) 92px;
}

.article-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(32, 33, 29, 0.08);
}

.article-shell h1 {
  max-width: 880px;
  margin: 22px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.02;
}

.article-lead {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.35;
}

.article-shell section {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.article-shell h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.article-shell section p {
  max-width: 840px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.75;
}

.article-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 42px;
}

@media (max-width: 720px) {
  .simple-header nav a,
  .simple-header .nav-dropdown > button,
  .main-nav a,
  .main-nav .nav-dropdown > button {
    font-size: 15px;
  }

  .card-action {
    max-width: calc(100% - 40px);
    font-size: 12px;
  }

  .blog-grid .card-action,
  .services-grid .card-action {
    margin-left: 20px;
    margin-right: 20px;
  }

  .article-page {
    padding: 118px 20px 70px;
  }

  .article-shell {
    padding: 28px 20px;
  }
}

/* Latest official LawView logo: keep original colors on white theme */
.brand-logo-img {
  width: clamp(190px, 18vw, 265px);
  max-height: 86px;
  object-fit: contain;
  filter: none !important;
}

.simple-brand,
.site-header .brand {
  min-width: clamp(190px, 18vw, 265px);
}

.footer-logo .brand-logo-img,
.site-footer .brand-logo-img,
.footer-brand .brand-logo-img {
  width: clamp(240px, 22vw, 330px);
  max-height: 130px;
}

@media (max-width: 720px) {
  .brand-logo-img {
    width: clamp(165px, 58vw, 220px);
    max-height: 78px;
  }

  .simple-brand,
  .site-header .brand {
    min-width: clamp(165px, 58vw, 220px);
  }
}

/* Clarity and final interaction pass */
main > section {
  position: relative;
}

main > section + section {
  margin-top: 34px;
  border-top: 1px solid rgba(32, 33, 29, 0.08);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  background: #f6f2e9;
  border: 1px solid rgba(169, 119, 60, 0.2);
  border-radius: 999px;
  font-size: clamp(16px, 1.18vw, 20px);
}

p {
  font-size: 18px;
}

.simple-header {
  min-height: 92px;
  box-shadow: 0 10px 40px rgba(32, 33, 29, 0.06);
}

.simple-brand span {
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 14px;
}

.simple-brand strong {
  font-size: 20px;
}

.simple-header nav a {
  font-size: 18px;
}

.simple-hero {
  padding-top: 150px;
}

.simple-hero,
.about-section,
.services-section,
.process-section,
.outcomes-section,
.locations-section,
.blogs-section,
.testimonials-section,
.enquiry-band {
  padding-top: clamp(95px, 8vw, 140px);
  padding-bottom: clamp(95px, 8vw, 140px);
}

.services-grid article,
.blog-grid article,
.testimonial-grid blockquote,
.process-grid article,
.metrics-grid article,
.locations-grid article,
.quick-form,
dl {
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.services-grid article,
.blog-grid article,
.locations-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-action,
.section-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 8px 20px 22px;
  color: var(--accent);
  border-bottom: 2px solid currentColor;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-grid .card-action {
  margin-left: 28px;
}

.section-link {
  margin: 0 0 28px;
}

.services-grid a:hover .card-action,
.blog-grid a:hover .card-action,
.section-link:hover {
  color: var(--gold);
}

.services-grid a:focus-visible,
.blog-grid a:focus-visible,
.simple-header a:focus-visible,
.primary-button:focus-visible,
.secondary-button:focus-visible {
  outline: 3px solid rgba(32, 75, 63, 0.35);
  outline-offset: 4px;
}

.testimonial-grid blockquote {
  background: linear-gradient(180deg, #fff, #fbfaf7);
}

.testimonial-grid blockquote::before {
  content: '"';
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 0.6;
}

.quick-form {
  gap: 18px;
}

.quick-form input,
.quick-form select,
.quick-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-size: 16px;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.simple-hero .hero-text,
.simple-hero img,
.services-grid article,
.blog-grid article,
.testimonial-grid blockquote,
.metrics-grid article {
  animation: riseIn 620ms ease both;
}

.services-grid article:nth-child(2),
.blog-grid a:nth-child(2) article,
.testimonial-grid blockquote:nth-child(2),
.metrics-grid article:nth-child(2) {
  animation-delay: 80ms;
}

.services-grid article:nth-child(3),
.blog-grid a:nth-child(3) article,
.testimonial-grid blockquote:nth-child(3),
.metrics-grid article:nth-child(3) {
  animation-delay: 140ms;
}

@media (max-width: 900px) {
  .simple-header nav a {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

#theme-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.simple-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.brand-lockup {
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.domain-link {
  color: var(--muted);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
}

.simple-brand,
.simple-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.simple-brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.simple-brand strong,
.simple-header a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
}

.simple-header nav a {
  color: var(--muted);
}

.simple-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.9fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  max-width: var(--max);
  min-height: 100vh;
  margin: 0 auto;
  padding: 132px clamp(22px, 4vw, 54px) 70px;
}

.page-hero {
  padding: 150px clamp(22px, 4vw, 54px) 86px;
  background: var(--page-image) center / cover;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
}

.page-hero-inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
}

.page-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 94px clamp(22px, 4vw, 54px);
}

.detail-list,
.contact-form {
  display: grid;
  gap: 1px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(32, 33, 29, 0.08);
}

.contact-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 94px clamp(22px, 4vw, 54px);
  text-align: center;
}

.contact-form {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form span {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-family: Arial, sans-serif;
}

.contact-form textarea {
  min-height: 118px;
  padding-top: 12px;
}

.contact-form button {
  border: 0;
  cursor: pointer;
}

.detail-list article {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.detail-list span {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(22px, 4vw, 54px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-family: Arial, sans-serif;
}

.hero-text {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6.9vw, 86px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72), 0 18px 42px rgba(32, 33, 29, 0.08);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.25vw, 56px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 34px rgba(32, 33, 29, 0.07);
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.simple-hero img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  border-radius: 999px 999px 18px 18px;
  box-shadow: 0 26px 80px rgba(32, 33, 29, 0.14);
  transition: transform 420ms ease, box-shadow 420ms ease, filter 420ms ease;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.final-cta {
  max-width: var(--max);
  margin: 0 auto;
  padding-block: 0 92px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.primary-button {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 12px 28px rgba(32, 75, 63, 0.18);
}

.secondary-button {
  color: var(--accent);
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.68);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-3px);
}

.primary-button:hover {
  box-shadow: 0 18px 38px rgba(32, 75, 63, 0.24);
}

.feature-section,
.process-section,
.services-section,
.outcomes-section,
.blogs-section,
.testimonials-section,
.enquiry-band,
.about-section,
.visit-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 94px clamp(22px, 4vw, 54px);
}

.feature-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.feature-section > div {
  max-width: 960px;
}

.feature-section img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 65px rgba(32, 33, 29, 0.12);
  transition: transform 420ms ease, box-shadow 420ms ease, filter 420ms ease;
}

dl {
  display: grid;
  gap: 1px;
  margin: 28px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 20px;
  background: var(--paper);
}

dt,
dd,
.process-grid span {
  font-family: Arial, sans-serif;
}

dt {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.process-section {
  text-align: center;
}

.process-section h2 {
  max-width: 760px;
  margin-inline: auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 38px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
}

.process-grid article {
  min-height: 210px;
  padding: 28px;
  background: var(--paper);
  transition: transform 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.process-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--accent);
  font-size: 34px;
  font-weight: 900;
}

.services-section h2 {
  max-width: 720px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.services-grid article,
.metrics-grid article,
.locations-grid article,
.blog-grid article,
.testimonial-grid blockquote {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(32, 33, 29, 0.07);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.services-grid img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.services-grid h3,
.services-grid p {
  padding-inline: 20px;
}

.services-grid h3 {
  margin-top: 20px;
}

.services-grid p {
  margin-bottom: 24px;
  font-size: 15px;
}

.locations-section h2 {
  max-width: 760px;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.locations-grid article {
  padding: 16px 16px 22px;
}

.locations-grid img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 12px;
  background: #f7f3eb;
  border: 1px solid rgba(32, 33, 29, 0.08);
}

.locations-grid h3 {
  margin: 18px 0 8px;
  font-size: 24px;
}

.locations-grid p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.visit-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.visit-section img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 65px rgba(32, 33, 29, 0.12);
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.simple-hero img:hover,
.feature-section img:hover,
.visit-section img:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 34px 88px rgba(32, 33, 29, 0.18);
}

.services-grid article:hover,
.metrics-grid article:hover,
.locations-grid article:hover,
.blog-grid article:hover,
.testimonial-grid blockquote:hover {
  transform: translateY(-10px);
  border-color: rgba(32, 75, 63, 0.28);
  box-shadow: 0 24px 70px rgba(32, 33, 29, 0.13);
}

.services-grid article:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}

.process-grid article:hover {
  z-index: 1;
  transform: translateY(-6px);
  background: #f8fbf8;
  box-shadow: 0 18px 44px rgba(32, 33, 29, 0.1);
}

dl:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(32, 33, 29, 0.1);
}

.outcomes-section,
.enquiry-band,
.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.metrics-grid,
.blog-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.outcomes-section .metrics-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
}

.metrics-grid article {
  position: relative;
  padding: 26px;
}

.metrics-grid strong {
  display: block;
  color: var(--accent);
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.metrics-grid span,
.blog-grid span {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.blog-grid article {
  padding: 28px;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 30px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.testimonial-grid cite {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.quick-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(32, 33, 29, 0.08);
}

.quick-form label {
  display: grid;
  gap: 8px;
}

.quick-form .full {
  grid-column: 1 / -1;
}

.quick-form span {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-form input,
.quick-form select,
.quick-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-family: Arial, sans-serif;
}

.quick-form textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

.quick-form button {
  border: 0;
  cursor: pointer;
}

.about-section {
  align-items: center;
}

.about-section img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 65px rgba(32, 33, 29, 0.12);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(22px, 4vw, 54px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-family: Arial, sans-serif;
}

@media (max-width: 900px) {
  .simple-hero,
  .feature-section,
  .outcomes-section,
  .enquiry-band,
  .about-section,
  .locations-section,
  .page-content,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .simple-hero {
    padding-top: 118px;
  }

  .simple-hero img {
    aspect-ratio: 1.2;
    border-radius: 18px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid,
  .locations-grid,
  .testimonial-grid,
  .outcomes-section .metrics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .simple-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-block: 16px;
  }

  .simple-header nav {
    width: 100%;
    justify-content: space-between;
  }

  .simple-hero {
    padding-top: 154px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .process-grid,
  .services-grid,
  .locations-grid,
  .quick-form,
  .contact-form,
  dl div {
    grid-template-columns: 1fr;
  }

  .quick-form .full {
    grid-column: auto;
  }

  .contact-form .full {
    grid-column: auto;
  }

  .footer {
    flex-direction: column;
  }
}

@media (min-width: 1180px) {
  .locations-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .locations-grid article {
    padding: 10px 10px 16px;
    border-radius: 14px;
  }

  .locations-grid img {
    aspect-ratio: 1.05;
    border-radius: 10px;
  }

  .locations-grid h3 {
    margin-top: 14px;
    font-size: 20px;
  }

  .locations-grid p {
    font-size: 13px;
    line-height: 1.42;
  }

  .testimonials-section .testimonial-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .testimonials-section .testimonial-grid blockquote {
    padding: 22px;
    font-size: 17px;
    line-height: 1.38;
  }

  .testimonials-section .testimonial-grid cite {
    font-size: 12.5px;
  }
}

.footer-cover-banner {
  background: #07134a;
}

@media (max-width: 760px) {
  .footer-cover-banner img {
    aspect-ratio: 6 / 1;
    object-fit: contain;
  }
}

/* Final overrides */
:root {
  --max: 1540px;
}

.simple-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-inline: clamp(28px, 4.6vw, 78px);
}

.simple-header nav {
  justify-content: center;
  gap: clamp(22px, 2.2vw, 38px);
}

.simple-brand strong,
.simple-header a {
  font-size: 17px;
}

.simple-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(470px, 0.88fr);
  gap: clamp(46px, 7vw, 110px);
  padding-inline: clamp(28px, 4.6vw, 78px);
  min-height: auto;
  padding-top: 118px;
  padding-bottom: 72px;
}

.eyebrow {
  font-size: clamp(14px, 1.08vw, 18px);
  letter-spacing: 0.075em;
}

.feature-section,
.process-section,
.services-section,
.outcomes-section,
.blogs-section,
.testimonials-section,
.enquiry-band,
.about-section,
.locations-section,
.final-cta,
.visit-section,
.page-content,
.contact-section {
  padding-inline: clamp(28px, 4.6vw, 78px);
}

.feature-section {
  grid-template-columns: 1fr;
}

.feature-section > div {
  max-width: 960px;
}

.services-grid a {
  display: block;
}

.process-grid article {
  position: relative;
}

.card-icon {
  position: absolute;
  right: 26px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--accent);
  background: #f3f8f4;
  border: 1px solid rgba(32, 75, 63, 0.14);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.outcomes-section {
  grid-template-columns: minmax(0, 0.66fr) minmax(720px, 1.34fr);
}

.outcomes-section .metrics-grid {
  grid-template-columns: repeat(4, 1fr);
}

.blog-grid article {
  padding: 0 0 28px;
}

.blog-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  margin-bottom: 24px;
  background: #f8f6f1;
  transition: transform 420ms ease, filter 420ms ease;
}

.blog-grid span,
.blog-grid h3,
.blog-grid p {
  padding-inline: 28px;
}

.blog-grid article:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

.mega-footer {
  margin-top: 60px;
  padding: 70px clamp(28px, 4.6vw, 78px) 44px;
  color: var(--ink);
  background: #f2f0eb;
  border-top: 1px solid var(--line);
  font-family: Arial, sans-serif;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(220px, 0.6fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: start;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-top h2 {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
}

.footer-top nav {
  display: grid;
  gap: 28px;
  font-size: clamp(22px, 2vw, 34px);
}

.footer-contact h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
}

.footer-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 62px;
  margin-top: 20px;
  padding: 0 30px;
  color: #102018;
  background: #69df5e;
  border-radius: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-button span {
  font-size: 30px;
  line-height: 1;
}

.footer-middle {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: 90px;
}

.footer-middle p {
  margin-bottom: 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  border: 2px solid currentColor;
  border-radius: 10px;
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 70px;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
}

.footer-bottom p,
.footer-bottom span {
  flex-basis: 100%;
  margin: 22px 0 0;
  color: var(--ink);
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 1100px) {
  .outcomes-section,
  .footer-top,
  .footer-middle {
    grid-template-columns: 1fr;
  }

  .outcomes-section .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .simple-header {
    grid-template-columns: 1fr;
  }

  .simple-header nav {
    justify-content: flex-start;
  }

  .simple-hero {
    grid-template-columns: 1fr;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .outcomes-section .metrics-grid {
    grid-template-columns: 1fr;
  }
}





