:root {
  --paper: #f8f7f3;
  --ink: #252620;
  --muted: #6c6d64;
  --accent: #a65339;
  --line: #deded5;
  --panel: #eeeee7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

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

button, a, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}

button, a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

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

button:focus-visible, a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

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

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

[hidden] {
  display: none !important;
}

.page-container {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin-inline: auto;
}

.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon, .service-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 100px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand-symbol {
  display: grid;
  grid-template-columns: repeat(2, 15px);
  grid-template-rows: repeat(2, 15px);
  gap: 3px;
  transform: rotate(-6deg);
}

.brand-symbol i {
  background: var(--ink);
  border-radius: 9px 9px 2px 9px;
}

.brand-symbol i:nth-child(2) {
  transform: rotate(90deg);
}

.brand-symbol i:nth-child(3) {
  transform: rotate(-90deg);
}

.brand-symbol i:nth-child(4) {
  transform: rotate(180deg);
  background: var(--accent);
}

.brand-words {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.2;
}

.brand-words > span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 2.5px;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 12px;
}

.main-navigation > a:not(.nav-contact) {
  padding-block: 15px;
  transition: color 160ms;
}

.main-navigation > a:hover {
  color: var(--accent);
}

.main-navigation .nav-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: 12px;
  padding: 13px 19px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  transition: background 160ms, color 160ms;
}

.main-navigation .nav-contact:hover {
  background: var(--ink);
  color: var(--paper);
}

.nav-contact .icon {
  width: 16px;
  height: 16px;
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  align-items: center;
  gap: 54px;
  padding-block: 54px 52px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 1.6;
}

.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
}

body h1 {
  margin-top: 28px;
  font-size: clamp(64px, 6.05vw, 87px);
  font-weight: 500;
  letter-spacing: -5px;
  line-height: 1.045;
}

h1 > span {
  color: var(--accent);
}

.hero-description {
  max-width: 395px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.hero-actions {
  gap: 23px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 49px;
  padding: 15px 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  transition: background 180ms, transform 180ms;
}

.button .icon {
  width: 17px;
  height: 17px;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover {
  background: #45483b;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  transition: color 180ms;
}

.text-link:hover {
  color: var(--accent);
}

.text-link .icon {
  width: 17px;
  height: 17px;
  transition: transform 180ms;
}

.text-link:hover .icon {
  transform: translate(2px, -2px);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.2px;
}

.note-line {
  width: 22px;
  height: 1px;
  background: var(--accent);
}

.hero-visual {
  position: relative;
  height: 548px;
  overflow: hidden;
  border-radius: 5px;
  background: #ddd3c4;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.image-corner-label {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #3f3d33;
  font-size: 8px;
  letter-spacing: 1.4px;
}

.small-cross {
  font-size: 20px;
  font-weight: 300;
}

.perspective-card {
  position: absolute;
  bottom: 44px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 17px;
  width: calc(100% - 68px);
  max-width: 365px;
  padding: 20px;
  border: 1px solid #ffffff90;
  border-radius: 4px;
  background: #faf9f3ed;
  backdrop-filter: blur(12px);
}

.perspective-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid #dadbd0;
  border-radius: 50%;
  color: var(--accent);
}

.perspective-icon .icon {
  width: 25px;
  height: 25px;
}

.card-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 7px;
  letter-spacing: 1.3px;
}

.perspective-card p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.perspective-arrow {
  width: 18px;
  margin-left: auto;
}

.image-index {
  position: absolute;
  right: 23px;
  bottom: 17px;
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #fff;
  text-shadow: 0 1px 6px #0008;
}

.principles {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.9fr;
  align-items: center;
  gap: 30px;
  padding-block: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principles > p {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 1.35px;
  line-height: 1.8;
}

.principles > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  font-size: 12px;
  white-space: nowrap;
}

.principles .icon {
  width: 25px;
  height: 25px;
  stroke-width: 1.2;
}

.unity-icon {
  font-size: 28px;
  line-height: 1;
}

.section-space {
  padding-block: 95px;
}

.section-marker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.marker-line {
  width: 38px;
  height: 1px;
  background: #c7c7bc;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 96px;
}

body h2 {
  font-size: clamp(33px, 3.1vw, 45px);
  font-weight: 400;
  letter-spacing: -1.9px;
  line-height: 1.19;
}

.serif-word {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -1.7px;
}

.about-copy > p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.about-copy .lead-copy {
  margin-top: 0;
  color: var(--ink);
  font-size: 18px;
  letter-spacing: -0.35px;
  line-height: 1.6;
}

.about-copy .text-link {
  margin-top: 25px;
  padding-bottom: 7px;
  border-bottom: 1px solid #b8b9ac;
}

.expertise-section {
  background: var(--panel);
}

.section-heading {
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 43px;
}

.section-heading > p {
  padding-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  align-items: start;
}

.service-card {
  min-width: 0;
  padding: 27px 24px 23px;
  border: 1px solid #e0e0d7;
  border-radius: 4px;
  background: var(--paper);
  transition: border-color 180ms, box-shadow 180ms;
}

.service-card:hover {
  border-color: #b5b7a8;
  box-shadow: 0 8px 25px #222d1706;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 39px;
}

.service-icon {
  width: 32px;
  height: 32px;
  stroke-width: 1.2;
}

.service-top > span {
  color: #808276;
  font-size: 9px;
}

.service-card h3 {
  margin-bottom: 17px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 1.2;
}

.service-card > p {
  min-height: 87px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.service-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: 22px;
  padding-top: 17px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  font-size: 9px;
  text-align: left;
}

.service-toggle .icon {
  width: 15px;
  height: 15px;
  transition: transform 180ms;
}

.service-toggle[aria-expanded='true'] .icon {
  transform: rotate(45deg);
}

.service-toggle:hover, .service-detail button:hover {
  color: var(--accent);
}

.service-detail {
  padding-top: 17px;
  font-size: 11px;
  line-height: 1.8;
}

.service-detail > p {
  color: var(--muted);
}

.service-detail button {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.expertise-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 31px;
  color: var(--muted);
  font-size: 10px;
}

.expertise-footnote > button {
  padding: 3px 0;
  border: 0;
  background: none;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.approach-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}

.approach-image-wrap {
  position: relative;
  height: 548px;
  overflow: hidden;
  border-radius: 4px;
  background: #d7c4b4;
}

.approach-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}

.approach-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 60px 25px 25px;
  background: linear-gradient(transparent, #151713aa);
  color: #fff;
  font-size: 8px;
  letter-spacing: 1.5px;
}

.approach-content > p {
  max-width: 400px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.approach-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.approach-steps li {
  display: flex;
  gap: 22px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
}

.approach-steps li > span {
  padding-top: 3px;
  color: var(--accent);
  font-size: 9px;
}

.approach-steps h3 {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.approach-steps p {
  max-width: 360px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.conversation-section {
  position: relative;
  overflow: hidden;
  background: #31382e;
  color: var(--paper);
}

.conversation-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-block: 73px;
}

.conversation-inner .eyebrow {
  margin-bottom: 25px;
  color: #c5c9bb;
  font-size: 8px;
}

.conversation-inner h2 {
  font-size: clamp(34px, 3.4vw, 49px);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.button-light:hover {
  background: #e5e7da;
}

.conversation-action {
  flex-shrink: 0;
  padding-right: 8px;
}

.conversation-action > p {
  margin-top: 14px;
  color: #c5c9bb;
  font-size: 9px;
  text-align: center;
}

.conversation-decoration {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  border: 1px solid #ffffff0e;
  border-radius: 50%;
  box-shadow: 0 0 0 50px #ffffff03, 0 0 0 100px #ffffff03, 0 0 0 150px #ffffff02;
  pointer-events: none;
}

.site-footer {
  padding-top: 66px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 0.8fr;
  gap: 60px;
  padding-bottom: 52px;
}

.footer-brand > p {
  margin-top: 21px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.footer-brand .company-legal {
  max-width: 285px;
  font-size: 8px;
  letter-spacing: 0.6px;
  line-height: 1.8;
}

.footer-grid h3 {
  margin: 5px 0 25px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.footer-contact > a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.footer-contact > a:hover {
  color: var(--accent);
}

.email-link .icon {
  width: 14px;
  height: 14px;
}

.footer-copy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 10px;
}

.footer-copy .icon {
  width: 12px;
  height: 12px;
}

.copy-status {
  display: block;
  margin-top: 9px;
  color: #4f6045;
  font-size: 10px;
  line-height: 1.6;
}

.footer-location address {
  max-width: 260px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.9;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.15px;
}

.footer-bottom a {
  display: flex;
  gap: 15px;
  color: var(--ink);
}

#enquiry-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 43px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 100px #0003;
}

#enquiry-dialog::backdrop {
  background: #1f241fb3;
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  top: 13px;
  right: 15px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 26px;
}

#enquiry-dialog .eyebrow {
  margin-bottom: 19px;
  color: var(--accent);
  font-size: 8px;
}

#enquiry-dialog h2 {
  font-size: 34px;
}

#enquiry-intro, #enquiry-result > p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

#enquiry-form {
  margin-top: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

#enquiry-form label {
  display: block;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 1.5;
}

#enquiry-form input, #enquiry-form select, #enquiry-form textarea, .enquiry-preview {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: 7px;
  padding: 12px;
  border: 1px solid #cccdc1;
  border-radius: 3px;
  background: #fffefa;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.5;
}

#enquiry-form textarea, .enquiry-preview {
  resize: vertical;
}

#enquiry-form input:focus, #enquiry-form select:focus, #enquiry-form textarea:focus, .enquiry-preview:focus {
  outline: 2px solid #a6533980;
  outline-offset: 1px;
}

.form-note {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

#enquiry-result {
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

#enquiry-result h3 {
  font-size: 18px;
  font-weight: 500;
}

.enquiry-preview {
  min-height: 150px;
  margin-block: 18px;
}

.result-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

#edit-enquiry {
  margin-top: 20px;
}

@media (min-width: 1500px) {
  .hero {
    padding-block: 65px;
  }

  .hero-visual {
    height: 590px;
  }
}

@media (max-width: 1100px) {
  .page-container {
    width: calc(100% - 72px);
  }

  .main-navigation {
    gap: 25px;
  }

  .hero {
    gap: 35px;
  }

  body h1 {
    font-size: 65px;
    letter-spacing: -3.5px;
  }

  .hero-actions {
    gap: 19px;
  }

  .hero-visual {
    height: 525px;
  }

  .hero .button {
    padding-inline: 16px;
  }

  .principles {
    gap: 20px;
  }

  .principles > span {
    gap: 8px;
    font-size: 11px;
  }

  .about-grid, .approach-section {
    gap: 55px;
  }

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

  .service-card {
    padding: 28px;
  }

  .service-card > p {
    max-width: 290px;
    min-height: 60px;
    font-size: 12px;
  }

  .service-top {
    margin-bottom: 26px;
  }

  .service-toggle {
    font-size: 11px;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-contact > a {
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }

  .page-container {
    width: calc(100% - 40px);
  }

  .site-header {
    position: relative;
    z-index: 10;
  }

  .header-inner {
    min-height: 81px;
  }

  .brand-words {
    font-size: 16px;
  }

  .brand-words > span {
    font-size: 7px;
    letter-spacing: 2.1px;
  }

  .brand-symbol {
    grid-template-columns: repeat(2, 13px);
    grid-template-rows: repeat(2, 13px);
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: transparent;
  }

  .menu-toggle span {
    width: 24px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms;
  }

  .menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .main-navigation {
    position: absolute;
    top: 81px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 24px #25262012;
    font-size: 14px;
  }

  .main-navigation.is-open {
    display: flex;
  }

  .main-navigation > a:not(.nav-contact) {
    padding-block: 17px;
    border-bottom: 1px solid var(--line);
  }

  .main-navigation .nav-contact {
    justify-content: space-between;
    margin: 18px 0 0;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-block: 40px 33px;
  }

  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }

  body h1 {
    margin-top: 24px;
    font-size: clamp(55px, 10.7vw, 77px);
    letter-spacing: -3.4px;
    line-height: 1.06;
  }

  .hero-description {
    max-width: 450px;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.8;
  }

  .hero-actions {
    gap: 23px;
    margin-top: 26px;
  }

  .hero .button {
    padding-inline: 19px;
  }

  .hero-note {
    margin-top: 25px;
    font-size: 9px;
  }

  .hero-visual {
    height: 425px;
  }

  .hero-image {
    object-position: center 56%;
  }

  .perspective-card {
    bottom: 38px;
    left: 19px;
    width: calc(100% - 38px);
    padding: 17px;
    gap: 13px;
  }

  .perspective-card p {
    font-size: 13px;
  }

  .image-corner-label {
    top: 15px;
    left: 20px;
    font-size: 7px;
  }

  .principles {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    padding-block: 25px;
  }

  .principles > span {
    justify-content: flex-start;
    font-size: 10px;
  }

  .principles > p {
    font-size: 7px;
  }

  .principles .icon {
    width: 22px;
    height: 22px;
  }

  .section-space {
    padding-block: 60px;
  }

  .section-marker {
    margin-bottom: 24px;
    font-size: 8px;
  }

  body h2 {
    font-size: 35px;
    letter-spacing: -1.6px;
  }

  .about-grid, .approach-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-copy .lead-copy {
    font-size: 17px;
  }

  .about-copy > p {
    font-size: 13px;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
  }

  .services-grid {
    gap: 13px;
  }

  .service-card {
    padding: 22px 18px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .service-card > p {
    min-height: 100px;
    font-size: 11px;
  }

  .service-toggle {
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.6;
  }

  .expertise-footnote {
    justify-content: flex-start;
    font-size: 10px;
    line-height: 1.7;
  }

  .approach-section {
    gap: 38px;
  }

  .approach-image-wrap {
    height: 370px;
  }

  .approach-content > p, .approach-steps p {
    max-width: none;
    font-size: 12px;
  }

  .conversation-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    padding-block: 53px;
  }

  .conversation-inner .eyebrow {
    max-width: 280px;
    font-size: 7px;
  }

  .conversation-inner h2 {
    font-size: 36px;
  }

  .conversation-action > p {
    text-align: left;
  }

  .site-footer {
    padding-top: 44px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 25px;
    padding-bottom: 37px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand .company-legal {
    max-width: 350px;
  }

  .footer-contact > a {
    gap: 5px;
    font-size: 11px;
  }

  .footer-grid h3 {
    margin-bottom: 18px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 19px;
    padding-block: 22px;
    font-size: 8px;
  }

  .footer-bottom > span {
    display: none;
  }

  #enquiry-dialog {
    padding: 39px 24px 28px;
  }

  #enquiry-dialog h2 {
    font-size: 29px;
  }

  #enquiry-dialog .eyebrow {
    font-size: 7px;
  }

  #enquiry-form input, #enquiry-form select, #enquiry-form textarea {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .hero-actions {
    align-items: flex-start;
    gap: 22px;
  }

  .hero-actions .text-link {
    min-height: 30px;
  }

  .hero-visual {
    height: 397px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-card {
    padding: 25px;
  }

  .service-card > p {
    min-height: auto;
    max-width: none;
    font-size: 12px;
  }

  .service-card h3 br {
    display: none;
  }

  .service-toggle {
    font-size: 11px;
  }

  .service-top {
    margin-bottom: 24px;
  }

  .footer-grid, .form-row {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-contact > a {
    font-size: 12px;
  }

  .footer-location address {
    max-width: 290px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
