:root {
  --ink: #001326;
  --paper: #f5f1e9;
  --muted: rgba(235, 240, 246, 0.76);
  --line: rgba(211, 151, 31, 0.48);
  --gold: #d89a1c;
  --gold-light: #e4aa2f;
  --navy-deep: #00101f;
  --navy: #05213b;
  --header-h: 120px;
}

/* Growth and awards section */
.growth-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 8vw, 150px) 0 clamp(86px, 7vw, 128px);
  color: #0e1726;
  background: #f7f5f0;
}

.growth-section::before {
  content: "ECOMPLEX";
  position: absolute;
  top: 22px;
  left: 40%;
  color: rgba(14, 23, 38, 0.025);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(100px, 17vw, 280px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.growth-shell {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - clamp(40px, 8vw, 128px)));
  margin: 0 auto;
}

.growth-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(48px, 7vw, 110px);
  align-items: end;
}

.growth-kicker {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #b9872d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.growth-kicker span {
  width: 48px;
  height: 1px;
  background: #c9a34e;
}

.growth-heading h2 {
  max-width: 1000px;
  margin: 0;
  color: #0e1726;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(55px, 5.3vw, 92px);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.045em;
}

.growth-heading h2 em,
.awards-heading h3 em,
.award-copy h4 em,
.growth-closing em {
  color: #c29440;
  font-style: normal;
}

.growth-since {
  padding: 0 0 8px 30px;
  border-left: 1px solid rgba(185, 135, 45, 0.48);
}

.growth-since > span {
  display: block;
  color: rgba(14, 23, 38, 0.45);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.growth-since strong {
  display: block;
  margin: 2px 0 4px;
  color: #c29440;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 74px;
  font-weight: 500;
  line-height: 0.92;
}

.growth-since p {
  margin: 0;
  color: rgba(14, 23, 38, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.growth-narrative {
  max-width: 1040px;
  margin: clamp(48px, 5vw, 78px) 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 76px);
  padding-top: 28px;
  border-top: 1px solid rgba(14, 23, 38, 0.16);
}

.growth-narrative p {
  margin: 0;
  color: rgba(14, 23, 38, 0.7);
  font-size: 14px;
  line-height: 1.78;
}

.awards-heading {
  margin: clamp(105px, 10vw, 168px) auto 42px;
  text-align: center;
}

.awards-heading > p {
  margin: 0 0 16px;
  color: #b9872d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.awards-heading h3 {
  margin: 0;
  color: #0e1726;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 2.5vw, 40px);
}

.award-card {
  overflow: hidden;
  border: 1px solid rgba(14, 23, 38, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 48px rgba(14, 23, 38, 0.055);
}

.award-photo {
  height: clamp(300px, 27vw, 430px);
  margin: 0;
  overflow: hidden;
  background: #e9e5dc;
}

.award-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.01);
  transition:
    filter 0.7s ease,
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.award-card:first-child .award-photo img {
  object-position: center 34%;
}

.award-card:last-child .award-photo img {
  object-position: center 47%;
}

.award-card:hover .award-photo img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.055);
}

.award-copy {
  position: relative;
  min-height: 270px;
  padding: 28px clamp(28px, 3vw, 48px) 34px;
}

.award-brand {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #13223a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.award-brand span {
  width: 52px;
  height: 1px;
  background: #c29440;
}

.award-brand-wisniowski {
  letter-spacing: 0.015em;
}

.award-copy h4 {
  max-width: 470px;
  margin: 0 130px 16px 0;
  color: #0e1726;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.award-copy > p:not(.award-brand) {
  max-width: 500px;
  margin: 0 120px 0 0;
  color: rgba(14, 23, 38, 0.73);
  font-size: 13px;
  line-height: 1.7;
}

.award-mark {
  position: absolute;
  right: clamp(26px, 3vw, 48px);
  bottom: 34px;
  width: 82px;
  height: 116px;
  color: #b9872d;
}

.award-mark-tower {
  border: 2px solid #c29440;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 0 91%, 28% 91%);
}

.award-mark-tower::before,
.award-mark-tower::after {
  content: "";
  position: absolute;
  background: #c29440;
  transform-origin: center;
}

.award-mark-tower::before {
  width: 2px;
  height: 102px;
  left: 43px;
  top: 6px;
  transform: rotate(26deg);
}

.award-mark-tower::after {
  width: 58px;
  height: 2px;
  left: 12px;
  top: 56px;
  transform: rotate(-35deg);
}

.award-mark-medal {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 2px solid #c29440;
  border-radius: 50%;
}

.award-mark-medal::before {
  content: "☆";
  position: absolute;
  top: 11px;
  font-size: 43px;
  line-height: 1;
}

.award-mark-medal b {
  position: absolute;
  top: 101px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.award-mark-medal small {
  position: absolute;
  top: 136px;
  width: 100px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.growth-closing {
  margin: clamp(76px, 7vw, 110px) 0 0;
  color: #0e1726;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1;
  text-align: center;
}

.growth-enter-left[data-scroll-reveal],
.award-enter-left[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-72px);
  transition:
    opacity 0.9s ease,
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.growth-enter-right[data-scroll-reveal],
.award-enter-right[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(72px);
  transition:
    opacity 0.9s ease,
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.growth-enter-left[data-scroll-reveal].is-visible,
.award-enter-left[data-scroll-reveal].is-visible,
.growth-enter-right[data-scroll-reveal].is-visible,
.award-enter-right[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1180px) {
  .growth-story {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .growth-since {
    width: 220px;
  }

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

  .award-photo {
    height: clamp(330px, 65vw, 500px);
  }
}

@media (max-width: 620px) {
  .growth-section {
    padding: 82px 0 76px;
  }

  .growth-shell {
    width: min(100% - 32px, 560px);
  }

  .growth-heading h2 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .growth-narrative {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .awards-heading {
    margin-top: 88px;
  }

  .awards-heading h3 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .award-photo {
    height: 330px;
  }

  .award-copy {
    min-height: 340px;
    padding: 25px 23px 35px;
  }

  .award-copy h4 {
    margin-right: 0;
    font-size: 38px;
  }

  .award-copy > p:not(.award-brand) {
    margin-right: 0;
    padding-right: 0;
  }

  .award-mark {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 28px 0 0 auto;
    transform: scale(0.78);
    transform-origin: right top;
  }
}

@media (prefers-reduced-motion: reduce) {
  .growth-enter-left[data-scroll-reveal],
  .award-enter-left[data-scroll-reveal],
  .growth-enter-right[data-scroll-reveal],
  .award-enter-right[data-scroll-reveal] {
    transition-duration: 0.01ms;
  }

  .award-card:hover .award-photo img {
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

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

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  padding: 0 clamp(28px, 3.9vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  transition:
    height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.55s ease,
    backdrop-filter 0.55s ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: clamp(28px, 3.9vw, 60px);
  right: clamp(28px, 3.9vw, 60px);
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(216, 154, 28, 0.36));
  transform: scaleX(0);
  transform-origin: left;
  animation: lineIn 1.5s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-header.scrolled {
  height: 82px;
  background: rgba(0, 16, 31, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(176px, 15vw, 250px);
  height: 70px;
  align-items: center;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.nav-coming-soon {
  position: relative;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(244, 247, 251, .54);
  cursor: default;
}

.nav-coming-soon small {
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--gold);
  font-size: 6px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mobile-coming-soon { display: none; }

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(244, 247, 251, 0.88);
  transition: color 0.3s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.desktop-nav a:hover {
  color: #fff;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.desktop-nav .nav-contact {
  min-width: 123px;
  margin-left: 8px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gold);
}

.desktop-nav .nav-contact span {
  color: var(--gold);
}

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

.hero {
  position: relative;
  min-height: 720px;
  height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background: #111;
}

.hero-video,
.last-frame,
.hero-end-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  z-index: -6;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) brightness(0.9) hue-rotate(5deg);
  transform: scale(1.015);
  animation: heroScale 12s cubic-bezier(0.2, 0.55, 0.25, 1) both;
}

.last-frame {
  z-index: -5;
  opacity: 0;
  filter: saturate(0.82) contrast(1.08) brightness(0.9) hue-rotate(5deg);
  transition: opacity 0.2s linear;
}

.hero-end-scene {
  z-index: -4;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.01);
  transition:
    opacity 1200ms cubic-bezier(.22, .61, .36, 1),
    transform 1600ms cubic-bezier(.22, .61, .36, 1);
}

.hero.film-ended .hero-end-scene {
  opacity: 1;
  transform: scale(1);
}

.last-frame.visible {
  opacity: 1;
}

.hero-shade {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 13, 27, 0.94) 0%, rgba(0, 20, 39, 0.78) 27%, rgba(1, 26, 49, 0.5) 53%, rgba(2, 24, 45, 0.27) 82%, rgba(1, 18, 34, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 22, 41, 0.24) 0%, rgba(0, 18, 36, 0.06) 46%, rgba(0, 13, 27, 0.74) 100%);
  transition: opacity 1000ms cubic-bezier(.22, .61, .36, 1);
}

.hero.film-ended .hero-shade {
  opacity: 0.18;
}

.hero-grain {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-end-tint {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 10, 22, 0.84) 0%, rgba(0, 15, 31, 0.66) 52%, rgba(0, 9, 20, 0.78) 100%);
  transition: opacity 650ms cubic-bezier(.22, .61, .36, 1);
}

.hero.film-ended .hero-end-tint {
  opacity: 0.4;
}

.hero.transition-cover .hero-end-tint,
.hero.transition-cover.film-ended .hero-end-tint {
  opacity: 0.88;
}

.hero-panel {
  position: absolute;
  z-index: 8;
  top: clamp(105px, 16vh, 150px);
  right: clamp(24px, 3.2vw, 52px);
  width: clamp(340px, 30vw, 500px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(120px) scale(0.98);
  transform-origin: center right;
  will-change: transform, opacity;
  transition:
    opacity 1000ms cubic-bezier(.22, .61, .36, 1),
    transform 1000ms cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear 1000ms;
}

.hero-panel img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(3.9% 5.6% 4% 6.1% round 44px);
  user-select: none;
}

.hero.panel-visible .hero-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition:
    opacity 1000ms cubic-bezier(.22, .61, .36, 1),
    transform 1000ms cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear 0s;
}

.hero.panel-floating .hero-panel {
  animation: panelFloat 7s ease-in-out infinite;
}

.hero-content {
  width: calc(100% - clamp(56px, 7.5vw, 124px));
  height: 100%;
  margin: 0 auto;
  padding-top: clamp(174px, 19vh, 190px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 23px;
  color: rgba(239, 244, 249, 0.78);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 57px;
  height: 1px;
  background: var(--gold);
}

.eyebrow b {
  color: var(--gold);
  font-weight: 400;
}

h1 {
  max-width: 630px;
  margin: 0;
  color: #f7f4ec;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(76px, 6.15vw, 100px);
  font-weight: 400;
  letter-spacing: -0.046em;
  line-height: 0.92;
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  color: var(--gold);
  font-style: normal;
  text-shadow: 0 2px 26px rgba(216, 154, 28, 0.08);
}

.hero-lower {
  margin-top: 48px;
  display: block;
}

.hero-copy {
  margin: 0;
  max-width: 455px;
  color: var(--muted);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.86;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: flex-start;
  gap: 23px;
}

.button {
  min-height: 64px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    color 0.4s ease,
    background 0.4s ease,
    border-color 0.4s ease;
}

.button i {
  color: currentColor;
  font-style: normal;
  font-size: 15px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover i {
  transform: translate(3px, -3px);
}

.button-primary {
  min-width: 326px;
  color: #06121d;
  background: linear-gradient(100deg, var(--gold-light), #d99517);
  border: 1px solid var(--gold-light);
}

.button-primary:hover {
  background: linear-gradient(100deg, #efb844, #dfa01c);
  box-shadow: 0 12px 40px rgba(216, 154, 28, 0.18);
}

.button-ghost {
  min-width: 267px;
  color: #fff;
  border: 1px solid rgba(216, 154, 28, 0.86);
}

.button-ghost:hover {
  border-color: var(--gold);
  background: rgba(216, 154, 28, 0.11);
}

.hero-rail {
  position: absolute;
  left: clamp(28px, 3.9vw, 60px);
  bottom: 45px;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2vw, 34px);
  color: rgba(239, 244, 249, 0.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-rail b {
  width: 1px;
  height: 50px;
  display: block;
  background: rgba(235, 240, 246, 0.34);
}

.product-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 172px;
  line-height: 1.7;
}

.product-icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--gold);
  border: 1.5px solid currentColor;
}

.product-icon::before,
.product-icon::after,
.product-icon i {
  content: "";
  position: absolute;
  display: block;
}

.icon-roller {
  border-width: 2px 1.5px 1.5px;
  border-radius: 2px;
}

.icon-roller::before {
  inset: 5px 4px 5px;
  background: repeating-linear-gradient(to bottom, currentColor 0 1px, transparent 1px 6px);
}

.icon-roller::after {
  right: -4px;
  bottom: -4px;
  left: -4px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.icon-garage {
  margin-top: 5px;
  height: 40px;
  border-radius: 2px;
}

.icon-garage::before {
  top: -8px;
  left: 3px;
  width: 38px;
  height: 15px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  transform: skewX(-36deg);
}

.icon-garage::after {
  inset: 11px 6px 4px;
  border: 1px solid currentColor;
  background: repeating-linear-gradient(to bottom, transparent 0 6px, currentColor 6px 7px);
}

.icon-blind::before {
  inset: 5px 6px;
  background: repeating-linear-gradient(to bottom, currentColor 0 1.5px, transparent 1.5px 6px);
}

.icon-blind::after {
  top: -4px;
  right: 3px;
  bottom: -4px;
  left: 3px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.icon-mosquito::before {
  inset: 6px;
  border: 1px solid currentColor;
}

.icon-mosquito::after {
  top: 12px;
  left: 23px;
  width: 1px;
  height: 23px;
  background: currentColor;
  box-shadow: -8px 8px 0 -0.25px currentColor, 8px 8px 0 -0.25px currentColor;
  transform: rotate(45deg);
}

.scroll-cue {
  position: absolute;
  right: clamp(28px, 3.9vw, 60px);
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(239, 244, 249, 0.66);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(216, 154, 28, 0.72);
  border-radius: 50%;
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 21px;
  width: 3px;
  height: 3px;
  border-right: 1px solid var(--gold-light);
  border-bottom: 1px solid var(--gold-light);
  transform: rotate(45deg);
  animation: scrollDrop 1.8s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: reveal 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.reveal-1 { animation-delay: 0.3s; }
.reveal-2 { animation-delay: 0.45s; }
.reveal-3 { animation-delay: 0.7s; }
.reveal-4 { animation-delay: 1.05s; }

.hero-rail.reveal,
.scroll-cue.reveal {
  transform: none;
  animation-name: railReveal;
}

.anchor-target {
  height: 0;
}

/* Decision / client concerns */
.decision-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 87% 10%, rgba(216, 154, 28, 0.08), transparent 26%),
    linear-gradient(180deg, #f5f2eb 0%, #f1eee7 68%, #eae6dd 100%);
}

.decision-section::before {
  content: "ECOMPLEX";
  position: absolute;
  top: 20px;
  right: -0.04em;
  color: rgba(0, 19, 38, 0.027);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(120px, 18vw, 310px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1;
  pointer-events: none;
}

.section-shell {
  width: min(1320px, calc(100% - clamp(64px, 9vw, 148px)));
  margin: 0 auto;
}

.decision-intro {
  padding: clamp(88px, 9vw, 138px) 0 clamp(82px, 8vw, 125px);
  display: grid;
  grid-template-columns: minmax(315px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(58px, 6.5vw, 105px);
}

.section-kicker {
  margin: 0 0 35px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(0, 19, 38, 0.58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.section-kicker::before {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--gold);
}

.section-kicker span {
  color: var(--gold);
}

.decision-copy h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(64px, 6vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.87;
}

.decision-copy h2 em {
  display: inline-block;
  color: var(--gold);
  font-style: normal;
}

.decision-lead {
  max-width: 570px;
  margin: 42px 0 0;
  color: var(--navy-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(22px, 1.7vw, 29px);
  line-height: 1.3;
}

.decision-body {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(0, 19, 38, 0.63);
  font-size: 13px;
  line-height: 1.8;
}

.decision-visual {
  position: relative;
  margin: 0;
}

.decision-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -27px;
  right: -27px;
  width: 42%;
  height: 54%;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  opacity: 0.72;
}

.image-reveal {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.28 / 1;
  overflow: hidden;
  background: var(--navy-deep);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-visible .image-reveal {
  clip-path: inset(0 0 0 0);
}

.image-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 16, 31, 0.04), rgba(0, 16, 31, 0.18)),
    linear-gradient(90deg, rgba(0, 16, 31, 0.1), transparent 42%);
  pointer-events: none;
}

.image-reveal img {
  width: 100%;
  height: 118%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: translateY(var(--image-shift, -7%)) scale(1.055);
  filter: saturate(0.88) contrast(1.035);
  transition:
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s ease;
  will-change: transform;
}

.is-visible .image-reveal img {
  transform: translateY(var(--image-shift, -7%)) scale(1);
}

.decision-visual:hover .image-reveal img {
  filter: saturate(1) contrast(1.02);
}

.decision-visual figcaption {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 19, 38, 0.51);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.client-concerns {
  padding: clamp(82px, 8vw, 125px) 0 clamp(95px, 9vw, 140px);
  border-top: 1px solid rgba(0, 19, 38, 0.18);
  display: block;
}

.concerns-heading {
  position: relative;
  max-width: 760px;
  margin-bottom: 58px;
}

.concerns-heading h3 {
  max-width: 690px;
  margin: 0;
  color: var(--navy-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(38px, 3.5vw, 56px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.concerns-heading > p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(0, 19, 38, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.concerns-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(0, 19, 38, 0.19);
}

.concern {
  position: relative;
  min-height: 248px;
  padding: 34px 56px 33px 34px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 0;
  background: #f3f0e9;
  cursor: default;
  transition:
    background 0.5s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.concern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gold);
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.concern:hover {
  z-index: 2;
  color: #f7f4ec;
  background: var(--navy-deep);
  transform: translateY(-5px);
}

.concern:hover::before {
  width: 100%;
}

.concern-number {
  padding: 0 0 36px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.concern h4 {
  max-width: 330px;
  margin: 0;
  color: var(--navy-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(23px, 1.8vw, 29px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
  transition: color 0.35s ease;
}

.concern p {
  max-width: 330px;
  margin: auto 0 0;
  padding-top: 24px;
  color: rgba(0, 19, 38, 0.57);
  font-size: 11px;
  line-height: 1.65;
  transition: color 0.35s ease;
}

.concern:hover h4 {
  color: #f7f4ec;
}

.concern:hover p {
  color: rgba(247, 244, 236, 0.67);
}

.concern-mark {
  position: absolute;
  top: 30px;
  right: 28px;
  color: var(--gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.concern:hover .concern-mark {
  transform: rotate(45deg);
}

.decision-manifesto {
  position: relative;
  width: min(1320px, calc(100% - clamp(64px, 9vw, 148px)));
  margin-bottom: clamp(90px, 9vw, 145px);
  padding: clamp(48px, 5vw, 72px) clamp(40px, 5vw, 76px);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
  color: #f7f4ec;
  background:
    linear-gradient(115deg, rgba(216, 154, 28, 0.08), transparent 42%),
    var(--navy-deep);
  border: 1px solid rgba(216, 154, 28, 0.28);
}

.manifesto-line {
  width: 0;
  height: 1px;
  margin: 12px 0 0;
  display: block;
  background: var(--gold);
  transition: width 1.3s 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.decision-manifesto.is-visible .manifesto-line {
  width: 82px;
}

.decision-manifesto p {
  max-width: 920px;
  margin: 0;
  color: rgba(247, 244, 236, 0.48);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(27px, 2.6vw, 40px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.decision-manifesto strong {
  color: #f7f4ec;
  font-weight: 400;
}

.manifesto-signature {
  grid-column: 2;
  margin-top: 2px;
  display: block;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

[data-scroll-reveal] {
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.concerns-list [data-scroll-reveal]:nth-child(2) { transition-delay: 60ms; }
.concerns-list [data-scroll-reveal]:nth-child(3) { transition-delay: 120ms; }
.concerns-list [data-scroll-reveal]:nth-child(4) { transition-delay: 180ms; }
.concerns-list [data-scroll-reveal]:nth-child(5) { transition-delay: 240ms; }
.concerns-list [data-scroll-reveal]:nth-child(6) { transition-delay: 300ms; }

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineIn {
  to { transform: scaleX(1); }
}

@keyframes railReveal {
  to { opacity: 1; }
}

@keyframes heroScale {
  from { transform: scale(1.045); }
  to { transform: scale(1.015); }
}

@keyframes scrollDrop {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.4; }
  45% { transform: translateY(5px) rotate(45deg); opacity: 1; }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1);
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 23px;
  }

  .hero-content {
    width: calc(100% - 88px);
  }

  h1 {
    max-width: 620px;
  }

  .wide-only-break {
    display: none;
  }

  .hero-panel {
    width: clamp(330px, 33vw, 380px);
    right: 24px;
  }

  .decision-intro {
    grid-template-columns: minmax(300px, 0.82fr) minmax(480px, 1.18fr);
    gap: 60px;
  }

  .client-concerns {
    display: block;
  }

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

@media (max-height: 900px) and (min-width: 801px) {
  .hero-panel {
    top: 104px;
    width: clamp(390px, 28vw, 460px);
  }
}

@media (max-width: 800px) {
  :root {
    --header-h: 82px;
  }

  .site-header {
    padding: 0 22px;
  }

  .site-header::after {
    left: 22px;
    right: 22px;
  }

  .brand {
    width: 150px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 61;
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 6px;
    color: #fff;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform 0.4s ease;
  }

  .menu-toggle.open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle.open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 40;
    inset: 0;
    padding: 120px 28px 45px;
    display: flex;
    align-items: flex-end;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 16, 31, 0.97);
    backdrop-filter: blur(18px);
    transition: opacity 0.45s ease, visibility 0.45s;
  }

  .mobile-menu.open {
    visibility: visible;
    opacity: 1;
  }

  .mobile-menu nav {
    width: 100%;
    display: grid;
  }

  .mobile-menu a {
    padding: 14px 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: 38px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu .mobile-coming-soon {
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    gap: 11px;
    color: rgba(255,255,255,.42);
    font-family: "Newsreader", Georgia, serif;
    font-size: 38px;
  }

  .mobile-menu .mobile-coming-soon small {
    color: var(--gold);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 8px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .hero {
    min-height: 720px;
    height: 100svh;
  }

  .hero.panel-visible {
    min-height: 1280px;
    height: auto;
  }

  .hero-content {
    width: calc(100% - 44px);
    padding-top: clamp(160px, 22vh, 200px);
  }

  .eyebrow {
    gap: 9px;
    font-size: 8px;
    letter-spacing: 0.15em;
  }

  .eyebrow span {
    width: 25px;
  }

  h1 {
    max-width: none;
    font-size: clamp(50px, 14.8vw, 76px);
    line-height: 0.92;
  }

  .hero-lower {
    margin-top: 27px;
  }

  .hero-copy {
    max-width: 92%;
    font-size: 12px;
    line-height: 1.64;
  }

  .hero-actions {
    margin-top: 27px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .button {
    min-width: 0;
    min-height: 55px;
  }

  .hero-rail {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .hero-panel {
    top: 720px;
    right: 22px;
    left: 22px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px) scale(0.99);
    transform-origin: center top;
  }

  .hero-panel img {
    clip-path: inset(3.9% 5.6% 4% 6.1% round 28px);
  }

  .hero.panel-visible .hero-panel {
    transform: translateY(0) scale(1);
  }

  .hero.panel-floating .hero-panel {
    animation: panelFloatMobile 7s ease-in-out infinite;
  }

  .section-shell {
    width: calc(100% - 44px);
  }

  .decision-section::before {
    top: 45px;
    font-size: 29vw;
  }

  .decision-intro {
    padding: 105px 0 95px;
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .section-kicker {
    margin-bottom: 27px;
    gap: 11px;
    font-size: 8px;
  }

  .section-kicker::before {
    width: 30px;
  }

  .decision-copy h2 {
    font-size: clamp(61px, 19vw, 89px);
  }

  .decision-lead {
    margin-top: 38px;
    font-size: 25px;
  }

  .decision-body {
    margin-top: 21px;
    font-size: 13px;
    line-height: 1.75;
  }

  .decision-visual::before {
    top: -14px;
    right: -10px;
  }

  .image-reveal {
    aspect-ratio: 0.91 / 1;
  }

  .image-reveal img {
    object-position: 56% center;
  }

  .decision-visual figcaption {
    gap: 20px;
    font-size: 7px;
    line-height: 1.5;
  }

  .client-concerns {
    padding: 78px 0 92px;
  }

  .concerns-heading {
    position: static;
    margin-bottom: 44px;
  }

  .concerns-heading h3 {
    font-size: 41px;
  }

  .concerns-list {
    grid-template-columns: 1fr;
  }

  .concern {
    min-height: 218px;
    padding: 27px 46px 27px 27px;
  }

  .concern:hover {
    transform: none;
  }

  .concern h4 {
    font-size: 26px;
  }

  .concern p {
    margin-top: auto;
    padding-top: 21px;
    font-size: 11px;
  }

  .concern-mark {
    top: 23px;
    right: 22px;
    font-size: 28px;
  }

  .decision-manifesto {
    width: calc(100% - 44px);
    margin-bottom: 88px;
    padding: 38px 28px 42px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .manifesto-line {
    margin: 0;
  }

  .decision-manifesto p {
    font-size: 28px;
  }

  .manifesto-signature {
    grid-column: 1;
    margin-top: 2px;
    font-size: 8px;
  }
}

/* Partner section */
/* Configurator promo */
.config-promo {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) 0;
  color: #f8f3e9;
  background: #0a1b2b;
}

.config-promo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 155, 66, 0.72), transparent);
}

.config-promo::after {
  content: "";
  position: absolute;
  top: -170px;
  right: 6vw;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(201, 155, 66, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.config-promo-shell {
  position: relative;
  z-index: 1;
  width: min(1580px, calc(100% - clamp(40px, 7vw, 112px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(480px, 0.88fr) minmax(620px, 1.12fr);
  gap: clamp(62px, 7vw, 125px);
  align-items: center;
}

.config-promo-copy {
  max-width: 710px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.85s ease,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.config-promo.is-sequencing .config-promo-copy {
  opacity: 1;
  transform: translateY(0);
}

.config-promo-kicker {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d5a84c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.config-promo-kicker span {
  width: 43px;
  height: 1px;
  background: #c99b42;
}

.config-promo-copy h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(48px, 4.6vw, 74px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.config-promo-copy h2 em {
  color: #d5a84c;
  font-style: normal;
}

.config-promo-copy > p:not(.config-promo-kicker) {
  max-width: 610px;
  margin: 26px 0 31px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.8;
}

.config-promo-copy > a {
  width: min(100%, 286px);
  height: 60px;
  padding: 0 22px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c99b42;
  color: #0a1b2b;
  background: #c99b42;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    color 0.4s ease,
    background 0.4s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.config-promo-copy > a i {
  font-size: 17px;
  font-style: normal;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.config-promo.is-sequencing .config-promo-copy > a i {
  animation: configArrowNudge 2.8s ease-in-out 2.4s infinite;
}

.config-promo-copy > a:hover {
  color: #fff;
  background: transparent;
  transform: translateY(-3px);
}

.config-promo-copy > a:hover i {
  transform: translateX(5px);
}

.config-promo-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.config-promo-window {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  min-height: 485px;
  padding: 39px 42px 40px;
  border: 1px solid transparent;
  background: rgba(5, 20, 33, 0.82);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.config-promo-window::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: -1px;
  border: 1px solid rgba(201, 155, 66, 0.42);
  pointer-events: none;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.config-promo.is-sequencing .config-promo-window::before {
  animation: configFrameReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.config-promo-window::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 132px;
  height: 1px;
  background: #d5a84c;
  transform: scaleX(0);
  transform-origin: left;
}

.config-promo.is-sequencing .config-promo-window::after {
  animation: configLineDraw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.48s forwards;
}

.config-promo-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.config-promo-topbar b {
  color: #d5a84c;
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.config-promo-progress {
  margin: 25px 0 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.config-promo-progress i {
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  transition:
    background 0.65s ease,
    box-shadow 0.65s ease;
}

.config-promo-progress i.is-complete,
.config-promo-progress i.is-active {
  background: #c99b42;
}

.config-promo-progress i.is-active {
  box-shadow: 0 0 12px rgba(201, 155, 66, 0.32);
}

.config-promo-window > p {
  margin: 0 0 25px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
}

.config-promo-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.config-promo-options span {
  min-height: 148px;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  font-weight: 600;
  transition:
    color 0.6s ease,
    border-color 0.6s ease,
    background 0.6s ease,
    box-shadow 0.6s ease;
}

.config-promo-options span.is-active {
  border-color: #c99b42;
  color: #fff;
  background: rgba(201, 155, 66, 0.045);
  box-shadow:
    inset 0 -2px 0 #c99b42,
    0 0 22px rgba(201, 155, 66, 0.07);
}

.config-promo-options b {
  position: relative;
  width: 48px;
  height: 56px;
  display: block;
  border: 1px solid currentColor;
  transition:
    color 0.6s ease,
    filter 0.6s ease;
}

.config-promo-options span.is-active b {
  color: #f5eee1;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
}

.config-promo-options b::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  left: 7px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 9px, 0 18px, 0 27px;
}

.config-promo-price {
  min-height: 108px;
  margin-top: 21px;
  padding: 20px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 2px solid #c99b42;
  background: rgba(201, 155, 66, 0.08);
}

.config-promo-price small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.config-promo-price strong {
  color: #d5a84c;
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  min-width: 210px;
  text-align: right;
}

.config-promo-price strong span {
  display: inline-block;
}

.config-promo-price strong.is-updating span {
  animation: configPriceIn 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.config-promo-index {
  position: absolute;
  z-index: 1;
  right: -10px;
  bottom: -44px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Newsreader", Georgia, serif;
  font-size: 235px;
  line-height: 1;
  pointer-events: none;
}

.config-promo-topbar,
.config-promo-progress,
.config-promo-window > p,
.config-promo-options > span,
.config-promo-price {
  opacity: 0;
  transform: translateY(10px);
}

.config-promo.is-sequencing .config-promo-topbar,
.config-promo.is-sequencing .config-promo-progress,
.config-promo.is-sequencing .config-promo-window > p,
.config-promo.is-sequencing .config-promo-options > span,
.config-promo.is-sequencing .config-promo-price {
  animation: configUiLoad 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.config-promo.is-sequencing .config-promo-topbar { animation-delay: 0.72s; }
.config-promo.is-sequencing .config-promo-progress { animation-delay: 0.84s; }
.config-promo.is-sequencing .config-promo-window > p { animation-delay: 0.96s; }
.config-promo.is-sequencing .config-promo-options > span:nth-child(1) { animation-delay: 1.08s; }
.config-promo.is-sequencing .config-promo-options > span:nth-child(2) { animation-delay: 1.18s; }
.config-promo.is-sequencing .config-promo-options > span:nth-child(3) { animation-delay: 1.28s; }
.config-promo.is-sequencing .config-promo-price { animation-delay: 1.42s; }

@keyframes configFrameReveal {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  35% { opacity: 1; }
  100% { opacity: 1; clip-path: inset(0 0 0 0); }
}

@keyframes configLineDraw {
  to { transform: scaleX(1); }
}

@keyframes configUiLoad {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes configPriceIn {
  0% { opacity: 0.2; transform: translateY(8px); filter: blur(3px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes configArrowNudge {
  0%, 75%, 100% { transform: translateX(0); }
  86% { transform: translateX(5px); }
}

@media (max-width: 900px) {
  .config-promo-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .config-promo-copy {
    max-width: 650px;
  }

  .config-promo-visual {
    min-height: 0;
    justify-items: start;
  }

  .config-promo-window {
    width: min(100%, 560px);
  }
}

@media (max-width: 560px) {
  .config-promo {
    padding: 72px 0;
  }

  .config-promo-shell {
    width: min(100% - 32px, 520px);
  }

  .config-promo-copy h2 {
    font-size: 43px;
  }

  .config-promo-copy > p:not(.config-promo-kicker) {
    font-size: 11px;
  }

  .config-promo-window {
    padding: 21px 18px;
  }

  .config-promo-options {
    grid-template-columns: 1fr 1fr;
  }

  .config-promo-options span:last-child {
    display: none;
  }
}

/* Entrance animations and continuously moving galleries must never create a
   horizontal page scrollbar on narrow screens. Their own viewports still
   control the motion; only content outside the page canvas is clipped. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  .config-promo-copy,
  .config-promo-topbar,
  .config-promo-progress,
  .config-promo-window > p,
  .config-promo-options > span,
  .config-promo-price {
    opacity: 1;
    transform: none;
  }

  .config-promo-window::before {
    opacity: 1;
    clip-path: none;
  }

  .config-promo-window::after {
    transform: scaleX(1);
  }
}

.partner-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(34px, 3vw, 54px);
  color: #f5f1e9;
  background: #061727;
}

.partner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(201, 163, 78, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.025) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 85%, transparent);
}

.partner-shell {
  position: relative;
  z-index: 1;
  width: min(1540px, 100%);
  margin: 0 auto;
}

.partner-main {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 54%);
  gap: 1.5%;
  justify-content: start;
  align-items: stretch;
}

.partner-copy {
  padding: clamp(30px, 3.1vw, 52px) clamp(28px, 4vw, 64px) 20px;
}

.partner-kicker {
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #d6ad52;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.partner-kicker span {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0;
}

.partner-copy h2 {
  margin: 0;
  color: #f7f2e8;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 3.35vw, 59px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.partner-copy h2 em,
.partner-cta-message h3 em {
  color: #d7a63b;
  font-style: normal;
}

.partner-lead {
  max-width: 510px;
  margin: 26px 0 0;
  color: rgba(238, 242, 246, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.partner-rule {
  display: block;
  width: 52px;
  height: 1px;
  margin: 24px 0 16px;
  background: #c9a34e;
}

.partner-benefits {
  display: grid;
  gap: 0;
  max-width: 520px;
}

.partner-benefits article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid rgba(209, 175, 96, 0.15);
}

.partner-benefits article:last-child {
  border-bottom: 0;
}

.partner-benefit-number {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211, 166, 65, 0.67);
  border-radius: 50%;
  color: #d7a63b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
}

.partner-benefits h3 {
  margin: 1px 0 5px;
  color: #f4f1ea;
  font-size: 14px;
  font-weight: 600;
}

.partner-benefits p {
  max-width: 420px;
  margin: 0;
  color: rgba(229, 235, 240, 0.6);
  font-size: 11px;
  line-height: 1.55;
}

.partner-gallery {
  height: clamp(400px, 28vw, 450px);
  min-height: 0;
  display: grid;
  grid-template-columns: 1.08fr 0.61fr 0.61fr 0.61fr;
  grid-template-rows: 1.1fr 0.9fr;
  gap: 9px;
}

.partner-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0b2133;
}

.partner-photo-primary {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.partner-photo-wide {
  grid-column: 2 / 5;
  grid-row: 1;
}

.partner-photo-small {
  grid-row: 2;
}

.partner-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.03) brightness(0.92);
  transform: scale(1.015);
  will-change: transform, filter;
  transition:
    filter 0.75s ease,
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.partner-photo-primary img {
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: #071827;
  transform: scale(0.985);
}

.partner-photo-primary:hover img {
  animation: partnerPrimaryMotion 5.5s ease-in-out infinite alternate;
}

.partner-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(2, 16, 28, 0.5), transparent 45%);
  opacity: 0.5;
  transition: opacity 0.7s ease;
}

.partner-photo:hover img {
  filter: saturate(1) contrast(1.02) brightness(1);
  animation: partnerPhotoMotion 7s ease-in-out infinite alternate;
}

.partner-photo:hover::after {
  opacity: 0.16;
}

.partner-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 86px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(247, 242, 232, 0.7);
  background: rgba(5, 20, 33, 0.84);
  border: 1px solid rgba(211, 166, 65, 0.24);
  backdrop-filter: blur(12px);
}

.partner-photo-primary figcaption {
  position: static;
  min-height: 76px;
  margin: 0 10px 10px;
  padding: 13px 16px;
}

.partner-photo figcaption strong {
  display: block;
  margin-bottom: 8px;
  color: #d7a63b;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.partner-photo figcaption span:last-child {
  font-size: 10px;
  line-height: 1.55;
}

.partner-place-icon {
  position: relative;
  width: 42px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid #d7a63b;
  border-top: 0;
}

.partner-place-icon::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: -13px;
  left: 7px;
  border-top: 1px solid #d7a63b;
  border-left: 1px solid #d7a63b;
  transform: rotate(45deg);
}

.partner-cta {
  margin: 24px clamp(26px, 3vw, 48px) 0;
  padding: clamp(22px, 2vw, 31px);
  display: grid;
  grid-template-columns: minmax(0, 41fr) minmax(0, 59fr);
  gap: 25px 40px;
  align-items: center;
  border: 1px solid rgba(211, 166, 65, 0.55);
  background: rgba(4, 19, 32, 0.5);
}

.partner-cta-message {
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding-right: 36px;
  border-right: 1px solid rgba(211, 166, 65, 0.32);
}

.partner-handshake {
  color: #d7a63b;
  font-size: 50px;
  line-height: 1;
}

.partner-cta-message h3 {
  margin: 0;
  color: #f6f0e5;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 2vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.partner-cta-message p {
  max-width: 460px;
  margin: 17px 0 0;
  color: rgba(230, 235, 240, 0.62);
  font-size: 11px;
  line-height: 1.7;
}

.partner-audiences {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  color: rgba(246, 242, 233, 0.82);
  text-align: center;
}

.partner-audiences span {
  position: relative;
  padding-top: 28px;
  font-size: 11px;
  line-height: 1.45;
}

.partner-audiences span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 14px;
  border: 1px solid #c9a34e;
  transform: translateX(-50%);
}

.partner-actions {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.partner-button {
  min-height: 54px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c9a34e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    color 0.4s ease,
    background 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.partner-button-gold {
  color: #071728;
  background: #d7a63b;
}

.partner-button-gold:hover {
  background: #e2b754;
}

.partner-button-outline {
  color: #f4efe4;
  background: transparent;
}

.partner-button-outline:hover {
  color: #071728;
  background: #d7a63b;
}

.partner-enter-left[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-76px);
  transition:
    opacity 0.9s ease,
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.partner-enter-right[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(92px);
  transition:
    opacity 0.95s ease,
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.partner-enter-left[data-scroll-reveal].is-visible,
.partner-enter-right[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@keyframes partnerPhotoMotion {
  0% { transform: scale(1.045) translate3d(0, 0, 0); }
  50% { transform: scale(1.085) translate3d(-1.2%, -0.8%, 0); }
  100% { transform: scale(1.065) translate3d(1%, 0.7%, 0); }
}

@keyframes partnerPrimaryMotion {
  0% { transform: scale(0.98) translate3d(0, 2px, 0); }
  100% { transform: scale(1) translate3d(0, -2px, 0); }
}

@media (max-width: 1180px) {
  .partner-main {
    grid-template-columns: 40% 56%;
    gap: 2%;
  }

  .partner-gallery {
    height: 440px;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .partner-main {
    grid-template-columns: 1fr;
  }

  .partner-copy {
    max-width: 680px;
  }

  .partner-gallery {
    height: 560px;
    min-height: 0;
  }

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

  .partner-cta-message {
    grid-row: auto;
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(211, 166, 65, 0.28);
  }
}

@media (max-width: 640px) {
  .partner-section {
    padding: 82px 0 70px;
  }

  .partner-shell {
    width: min(100% - 32px, 560px);
  }

  .partner-copy h2 {
    font-size: clamp(45px, 14.5vw, 64px);
  }

  .partner-lead {
    font-size: 12px;
  }

  .partner-benefits article {
    grid-template-columns: 43px 1fr;
    gap: 12px;
  }

  .partner-gallery {
    height: 900px;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.45fr 0.82fr 0.82fr 0.82fr;
    gap: 7px;
  }

  .partner-photo-primary {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .partner-photo-wide {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .partner-photo-small {
    grid-row: 3;
  }

  .partner-photo-training-room {
    grid-column: 1 / 3;
    grid-row: 4;
  }

  .partner-photo figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 82px;
    padding: 14px;
  }

  .partner-cta {
    padding: 25px 20px;
  }

  .partner-cta-message {
    grid-template-columns: 1fr;
  }

  .partner-handshake {
    font-size: 42px;
  }

  .partner-audiences {
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
  }

  .partner-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-photo:hover img {
    animation: none;
    transform: scale(1.03);
  }

  .partner-photo-primary:hover img {
    transform: scale(0.985);
  }

  .partner-enter-left[data-scroll-reveal],
  .partner-enter-right[data-scroll-reveal] {
    transition-duration: 0.01ms;
  }
}

@media (max-height: 760px) and (min-width: 801px) {
  :root {
    --header-h: 102px;
  }

  .hero-content {
    width: calc(100% - 106px);
    padding-top: 108px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  h1 {
    max-width: 550px;
    font-size: clamp(60px, 5.45vw, 72px);
    line-height: 0.9;
  }

  .hero-lower {
    margin-top: 14px;
  }

  .wide-only-break {
    display: none;
  }

  .hero-copy {
    max-width: 540px;
    font-size: 13px;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .button {
    min-height: 50px;
    font-size: 11px;
  }

  .button-primary {
    min-width: 250px;
  }

  .button-ghost {
    min-width: 200px;
  }

  .hero-rail {
    bottom: 14px;
    gap: 14px;
    font-size: 8px;
  }

  .product-item {
    min-width: 136px;
    gap: 10px;
  }

  .product-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .hero-rail b {
    height: 38px;
  }

  .hero-panel {
    top: 92px;
    width: clamp(360px, 30vw, 390px);
  }

  .scroll-cue {
    bottom: 7px;
    font-size: 8px;
  }

  .scroll-cue i {
    width: 34px;
    height: 34px;
  }

  .scroll-cue i::after {
    top: 11px;
    left: 14px;
  }
}

@media (max-height: 610px) and (min-width: 801px) {
  .hero-rail,
  .scroll-cue {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero.panel-floating .hero-panel {
    animation: none !important;
  }
}

@keyframes panelFloatMobile {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1);
  }
}

/* Interactive questions composition */
.client-concerns {
  padding: clamp(82px, 7vw, 112px) 0 clamp(100px, 9vw, 145px);
  display: block;
  border-top: 1px solid rgba(0, 19, 38, 0.18);
}

.concerns-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(440px, 0.92fr) 48px;
  grid-template-areas: "left card tabs";
  gap: clamp(28px, 3vw, 48px);
  align-items: end;
}

.concerns-left {
  grid-area: left;
  min-width: 0;
}

.concerns-heading {
  position: static;
  max-width: 670px;
  margin: 0 0 38px;
}

.concerns-heading .section-kicker {
  margin-bottom: 22px;
}

.concerns-heading h3 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(54px, 5vw, 82px);
  line-height: 0.91;
}

.concerns-heading h3 em {
  display: block;
  color: var(--gold);
  font-style: normal;
}

.concerns-heading > p:last-child {
  max-width: 570px;
  margin: 27px 0 0;
  color: rgba(0, 19, 38, 0.72);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.35;
}

.concerns-photo-wrap {
  position: relative;
  margin: 22px 18px 0 14px;
}

.concerns-photo-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -15px;
  right: -15px;
  bottom: 31px;
  left: 15px;
  background: var(--navy-deep);
  border: 1px solid rgba(0, 19, 38, 0.2);
}

.concerns-photo-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -25px;
  right: -25px;
  width: 116px;
  height: 116px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  pointer-events: none;
}

.concerns-photo {
  position: relative;
  z-index: 1;
  height: clamp(400px, 38vw, 570px);
  margin: 0;
  overflow: hidden;
  background: var(--navy-deep);
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.concerns-photo-wrap.is-visible .concerns-photo {
  clip-path: inset(0 0 0 0);
}

.concerns-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 55%, rgba(0, 16, 31, 0.24)),
    linear-gradient(90deg, rgba(0, 16, 31, 0.08), transparent 45%);
  pointer-events: none;
}

.concerns-photo img {
  width: 100%;
  height: 108%;
  display: block;
  object-fit: cover;
  object-position: center 53%;
  transform: translateX(-3%) scale(1.08);
  transition: transform 1.8s 0.08s cubic-bezier(0.22, 1, 0.36, 1);
}

.concerns-photo-wrap.is-visible .concerns-photo img {
  transform: translateX(0) scale(1);
}

.photo-meta {
  position: relative;
  z-index: 3;
  height: 31px;
  padding: 12px 2px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: rgba(0, 19, 38, 0.54);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.photo-meta span {
  color: var(--gold);
}

.photo-meta b {
  font-size: inherit;
  font-weight: 600;
}

.concern-card {
  grid-area: card;
  min-height: 682px;
  padding: 28px 40px 30px;
  display: flex;
  flex-direction: column;
  background: rgba(248, 246, 240, 0.92);
  border: 1px solid rgba(0, 19, 38, 0.12);
  box-shadow: 0 20px 60px rgba(0, 19, 38, 0.07);
}

.card-kicker {
  margin: 0 0 22px;
  padding-bottom: 18px;
  color: var(--navy-deep);
  border-bottom: 1px solid rgba(0, 19, 38, 0.12);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.concern-panels {
  position: relative;
  flex: 1;
}

.concern-panel {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 480ms;
}

.concern-panel.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 80ms;
}

.card-index {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.card-index::after {
  content: "";
  width: 62px;
  height: 1px;
  background: var(--gold);
}

.concern-panel h4 {
  max-width: 430px;
  margin: 0;
  color: var(--navy-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(34px, 2.65vw, 44px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.01;
}

.card-intro {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(0, 19, 38, 0.65);
  font-size: 13px;
  line-height: 1.65;
}

.card-answer {
  max-width: 410px;
  margin: 25px 0 23px;
  color: var(--gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 25px;
  line-height: 1.13;
}

.concern-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 19, 38, 0.13);
}

.concern-panel li {
  position: relative;
  min-height: 76px;
  padding: 14px 0 12px 51px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 19, 38, 0.13);
}

.concern-panel li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 20px;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(216, 154, 28, 0.7);
  border-radius: 50%;
}

.concern-panel li::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 27px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.concern-panel li b {
  color: var(--navy-deep);
  font-size: 12px;
  font-weight: 600;
}

.concern-panel li span {
  margin-top: 5px;
  color: rgba(0, 19, 38, 0.52);
  font-size: 10px;
  line-height: 1.5;
}

.concern-cta {
  min-height: 55px;
  margin-top: 23px;
  padding: 0 18px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #071625;
  background: linear-gradient(100deg, var(--gold-light), #d99517);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    filter 0.35s ease,
    transform 0.35s ease;
}

.concern-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.concern-cta i {
  font-size: 16px;
  font-style: normal;
}

.concern-tabs {
  grid-area: tabs;
  align-self: center;
  display: grid;
  gap: 9px;
}

.concern-tabs button {
  position: relative;
  width: 48px;
  height: 39px;
  padding: 0;
  color: rgba(0, 19, 38, 0.62);
  border: 0;
  background: transparent;
  font: 600 13px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
  transition: color 0.35s ease;
}

.concern-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: rgba(0, 19, 38, 0.12);
}

.concern-tabs button.is-active::after {
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  animation: concernProgress 5.5s linear forwards;
}

.concerns-stage.is-paused .concern-tabs button.is-active::after {
  animation-play-state: paused;
}

.concern-tabs button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.concern-tabs button:hover,
.concern-tabs button.is-active {
  color: var(--gold);
}

.concern-tabs button.is-active::before {
  width: 30px;
}

@keyframes concernProgress {
  to { transform: scaleX(1); }
}

@media (max-width: 1100px) {
  .concerns-stage {
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr) 48px;
    gap: 22px;
  }

  .concern-card {
    min-height: 610px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .concerns-photo {
    height: 450px;
  }
}

@media (max-width: 800px) {
  .client-concerns {
    padding: 78px 0 96px;
  }

  .concerns-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "tabs"
      "card";
    gap: 28px;
  }

  .concerns-heading {
    margin-bottom: 35px;
  }

  .concerns-heading h3 {
    font-size: 40px;
  }

  .concerns-photo {
    height: 320px;
  }

  .concerns-photo-wrap {
    margin: 18px 9px 0 6px;
  }

  .concerns-photo-wrap::before {
    top: -9px;
    right: -9px;
    bottom: 29px;
    left: 9px;
  }

  .concerns-photo-wrap::after {
    top: -15px;
    right: -15px;
    width: 72px;
    height: 72px;
  }

  .photo-meta {
    font-size: 6px;
  }

  .concern-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 19, 38, 0.18);
  }

  .concern-tabs button {
    width: 40px;
    height: 42px;
  }

  .concern-tabs button::before {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    margin: auto;
  }

  .concern-tabs button.is-active::before {
    width: 100%;
  }

  .concern-card {
    min-height: 615px;
    padding: 27px 24px 23px;
  }

  .concern-panel h4 {
    font-size: 31px;
  }

  .card-answer {
    font-size: 20px;
  }
}

/* Premium process overview */
.process-overview {
  position: relative;
  z-index: 2;
  min-height: 680px;
  overflow: hidden;
  color: #f7f7f5;
  background: #0e1726;
  border-top: 1px solid rgba(201, 163, 78, 0.34);
}

.process-overview-grid {
  min-height: 680px;
  padding: clamp(105px, 10vw, 155px) 0;
  display: grid;
  grid-template-columns: minmax(440px, 0.94fr) minmax(540px, 1.06fr);
  gap: clamp(75px, 9vw, 150px);
  align-items: center;
}

.process-overview-kicker {
  margin: 0 0 31px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #c9a34e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.process-overview-kicker span {
  width: 55px;
  height: 1px;
  background: #c9a34e;
}

.process-overview-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #f7f7f5;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(58px, 5.3vw, 88px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.92;
}

.process-overview-copy h2 em {
  display: block;
  color: #c9a34e;
  font-style: normal;
}

.process-overview-lead {
  max-width: 610px;
  margin: 38px 0 0;
  color: rgba(247, 247, 245, 0.63);
  font-size: 13px;
  line-height: 1.85;
}

.process-overview-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(201, 163, 78, 0.42);
  border-bottom: 1px solid rgba(201, 163, 78, 0.42);
}

.process-overview-value {
  min-height: 178px;
  padding: 37px 28px 30px;
  display: grid;
  grid-template-columns: 69px 1fr;
  gap: 8px;
  align-items: start;
}

.process-overview-value:nth-child(odd) {
  border-right: 1px solid rgba(247, 247, 245, 0.18);
}

.process-overview-value:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(201, 163, 78, 0.42);
}

.process-overview-value > span {
  color: #c9a34e;
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.85;
}

.process-overview-value h3 {
  margin: 2px 0 13px;
  color: #f7f7f5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.process-overview-value p {
  max-width: 210px;
  margin: 0;
  color: rgba(247, 247, 245, 0.55);
  font-size: 10px;
  line-height: 1.65;
}

.process-enter-left[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-110px);
  transition:
    opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-enter-right[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(115px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-enter-left[data-scroll-reveal].is-visible,
.process-enter-right[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1050px) {
  .process-overview-grid {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  .process-overview-copy h2 {
    max-width: 800px;
  }

  .process-overview-values {
    max-width: 820px;
  }
}

@media (max-width: 800px) {
  .process-overview {
    min-height: 0;
  }

  .process-overview-grid {
    min-height: 0;
    padding: 94px 0 100px;
    gap: 66px;
  }

  .process-overview-kicker {
    margin-bottom: 26px;
    font-size: 8px;
  }

  .process-overview-kicker span {
    width: 31px;
  }

  .process-overview-copy h2 {
    font-size: clamp(51px, 14.5vw, 69px);
  }

  .process-overview-lead {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.75;
  }

  .process-overview-value {
    min-height: 158px;
    padding: 30px 18px 27px;
    grid-template-columns: 58px 1fr;
  }

  .process-overview-value > span {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .process-overview-values {
    grid-template-columns: 1fr;
  }

  .process-overview-value {
    min-height: 130px;
    padding-right: 12px;
    padding-left: 8px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(201, 163, 78, 0.35);
  }

  .process-overview-value:last-child {
    border-bottom: 0;
  }

  .process-overview-value p {
    max-width: 260px;
  }
}

/* Five-stage journey */
.journey-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0 clamp(88px, 8vw, 125px);
  color: #0e1726;
  background: #f7f7f5;
  border-top: 1px solid rgba(201, 163, 78, 0.38);
}

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

.journey-shell {
  width: min(1540px, calc(100% - clamp(36px, 5vw, 82px)));
  margin: 0 auto;
}

.journey-timeline {
  position: relative;
  height: 67px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
}

.journey-track {
  position: absolute;
  top: 25px;
  right: 9.5%;
  left: 9.5%;
  height: 1px;
  background: rgba(201, 163, 78, 0.7);
}

.journey-track-enter[data-scroll-reveal] {
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.journey-track-enter[data-scroll-reveal].is-visible {
  transform: scaleX(1);
}

.journey-node {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.journey-node span {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  color: #c9a34e;
  background: #f7f7f5;
  border: 1px solid rgba(201, 163, 78, 0.82);
  border-radius: 50%;
  font-family: "Newsreader", Georgia, serif;
  font-size: 16px;
  line-height: 1;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 0.8vw, 14px);
}

.journey-card {
  min-width: 0;
  overflow: hidden;
  background: #111c2b;
  border: 1px solid rgba(14, 23, 38, 0.14);
  border-radius: 8px;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s ease;
}

.journey-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 163, 78, 0.7);
}

.journey-photo {
  height: clamp(265px, 25vw, 385px);
  background-image: url("./assets/process-journey-sprite.png");
  background-repeat: no-repeat;
  background-size: 500% auto;
  background-position-y: center;
  filter: saturate(0.86) contrast(1.04);
  transform: scale(1.002);
  transform-origin: center;
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s ease;
}

.journey-card:hover .journey-photo {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.035);
}

.journey-photo-1 { background-position-x: 0%; }
.journey-photo-2 { background-position-x: 25%; }
.journey-photo-3 { background-position-x: 50%; }
.journey-photo-4 { background-position-x: 75%; }
.journey-photo-5 { background-position-x: 100%; }

.journey-card-copy {
  position: relative;
  min-height: 205px;
  padding: 29px clamp(20px, 1.8vw, 31px) 26px;
  color: #f7f7f5;
  background: #111c2b;
}

.journey-accent {
  width: 27px;
  height: 1px;
  margin-bottom: 16px;
  display: block;
  background: #c9a34e;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.journey-card:hover .journey-accent {
  width: 54px;
}

.journey-card h3 {
  margin: 0;
  color: #f7f7f5;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(20px, 1.5vw, 27px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.journey-card p {
  margin: 19px 0 0;
  color: rgba(247, 247, 245, 0.61);
  font-size: clamp(9px, 0.68vw, 11px);
  line-height: 1.7;
}

.journey-enter-left[data-scroll-reveal] {
  opacity: 0;
  filter: blur(4px);
  transform: translateX(-135px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.journey-enter-left[data-scroll-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

@media (max-width: 1050px) {
  .journey-shell {
    width: calc(100% - 40px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .journey-shell::-webkit-scrollbar {
    display: none;
  }

  .journey-timeline,
  .journey-grid {
    min-width: 1080px;
  }

  .journey-photo {
    height: 315px;
  }
}

@media (max-width: 800px) {
  .journey-section {
    padding: 65px 0 82px;
  }

  .journey-shell {
    width: calc(100% - 28px);
    margin-left: 14px;
  }

  .journey-timeline,
  .journey-grid {
    min-width: 960px;
  }

  .journey-node span {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }

  .journey-track {
    top: 22px;
  }

  .journey-grid {
    gap: 9px;
  }

  .journey-photo {
    height: 288px;
  }

  .journey-card-copy {
    min-height: 190px;
    padding: 25px 22px 24px;
  }

  .journey-card h3 {
    font-size: 23px;
  }

  .journey-card p {
    font-size: 10px;
  }
}

/* Product solutions */
.solutions-section {
  position: relative;
  z-index: 2;
  padding: clamp(100px, 10vw, 155px) 0 clamp(95px, 9vw, 140px);
  color: #0e1726;
  background: #f7f7f5;
  border-top: 1px solid rgba(14, 23, 38, 0.12);
}

.solutions-shell {
  width: min(1370px, calc(100% - clamp(48px, 7vw, 110px)));
  margin: 0 auto;
}

.solutions-header {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(500px, 1.15fr) minmax(260px, 0.58fr) auto;
  gap: clamp(55px, 7vw, 110px);
  align-items: end;
}

.solutions-kicker {
  margin: 0 0 19px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #b38b33;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.solutions-kicker span {
  width: 30px;
  height: 1px;
  background: #c9a34e;
}

.solutions-heading h2 {
  max-width: 690px;
  margin: 0;
  color: #0e1726;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(58px, 5.5vw, 86px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.86;
}

.solutions-heading h2 em {
  display: block;
  color: #c9a34e;
  font-style: normal;
}

.solutions-intro {
  max-width: 390px;
  margin: 0 0 8px;
  color: rgba(14, 23, 38, 0.78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.005em;
}

.solutions-audience {
  margin-bottom: 6px;
  display: flex;
  gap: 34px;
  color: rgba(14, 23, 38, 0.5);
  font-size: 11px;
  white-space: nowrap;
}

.solutions-audience span {
  position: relative;
  padding: 0 0 14px;
}

.solutions-audience span.is-active {
  color: #0e1726;
}

.solutions-audience span.is-active::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: -36px;
  width: 23px;
  height: 1px;
  background: #c9a34e;
}

.solutions-audience span.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #c9a34e;
}

.solutions-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.solutions-compact {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.solution-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 23, 38, 0.12);
  border-radius: 7px;
  background: #f7f7f5;
}

.solution-card-large {
  height: clamp(330px, 32vw, 470px);
}

.solution-photo {
  background-image: url("./assets/solutions-sprite.png");
  background-repeat: no-repeat;
  background-size: 600% auto;
  background-position-y: center;
  filter: saturate(0.86) contrast(1.04);
  transform: scale(1.002);
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease;
}

.solution-card:hover .solution-photo {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.035);
}

.solution-card-large .solution-photo {
  position: absolute;
  inset: 0;
}

.solution-photo-1 { background-position-x: 0%; }
.solution-photo-2 { background-position-x: 20%; }
.solution-photo-3 { background-position-x: 40%; }
.solution-photo-4 { background-position-x: 60%; }
.solution-photo-5 { background-position-x: 80%; }
.solution-photo-6 { background-position-x: 100%; }

.solution-overlay {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 88px 24px 22px;
  color: #f7f7f5;
  background: linear-gradient(180deg, transparent, rgba(6, 14, 24, 0.88));
}

.solution-overlay > span,
.solution-small-copy > span {
  display: block;
  color: #c9a34e;
  font-size: 11px;
  font-weight: 500;
}

.solution-overlay h3,
.solution-small-copy h3 {
  margin: 5px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(25px, 2.25vw, 37px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.solution-overlay a,
.solution-small-copy a {
  width: fit-content;
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #c9a34e;
  font-size: 9px;
}

.solution-overlay a i,
.solution-small-copy a i {
  font-size: 17px;
  font-style: normal;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-overlay a:hover i,
.solution-small-copy a:hover i {
  transform: translateX(5px);
}

.solution-card-small .solution-photo {
  height: clamp(155px, 14vw, 220px);
}

.solution-small-copy {
  min-height: 130px;
  padding: 17px 18px 18px;
  background: #f7f7f5;
}

.solution-small-copy h3 {
  color: #0e1726;
  font-size: clamp(21px, 1.75vw, 28px);
}

.solutions-cta {
  min-height: 100px;
  margin-top: 18px;
  padding: 18px 29px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 22px;
  align-items: center;
  color: #f7f7f5;
  background: #0e1726;
  border-radius: 7px;
}

.solutions-cta-icon {
  position: relative;
  width: 46px;
  height: 40px;
  display: block;
  border-right: 1px solid #c9a34e;
  border-bottom: 1px solid #c9a34e;
  border-left: 1px solid #c9a34e;
}

.solutions-cta-icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 6px;
  width: 31px;
  height: 31px;
  border-top: 1px solid #c9a34e;
  border-left: 1px solid #c9a34e;
  transform: rotate(45deg);
}

.solutions-cta-icon i {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 10px;
  height: 20px;
  border: 1px solid #c9a34e;
  border-bottom: 0;
}

.solutions-cta h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.solutions-cta p {
  margin: 5px 0 0;
  color: rgba(247, 247, 245, 0.58);
  font-size: 10px;
}

.solutions-cta > a {
  width: clamp(280px, 25vw, 365px);
  min-height: 64px;
  padding: 0 26px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #07121e;
  background: #e8aa21;
  font-size: 12px;
  font-weight: 600;
  transition:
    background 0.35s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-cta > a:hover {
  background: #f0b536;
  transform: translateY(-2px);
}

.solutions-cta > a i {
  font-size: 18px;
  font-style: normal;
}

.solution-enter[data-scroll-reveal] {
  opacity: 1;
  clip-path: none;
  transform: none;
}

.solution-enter[data-scroll-reveal].is-visible {
  opacity: 1;
  clip-path: none;
  transform: none;
}

.solution-enter .solution-photo {
  transform: scale(1.025);
}

.solution-enter.is-visible .solution-photo {
  transform: scale(1);
}

@media (max-width: 1050px) {
  .solutions-header {
    grid-template-columns: 1fr auto;
  }

  .solutions-intro {
    grid-column: 1;
    grid-row: 2;
    margin-top: -30px;
  }

  .solutions-audience {
    grid-column: 2;
    grid-row: 1;
  }

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

@media (max-width: 800px) {
  .solutions-section {
    padding: 86px 0 95px;
  }

  .solutions-shell {
    width: calc(100% - 36px);
  }

  .solutions-header {
    margin-bottom: 39px;
    display: block;
  }

  .solutions-heading h2 {
    font-size: clamp(52px, 14vw, 70px);
  }

  .solutions-intro {
    max-width: 330px;
    margin: 27px 0 0;
  }

  .solutions-audience {
    margin-top: 31px;
    padding-left: 36px;
  }

  .solutions-featured {
    grid-template-columns: 1fr;
  }

  .solution-card-large {
    height: 380px;
  }

  .solutions-compact {
    grid-template-columns: 1fr;
  }

  .solution-card-small {
    display: grid;
    grid-template-columns: 44% 56%;
  }

  .solution-card-small .solution-photo {
    height: 190px;
  }

  .solution-small-copy {
    min-height: 190px;
    padding: 24px 20px;
  }

  .solutions-cta {
    margin-top: 13px;
    padding: 28px 22px 22px;
    grid-template-columns: 52px 1fr;
    gap: 19px;
  }

  .solutions-cta > a {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
  }

  .solutions-cta-icon {
    transform: scale(0.84);
    transform-origin: left center;
  }
}

/* Team banner */
.team-section {
  position: relative;
  min-height: clamp(390px, 33vw, 520px);
  display: grid;
  grid-template-columns: minmax(390px, 38%) minmax(0, 62%);
  overflow: hidden;
  color: #f6f1e7;
  background: #061727;
  border-top: 1px solid rgba(201, 163, 78, 0.42);
}

.team-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(6, 23, 39, 0) 0%,
    rgba(6, 23, 39, 0) 32%,
    rgba(6, 23, 39, 0.68) 40%,
    rgba(6, 23, 39, 0.08) 56%,
    rgba(6, 23, 39, 0.04) 100%
  );
}

.team-copy {
  position: relative;
  z-index: 3;
  padding: clamp(38px, 3.4vw, 56px) clamp(34px, 4.8vw, 76px);
  align-self: center;
}

.team-kicker {
  margin: 0 0 19px;
  color: #d2a143;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.team-copy h2 {
  margin: 0;
  color: #f6f1e7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 4vw, 68px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.team-copy h2 em {
  color: #d2a143;
  font-style: normal;
}

.team-lead {
  max-width: 470px;
  margin: 27px 0 0;
  color: rgba(239, 243, 246, 0.78);
  font-size: 13px;
  line-height: 1.75;
}

.team-button {
  width: min(310px, 100%);
  min-height: 58px;
  margin-top: 31px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c9a34e;
  color: #f8f1e3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.4s ease,
    background 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-button:hover {
  color: #061727;
  background: #d2a143;
  transform: translateY(-3px);
}

.team-button i {
  font-size: 21px;
  font-style: normal;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-button:hover i {
  transform: translateX(5px);
}

.team-photo {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #0a1e30;
}

.team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 23, 39, 0.7), transparent 28%),
    linear-gradient(0deg, rgba(6, 23, 39, 0.18), transparent 50%);
}

.team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.82) contrast(1.04) brightness(0.82);
  transform: scale(1.025);
  transition:
    filter 0.8s ease,
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-section:hover .team-photo img {
  filter: saturate(0.95) contrast(1.03) brightness(0.9);
  transform: scale(1.06);
}

.team-enter-left[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-74px);
  transition:
    opacity 0.9s ease,
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-enter-right[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(88px);
  transition:
    opacity 0.95s ease,
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-enter-left[data-scroll-reveal].is-visible,
.team-enter-right[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 900px) {
  .team-section {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .team-section::after {
    display: none;
  }

  .team-copy {
    padding: 72px clamp(28px, 7vw, 60px) 58px;
  }

  .team-photo {
    min-height: 360px;
  }

  .team-photo::after {
    background: linear-gradient(0deg, rgba(6, 23, 39, 0.36), transparent 45%);
  }
}

@media (max-width: 560px) {
  .team-copy {
    padding: 66px 24px 50px;
  }

  .team-copy h2 {
    font-size: clamp(45px, 13vw, 59px);
  }

  .team-photo {
    min-height: 280px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .team-enter-left[data-scroll-reveal],
  .team-enter-right[data-scroll-reveal] {
    transition-duration: 0.01ms;
  }

  .team-section:hover .team-photo img {
    transform: none;
  }
}

/* Reviews carousel */
.reviews-section {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 6vw, 104px) 0 clamp(82px, 7vw, 124px);
  border-top: 12px solid #f7f5f0;
  color: #0e1726;
  background: linear-gradient(180deg, #061727 0 300px, #f7f5f0 300px);
  box-shadow: inset 0 1px 0 rgba(194, 148, 64, .75);
}

.reviews-section::before {
  content: "“";
  position: absolute;
  top: -130px;
  right: 3vw;
  color: rgba(194, 148, 64, 0.07);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(300px, 34vw, 560px);
  line-height: 1;
  pointer-events: none;
}

.reviews-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - clamp(40px, 7vw, 112px)));
  margin: 0 auto;
}

.reviews-header {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 0;
  margin-bottom: clamp(58px, 5vw, 76px);
  text-align: center;
}

.reviews-kicker {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #b9872d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  justify-content: flex-start;
}

.reviews-kicker span {
  width: 45px;
  height: 1px;
  background: #c29440;
}

.reviews-header h2 {
  margin: 0;
  color: #f7f2e9;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.reviews-header h2 em {
  color: #c29440;
  font-style: normal;
}

.reviews-summary {
  display: none;
  align-items: center;
  gap: 17px;
  border-left: 1px solid rgba(185, 135, 45, 0.5);
}

.reviews-summary strong {
  color: #c29440;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 0.85;
}

.reviews-summary span {
  color: rgba(14, 23, 38, 0.62);
  font-size: 11px;
  line-height: 1.55;
}

.reviews-carousel {
  position: relative;
}

.reviews-carousel::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c29440 9%, #c29440 91%, transparent);
}

.reviews-viewport {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  outline: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.reviews-viewport::-webkit-scrollbar {
  display: none;
}

.reviews-viewport:focus-visible {
  outline: 1px solid #c29440;
  outline-offset: 8px;
}

.reviews-track {
  --reviews-gap: 14px;
  display: flex;
  gap: var(--reviews-gap);
  width: max-content;
  padding: 48px 0 52px;
  will-change: transform;
  animation: reviewsMarquee 30s linear infinite;
  animation-play-state: paused;
}

.reviews-carousel.is-running .reviews-track {
  animation-play-state: running;
}

.reviews-carousel.is-paused .reviews-track {
  animation-play-state: paused;
}

.reviews-set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--reviews-gap);
}

@keyframes reviewsMarquee {
  to {
    transform: translate3d(calc(-50% - (var(--reviews-gap) / 2)), 0, 0);
  }
}

.review-slide {
  position: relative;
  width: clamp(184px, calc((100vw - 188px) / 6), 222px);
  height: 338px;
  flex: 0 0 auto;
  margin: 0;
  padding: 16px 15px 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(14, 23, 38, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(14, 23, 38, 0.08);
  opacity: 0;
  transform: translateX(42px) scale(0.92);
  transform-origin: center;
  transition:
    opacity 0.65s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.5s ease,
    box-shadow 0.6s ease,
    filter 0.6s ease;
}

.reviews-carousel.is-introduced .review-slide.is-ready {
  opacity: 0.46;
  transform: translateX(0) scale(0.86);
  filter: saturate(0.62) brightness(0.9);
}

.review-slide::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: rgba(6, 23, 39, 0.1);
  transition: opacity 0.55s ease;
}

.reviews-carousel.is-introduced .review-slide.is-ready.is-current {
  z-index: 8;
  opacity: 1;
  transform: translateX(0) translateY(-10px) scale(1.16);
  filter: none;
  border-color: #c29440;
  box-shadow: 0 26px 68px rgba(14, 23, 38, 0.18), 0 0 0 4px rgba(194, 148, 64, 0.12);
}

.review-slide.is-current::after {
  opacity: 0;
}

.review-slide.is-current .review-author h3 {
  font-size: 13px;
}

.review-slide.is-current .review-author p,
.review-slide.is-current .review-rating small {
  color: rgba(14, 23, 38, 0.68);
  font-size: 9px;
}

.review-slide.is-current .review-rating span {
  font-size: 14px;
}

.review-slide.is-current blockquote {
  color: #152131;
  font-size: 10.4px;
  line-height: 1.52;
}

.review-slide:hover {
  opacity: 1;
  filter: none;
}

.review-author {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 8px;
  align-items: center;
}

.review-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.review-avatar-green { background: #6da93d; }
.review-avatar-lime { background: #80ad2d; font-size: 11px; }
.review-avatar-navy { background: #07533f; }
.review-avatar-teal { background: #008979; }
.review-avatar-orange { background: #f05b24; }
.review-avatar-red { background: #f04b23; }

.review-author h3 {
  margin: 0 0 2px;
  color: #111827;
  font-size: 12px;
  font-weight: 750;
}

.review-author p {
  margin: 0;
  color: rgba(14, 23, 38, 0.55);
  font-size: 8.5px;
}

.review-author i {
  align-self: start;
  color: rgba(14, 23, 38, 0.38);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.05em;
}

.review-rating {
  position: relative;
  z-index: 2;
  margin: 13px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-rating span {
  color: #d69c2f;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.review-rating small {
  color: rgba(14, 23, 38, 0.55);
  font-size: 8px;
}

.review-slide blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(14, 23, 38, 0.82);
  font-size: 9.6px;
  line-height: 1.48;
}

.review-has-gallery blockquote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.review-gallery-crop {
  position: relative;
  z-index: 2;
  height: 65px;
  min-height: 65px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 7px;
  background: #d9d9d9;
}

.review-gallery-crop img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}

.reviews-navigation {
  display: none;
  width: min(100%, 980px);
  margin: 25px auto 0;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}

.reviews-counter {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #0e1726;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.reviews-counter strong {
  min-width: 31px;
  color: #b9872d;
  font-size: 27px;
  font-weight: 600;
}

.reviews-counter span {
  width: 54px;
  height: 1px;
  background: rgba(14, 23, 38, 0.28);
}

.reviews-counter small {
  color: rgba(14, 23, 38, 0.45);
  font-size: 17px;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.reviews-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(14, 23, 38, 0.2);
  cursor: pointer;
  transition:
    width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.45s ease,
    background 0.45s ease;
}

.reviews-dots button.is-active {
  width: 31px;
  border-radius: 10px;
  background: #c29440;
}

.reviews-arrows {
  display: flex;
  gap: 10px;
}

.reviews-arrows button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(14, 23, 38, 0.24);
  border-radius: 50%;
  color: #0e1726;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  transition:
    color 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.reviews-arrows button:hover {
  color: #fff;
  border-color: #c29440;
  background: #c29440;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .reviews-section {
    padding: 80px 0 72px;
  }

  .reviews-shell {
    width: min(100% - 32px, 620px);
  }

  .reviews-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .reviews-header h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .reviews-summary {
    width: 210px;
  }

  .review-slide {
    width: 260px;
    height: 350px;
  }

  .reviews-carousel.is-introduced .review-slide.is-ready.is-current {
    transform: translateX(0) translateY(-6px) scale(1.06);
  }

  .reviews-navigation {
    grid-template-columns: 1fr auto;
  }

  .reviews-dots {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .reviews-track {
    animation: none !important;
    transform: none !important;
  }

  .review-slide {
    transition-duration: 0.01ms;
  }
}

/* Contact and footer */
.contact-section {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding: clamp(95px, 9vw, 150px) 0 0;
  color: #f8f3e9;
  background: #071827;
  isolation: isolate;
}

.contact-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -14%;
  right: -8%;
  width: 48%;
  height: 130%;
  background: #c99b42;
  opacity: 0.095;
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.contact-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18%;
  right: 17%;
  width: 1px;
  height: 145%;
  background: linear-gradient(transparent, rgba(201, 155, 66, 0.68) 30%, rgba(201, 155, 66, 0.2) 74%, transparent);
  transform: rotate(20deg) scaleY(0);
  transform-origin: top;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  pointer-events: none;
}

.contact-section.is-contact-visible::after {
  transform: rotate(20deg) scaleY(1);
}

.contact-shell {
  width: min(1500px, calc(100% - clamp(40px, 7vw, 112px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(410px, 0.82fr) minmax(580px, 1.18fr);
  column-gap: clamp(70px, 9vw, 150px);
}

.contact-heading {
  grid-column: 1;
  align-self: start;
}

.contact-kicker {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d5a84c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.contact-kicker span {
  width: 45px;
  height: 1px;
  background: #c99b42;
}

.contact-heading h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(62px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.contact-heading h2 em {
  color: #d5a84c;
  font-style: normal;
}

.contact-heading > p:last-child {
  max-width: 520px;
  margin: 33px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.8;
}

.contact-main {
  grid-column: 2;
  display: grid;
  gap: 54px;
}

.contact-direct > p,
.contact-locations article > p,
.contact-social > span {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.contact-direct > a {
  min-height: 91px;
  padding: 18px 8px 18px 0;
  display: grid;
  grid-template-columns: 85px 1fr auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  transition:
    padding-left 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    background 0.4s ease;
}

.contact-direct > a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-direct > a small {
  color: #c99b42;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.contact-direct > a strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(25px, 2.1vw, 35px);
  font-weight: 400;
  line-height: 1;
}

.contact-direct > a i {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 155, 66, 0.65);
  border-radius: 50%;
  color: #d5a84c;
  font-size: 14px;
  font-style: normal;
  transition:
    color 0.4s ease,
    background 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-direct > a:hover {
  padding-left: 16px;
  border-color: rgba(201, 155, 66, 0.62);
  background: rgba(201, 155, 66, 0.035);
}

.contact-direct > a:hover i {
  color: #071827;
  background: #c99b42;
  transform: rotate(45deg);
}

.contact-locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(201, 155, 66, 0.48);
}

.contact-locations article {
  position: relative;
  min-height: 250px;
  padding: 31px 40px 30px 0;
}

.contact-locations article + article {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-number {
  position: absolute;
  top: 29px;
  right: 23px;
  color: rgba(201, 155, 66, 0.55);
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
}

.contact-locations article > p {
  margin-bottom: 26px;
  color: #c99b42;
}

.contact-locations h3 {
  margin: 0 0 22px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(27px, 2.1vw, 36px);
  font-weight: 400;
  line-height: 0.98;
}

.contact-locations address {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-style: normal;
  line-height: 1.8;
}

.contact-bottom {
  grid-column: 1 / -1;
  margin-top: clamp(65px, 7vw, 105px);
  padding: 30px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  border-top: 1px solid rgba(201, 155, 66, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.contact-company-data {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
}

.contact-company-data > span {
  color: #d5a84c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.contact-company-data p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.contact-company-data strong {
  margin-left: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}

.contact-social {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  align-items: center;
}

.contact-social > span {
  margin: 0;
  white-space: nowrap;
}

.contact-social > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-social a {
  min-height: 58px;
  padding: 10px 15px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  opacity: 0;
  transform: translateY(13px);
  transition:
    opacity 0.65s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.4s ease,
    background 0.4s ease;
}

.contact-bottom.is-visible .contact-social a {
  opacity: 1;
  transform: translateY(0);
}

.contact-bottom.is-visible .contact-social a:nth-child(1) { transition-delay: 0.18s; }
.contact-bottom.is-visible .contact-social a:nth-child(2) { transition-delay: 0.28s; }
.contact-bottom.is-visible .contact-social a:nth-child(3) { transition-delay: 0.38s; }

.contact-social a:hover {
  color: #fff;
  background: rgba(201, 155, 66, 0.08);
}

.contact-social a b {
  font-size: 9px;
  font-weight: 600;
}

.contact-social a em {
  color: #c99b42;
  font-size: 12px;
  font-style: normal;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-social a:hover em {
  transform: translate(3px, -3px);
}

.social-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 155, 66, 0.68);
  border-radius: 50%;
  color: #d5a84c;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.social-facebook {
  padding-top: 3px;
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.social-linkedin {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: -0.03em;
}

.social-instagram {
  position: relative;
}

.social-instagram::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-radius: 3px;
}

.social-instagram::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
}

.social-instagram span {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.site-footer {
  grid-column: 1 / -1;
  min-height: 125px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  align-items: center;
}

.site-footer > a:first-child {
  width: 205px;
}

.site-footer img {
  width: 100%;
  display: block;
}

.site-footer p,
.footer-top {
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
  text-decoration: none;
}

.footer-top {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 13px;
  transition: color 0.35s ease;
}

.footer-top span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 155, 66, 0.55);
  border-radius: 50%;
  color: #c99b42;
  font-size: 13px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-top:hover { color: #fff; }
.footer-top:hover span { transform: translateY(-4px); }

.contact-heading[data-scroll-reveal],
.contact-direct[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-45px);
}

.contact-locations article[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(45px);
}

.contact-heading[data-scroll-reveal].is-visible,
.contact-direct[data-scroll-reveal].is-visible,
.contact-locations article[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1120px) {
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .contact-heading,
  .contact-main {
    grid-column: 1;
  }

  .contact-heading {
    max-width: 720px;
    margin-bottom: 70px;
  }

  .contact-main {
    gap: 48px;
  }

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

@media (max-width: 720px) {
  .contact-section {
    min-height: 0;
    padding-top: 82px;
  }

  .contact-section::before {
    top: auto;
    right: -32%;
    bottom: 0;
    width: 85%;
    height: 70%;
    opacity: 0.075;
  }

  .contact-shell {
    width: min(100% - 32px, 620px);
  }

  .contact-heading h2 {
    font-size: clamp(53px, 16vw, 75px);
  }

  .contact-direct > a {
    min-height: 82px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .contact-direct > a small {
    grid-column: 1 / -1;
  }

  .contact-direct > a strong {
    font-size: clamp(21px, 6.4vw, 30px);
  }

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

  .contact-locations article,
  .contact-locations article + article {
    min-height: 220px;
    padding: 30px 30px 30px 0;
  }

  .contact-locations article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .contact-company-data {
    flex-wrap: wrap;
  }

  .contact-social {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contact-social > div {
    grid-template-columns: 1fr;
  }

  .contact-social a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .site-footer {
    min-height: 180px;
    padding: 34px 0;
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .site-footer > a:first-child {
    width: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-section::after {
    transform: rotate(20deg) scaleY(1);
  }

  .contact-social a {
    opacity: 1;
    transform: none;
  }
}

/* Contact — light architectural edition */
.contact-section {
  min-height: 0;
  padding: 0;
  color: #071827;
  background: #f7f4ed;
}

.contact-section::before,
.contact-section::after {
  display: none;
}

.contact-v2-shell {
  position: relative;
  z-index: 2;
  width: min(1450px, calc(100% - clamp(42px, 8vw, 130px)));
  margin: 0 auto;
  padding: clamp(82px, 8vw, 132px) 0 42px;
}

.contact-v2-top {
  display: grid;
  grid-template-columns: minmax(470px, 0.92fr) minmax(580px, 1.08fr);
  gap: clamp(70px, 9vw, 155px);
}

.contact-v2-heading {
  position: relative;
  min-height: 605px;
}

.contact-v2-kicker {
  margin: 0 0 47px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #c78c19;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.contact-v2-kicker span {
  width: 29px;
  height: 1px;
  background: #d49a25;
}

.contact-v2-heading h2 {
  margin: 0;
  color: #071827;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(70px, 7.2vw, 112px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.contact-v2-heading h2 em {
  color: #d49a25;
  font-style: normal;
}

.contact-v2-rule {
  width: 60px;
  height: 1px;
  margin: 40px 0 31px;
  display: block;
  background: #d49a25;
}

.contact-v2-lead {
  max-width: 450px;
  margin: 0;
  color: #1f2c39;
  font-size: 13px;
  line-height: 1.8;
}

.contact-v2-button {
  width: 280px;
  height: 64px;
  margin-top: 33px;
  padding: 0 24px 0 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #071827;
  font-size: 11px;
  text-decoration: none;
  transition:
    color 0.4s ease,
    background 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-button i {
  color: #d49a25;
  font-size: 18px;
  font-style: normal;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-button:hover {
  color: #071827;
  background: #d49a25;
  transform: translateY(-3px);
}

.contact-v2-button:hover i {
  color: #071827;
  transform: translateX(5px);
}

.contact-v2-word {
  position: absolute;
  z-index: -1;
  right: -125px;
  bottom: -61px;
  color: rgba(7, 24, 39, 0.032);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(115px, 12vw, 190px);
  line-height: 1;
  letter-spacing: -0.07em;
  pointer-events: none;
}

.contact-v2-details {
  padding-top: 39px;
}

.contact-v2-links a {
  min-height: 141px;
  display: grid;
  grid-template-columns: 92px 1fr 34px;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(199, 140, 25, 0.45);
  color: #071827;
  text-decoration: none;
  transition:
    padding-left 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.4s ease;
}

.contact-v2-links a:hover {
  padding-left: 14px;
  background: rgba(212, 154, 37, 0.045);
}

.contact-v2-round {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #d49a25;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 17px 45px rgba(7, 24, 39, 0.07);
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-links a:hover .contact-v2-round {
  transform: rotate(-7deg) scale(1.04);
}

.contact-v2-mail {
  position: relative;
}

.contact-v2-mail::before {
  content: "";
  width: 33px;
  height: 23px;
  border: 1.5px solid #d49a25;
}

.contact-v2-mail::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-right: 1.5px solid #d49a25;
  border-bottom: 1.5px solid #d49a25;
  transform: translateY(-7px) rotate(45deg);
}

.contact-v2-links a > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-v2-links small,
.contact-v2-locations > p,
.contact-v2-locations article small {
  color: #071827;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.contact-v2-links strong {
  overflow-wrap: anywhere;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(25px, 2.2vw, 37px);
  font-weight: 400;
  line-height: 1;
}

.contact-v2-links a > b {
  color: #d49a25;
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-links a:hover > b {
  transform: translateX(7px);
}

.contact-v2-locations {
  padding-top: 39px;
}

.contact-v2-locations > p {
  margin: 0 0 30px;
  color: #c78c19;
}

.contact-v2-locations > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-v2-locations article {
  position: relative;
  min-height: 174px;
  padding: 0 40px 0 0;
}

.contact-v2-locations article + article {
  padding-left: 48px;
  border-left: 1px solid rgba(199, 140, 25, 0.42);
}

.contact-v2-locations article > strong {
  display: block;
  margin-bottom: 9px;
  color: #d49a25;
  font-family: "Newsreader", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.contact-v2-locations article small {
  display: block;
}

.contact-v2-locations address {
  margin-top: 28px;
  color: #142331;
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.contact-v2-locations article > i {
  width: 60px;
  height: 1px;
  margin-top: 22px;
  display: block;
  background: #d49a25;
}

.contact-v2-scene {
  position: relative;
  z-index: 3;
  height: clamp(520px, 48vw, 720px);
  margin-top: -2px;
  overflow: hidden;
  background: #071827;
}

.contact-v2-scene > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: none;
  transform: scale(1.035);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-scene.is-visible > img {
  transform: scale(1);
}

.contact-v2-scene-shade {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, rgba(3, 15, 26, 0.38) 0%, rgba(3, 15, 26, 0.08) 48%, rgba(3, 15, 26, 0.18) 100%);
  pointer-events: none;
}

.contact-v2-social,
.contact-v2-showroom {
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: auto;
  min-height: 0;
  border: 1px solid rgba(7, 24, 39, 0.06);
  border-radius: 13px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 20px 48px rgba(7, 24, 39, 0.09);
  backdrop-filter: blur(9px);
}

.contact-v2-social {
  left: max(6vw, calc((100% - 1450px) / 2));
  top: 42px;
  bottom: auto;
  width: 320px;
  padding: 28px 30px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(7, 24, 39, 0.7);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.contact-v2-social > p {
  margin: 0 0 22px;
  color: #fff;
  font-size: 12px;
}

.contact-v2-social > div {
  display: flex;
  gap: 18px;
}

.contact-v2-social a {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-social a:hover {
  transform: translateY(-5px);
}

.contact-v2-social .social-icon {
  width: 46px;
  height: 46px;
  border: 0;
  color: #fff;
  background: #0d4fa5;
  box-shadow: 0 7px 15px rgba(7, 24, 39, 0.12);
}

.contact-v2-social a:nth-child(2) .social-icon {
  background: linear-gradient(145deg, #6b35c8, #e03b78 55%, #efaa2d);
}

.contact-v2-social a:nth-child(3) .social-icon {
  background: #176da2;
}

.contact-v2-showroom {
  right: max(6vw, calc((100% - 1450px) / 2));
  top: 54px;
  width: 340px;
  min-height: 184px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 47px 1fr 24px;
  gap: 17px;
  align-items: center;
  color: #071827;
  text-decoration: none;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-v2-showroom:hover {
  transform: translateY(-4px);
}

.contact-v2-calendar {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  border: 1.5px solid #d49a25;
  border-radius: 3px;
}

.contact-v2-calendar::before,
.contact-v2-calendar::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 2px;
  height: 9px;
  background: #d49a25;
}

.contact-v2-calendar::before { left: 9px; }
.contact-v2-calendar::after { right: 9px; }
.contact-v2-calendar span { position: absolute; top: 10px; right: 0; left: 0; height: 1px; background: #d49a25; }

.contact-v2-showroom > p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px;
  line-height: 1.5;
}

.contact-v2-showroom > p strong { font-weight: 600; }
.contact-v2-showroom > p span { color: #36424c; font-size: 9px; }
.contact-v2-showroom > p em { margin-top: 12px; color: #c78c19; font-size: 9px; font-style: normal; }
.contact-v2-showroom > small { color: #c78c19; font-size: 9px; white-space: nowrap; }
.contact-v2-showroom > b { color: #d49a25; font-size: 21px; font-weight: 400; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.contact-v2-showroom:hover > b { transform: translateX(6px); }

.contact-v2-form {
  position: absolute;
  z-index: 4;
  top: 42px;
  right: max(6vw, calc((100% - 1450px) / 2));
  width: min(390px, 35vw);
  padding: 27px 30px 30px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(7, 24, 39, 0.08);
  border-radius: 14px;
  color: #071827;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.contact-v2-form header {
  margin-bottom: 2px;
}

.contact-v2-form header > span {
  display: block;
  margin-bottom: 7px;
  color: #c78c19;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.contact-v2-form h3 {
  margin: 0;
  color: #071827;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2.1vw, 31px);
  font-weight: 500;
  line-height: 1.02;
}

.contact-v2-form label {
  display: grid;
  gap: 5px;
}

.contact-v2-form label > span {
  color: rgba(7, 24, 39, 0.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-v2-form input,
.contact-v2-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(7, 24, 39, 0.22);
  border-radius: 0;
  outline: 0;
  color: #071827;
  background: transparent;
  font: inherit;
  font-size: 12px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.contact-v2-form input {
  height: 29px;
}

.contact-v2-form textarea {
  min-height: 58px;
  padding: 5px 0;
  resize: vertical;
}

.contact-v2-form input:focus,
.contact-v2-form textarea:focus {
  border-color: #c78c19;
  box-shadow: 0 1px 0 #c78c19;
}

.contact-v2-form button {
  min-height: 48px;
  margin-top: 3px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #071827;
  color: #fff;
  background: #071827;
  font-size: 10px;
  cursor: pointer;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s cubic-bezier(.22,1,.36,1);
}

.contact-v2-form button b {
  color: #d49a25;
  font-size: 19px;
  font-weight: 400;
  transition: transform 0.4s cubic-bezier(.22,1,.36,1);
}

.contact-v2-form button:hover {
  color: #071827;
  background: #d9a437;
  transform: translateY(-2px);
}

.contact-v2-form button:hover b {
  color: #071827;
  transform: translateX(5px);
}

.contact-v2-footer {
  min-height: 82px;
  padding: 0 max(6vw, calc((100% - 1450px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  align-items: center;
  border-top: 1px solid rgba(7, 24, 39, 0.09);
  color: rgba(7, 24, 39, 0.5);
  background: #f7f4ed;
  font-size: 8px;
}

.contact-v2-footer > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-v2-footer > div > span { color: #c78c19; font-weight: 700; letter-spacing: .18em; }
.contact-v2-footer p { margin: 0; }
.contact-v2-footer b { color: #071827; font-weight: 500; }
.contact-v2-footer > a { justify-self: end; color: #071827; text-decoration: none; }
.contact-v2-footer > a span { margin-left: 8px; color: #d49a25; }

.contact-v2-heading[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-42px);
}

.contact-v2-links a[data-scroll-reveal],
.contact-v2-locations[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(42px);
}

.contact-v2-heading[data-scroll-reveal].is-visible,
.contact-v2-links a[data-scroll-reveal].is-visible,
.contact-v2-locations[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1180px) {
  .contact-v2-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-v2-heading {
    min-height: auto;
  }

  .contact-v2-heading h2 {
    font-size: clamp(68px, 10vw, 105px);
  }

  .contact-v2-word {
    right: 0;
  }

  .contact-v2-details {
    padding-top: 45px;
  }

  .contact-v2-social {
    left: 32px;
  }

  .contact-v2-showroom,
  .contact-v2-form {
    right: 32px;
  }
}

@media (max-width: 820px) {
  .contact-v2-shell {
    width: min(100% - 32px, 680px);
    padding-top: 78px;
  }

  .contact-v2-heading h2 {
    font-size: clamp(55px, 15vw, 82px);
  }

  .contact-v2-word {
    display: none;
  }

  .contact-v2-links a {
    min-height: 118px;
    grid-template-columns: 68px 1fr 25px;
    gap: 17px;
  }

  .contact-v2-round {
    width: 62px;
    height: 62px;
  }

  .contact-v2-links strong {
    font-size: clamp(20px, 5vw, 29px);
  }

  .contact-v2-scene {
    height: auto;
    min-height: 520px;
    padding: 185px 16px 20px;
  }

  .contact-v2-scene > img,
  .contact-v2-scene-shade {
    position: absolute;
    inset: 0;
  }

  .contact-v2-scene > img {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .contact-v2-social,
  .contact-v2-showroom,
  .contact-v2-form {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 560px);
    margin: 0 auto 14px;
  }

  .contact-v2-showroom {
    grid-template-columns: 42px 1fr 22px;
  }

  .contact-v2-form {
    padding: 25px 24px 27px;
  }

  .contact-v2-showroom > small {
    display: none;
  }

  .contact-v2-footer {
    min-height: 140px;
    padding: 25px 16px;
    grid-template-columns: 1fr auto;
  }

  .contact-v2-footer > div {
    grid-column: 1 / -1;
    flex-wrap: wrap;
  }

  .contact-v2-footer > p {
    grid-row: 2;
  }
}

@media (max-width: 560px) {
  .contact-v2-locations > div {
    grid-template-columns: 1fr;
  }

  .contact-v2-locations article {
    min-height: 190px;
    padding: 0 0 26px;
  }

  .contact-v2-locations article + article {
    padding: 29px 0 0;
    border-top: 1px solid rgba(199, 140, 25, 0.32);
    border-left: 0;
  }

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

  .contact-v2-links a {
    grid-template-columns: 56px 1fr 18px;
    gap: 12px;
  }

  .contact-v2-round {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .contact-v2-links a > span {
    gap: 9px;
  }

  .contact-v2-links strong {
    font-size: 18px;
  }

  .contact-v2-showroom {
    padding: 22px 18px;
  }

  .contact-v2-form {
    padding: 23px 18px 25px;
  }

  .contact-v2-showroom > p span br {
    display: none;
  }

  .contact-v2-footer > div {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-v2-scene > img {
    transform: none;
  }
}

/* Contact — split architectural finale */
.contact-final {
  position: relative;
  height: clamp(600px, 82svh, 660px);
  min-height: 600px;
  display: grid;
  grid-template-columns: 58% 50%;
  overflow: hidden;
  color: #f7f4ed;
  background: #071827;
}

.contact-final-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #071827;
}

.contact-final-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  animation: contactFinalImage 14s ease-in-out infinite alternate;
}

@keyframes contactFinalImage {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}

.contact-final-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 17, 30, 0.44), rgba(4, 17, 30, 0.08) 48%, rgba(4, 17, 30, 0.58));
  pointer-events: none;
}

.contact-final-copy {
  position: absolute;
  z-index: 2;
  top: 36px;
  left: max(4vw, calc((100vw - 1480px) / 2));
}

.contact-final-copy > p,
.contact-final-social > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #d5a13c;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.2em;
}

.contact-final-copy > p span,
.contact-final-social > p span {
  width: 34px;
  height: 1px;
  display: block;
  background: #d5a13c;
}

.contact-final-copy > strong {
  margin-top: 25px;
  display: block;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(78px, 9vw, 142px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.contact-final-social {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: max(4vw, calc((100vw - 1480px) / 2));
  width: min(520px, 76%);
}

.contact-final-social > p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 450;
  letter-spacing: 0;
}

.contact-final-social > div {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-final-social a {
  min-height: 62px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 10px;
  transition: color .4s ease, background .4s ease, transform .45s cubic-bezier(.22,1,.36,1);
}

.contact-final-social a:last-child { border-right: 0; }
.contact-final-social a:hover { color: #fff; background: rgba(255,255,255,.06); transform: translateY(-4px); }

.contact-final-social a i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #d5a13c;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}

.contact-final-social a i:not(.contact-final-instagram) { font-size: 23px; }
.contact-final-social a:nth-child(3) i { font-size: 16px; }

.contact-final-instagram {
  position: relative;
  border: 2px solid #d5a13c;
  border-radius: 7px;
}

.contact-final-instagram::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid #d5a13c;
  border-radius: 50%;
}

.contact-final-instagram::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d5a13c;
}

.contact-final-panel {
  position: relative;
  z-index: 4;
  min-width: 0;
  margin-left: -8vw;
  color: #071827;
  background: #f8f6f1;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

.contact-final-panel::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: #d19a31;
  clip-path: polygon(12.7% 0, 13.1% 0, .4% 100%, 0 100%);
  transform: none;
  pointer-events: none;
}

.contact-final-panel-inner {
  width: 100%;
  min-height: 100%;
  padding: 19px max(2.2vw, 28px) 8px max(9vw, 110px);
  display: flex;
  flex-direction: column;
}

.contact-final-panel-inner > header > p {
  margin: 0 0 4px;
  color: #c68f28;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.contact-final-panel-inner h2 {
  margin: 0;
  color: #071827;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(35px, 2.7vw, 43px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .95;
}

.contact-final-panel-inner h2 em {
  color: #c99535;
  font-style: normal;
  font-weight: 500;
}

.contact-final-panel-inner > header > i {
  width: 35px;
  height: 1px;
  margin: 8px 0 7px;
  display: block;
  background: #c99535;
}

.contact-final-panel-inner > header > span {
  color: #263544;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.5;
}

.contact-final-form {
  margin-top: 9px;
  display: grid;
  gap: 3px;
}

.contact-final-form label {
  display: grid;
  gap: 2px;
}

.contact-final-form label > span {
  color: rgba(7, 24, 39, .82);
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .13em;
}

.contact-final-form input,
.contact-final-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(7, 24, 39, .3);
  border-radius: 0;
  outline: 0;
  color: #071827;
  background: transparent;
  font: inherit;
  font-size: 13px;
  transition: border-color .35s ease, box-shadow .35s ease;
}

.contact-final-form input { height: 14px; }
.contact-final-form textarea { min-height: 21px; padding: 0; resize: vertical; }
.contact-final-form input:focus,
.contact-final-form textarea:focus { border-color: #c99535; box-shadow: 0 1px 0 #c99535; }

.contact-final-form button {
  min-height: 38px;
  margin-top: 3px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #071827;
  color: #fff;
  background: #071827;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  cursor: pointer;
  transition: color .4s ease, background .4s ease, transform .4s cubic-bezier(.22,1,.36,1);
}

.contact-final-form button b { color: #d5a13c; font-size: 22px; font-weight: 400; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.contact-final-form button:hover { color: #071827; background: #d5a13c; transform: translateY(-2px); }
.contact-final-form button:hover b { color: #071827; transform: translateX(6px); }

.contact-final-details,
.contact-final-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-final-details {
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid rgba(7, 24, 39, .18);
}

.contact-final-details a,
.contact-final-locations article {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  color: #071827;
  text-decoration: none;
}

.contact-final-details a + a,
.contact-final-locations article + article {
  padding-left: 14px;
  border-left: 1px solid rgba(201, 149, 53, .52);
}

.contact-final-details i,
.contact-final-locations article > i {
  color: #c99535;
  font-size: 18px;
  font-style: normal;
}

.contact-final-details a > span,
.contact-final-locations article > span {
  display: grid;
  gap: 5px;
}

.contact-final-details small,
.contact-final-locations small {
  color: rgba(7, 24, 39, .88);
  font-size: 8.5px;
  font-weight: 750;
  letter-spacing: .14em;
}

.contact-final-details strong,
.contact-final-locations address {
  overflow-wrap: anywhere;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 500;
  line-height: 1.05;
}

.contact-final-envelope {
  position: relative;
  width: 29px;
  height: 21px;
  border: 1.5px solid #c99535;
}

.contact-final-envelope::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(32deg, transparent 48%, #c99535 49%, #c99535 51%, transparent 52%) left/50% 100% no-repeat,
              linear-gradient(-32deg, transparent 48%, #c99535 49%, #c99535 51%, transparent 52%) right/50% 100% no-repeat;
}

.contact-final-locations {
  margin-top: 9px;
}

.contact-final-locations article {
  align-items: start;
}

.contact-final-locations address {
  margin: 0;
  font-style: normal;
  line-height: 1.18;
}

.contact-final-legal {
  margin-top: auto;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(7, 24, 39, .42);
  font-size: 7px;
  letter-spacing: .08em;
}

.contact-final-details a:nth-child(2) strong {
  font-size: clamp(12px, .78vw, 14px);
}

.contact-final-copy[data-scroll-reveal],
.contact-final-social[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(-35px);
}

.contact-final-panel-inner[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(42px);
}

.contact-final-copy[data-scroll-reveal].is-visible,
.contact-final-social[data-scroll-reveal].is-visible,
.contact-final-panel-inner[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1180px) {
  .contact-final { grid-template-columns: 54% 58%; }
  .contact-final-panel { margin-left: -10vw; }
  .contact-final-panel-inner { padding-right: 34px; padding-left: 14vw; }
  .contact-final-copy > strong { font-size: 13vw; }
  .contact-final-social { width: 70%; }
}

@media (max-width: 920px) {
  .contact-final {
    min-height: 0;
    display: block;
    overflow: visible;
  }

  .contact-final-media {
    height: 610px;
  }

  .contact-final-media > img { object-position: 48% center; }
  .contact-final-copy { top: 42px; left: 28px; }
  .contact-final-copy > strong { margin-top: 38px; font-size: 20vw; }
  .contact-final-social { right: 28px; bottom: 27px; left: 28px; width: auto; }

  .contact-final-panel {
    margin: 0;
    clip-path: none;
  }

  .contact-final-panel::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 3px;
    transform: none;
  }

  .contact-final-panel-inner {
    width: min(100% - 48px, 680px);
    min-height: 0;
    margin: 0 auto;
    padding: 68px 0 30px;
  }
}

@media (max-width: 560px) {
  .contact-final-media { height: 520px; }
  .contact-final-copy > strong { font-size: 21vw; }
  .contact-final-social > div { margin-top: 13px; }
  .contact-final-social a { min-height: 65px; font-size: 9px; }
  .contact-final-panel-inner { width: min(100% - 32px, 520px); padding-top: 56px; }
  .contact-final-panel-inner h2 { font-size: clamp(43px, 13vw, 58px); }
  .contact-final-panel-inner > header > span br { display: none; }
  .contact-final-details,
  .contact-final-locations { grid-template-columns: 1fr; gap: 25px; }
  .contact-final-details a + a,
  .contact-final-locations article + article { padding: 25px 0 0; border-top: 1px solid rgba(201,149,53,.34); border-left: 0; }
  .contact-final-legal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-final-media > img { animation: none; }
}

/* Final footer */
.site-final-footer {
  position: relative;
  z-index: 5;
  padding: 34px max(4vw, calc((100% - 1480px) / 2)) 22px;
  color: rgba(255, 255, 255, .62);
  background: #061522;
  border-top: 1px solid rgba(209, 154, 49, .6);
}

.site-final-footer::before {
  content: "ECOMPLEX";
  position: absolute;
  right: 4vw;
  bottom: -16px;
  color: rgba(255, 255, 255, .025);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 100px;
  line-height: 1;
  pointer-events: none;
}

.site-final-footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 245px 1fr 150px;
  gap: 40px;
  align-items: center;
}

.site-final-brand img {
  width: 205px;
  height: auto;
  display: block;
}

.site-final-footer-main nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 45px);
}

.site-final-footer a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: 10px;
  transition: color .35s ease;
}

.site-final-footer a:hover { color: #d5a13c; }
.site-final-top { justify-self: end; }
.site-final-top span { margin-left: 9px; color: #d5a13c; }

.site-final-footer-meta {
  position: relative;
  z-index: 1;
  margin-top: 27px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 7px;
  letter-spacing: .08em;
}

.site-final-footer-meta p { margin: 0; }
.site-final-footer-meta p:nth-child(2) { justify-self: center; }
.site-final-footer-meta p:last-child { justify-self: end; }

@media (max-width: 920px) {
  .contact-final-panel::before { clip-path: none; }
  .site-final-footer-main { grid-template-columns: 1fr auto; }
  .site-final-footer-main nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; flex-wrap: wrap; }
  .site-final-footer-meta { grid-template-columns: 1fr; }
  .site-final-footer-meta p,
  .site-final-footer-meta p:nth-child(2),
  .site-final-footer-meta p:last-child { justify-self: start; }
}

@media (max-width: 560px) {
  .site-final-footer { padding: 30px 16px 22px; }
  .site-final-footer-main { grid-template-columns: 1fr; gap: 25px; }
  .site-final-brand img { width: 180px; }
  .site-final-top { justify-self: start; }
  .site-final-footer-main nav { grid-column: auto; grid-row: auto; gap: 17px 23px; }
}

/* Shared navigation breakpoint — prevents the expanded menu from crowding tablets */
@media (max-width: 1180px) {
  .site-header {
    height: 82px;
    padding: 0 28px;
  }

  .site-header::after {
    left: 28px;
    right: 28px;
  }

  .brand { width: 156px; }
  .desktop-nav { display: none; }

  .menu-toggle {
    position: relative;
    z-index: 61;
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 6px;
    color: #fff;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform .4s ease;
  }

  .menu-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .mobile-menu {
    position: fixed;
    z-index: 40;
    inset: 0;
    padding: 104px 40px 30px;
    display: flex;
    align-items: flex-end;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background: rgba(0, 16, 31, .985);
    backdrop-filter: blur(18px);
    transition: opacity .45s ease, visibility .45s;
  }

  .mobile-menu[aria-hidden="true"] { visibility: hidden; opacity: 0; }
  .mobile-menu.open,
  .mobile-menu[aria-hidden="false"] {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mobile-menu nav { width: 100%; display: grid; }

  .mobile-menu a {
    padding: 10px 0;
    color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(216, 154, 28, .32);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(29px, 4.2vw, 38px);
    line-height: 1.08;
    transition: color .3s ease, padding-left .4s cubic-bezier(.22,1,.36,1);
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    padding-left: 8px;
    color: #e2aa3a;
  }

  .mobile-menu .mobile-coming-soon {
    padding: 10px 0;
    display: flex;
    align-items: baseline;
    gap: 11px;
    color: rgba(255, 255, 255, .63);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(29px, 4.2vw, 38px);
    line-height: 1.08;
  }

  .mobile-menu .mobile-coming-soon small {
    color: var(--gold);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 8px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 22px; }
  .site-header::after { left: 22px; right: 22px; }
  .brand { width: 150px; }
  .mobile-menu { padding: 104px 26px 26px; }
  .mobile-menu a,
  .mobile-menu .mobile-coming-soon { padding-block: 11px; font-size: 32px; }
}

/* Process — visual showcase */
.process-showcase {
  position: relative;
  overflow: hidden;
  background: #faf8f4;
}

.process-showcase-top {
  position: relative;
  z-index: 2;
  min-height: 510px;
  color: #f7f4ed;
  background: #071827;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.process-showcase-top::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  background: #c99535;
  clip-path: polygon(0 99.55%, 100% 87.55%, 100% 88%, 0 100%);
  pointer-events: none;
}

.process-showcase-top-inner {
  width: min(100% - 9vw, 1420px);
  margin: 0 auto;
  padding: 70px 0 115px;
  display: grid;
  grid-template-columns: .95fr 1.08fr;
  gap: clamp(70px, 8vw, 135px);
}

.process-showcase-kicker {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #d6a13b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.process-showcase-kicker span {
  width: 40px;
  height: 1px;
  display: block;
  background: #d6a13b;
}

.process-showcase-intro {
  position: relative;
  z-index: 2;
}

.process-showcase-intro h2 {
  margin: 0;
  color: #f7f4ed;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 4.9vw, 78px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .86;
}

.process-showcase-intro h2 em {
  color: #c99535;
  font-style: normal;
  font-weight: 500;
}

.process-showcase-intro > i,
.process-showcase-partner > span {
  width: 40px;
  height: 1px;
  margin: 25px 0 17px;
  display: block;
  background: #c99535;
}

.process-showcase-lead {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.62;
}

.process-showcase-intro > strong {
  position: absolute;
  z-index: -1;
  left: -6vw;
  bottom: -92px;
  color: rgba(255, 255, 255, .035);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(100px, 13vw, 198px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .7;
}

.process-showcase-partner {
  padding-top: 35px;
}

.process-showcase-partner-heading {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 25px;
  align-items: start;
}

.process-showcase-partner-heading > i {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid #c99535;
  border-radius: 50%;
  color: #c99535;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-style: normal;
}

.process-showcase-partner h3 {
  margin: 3px 0 0;
  color: #f7f4ed;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 2vw, 33px);
  font-weight: 500;
  line-height: 1.02;
}

.process-showcase-partner h3 em {
  color: #c99535;
  font-style: normal;
}

.process-showcase-partner > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.65;
}

.process-showcase-partner nav {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #d6a13b;
  font-size: 9px;
  letter-spacing: .09em;
}

.process-showcase-partner nav b { font-weight: 700; white-space: nowrap; }
.process-showcase-partner nav i { font-style: normal; }

.process-showcase-joint {
  position: absolute;
  z-index: 6;
  bottom: 5.6%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid #faf8f4;
  border-radius: 50%;
  background: #c99535;
  box-shadow: 0 0 0 1px #c99535;
  transform: translate(-50%, 50%);
}

.process-showcase-steps {
  position: relative;
  z-index: 1;
  margin-top: -72px;
  padding: 125px max(3.5vw, 28px) 75px;
  background: #faf8f4;
}

.process-showcase-timeline,
.process-showcase-grid {
  width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.process-showcase-timeline {
  position: relative;
  height: 72px;
  align-items: start;
}

.process-showcase-timeline > span {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(201, 149, 53, .72);
}

.process-showcase-timeline > i {
  position: relative;
  z-index: 2;
  color: #c99535;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-style: normal;
  text-align: center;
}

.process-showcase-timeline > i::after {
  content: "";
  position: absolute;
  top: 41px;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #c99535;
  border-radius: 50%;
  background: #faf8f4;
  transform: translateX(-50%);
}

.process-showcase-grid article {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(7, 24, 39, .08);
  transition: transform .6s cubic-bezier(.22,1,.36,1), box-shadow .5s ease;
}

.process-showcase-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(7, 24, 39, .14);
}

.process-showcase-photo.journey-photo {
  height: 240px;
  min-height: 0;
  border-radius: 0;
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(.22,1,.36,1);
}

.process-showcase-grid article:hover .process-showcase-photo { transform: scale(1.055); }

.process-showcase-grid article > div:last-child {
  min-height: 145px;
  padding: 18px 20px 22px;
}

.process-showcase-grid article > div:last-child > i {
  width: 32px;
  height: 1px;
  display: block;
  background: #c99535;
}

.process-showcase-grid h3 {
  margin: 13px 0 9px;
  color: #071827;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1;
}

.process-showcase-grid p {
  margin: 0;
  color: rgba(7, 24, 39, .68);
  font-size: 10.5px;
  line-height: 1.55;
}

.process-showcase-intro[data-scroll-reveal] { opacity: 0; transform: translateX(-45px); }
.process-showcase-partner[data-scroll-reveal] { opacity: 0; transform: translateX(45px); }
.process-showcase-grid article[data-scroll-reveal] { opacity: 0; transform: translateX(-38px); }
.process-showcase-intro[data-scroll-reveal].is-visible,
.process-showcase-partner[data-scroll-reveal].is-visible,
.process-showcase-grid article[data-scroll-reveal].is-visible { opacity: 1; transform: translateX(0); }

@media (max-width: 1100px) {
  .process-showcase-top { min-height: 600px; }
  .process-showcase-top-inner { grid-template-columns: 1fr 1fr; gap: 55px; }
  .process-showcase-partner nav { flex-wrap: wrap; gap: 10px 14px; }
  .process-showcase-steps { overflow-x: auto; }
  .process-showcase-timeline,
  .process-showcase-grid { width: 1220px; }
}

@media (max-width: 760px) {
  .process-showcase-top {
    min-height: 0;
    clip-path: none;
  }

  .process-showcase-top::after {
    top: auto;
    height: 2px;
    clip-path: none;
  }

  .process-showcase-top-inner {
    width: min(100% - 32px, 620px);
    padding: 72px 0 68px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .process-showcase-intro h2 { font-size: clamp(50px, 15vw, 68px); }
  .process-showcase-intro > strong { display: none; }
  .process-showcase-partner { padding-top: 0; }
  .process-showcase-partner-heading { grid-template-columns: 58px 1fr; gap: 17px; }
  .process-showcase-partner-heading > i { width: 56px; height: 56px; font-size: 22px; }
  .process-showcase-partner nav { margin-top: 28px; }
  .process-showcase-joint { display: none; }
  .process-showcase-steps { margin-top: 0; padding: 55px 16px 65px; }
  .process-showcase-timeline,
  .process-showcase-grid { width: 1120px; gap: 14px; }
  .process-showcase-photo.journey-photo { height: 220px; }
}

/* Partner gallery — vertical filmstrip */
.partner-gallery {
  width: 94%;
  height: 450px;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 8px;
  align-items: start;
}

.partner-gallery .partner-photo,
.partner-gallery .partner-photo-primary,
.partner-gallery .partner-photo-wide,
.partner-gallery .partner-photo-small,
.partner-gallery .partner-photo-training-room {
  grid-column: auto;
  grid-row: auto;
  height: 410px;
  display: block;
  margin: 0;
  border: 1px solid rgba(201, 163, 78, .34);
  border-radius: 3px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .2), 0 0 0 1px rgba(255, 255, 255, .025) inset;
}

.partner-gallery .partner-photo:nth-child(odd) {
  border-top-color: #d6a13b;
  border-top-width: 2px;
}

.partner-gallery .partner-photo:nth-child(even) {
  border-bottom-color: #d6a13b;
  border-bottom-width: 2px;
}

.partner-gallery .partner-photo:nth-child(even) {
  height: 390px;
  margin-top: 26px;
}

.partner-gallery .partner-photo-primary {
  height: 440px;
}

.partner-gallery .partner-photo img,
.partner-gallery .partner-photo-primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  background: #071827;
}

.partner-gallery .partner-photo:hover img,
.partner-gallery .partner-photo-primary:hover img {
  animation: none;
  transform: scale(1.035);
}

.partner-gallery .partner-photo-primary figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  min-height: 0;
  margin: 0;
  padding: 10px 11px;
  gap: 0;
}

.partner-gallery .partner-photo-primary .partner-place-icon {
  display: none;
}

.partner-gallery .partner-photo-primary figcaption strong {
  margin-bottom: 4px;
  font-size: 7.5px;
}

.partner-gallery .partner-photo-primary figcaption span:last-child {
  font-size: 7.5px;
  line-height: 1.35;
}

.partner-photo-enter[data-scroll-reveal] {
  opacity: 0;
  transform: translateX(64px);
  transition:
    opacity .75s ease,
    transform .95s cubic-bezier(.22, 1, .36, 1),
    box-shadow .55s ease;
}

.partner-photo-enter[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 900px) {
  .partner-gallery {
    width: 100%;
    height: 430px;
    margin-top: 38px;
    overflow-x: auto;
    grid-template-columns: repeat(5, 180px);
    justify-content: start;
    padding-bottom: 8px;
  }

  .partner-gallery .partner-photo,
  .partner-gallery .partner-photo-primary,
  .partner-gallery .partner-photo-wide,
  .partner-gallery .partner-photo-small,
  .partner-gallery .partner-photo-training-room {
    height: 390px;
  }

  .partner-gallery .partner-photo:nth-child(even) {
    height: 360px;
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .partner-gallery {
    width: 100%;
    height: 410px;
    margin-top: 30px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
  }

  .partner-gallery .partner-photo,
  .partner-gallery .partner-photo-primary,
  .partner-gallery .partner-photo-wide,
  .partner-gallery .partner-photo-small,
  .partner-gallery .partner-photo-training-room {
    width: 185px;
    height: 370px;
    flex: 0 0 185px;
  }

  .partner-gallery .partner-photo:nth-child(even) {
    height: 345px;
    margin-top: 20px;
  }
}
