:root {
  --paper: #f5f4ee;
  --ink: #262820;
  --muted: #707169;
  --blue: #254dea;
  --line: #deded5;
  --serif: Georgia, 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}

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

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 {
  font: inherit;
  cursor: pointer;
}

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

button:focus-visible, a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

button[hidden], [hidden] {
  display: none !important;
}

::selection {
  color: white;
  background: var(--blue);
}

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

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

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

.icon {
  width: 20px;
  height: 20px;
  flex: none;
  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;
}

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

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

.site-header {
  position: relative;
  z-index: 20;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.brand {
  gap: 11px;
  width: fit-content;
  flex-shrink: 0;
}

.brand-symbol {
  width: 34px;
  height: 39px;
}

.brand > span {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.brand-caption {
  display: block;
  font-size: 6.8px;
  font-weight: 500;
  letter-spacing: 1.9px;
  margin-top: 7px;
}

.desktop-nav {
  gap: 34px;
  padding-left: 35px;
  font-size: 12px;
}

.desktop-nav a {
  position: relative;
  padding: 9px 0;
}

.desktop-nav a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--blue);
  content: '';
  transition: width 180ms ease;
}

.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after {
  width: 100%;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  min-height: 51px;
  padding: 15px 22px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 500;
  transition: background 180ms ease, transform 180ms ease;
}

.button:hover {
  background: #173dcf;
  transform: translateY(-2px);
}

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

.button-small {
  min-height: 43px;
  padding: 11px 19px;
  gap: 29px;
}

.menu-toggle, .mobile-nav {
  display: none;
}

.hero {
  gap: 65px;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 56px;
}

.eyebrow {
  font-size: 9px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1.7px;
}

.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  font-size: 8.5px;
  letter-spacing: 1.4px;
}

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

body h1 {
  font-family: var(--serif);
  font-size: clamp(62px, 6.3vw, 87px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -4.8px;
}

h1 em, h2 em {
  font-weight: 400;
  color: var(--blue);
}

.hero-description {
  max-width: 410px;
  margin-top: 27px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 8px 0;
  font-size: 11px;
  font-weight: 500;
}

.text-link .icon {
  width: 15px;
  height: 15px;
}

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

.hero-note {
  gap: 12px;
  margin-top: 39px;
  font-size: 7.6px;
  letter-spacing: 1.8px;
  color: var(--muted);
}

.small-line {
  width: 25px;
  height: 1px;
  background: #989b8e;
}

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

.hero-image-wrap {
  height: 530px;
  overflow: hidden;
  border-radius: 4px 100px 4px 4px;
  background: #e6e5de;
}

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

.image-caption {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #63655f;
  font-size: 7px;
  letter-spacing: 1.6px;
}

.insight-card {
  position: absolute;
  bottom: 56px;
  left: -32px;
  width: 260px;
  padding: 22px;
  background: rgba(255, 255, 251, .97);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 15px 40px #282b2420;
  border-radius: 5px;
}

.insight-card .eyebrow {
  font-size: 7px;
  letter-spacing: 1.1px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #709c70;
  box-shadow: 0 0 0 4px #edf1e8;
}

.insight-card > p {
  margin-top: 19px;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -.6px;
  line-height: 1.2;
}

.insight-card strong {
  font-weight: 400;
}

.insight-bottom {
  margin-top: 13px;
}

.insight-bottom > span {
  font-size: 8px;
  color: var(--muted);
  padding-bottom: 2px;
}

.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 37px;
}

.mini-bars i {
  display: block;
  width: 10px;
  background: var(--blue);
  border-radius: 2px 2px 0 0;
}

.mini-bars i:nth-child(1) {
  height: 10px;
  opacity: .22;
}

.mini-bars i:nth-child(2) {
  height: 16px;
  opacity: .35;
}

.mini-bars i:nth-child(3) {
  height: 21px;
  opacity: .5;
}

.mini-bars i:nth-child(4) {
  height: 26px;
  opacity: .65;
}

.mini-bars i:nth-child(5) {
  height: 30px;
  opacity: .8;
}

.mini-bars i:nth-child(6) {
  height: 37px;
}

.image-index {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #86887d;
  font-size: 6.5px;
  letter-spacing: 1.2px;
}

.capability-strip.container {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 91px;
  gap: 20px;
  padding-block: 22px;
}

.capability-strip > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
}

.capability-strip .strip-intro {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.4;
}

.strip-intro em {
  display: block;
  color: #77796f;
}

.capability-strip b {
  font-size: 21px;
  font-weight: 400;
  color: var(--blue);
}

.section-space {
  padding-top: 94px;
  padding-bottom: 94px;
}

.section-heading {
  gap: 80px;
}

.section-label {
  margin-bottom: 23px;
}

.section-label > span {
  color: var(--blue);
  margin-right: 8px;
}

body h2 {
  font-family: var(--serif);
  font-size: clamp(35px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -1.8px;
}

.about-intro {
  padding-top: 30px;
}

.about-intro > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.about-intro > p:first-child {
  color: var(--ink);
  font-size: 15px;
  margin-bottom: 14px;
}

.about-intro .text-link {
  margin-top: 12px;
  border-bottom: 1px solid #919689;
}

.about-grid {
  gap: 72px;
  margin-top: 43px;
  align-items: center;
}

.about-photo {
  position: relative;
  height: 335px;
  border-radius: 4px;
  overflow: hidden;
}

.about-photo img {
  object-position: center;
}

.photo-tag {
  position: absolute;
  bottom: 17px;
  left: 18px;
  background: var(--paper);
  padding: 11px 13px;
  border-radius: 2px;
  font-size: 7px;
  letter-spacing: 1.2px;
}

.principle {
  display: flex;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.principle:first-child {
  padding-top: 0;
}

.principle:last-child {
  border: 0;
  padding-bottom: 0;
}

.principle-number {
  color: var(--blue);
  font-family: var(--serif);
  font-size: 18px;
}

.principle h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.3px;
}

.principle p {
  margin-top: 9px;
  max-width: 340px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.expertise-section {
  background: #eceee7;
  border-block: 1px solid #e5e6de;
}

.expertise-heading {
  gap: 25px;
}

.section-description {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 5px;
}

.services-grid {
  margin-top: 43px;
  gap: 18px;
  align-items: start;
}

.service-card {
  padding: 28px;
  background: var(--paper);
  border: 1px solid #dfe1d6;
  border-radius: 4px;
  transition: border-color 180ms ease;
}

.service-card:hover {
  border-color: #b5bdcd;
}

.featured-service {
  background: #f1f3fb;
  border-color: #d7def3;
}

.service-icon {
  width: 33px;
  height: 33px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-top > span {
  font-size: 6.8px;
  letter-spacing: 1.2px;
  color: var(--muted);
}

.service-card h3 {
  margin-top: 30px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.8px;
}

.service-card > p {
  margin-top: 18px;
  min-height: 68px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.service-tags {
  margin-top: 29px;
  color: #777b70;
  font-size: 7px;
  letter-spacing: 1.1px;
}

.service-tags span {
  margin: 0 7px;
}

.service-toggle {
  width: 100%;
  margin-top: 21px;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 20px 0 0;
  text-align: left;
  background: transparent;
  font-size: 11px;
}

.service-toggle .icon {
  width: 17px;
  height: 17px;
  color: var(--blue);
  transition: transform 180ms ease;
}

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

.service-toggle:hover {
  color: var(--blue);
}

.service-details {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.service-details h4 {
  font-size: 12px;
  font-weight: 600;
}

.service-details ul {
  padding-left: 16px;
  margin: 13px 0;
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  list-style: disc;
}

.service-details a {
  display: inline-block;
  padding-block: 7px;
  font-size: 11px;
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.expertise-note {
  margin-top: 25px;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}

.expertise-note strong {
  color: var(--ink);
  font-weight: 400;
}

.review-panel {
  gap: 70px;
  padding: 56px;
  background: #262d27;
  color: #f4f4ea;
  border-radius: 5px;
}

.review-copy .section-label {
  color: #c1c8bb;
  font-size: 7px;
  letter-spacing: 1.5px;
}

.review-copy .section-label > span {
  color: #c9d3b9;
}

.review-copy h2 {
  font-size: 56px;
}

.review-copy h2 em {
  color: #c6d3af;
}

.review-copy > p:not(.eyebrow) {
  max-width: 330px;
  margin-top: 23px;
  color: #bdc5b9;
  font-size: 12px;
  line-height: 1.9;
}

.button-light {
  margin-top: 28px;
  background: #eef0e5;
  border-color: #eef0e5;
  color: #252d23;
  font-size: 11px;
}

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

.review-process {
  align-self: center;
}

.process-label {
  padding-bottom: 26px;
  border-bottom: 1px solid #4a5145;
  color: #c7cebf;
  font-size: 6.9px;
  letter-spacing: 1.3px;
}

.process-label .icon {
  width: 18px;
  height: 18px;
}

.process-step {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid #4a5145;
}

.process-step > span {
  padding-top: 2px;
  color: #bccca6;
  font-size: 10px;
}

.process-step h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.5px;
}

.process-step p {
  margin-top: 10px;
  max-width: 305px;
  color: #bdc5b9;
  font-size: 11px;
  line-height: 1.8;
}

.review-outcome {
  gap: 10px;
  padding-top: 22px;
  color: #c2cdb6;
  font-size: 9px;
}

.review-outcome .icon {
  width: 15px;
  height: 15px;
}

.contact-section {
  padding-top: 71px;
  background: #e9ecf5;
  border-top: 1px solid #dce1ed;
}

.contact-top {
  gap: 90px;
  padding-bottom: 61px;
}

.contact-top h2 {
  font-size: 45px;
}

.contact-intro {
  padding-top: 24px;
  position: relative;
}

.contact-intro > p {
  max-width: 350px;
  color: #707684;
  font-size: 13px;
  line-height: 1.9;
}

.contact-email {
  gap: 20px;
  max-width: 365px;
  margin-top: 26px;
  padding-bottom: 11px;
  border-bottom: 1px solid #b7c1d8;
  color: var(--blue);
  font-size: 28px;
  letter-spacing: -1px;
}

.contact-email .icon {
  width: 25px;
  height: 25px;
}

.contact-email:hover {
  color: #173dcf;
}

.copy-button {
  gap: 7px;
  padding: 12px 0;
  background: none;
  border: 0;
  color: #677189;
  font-size: 9px;
}

.copy-button:hover {
  color: var(--blue);
}

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

.copy-status {
  display: block;
  min-height: 14px;
  font-size: 10px;
  color: var(--blue);
}

.contact-bottom {
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 40px;
  padding: 37px 0;
  border-top: 1px solid #cfd4e1;
  align-items: start;
}

.contact-bottom .brand {
  padding-top: 7px;
}

.contact-detail .eyebrow {
  color: #657088;
  font-size: 7px;
  margin-bottom: 13px;
}

.contact-detail address {
  max-width: 275px;
  font-size: 10px;
  font-style: normal;
  line-height: 1.9;
}

.phone-detail {
  padding-left: 50px;
}

.phone-detail > a {
  font-size: 15px;
}

.phone-detail > a:hover {
  color: var(--blue);
}

.location-note {
  margin-top: 12px;
  font-size: 9px;
  color: #757d8e;
  line-height: 1.7;
}

.footer-base {
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #cfd4e1;
  color: #747d8e;
  font-size: 8px;
}

.footer-base > span {
  letter-spacing: .8px;
}

.footer-base a {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

@media (min-width: 1440px) {
  .hero-image-wrap {
    height: 600px;
  }
  .hero {
    padding-top: 72px;
    padding-bottom: 65px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-copy > .eyebrow {
    font-size: 9px;
  }
  .service-card {
    padding: 32px;
  }
}

@media (max-width: 1199px) {
  body .container {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 39px;
  }
  body h1 {
    font-size: 65px;
    letter-spacing: -3.5px;
  }
  .hero-image-wrap {
    height: 500px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    gap: 14px;
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 6px;
  }
  .hero-copy > .eyebrow {
    font-size: 7.1px;
    letter-spacing: 1.15px;
  }
  .hero-description {
    font-size: 13px;
  }
  .section-heading, .about-grid {
    gap: 45px;
  }
  .capability-strip > span {
    font-size: 9px;
    gap: 8px;
  }
  .capability-strip .strip-intro {
    font-size: 16px;
  }
  .service-card {
    padding: 23px;
  }
  .service-card h3 {
    font-size: 26px;
  }
  .service-card > p {
    min-height: 87px;
  }
  .review-panel {
    padding: 45px;
    gap: 40px;
  }
  .contact-top {
    gap: 60px;
  }
  .contact-top h2 {
    font-size: 39px;
  }
  .phone-detail {
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  body h1 {
    font-size: 53px;
    letter-spacing: -2.8px;
  }
  .hero-image-wrap {
    height: 470px;
    border-top-right-radius: 75px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .hero-copy > .eyebrow {
    font-size: 6px;
    letter-spacing: .6px;
  }
  .hero-note {
    font-size: 6px;
    letter-spacing: 1px;
    margin-top: 25px;
  }
  .insight-card {
    width: 225px;
    left: -15px;
    padding: 18px;
  }
  .insight-card > p {
    font-size: 20px;
  }
  .desktop-nav {
    gap: 20px;
    padding-left: 0;
    font-size: 11px;
  }
  .brand > span {
    font-size: 22px;
  }
  .brand-caption {
    font-size: 5.7px;
    letter-spacing: 1.7px;
  }
  .brand-symbol {
    width: 29px;
  }
  .capability-strip.container {
    justify-content: flex-start;
    gap: 21px;
  }
  .capability-strip .strip-intro {
    flex-basis: 100%;
    display: flex;
    gap: 5px;
  }
  body h2 {
    font-size: 34px;
  }
  .section-heading {
    gap: 30px;
  }
  .service-card {
    padding: 18px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card > p {
    min-height: 105px;
    font-size: 11px;
  }
  .service-top > span {
    font-size: 5.5px;
    letter-spacing: .8px;
  }
  .service-tags {
    font-size: 5.9px;
    letter-spacing: .6px;
  }
  .service-toggle {
    font-size: 10px;
  }
  .review-panel {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding: 35px;
  }
  .review-copy h2 {
    font-size: 46px;
  }
  .process-step {
    gap: 15px;
  }
  .process-step h3 {
    font-size: 21px;
  }
  .process-label {
    font-size: 5.6px;
    letter-spacing: .7px;
  }
  .review-outcome {
    font-size: 8px;
  }
  .contact-top {
    gap: 35px;
  }
  .contact-top h2 {
    font-size: 34px;
  }
  .contact-bottom {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 24px;
  }
  body .container {
    width: calc(100% - 40px);
  }
  .site-header {
    padding: 20px 0;
  }
  .brand > span {
    font-size: 24px;
  }
  .brand-symbol {
    width: 29px;
    height: 34px;
  }
  .brand-caption {
    font-size: 5.8px;
    letter-spacing: 1.8px;
  }
  .site-header .desktop-nav, .site-header .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;
    width: 44px;
    height: 40px;
    background: transparent;
    border: 1px solid #d8d9d0;
    border-radius: 4px;
  }
  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }
  .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;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 20px #272b2510;
  }
  .mobile-nav a {
    font-size: 14px;
    padding: 15px 4px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav a:last-child {
    border: 0;
    color: var(--blue);
  }
  .hero {
    gap: 40px;
    padding-top: 44px;
    padding-bottom: 35px;
  }
  .hero-copy > .eyebrow {
    margin-bottom: 23px;
    font-size: 7px;
    letter-spacing: 1px;
  }
  body h1 {
    font-size: clamp(52px, 12.8vw, 76px);
    line-height: 1.035;
    letter-spacing: -3px;
  }
  .hero-description {
    max-width: 440px;
    margin-top: 23px;
    font-size: 13px;
    line-height: 1.85;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 19px;
  }
  .hero-actions .button {
    min-height: 47px;
    padding-inline: 16px;
    font-size: 11px;
  }
  .hero-actions .text-link {
    gap: 7px;
    font-size: 10px;
  }
  .hero-note {
    margin-top: 27px;
    font-size: 6.5px;
    letter-spacing: 1.4px;
  }
  .hero-visual {
    margin-left: 12px;
  }
  .hero-image-wrap {
    height: 420px;
    border-top-right-radius: 85px;
  }
  .hero-image {
    object-position: 52% center;
  }
  .image-caption {
    left: 18px;
    font-size: 5.8px;
    letter-spacing: 1.1px;
  }
  .insight-card {
    left: -12px;
    bottom: 45px;
    width: 238px;
    padding: 19px;
  }
  .insight-card > p {
    font-size: 22px;
  }
  .image-index {
    font-size: 5.3px;
    letter-spacing: .9px;
  }
  .capability-strip.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    padding-block: 25px;
  }
  .capability-strip .strip-intro {
    display: flex;
    gap: 5px;
    grid-column: 1 / -1;
    margin-bottom: 3px;
    font-size: 19px;
  }
  .capability-strip > span {
    font-size: 9px;
    gap: 9px;
  }
  .capability-strip b {
    font-size: 19px;
  }
  .section-space {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .section-heading {
    gap: 0;
  }
  .section-label {
    margin-bottom: 19px;
    font-size: 8px;
  }
  body h2 {
    font-size: clamp(34px, 8.8vw, 46px);
    letter-spacing: -1.5px;
  }
  .about-intro {
    padding-top: 25px;
  }
  .about-intro > p {
    font-size: 13px;
  }
  .about-intro > p:first-child {
    font-size: 14px;
  }
  .about-grid {
    gap: 32px;
    margin-top: 29px;
  }
  .about-photo {
    height: 275px;
  }
  .photo-tag {
    font-size: 6px;
    left: 13px;
    bottom: 13px;
  }
  .principle {
    gap: 22px;
    padding-block: 23px;
  }
  .principle h3 {
    font-size: 16px;
  }
  .principle p {
    max-width: 440px;
  }
  .expertise-heading {
    gap: 22px;
  }
  .section-description {
    font-size: 12px;
  }
  .services-grid {
    gap: 16px;
    margin-top: 30px;
  }
  .service-card {
    padding: 27px;
  }
  .service-card h3 {
    font-size: 31px;
    margin-top: 25px;
  }
  .service-card > p {
    max-width: 390px;
    min-height: 0;
    font-size: 13px;
  }
  .service-top > span {
    font-size: 7px;
  }
  .service-tags {
    margin-top: 24px;
    font-size: 7px;
  }
  .service-toggle {
    min-height: 44px;
    font-size: 12px;
  }
  .service-details ul {
    font-size: 12px;
  }
  .expertise-note {
    max-width: 245px;
    margin-inline: auto;
    line-height: 1.8;
  }
  .review-panel {
    gap: 38px;
    padding: 30px 25px;
  }
  .review-copy .section-label {
    font-size: 6.3px;
    letter-spacing: 1px;
  }
  .review-copy h2 {
    font-size: 49px;
  }
  .review-copy > p:not(.eyebrow) {
    max-width: none;
    font-size: 12px;
  }
  .button-light {
    min-height: 48px;
    padding-inline: 17px;
    gap: 18px;
    font-size: 11px;
  }
  .process-label {
    font-size: 6px;
    letter-spacing: .8px;
  }
  .process-step {
    gap: 20px;
    padding-block: 23px;
  }
  .process-step h3 {
    font-size: 23px;
  }
  .process-step p {
    max-width: none;
    font-size: 11px;
  }
  .review-outcome {
    font-size: 8px;
  }
  .contact-section {
    padding-top: 53px;
  }
  .contact-top {
    gap: 7px;
    padding-bottom: 28px;
  }
  .contact-top h2 {
    font-size: clamp(34px, 8.7vw, 45px);
  }
  .contact-intro {
    padding-top: 21px;
  }
  .contact-intro > p {
    max-width: 430px;
    font-size: 12px;
  }
  .contact-email {
    max-width: none;
    margin-top: 20px;
    font-size: 28px;
  }
  .copy-button {
    min-height: 44px;
    font-size: 10px;
  }
  .contact-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 30px;
  }
  .contact-detail .eyebrow {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .contact-detail address {
    max-width: 300px;
    font-size: 11px;
  }
  .phone-detail {
    padding-left: 0;
  }
  .phone-detail > a {
    font-size: 16px;
  }
  .location-note {
    font-size: 10px;
  }
  .footer-base {
    padding-block: 22px;
    gap: 19px;
    font-size: 8px;
  }
  .footer-base > span {
    display: none;
  }
}

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