:root {
  --navy: #142b38;
  --navy-deep: #10232f;
  --ivory: #f7f6f2;
  --paper: #f0efe9;
  --gold: #a58c60;
  --gold-light: #d8c7a5;
  --muted: #657079;
  --line: #dcded9;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
html body {
  margin: 0;
  color: var(--navy);
  background: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea {
  font: inherit;
}
button, a, summary {
  -webkit-tap-highlight-color: transparent;
}
button, summary {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
svg {
  flex-shrink: 0;
}
body h1, body h2, body h3, body p {
  margin: 0;
}
body h1, body h2, body h3 {
  font-weight: 400;
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--gold-light);
  color: var(--navy);
}
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.page-container {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin-inline: auto;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 12px 22px;
  z-index: 100;
  background: var(--navy);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 246, 242, .97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 94px;
}
.brand {
  gap: 13px;
  width: fit-content;
}
.brand-mark {
  width: 36px;
  height: 43px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.5;
}
.brand-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.45px;
  line-height: 1.55;
}
.brand-name > span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 3.7px;
  margin-top: 2px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.main-nav > a {
  font-size: 12px;
  transition: color .2s;
}
.main-nav > a:hover {
  color: var(--gold);
}
.main-nav .nav-contact {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 1px solid #bcc2c1;
  padding: 11px 19px;
  margin-left: 6px;
}
.main-nav .nav-contact:hover {
  border-color: var(--gold);
}
.menu-toggle {
  display: none;
  padding: 12px 8px;
  background: none;
  border: 0;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 1px;
  margin: 6px 0;
  background: var(--navy);
  transition: transform .2s;
}
.hero {
  padding: 43px 0 51px;
}
.hero-grid {
  grid-template-columns: 1.04fr 1fr;
  gap: 57px;
}
.hero-copy {
  padding-top: 24px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.5;
}
.eyebrow > span {
  display: block;
  height: 1px;
  width: 24px;
  background: var(--gold);
  flex-shrink: 0;
}
body h1, body h2, .service-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
}
body h1 {
  font-size: clamp(65px, 6.1vw, 86px);
  letter-spacing: -3.8px;
  line-height: 1.025;
  margin: 25px 0 22px;
}
h1 em, h2 em {
  font-weight: 400;
}
h1 em {
  color: var(--gold);
}
.hero-description {
  max-width: 410px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.hero-actions {
  gap: 23px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 49px;
  border: 1px solid transparent;
  padding: 14px 21px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--navy);
  color: white;
}
.button-primary:hover {
  background: #254657;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-block: 8px;
  border: 0;
  background: none;
  font-size: 11px;
  font-weight: 500;
}
.text-link:hover {
  color: var(--gold);
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.hero-note {
  gap: 13px;
  margin-top: 30px;
  font-size: 10px;
  color: #788087;
}
.note-rule {
  width: 23px;
  height: 1px;
  background: #b5bcb9;
}
.hero-visual {
  position: relative;
  height: 566px;
  isolation: isolate;
}
.hero-visual > img {
  height: 100%;
  object-position: center 57%;
}
.hero-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(16, 35, 47, .1), transparent 30%, rgba(16, 35, 47, .15) 60%, rgba(16, 35, 47, .65));
  z-index: 1;
  pointer-events: none;
}
.image-topline {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: white;
  z-index: 2;
  font-size: 8px;
  letter-spacing: 1.8px;
}
.small-cross {
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
}
.perspective-card {
  position: absolute;
  bottom: 58px;
  left: -24px;
  right: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  background: var(--navy);
  color: white;
  z-index: 2;
}
.perspective-icon {
  font-size: 36px;
  color: var(--gold-light);
  width: 51px;
  height: 59px;
  border-right: 1px solid #41515a;
  line-height: 1.4;
}
.perspective-card p {
  font-size: 7px;
  letter-spacing: 1.7px;
  color: var(--gold-light);
  margin-bottom: 9px;
}
.perspective-card div > span {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.25;
}
.image-coordinate {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 26px;
  color: #e8ebea;
  font-size: 7px;
  letter-spacing: 2px;
}
.principles-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principles-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.principles-inner > p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
}
.principles-inner > span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #56636a;
  font-size: 11px;
}
.principles-inner .icon {
  color: var(--gold);
  width: 17px;
  height: 17px;
}
.section-space {
  padding: 93px 0;
}
body .section-heading {
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 41px;
}
body h2 {
  font-size: clamp(37px, 3.45vw, 49px);
  line-height: 1.17;
  letter-spacing: -1.7px;
  margin-top: 19px;
}
.section-intro {
  max-width: 330px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 4px;
}
.services-grid {
  gap: 21px;
  align-items: start;
}
.service-card {
  padding: 30px 28px 0;
  border: 1px solid var(--line);
  background: #f3f3ef;
}
.service-featured {
  background: var(--navy);
  color: var(--ivory);
  border-color: var(--navy);
}
.service-top {
  margin-bottom: 28px;
  gap: 10px;
}
.service-icon {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-featured .service-icon {
  stroke: var(--gold-light);
}
.service-top > span {
  font-size: 7px;
  letter-spacing: 1.6px;
  color: #748087;
}
.service-featured .service-top > span {
  color: #a7b5bc;
}
.service-card h3 {
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: -.75px;
  min-height: 73px;
}
.service-card > p {
  font-size: 12px;
  line-height: 1.9;
  color: #637078;
  margin-top: 18px;
  min-height: 115px;
}
.service-featured > p {
  color: #c1cbd0;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 25px 0 27px;
}
.service-tags > span {
  border: 1px solid #d9ddd8;
  padding: 4px 8px;
  font-size: 7px;
  letter-spacing: .2px;
  color: #67737a;
}
.service-featured .service-tags > span {
  border-color: #43545d;
  color: #c1cbd0;
}
.service-details {
  border-top: 1px solid var(--line);
}
.service-featured .service-details {
  border-color: #43545d;
}
.service-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 20px;
  font-size: 11px;
  list-style: none;
}
.service-details summary::-webkit-details-marker {
  display: none;
}
.service-details summary:hover {
  color: var(--gold);
}
.service-details summary .icon {
  width: 17px;
  height: 17px;
  transition: transform .2s;
}
.service-details[open] summary .icon {
  transform: rotate(90deg);
}
.service-expanded {
  padding-bottom: 23px;
  font-size: 12px;
}
.service-expanded p {
  opacity: .8;
  line-height: 1.85;
}
.service-expanded button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  padding: 0 0 4px;
  margin-top: 17px;
  font-size: 11px;
}
.service-expanded button span {
  margin-left: 9px;
}
.about-section {
  background: var(--paper);
}
.about-grid {
  gap: 82px;
  align-items: center;
}
.about-visual {
  position: relative;
}
.about-visual > img {
  height: 425px;
  object-position: 50% 50%;
}
.about-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 30px;
  color: var(--ivory);
  background: var(--navy);
}
.about-caption .small-cross {
  color: var(--gold-light);
}
.about-caption > span:last-child {
  font-size: 8px;
  letter-spacing: 1.5px;
  line-height: 1.9;
}
.about-copy > p:not(.eyebrow) {
  margin-top: 20px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 420px;
}
.about-copy h2 {
  font-size: clamp(35px, 3.1vw, 44px);
}
.about-belief {
  display: flex;
  gap: 16px;
  margin: 26px 0 17px;
  align-items: stretch;
}
.about-belief > span {
  width: 2px;
  background: var(--gold);
}
.about-belief p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.6;
}
.process-grid {
  gap: 48px;
  margin-top: 47px;
}
.step-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.step-line > span {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  color: var(--gold);
}
.step-line .icon {
  width: 20px;
  height: 20px;
  color: var(--gold);
}
.process-step h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}
.process-step > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  max-width: 315px;
}
.contact-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 69px 0 76px;
  color: var(--ivory);
  background: var(--navy);
}
body .contact-inner {
  position: relative;
  gap: 40px;
  z-index: 1;
}
.contact-section .eyebrow {
  color: var(--gold-light);
}
.contact-section h2 {
  font-size: 52px;
}
.contact-section h2 em {
  color: var(--gold-light);
}
.contact-inner > div > p:last-child {
  color: #b5c1c7;
  font-size: 12px;
  margin-top: 21px;
}
.contact-action {
  padding: 20px 34px 0 0;
}
.button-gold {
  background: var(--gold-light);
  color: var(--navy);
  padding: 17px 24px;
  gap: 36px;
}
.button-gold:hover {
  background: #e5d6b9;
}
.contact-action > span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 9px;
  letter-spacing: .2px;
  color: #acbac2;
}
.contact-orbit {
  position: absolute;
  right: -80px;
  bottom: -230px;
  width: 670px;
  height: 670px;
  border: 1px solid #304451;
  border-radius: 50%;
  z-index: 0;
}
.contact-orbit::before, .contact-orbit::after {
  content: '';
  position: absolute;
  border: 1px solid #304451;
  border-radius: 50%;
}
.contact-orbit::before {
  inset: 64px;
}
.contact-orbit::after {
  inset: 128px;
}
.site-footer {
  padding: 61px 0 0;
}
.footer-grid {
  grid-template-columns: 1.1fr .9fr 1.2fr;
  gap: 55px;
  padding-bottom: 54px;
}
.footer-brand > p {
  color: var(--muted);
  font-size: 11px;
  margin-top: 23px;
  line-height: 1.9;
}
.footer-column {
  min-width: 0;
  padding-top: 3px;
}
.footer-column h3 {
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 600;
  margin-bottom: 22px;
}
.footer-column address {
  font-style: normal;
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
}
.location-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  color: #6d787d;
  margin-top: 16px;
}
.location-note > span {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.footer-connect > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 15px;
}
.footer-connect > a:hover {
  color: var(--gold);
}
.footer-connect .icon {
  width: 13px;
  height: 13px;
}
.email-link {
  overflow-wrap: anywhere;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 23px;
  gap: 20px;
  font-size: 9px;
  color: #798187;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.footer-bottom .icon {
  width: 13px;
  height: 13px;
}

/* The consultation stays local until the visitor opens their email app. */
body dialog {
  width: min(590px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 39px;
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--navy);
  overflow-y: auto;
  box-shadow: 0 25px 100px #0003;
}
dialog::backdrop {
  background: rgba(12, 27, 37, .7);
  backdrop-filter: blur(4px);
}
body.dialog-open {
  overflow: hidden;
}
.dialog-close {
  position: absolute;
  right: 13px;
  top: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  font-size: 29px;
  font-weight: 300;
}
dialog .eyebrow {
  font-size: 8px;
}
dialog h2 {
  font-size: 39px;
  margin-top: 20px;
}
#dialog-description {
  color: var(--muted);
  font-size: 12px;
  margin-top: 16px;
}
#consultation-form {
  margin-top: 23px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field {
  margin-bottom: 16px;
  min-width: 0;
}
.form-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
}
.form-field label span {
  color: var(--muted);
  font-size: 9px;
}
.form-field input, .form-field select, .form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #b9c0bf;
  background: #fff8;
  border-radius: 0;
  padding: 10px 11px;
  color: var(--navy);
  font-size: 13px;
}
.form-field textarea {
  resize: vertical;
  min-height: 85px;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.form-note {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
}
#consultation-form > .button {
  width: 100%;
}
.draft-heading {
  font-size: 18px;
  margin: 24px 0 12px;
}
.draft-help {
  font-size: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.draft-help a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#draft-preview {
  max-height: 245px;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: inherit;
  font-size: 12px;
  padding: 19px;
  background: var(--paper);
  margin: 18px 0;
}
.draft-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.button-outline {
  border-color: #b9c0bf;
  background: transparent;
}
.button-outline:hover {
  background: var(--paper);
}
#draft-status {
  font-size: 11px;
  min-height: 25px;
  margin-top: 9px;
  color: #506552;
}

@media (min-width: 1600px) {
  .hero-visual {
    height: 600px;
  }
  .hero-copy {
    padding-top: 35px;
  }
}

@media (max-width: 1150px) {
  .page-container {
    width: calc(100% - 72px);
  }
  .hero-grid {
    gap: 38px;
  }
  body h1 {
    font-size: 68px;
  }
  .hero-visual {
    height: 563px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    padding-inline: 16px;
    gap: 13px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .main-nav {
    gap: 25px;
  }
  .about-grid {
    gap: 47px;
  }
  .service-card {
    padding: 26px 21px 0;
  }
  .service-card h3 {
    font-size: 27px;
    min-height: 64px;
  }
  .service-card > p {
    min-height: 135px;
  }
  .service-tags {
    min-height: 52px;
    align-content: flex-start;
  }
  .footer-grid {
    gap: 35px;
  }
  .contact-action {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .page-container {
    width: calc(100% - 48px);
  }
  .header-inner {
    min-height: 82px;
  }
  .brand-name {
    font-size: 11px;
  }
  .brand-name > span {
    font-size: 8px;
    letter-spacing: 3px;
  }
  .brand-mark {
    width: 31px;
    height: 38px;
  }
  .main-nav {
    gap: 20px;
  }
  .main-nav > a {
    font-size: 10px;
  }
  .main-nav .nav-contact {
    gap: 16px;
    padding: 9px 12px;
  }
  .hero-grid {
    gap: 30px;
  }
  body h1 {
    font-size: 57px;
    letter-spacing: -2.7px;
  }
  .hero-copy {
    padding-top: 12px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-visual {
    height: 533px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 21px;
  }
  .hero-actions {
    gap: 11px;
    margin-top: 23px;
  }
  .hero-actions .text-link {
    padding-block: 10px;
  }
  .perspective-card {
    left: -14px;
    right: 20px;
    padding: 22px 19px;
    gap: 16px;
  }
  .perspective-card div > span {
    font-size: 21px;
  }
  .perspective-card p {
    font-size: 6px;
  }
  .perspective-icon {
    width: 39px;
  }
  .principles-inner > p {
    font-size: 17px;
  }
  .principles-inner > span {
    font-size: 9px;
    gap: 6px;
  }
  .section-space {
    padding-block: 72px;
  }
  body .section-heading {
    gap: 30px;
  }
  .section-intro {
    max-width: 270px;
    font-size: 12px;
  }
  .services-grid {
    gap: 14px;
  }
  .service-card {
    padding: 22px 17px 0;
  }
  .service-top {
    gap: 5px;
  }
  .service-top > span {
    font-size: 6px;
    letter-spacing: .5px;
  }
  .service-icon {
    width: 32px;
    height: 32px;
  }
  .service-card h3 {
    font-size: 24px;
    min-height: 84px;
  }
  .service-card > p {
    font-size: 11px;
    min-height: 147px;
  }
  .service-tags {
    min-height: 58px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .service-details summary {
    font-size: 10px;
  }
  .about-grid {
    gap: 30px;
  }
  .about-copy h2 {
    font-size: 34px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 11px;
  }
  .about-belief p {
    font-size: 15px;
  }
  .process-grid {
    gap: 28px;
  }
  .process-step h3 {
    font-size: 15px;
  }
  .process-step > p {
    font-size: 11px;
  }
  .contact-section h2 {
    font-size: 44px;
  }
  .contact-action .button {
    gap: 18px;
    padding-inline: 18px;
  }
  .footer-grid {
    grid-template-columns: .85fr .85fr 1.2fr;
    gap: 25px;
  }
  .footer-brand .brand-name {
    font-size: 9px;
    letter-spacing: .5px;
  }
  .footer-brand .brand-name > span {
    font-size: 7px;
    letter-spacing: 2px;
  }
  .footer-brand .brand {
    gap: 9px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
  .header-inner {
    min-height: 76px;
  }
  .brand-name {
    font-size: 11px;
  }
  .brand-name > span {
    font-size: 7px;
    letter-spacing: 3.6px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 24px 24px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 18px #142b380c;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav > a {
    font-size: 14px;
    padding: 12px 0;
  }
  .main-nav .nav-contact {
    margin: 9px 0 0;
    justify-content: space-between;
    padding: 12px 15px;
  }
  .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);
  }
  .hero {
    padding: 29px 0 35px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.65px;
  }
  body h1 {
    font-size: clamp(59px, 12vw, 80px);
    letter-spacing: -3px;
    margin-top: 22px;
    margin-bottom: 21px;
  }
  .hero-description {
    max-width: 450px;
    font-size: 13px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 24px;
  }
  .hero-actions .button {
    padding-inline: 19px;
  }
  .hero-note {
    margin-top: 22px;
    font-size: 9px;
  }
  .hero-visual {
    height: 430px;
    margin-left: 13px;
  }
  .hero-visual > img {
    object-position: center 61%;
  }
  .perspective-card {
    left: -13px;
    right: 25px;
    bottom: 49px;
    padding: 23px;
  }
  .perspective-card div > span {
    font-size: 25px;
  }
  .perspective-card p {
    font-size: 7px;
  }
  .image-topline {
    top: 20px;
    left: 20px;
  }
  .image-coordinate {
    left: 20px;
    bottom: 19px;
    font-size: 6px;
  }
  .principles-inner {
    flex-wrap: wrap;
    gap: 14px 24px;
    padding-block: 24px;
  }
  .principles-inner > p {
    width: 100%;
    font-size: 20px;
    margin-bottom: 3px;
  }
  .principles-inner > span {
    font-size: 10px;
    gap: 7px;
  }
  .section-space {
    padding-block: 58px;
  }
  body .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  body h2 {
    font-size: 37px;
    letter-spacing: -1.4px;
  }
  .section-intro {
    max-width: 410px;
    margin-top: 20px;
    font-size: 12px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .service-card {
    padding: 27px 27px 0;
  }
  .service-icon {
    width: 38px;
    height: 38px;
  }
  .service-top {
    margin-bottom: 22px;
  }
  .service-top > span {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .service-card h3 {
    font-size: 31px;
    min-height: 0;
  }
  .service-card > p {
    font-size: 12px;
    min-height: 0;
    margin-top: 16px;
  }
  .service-tags {
    min-height: 0;
    margin-block: 23px;
  }
  .service-tags > span {
    font-size: 8px;
  }
  .service-details summary {
    font-size: 12px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about-visual > img {
    height: 335px;
  }
  .about-caption {
    padding: 18px 23px;
  }
  .about-copy h2 {
    font-size: 37px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 100%;
  }
  .about-belief p {
    font-size: 16px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 29px;
  }
  .step-line {
    margin-bottom: 16px;
    padding-bottom: 13px;
  }
  .process-step h3 {
    font-size: 17px;
    margin-bottom: 9px;
  }
  .process-step > p {
    max-width: 440px;
    font-size: 12px;
  }
  .contact-section {
    padding: 51px 0 54px;
  }
  body .contact-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
  }
  .contact-section h2 {
    font-size: 44px;
  }
  .contact-action {
    padding-top: 0;
  }
  .contact-action .button {
    gap: 35px;
    padding: 16px 23px;
  }
  .contact-action > span {
    text-align: left;
  }
  .contact-orbit {
    width: 540px;
    height: 540px;
    right: -220px;
    bottom: -170px;
  }
  .site-footer {
    padding-top: 43px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 33px;
  }
  .footer-brand .brand-name {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .footer-brand .brand-name > span {
    font-size: 8px;
    letter-spacing: 3px;
  }
  .footer-brand > p {
    margin-top: 17px;
  }
  .footer-column h3 {
    margin-bottom: 15px;
  }
  .footer-column address, .footer-connect > a {
    font-size: 12px;
  }
  .footer-connect {
    max-width: 420px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    font-size: 8px;
    padding-block: 23px;
  }
  .footer-bottom a {
    align-self: flex-start;
    font-size: 10px;
  }
  body dialog {
    padding: 33px 24px 25px;
    max-height: calc(100dvh - 24px);
  }
  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;
  }
}

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

