:root {
  --navy-950: #06172d;
  --navy-900: #081d38;
  --navy-800: #0d2947;
  --navy-700: #173c61;
  --blue-100: #e8edf2;
  --blue-50: #f5f6f8;
  --ink: #13243a;
  --muted: #596777;
  --line: #d9e0e6;
  --gold: #c99a42;
  --gold-dark: #a97825;
  --white: #ffffff;
  --radius: 4px;
  --shadow: 0 26px 70px rgba(8, 21, 34, 0.12);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

img {
  max-width: 100%;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-900);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(13, 32, 51, 0.74);
  backdrop-filter: blur(18px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(13, 32, 51, 0.96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.13);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

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

.brand-mark {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  font-family: Georgia, "Times New Roman", serif;
}

.mark-s,
.mark-b {
  position: absolute;
  color: var(--white);
  line-height: 1;
}

.mark-s {
  top: -4px;
  left: 2px;
  font-size: 39px;
}

.mark-b {
  top: 10px;
  left: 19px;
  font-size: 29px;
}

.mark-rule {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--gold);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand-copy span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.2em;
}

.brand-copy strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 620;
}

.navigation a {
  transition: color 0.2s ease;
}

.navigation a:hover,
.navigation a:focus-visible {
  color: var(--white);
}

.navigation .nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(189, 146, 80, 0.85);
  color: #efd5aa;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding-top: 82px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 42%, rgba(31, 70, 108, 0.34), transparent 31%),
    var(--navy-900);
}

.hero::after {
  position: absolute;
  z-index: 5;
  inset: 9px;
  border: 2px solid var(--gold);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000 55%);
}

.hero-layout {
  position: relative;
  display: grid;
  min-height: 600px;
  align-items: center;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 84px;
  padding-block: 78px 64px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #dfbd82;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(42px, 5.1vw, 72px);
  letter-spacing: -0.035em;
}

h1 span {
  color: #dec18d;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.025em;
}

h3 {
  line-height: 1.25;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 720;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.button-primary {
  color: var(--navy-950);
  background: var(--gold);
}

.button-primary:hover {
  background: #d0a867;
}

.button-secondary {
  border-color: rgba(255,255,255,.28);
  color: var(--white);
}

.button-secondary:hover {
  border-color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.05);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 30px 0 0;
  padding: 0;
  color: #e7c985;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
  list-style: none;
}

.hero-trust li + li::before {
  margin-right: 24px;
  color: rgba(255,255,255,.72);
  content: "|";
}

.hero-visual {
  position: relative;
}

.hero-emblem {
  position: relative;
  min-height: 455px;
  padding: 22px 25px 32px;
  border: 1px solid rgba(201,154,66,.36);
  background: rgba(5, 20, 40, .36);
  box-shadow: 0 28px 70px rgba(0,0,0,.2);
}

.emblem-mark {
  position: relative;
  width: min(100%, 330px);
  height: 255px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
}

.emblem-s,
.emblem-b {
  position: absolute;
  z-index: 2;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
}

.emblem-s {
  top: 1px;
  left: 83px;
  font-size: 202px;
  letter-spacing: -.1em;
}

.emblem-b {
  top: 80px;
  left: 174px;
  font-size: 139px;
}

.structure-axis,
.structure-col,
.structure-roof,
.structure-base {
  position: absolute;
  z-index: 3;
  display: block;
}

.structure-axis {
  bottom: 34px;
  left: 43px;
  width: 1px;
  height: 92px;
  background: rgba(255,255,255,.65);
}

.structure-col {
  bottom: 34px;
  width: 2px;
  background: var(--white);
}

.col-one { left: 67px; height: 55px; background: var(--gold); }
.col-two { left: 85px; height: 80px; }
.col-three { left: 104px; height: 106px; background: var(--gold); }

.structure-roof {
  width: 2px;
  height: 36px;
  background: var(--white);
  transform-origin: bottom;
}

.roof-one { bottom: 87px; left: 67px; transform: rotate(57deg); }
.roof-two { bottom: 112px; left: 85px; transform: rotate(57deg); background: var(--gold); }

.structure-base {
  position: absolute;
  right: 25px;
  bottom: 34px;
  left: 24px;
  height: 1px;
  background: var(--white);
}

.structure-cross {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 29px;
  color: var(--white);
  font-family: system-ui, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.emblem-wordmark {
  text-align: center;
  text-transform: uppercase;
}

.emblem-wordmark > span {
  display: block;
  color: var(--white);
  font-size: 14px;
  letter-spacing: .34em;
}

.emblem-wordmark > strong {
  display: block;
  margin: 6px 0 12px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: .22em;
  line-height: 1;
}

.emblem-wordmark > small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e5c374;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: .08em;
}

.emblem-wordmark > small i {
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.hero-foot {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(5,15,25,.26);
}

.hero-foot-inner {
  display: grid;
  min-height: 78px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  color: rgba(255,255,255,.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.hero-foot-inner span + span {
  border-left: 1px solid rgba(255,255,255,.1);
}

.section {
  padding-block: 108px;
}

.section-intro {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr .78fr;
  gap: 100px;
  margin-bottom: 54px;
}

.section-intro h2 {
  margin-bottom: 0;
  max-width: 690px;
}

.section-intro > p {
  margin: 0 0 8px;
  color: var(--muted);
}

.section-intro.compact {
  display: block;
}

.services {
  background: var(--blue-50);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.service-card {
  position: relative;
  min-height: 350px;
  grid-column: span 2;
  padding: 30px 28px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 3;
}

.service-card:hover {
  z-index: 2;
  box-shadow: 0 18px 45px rgba(9,27,43,.09);
  transform: translateY(-5px);
}

.service-card.featured {
  border-color: var(--navy-800);
  color: var(--white);
  background: var(--navy-800);
}

.service-index {
  position: absolute;
  top: 23px;
  right: 24px;
  color: #9ba6ae;
  font-size: 10px;
  letter-spacing: .12em;
}

.featured .service-index {
  color: rgba(255,255,255,.45);
}

.service-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 40px;
  place-items: center;
  border: 1px solid #d5dde2;
  color: var(--gold-dark);
  font-size: 26px;
}

.featured .service-icon {
  border-color: rgba(255,255,255,.2);
  color: #e2bd7a;
}

.service-card h3 {
  margin-bottom: 13px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}

.service-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
}

.featured p {
  color: rgba(255,255,255,.66);
}

.service-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  padding: 5px 8px;
  border: 1px solid var(--line);
  color: #69757d;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.featured li {
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.58);
}

.expertise {
  color: var(--white);
  background: var(--navy-900);
}

.expertise-layout {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 100px;
}

.expertise-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.expertise-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.62);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(189,146,80,.55);
  color: #e4c58f;
  font-size: 14px;
  font-weight: 700;
}

.text-link span {
  transition: transform .2s ease;
}

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

.credentials {
  border-top: 1px solid rgba(255,255,255,.13);
}

.credential {
  display: grid;
  align-items: start;
  grid-template-columns: 64px 1fr;
  gap: 17px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.credential > span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 20px;
}

.credential strong {
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.credential p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 14px;
}

.process {
  background: var(--white);
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.process-grid li {
  position: relative;
  padding: 34px 28px 12px 0;
}

.process-grid li + li {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.process-grid span {
  display: block;
  margin-bottom: 32px;
  color: var(--gold-dark);
  font-family: Georgia, serif;
  font-size: 25px;
}

.process-grid h3 {
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.region {
  background: #e9eff2;
}

.region-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.region-map {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid #cbd5db;
  background:
    linear-gradient(rgba(16,42,67,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,42,67,.055) 1px,transparent 1px),
    rgba(255,255,255,.32);
  background-size: 31px 31px;
}

.map-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(16,42,67,.18);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

.ring-one { width: 120px; height: 120px; }
.ring-two { width: 240px; height: 240px; }
.ring-three { width: 390px; height: 390px; }

.map-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 4px solid #d8c098;
  border-radius: 50%;
  background: var(--navy-800);
  transform: translate(-50%,-50%);
}

.region-map strong {
  position: absolute;
  top: calc(50% + 18px);
  left: 50%;
  color: var(--navy-800);
  font-size: 10px;
  letter-spacing: .18em;
  transform: translateX(-50%);
}

.region-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

.text-link.dark {
  color: var(--navy-800);
}

.faq {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 105px;
}

.faq-intro p:not(.eyebrow) {
  color: var(--muted);
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 19px;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  color: var(--gold-dark);
  font-family: system-ui, sans-serif;
  font-size: 20px;
  transition: transform .2s ease;
}

.accordion details[open] summary span {
  transform: rotate(45deg);
}

.accordion details p {
  max-width: 670px;
  padding: 0 44px 23px 0;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  padding-block: 82px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(8,21,34,.97), rgba(16,42,67,.94)),
    var(--navy-900);
}

.contact-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
}

.contact h2 {
  margin-bottom: 14px;
}

.contact > .container > div > p:not(.eyebrow) {
  color: rgba(255,255,255,.6);
}

.contact-card {
  padding: 30px;
  border: 1px solid rgba(201,154,66,.7);
  background: rgba(4,17,34,.42);
}

.contact-card > span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-card > .contact-label {
  margin-top: 20px;
}

.contact-card address {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px,2.2vw,24px);
  font-style: normal;
  line-height: 1.35;
}

.contact-card > a:not(.button) {
  display: block;
  overflow-wrap: anywhere;
  font-family: Georgia, serif;
  font-size: clamp(18px,2.2vw,26px);
}

.contact-card p {
  margin: 18px 0 23px;
  color: rgba(255,255,255,.54);
  font-size: 13px;
}

.button-gold {
  color: var(--navy-950);
  background: var(--gold);
}

.site-footer {
  color: rgba(255,255,255,.58);
  border-top: 3px solid var(--gold);
  background: var(--navy-950);
}

.footer-main {
  display: grid;
  min-height: 130px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-main > p {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.legal-page {
  min-height: 100vh;
  padding: 130px 0 80px;
  background: var(--blue-50);
}

.legal-card {
  max-width: 850px;
  margin-inline: auto;
  padding: clamp(28px, 6vw, 70px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(9,27,43,.08);
}

.legal-card h1 {
  color: var(--navy-900);
  font-size: clamp(40px,6vw,64px);
}

.legal-card h2 {
  margin: 42px 0 12px;
  font-size: 27px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-notice {
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  color: var(--navy-900) !important;
  background: #fbf5e9;
  font-weight: 650;
}

.legal-back {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--navy-800);
  font-weight: 700;
}

@media (max-width: 980px) {
  .navigation {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(13,32,51,.985);
  }

  .navigation.open {
    display: flex;
  }

  .navigation a {
    padding: 12px 4px;
  }

  .navigation .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .menu-button {
    display: block;
  }

  .hero-layout,
  .expertise-layout,
  .region-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 30px;
  }

  .hero-visual {
    max-width: 620px;
  }

  .expertise-layout,
  .faq-layout,
  .contact-layout {
    gap: 55px;
  }

  .expertise-copy {
    position: static;
  }

  .section-intro {
    display: block;
  }

  .section-intro > p {
    max-width: 700px;
    margin-top: 22px;
  }

  .service-card {
    grid-column: span 3;
  }

  .service-card:nth-child(5) {
    grid-column: span 6;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .process-grid li:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > p {
    display: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

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

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy span {
    font-size: 8px;
  }

  .navigation {
    top: 72px;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-layout {
    padding-block: 58px 44px;
  }

  h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-emblem {
    min-height: 400px;
    padding-inline: 14px;
  }

  .emblem-mark {
    height: 230px;
    transform: scale(.88);
    transform-origin: center top;
  }

  .emblem-wordmark > span {
    font-size: 10px;
    letter-spacing: .26em;
  }

  .emblem-wordmark > strong {
    font-size: 34px;
    letter-spacing: .16em;
  }

  .emblem-wordmark > small {
    font-size: 7px;
  }

  .emblem-wordmark > small i {
    width: 16px;
  }

  .hero-foot-inner {
    min-height: 112px;
    padding-block: 12px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-foot-inner span + span {
    border-left: 0;
  }

  .section {
    padding-block: 78px;
  }

  .section-intro {
    margin-bottom: 35px;
  }

  .service-grid,
  .process-grid {
    display: block;
  }

  .service-card {
    min-height: auto;
    margin-bottom: 12px;
  }

  .process-grid li,
  .process-grid li + li,
  .process-grid li:nth-child(3) {
    padding: 25px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-grid span {
    margin-bottom: 16px;
  }

  .region-layout {
    gap: 45px;
  }

  .region-map {
    min-height: 320px;
  }

  .contact-card {
    padding: 23px 20px;
  }

  .footer-main {
    display: flex;
    padding-block: 30px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    padding-block: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
