:root {
  --paper: #f7f5f0;
  --ink: #282a27;
  --muted: #6c6d66;
  --orange: #c4502c;
  --orange-bright: #e26b42;
  --line: #dedfd6;
  --white: #fffefa;
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

button {
  cursor: pointer;
}

button, a {
  touch-action: manipulation;
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}

::selection {
  background: #ecc3ae;
  color: var(--ink);
}

[hidden] {
  display: none !important;
}

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

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

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

.section-padding {
  padding-block: 96px;
}

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

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  min-height: 52px;
  padding: 16px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  transition: background .2s, transform .2s;
}

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

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

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

.button-dark:hover {
  background: #41453e;
}

.button-orange {
  background: var(--orange);
  color: #fff;
}

.button-orange:hover {
  background: #a83d1e;
}

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

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

.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform .2s;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.orange-line {
  width: 24px;
  height: 2px;
  background: var(--orange);
  flex-shrink: 0;
}

.section-eyebrow {
  margin-bottom: 26px;
}

.section-number {
  color: var(--orange);
  margin-right: 7px;
}

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

body h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 3.2vw, 45px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -1.7px;
}

body h3 {
  font-weight: 500;
}

em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

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

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

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

.brand-mark {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 31px;
  width: 31px;
}

.brand-mark i {
  display: block;
  width: 8px;
  background: var(--orange-bright);
}

.brand-mark i:nth-child(1) {
  height: 14px;
}

.brand-mark i:nth-child(2) {
  height: 23px;
}

.brand-mark i:nth-child(3) {
  height: 31px;
}

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

.brand-name > span {
  font-weight: 400;
}

.brand-name small {
  display: block;
  margin-top: 7px;
  font-size: 6.5px;
  font-weight: 500;
  letter-spacing: 1.8px;
}

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

.desktop-nav a {
  font-size: 12px;
  color: #565951;
  padding: 12px 0;
  transition: color .2s;
}

.desktop-nav a:hover {
  color: var(--orange);
}

.header-cta {
  min-height: 43px;
  padding: 12px 20px;
  font-size: 12px;
  gap: 26px;
}

.menu-toggle {
  width: 43px;
  height: 43px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 12px 9px;
}

.menu-toggle span {
  display: block;
  height: 1px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform .2s;
}

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

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

.mobile-nav {
  position: absolute;
  top: 79px;
  left: 0;
  right: 0;
  padding: 18px 24px 25px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 20px #282a2710;
}

.mobile-nav a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 65px;
  align-items: center;
  padding-block: 57px 59px;
}

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

.hero .eyebrow {
  font-size: 9px;
  letter-spacing: 1.35px;
  margin-bottom: 27px;
}

body h1 {
  font-size: clamp(58px, 5.65vw, 81px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -3.6px;
  margin-bottom: 24px;
}

h1 em {
  color: var(--orange);
  letter-spacing: -3.2px;
  line-height: 1.02;
}

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

.hero-actions {
  gap: 24px;
}

.hero-actions .button {
  gap: 23px;
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 1.25px;
  color: var(--muted);
  margin-top: 38px;
}

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

.hero-visual {
  position: relative;
  padding-bottom: 21px;
}

.hero-image {
  height: 552px;
  border-radius: 3px;
  object-position: center 46%;
}

.image-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 13px;
  background: #f7f5f0ef;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.image-corner .icon {
  color: var(--orange);
  width: 29px;
  height: 29px;
  stroke-width: 1;
}

.insight-card {
  position: absolute;
  bottom: 0;
  left: -30px;
  right: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 23px;
  background: var(--white);
  box-shadow: 0 10px 32px #282a2710;
  border: 1px solid #e5e3dc;
  border-radius: 3px;
}

.insight-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #f5e9df;
  color: var(--orange);
  flex-shrink: 0;
}

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

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

.insight-card p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.3px;
}

.insight-trend {
  width: 72px;
  height: 36px;
  color: var(--orange);
  margin-left: auto;
}

.principles-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr 1.1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-block: 30px 34px;
}

.principles-strip > p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.principles-strip strong {
  color: var(--ink);
  font-weight: 500;
}

.principles-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 11px;
}

.principles-strip .icon {
  width: 26px;
  height: 26px;
  color: var(--muted);
  stroke-width: 1.2;
}

.expertise-section {
  background: #efeee8;
  border-block: 1px solid #e8e7df;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 43px;
}

.section-heading-row > p {
  width: 330px;
  max-width: 40%;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

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

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid #ddded5;
  padding: 30px 29px 0;
  border-radius: 3px;
  transition: border-color .2s, transform .2s;
}

.service-card:hover {
  border-color: #bc9c88;
  transform: translateY(-4px);
}

.service-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.service-icon {
  width: 35px;
  height: 35px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card-top > span {
  color: #77796f;
  font-size: 10px;
}

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

.service-card > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 23px;
}

.service-card ul {
  margin: auto 0 28px;
  padding: 0;
  list-style: none;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #595b53;
  line-height: 2.3;
}

.service-card li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bd9d85;
}

.featured-card {
  background: #f6f1e8;
}

.service-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 0;
  border-top: 1px solid var(--line);
  background: none;
  padding: 20px 0;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
}

.service-link .icon {
  width: 18px;
  height: 18px;
  color: var(--orange);
}

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

.expertise-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 26px 0 0;
  font-size: 10px;
  color: var(--muted);
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
  padding-block: 111px;
}

.about-visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.about-visual > img {
  height: 355px;
  border-radius: 3px;
  object-position: 48% center;
}

.about-image-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 13px;
  font-size: 7px;
  letter-spacing: 1px;
  color: var(--muted);
}

.about-statement {
  padding: 27px 0 0 24px;
  border-left: 2px solid var(--orange);
  margin-top: 28px;
  font-size: 25px;
  letter-spacing: -.6px;
  line-height: 1.3;
}

.about-statement em {
  color: var(--muted);
}

.about-copy .section-eyebrow {
  margin-bottom: 25px;
}

.about-copy h2 {
  margin-bottom: 25px;
}

.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 17px;
}

.about-value {
  display: flex;
  gap: 13px;
  margin-top: 23px;
}

.about-value > .icon {
  width: 20px;
  height: 20px;
  color: var(--orange);
  background: #ede9df;
  border-radius: 50%;
  padding: 3px;
}

.about-value h3 {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}

.about-value p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}

.about-copy > .text-link {
  margin-top: 24px;
}

.approach-section {
  border-top: 1px solid var(--line);
  background: #f0efe9;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  padding-top: 10px;
}

.step-number {
  display: inline-block;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--orange);
  font-size: 35px;
  line-height: 1;
  font-style: italic;
}

.step-rule {
  height: 1px;
  background: #d6d7cc;
  margin: 25px 0;
  position: relative;
}

.step-rule::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6c7bb;
}

.process-step h3 {
  font-size: 20px;
  letter-spacing: -.5px;
  margin-bottom: 15px;
}

.process-step p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 25px;
}

.step-output {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
}

.step-output .icon {
  width: 15px;
  height: 15px;
  color: var(--orange);
}

.contact-section {
  background: #282d28;
  color: var(--paper);
  padding: 78px 0 0;
}

.contact-section .section-eyebrow {
  color: #ced0c5;
}

.contact-section .section-number {
  color: #e58b67;
}

.contact-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 55px;
  padding-bottom: 58px;
}

.contact-intro h2 {
  font-size: clamp(37px, 4.1vw, 57px);
  letter-spacing: -2px;
  line-height: 1.14;
}

.contact-intro h2 em {
  color: #e19b7a;
}

.contact-invitation {
  width: 310px;
  flex-shrink: 0;
}

.contact-invitation > p {
  font-size: 12px;
  line-height: 1.8;
  color: #c3c7ba;
  margin-bottom: 22px;
}

.contact-invitation .button {
  background: #df7d55;
  color: #20251f;
}

.contact-invitation .button:hover {
  background: #ec9975;
}

.contact-invitation > span {
  display: block;
  margin-top: 13px;
  font-size: 9px;
  color: #b8bead;
}

.footer-details {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1.05fr;
  gap: 45px;
  border-top: 1px solid #4c5147;
  padding-block: 44px;
}

.footer-brand {
  align-self: start;
  margin-top: 4px;
}

.footer-details h3 {
  color: #b8bead;
  font-size: 8px;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
}

.footer-contact > a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 12px;
  margin-bottom: 13px;
}

.footer-contact > a .icon {
  width: 15px;
  height: 15px;
  color: #e19b7a;
}

.footer-contact > a:hover {
  color: #e19b7a;
}

.footer-address address {
  font-size: 10px;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: .2px;
}

.footer-address > span {
  display: block;
  font-size: 9px;
  margin-top: 8px;
  color: #b8bead;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #4c5147;
  padding-block: 23px;
  color: #b8bead;
  font-size: 8px;
}

.footer-bottom a {
  color: var(--paper);
}

.footer-bottom a span {
  margin-left: 10px;
  font-size: 15px;
}

.footer-bottom a:hover {
  color: #e19b7a;
}

body dialog {
  width: min(570px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 40px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 30px 100px #0003;
  overflow-y: auto;
}

dialog::backdrop {
  background: #202820b8;
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 30px;
  font-weight: 300;
  color: var(--muted);
}

.dialog-close:hover {
  color: var(--orange);
}

dialog .eyebrow {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 8px;
}

dialog h2 {
  font-size: 38px;
  margin-bottom: 17px;
}

.dialog-description {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 25px;
}

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

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.form-field label {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-width: 0;
  background: var(--white);
  border: 1px solid #c5c8bd;
  border-radius: 2px;
  padding: 12px;
  color: var(--ink);
  font-size: 13px;
}

.form-field textarea {
  resize: vertical;
  min-height: 105px;
  max-height: 240px;
  line-height: 1.6;
}

.form-field select {
  min-height: 44px;
}

.form-field input::placeholder, .form-field textarea::placeholder {
  color: #76776f;
}

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

.form-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
  margin: 15px 0 0;
}

.form-note a {
  text-decoration: underline;
}

.draft-status {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #396343;
  margin-bottom: 15px;
}

.preview-description {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  overflow-wrap: anywhere;
}

#draft-body {
  font-family: inherit;
  font-size: 12px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #eeede5;
  border: 1px solid var(--line);
  padding: 18px;
  max-height: 260px;
  overflow: auto;
  margin-bottom: 23px;
}

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

body.dialog-open {
  overflow: hidden;
}

/* Layout fallbacks keep the page usable if the CDN is unavailable. */
.header-inner, .hero-actions {
  display: flex;
  align-items: center;
}

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

.desktop-nav {
  display: flex;
  align-items: center;
}

.menu-toggle {
  display: none;
}

@media (min-width: 1450px) {
  .hero {
    gap: 88px;
    padding-block: 65px;
  }
  .hero-image {
    height: 585px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 440px;
  }
}

@media (max-width: 1150px) {
  body .container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    margin-left: 0;
    gap: 25px;
  }
  .hero {
    gap: 40px;
  }
  body h1 {
    font-size: 66px;
  }
  .hero-image {
    height: 525px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    gap: 14px;
    font-size: 12px;
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .insight-card {
    left: -18px;
    right: 17px;
    gap: 12px;
    padding: 20px 16px;
  }
  .insight-card p {
    font-size: 15px;
  }
  .insight-trend {
    width: 48px;
  }
  .card-kicker {
    font-size: 6px;
  }
  .principles-strip {
    gap: 14px;
  }
  .principles-strip > div {
    font-size: 10px;
    gap: 10px;
  }
  .service-card {
    padding: 25px 21px 0;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .about-section {
    gap: 55px;
  }
  .process-grid {
    gap: 30px;
  }
  .step-output {
    flex-wrap: wrap;
    font-size: 8px;
  }
  .contact-intro {
    gap: 30px;
  }
  .contact-intro h2 {
    font-size: 44px;
  }
  .footer-details {
    gap: 25px;
  }
  .footer-brand .brand-name {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  body .container {
    width: calc(100% - 48px);
  }
  .brand-name {
    font-size: 16px;
  }
  .brand-name small {
    font-size: 6px;
    letter-spacing: 1.3px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .hero {
    gap: 30px;
    padding-block: 45px;
  }
  body h1 {
    font-size: 58px;
  }
  .hero .eyebrow {
    max-width: 290px;
    line-height: 1.8;
  }
  .hero-image {
    height: 510px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .hero-location {
    font-size: 7px;
    letter-spacing: .8px;
    margin-top: 22px;
  }
  .insight-card {
    right: 8px;
    padding: 17px 12px;
  }
  .insight-trend {
    display: none;
  }
  .insight-card p {
    font-size: 14px;
  }
  .principles-strip {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .principles-strip > div {
    justify-content: flex-start;
  }
  .section-padding {
    padding-block: 70px;
  }
  .section-heading-row {
    gap: 35px;
  }
  body h2 {
    font-size: 33px;
    letter-spacing: -1.2px;
  }
  .section-heading-row > p {
    font-size: 12px;
  }
  .services-grid {
    gap: 12px;
  }
  .service-card {
    padding: 22px 17px 0;
  }
  .service-card h3 {
    font-size: 19px;
  }
  .service-card > p {
    font-size: 11px;
  }
  .service-card li {
    font-size: 10px;
    line-height: 1.7;
    margin-bottom: 9px;
    align-items: flex-start;
  }
  .service-card li::before {
    margin-top: 6px;
    flex-shrink: 0;
  }
  .service-link {
    font-size: 10px;
  }
  .about-section {
    gap: 36px;
  }
  .about-visual > img {
    height: 360px;
  }
  .about-image-caption {
    font-size: 6px;
    letter-spacing: .5px;
  }
  .about-copy .eyebrow {
    font-size: 8px;
  }
  .about-statement {
    font-size: 22px;
  }
  .process-step h3 {
    font-size: 18px;
  }
  .contact-intro h2 {
    font-size: 38px;
  }
  .contact-invitation {
    width: 265px;
  }
  .footer-details {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 20px;
  }
  body .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 80px;
  }
  .desktop-nav, .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .brand-name {
    font-size: 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-block: 43px 35px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    max-width: none;
    font-size: 8px;
    margin-bottom: 24px;
  }
  body h1 {
    font-size: clamp(58px, 11vw, 78px);
    letter-spacing: -2.8px;
    line-height: 1.04;
    margin-bottom: 24px;
  }
  h1 em {
    letter-spacing: -2.5px;
  }
  .hero-description {
    max-width: 480px;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-actions .button {
    min-height: 50px;
    font-size: 11px;
    padding-inline: 17px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 10px;
  }
  .hero-location {
    font-size: 7px;
    margin-top: 28px;
  }
  .hero-image {
    height: 460px;
    object-position: center 42%;
  }
  .hero-visual {
    padding-bottom: 22px;
  }
  .insight-card {
    left: 15px;
    right: 15px;
    padding: 19px 17px;
  }
  .insight-card p {
    font-size: 15px;
  }
  .insight-trend {
    display: block;
    width: 52px;
  }
  .card-kicker {
    font-size: 6px;
    letter-spacing: .8px;
  }
  .principles-strip {
    gap: 24px 14px;
    padding-block: 26px 32px;
  }
  .principles-strip > p {
    font-size: 10px;
  }
  .principles-strip > div {
    font-size: 10px;
    gap: 9px;
    line-height: 1.6;
  }
  .principles-strip .icon {
    width: 23px;
    height: 23px;
  }
  .section-padding {
    padding-block: 60px;
  }
  .section-eyebrow {
    font-size: 9px;
    margin-bottom: 23px;
  }
  body h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .section-heading-row {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading-row > p {
    max-width: 470px;
    width: 100%;
    font-size: 13px;
    margin-top: 22px;
    margin-bottom: 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .service-card {
    padding: 27px 26px 0;
  }
  .service-card-top {
    margin-bottom: 26px;
  }
  .service-card h3 {
    font-size: 25px;
  }
  .service-card > p {
    font-size: 13px;
    max-width: 430px;
  }
  .service-card li {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 4px;
  }
  .service-card li::before {
    margin-top: 9px;
  }
  .service-card ul {
    margin-bottom: 23px;
  }
  .service-link {
    font-size: 12px;
    padding-block: 20px;
  }
  .expertise-note {
    font-size: 9px;
    line-height: 1.7;
    text-align: center;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 43px;
  }
  .about-visual > img {
    height: 300px;
  }
  .about-image-caption {
    font-size: 6px;
    letter-spacing: .7px;
  }
  .about-statement {
    padding: 2px 0 2px 18px;
    margin-top: 24px;
    font-size: 25px;
  }
  .about-copy .section-eyebrow {
    font-size: 9px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-value h3 {
    font-size: 13px;
  }
  .about-value p {
    font-size: 12px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-top: 5px;
  }
  .step-rule {
    margin: 18px 0 23px;
  }
  .process-step h3 {
    font-size: 22px;
  }
  .process-step p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .step-output {
    font-size: 9px;
  }
  .contact-section {
    padding-top: 57px;
  }
  .contact-intro {
    display: block;
    padding-bottom: 37px;
  }
  .contact-intro h2 {
    font-size: clamp(35px, 7.5vw, 49px);
    letter-spacing: -1.6px;
  }
  .contact-intro h2 br {
    display: none;
  }
  .contact-invitation {
    width: 100%;
    max-width: 440px;
    margin-top: 25px;
  }
  .contact-invitation > p {
    font-size: 13px;
  }
  .footer-details {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 35px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-details h3 {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .footer-contact > a {
    font-size: 13px;
  }
  .footer-address address {
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 16px;
    font-size: 8px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  body dialog {
    padding: 32px 24px;
    max-height: calc(100dvh - 32px);
  }
  dialog h2 {
    font-size: 34px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-field input, .form-field select, .form-field textarea {
    font-size: 16px;
  }
  .dialog-description {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: .8px;
  }
  body h1 {
    font-size: 55px;
  }
  .hero-image {
    height: 390px;
  }
  .insight-card {
    padding-inline: 12px;
    gap: 9px;
  }
  .insight-trend {
    display: none;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    padding-inline: 12px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
}

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