:root {
  --navy: #061a2b;
  --navy-deep: #03121f;
  --gold: #c6a35a;
  --gold-light: #d8b96f;
  --white: #f7f7f5;
  --surface-cream: #f2efe7;
  --header-height: 118px;
}

/* Shared stagger indexes keep reveal timing out of template style attributes. */
.animation-index-0 { --hero-word-index: 0; --value-word-index: 0; --services-word-index: 0; --reveal-index: 0; --process-index: 0; --news-index: 0; }
.animation-index-1 { --hero-word-index: 1; --value-word-index: 1; --services-word-index: 1; --reveal-index: 1; --process-index: 1; --news-index: 1; }
.animation-index-2 { --hero-word-index: 2; --value-word-index: 2; --services-word-index: 2; --reveal-index: 2; --process-index: 2; --news-index: 2; }
.animation-index-3 { --hero-word-index: 3; --value-word-index: 3; --services-word-index: 3; --reveal-index: 3; --process-index: 3; --news-index: 3; }
.animation-index-4 { --hero-word-index: 4; --value-word-index: 4; --services-word-index: 4; --reveal-index: 4; --process-index: 4; --news-index: 4; }
.animation-index-5 { --hero-word-index: 5; --value-word-index: 5; --services-word-index: 5; --reveal-index: 5; --process-index: 5; --news-index: 5; }
.animation-index-6 { --hero-word-index: 6; --value-word-index: 6; --services-word-index: 6; --reveal-index: 6; --process-index: 6; --news-index: 6; }
.animation-index-7 { --hero-word-index: 7; --value-word-index: 7; --services-word-index: 7; --reveal-index: 7; --process-index: 7; --news-index: 7; }
.animation-index-8 { --hero-word-index: 8; --value-word-index: 8; --services-word-index: 8; --reveal-index: 8; --process-index: 8; --news-index: 8; }
.animation-index-9 { --hero-word-index: 9; --value-word-index: 9; --services-word-index: 9; --reveal-index: 9; --process-index: 9; --news-index: 9; }
.animation-index-10 { --hero-word-index: 10; --value-word-index: 10; --services-word-index: 10; --reveal-index: 10; --process-index: 10; --news-index: 10; }
.animation-index-11 { --hero-word-index: 11; --value-word-index: 11; --services-word-index: 11; --reveal-index: 11; --process-index: 11; --news-index: 11; }
.animation-index-12 { --hero-word-index: 12; --value-word-index: 12; --services-word-index: 12; --reveal-index: 12; --process-index: 12; --news-index: 12; }

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--navy-deep);
  overscroll-behavior-x: none;
  scroll-behavior: auto;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-deep);
  color: var(--white);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-x: none;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

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

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

button {
  font: inherit;
}

.front-desktop-shell .front-contact-status[hidden] {
  display: none;
}

.front-desktop-shell .front-contact-form-actions .front-contact-status {
  margin-bottom: 0;
}

.front-desktop-shell .front-contact-status.is-error {
  border-color: rgba(190, 54, 54, 0.28);
  background: rgba(190, 54, 54, 0.09);
  color: #9a2f2f;
}

.front-desktop-shell .front-contact-status.is-error i {
  color: #b53a3a;
}

.front-desktop-shell .front-contact-form[aria-busy="true"] button[type="submit"] {
  cursor: wait;
  opacity: 0.68;
}

.hero-page {
  min-height: 100svh;
  overflow: hidden;
  background: var(--navy-deep);
}

.values-section {
  position: relative;
  overflow: hidden;
  background: #f4f1ea;
  color: var(--navy-deep);
  content-visibility: auto;
  contain-intrinsic-size: auto 920px;
}

.values-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
  padding: clamp(76px, 6vw, 112px) 0;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
  gap: clamp(60px, 5.4vw, 106px);
  align-items: start;
}

.values-intro {
  position: relative;
  width: 100%;
  justify-self: start;
  text-align: left;
}

.values-title {
  max-width: 760px;
  margin: 0;
  text-align: left;
  color: rgba(3, 18, 31, 0.96);
  font-size: clamp(3rem, 3.75vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.04;
}

.values-word {
  display: inline-block;
  overflow: visible;
  padding: 0.04em 0.035em 0.12em;
  margin-left: -0.035em;
  margin-right: 0.21em;
  margin-bottom: -0.12em;
  opacity: 0;
  transform: translate3d(1em, 0, 0);
  transition:
    opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      calc(var(--value-word-index) * 22ms),
    transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      calc(var(--value-word-index) * 22ms);
  vertical-align: bottom;
}

.values-title.is-revealed .values-word {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.values-word.is-accent {
  color: #ad8437;
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.06em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.values-char {
  display: inline-block;
}

.values-copy {
  max-width: 620px;
  margin: 38px 0 0 0;
  color: rgba(3, 18, 31, 0.72);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.72;
}

.values-copy strong {
  color: rgba(3, 18, 31, 0.96);
  font-weight: 600;
}

.values-list {
  position: relative;
  display: grid;
  gap: clamp(38px, 4vw, 62px);
  padding-block: 0;
}

.value-item {
  display: grid;
  width: min(100%, 620px);
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.value-item:nth-child(2) {
  margin-left: clamp(18px, 2.2vw, 40px);
}

.value-item:nth-child(3) {
  margin-left: clamp(6px, 0.8vw, 14px);
}

.value-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
}

.value-icon i {
  --fa-primary-color: var(--navy);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--gold);
  --fa-secondary-opacity: 0.68;
  color: var(--navy);
  font-size: 56px;
}

.value-content h3 {
  margin: 0 0 12px;
  color: rgba(3, 18, 31, 0.96);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(1.62rem, 1.82vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.014em;
  line-height: 1.1;
}

.value-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(3, 18, 31, 0.76);
  font-size: clamp(1rem, 1.04vw, 1.12rem);
  line-height: 1.58;
}

.services-section {
  position: relative;
  overflow: hidden;
  background: #041525;
  color: var(--white);
  content-visibility: auto;
  contain-intrinsic-size: auto 1180px;
}

.services-shell {
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
  padding: clamp(76px, 7vw, 126px) 0 clamp(108px, 9vw, 168px);
}

.services-header {
  max-width: 1450px;
  margin-bottom: clamp(52px, 6vw, 104px);
}

.services-title {
  max-width: 1420px;
  margin: 0;
  color: rgba(247, 247, 245, 0.98);
  font-size: clamp(2.9rem, 4.05vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 0.98;
}

.services-title-line {
  display: block;
}

.services-word,
.service-title-word,
.value-title-word,
.process-title-word,
.locations-title-word,
.news-title-word,
.contact-cta-title-word {
  display: inline-block;
  margin-right: 0.18em;
  opacity: 0;
  transform: translate3d(1em, 0, 0);
  transition:
    opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      calc(var(--services-word-index) * 22ms),
    transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      calc(var(--services-word-index) * 22ms);
  vertical-align: bottom;
}

[data-words-slide-from-right].is-revealed .services-word,
[data-words-slide-from-right].is-revealed .service-title-word,
[data-words-slide-from-right].is-revealed .value-title-word,
[data-words-slide-from-right].is-revealed .process-title-word,
[data-words-slide-from-right].is-revealed .locations-title-word,
[data-words-slide-from-right].is-revealed .news-title-word,
[data-words-slide-from-right].is-revealed .contact-cta-title-word {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.content-reveal {
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(var(--reveal-index, 0) * 90ms),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(var(--reveal-index, 0) * 90ms);
}

.content-reveal.is-image-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Shared image-loading reveal used by service cards and editorial photography. */
.image-reveal-media {
  --image-reveal-curtain-color: #041525;
  position: relative;
  overflow: hidden;
}

.image-reveal-media > img {
  transform: scale(1.08);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.image-reveal-curtain {
  position: absolute;
  z-index: 3;
  inset: -1px;
  display: block;
  background: var(--image-reveal-curtain-color);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1)
    calc(var(--reveal-index, 0) * 70ms);
}

[data-image-reveal].is-image-revealed .image-reveal-media.is-loaded > .image-reveal-curtain {
  transform: translate3d(0, -101%, 0);
}

[data-image-reveal].is-image-revealed .image-reveal-media > img {
  transform: scale(1);
}

.site-footer.is-image-revealed .content-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.services-word.is-accent {
  color: var(--gold-light);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.05em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.services-char {
  display: inline-block;
}

.services-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.06fr) minmax(0, 0.95fr);
  gap: clamp(18px, 2.2vw, 38px);
  align-items: start;
}

.service-card {
  --card-radius-large: clamp(96px, 9vw, 172px);
  --card-radius-medium: clamp(52px, 5vw, 94px);
  --card-radius-small: 14px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(500px, 39vw, 630px);
  border: 1px solid rgba(216, 185, 111, 0.24);
  border-radius:
    var(--card-radius-large)
    var(--card-radius-small)
    var(--card-radius-medium)
    var(--card-radius-small);
  background:
    radial-gradient(circle at 84% 10%, rgba(38, 73, 103, 0.34), transparent 38%),
    linear-gradient(145deg, #081d30, #031321);
}

.services-grid > .service-card:nth-child(1) { --service-index: 0; }
.services-grid > .service-card:nth-child(2) { --service-index: 1; }
.services-grid > .service-card:nth-child(3) { --service-index: 2; }

.service-card:nth-child(2) {
  margin-top: clamp(30px, 4.2vw, 74px);
  border-radius:
    var(--card-radius-small)
    var(--card-radius-large)
    var(--card-radius-small)
    var(--card-radius-medium);
}

.service-card:nth-child(3) {
  margin-top: clamp(10px, 1.5vw, 28px);
  border-radius:
    var(--card-radius-medium)
    var(--card-radius-small)
    var(--card-radius-large)
    var(--card-radius-small);
}

.service-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 86% 13%, rgba(38, 73, 103, 0.25), transparent 34%),
    linear-gradient(
      180deg,
      rgba(3, 18, 31, 0) 30%,
      rgba(3, 18, 31, 0.18) 46%,
      rgba(3, 18, 31, 0.86) 72%,
      #03121f 100%
    );
  content: "";
  pointer-events: none;
}

.service-card-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.service-card-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.service-card-media::after {
  position: absolute;
  z-index: 1;
  inset: -1px;
  background: #041525;
  content: "";
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1)
    calc(var(--service-index) * 70ms);
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.16);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card[data-service-key="audit"] .service-card-media img {
  filter: saturate(0.52) contrast(0.94) brightness(0.9);
}

.service-card.is-image-revealed .service-card-media.is-loaded::after {
  transform: translate3d(0, -101%, 0);
}

.service-card.is-image-revealed .service-card-media img {
  transform: scale(1.08);
}

.service-card-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(26px, 2.4vw, 42px);
  background: transparent;
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(140ms + var(--service-index) * 70ms),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(140ms + var(--service-index) * 70ms);
}

.service-card.is-image-revealed .service-card-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-card-title {
  margin: 0 0 18px;
  color: var(--white);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(2.3rem, 2.65vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.024em;
  line-height: 1;
}

.service-title-word {
  margin-right: 0;
}

.value-title-word {
  margin-right: 0.18em;
}

.service-statement {
  max-width: 420px;
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: clamp(1.02rem, 1.1vw, 1.2rem);
  font-weight: 600;
  line-height: 1.35;
}

.service-description {
  max-width: 470px;
  margin: 0;
  color: rgba(247, 247, 245, 0.8);
  font-size: clamp(0.95rem, 0.94vw, 1.05rem);
  line-height: 1.58;
}

.service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  padding-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.service-link i {
  --fa-primary-color: var(--gold-light);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--white);
  --fa-secondary-opacity: 0.38;
  font-size: 0.92rem;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

.services-index-intro {
  background: #f4f1ea;
}

.services-index-intro-layout {
  align-items: center;
}

@media (min-width: 1101px) {
  .values-inner.services-index-intro-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-intro-title {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif) !important;
  letter-spacing: -0.018em !important;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-intro-title .values-word:not(.is-accent) {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif) !important;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-intro-title .is-accent {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif) !important;
}

.values-copy.services-index-intro-copy {
  position: relative;
  align-self: center;
  max-width: 650px;
  margin: 0;
  padding-left: clamp(28px, 3vw, 48px);
  border-left: 1px solid rgba(173, 132, 55, 0.52);
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-inline-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.04em;
  color: #7b581b;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-inline-link::after {
  position: absolute;
  right: 0;
  bottom: -0.05em;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-inline-link:hover {
  color: #6f4d12;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-inline-link:hover::after,
.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-inline-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-index-inline-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(146, 108, 39, 0.72);
  outline-offset: 3px;
}

.services-index-cards-shell {
  padding-top: clamp(78px, 7vw, 124px);
}

.front-desktop-shell:not(.front-route-home) .front-content-shell .services-section--index-page .service-card-title {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif) !important;
  letter-spacing: -0.024em !important;
}

@media (max-width: 1100px) {
  .values-inner.services-index-intro-layout {
    gap: clamp(32px, 5vw, 56px);
  }

  .services-index-intro-copy {
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .values-inner.services-index-intro-layout {
    gap: 24px;
  }

  .services-index-intro-copy {
    margin-left: 0;
    padding-left: 20px;
  }
}

.service-card:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--gold-light);
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover .service-card-media img {
    transform: scale(1.12);
  }

  .service-card:hover .service-link::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .service-card:hover .service-link i {
    transform: translateX(4px);
  }
}

.process-section {
  --process-line-size: 1px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.72), transparent 43%),
    #f4f1ea;
  color: var(--navy-deep);
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.process-shell {
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
  padding: clamp(76px, 6vw, 112px) 0;
}

.process-header {
  margin: 0 auto clamp(58px, 6vw, 94px);
  text-align: center;
}

.process-title {
  margin: 0;
  color: rgba(3, 18, 31, 0.97);
  font-size: clamp(3rem, 4vw, 5.15rem);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 0.98;
}

.process-title-word {
  overflow: visible;
  padding-bottom: 0.08em;
  margin-right: 0.18em;
  margin-bottom: -0.08em;
}

.process-title-word:last-child {
  margin-right: 0;
}

.process-title-word.is-accent {
  color: #ad8437;
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.06em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-track::before,
.process-track::after {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 12.5%;
  left: 12.5%;
  height: var(--process-line-size);
  content: "";
}

.process-track::before {
  background: rgba(198, 163, 90, 0.3);
}

.process-track::after {
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1280ms 100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.process-section.is-process-revealed .process-track::after {
  transform: scaleX(1);
}

.process-item {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding-inline: clamp(14px, 2vw, 34px);
  text-align: center;
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(120ms + var(--process-index) * 180ms),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(120ms + var(--process-index) * 180ms);
}

.process-section.is-process-revealed .process-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.process-marker {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: var(--process-line-size) solid var(--gold);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px #f4f1ea;
  color: var(--navy-deep);
  place-items: center;
  transform: scale(0.76);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1)
    calc(120ms + var(--process-index) * 180ms);
}

.process-section.is-process-revealed .process-marker {
  transform: scale(1);
}

.process-marker::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: var(--process-line-size);
  height: 22px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
}

.process-marker span {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.process-icon {
  --fa-primary-color: var(--navy);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--gold);
  --fa-secondary-opacity: 0.72;
  display: block;
  width: 58px;
  height: 58px;
  margin: 35px 0 24px;
  color: var(--navy);
  font-size: 58px;
  line-height: 1;
}

.process-copy h3 {
  margin: 0 0 13px;
  color: rgba(3, 18, 31, 0.96);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(1.34rem, 1.52vw, 1.68rem);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.15;
}

.process-copy p {
  max-width: 320px;
  margin: 0 auto;
  color: rgba(3, 18, 31, 0.7);
  font-size: clamp(0.96rem, 0.96vw, 1.06rem);
  line-height: 1.65;
}

.locations-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(22, 54, 82, 0.42), transparent 42%),
    linear-gradient(135deg, #031321, #061a2b 58%, #03111e);
  color: var(--white);
  content-visibility: auto;
  contain-intrinsic-size: auto 820px;
}

.locations-shell {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
  padding-top: clamp(78px, 6.4vw, 118px);
}

.locations-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.68fr) minmax(600px, 1.32fr);
  gap: clamp(54px, 6vw, 112px);
  align-items: start;
  padding-bottom: clamp(64px, 6vw, 104px);
}

.locations-copy {
  position: relative;
  z-index: 2;
}

.locations-title {
  max-width: 650px;
  margin: 0;
  color: rgba(247, 247, 245, 0.98);
  font-size: clamp(3rem, 3.9vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 0.98;
}

.locations-title-word {
  display: inline-block;
  margin-right: 0.18em;
}

.locations-title-word:last-child {
  margin-right: 0;
}

.locations-title-word.is-accent {
  color: var(--gold-light);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.06em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.locations-intro {
  max-width: 510px;
  margin: 28px 0 0;
  color: rgba(247, 247, 245, 0.75);
  font-size: clamp(1.04rem, 1.08vw, 1.18rem);
  line-height: 1.65;
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  transition:
    opacity 700ms 140ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms 140ms cubic-bezier(0.16, 1, 0.3, 1);
}

.locations-intro strong {
  color: var(--white);
  font-weight: 650;
}

.locations-addresses {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.location-address {
  position: relative;
  display: block;
  min-width: 0;
  border: 1px solid rgba(216, 185, 111, 0.13);
  border-radius: 14px 2px 14px 2px;
  background:
    linear-gradient(100deg, rgba(216, 185, 111, 0.055), transparent 58%),
    rgba(6, 26, 43, 0.3);
  opacity: 0;
  overflow: hidden;
  transform: translate3d(24px, 0, 0);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(230ms + var(--location-index) * 120ms),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(230ms + var(--location-index) * 120ms),
    border-color 320ms ease,
    background-color 320ms ease,
    box-shadow 320ms ease;
}

.location-address::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 2px;
  background: var(--gold-light);
  content: "";
  opacity: 0.72;
  transform: scaleY(0.38);
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease;
}

.location-address.is-open {
  border-color: rgba(216, 185, 111, 0.44);
  background-color: rgba(216, 185, 111, 0.045);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
}

.location-address.is-open::before {
  opacity: 1;
  transform: scaleY(1);
}

.location-address-trigger {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 15px 17px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  grid-template-columns: 38px minmax(0, 1fr) 30px;
  gap: 15px;
  align-items: center;
  text-align: left;
}

.location-address-trigger:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: -4px;
}

.location-address-marker {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 185, 111, 0.34);
  border-radius: 50%;
  background: rgba(216, 185, 111, 0.07);
  color: var(--gold-light);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: border-color 260ms ease, background-color 260ms ease;
}

.location-address-marker::after {
  display: none;
}

.location-address.is-open .location-address-marker {
  border-color: rgba(216, 185, 111, 0.78);
  background: rgba(216, 185, 111, 0.16);
  box-shadow: 0 0 24px rgba(216, 185, 111, 0.12);
}

.location-address-summary {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.location-address-title {
  color: rgba(247, 247, 245, 0.96);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.location-address-short {
  color: rgba(247, 247, 245, 0.68);
  font-size: 0.94rem;
  line-height: 1.5;
}

.location-address-toggle {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(216, 185, 111, 0.2);
  border-radius: 50%;
  place-items: center;
  transition:
    border-color 280ms ease,
    background-color 280ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.location-address-toggle span {
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--gold-light);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.location-address-toggle span:last-child {
  transform: rotate(90deg);
}

.location-address.is-open .location-address-toggle {
  border-color: rgba(216, 185, 111, 0.62);
  background: rgba(216, 185, 111, 0.12);
  transform: rotate(180deg);
}

.location-address.is-open .location-address-toggle span:last-child {
  transform: rotate(0deg);
}

.location-details {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.location-details-inner {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
  transition:
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 420ms;
}

.location-address.is-open .location-details {
  grid-template-rows: 1fr;
}

.location-address.is-open .location-details-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition-delay: 100ms, 70ms, 0s;
}

.location-details-card {
  margin: 0 17px 18px 70px;
  padding-top: 18px;
  border-top: 1px solid rgba(216, 185, 111, 0.14);
}

.location-office-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(216, 185, 111, 0.82);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.location-details-card h3 {
  margin: 0;
  color: rgba(247, 247, 245, 0.98);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.35;
}

.location-map-link {
  display: flex;
  width: fit-content;
  margin-top: 15px;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.location-map-link i:last-child {
  font-size: 0.62rem;
  transition: transform 260ms ease;
}

.location-contacts {
  display: grid;
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 185, 111, 0.12);
  gap: 11px;
}

.location-contacts a {
  display: grid;
  min-width: 0;
  color: rgba(247, 247, 245, 0.94);
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.location-contacts i {
  color: var(--gold-light);
  font-size: 0.82rem;
}

.location-contacts a > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.location-contacts small {
  color: rgba(247, 247, 245, 0.48);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.location-contacts strong {
  font-size: 0.87rem;
  font-weight: 680;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (hover: hover) and (pointer: fine) {
  .location-address:hover,
  .location-address:has(.location-address-trigger:focus-visible) {
    border-color: rgba(216, 185, 111, 0.32);
    background-color: rgba(216, 185, 111, 0.035);
  }

  .location-address:hover::before {
    opacity: 1;
    transform: scaleY(1);
  }

  .location-address:hover .location-address-marker {
    border-color: rgba(216, 185, 111, 0.7);
    background-color: rgba(216, 185, 111, 0.14);
  }

  .location-map-link:hover i:last-child,
  .location-map-link:focus-visible i:last-child {
    transform: translate3d(2px, -2px, 0);
  }

  .location-contacts a:hover strong,
  .location-contacts a:focus-visible strong {
    color: var(--gold-light);
  }
}

.locations-map {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: clamp(560px, 38vw, 660px);
  padding: 18px clamp(16px, 2vw, 30px) 20px;
  border-radius: 32px 4px 32px 4px;
  background: transparent;
  grid-template-rows: 1fr;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(42px, 0, 0);
  transition:
    opacity 900ms 100ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 900ms 100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.locations-map::after {
  position: absolute;
  right: clamp(18px, 2.4vw, 36px);
  bottom: 68px;
  width: clamp(76px, 6.5vw, 112px);
  aspect-ratio: 1;
  background: #d8b96f;
  content: "";
  mask: url("/favicon.svg") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.locations-map-corners {
  position: absolute;
  inset: 18px clamp(16px, 2vw, 30px) 20px;
  z-index: 4;
  pointer-events: none;
}

.locations-map-corner {
  position: absolute;
  color: rgba(216, 185, 111, 0.72);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.locations-map-corner.is-top-left {
  top: 0;
  left: 0;
}

.locations-map-corner.is-top-right {
  top: 0;
  right: 0;
  text-align: right;
}

.locations-map-corner.is-bottom-right {
  right: 0;
  bottom: 0;
  text-align: right;
}

.locations-map-corner.is-bottom-left {
  bottom: 0;
  left: 0;
}

.locations-map-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 590px);
  aspect-ratio: 1;
  margin: -8px auto -4px;
}

.locations-map-glow {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 43% 24%, rgba(216, 185, 111, 0.14), transparent 22%),
    radial-gradient(circle, rgba(44, 81, 112, 0.44), transparent 65%);
  filter: blur(18px);
}

.croatia-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.22));
}

.map-routes {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.map-route {
  fill: none;
  stroke: rgba(216, 185, 111, 0.76);
  stroke-dasharray: 4 5;
  stroke-dashoffset: 180;
  stroke-linecap: round;
  stroke-width: 0.75;
  transition: stroke-dashoffset 1600ms 680ms cubic-bezier(0.16, 1, 0.3, 1);
  vector-effect: non-scaling-stroke;
}

.map-route:nth-child(2) {
  transition-delay: 980ms;
}

.map-location {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 120px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translate3d(calc(-50% + 24px), 0, 0);
  transition:
    opacity 680ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(400ms + var(--map-index) * 150ms),
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(400ms + var(--map-index) * 150ms);
}

.map-location:focus-visible {
  outline: none;
}

.map-beacon {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
  place-items: center;
  transform: translateY(-50%);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1), filter 300ms ease;
}

.map-beacon::before {
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(216, 185, 111, 0.12);
  box-shadow: 0 0 24px rgba(216, 185, 111, 0.4);
  content: "";
  transform: translateX(-50%);
}

.map-beacon::after {
  position: absolute;
  top: 1px;
  left: -3px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(216, 185, 111, 0.42);
  border-radius: 50%;
  content: "";
  opacity: 0;
}

.map-beacon i {
  --fa-primary-color: var(--gold-light);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--white);
  --fa-secondary-opacity: 0.58;
  color: var(--gold-light);
  font-size: 29px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.32));
}

.map-location-label {
  position: relative;
  display: grid;
  min-width: 118px;
  margin-top: 12px;
  padding: 9px 13px 10px;
  border: 1px solid rgba(216, 185, 111, 0.22);
  border-radius: 12px 2px 12px 2px;
  background: rgba(3, 18, 31, 0.78);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease,
    opacity 300ms ease,
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.map-location.is-active .map-beacon,
.map-location:focus-visible .map-beacon {
  filter: drop-shadow(0 0 14px rgba(216, 185, 111, 0.64));
  transform: translateY(-50%) scale(1.16);
}

.map-location.is-active .map-beacon::after {
  animation: map-selection-pulse 900ms ease-out 1;
}

.map-location.is-active .map-location-label,
.map-location:focus-visible .map-location-label {
  border-color: rgba(216, 185, 111, 0.74);
  background: rgba(14, 37, 57, 0.96);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(216, 185, 111, 0.08),
    0 0 34px rgba(216, 185, 111, 0.14);
  transform: translateY(-3px);
}

.locations-map.has-active-location .map-location:not(.is-active) .map-location-label {
  opacity: 0.62;
}

@media (hover: hover) and (pointer: fine) {
  .map-location:hover .map-beacon {
    filter: drop-shadow(0 0 10px rgba(216, 185, 111, 0.48));
    transform: translateY(-50%) scale(1.1);
  }

  .map-location:hover .map-location-label {
    border-color: rgba(216, 185, 111, 0.58);
    transform: translateY(-2px);
  }
}

.map-location-label strong {
  color: var(--white);
  font-size: clamp(0.74rem, 0.72vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.1;
  text-transform: uppercase;
}

.map-location-label small {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.map-location.is-rijeka {
  top: 28.7%;
  left: 15.8%;
}

.map-location.is-zagreb {
  top: 18.8%;
  left: 42.5%;
}

.map-location.is-vinkovci {
  top: 23.8%;
  left: 86.7%;
}

.locations-section.is-locations-revealed .locations-intro,
.locations-section.is-locations-revealed .location-address,
.locations-section.is-locations-revealed .locations-map,
.locations-section.is-locations-revealed .map-location {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.locations-section.is-locations-revealed .map-location {
  transform: translate3d(-50%, 0, 0);
}

.locations-section.is-locations-revealed .map-route {
  stroke-dashoffset: 0;
}

.locations-stats {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.locations-stats::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(216, 185, 111, 0.34);
  content: "";
  transform: translateX(-50%);
}

.locations-stats::after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: linear-gradient(
    110deg,
    rgba(31, 65, 94, 0.13) 0%,
    rgba(31, 65, 94, 0.065) 48%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.location-stat {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(18px, 1.5vw, 28px);
  align-items: center;
  padding: clamp(32px, 3vw, 48px) clamp(22px, 2.3vw, 40px);
  border-right: 1px solid rgba(216, 185, 111, 0.25);
  background: transparent;
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(var(--stat-index) * 110ms),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1)
      calc(var(--stat-index) * 110ms);
}

.locations-stats.is-stats-revealed .location-stat {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.location-stat:first-child {
  padding-left: 0;
}

.location-stat:last-child {
  padding-right: 0;
  border-right: 0;
}

.location-stat-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
}

.location-stat-icon i {
  --fa-primary-color: var(--white);
  --fa-primary-opacity: 0.96;
  --fa-secondary-color: var(--gold-light);
  --fa-secondary-opacity: 0.78;
  color: var(--white);
  font-size: 58px;
}

.location-stat strong {
  display: block;
  color: rgba(247, 247, 245, 0.98);
  font-size: clamp(2.35rem, 3vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.location-stat-suffix {
  margin-left: 0.04em;
  color: var(--gold-light);
  font-size: 0.72em;
}

.location-stat p {
  margin: 10px 0 0;
  color: rgba(247, 247, 245, 0.68);
  font-size: clamp(0.82rem, 0.82vw, 0.94rem);
  font-weight: 550;
  line-height: 1.35;
}

@keyframes map-selection-pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

.news-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 6%, rgba(216, 185, 111, 0.12), transparent 30%),
    #f2efe7;
  color: var(--navy);
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.news-shell {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
  padding: clamp(82px, 7vw, 124px) 0 clamp(94px, 8vw, 142px);
}

.news-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(38px, 5vw, 86px);
  align-items: end;
}

.news-title {
  max-width: 1120px;
  margin: 0;
  color: rgba(3, 18, 31, 0.97);
  font-size: clamp(2.8rem, 4vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 0.99;
}

.news-title-word.is-accent {
  color: #ad8437;
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.04em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.news-all-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 0 9px;
  color: rgba(3, 18, 31, 0.82);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 260ms ease;
}

.news-all-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

.news-all-link i,
.news-card-link i {
  --fa-primary-color: currentColor;
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--gold);
  --fa-secondary-opacity: 0.8;
}

.news-grid {
  display: grid;
  margin-top: clamp(50px, 5vw, 78px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 30px);
}

.news-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: clamp(28px, 2.6vw, 44px);
  border: 1px solid rgba(120, 96, 58, 0.13);
  border-radius: clamp(38px, 3vw, 56px) 6px clamp(38px, 3vw, 56px) 6px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: none;
  color: #071b2d;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--news-index) * 110ms),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--news-index) * 110ms),
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.news-card:nth-child(even) {
  border-radius: 6px clamp(38px, 3vw, 56px) 6px clamp(38px, 3vw, 56px);
}

.news-card.is-image-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.news-card-category {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: clamp(18px, 1.6vw, 26px);
  color: #7b581b;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.news-card-category::before {
  content: none;
}

.news-card h3 {
  position: relative;
  max-width: 440px;
  margin: 0 0 15px;
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(1.28rem, 1.42vw, 1.62rem);
  font-weight: 650;
  letter-spacing: -0.018em;
  line-height: 1.18;
}

.news-card p {
  position: relative;
  max-width: 470px;
  margin: 0;
  color: rgba(3, 18, 31, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.news-card-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: clamp(24px, 2vw, 34px);
  padding: 0 0 8px;
  color: #071b2d;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.news-card-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
  .news-all-link:hover,
  .news-all-link:focus-visible {
    color: #8f6927;
  }

  .news-all-link:hover::after,
  .news-all-link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .news-card:hover .news-card-link::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 1100px) {
  .news-shell {
    width: min(900px, calc(100% - 80px));
    padding: 78px 0 94px;
  }

  .news-header {
    grid-template-columns: 1fr;
  }

  .news-all-link {
    justify-self: start;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card {
    min-height: 290px;
  }
}

@media (max-width: 1100px) {
  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-shell {
    display: flex;
    flex-direction: column;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-header {
    display: contents;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-header > :not(.news-all-link) {
    order: 1;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-grid {
    width: 100%;
    order: 2;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 3.6rem;
    margin-top: 2.25rem;
    padding: 0 2rem;
    border: 2px solid var(--audit-navy, var(--advisory-navy, var(--navy-deep)));
    border-radius: 22px 0;
    background: var(--audit-navy, var(--advisory-navy, var(--navy-deep)));
    color: var(--white) !important;
    justify-self: auto;
    align-self: center;
    justify-content: center;
    order: 3;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link::after {
    z-index: 0;
    inset: 0;
    height: auto;
    background: var(--audit-cream, var(--advisory-cream, var(--surface-cream)));
    transform: scaleX(0);
    transform-origin: right center;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link > * {
    position: relative;
    z-index: 1;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link:hover,
  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link:focus-visible {
    color: var(--audit-navy, var(--advisory-navy, var(--navy-deep))) !important;
  }

  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link:hover::after,
  .front-desktop-shell :is(.ac-audit-news, .ac-advisory-news, .ac-home-news) .news-all-link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 700px) {
  .news-shell {
    width: calc(100% - 40px);
    padding: 58px 0 70px;
  }

  .news-title {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
  }

  .news-grid {
    margin-top: 38px;
  }

  .news-card {
    min-height: 310px;
    padding: 28px 24px;
    border-radius: 38px 5px 38px 5px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.contact-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 22%, rgba(40, 76, 105, 0.38), transparent 34%),
    linear-gradient(145deg, #061b2d, #03121f 68%);
  color: var(--white);
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

.contact-cta-shell {
  display: grid;
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
  padding: clamp(96px, 8vw, 150px) 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: clamp(64px, 7vw, 130px);
  align-items: center;
}

.contact-cta-copy {
  max-width: 860px;
}

.contact-cta-title {
  max-width: 900px;
  margin: 0;
  color: rgba(247, 247, 245, 0.98);
  font-size: clamp(3.3rem, 5vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.contact-cta-title-word {
  padding-bottom: 0.05em;
  margin-right: 0.13em;
}

.contact-cta-title-word.is-accent {
  color: var(--gold-light);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.03em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.contact-cta-card {
  position: relative;
  isolation: isolate;
  display: grid;
  padding: clamp(34px, 3.6vw, 58px);
  border: 1px solid rgba(216, 185, 111, 0.25);
  border-radius: clamp(56px, 5vw, 86px) 6px clamp(56px, 5vw, 86px) 6px;
  background:
    radial-gradient(circle at 86% 12%, rgba(43, 82, 115, 0.3), transparent 40%),
    linear-gradient(145deg, rgba(10, 34, 55, 0.96), rgba(4, 20, 34, 0.94));
  opacity: 0;
  overflow: hidden;
  transform: translate3d(34px, 0, 0);
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 300ms ease;
}

.contact-cta-card.is-image-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact-cta-card-heading {
  display: block;
  margin-bottom: clamp(24px, 2.6vw, 38px);
  color: rgba(247, 247, 245, 0.92);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
}

.contact-cta-card > p {
  max-width: 520px;
  margin: 0 0 clamp(26px, 3vw, 42px);
  color: rgba(247, 247, 245, 0.64);
  font-size: 0.97rem;
  line-height: 1.65;
}

.contact-cta-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 58px;
  padding: 0 clamp(24px, 2.2vw, 36px);
  border: 1px solid var(--gold-light);
  border-radius: 22px 3px 22px 3px;
  background: var(--gold-light);
  color: var(--navy-deep);
  justify-self: start;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 260ms ease, color 260ms ease;
}

.contact-cta-button::before,
.footer-newsletter-field button::before {
  position: absolute;
  z-index: 0;
  inset: -1px;
  background: var(--navy-deep);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-cta-button > span,
.contact-cta-button i {
  position: relative;
  z-index: 1;
  --fa-primary-color: currentColor;
  --fa-primary-opacity: 1;
  --fa-secondary-color: currentColor;
  --fa-secondary-opacity: 0.58;
}

.contact-cta-button:hover,
.contact-cta-button:focus-visible,
.footer-newsletter-field button:hover,
.footer-newsletter-field button:focus-visible {
  color: var(--white);
}

.contact-cta-button:hover::before,
.contact-cta-button:focus-visible::before,
.footer-newsletter-field button:hover::before,
.footer-newsletter-field button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.contact-cta-card > small {
  display: flex;
  margin-top: clamp(30px, 3vw, 48px);
  color: rgba(247, 247, 245, 0.42);
  font-size: 0.73rem;
  line-height: 1.5;
  align-items: center;
  gap: 10px;
}

.contact-cta-status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background-color: rgba(247, 247, 245, 0.24);
  animation: contact-cta-dot-pulse 1.9s ease-in-out infinite;
}

@keyframes contact-cta-dot-pulse {
  0%,
  100% {
    background-color: rgba(247, 247, 245, 0.24);
  }

  50% {
    background-color: var(--gold-light);
  }
}

.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 82% 18%, rgba(43, 82, 115, 0.3), transparent 46%),
    linear-gradient(145deg, #061b2d, #03121f 68%);
  color: var(--white);
}

.footer-shell {
  width: min(1600px, calc(100% - 136px));
  margin-inline: auto;
}

.footer-newsletter {
  position: relative;
  isolation: isolate;
  display: grid;
  padding: clamp(52px, 5vw, 82px) 0;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: clamp(54px, 7vw, 120px);
  align-items: end;
}

.footer-newsletter::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: var(--surface-cream);
  content: "";
  transform: translateX(-50%);
}

.footer-newsletter-copy,
.footer-newsletter > form {
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 800ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-newsletter > form {
  transition-delay: 100ms;
}

.footer-newsletter.is-image-revealed .footer-newsletter-copy,
.footer-newsletter.is-image-revealed > form {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer-newsletter .footer-label {
  margin-bottom: 20px;
  color: #9c742f;
}

.footer-newsletter h2 {
  max-width: 720px;
  margin: 0;
  color: rgba(3, 18, 31, 0.96);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(2rem, 2.8vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 1.03;
}

.footer-newsletter-accent {
  color: #ad8437;
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 1.06em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.footer-newsletter-copy > p {
  margin: 18px 0 0;
  color: rgba(3, 18, 31, 0.62);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.55;
}

.footer-newsletter-field {
  display: grid;
  min-width: 0;
  padding: 7px 7px 7px 22px;
  border: 1px solid rgba(3, 18, 31, 0.25);
  border-radius: 22px 3px 22px 3px;
  background: rgba(255, 255, 255, 0.5);
  grid-template-columns: auto minmax(0, 1fr) 54px;
  gap: 14px;
  align-items: center;
  transition: border-color 240ms ease, background-color 240ms ease;
}

.footer-newsletter-field:focus-within {
  border-color: #9c742f;
  background: rgba(255, 255, 255, 0.82);
}

.footer-newsletter-field > i {
  color: #9c742f;
  font-size: 17px;
}

.footer-newsletter-field input {
  min-width: 0;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  background: transparent;
  box-shadow: none !important;
  color: var(--navy-deep);
  font: inherit;
  font-size: 1rem;
}

.footer-newsletter-field input::placeholder {
  color: rgba(3, 18, 31, 0.48);
}

.footer-newsletter-field button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid var(--gold-light);
  border-radius: 17px 3px 17px 3px;
  background: var(--gold-light);
  color: var(--navy-deep);
  cursor: pointer;
  place-items: center;
  transition: background-color 240ms ease, color 240ms ease;
}

.footer-newsletter-field button i {
  position: relative;
  z-index: 1;
  --fa-primary-color: currentColor;
  --fa-primary-opacity: 1;
  --fa-secondary-color: currentColor;
  --fa-secondary-opacity: 0.58;
}

.footer-newsletter-field button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.footer-newsletter-field button.is-submitting i {
  animation: newsletter-submit-pulse 800ms ease-in-out infinite alternate;
}

.footer-newsletter-consent {
  display: flex;
  margin-top: 12px;
  color: rgba(3, 18, 31, 0.62);
  cursor: pointer;
  font-size: 0.74rem;
  line-height: 1.45;
  gap: 8px;
  align-items: flex-start;
}

.footer-newsletter-consent input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: #9c742f;
  flex: 0 0 auto;
}

.footer-newsletter-consent input[aria-invalid="true"] {
  outline: 1px solid #a63a3a;
  outline-offset: 2px;
}

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

.footer-newsletter-error,
.footer-newsletter-feedback {
  margin: 10px 0 0;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.45;
}

.footer-newsletter-error,
.footer-newsletter-feedback[data-state="error"] {
  color: #a63a3a;
}

.footer-newsletter-feedback[data-state="success"] {
  color: #2f694b;
}

.footer-newsletter-error[hidden],
.footer-newsletter-feedback[hidden] {
  display: none;
}

.footer-newsletter-field:has(input[aria-invalid="true"]) {
  border-color: rgba(166, 58, 58, 0.72);
  background: rgba(255, 255, 255, 0.82);
}

@keyframes newsletter-submit-pulse {
  from { transform: translateX(0); }
  to { transform: translateX(4px); }
}

.footer-main {
  display: grid;
  padding: clamp(70px, 6vw, 108px) 0;
  border-bottom: 1px solid rgba(216, 185, 111, 0.18);
  grid-template-columns: minmax(280px, 1.15fr) minmax(160px, 0.62fr) minmax(170px, 0.68fr) minmax(280px, 1fr);
  gap: clamp(42px, 5vw, 88px);
  opacity: 1;
  transform: none;
}

.footer-main.is-image-revealed {
  opacity: 1;
  transform: none;
}

.footer-brand {
  display: inline-flex;
  width: clamp(220px, 18vw, 300px);
}

.footer-brand img {
  width: 100%;
  height: auto;
}

.footer-brand-block > p {
  margin: 30px 0 0;
  color: rgba(247, 247, 245, 0.62);
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: clamp(1.25rem, 1.4vw, 1.55rem);
  line-height: 1.3;
}

.footer-brand-block {
  padding-right: 0;
}

.footer-nav-block,
.footer-services-block,
.footer-contact-block {
  padding-left: 0;
  border-left: 0;
}

.footer-mobile-only {
  display: none;
}

.footer-accordion > summary {
  list-style: none;
}

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

.footer-accordion > summary i {
  display: none;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.footer-socials a,
.footer-nav-block a,
.footer-services-block a,
.footer-bottom a,
.footer-contact > a {
  position: relative;
  color: rgba(247, 247, 245, 0.62);
  transition: color 240ms ease;
}

.footer-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 185, 111, 0.34);
  border-radius: 14px 3px 14px 3px;
  color: rgba(247, 247, 245, 0.74);
  place-items: center;
  font-size: 18px;
  transition: border-color 240ms ease, background-color 240ms ease, color 240ms ease;
}

.footer-nav-block a::after,
.footer-services-block a::after,
.footer-bottom a::after,
.footer-contact > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: var(--gold-light);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer-label::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.72;
}

.footer-main .footer-label {
  margin-bottom: 26px;
  color: rgba(247, 247, 245, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.footer-main .footer-label::before {
  display: none;
}

.footer-nav-block nav,
.footer-services-block nav {
  display: grid;
  justify-items: start;
  gap: 13px;
}

.footer-nav-block a,
.footer-services-block a {
  padding-bottom: 4px;
  font-size: clamp(0.96rem, 0.96vw, 1.05rem);
}

.footer-contact {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 20px;
  font-style: normal;
}

.footer-contact > a,
.footer-contact > p {
  margin: 0;
  color: rgba(247, 247, 245, 0.64);
  font-size: clamp(0.96rem, 0.96vw, 1.05rem);
  line-height: 1.55;
  transition: color 240ms ease;
}

.footer-contact > a {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 4px;
}

.footer-bottom {
  display: grid;
  min-height: 78px;
  padding: 20px 0;
  grid-template-columns: 1fr auto auto;
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  color: rgba(247, 247, 245, 0.4);
  font-size: 0.76rem;
}

.footer-bottom > p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 26px;
}

.footer-bottom a {
  padding-bottom: 4px;
  color: rgba(247, 247, 245, 0.48);
}

.footer-back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-light) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .footer-socials a:hover,
  .footer-socials a:focus-visible {
    border-color: var(--gold-light);
    background: var(--gold-light);
    color: var(--navy-deep);
  }

  .footer-nav-block a:hover,
  .footer-nav-block a:focus-visible,
  .footer-services-block a:hover,
  .footer-services-block a:focus-visible,
  .footer-bottom a:hover,
  .footer-bottom a:focus-visible,
  .footer-contact > a:hover,
  .footer-contact > a:focus-visible {
    color: var(--white);
  }

  .footer-nav-block a:hover::after,
  .footer-nav-block a:focus-visible::after,
  .footer-services-block a:hover::after,
  .footer-services-block a:focus-visible::after,
  .footer-bottom a:hover::after,
  .footer-bottom a:focus-visible::after,
  .footer-contact > a:hover::after,
  .footer-contact > a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 1100px) {
  .contact-cta-shell,
  .footer-shell {
    width: min(900px, calc(100% - 80px));
  }

  .contact-cta-shell,
  .footer-newsletter {
    grid-template-columns: 1fr;
  }

  .contact-cta-copy {
    max-width: 760px;
  }

  .contact-cta-card {
    max-width: 760px;
  }

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

  .footer-desktop-only {
    display: none;
  }

  .footer-mobile-only {
    display: block;
  }

  .footer-brand-block,
  .footer-nav-block,
  .footer-services-block,
  .footer-contact-block {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer-brand-block {
    padding-bottom: 52px;
  }

  .footer-accordion {
    border-top: 1px solid rgba(216, 185, 111, 0.2);
  }

  .footer-accordion:last-of-type {
    border-bottom: 1px solid rgba(216, 185, 111, 0.2);
  }

  .footer-accordion > summary.footer-label {
    display: flex;
    min-height: 78px;
    margin: 0;
    color: rgba(247, 247, 245, 0.94);
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
  }

  .footer-accordion > summary i {
    display: block;
    color: var(--gold-light);
    font-size: 20px;
    transition: transform 280ms ease;
  }

  .footer-accordion[open] > summary i {
    transform: rotate(45deg);
  }

  .footer-accordion:not([open]) > .footer-accordion-content {
    display: none;
  }

  .footer-accordion[open] > .footer-accordion-content {
    display: grid;
  }

  .footer-accordion > .footer-accordion-content {
    padding: 0 0 30px;
  }

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

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

  .footer-back-to-top {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 700px) {
  .contact-cta-shell,
  .footer-shell {
    width: calc(100% - 40px);
  }

  .contact-cta-shell {
    padding: 76px 0 84px;
    gap: 48px;
  }

  .contact-cta-title {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .contact-cta-card {
    padding: 30px 24px;
    border-radius: 46px 5px 46px 5px;
  }

  .contact-cta-button {
    width: 100%;
  }

  .footer-newsletter {
    padding: 52px 0;
    gap: 34px;
  }

  .footer-main {
    padding: 64px 0 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-brand-block,
  .footer-nav-block,
  .footer-services-block,
  .footer-contact-block {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer-brand-block {
    padding-bottom: 52px;
  }

  .footer-accordion {
    border-top: 1px solid rgba(216, 185, 111, 0.2);
  }

  .footer-accordion:last-of-type {
    border-bottom: 0;
  }

  .footer-accordion > summary.footer-label {
    display: flex;
    min-height: 78px;
    margin: 0;
    color: rgba(247, 247, 245, 0.94);
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
  }

  .footer-accordion > summary i {
    display: block;
    color: var(--gold-light);
    font-size: 20px;
    transition: transform 280ms ease;
  }

  .footer-accordion[open] > summary i {
    transform: rotate(45deg);
  }

  .footer-accordion:not([open]) > .footer-accordion-content {
    display: none;
  }

  .footer-accordion[open] > .footer-accordion-content {
    display: grid;
  }

  .footer-accordion > .footer-accordion-content {
    padding: 0 0 30px;
  }

  .footer-contact {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding: 28px 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 24px;
  }

  .footer-bottom > p {
    grid-column: 1 / -1;
  }

  .footer-bottom > div {
    grid-column: 1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .footer-back-to-top {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(3, 18, 31, 0.35);
  opacity: 0;
}

.intro-ready .site-header {
  animation: interface-fade 620ms 980ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.header-inner {
  display: grid;
  width: min(1720px, calc(100% - 72px));
  min-height: var(--header-height);
  margin-inline: auto;
  grid-template-columns: 286px minmax(520px, 1fr) auto;
  align-items: center;
  transition: min-height 220ms ease;
}

.brand {
  display: flex;
  min-height: 66px;
  align-items: center;
  padding-right: 38px;
}

.brand img {
  width: 244px;
  height: auto;
  transform-origin: left center;
  transition: transform 220ms ease;
}

.desktop-nav {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.05vw, 42px);
  padding-inline: 34px;
}

.desktop-nav a,
.header-cta {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1;
  white-space: nowrap;
}

.desktop-nav a {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  transition: min-height 220ms ease;
}

.nav-label {
  position: relative;
  display: inline-block;
}

.nav-label::after {
  position: absolute;
  inset: 0;
  color: var(--gold-light);
  content: attr(data-label);
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  transition: clip-path 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.desktop-nav a:hover .nav-label::after,
.desktop-nav a:focus-visible .nav-label::after,
.desktop-nav a.is-active .nav-label::after {
  clip-path: inset(0 0 0 0);
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.desktop-nav a.is-active {
  color: var(--gold-light);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 30px;
}

.header-language-switch,
.mobile-menu-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.header-language-switch a,
.mobile-menu-language-switch a {
  position: relative;
  display: inline-flex;
  min-width: 24px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: color 180ms ease;
}

.header-language-switch a + a::before,
.mobile-menu-language-switch a + a::before {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.25);
  content: "";
  transform: translateY(-50%);
}

.header-language-switch a:hover,
.header-language-switch a:focus-visible,
.header-language-switch a.is-active,
.mobile-menu-language-switch a:hover,
.mobile-menu-language-switch a:focus-visible,
.mobile-menu-language-switch a.is-active {
  color: var(--gold-light);
}

.header-cta,
.search-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(198, 163, 90, 0.72);
  border-radius: 18px 3px 18px 3px;
  background: rgba(3, 18, 31, 0.16);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, min-height 220ms ease, width 220ms ease, height 220ms ease;
}

.header-cta::before,
.search-link::before {
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header-cta span {
  position: relative;
  z-index: 1;
  transition: color 300ms ease;
}

.header-cta {
  min-width: 204px;
  min-height: 52px;
  padding: 0 25px;
  color: var(--gold-light);
}

.search-link {
  width: 52px;
  height: 52px;
}

.search-link i {
  position: relative;
  z-index: 1;
  color: var(--gold-light);
  font-size: 19px;
  transition: color 260ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.search-link:hover,
.search-link:focus-visible {
  border-color: var(--gold-light);
}

.header-cta:hover::before,
.header-cta:focus-visible::before,
.search-link:hover::before,
.search-link:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-cta:hover span,
.header-cta:focus-visible span {
  color: var(--navy-deep);
}

.search-link:hover i,
.search-link:focus-visible i {
  color: var(--navy-deep);
}

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

.hero {
  position: relative;
  display: flex;
  min-height: max(760px, 100svh);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 64px) clamp(28px, 7.5vw, 144px) 105px;
  background: var(--navy);
}

.hero-poster,
.hero-video,
.hero-overlay,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-poster img,
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video {
  z-index: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 18, 31, 0.6) 0%, rgba(3, 18, 31, 0.64) 42%, rgba(3, 18, 31, 0.74) 100%),
    linear-gradient(90deg, rgba(3, 18, 31, 0.28), transparent 38%, transparent 65%, rgba(3, 18, 31, 0.22));
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(1280px, 100%);
  margin-top: 14px;
  text-align: center;
}

.hero h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--front-font-family, "Bodoni Moda Variable", "Times New Roman", serif);
  font-size: clamp(3.9rem, 4.85vw, 5.9rem);
  font-weight: 450;
  letter-spacing: 0.03em;
  line-height: 1.02;
  text-wrap: balance;
}

.hero h1.hero-title--long {
  font-size: clamp(3.1rem, 4.15vw, 5rem);
  letter-spacing: 0.02em;
}

.hero[data-front-font-weight="200"] h1 { font-weight: 200; }
.hero[data-front-font-weight="300"] h1 { font-weight: 300; }
.hero[data-front-font-weight="400"] h1 { font-weight: 400; }
.hero[data-front-font-weight="450"] h1 { font-weight: 450; }
.hero[data-front-font-weight="500"] h1 { font-weight: 500; }
.hero[data-front-font-weight="600"] h1 { font-weight: 600; }
.hero[data-front-font-weight="700"] h1 { font-weight: 700; }
.hero[data-front-font-weight="800"] h1 { font-weight: 800; }
.hero[data-front-font-weight="900"] h1 { font-weight: 900; }

.hero h1 > span {
  display: block;
}

.hero-line {
  white-space: nowrap;
}

.hero-word {
  display: inline-block;
  contain: paint;
  overflow: hidden;
  padding-top: 0.18em;
  padding-bottom: 0.08em;
  margin-top: -0.18em;
  margin-bottom: -0.08em;
  vertical-align: bottom;
}

.hero-word + .hero-word {
  margin-left: 0.26em;
}

.hero-char {
  display: inline-block;
  opacity: 0;
  backface-visibility: hidden;
  transform: translate3d(0, -0.72em, 0);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 840ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(80ms + var(--hero-word-index, 0) * 88ms);
  will-change: opacity, transform;
}

.intro-ready .hero-char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-word.is-accent {
  color: var(--gold-light);
}

.hero-content > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.16rem, 1.4vw, 1.52rem);
  font-weight: 500;
  line-height: 1.48;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.intro-ready .hero-content > p {
  animation: intro-up 620ms 1.02s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 34px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.intro-ready .hero-actions {
  animation: intro-up 620ms 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.button {
  position: relative;
  display: inline-flex;
  width: 282px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  overflow: hidden;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  transition: border-color 280ms ease, color 280ms ease;
}

.button::before {
  position: absolute;
  inset: -1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button span {
  position: relative;
  z-index: 1;
}

.button:hover::before,
.button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.button-gold {
  border-color: var(--gold-light);
  border-radius: 28px 4px 28px 4px;
  background: var(--gold-light);
  color: var(--navy-deep);
}

.button-gold:hover,
.button-gold:focus-visible {
  color: var(--white);
}

.button-gold::before {
  background: var(--navy-deep);
}

.button-outline {
  border-color: rgba(216, 185, 111, 0.65);
  border-radius: 28px 4px 28px 4px;
  background: rgba(3, 18, 31, 0.21);
  color: rgba(255, 255, 255, 0.9);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--gold-light);
  color: var(--navy-deep);
}

.button-outline::before {
  background: var(--gold-light);
}

.editorial-dark-button {
  --editorial-button-ink: var(--navy-deep);
  --editorial-button-surface: var(--surface-cream);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 3.6rem;
  padding: 0 2rem;
  border: 2px solid var(--editorial-button-ink);
  border-radius: 22px 0;
  background: var(--editorial-button-ink);
  color: var(--white) !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  box-shadow: none;
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color 260ms ease, color 260ms ease, background-color 260ms ease;
}

.editorial-dark-button::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--editorial-button-surface);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-dark-button > span,
.editorial-dark-button > i {
  position: relative;
  z-index: 1;
}

.editorial-dark-button > i {
  --fa-primary-color: currentColor;
  --fa-primary-opacity: 1;
  --fa-secondary-color: currentColor;
  --fa-secondary-opacity: 0.58;
}

.editorial-dark-button:hover,
.editorial-dark-button:focus-visible {
  border-color: var(--editorial-button-ink);
  background: var(--editorial-button-ink);
  color: var(--editorial-button-ink) !important;
  box-shadow: none;
  transform: none;
}

.editorial-dark-button:hover::before,
.editorial-dark-button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.hero-locations {
  position: absolute;
  z-index: 4;
  top: 49%;
  right: clamp(42px, 5vw, 104px);
  display: grid;
  grid-template-columns: 1px auto;
  gap: 36px;
  width: 114px;
  min-height: 226px;
  padding-left: 0;
  opacity: 0;
  transform: translateY(-35%);
}

.intro-ready .hero-locations {
  animation: interface-fade 620ms 1.12s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-locations::before {
  width: 1px;
  height: 100%;
  background: rgba(198, 163, 90, 0.78);
  content: "";
}

.hero-locations > div {
  padding-top: 76px;
}

.location-number {
  position: absolute;
  top: 2px;
  left: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  --fa-primary-color: var(--gold-light);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--white);
  --fa-secondary-opacity: 0.62;
  color: var(--gold-light);
  font-size: 1.55rem;
}

.hero-locations p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  top: calc(100% + 86px);
  left: 50%;
  display: grid;
  width: 20px;
  height: 44px;
  align-content: center;
  justify-items: center;
  gap: 6px;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
}

.intro-ready .scroll-cue {
  animation: interface-fade 440ms 1.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.scroll-cue span {
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: var(--gold-light);
  opacity: 0.16;
  transform: scale(0.68);
}

.intro-ready .scroll-cue span {
  animation: scroll-beat 2.4s 2.05s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.intro-ready .scroll-cue span:nth-child(2) {
  animation-delay: 2.21s;
}

.intro-ready .scroll-cue span:nth-child(3) {
  animation-delay: 2.37s;
}

.intro-ready .scroll-cue span:nth-child(4) {
  animation-delay: 2.53s;
}

.intro-ready .scroll-cue span:nth-child(5) {
  animation-delay: 2.69s;
}

@keyframes intro-up {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes interface-fade {
  to { opacity: 1; }
}

@keyframes scroll-beat {
  0%, 12%, 58%, 100% {
    opacity: 0.16;
    transform: scale(0.68);
  }

  30% {
    opacity: 1;
    transform: scale(1);
  }

  44% {
    opacity: 0.34;
    transform: scale(0.76);
  }
}

@media (max-width: 1480px) {
  .header-inner {
    width: calc(100% - 48px);
    grid-template-columns: 238px minmax(490px, 1fr) auto;
  }

  .brand {
    padding-right: 26px;
  }

  .brand img {
    width: 204px;
  }

  .desktop-nav {
    gap: 24px;
    padding-inline: 25px;
  }

  .header-actions {
    gap: 12px;
    padding-left: 22px;
  }

  .header-cta {
    min-width: 178px;
    padding-inline: 18px;
  }

  .hero-grid {
    background-position: 24px 0, 0 var(--header-height);
    background-size: calc((100vw - 48px) / 8) 100%, 100% 20vh;
  }
}

@media (max-width: 1240px) {
  :root {
    --header-height: 96px;
  }

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

  .brand {
    min-height: 58px;
    border-right: 0;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .header-mobile-actions {
    position: relative;
    z-index: 23;
    display: flex;
    align-items: center;
    gap: 0.65rem;
  }

  .search-link--mobile {
    display: inline-flex;
    width: 52px;
    height: 52px;
  }

  .menu-toggle {
    position: relative;
    z-index: 23;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 16px 3px 16px 3px;
    background: rgba(3, 18, 31, 0.18);
    opacity: 0;
    place-content: center;
  }

  .menu-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white);
    font-size: 1.25rem;
    transform: translate(-50%, -50%);
    transition: opacity 240ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .intro-ready .menu-toggle {
    animation: mobile-menu-toggle-in 560ms 180ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .menu-toggle-close-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-45deg) scale(0.74);
  }

  .menu-is-open .menu-toggle {
    position: fixed;
    z-index: 24;
    top: calc((var(--header-height) - 52px) / 2);
    right: 24px;
    opacity: 1;
  }

  .menu-is-open .search-link--mobile {
    opacity: 0;
    pointer-events: none;
  }

  .menu-is-open .menu-toggle-open-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(0.74);
  }

  .menu-is-open .menu-toggle-close-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0) scale(1);
  }

  .mobile-menu {
    position: fixed;
    z-index: 19;
    inset: 0;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    padding: 0 clamp(28px, 9vw, 72px);
    background:
      radial-gradient(circle at 84% 8%, rgba(40, 102, 143, 0.3), transparent 32%),
      radial-gradient(circle at 12% 92%, rgba(171, 141, 82, 0.1), transparent 28%),
      linear-gradient(145deg, #020f1a 0%, #061b2c 58%, #03131f 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    pointer-events: none;
    transition:
      clip-path 520ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 260ms ease,
      visibility 520ms ease;
  }

  .mobile-menu::before {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), transparent 72%);
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), transparent 72%);
    opacity: 0.38;
    pointer-events: none;
  }

  .mobile-menu.is-open {
    visibility: visible;
    clip-path: inset(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-inner {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(100%, 500px);
    min-height: 100%;
    margin-inline: auto;
    flex-direction: column;
  }

  .mobile-menu-topbar {
    display: flex;
    min-height: var(--header-height);
    align-items: center;
    justify-content: flex-start;
    padding-right: 68px;
    border-bottom: 1px solid rgba(201, 157, 67, 0.22);
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }

  .mobile-menu-language-switch {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.72);
  }

  .mobile-menu.is-open .mobile-menu-topbar {
    animation: mobile-menu-item-in 520ms 100ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .mobile-menu-brand {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-brand img {
    width: 44px;
    height: auto;
  }

  .mobile-menu-content {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 28px 0 26px;
  }

  .mobile-menu-panels {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    flex: 1;
  }

  .mobile-menu-panel {
    position: absolute;
    inset: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 3px;
    scrollbar-width: none;
    transition: opacity 340ms ease, transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-menu-panel::-webkit-scrollbar {
    display: none;
  }

  .mobile-menu-panel--root {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .mobile-menu-panel--services {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(104%, 0, 0);
  }

  .mobile-menu.submenu-is-open .mobile-menu-panel--root {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-26%, 0, 0);
  }

  .mobile-menu.submenu-is-open .mobile-menu-panel--services {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .mobile-menu-eyebrow {
    display: flex;
    min-height: 22px;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: rgba(224, 184, 100, 0.7);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  .mobile-menu-eyebrow span {
    display: block;
    width: 24px;
    height: 1px;
    background: currentcolor;
  }

  .mobile-menu.is-open .mobile-menu-eyebrow {
    animation: mobile-menu-item-in 500ms 160ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .mobile-menu-nav {
    display: grid;
    border-top: 1px solid rgba(201, 157, 67, 0.18);
  }

  .mobile-menu-item {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
  }

  .mobile-menu.is-open .mobile-menu-panel--root .mobile-menu-item {
    animation: mobile-menu-item-in 520ms 190ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .mobile-menu.is-open .mobile-menu-panel--root .mobile-menu-item:nth-child(2) {
    animation-delay: 235ms;
  }

  .mobile-menu.is-open .mobile-menu-panel--root .mobile-menu-item:nth-child(3) {
    animation-delay: 280ms;
  }

  .mobile-menu.is-open .mobile-menu-panel--root .mobile-menu-item:nth-child(4) {
    animation-delay: 325ms;
  }

  .mobile-menu.is-open .mobile-menu-panel--root .mobile-menu-item:nth-child(5) {
    animation-delay: 370ms;
  }

  .mobile-menu.is-open .mobile-menu-panel--root .mobile-menu-item:nth-child(n + 6) {
    animation-delay: 415ms;
  }

  .mobile-menu-link {
    display: grid;
    min-height: 58px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr);
    border-bottom: 1px solid rgba(201, 157, 67, 0.2);
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 3.9vw, 1.28rem);
    font-weight: 500;
    letter-spacing: 0.045em;
    transition: color 220ms ease, border-color 220ms ease, padding 280ms ease;
  }

  .mobile-menu-label {
    min-width: 0;
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus-visible,
  .mobile-menu-link.is-active,
  .mobile-menu-parent-row.is-active .mobile-menu-link {
    color: var(--gold-light);
    border-color: rgba(224, 184, 100, 0.58);
    padding-left: 5px;
  }

  .mobile-menu-link--offer {
    color: rgba(255, 255, 255, 0.88);
  }

  .mobile-menu-parent-row {
    display: grid;
    border-bottom: 1px solid rgba(201, 157, 67, 0.2);
    grid-template-columns: minmax(0, 1fr) 62px;
    transition: border-color 220ms ease;
  }

  .mobile-menu-parent-row .mobile-menu-link {
    border-bottom: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .mobile-menu-next {
    display: grid;
    min-width: 62px;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(201, 157, 67, 0.2);
    background: transparent;
    color: var(--gold-light);
    cursor: pointer;
    place-items: center;
    transition: border-color 220ms ease, background-color 220ms ease;
  }

  .mobile-menu-next i {
    font-size: 0.88rem;
    transition: transform 280ms ease;
  }

  .mobile-menu-next:hover,
  .mobile-menu-next:focus-visible {
    border-color: rgba(224, 184, 100, 0.62);
    background: rgba(224, 184, 100, 0.08);
  }

  .mobile-menu-next:hover i,
  .mobile-menu-next:focus-visible i {
    transform: rotate(90deg);
  }

  .mobile-menu-back {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0;
    transform: translate3d(18px, 0, 0);
    transition: color 220ms ease;
  }

  .mobile-menu-back:hover,
  .mobile-menu-back:focus-visible {
    color: var(--gold-light);
  }

  .mobile-menu-subnav {
    display: grid;
    border-top: 1px solid rgba(201, 157, 67, 0.22);
  }

  .mobile-menu-subnav-link {
    display: grid;
    min-height: 62px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr);
    border-bottom: 1px solid rgba(201, 157, 67, 0.2);
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.92rem, 3.6vw, 1.08rem);
    font-weight: 500;
    letter-spacing: 0.035em;
    opacity: 0;
    transform: translate3d(18px, 0, 0);
    transition: color 220ms ease, border-color 220ms ease, padding 280ms ease;
  }

  .mobile-menu-subnav-link:hover,
  .mobile-menu-subnav-link:focus-visible,
  .mobile-menu-subnav-link.is-active {
    padding-left: 5px;
    border-color: rgba(224, 184, 100, 0.58);
    color: var(--gold-light);
  }

  .mobile-menu.submenu-is-open .mobile-menu-back,
  .mobile-menu.submenu-is-open .mobile-menu-subnav-link {
    animation: mobile-menu-item-in 500ms 150ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .mobile-menu.submenu-is-open .mobile-menu-subnav-link:nth-child(1) {
    animation-delay: 195ms;
  }

  .mobile-menu.submenu-is-open .mobile-menu-subnav-link:nth-child(2) {
    animation-delay: 240ms;
  }

  .mobile-menu.submenu-is-open .mobile-menu-subnav-link:nth-child(3) {
    animation-delay: 285ms;
  }

  .mobile-menu-status {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0;
    transform: translate3d(0, 9px, 0);
  }

  .mobile-menu.is-open .mobile-menu-status {
    animation: mobile-menu-item-in 500ms 460ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .mobile-menu-status-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold-light);
    box-shadow: 0 0 0 4px rgba(224, 184, 100, 0.08), 0 0 14px rgba(224, 184, 100, 0.55);
  }

  .mobile-menu :is(a, button):focus-visible {
    outline: 1px solid var(--gold-light);
    outline-offset: 4px;
  }

  .mobile-menu :is(.mobile-menu-next, .mobile-menu-back):focus-visible {
    outline: 0;
  }

  .mobile-menu-next:active,
  .mobile-menu-next:focus-visible {
    border-left-color: rgba(224, 184, 100, 0.62);
    background: rgba(224, 184, 100, 0.1);
  }

  .mobile-menu-back:active,
  .mobile-menu-back:focus-visible {
    background: rgba(224, 184, 100, 0.08);
    box-shadow: inset 2px 0 0 var(--gold-light);
  }

  .hero {
    padding-right: 190px;
    padding-left: 70px;
  }

  .hero-locations {
    right: 34px;
  }
}

@keyframes mobile-menu-toggle-in {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes mobile-menu-item-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1100px) {
  .values-inner {
    width: min(900px, calc(100% - 80px));
    min-height: 0;
    padding: 72px 0;
    grid-template-columns: 1fr;
    gap: 92px;
  }

  .values-title {
    max-width: 820px;
  }

  .values-list {
    width: min(720px, 100%);
    margin-left: auto;
  }

  .services-shell {
    width: min(900px, calc(100% - 80px));
  }

  .process-shell {
    width: min(900px, calc(100% - 80px));
    padding: 72px 0;
  }

  .locations-shell {
    width: min(900px, calc(100% - 80px));
    padding-top: 72px;
  }

  .locations-layout {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-bottom: 72px;
  }

  .locations-copy {
    max-width: 760px;
  }

  .locations-addresses {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .locations-map {
    min-height: 520px;
  }

  .locations-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .locations-stats--3 .location-stat:last-child {
    grid-column: auto;
  }

  .location-stat,
  .location-stat:first-child,
  .location-stat:last-child {
    padding: 34px;
  }

  .location-stat:nth-child(2) {
    border-right: 0;
  }

  .location-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(216, 185, 111, 0.25);
  }

  .locations-stats--3 .location-stat:nth-child(2) {
    border-right: 1px solid rgba(216, 185, 111, 0.25);
  }

  .locations-stats--3 .location-stat:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .services-title {
    font-size: clamp(3rem, 6.2vw, 4.6rem);
  }

  .services-grid {
    gap: 22px;
  }

  .service-card {
    min-height: 610px;
  }

}

@media (max-width: 920px) {
  .header-inner {
    width: calc(100% - 40px);
  }

  .brand {
    width: 205px;
    padding-right: 0;
  }

  .brand img {
    width: 100%;
  }

  .hero {
    padding-right: clamp(28px, 6vw, 56px);
    padding-left: clamp(28px, 6vw, 56px);
  }

  .hero h1.hero-title--long {
    font-size: clamp(2.7rem, 6.6vw, 4rem);
  }

  .hero-line {
    white-space: normal;
  }

  .hero {
    min-height: max(680px, 100svh);
    padding: calc(var(--header-height) + 52px) 28px 80px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 8.8vw, 4.8rem);
    letter-spacing: 0.01em;
  }

  .hero-locations,
  .scroll-cue {
    display: none;
  }

  .hero-grid {
    background-position: 20px 0, 0 var(--header-height);
    background-size: calc((100vw - 40px) / 4) 100%, 100% 18vh;
  }

  .services-shell {
    width: min(680px, calc(100% - 56px));
    padding: 76px 0 96px;
  }

  .services-title {
    font-size: clamp(2.8rem, 7.8vw, 4.2rem);
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-card,
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    --card-radius-large: 118px;
    --card-radius-medium: 64px;
    min-height: min(680px, 102vw);
    margin-top: 0;
  }

  .process-shell {
    width: min(680px, calc(100% - 56px));
    padding: 72px 0;
  }

  .locations-shell {
    width: min(680px, calc(100% - 56px));
  }

  .locations-title {
    font-size: clamp(2.8rem, 8.2vw, 4.2rem);
  }

  .locations-addresses {
    grid-template-columns: 1fr;
  }

  .locations-map {
    min-height: 430px;
  }

  .process-header {
    margin-right: 0;
    margin-bottom: 62px;
    margin-left: 0;
    text-align: left;
  }

  .process-title {
    font-size: clamp(2.8rem, 8.2vw, 4.2rem);
    line-height: 1.02;
  }

  .process-track {
    grid-template-columns: 1fr;
  }

  .process-track::before,
  .process-track::after {
    top: 26px;
    right: auto;
    bottom: 62px;
    left: 28px;
    width: var(--process-line-size);
    height: auto;
  }

  .process-track::after {
    transform: scaleY(0);
    transform-origin: center top;
  }

  .process-section.is-process-revealed .process-track::after {
    transform: scaleY(1);
  }

  .process-item {
    display: grid;
    grid-template-columns: 58px 54px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 0 0 54px;
    text-align: left;
  }

  .process-item:last-child {
    padding-bottom: 0;
  }

  .process-marker::after {
    display: none;
  }

  .process-icon {
    width: 46px;
    height: 46px;
    margin: 6px 0 0;
    font-size: 46px;
  }

  .process-copy {
    padding-top: 3px;
  }

  .process-copy h3 {
    font-size: 1.62rem;
  }

  .process-copy p {
    max-width: 500px;
    margin-inline: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 84px;
  }

  html,
  body {
    touch-action: pan-y pinch-zoom;
  }

  .header-inner {
    width: calc(100% - 28px);
  }

  .brand {
    width: 172px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 11px;
  }

  .header-mobile-actions {
    gap: 0.5rem;
  }

  .search-link--mobile {
    width: 46px;
    height: 46px;
  }

  .menu-is-open .menu-toggle {
    top: calc((var(--header-height) - 46px) / 2);
    right: 14px;
  }

  .mobile-menu {
    padding-inline: 0;
  }

  .mobile-menu-inner {
    width: 100%;
    max-width: none;
  }

  .mobile-menu-topbar {
    padding-right: 78px;
    padding-left: 20px;
  }

  .mobile-menu-brand img {
    width: 40px;
  }

  .mobile-menu-brand {
    width: 46px;
    height: 46px;
  }

  .mobile-menu-content {
    padding-block: 22px 20px;
  }

  .mobile-menu-panel {
    padding-right: 0;
  }

  .mobile-menu-eyebrow,
  .mobile-menu-status {
    padding-inline: 20px;
  }

  .mobile-menu-link {
    min-height: 56px;
    padding-inline: 20px;
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus-visible,
  .mobile-menu-link.is-active,
  .mobile-menu-parent-row.is-active .mobile-menu-link {
    padding-left: 25px;
  }

  .mobile-menu-back {
    margin-left: 20px;
  }

  .mobile-menu-subnav-link {
    min-height: 58px;
    padding-inline: 20px;
  }

  .mobile-menu-subnav-link:hover,
  .mobile-menu-subnav-link:focus-visible,
  .mobile-menu-subnav-link.is-active {
    padding-left: 25px;
  }

  .hero {
    min-height: 100svh;
    padding: 120px 20px 58px;
  }

  .hero h1 {
    font-size: clamp(1.55rem, 9.1vw, 3.55rem);
    line-height: 1.12;
  }

  .hero h1.hero-title--long {
    font-size: clamp(1.55rem, 9.1vw, 3.55rem);
  }

  .hero-line {
    white-space: normal;
  }

  .hero-content > p {
    margin-top: 24px;
    font-size: 0.91rem;
  }

  .hero-content > p br {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
  }

  .button {
    width: min(100%, 320px);
    min-height: 56px;
    margin-inline: auto;
  }

  .hero-grid {
    background-position: 14px 0, 0 var(--header-height);
    background-size: calc((100vw - 28px) / 3) 100%, 100% 16vh;
  }

  .values-inner {
    width: calc(100% - 40px);
    padding: 56px 0;
    gap: 68px;
  }

  .values-title {
    font-size: clamp(2.55rem, 11.6vw, 3.65rem);
    line-height: 1.06;
  }

  .values-copy {
    margin-top: 28px;
    font-size: 0.98rem;
  }

  .value-item {
    min-height: 0;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
  }

  .value-item:nth-child(2),
  .value-item:nth-child(3) {
    margin-left: 0;
  }

  .values-list {
    gap: 46px;
    padding-block: 0;
  }

  .value-icon {
    width: 50px;
    height: 50px;
  }

  .value-icon i {
    font-size: 46px;
  }

  .services-shell {
    width: calc(100% - 40px);
    padding: 64px 0 78px;
  }

  .services-header {
    margin-bottom: 46px;
  }

  .services-title {
    font-size: clamp(2.35rem, 9.8vw, 3.25rem);
    line-height: 1.01;
  }

  .service-card,
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    --card-radius-large: 86px;
    --card-radius-medium: 48px;
    --card-radius-small: 10px;
    min-height: 590px;
  }

  .service-card-copy {
    padding: 26px 24px 28px;
  }

  .service-card-title {
    font-size: 2.4rem;
  }

  .service-description {
    font-size: 0.96rem;
  }

  .process-shell {
    width: calc(100% - 40px);
    padding: 56px 0;
  }

  .locations-shell {
    width: calc(100% - 40px);
    padding-top: 56px;
  }

  .locations-layout {
    gap: 42px;
    padding-bottom: 56px;
  }

  .locations-title {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: 1.01;
  }

  .locations-intro {
    margin-top: 22px;
    font-size: 1rem;
  }

  .locations-addresses {
    gap: 20px;
    margin-top: 28px;
  }

  .location-address-trigger {
    padding: 14px 13px;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    gap: 11px;
  }

  .location-address-marker {
    width: 30px;
    height: 30px;
  }

  .location-address-short {
    font-size: 0.84rem;
  }

  .location-address-toggle {
    width: 28px;
    height: 28px;
  }

  .location-details-card {
    margin: 0 13px 16px;
    padding: 17px 2px 0 45px;
  }

  .location-contacts strong {
    font-size: 0.82rem;
  }

  .locations-map {
    min-height: 330px;
    margin-inline: -10px;
    padding: 14px 10px 16px;
    border-radius: 22px 3px 22px 3px;
  }

  .locations-map-corner {
    font-size: 0.48rem;
    letter-spacing: 0.11em;
  }

  .locations-map-corners {
    inset: 14px 10px 16px;
  }

  .locations-map-stage {
    width: 100%;
    margin-block: -2px;
  }

  .map-location {
    min-width: 84px;
  }

  .map-beacon {
    width: 24px;
    height: 24px;
    margin-bottom: -12px;
  }

  .map-beacon i {
    font-size: 24px;
  }

  .map-location-label {
    min-width: 84px;
    margin-top: 9px;
    padding: 7px 8px 8px;
    border-radius: 9px 2px 9px 2px;
  }

  .map-location-label strong {
    font-size: 0.61rem;
    letter-spacing: 0.07em;
  }

  .map-location-label small {
    margin-bottom: 4px;
    font-size: 0.45rem;
  }

  .map-route {
    stroke-width: 0.6;
  }

  .locations-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locations-stats--3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .locations-stats--3 .location-stat:last-child {
    grid-column: auto;
  }

  .location-stat,
  .location-stat:first-child,
  .location-stat:last-child {
    min-height: 220px;
    padding: 26px 14px;
    border-right: 0;
    border-bottom: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    align-content: center;
    justify-items: center;
    text-align: center;
  }

  .location-stat:nth-child(odd) {
    border-right: var(--process-line-size) solid rgba(216, 185, 111, 0.25);
  }

  .location-stat:nth-child(-n + 2) {
    border-bottom: var(--process-line-size) solid rgba(216, 185, 111, 0.25);
  }

  .location-stat:nth-child(n + 3) {
    border-bottom: 0;
  }

  .locations-stats--3 .location-stat:nth-child(n) {
    border-right: 0;
  }

  .locations-stats--3 .location-stat:not(:last-child) {
    border-bottom: var(--process-line-size) solid rgba(216, 185, 111, 0.25);
  }

  .locations-stats--3 .location-stat:last-child {
    border-bottom: 0;
  }

  .location-stat-icon {
    width: 56px;
    height: 56px;
  }

  .location-stat-icon i {
    font-size: 50px;
  }

  .location-stat > div:last-child {
    width: 100%;
    min-width: 0;
  }

  .location-stat strong {
    font-size: clamp(2.1rem, 10.5vw, 2.65rem);
  }

  .location-stat p {
    margin-top: 8px;
    font-size: 0.75rem;
    overflow-wrap: anywhere;
  }

  .process-header {
    margin-bottom: 50px;
  }

  .process-title {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
  }

  .process-track::before,
  .process-track::after {
    left: 23px;
  }

  .process-item {
    grid-template-columns: 48px 40px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 46px;
  }

  .process-marker {
    width: 48px;
    height: 48px;
    border-width: 1px;
  }

  .process-marker span {
    font-size: 0.78rem;
  }

  .process-icon {
    width: 38px;
    height: 38px;
    margin-top: 5px;
    font-size: 38px;
  }

  .process-copy {
    padding-top: 0;
  }

  .process-copy h3 {
    margin-bottom: 9px;
    font-size: 1.35rem;
  }

  .process-copy p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-delay: 0.01ms !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .intro-ready .scroll-cue span {
    animation: none;
    opacity: 0.62;
    transform: scale(1);
  }

  .menu-toggle,
  .intro-ready .menu-toggle,
  .menu-toggle i,
  .mobile-menu,
  .mobile-menu-topbar,
  .mobile-menu-eyebrow,
  .mobile-menu-item,
  .mobile-menu-status,
  .mobile-menu-back,
  .mobile-menu-subnav-link,
  .mobile-menu-panel {
    animation: none;
    transition: none;
  }

  .menu-toggle {
    opacity: 1;
  }

  .mobile-menu-topbar,
  .mobile-menu-eyebrow,
  .mobile-menu-item,
  .mobile-menu-status,
  .mobile-menu-back,
  .mobile-menu-subnav-link {
    opacity: 1;
    transform: none;
  }

  .mobile-menu-panel--services {
    opacity: 0;
    transform: translate3d(104%, 0, 0);
  }

  .mobile-menu.submenu-is-open .mobile-menu-panel--root {
    opacity: 0;
    transform: translate3d(-26%, 0, 0);
  }

  .mobile-menu.submenu-is-open .mobile-menu-panel--services {
    opacity: 1;
    transform: none;
  }

  .values-word,
  .values-title.is-revealed .values-word,
  .services-word,
  .service-title-word,
  .value-title-word,
  .process-title-word,
  .locations-title-word,
  .news-title-word,
  .contact-cta-title-word,
  [data-words-slide-from-right].is-revealed .services-word,
  [data-words-slide-from-right].is-revealed .service-title-word,
  [data-words-slide-from-right].is-revealed .value-title-word,
  [data-words-slide-from-right].is-revealed .process-title-word,
  [data-words-slide-from-right].is-revealed .locations-title-word,
  [data-words-slide-from-right].is-revealed .news-title-word,
  [data-words-slide-from-right].is-revealed .contact-cta-title-word,
  .process-item,
  .process-section.is-process-revealed .process-item,
  .process-marker,
  .process-section.is-process-revealed .process-marker {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .contact-cta-card,
  .contact-cta-card.is-image-revealed,
  .footer-newsletter,
  .footer-newsletter.is-image-revealed,
  .footer-newsletter-copy,
  .footer-newsletter > form,
  .footer-newsletter.is-image-revealed .footer-newsletter-copy,
  .footer-newsletter.is-image-revealed > form,
  .footer-main,
  .footer-main.is-image-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .content-reveal,
  .content-reveal.is-image-revealed,
  .service-card-copy,
  .service-card.is-image-revealed .service-card-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .locations-intro,
  .location-address,
  .locations-map,
  .map-location,
  .location-stat,
  .locations-section.is-locations-revealed .locations-intro,
  .locations-section.is-locations-revealed .location-address,
  .locations-section.is-locations-revealed .locations-map,
  .locations-section.is-locations-revealed .map-location,
  .locations-section.is-locations-revealed .location-stat {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .locations-section.is-locations-revealed .map-beacon::after,
  .map-location.is-active .map-beacon::after {
    animation: none;
  }

  .map-route,
  .locations-section.is-locations-revealed .map-route {
    stroke-dashoffset: 0;
    transition: none;
  }

  .process-track::after,
  .process-section.is-process-revealed .process-track::after {
    transform: none;
    transition: none;
  }

  .service-card-media::after {
    display: none;
  }

  .image-reveal-curtain {
    display: none;
  }

  .image-reveal-media > img,
  [data-image-reveal].is-image-revealed .image-reveal-media > img {
    transform: none;
    transition: none;
  }

  .service-card-media img,
  .service-card.is-image-revealed .service-card-media img {
    transform: scale(1.08);
  }
}

/* Laravel storefront integration */
.front-desktop-shell {
  overflow-x: clip;
}

.front-desktop-shell .site-header {
  position: sticky;
  top: 0;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.front-desktop-shell:not(.front-route-home) .site-header {
  opacity: 1;
  background: linear-gradient(145deg, rgba(6, 27, 45, 0.99), rgba(3, 18, 31, 0.99));
  box-shadow: 0 16px 38px rgba(3, 18, 31, 0.16);
}

.front-route-home .site-header {
  background: rgba(3, 18, 31, 0.35);
  box-shadow: none;
}

.front-route-home .front-content-shell {
  margin-top: calc(var(--header-height) * -1);
}

.front-desktop-shell:is(
  .front-route-home,
  .front-route-audit,
  .front-route-accounting,
  .front-route-advisory
) .site-header.is-scrolled {
  background: var(--navy-deep);
  box-shadow: 0 16px 38px rgba(3, 18, 31, 0.16);
}

@media (min-width: 1241px) {
  .front-desktop-shell .site-header.is-scrolled .header-inner {
    min-height: 96px;
  }

  .front-desktop-shell .site-header.is-scrolled .brand img {
    transform: scale(0.9);
  }

  .front-desktop-shell .site-header.is-scrolled .desktop-nav a {
    min-height: 58px;
  }

  .front-desktop-shell .site-header.is-scrolled .header-cta {
    min-height: 46px;
  }

  .front-desktop-shell .site-header.is-scrolled .search-link {
    width: 46px;
    height: 46px;
  }
}

.front-route-home.intro-ready .site-header,
.front-desktop-shell:not(.front-route-home) .site-header {
  animation: none;
  opacity: 1;
}

.site-header.is-search-open {
  background: var(--navy-deep);
}

.search-link {
  padding: 0;
  color: inherit;
  cursor: pointer;
}

body.alpha-search-is-open {
  overflow: hidden;
}

.alpha-search-panel {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  min-height: 100dvh;
  padding: clamp(7.5rem, 17vh, 11rem) clamp(1.25rem, 5vw, 5rem) 3rem;
  align-items: flex-start;
  justify-content: center;
  background:
    radial-gradient(circle at 82% 10%, rgba(40, 102, 143, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(2, 15, 26, 0.985), rgba(3, 18, 31, 0.985));
  backdrop-filter: blur(12px);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.alpha-search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.alpha-search-close {
  position: fixed;
  top: clamp(1.25rem, 3vw, 2.25rem);
  right: clamp(1.25rem, 3vw, 2.75rem);
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid rgba(216, 185, 111, 0.62);
  border-radius: 16px 3px 16px 3px;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
  place-items: center;
  transition: background-color 180ms ease, color 180ms ease;
}

.alpha-search-close:hover,
.alpha-search-close:focus-visible {
  background: var(--gold-light);
  color: var(--navy-deep);
}

.alpha-search-close i {
  font-size: 1.3rem;
}

.alpha-search-dialog {
  width: min(980px, 100%);
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.alpha-search-panel.is-open .alpha-search-dialog {
  opacity: 1;
  transform: none;
}

.alpha-search-eyebrow {
  margin: 0 0 1rem;
  color: rgba(216, 185, 111, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alpha-search-form {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.alpha-search-field {
  position: relative;
  min-width: 0;
}

.alpha-search-field > i {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  color: var(--gold-light);
  transform: translateY(-50%);
}

.alpha-search-field input {
  width: 100%;
  min-height: 4.25rem;
  padding: 0 1.25rem 0 3.45rem;
  border: 1px solid rgba(216, 185, 111, 0.5);
  border-radius: 20px 3px 20px 3px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  font: inherit;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.alpha-search-field input:focus {
  border-color: var(--gold-light);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 0 0 3px rgba(216, 185, 111, 0.1);
}

.alpha-search-field input::placeholder {
  color: rgba(247, 247, 245, 0.46);
}

.alpha-search-panel .front-search-suggestions {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 1 / -1;
  max-height: min(58vh, 34rem);
  margin-top: -0.1rem;
  border: 1px solid rgba(216, 185, 111, 0.24);
  border-radius: 18px 3px 18px 3px;
  background: rgba(6, 26, 43, 0.985);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  color: var(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.alpha-search-panel .front-search-suggestion-section + .front-search-suggestion-section {
  border-top: 1px solid rgba(216, 185, 111, 0.13);
}

.alpha-search-panel .front-search-suggestion-section-head {
  display: flex;
  padding: 0.95rem 1.1rem 0.55rem;
  justify-content: space-between;
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alpha-search-panel .front-search-suggestion-section-head h3 {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.alpha-search-panel .front-search-suggestion-list {
  display: grid;
  padding: 0 0.45rem 0.7rem;
}

.alpha-search-panel .front-search-suggestion-link {
  display: block;
  padding: 0.7rem;
  border-radius: 10px 2px 10px 2px;
  outline: 0;
  transition: background-color 160ms ease;
}

.alpha-search-panel .front-search-suggestion-link:hover,
.alpha-search-panel .front-search-suggestion-link:focus-visible,
.alpha-search-panel .front-search-suggestion-link.is-keyboard-active {
  background: rgba(216, 185, 111, 0.11);
}

.alpha-search-panel .front-search-suggestion-body {
  display: grid;
  gap: 0.22rem;
}

.alpha-search-panel .front-search-suggestion-meta,
.alpha-search-panel .front-search-suggestion-empty {
  color: rgba(216, 185, 111, 0.78);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.alpha-search-panel .front-search-suggestion-title {
  color: rgba(247, 247, 245, 0.94);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1.35;
}

.alpha-search-panel .front-search-suggestion-excerpt {
  display: none;
}

.alpha-search-panel .front-search-suggestion-empty {
  padding: 1.25rem;
}

.alpha-search-panel .front-search-suggestion-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0.9rem 1.1rem;
  border-top: 1px solid rgba(216, 185, 111, 0.16);
  background: rgba(6, 26, 43, 0.98);
}

.alpha-search-panel .front-search-suggestion-all {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.front-route-home .front-content-shell {
  width: 100%;
  max-width: none;
}

.front-desktop-shell,
.front-desktop-shell .site-header,
.front-desktop-shell .site-footer {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
  line-height: normal;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif);
}

.front-desktop-shell:not(.front-route-home) .front-content-shell h1,
.front-desktop-shell:not(.front-route-home) .front-content-shell h1 * {
  font-family: var(--front-font-family, "Instrument Sans Variable", Arial, sans-serif) !important;
}

.services-intro {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(247, 247, 245, 0.68);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.65;
}

.desktop-nav a,
.mobile-menu nav a,
.hero-actions .button {
  text-transform: uppercase;
}

.services-grid--count-1 {
  max-width: 620px;
  grid-template-columns: minmax(0, 1fr);
}

.services-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-grid--count-1 .service-card,
.services-grid--count-2 .service-card:nth-child(2) {
  margin-top: 0;
}

.front-route-home .front-fixed-watermark,
.front-route-home .front-initial-preloader {
  display: none;
}

.front-desktop-shell:not(.front-route-home) .front-content-shell {
  background-color: #f4f1ea;
  color: #03121f;
}

.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .alpha-search-panel {
    padding: 6rem 1rem 2rem;
  }

  .alpha-search-panel .front-search-suggestions {
    max-height: calc(100dvh - 14.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .alpha-search-panel,
  .alpha-search-dialog {
    transition: none;
  }
}
