:root {
  --paper: #f8f8f2;
  --ink: #26332c;
  --green: #254d3c;
  --green-dark: #1e4032;
  --muted: #6a7169;
  --line: #dddfd5;
  --sage: #eaf0e3;
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .65;
}

button, input, select, textarea {
  border-radius: 0;
}

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

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

::selection {
  background: #d2dfbb;
  color: #163325;
}

:focus-visible {
  outline: 3px solid #749c4c;
  outline-offset: 5px;
}

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

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

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 20px;
  background: var(--green);
  color: white;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 1.6;
}

.section-label {
  color: var(--green);
  margin-bottom: 22px;
}

body h1, body h2 {
  font-weight: 500;
  letter-spacing: -2.8px;
}

h1 em, h2 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: var(--green);
}

body h2 {
  font-size: clamp(36px, 3.7vw, 52px);
  line-height: 1.13;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 17px 22px;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: background .2s, transform .2s, box-shadow .2s;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 16px #254d3c15;
}

.button-green {
  background: var(--green);
  color: white;
}

.button-green:hover {
  background: #34614a;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  padding: 10px 0;
  background: transparent;
}

.text-link .icon, .service-link .icon {
  transition: transform .2s;
}

.text-link:hover .icon, .service-link:hover .icon {
  transform: translateX(4px);
}

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

.header-inner {
  height: 99px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
}

.brand > span:last-child {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}

.brand-caption {
  display: block;
  font-size: 7px;
  letter-spacing: 1.8px;
  font-weight: 400;
  margin-top: 8px;
}

.brand-symbol {
  display: flex;
  align-items: flex-end;
  width: 34px;
  height: 37px;
  gap: 4px;
}

.brand-symbol i {
  display: block;
  width: 8px;
  height: 21px;
  background: currentColor;
  transform: skewY(-29deg);
}

.brand-symbol i:nth-child(2) {
  height: 28px;
}

.brand-symbol i:nth-child(3) {
  height: 35px;
}

.desktop-nav {
  gap: 34px;
  margin-left: 60px;
}

.desktop-nav a {
  font-size: 12px;
  color: #515a52;
  padding-block: 10px;
}

.desktop-nav a:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.header-cta {
  min-height: 43px;
  padding: 10px 19px;
  gap: 30px;
}

.menu-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}

.hero {
  gap: 50px;
  padding-top: 55px;
  padding-bottom: 71px;
  align-items: center;
}

.hero-copy {
  padding-block: 28px;
}

.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

body h1 {
  font-size: clamp(54px, 5.35vw, 77px);
  line-height: 1.065;
  letter-spacing: -3.9px;
}

h1 em {
  line-height: 1.13;
}

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

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

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

.hero-actions .text-link {
  font-size: 11px;
  gap: 9px;
}

.hero-note {
  gap: 11px;
  margin-top: 47px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.hero-note strong {
  font-weight: 400;
  color: #414d42;
}

.location-icon {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
}

.location-icon .icon {
  width: 16px;
  height: 16px;
}

.hero-visual {
  position: relative;
  height: 552px;
  margin-left: 11px;
  margin-bottom: 17px;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.photo-label {
  position: absolute;
  top: 23px;
  left: 24px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: white;
  background: #254d3c75;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff40;
  border-radius: 3px;
  font-size: 8px;
  letter-spacing: 1.3px;
}

.photo-label span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d3e2bb;
}

.insight-card {
  position: absolute;
  bottom: 26px;
  left: -34px;
  background: #fffffffa;
  width: 281px;
  padding: 21px 24px 20px;
  border: 1px solid #efefe5;
  border-radius: 7px;
  box-shadow: 0 8px 30px #142b3510;
}

.insight-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insight-top .eyebrow {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: var(--muted);
}

.insight-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--green);
}

.insight-icon .icon {
  width: 16px;
  height: 16px;
}

.insight-card > p {
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.6px;
  margin-top: 10px;
}

.insight-card strong {
  font-weight: 500;
  color: var(--green);
}

.insight-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #65715e;
}

.insight-flow span:nth-child(even) {
  color: #9ea990;
}

.image-caption {
  position: absolute;
  right: 0;
  bottom: -26px;
  font-size: 7px;
  letter-spacing: 1.7px;
  color: var(--muted);
}

.capabilities-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f0f2e9;
}

.capabilities-strip .container {
  min-height: 102px;
  gap: 25px;
}

.capabilities-strip p {
  font-size: 12px;
  line-height: 1.6;
  color: #697260;
  padding-right: 55px;
  border-right: 1px solid #d8ddce;
}

.capabilities-strip strong {
  font-weight: 500;
  color: var(--green);
}

.capabilities-strip .container > span {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #445742;
}

.capabilities-strip .icon {
  width: 26px;
  height: 26px;
}

.section-pad {
  padding-block: 94px;
}

main .section-heading {
  gap: 50px;
  margin-bottom: 43px;
}

.section-intro {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  padding-bottom: 5px;
}

.service-grid {
  gap: 21px;
}

.service-card {
  padding: 30px 29px 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfbf6;
  display: flex;
  flex-direction: column;
}

.featured-service {
  background: #edf0e5;
  border-color: #dce2d1;
}

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

.service-icon {
  width: 51px;
  height: 51px;
  border-radius: 6px;
  background: #eaf0e2;
  display: grid;
  place-items: center;
  color: var(--green);
}

.featured-service .service-icon {
  background: #dee7d3;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.3;
}

.service-number {
  align-self: flex-start;
  font-size: 10px;
  color: #8f9687;
  letter-spacing: 1px;
  padding-top: 5px;
}

.service-card h3 {
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.7px;
  font-weight: 500;
  margin-bottom: 18px;
}

.service-card > p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  flex-grow: 1;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-block: 26px;
}

.service-tags span {
  padding: 5px 7px;
  font-size: 8px;
  border: 1px solid #dadfd0;
  border-radius: 3px;
  color: #65725d;
}

.service-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid #d9dfd0;
  background: none;
  font-size: 11px;
  text-align: left;
}

.service-link:hover {
  color: var(--green);
}

.about-section {
  background: #eff1e8;
  padding-block: 85px;
  border-top: 1px solid #e7e9df;
  border-bottom: 1px solid #e7e9df;
}

.about-grid {
  gap: 92px;
}

.about-visual {
  position: relative;
  padding-bottom: 29px;
}

.about-visual > img {
  width: 100%;
  height: 414px;
  object-fit: cover;
  border-radius: 6px;
}

.about-image-note {
  position: absolute;
  bottom: 0;
  right: -25px;
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 21px 29px;
  background: var(--green);
  color: #e9edde;
  border: 5px solid #eff1e8;
  border-radius: 7px;
}

.mini-mark {
  font-family: Georgia, serif;
  font-size: 39px;
  color: #c8d9ad;
  font-weight: 400;
}

.about-image-note p {
  font-size: 12px;
  line-height: 1.7;
}

.about-image-note strong {
  font-weight: 400;
}

.about-copy h2 {
  font-size: clamp(34px, 3.35vw, 47px);
}

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

.about-copy .section-label {
  font-size: 9px;
  letter-spacing: 1.5px;
}

.about-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 19px;
  margin-block: 23px 15px;
}

.about-principles span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}

.about-principles .icon {
  width: 14px;
  height: 14px;
  color: var(--green);
}

.approach-section {
  background: var(--green-dark);
  color: #f4f5e9;
}

.approach-section .section-label {
  color: #b7c5a6;
}

.approach-section h2 {
  font-size: clamp(36px, 3.6vw, 50px);
}

.approach-section h2 em {
  color: #ccdbb4;
}

.approach-section .section-intro {
  color: #c0cbbd;
}

.approach-section .section-heading {
  margin-bottom: 57px;
}

.process-grid {
  gap: 55px;
}

.step-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #74917c66;
  padding-top: 21px;
  margin-bottom: 26px;
  color: #b5c7a4;
}

.step-line > span {
  font-size: 12px;
  letter-spacing: 1px;
}

.step-line .icon {
  width: 18px;
  height: 18px;
}

.process-step h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.4px;
  margin-bottom: 15px;
}

.process-step p {
  max-width: 290px;
  font-size: 12px;
  line-height: 1.9;
  color: #c0cbbd;
}

.contact-section {
  background: #f0f2e8;
}

.contact-grid {
  gap: 120px;
  align-items: center;
}

.contact-copy h2 {
  font-size: clamp(40px, 4.1vw, 59px);
}

.contact-copy > p:not(.eyebrow) {
  margin-block: 25px;
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}

.contact-copy .button {
  gap: 38px;
}

.contact-reassurance {
  display: block;
  margin-top: 14px;
  font-size: 9px;
  color: var(--muted);
}

.contact-details {
  padding-top: 26px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 25px;
  border-bottom: 1px solid #d8ddce;
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-icon {
  width: 41px;
  height: 41px;
  border: 1px solid #d8dfcc;
  border-radius: 50%;
  color: var(--green);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact-icon .icon {
  width: 18px;
  height: 18px;
}

.contact-row small {
  display: block;
  color: #76816d;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 9px;
}

.contact-row > span:nth-child(2) {
  min-width: 0;
}

.contact-row > span > span {
  font-size: 16px;
  letter-spacing: -.3px;
  overflow-wrap: anywhere;
}

.contact-arrow {
  width: 17px;
  height: 17px;
  margin-left: auto;
}

.contact-row:hover.contact-row[href] {
  color: var(--green);
}

.contact-row:hover .contact-arrow {
  transform: translate(2px, -2px);
}

address {
  font-style: normal;
  font-size: 12px;
  line-height: 1.9;
  color: #5d6857;
}

.site-footer {
  background: var(--paper);
}

.footer-main {
  padding-block: 40px;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}

.footer-main .brand {
  transform: scale(.86);
  transform-origin: left center;
}

.footer-main > p {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 16px;
  color: #68735f;
}

.back-top {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 10px;
}

.back-top span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 16px;
}

.back-top:hover span {
  background: var(--sage);
}

.footer-bottom {
  padding-block: 24px;
  gap: 18px;
  color: #747c6d;
  font-size: 9px;
  line-height: 1.6;
}

.site-dialog {
  width: min(580px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  margin: auto;
  box-shadow: 0 25px 100px #10241e30;
  overflow: auto;
}

.site-dialog::backdrop {
  background: #12281fd1;
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  right: 15px;
  top: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--sage);
  color: var(--green);
  font-size: 25px;
  font-weight: 400;
}

.dialog-close:hover {
  background: #dce4d2;
}

.site-dialog h2 {
  font-size: 38px;
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}

.site-dialog > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.site-dialog h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 26px;
}

.deliverables {
  list-style: disc;
  padding-left: 18px;
  color: #52624e;
  font-size: 13px;
  line-height: 1.8;
  margin-block: 16px;
}

.deliverables li {
  padding-block: 5px;
  padding-left: 5px;
}

.site-dialog .dialog-note {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 11px !important;
  margin-block: 20px;
}

body.dialog-open {
  overflow: hidden;
}

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

#enquiry-form label {
  display: block;
  color: #46523e;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 18px;
}

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

input, textarea, select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #ced6c5;
  border-radius: 4px;
  background: #fffef9;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  color: #8b9185;
}

textarea {
  resize: vertical;
}

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

#enquiry-form .button {
  width: 100%;
}

#enquiry-result {
  padding-top: 23px;
}

.result-check {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--green);
  background: #dfe9d4;
}

#enquiry-result h3 {
  font-size: 25px;
  margin-block: 18px 12px;
  font-weight: 500;
}

#enquiry-result > p:not(.form-note) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 23px;
}

#copy-enquiry {
  display: flex;
  margin-top: 10px;
}

.edit-enquiry {
  padding: 6px 0;
  margin-top: 14px;
  border: 0;
  background: none;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.copy-fallback {
  font-size: 12px;
  margin-bottom: 15px;
}

/* Core layout remains usable if the requested Tailwind CDN is unavailable. */
.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-end {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.hero, .about-grid, .contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-grid, .process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1600px) {
  .hero {
    padding-block: 75px 91px;
  }
}

@media (max-width: 1150px) {
  body .container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    margin-left: 0;
    gap: 24px;
  }
  .hero {
    gap: 35px;
  }
  .hero-actions {
    gap: 9px 22px;
  }
  .hero-note {
    margin-top: 25px;
  }
  .hero-visual {
    height: 525px;
  }
  .capabilities-strip p {
    padding-right: 26px;
  }
  .capabilities-strip .container > span {
    gap: 9px;
    font-size: 11px;
  }
  .service-card {
    padding-inline: 23px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .about-grid {
    gap: 60px;
  }
  .contact-grid {
    gap: 65px;
  }
  .contact-row {
    gap: 15px;
  }
}

@media (max-width: 1023px) {
  .hero, .about-grid, .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero {
    padding-top: 29px;
    gap: 24px;
  }
  .hero-copy {
    max-width: 670px;
  }
  body h1 {
    font-size: 72px;
  }
  .hero-description {
    max-width: 460px;
  }
  .hero-actions {
    gap: 26px;
  }
  .hero-visual {
    margin-left: 25px;
    height: 560px;
  }
  .hero-photo {
    object-position: center 44%;
  }
  .capabilities-strip .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block: 25px;
    gap: 26px;
  }
  .capabilities-strip p {
    border-right: 0;
  }
  .capabilities-strip .container > span {
    font-size: 12px;
  }
  .section-pad {
    padding-block: 75px;
  }
  main .section-heading {
    gap: 30px;
  }
  .section-intro {
    max-width: 285px;
  }
  .service-card {
    padding-inline: 20px;
  }
  .service-card h3 {
    font-size: 19px;
  }
  .service-tags {
    min-height: 57px;
    align-content: flex-start;
  }
  .service-link {
    font-size: 10px;
    gap: 10px;
  }
  .about-grid {
    gap: 48px;
  }
  .about-visual {
    max-width: 640px;
    width: calc(100% - 25px);
  }
  .about-copy {
    max-width: 620px;
  }
  .about-copy h2 {
    font-size: 45px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .process-grid {
    gap: 28px;
  }
  .process-step h3 {
    font-size: 17px;
  }
  .contact-grid {
    gap: 30px;
  }
  .contact-details {
    max-width: 600px;
    padding-top: 0;
  }
  .footer-main > p {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 22px;
  }
  body .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    height: 82px;
  }
  .brand > span:last-child {
    font-size: 22px;
  }
  .brand-caption {
    font-size: 6px;
    letter-spacing: 1.6px;
    margin-top: 7px;
  }
  .brand-symbol {
    transform: scale(.85);
    transform-origin: left center;
    margin-right: -5px;
  }
  .site-header .desktop-nav, .site-header .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: none;
  }
  .menu-toggle span {
    width: 19px;
    height: 1px;
    background: var(--green);
    transition: transform .2s;
  }
  .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);
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 8px 22px 22px;
    background: var(--paper);
  }
  .mobile-nav a {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav a:last-child {
    display: flex;
    justify-content: space-between;
  }
  .hero {
    padding-block: 24px 51px;
    gap: 11px;
  }
  .hero-copy {
    padding-block: 22px;
  }
  .hero-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }
  body h1 {
    font-size: clamp(43px, 11.8vw, 68px);
    letter-spacing: -2.7px;
    line-height: 1.08;
  }
  .hero-description {
    font-size: 13px;
    margin-top: 22px;
    line-height: 1.85;
  }
  .hero-actions {
    gap: 12px 22px;
    margin-top: 25px;
  }
  .hero-actions .button {
    min-height: 52px;
  }
  .hero-note {
    margin-top: 24px;
  }
  .hero-visual {
    height: 430px;
    margin-left: 13px;
    margin-top: 8px;
  }
  .insight-card {
    left: -13px;
    bottom: 20px;
    width: 247px;
    padding: 18px 20px;
  }
  .insight-card > p {
    font-size: 19px;
  }
  .photo-label {
    left: 17px;
    top: 17px;
    font-size: 7px;
  }
  .image-caption {
    font-size: 6px;
    letter-spacing: 1.1px;
  }
  .capabilities-strip .container {
    gap: 23px 12px;
  }
  .capabilities-strip .container > span {
    font-size: 10px;
    gap: 9px;
    line-height: 1.5;
  }
  .capabilities-strip .icon {
    width: 22px;
    height: 22px;
  }
  .capabilities-strip p {
    font-size: 11px;
  }
  .section-pad {
    padding-block: 61px;
  }
  .section-label {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 19px;
  }
  body h2, .about-copy h2, .approach-section h2 {
    font-size: 38px;
    letter-spacing: -1.8px;
  }
  main .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 30px;
  }
  .section-intro {
    max-width: 390px;
    font-size: 12px;
  }
  .service-grid, .process-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-grid {
    gap: 17px;
  }
  .service-card {
    padding: 25px 26px 0;
  }
  .service-top {
    margin-bottom: 24px;
  }
  .service-card h3 {
    font-size: 26px;
  }
  .service-card > p {
    font-size: 13px;
  }
  .service-tags {
    min-height: 0;
    margin-block: 22px;
  }
  .service-tags span {
    font-size: 9px;
  }
  .service-link {
    min-height: 61px;
    font-size: 12px;
  }
  .about-section {
    padding-block: 59px;
  }
  .about-grid {
    gap: 37px;
  }
  .about-visual {
    width: calc(100% - 12px);
  }
  .about-visual > img {
    height: 315px;
  }
  .about-image-note {
    right: -12px;
    padding: 14px 18px;
    gap: 13px;
  }
  .about-image-note p {
    font-size: 11px;
  }
  .about-copy .section-label {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-principles {
    flex-direction: column;
    gap: 13px;
  }
  .approach-section .section-heading {
    margin-bottom: 37px;
  }
  .process-grid {
    gap: 32px;
  }
  .step-line {
    margin-bottom: 20px;
  }
  .process-step h3 {
    font-size: 22px;
  }
  .process-step p {
    max-width: 100%;
    font-size: 13px;
  }
  .contact-copy h2 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .contact-copy > p:not(.eyebrow) br {
    display: none;
  }
  .contact-row {
    gap: 13px;
    padding-block: 22px;
  }
  .contact-row > span > span {
    font-size: 13px;
  }
  .contact-icon {
    width: 35px;
    height: 35px;
  }
  .contact-arrow {
    width: 15px;
    height: 15px;
  }
  address {
    font-size: 11px;
  }
  address br {
    display: none;
  }
  .footer-main {
    gap: 15px;
    padding-block: 30px;
  }
  .back-top {
    gap: 10px;
    font-size: 9px;
  }
  .footer-bottom {
    font-size: 8px;
    gap: 9px;
  }
  .site-dialog {
    padding: 39px 24px 28px;
  }
  .site-dialog h2 {
    font-size: 32px;
  }
  .site-dialog .eyebrow {
    padding-right: 25px;
    font-size: 8px;
  }
  .form-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  input, textarea, select {
    font-size: 16px;
  }
}

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