:root {
  color-scheme: dark;
  --ink: #f1f1f2;
  --ink-soft: #aaaab0;
  --paper: #09090a;
  --surface: #121214;
  --surface-raised: #18181b;
  --light: #f7f7f8;
  --accent: #c9a86a;
  --accent-dark: #a98a52;
  --navy: #0b1422;
  --navy-soft: #152238;
  --line: rgba(201, 168, 106, 0.17);
  --dark: #050506;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius: 18px;
  --content-width: 1240px;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #444449 var(--dark);
}

*::selection {
  color: #080809;
  background: var(--accent);
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: var(--dark);
}

*::-webkit-scrollbar-thumb {
  background: #444449;
  border: 2px solid var(--dark);
  border-radius: 999px;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  background: var(--dark);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-x: clip;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 999;
  content: "";
  opacity: 0.035;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  pointer-events: none;
}

.page-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  height: 2px;
  background: linear-gradient(90deg, #80612e, #f0d79a, #c9a86a);
  box-shadow: 0 0 16px rgba(201, 168, 106, 0.5);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.floating-contact {
  --contact-x: 0px;
  --contact-y: 0px;
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 900;
  min-height: 58px;
  padding: 8px 20px 8px 8px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  overflow: visible;
  color: #f7ead0;
  background:
    linear-gradient(145deg, rgba(31, 46, 69, 0.96), rgba(7, 8, 11, 0.96));
  border: 1px solid rgba(201, 168, 106, 0.48);
  border-radius: 999px;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate3d(var(--contact-x), var(--contact-y), 0);
  transition:
    color 250ms ease,
    border-color 250ms ease,
    box-shadow 350ms ease,
    transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.floating-contact::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  opacity: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(240, 215, 154, 0.28), transparent 78%);
  border-radius: inherit;
  transition: opacity 280ms ease;
}

.floating-contact:hover,
.floating-contact:focus-visible {
  color: #fff6df;
  border-color: rgba(240, 215, 154, 0.9);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.55),
    0 0 30px rgba(201, 168, 106, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.floating-contact:hover::before,
.floating-contact:focus-visible::before {
  opacity: 1;
}

.floating-contact__icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #0a0a0b;
  background: linear-gradient(145deg, #f0d79a, #b38d48);
  border-radius: 50%;
  box-shadow:
    0 7px 22px rgba(201, 168, 106, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-contact__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-contact:hover .floating-contact__icon,
.floating-contact:focus-visible .floating-contact__icon {
  transform: rotate(-7deg) scale(1.08);
}

.floating-contact__halo {
  position: absolute;
  top: 50%;
  left: 29px;
  width: 46px;
  height: 46px;
  content: "";
  border: 1px solid rgba(201, 168, 106, 0.45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: contact-pulse 2.8s ease-out infinite;
  pointer-events: none;
}

.floating-contact__label {
  position: relative;
  z-index: 1;
}

.ambient-player {
  --ambient-volume: 28%;
  position: fixed;
  bottom: max(24px, env(safe-area-inset-bottom));
  left: max(24px, env(safe-area-inset-left));
  z-index: 900;
  min-height: 58px;
  padding: 7px 13px 7px 7px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f7ead0;
  background:
    linear-gradient(145deg, rgba(31, 39, 54, 0.96), rgba(7, 8, 11, 0.97));
  border: 1px solid rgba(201, 168, 106, 0.42);
  border-radius: 999px;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    border-color 280ms ease,
    box-shadow 350ms ease,
    transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ambient-player:hover,
.ambient-player:focus-within,
.ambient-player.is-playing {
  border-color: rgba(240, 215, 154, 0.74);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.52),
    0 0 28px rgba(201, 168, 106, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.ambient-player__toggle {
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.ambient-player__disc {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #0a0a0b;
  background: linear-gradient(145deg, #f0d79a, #b38d48);
  border-radius: 50%;
  box-shadow:
    0 7px 22px rgba(201, 168, 106, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ambient-player__toggle:hover .ambient-player__disc,
.ambient-player__toggle:focus-visible .ambient-player__disc {
  transform: scale(1.07);
}

.ambient-player__play {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition:
    opacity 180ms ease,
    transform 280ms ease;
}

.ambient-player__equalizer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 180ms ease,
    transform 280ms ease;
}

.ambient-player__equalizer i {
  width: 2px;
  height: 13px;
  display: block;
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  animation: ambient-level 850ms ease-in-out infinite alternate;
}

.ambient-player__equalizer i:nth-child(2) {
  animation-delay: -560ms;
}

.ambient-player__equalizer i:nth-child(3) {
  animation-delay: -280ms;
}

.ambient-player.is-playing .ambient-player__play {
  opacity: 0;
  transform: scale(0.65);
}

.ambient-player.is-playing .ambient-player__equalizer {
  opacity: 1;
  transform: scale(1);
}

.ambient-player__title {
  min-width: 74px;
  display: grid;
  line-height: 1.15;
}

.ambient-player__title strong {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ambient-player__title small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  letter-spacing: 0.45px;
  white-space: nowrap;
}

.ambient-player__volume {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ambient-player__volume::before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 28px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.ambient-player__volume svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: #d8bc82;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ambient-player__volume svg path:first-child {
  fill: #d8bc82;
  stroke: none;
}

.ambient-player .ambient-player__volume input {
  width: 86px;
  height: 18px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  color: #d5b66f;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: none;
}

.ambient-player .ambient-player__volume input:focus {
  border: 0;
  box-shadow: none;
}

.ambient-player .ambient-player__volume input:focus-visible {
  outline: 1px solid rgba(240, 215, 154, 0.72);
  outline-offset: 4px;
}

.ambient-player .ambient-player__volume input::-webkit-slider-runnable-track {
  height: 3px;
  background:
    linear-gradient(90deg, #d5b66f var(--ambient-volume), rgba(255, 255, 255, 0.16) var(--ambient-volume));
  border-radius: 999px;
}

.ambient-player .ambient-player__volume input::-moz-range-track {
  height: 3px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.ambient-player .ambient-player__volume input::-moz-range-progress {
  height: 3px;
  background: #d5b66f;
  border-radius: 999px;
}

.ambient-player .ambient-player__volume input::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  background: #f0d79a;
  border: 2px solid #171411;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(201, 168, 106, 0.34);
}

.ambient-player .ambient-player__volume input::-moz-range-thumb {
  width: 11px;
  height: 11px;
  background: #f0d79a;
  border: 2px solid #171411;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(201, 168, 106, 0.34);
}

.ambient-player__volume output {
  width: 30px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.ambient-player.is-unavailable {
  display: none;
}

@keyframes ambient-level {
  0% {
    transform: scaleY(0.38);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes contact-pulse {
  0% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.88);
  }
  70%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.55);
  }
}

.page-intro {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #e8d4a8;
  background:
    radial-gradient(circle at center, rgba(20, 35, 58, 0.72), transparent 42%),
    #030304;
  transition:
    visibility 600ms ease,
    opacity 600ms ease;
}

.page-intro::before,
.page-intro::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(201, 168, 106, 0.16);
  border-radius: 50%;
  animation: intro-orbit 2.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-intro::before {
  width: 210px;
  height: 210px;
}

.page-intro::after {
  width: 270px;
  height: 270px;
  animation-delay: 100ms;
}

.page-intro__mark {
  position: relative;
  z-index: 1;
  width: clamp(118px, 16vw, 190px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(240, 215, 154, 0.42);
  border-radius: 50%;
  box-shadow:
    0 0 50px rgba(201, 168, 106, 0.16),
    inset 0 0 30px rgba(0, 0, 0, 0.45);
  animation: intro-mark 1.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-intro__mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.03);
}

.page-intro__line {
  width: min(13vw, 150px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
  transform: scaleX(0);
  animation: intro-line 900ms cubic-bezier(0.77, 0, 0.18, 1) 300ms both;
}

.page-intro__line:last-child {
  background: linear-gradient(90deg, var(--accent), transparent);
  transform-origin: left;
}

.page-intro.is-finished {
  visibility: hidden;
  opacity: 0;
}

.page-intro.is-finished .page-intro__mark {
  transform: scale(1.1);
  opacity: 0;
}

.pointer-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 520px;
  height: 520px;
  margin-top: -260px;
  margin-left: -260px;
  opacity: 0;
  background: radial-gradient(circle, rgba(40, 78, 130, 0.1), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 500ms ease;
  will-change: transform;
}

.pointer-glow.is-active {
  opacity: 1;
}

.vfx-canvas {
  position: fixed;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  mix-blend-mode: screen;
  pointer-events: none;
}

@keyframes intro-mark {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: scale(0.72);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes intro-line {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes intro-orbit {
  0% {
    opacity: 0;
    transform: scale(0.55) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--light);
  background: var(--dark);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  padding-top: env(safe-area-inset-top);
  color: var(--light);
  background: rgba(5, 5, 6, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    min-height 250ms ease,
    background 250ms ease,
    box-shadow 250ms ease;
}

.js .site-header {
  animation: header-enter 900ms cubic-bezier(0.16, 1, 0.3, 1) 650ms both;
}

@keyframes header-enter {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header.is-scrolled {
  min-height: 70px;
  background: rgba(5, 5, 6, 0.96);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.45);
}

.header-inner {
  width: min(calc(100% - 64px), var(--content-width));
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--light);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  place-items: center;
  color: #ead6ac;
  border: 1px solid rgba(201, 168, 106, 0.58);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--navy-soft), #08090c 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 30px rgba(0, 0, 0, 0.35);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  transition:
    color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease,
    transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-mark--image::after {
  position: absolute;
  inset: -35% -70%;
  z-index: 1;
  content: "";
  opacity: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 244, 210, 0.72), transparent 62%);
  transform: translateX(-55%) rotate(10deg);
  transition:
    opacity 240ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.brand-mark--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover .brand-mark,
.brand:focus-visible .brand-mark {
  color: #fff0c9;
  border-color: rgba(240, 215, 154, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 28px rgba(201, 168, 106, 0.2);
  transform: rotate(8deg) scale(1.06);
}

.brand:hover .brand-mark--image::after,
.brand:focus-visible .brand-mark--image::after {
  opacity: 0.85;
  transform: translateX(55%) rotate(10deg);
}

.brand:hover .brand-mark--image img,
.brand:focus-visible .brand-mark--image img {
  transform: scale(1.16) rotate(-4deg);
}

.brand-name {
  max-width: 145px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  position: relative;
  padding: 10px 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    letter-spacing 280ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 9px;
  bottom: 5px;
  left: 9px;
  height: 2px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--light);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  letter-spacing: 1.25px;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  color: var(--light);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

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

.container > *,
.split > *,
.info-grid > *,
.card-grid > *,
.gallery > * {
  min-width: 0;
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 120px) 0;
}

.section::before {
  position: absolute;
  top: 8%;
  right: -180px;
  z-index: -1;
  width: 480px;
  height: 480px;
  content: "";
  opacity: 0.32;
  background: radial-gradient(circle, rgba(27, 54, 92, 0.24), transparent 68%);
  border-radius: 50%;
  transform: translate3d(0, calc(var(--section-index) * -4px), 0);
  animation: ambient-drift 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.section::after {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -35%;
  z-index: 0;
  width: 20%;
  content: "";
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(89, 135, 197, 0.035),
    rgba(240, 215, 154, 0.07),
    transparent
  );
  filter: blur(12px);
  pointer-events: none;
  transform: skewX(-16deg);
}

.section.is-vfx-visible::after {
  animation: section-light-sweep 1.8s cubic-bezier(0.16, 1, 0.3, 1) 250ms both;
}

.section:nth-of-type(even)::before {
  right: auto;
  left: -220px;
  animation-delay: -5s;
}

.section > .container {
  position: relative;
  z-index: 1;
}

@keyframes ambient-drift {
  0% {
    transform: translate3d(-18px, -12px, 0) scale(0.94);
  }
  100% {
    transform: translate3d(26px, 26px, 0) scale(1.08);
  }
}

@keyframes section-light-sweep {
  0% {
    left: -35%;
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}

.section--surface {
  background: var(--surface);
}

.section--dark {
  color: var(--light);
  background: var(--dark);
}

.section-heading {
  position: relative;
  max-width: 760px;
  margin: 0 auto 48px;
  padding-bottom: 18px;
  text-align: center;
}

.section-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 86px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(201, 168, 106, 0.28);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section--dark .eyebrow,
.hero .eyebrow {
  color: #d6b879;
}

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

h1,
h2,
h3 {
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

p {
  color: var(--ink-soft);
}

.section--dark p,
.hero p,
.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.hero {
  --hero-image: none;
  position: relative;
  isolation: isolate;
  perspective: 1500px;
  transform-style: preserve-3d;
  min-height: min(800px, calc(100vh - var(--header-height)));
  display: grid;
  place-items: center;
  color: var(--light);
  background-color: var(--dark);
  background-image:
    linear-gradient(115deg, rgba(3, 3, 4, 0.95), rgba(8, 13, 22, 0.5)),
    var(--hero-image);
  background-position:
    center,
    center calc(50% + var(--hero-shift, 0px));
  background-size: cover;
  will-change: background-position;
}

.hero-content {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
}

.hero-vfx {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform:
    translate3d(
      var(--scene-x-sm, 0px),
      var(--scene-y-sm, 0px),
      20px
    )
    rotateX(var(--scene-rx, 0deg))
    rotateY(var(--scene-ry, 0deg))
    scale(1.035);
  transform-style: preserve-3d;
  transition: transform 140ms linear;
  will-change: transform;
}

.hero-vfx::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.42;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(12.5% - 1px),
      rgba(255, 255, 255, 0.025) 12.5%
    );
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
}

.hero-vfx::after {
  position: absolute;
  right: -20%;
  bottom: -42%;
  left: -20%;
  height: 72%;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 139, 202, 0.14) 1px, transparent 1px);
  background-position: center;
  background-size: 56px 36px;
  mask-image: linear-gradient(180deg, transparent, #000 28%, transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 28%, transparent 88%);
  transform:
    perspective(500px)
    rotateX(64deg)
    translate3d(var(--scene-x-sm, 0px), var(--scene-y-sm, 0px), -40px);
  transform-origin: center bottom;
  animation: grid-drift 8s linear infinite;
}

.hero-vfx__aurora {
  position: absolute;
  top: -42%;
  right: -12%;
  width: min(76vw, 980px);
  height: min(76vw, 980px);
  opacity: 0.44;
  background:
    conic-gradient(
      from 130deg,
      transparent 0 24%,
      rgba(37, 79, 137, 0.34) 34%,
      rgba(201, 168, 106, 0.12) 43%,
      transparent 54% 100%
    );
  border-radius: 50%;
  filter: blur(48px);
  transform: translate3d(0, calc(var(--hero-shift, 0px) * 0.25), 0);
  animation: vfx-aurora 14s ease-in-out infinite alternate;
  translate:
    var(--scene-x-md, 0px)
    var(--scene-y-md, 0px);
}

.hero-vfx__beam {
  position: absolute;
  top: -35%;
  width: clamp(180px, 22vw, 420px);
  height: 170%;
  opacity: 0.2;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(124, 168, 225, 0.2) 42%,
    rgba(241, 220, 174, 0.13) 58%,
    transparent
  );
  filter: blur(15px);
  transform-origin: top center;
  mix-blend-mode: screen;
}

.hero-vfx__beam--one {
  right: 12%;
  transform: rotate(18deg);
  animation: vfx-beam-one 10s ease-in-out infinite alternate;
  translate:
    var(--scene-x-lg, 0px)
    var(--scene-y-md, 0px);
}

.hero-vfx__beam--two {
  right: 34%;
  opacity: 0.1;
  transform: rotate(7deg) scaleX(0.72);
  animation: vfx-beam-two 13s ease-in-out -4s infinite alternate;
  translate:
    var(--scene-x-md-neg, 0px)
    var(--scene-y-md-neg, 0px);
}

.hero-vfx__flare {
  position: absolute;
  top: 22%;
  right: 16%;
  width: 7px;
  height: 7px;
  background: #fff8df;
  border-radius: 50%;
  box-shadow:
    0 0 7px #fff,
    0 0 22px rgba(240, 215, 154, 0.95),
    0 0 70px rgba(201, 168, 106, 0.52),
    -90px 55px 0 -1px rgba(103, 151, 215, 0.2),
    -180px 110px 0 -2px rgba(201, 168, 106, 0.16);
  animation: vfx-flare 6s ease-in-out infinite;
  translate:
    var(--scene-x-lg, 0px)
    var(--scene-y-lg, 0px);
}

.hero-vfx__flare::before,
.hero-vfx__flare::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 244, 210, 0.7), transparent);
  transform: translate(-50%, -50%);
}

.hero-vfx__flare::before {
  width: 150px;
  height: 1px;
}

.hero-vfx__flare::after {
  width: 1px;
  height: 110px;
}

.hero-vfx__ring {
  position: absolute;
  top: calc(22% - 42px);
  right: calc(16% - 42px);
  width: 90px;
  height: 90px;
  opacity: 0.24;
  border: 1px solid rgba(240, 215, 154, 0.48);
  border-right-color: transparent;
  border-bottom-color: rgba(101, 150, 214, 0.2);
  border-radius: 50%;
  animation: vfx-ring 11s linear infinite;
  translate:
    var(--scene-x-md, 0px)
    var(--scene-y-md, 0px);
}

@keyframes vfx-aurora {
  0% {
    opacity: 0.28;
    transform: translate3d(-4%, -2%, 0) rotate(-9deg) scale(0.92);
  }
  100% {
    opacity: 0.54;
    transform: translate3d(5%, 6%, 0) rotate(12deg) scale(1.1);
  }
}

@keyframes vfx-beam-one {
  0% {
    opacity: 0.1;
    transform: translateX(-6%) rotate(14deg) scaleX(0.8);
  }
  100% {
    opacity: 0.3;
    transform: translateX(7%) rotate(21deg) scaleX(1.12);
  }
}

@keyframes vfx-beam-two {
  0% {
    opacity: 0.05;
    transform: translateX(4%) rotate(4deg) scaleX(0.58);
  }
  100% {
    opacity: 0.18;
    transform: translateX(-8%) rotate(11deg) scaleX(0.86);
  }
}

@keyframes vfx-flare {
  0%,
  100% {
    opacity: 0.45;
    transform: translate3d(var(--vfx-shift-x, 0), var(--vfx-shift-y, 0), 0) scale(0.8);
  }
  50% {
    opacity: 1;
    transform: translate3d(var(--vfx-shift-x, 0), var(--vfx-shift-y, 0), 0) scale(1.28);
  }
}

@keyframes vfx-ring {
  0% {
    opacity: 0.12;
    transform: rotate(0) scale(0.84);
  }
  50% {
    opacity: 0.38;
    transform: rotate(180deg) scale(1.08);
  }
  100% {
    opacity: 0.12;
    transform: rotate(360deg) scale(0.84);
  }
}

@keyframes grid-drift {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 72px;
  }
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 78% 24%, rgba(38, 72, 118, 0.3), transparent 32%),
    linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.72));
}

.hero::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 52px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(240, 215, 154, 0.9));
  box-shadow: 0 0 12px rgba(201, 168, 106, 0.25);
  transform-origin: top;
  animation: hero-line-pulse 2.6s ease-in-out infinite;
}

.hero--compact {
  min-height: 540px;
}

.hero--brand {
  width: 100%;
  min-height: min(820px, calc(100vh - var(--header-height)));
  padding:
    clamp(54px, 7vh, 90px)
    max(40px, calc((100vw - 1420px) / 2))
    clamp(72px, 9vh, 110px);
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  column-gap: clamp(38px, 5vw, 86px);
  align-items: center;
  place-items: initial;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 75% 50%, rgba(201, 168, 106, 0.1), transparent 32%),
    linear-gradient(115deg, rgba(3, 3, 4, 0.98) 12%, rgba(8, 13, 22, 0.72) 56%, rgba(3, 3, 4, 0.88)),
    var(--hero-image);
}

.hero--brand .hero-content {
  z-index: 3;
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  grid-column: 1;
}

.hero--brand .hero-content > * {
  min-width: 0;
  width: 100%;
  max-width: 620px;
}

.hero--brand .hero-content > .eyebrow {
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 18px;
  line-height: 1.45;
}

.hero--brand .hero-content > h1 {
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 5.6vw, 5.8rem);
  overflow-wrap: normal;
  word-break: normal;
}

.hero--brand .hero-content > p:not(.eyebrow) {
  line-height: 1.7;
}

.hero-logo-stage {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  width: min(100%, 720px);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  grid-column: 2;
  aspect-ratio: 16 / 9;
  pointer-events: none;
  transform:
    translate3d(
      var(--scene-x-md, 0px),
      var(--scene-y-md, 0px),
      95px
    )
    rotateX(var(--scene-rx-neg, 0deg))
    rotateY(var(--scene-ry-neg, 0deg));
  transform-style: preserve-3d;
  transition: transform 150ms linear;
  will-change: transform;
}

.hero-logo-stage::before {
  position: absolute;
  inset: 5% 8%;
  z-index: -2;
  content: "";
  opacity: 0.8;
  background: radial-gradient(ellipse, rgba(201, 168, 106, 0.28), transparent 68%);
  filter: blur(42px);
  transform: translateZ(-55px) scale(1.08);
  animation: logo-aura 4.8s ease-in-out infinite;
}

.hero-logo-stage::after {
  position: absolute;
  right: 9%;
  bottom: -13%;
  left: 9%;
  z-index: -1;
  height: 22%;
  content: "";
  opacity: 0.34;
  background: radial-gradient(ellipse, rgba(201, 168, 106, 0.34), transparent 68%);
  filter: blur(24px);
  transform: rotateX(72deg) translateZ(-70px);
}

.hero-logo-stage__media {
  position: absolute;
  inset: 4%;
  overflow: hidden;
  background: #030303;
  border: 1px solid rgba(240, 215, 154, 0.24);
  border-radius: clamp(16px, 2vw, 30px);
  box-shadow:
    0 42px 90px rgba(0, 0, 0, 0.62),
    0 0 55px rgba(201, 168, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateZ(36px);
  animation: logo-float 6s ease-in-out infinite;
}

.hero-logo-stage__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 50% 44%, transparent 40%, rgba(0, 0, 0, 0.24) 100%);
  pointer-events: none;
}

.hero-logo-stage__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
  transform: scale(1.015);
}

.hero-logo-stage__sheen {
  position: absolute;
  inset: -30% -60%;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 239, 194, 0.24), transparent 61%);
  transform: translateX(-45%) rotate(7deg);
  animation: logo-sheen 6.8s ease-in-out 1.3s infinite;
  mix-blend-mode: screen;
}

.hero-logo-stage__orbit {
  --orbit-x: 66deg;
  position: absolute;
  inset: -1%;
  z-index: 3;
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-top-color: rgba(240, 215, 154, 0.7);
  border-right-color: transparent;
  border-radius: 50%;
  transform: translateZ(62px) rotateX(var(--orbit-x)) rotateZ(0);
  animation: logo-orbit 13s linear infinite;
}

.hero-logo-stage__orbit--inner {
  --orbit-x: 72deg;
  inset: 13% 6%;
  opacity: 0.48;
  border-bottom-color: rgba(240, 215, 154, 0.54);
  border-top-color: transparent;
  transform: translateZ(78px) rotateX(var(--orbit-x)) rotateZ(0);
  animation-duration: 9s;
  animation-direction: reverse;
}

.hero-logo-stage__spark {
  position: absolute;
  top: var(--spark-y);
  left: var(--spark-x);
  z-index: 4;
  width: 4px;
  height: 4px;
  background: #fff5d5;
  border-radius: 50%;
  box-shadow:
    0 0 8px #fff1bd,
    0 0 22px rgba(218, 176, 84, 0.86);
  transform: translateZ(90px);
  animation: logo-spark 3.4s ease-in-out var(--spark-delay) infinite;
}

.hero-brand-signature {
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 0;
  width: min(34vw, 440px);
  opacity: 0.08;
  filter: saturate(0.7) contrast(1.12);
  transform:
    translate3d(var(--scene-x-md, 0px), var(--scene-y-sm, 0px), 10px)
    rotateY(var(--scene-ry-neg, 0deg));
  transition: transform 150ms linear;
  pointer-events: none;
  mask-image: radial-gradient(ellipse, #000 38%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse, #000 38%, transparent 76%);
}

.hero-brand-signature img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-brand-signature span {
  position: absolute;
  inset: 25% 20%;
  border: 1px solid rgba(240, 215, 154, 0.5);
  border-radius: 50%;
  animation: signature-pulse 4.5s ease-in-out infinite;
}

@keyframes logo-float {
  0%,
  100% {
    transform: translate3d(0, -5px, 36px) rotateX(0.5deg);
  }
  50% {
    transform: translate3d(0, 8px, 48px) rotateX(-0.8deg);
  }
}

@keyframes logo-aura {
  0%,
  100% {
    opacity: 0.48;
    transform: translateZ(-55px) scale(0.94);
  }
  50% {
    opacity: 0.88;
    transform: translateZ(-55px) scale(1.12);
  }
}

@keyframes logo-sheen {
  0%,
  60% {
    opacity: 0;
    transform: translateX(-50%) rotate(7deg);
  }
  72% {
    opacity: 0.72;
  }
  88%,
  100% {
    opacity: 0;
    transform: translateX(50%) rotate(7deg);
  }
}

@keyframes logo-orbit {
  to {
    transform: translateZ(62px) rotateX(var(--orbit-x)) rotateZ(360deg);
  }
}

@keyframes logo-spark {
  0%,
  100% {
    opacity: 0.15;
    transform: translateZ(90px) scale(0.6);
  }
  48% {
    opacity: 1;
    transform: translateZ(115px) scale(1.7);
  }
}

@keyframes signature-pulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

.hero-content {
  width: min(calc(100% - 64px), var(--content-width));
  margin: 0 auto;
  padding: 110px 0 130px;
  transform:
    translate3d(
      var(--scene-x-sm-neg, 0px),
      calc(var(--hero-content-shift-neg, 0px) + var(--scene-y-sm-neg, 0px)),
      65px
    )
    rotateX(var(--scene-rx, 0deg))
    rotateY(var(--scene-ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 140ms linear;
  will-change: transform;
}

.hero-content > * {
  max-width: 900px;
}

.hero-content > .eyebrow {
  translate: 0 0 38px;
}

.hero-content > h1 {
  position: relative;
  transform: translateZ(70px);
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.04),
    0 18px 55px rgba(0, 0, 0, 0.46);
}

.hero-content > h1 .text-word-clip,
.hero-content > h1 .text-character-clip {
  translate: 0 0 var(--text-depth, 0px);
  transform-style: preserve-3d;
}

.hero-content > h1::before {
  position: absolute;
  top: 52%;
  left: 48%;
  z-index: -1;
  width: 64%;
  height: 46%;
  content: "";
  opacity: 0.16;
  background: radial-gradient(ellipse, rgba(201, 168, 106, 0.4), transparent 70%);
  filter: blur(28px);
  transform: translate(-50%, -50%) translateZ(-30px);
  pointer-events: none;
}

.hero-content > p:not(.eyebrow) {
  translate: 0 0 46px;
}

.hero p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

@keyframes hero-line-pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(0.55);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.text-word-clip,
.text-character-clip {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.text-word,
.text-character {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity, filter;
}

[data-text-effect="cinematic"] {
  perspective: 900px;
}

[data-text-effect="cinematic"] .text-word {
  transform: translateY(115%) rotateX(-72deg);
  transform-origin: 50% 100%;
}

[data-text-effect="cinematic"].is-visible .text-word {
  animation: text-cinematic 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--text-index) * 95ms);
}

[data-text-effect="letters"] {
  perspective: 700px;
}

[data-text-effect="letters"] .text-character {
  filter: blur(10px);
  transform: translateY(0.7em) rotateY(55deg) scale(0.72);
}

[data-text-effect="letters"].is-visible .text-character {
  animation: text-letter 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--text-index) * 34ms);
}

[data-text-effect="split"] .text-word-clip:nth-of-type(odd) .text-word {
  transform: translateX(-42px) skewX(8deg);
}

[data-text-effect="split"] .text-word-clip:nth-of-type(even) .text-word {
  transform: translateX(42px) skewX(-8deg);
}

[data-text-effect="split"].is-visible .text-word {
  animation: text-split 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--text-index) * 85ms);
}

[data-text-effect="focus"] .text-word {
  filter: blur(18px);
  transform: scale(1.16);
}

[data-text-effect="focus"].is-visible .text-word {
  animation: text-focus 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--text-index) * 100ms);
}

[data-text-effect="wipe"] {
  position: relative;
}

[data-text-effect="wipe"] .text-word {
  transform: translateY(105%);
}

[data-text-effect="wipe"].is-visible .text-word {
  animation: text-wipe 850ms cubic-bezier(0.77, 0, 0.18, 1) both;
  animation-delay: calc(var(--text-index) * 80ms);
}

[data-text-effect="wipe"]::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
}

[data-text-effect="wipe"].is-visible::after {
  animation: line-sweep 1.2s cubic-bezier(0.77, 0, 0.18, 1) 300ms both;
}

[data-text-effect="bounce"] .text-word {
  transform: translateY(48px) scale(0.9);
}

[data-text-effect="letters"] .text-character-clip,
[data-text-effect="focus"] .text-word-clip,
[data-text-effect="bounce"] .text-word-clip {
  overflow: visible;
}

[data-text-effect="bounce"].is-visible .text-word {
  animation: text-bounce 850ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
  animation-delay: calc(var(--text-index) * 90ms);
}

@keyframes text-cinematic {
  0% {
    opacity: 0;
    transform: translateY(115%) rotateX(-72deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes text-letter {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(0.7em) rotateY(55deg) scale(0.72);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) rotateY(0) scale(1);
  }
}

@keyframes text-split {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0);
  }
}

@keyframes text-focus {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: scale(1.16);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes text-wipe {
  0% {
    opacity: 0;
    transform: translateY(105%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line-sweep {
  0% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
  }
  45% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes text-bounce {
  0% {
    opacity: 0;
    transform: translateY(48px) scale(0.9);
  }
  52% {
    opacity: 1;
    transform: translateY(-13px) scale(1.025);
  }
  70% {
    transform: translateY(7px) scale(0.99);
  }
  84% {
    transform: translateY(-4px) scale(1.008);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 650ms ease var(--reveal-delay, 0ms),
    filter 800ms ease var(--reveal-delay, 0ms),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.js [data-reveal="eyebrow"] {
  letter-spacing: 0.42em;
  transform: translateX(-26px);
}

.js [data-reveal="focus"] {
  filter: blur(12px);
  transform: translateY(14px) scale(1.025);
}

.js [data-reveal="slide"] {
  transform: translateX(-34px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(0) scale(1);
}

.js [data-reveal="eyebrow"].is-visible {
  letter-spacing: 0.17em;
}

.js .info-card[data-reveal] > *,
.js .service-card[data-reveal] > *,
.js .photo-slot[data-reveal] figcaption > *,
.js .contact-form[data-reveal] .field,
.js .contact-form[data-reveal] .form-actions {
  opacity: 0;
}

.js .info-card[data-reveal] .card-kicker,
.js .service-card[data-reveal] .card-kicker {
  transform: translateX(-18px);
}

.js .info-card[data-reveal] h3,
.js .service-card[data-reveal] h3 {
  filter: blur(7px);
  transform: translateY(18px);
}

.js .info-card[data-reveal] p,
.js .service-card[data-reveal] p,
.js .service-card[data-reveal] .button {
  transform: translateY(16px);
}

.js .photo-slot[data-reveal] figcaption > * {
  transform: translateY(26px);
}

.js .info-card[data-reveal].is-visible .card-kicker,
.js .service-card[data-reveal].is-visible .card-kicker {
  animation: detail-slide 620ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.js .info-card[data-reveal].is-visible h3,
.js .service-card[data-reveal].is-visible h3 {
  animation: detail-focus 760ms cubic-bezier(0.16, 1, 0.3, 1) 190ms both;
}

.js .info-card[data-reveal].is-visible p,
.js .service-card[data-reveal].is-visible p {
  animation: detail-rise 700ms cubic-bezier(0.16, 1, 0.3, 1) 280ms both;
}

.js .service-card[data-reveal].is-visible .button {
  animation: detail-rise 650ms cubic-bezier(0.16, 1, 0.3, 1) 370ms both;
}

.js .photo-slot[data-reveal].is-visible figcaption strong {
  animation: detail-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

.js .photo-slot[data-reveal].is-visible figcaption small {
  animation: detail-rise 700ms cubic-bezier(0.16, 1, 0.3, 1) 290ms both;
}

.js .contact-form[data-reveal] .field {
  transform: translateY(22px);
}

.js .contact-form[data-reveal].is-visible .field {
  animation: detail-rise 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js .contact-form[data-reveal].is-visible .form-row .field:first-child {
  animation-delay: 160ms;
}

.js .contact-form[data-reveal].is-visible .form-row .field:last-child {
  animation-delay: 240ms;
}

.js .contact-form[data-reveal].is-visible > .field {
  animation-delay: 320ms;
}

.js .contact-form[data-reveal] .form-actions {
  transform: translateY(18px);
}

.js .contact-form[data-reveal].is-visible .form-actions {
  animation: detail-rise 650ms cubic-bezier(0.16, 1, 0.3, 1) 410ms both;
}

@keyframes detail-slide {
  0% {
    opacity: 0;
    letter-spacing: 0.35em;
    transform: translateX(-18px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.18em;
    transform: translateX(0);
  }
}

@keyframes detail-focus {
  0% {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes detail-rise {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.info-grid,
.card-grid,
.gallery {
  display: grid;
  gap: 24px;
}

.info-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.service-card {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(25, 43, 69, 0.18), transparent 48%),
    var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
  transition:
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms ease,
    border-color 300ms ease;
}

.info-card::before,
.service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease;
}

.info-card:hover,
.service-card:hover {
  --surface-lift: -9px;
  border-color: rgba(201, 168, 106, 0.48);
  box-shadow: var(--shadow);
}

.info-card:hover::before,
.service-card:hover::before {
  transform: scaleX(1);
}

.info-card p,
.service-card p {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.card-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-leadership-section {
  background:
    radial-gradient(circle at 76% 42%, rgba(31, 65, 108, 0.2), transparent 34%),
    linear-gradient(180deg, #09090a, #0d0d0f);
}

.home-leadership {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  isolation: isolate;
  min-height: 610px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  background:
    linear-gradient(120deg, rgba(20, 22, 28, 0.98) 0 54%, rgba(8, 9, 12, 0.78) 78%),
    #0b0b0d;
  border: 1px solid rgba(201, 168, 106, 0.25);
  border-radius: 28px;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform-style: preserve-3d;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-leadership:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.56);
  box-shadow:
    0 52px 120px rgba(0, 0, 0, 0.56),
    0 0 56px rgba(201, 168, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.home-leadership::before {
  position: absolute;
  top: -170px;
  left: -120px;
  z-index: -1;
  width: 460px;
  height: 460px;
  content: "";
  opacity: 0.34;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.18), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.home-leadership::after {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: 42%;
  z-index: 3;
  width: 13%;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 239, 194, 0.13), transparent);
  filter: blur(12px);
  transform: skewX(-14deg);
  animation: leadership-sheen 7s ease-in-out 1.4s infinite;
  pointer-events: none;
}

.home-leadership__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: clamp(54px, 7vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateZ(34px);
}

.home-leadership__content h2 {
  max-width: 690px;
  margin-bottom: 14px;
  color: #f4f4f5;
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.home-leadership__role {
  margin: 0 0 30px;
  color: #dfc17f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.home-leadership__experience {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-leadership__experience strong {
  color: #e4c985;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(4rem, 6.5vw, 6.5rem);
  font-weight: 400;
  line-height: 0.8;
}

.home-leadership__experience span {
  max-width: 155px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.leadership-link {
  position: relative;
  width: fit-content;
  min-height: 60px;
  padding: 8px 8px 8px 23px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  color: #f8ebce;
  background: linear-gradient(145deg, rgba(31, 42, 59, 0.98), rgba(8, 9, 12, 0.98));
  border: 1px solid rgba(201, 168, 106, 0.48);
  border-radius: 999px;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 250ms ease,
    border-color 300ms ease,
    box-shadow 350ms ease,
    transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.leadership-link::before {
  position: absolute;
  inset: -30% -60%;
  content: "";
  opacity: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 239, 194, 0.24), transparent 61%);
  transform: translateX(-45%) rotate(7deg);
  transition:
    opacity 250ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.leadership-link:hover,
.leadership-link:focus-visible {
  color: #fff7e5;
  border-color: rgba(240, 215, 154, 0.9);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.44),
    0 0 30px rgba(201, 168, 106, 0.13);
  transform: translateY(-3px);
}

.leadership-link:hover::before,
.leadership-link:focus-visible::before {
  opacity: 1;
  transform: translateX(48%) rotate(7deg);
}

.leadership-link > span {
  position: relative;
  z-index: 1;
}

.leadership-link__icon {
  width: 43px;
  height: 43px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #09090a;
  background: linear-gradient(145deg, #f0d79a, #b38d48);
  border-radius: 50%;
  box-shadow: 0 7px 22px rgba(201, 168, 106, 0.22);
  transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.leadership-link__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.leadership-link:hover .leadership-link__icon,
.leadership-link:focus-visible .leadership-link__icon {
  transform: translateX(3px) rotate(-5deg);
}

.home-leadership__portrait {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  margin: 0;
  background: #09090a;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
  transform: translateZ(20px);
}

.home-leadership__portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 12, 14, 0.98), transparent 30%),
    linear-gradient(180deg, transparent 58%, rgba(2, 3, 4, 0.88));
  pointer-events: none;
}

.home-leadership__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.86) contrast(1.05);
  transform: scale(1.02);
  transition:
    filter 700ms ease,
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-leadership:hover .home-leadership__portrait img {
  filter: saturate(0.96) contrast(1.06);
  transform: scale(1.055);
}

.home-leadership__portrait-line {
  position: absolute;
  top: 14%;
  left: 9%;
  z-index: 2;
  width: 1px;
  height: 42%;
  background: linear-gradient(180deg, transparent, #e1c37f, transparent);
  box-shadow: 0 0 18px rgba(201, 168, 106, 0.44);
  animation: executive-line 4.6s ease-in-out infinite;
}

.home-leadership__portrait figcaption {
  position: absolute;
  right: clamp(34px, 4vw, 64px);
  bottom: clamp(34px, 4vw, 62px);
  left: clamp(58px, 7vw, 105px);
  z-index: 2;
}

.home-leadership__portrait figcaption small,
.home-leadership__portrait figcaption strong {
  display: block;
}

.home-leadership__portrait figcaption small {
  margin-bottom: 8px;
  color: #dfc17f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-leadership__portrait figcaption strong {
  max-width: 340px;
  color: #fff;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.08;
}

@keyframes leadership-sheen {
  0%,
  30% {
    left: 36%;
    opacity: 0;
  }
  42% {
    opacity: 0.75;
  }
  62%,
  100% {
    left: 108%;
    opacity: 0;
  }
}

.executive-profile-section {
  background:
    radial-gradient(circle at 15% 30%, rgba(31, 56, 91, 0.2), transparent 34%),
    linear-gradient(180deg, #09090a, #0e0e10 58%, #09090a);
}

.executive-profile-section::before {
  top: 6%;
  right: auto;
  left: -180px;
  width: 560px;
  height: 560px;
  opacity: 0.22;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.22), transparent 68%);
}

.executive-profile {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.executive-portrait {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 0;
  padding: clamp(12px, 1.6vw, 20px);
  background:
    linear-gradient(145deg, rgba(34, 35, 39, 0.96), rgba(5, 5, 6, 0.98));
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 28px;
  box-shadow:
    0 42px 95px rgba(0, 0, 0, 0.5),
    0 0 42px rgba(201, 168, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.executive-portrait:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.62);
  box-shadow:
    0 52px 110px rgba(0, 0, 0, 0.58),
    0 0 55px rgba(201, 168, 106, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.executive-portrait::before {
  position: absolute;
  inset: -18px;
  z-index: -2;
  content: "";
  opacity: 0.46;
  border: 1px solid rgba(201, 168, 106, 0.16);
  border-radius: 38px;
  transform: translateZ(-35px);
  pointer-events: none;
}

.executive-portrait::after {
  position: absolute;
  right: 9%;
  bottom: -34px;
  left: 9%;
  z-index: -1;
  height: 70px;
  content: "";
  opacity: 0.48;
  background: radial-gradient(ellipse, rgba(201, 168, 106, 0.32), transparent 68%);
  filter: blur(20px);
  transform: translateZ(-50px) rotateX(72deg);
  pointer-events: none;
}

.executive-portrait__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: #09090a;
  border-radius: 18px;
  transform: translateZ(28px);
}

.executive-portrait__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 60%, rgba(2, 3, 4, 0.88) 100%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 24% 78%, rgba(201, 168, 106, 0.08));
  pointer-events: none;
}

.executive-portrait__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
  transition:
    filter 650ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.executive-portrait:hover .executive-portrait__media img {
  filter: saturate(0.96) contrast(1.05);
  transform: scale(1.025);
}

.executive-portrait__line {
  position: absolute;
  top: 9%;
  right: -10px;
  z-index: 3;
  width: 1px;
  height: 38%;
  background: linear-gradient(180deg, transparent, #e1c37f, transparent);
  box-shadow: 0 0 16px rgba(201, 168, 106, 0.42);
  animation: executive-line 4.6s ease-in-out infinite;
  pointer-events: none;
}

.executive-portrait figcaption {
  position: absolute;
  right: clamp(28px, 3vw, 44px);
  bottom: clamp(28px, 3vw, 44px);
  left: clamp(28px, 3vw, 44px);
  z-index: 3;
  transform: translateZ(54px);
}

.executive-portrait figcaption strong,
.executive-portrait figcaption small {
  display: block;
}

.executive-portrait figcaption strong {
  color: #fff;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.08;
}

.executive-portrait figcaption small {
  margin-top: 8px;
  color: #dfc17f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.executive-profile__content {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(10px, 2vw, 28px) 0;
}

.executive-profile__content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(-34px, -3vw, -18px);
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(201, 168, 106, 0.46), transparent);
}

.executive-profile__content h2 {
  max-width: 740px;
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
}

.executive-experience {
  width: fit-content;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #d8d8db;
}

.executive-experience strong {
  color: #e4c985;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(3.7rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 0.78;
  text-shadow: 0 9px 28px rgba(201, 168, 106, 0.16);
}

.executive-experience span {
  max-width: 160px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.executive-biography {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.85;
}

.executive-values {
  margin-top: clamp(64px, 9vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
}

.executive-value {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 290px;
  overflow: hidden;
  padding: clamp(36px, 5vw, 66px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(27, 32, 42, 0.96), rgba(10, 10, 12, 0.98));
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 22px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 400ms ease,
    transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.executive-value::before {
  position: absolute;
  top: -140px;
  right: -100px;
  width: 320px;
  height: 320px;
  content: "";
  opacity: 0.42;
  background: radial-gradient(circle, rgba(39, 74, 120, 0.28), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.executive-value:hover {
  --surface-lift: -7px;
  border-color: rgba(201, 168, 106, 0.5);
  box-shadow:
    0 38px 85px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(201, 168, 106, 0.07);
}

.executive-value h3 {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin-bottom: 18px;
  color: #f3f3f4;
  font-size: clamp(1.75rem, 3vw, 3rem);
  transform: translateZ(30px);
}

.executive-value p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  transform: translateZ(22px);
}

.executive-value__number {
  position: absolute;
  top: 18px;
  right: 28px;
  color: rgba(201, 168, 106, 0.22);
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(4.5rem, 9vw, 8rem);
  line-height: 1;
  pointer-events: none;
}

.executive-value--statement {
  background:
    radial-gradient(circle at 76% 24%, rgba(201, 168, 106, 0.11), transparent 34%),
    linear-gradient(145deg, #171719, #080809);
}

.executive-value--statement h3 {
  margin-bottom: 0;
}

@keyframes executive-line {
  0%,
  100% {
    opacity: 0.28;
    transform: translateY(-8%) scaleY(0.8);
  }
  50% {
    opacity: 1;
    transform: translateY(14%) scaleY(1.08);
  }
}

.hero--about {
  min-height: min(820px, calc(100vh - var(--header-height)));
  background-image:
    linear-gradient(100deg, rgba(3, 3, 4, 0.98) 0 38%, rgba(5, 7, 11, 0.76) 62%, rgba(4, 4, 5, 0.48)),
    var(--hero-image);
  background-position: center, center 48%;
}

.hero--about::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 76% 46%, transparent 0 17%, rgba(201, 168, 106, 0.08) 17.2%, transparent 17.6%),
    linear-gradient(90deg, transparent 58%, rgba(201, 168, 106, 0.18) 58.1%, transparent 58.2%);
  opacity: 0.62;
  pointer-events: none;
}

.hero--about .hero-content {
  max-width: 920px;
}

.hero--about .hero-content > p:not(.eyebrow) {
  max-width: 730px;
}

.about-hero-nav {
  width: fit-content;
  max-width: 100%;
  margin-top: 34px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(10, 11, 14, 0.72);
  border: 1px solid rgba(201, 168, 106, 0.24);
  border-radius: 999px;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  scrollbar-width: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-hero-nav::-webkit-scrollbar {
  display: none;
}

.about-hero-nav a {
  min-height: 42px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hero-nav a:hover,
.about-hero-nav a:focus-visible {
  color: #f4dfaf;
  background: rgba(201, 168, 106, 0.1);
  border-color: rgba(201, 168, 106, 0.3);
  transform: translateY(-2px);
}

.about-story-section,
.purpose-section,
.about-values-section {
  scroll-margin-top: var(--header-height);
}

.about-story-section {
  background:
    radial-gradient(circle at 14% 22%, rgba(45, 79, 123, 0.17), transparent 31%),
    radial-gradient(circle at 86% 78%, rgba(201, 168, 106, 0.1), transparent 29%),
    linear-gradient(180deg, #08090b, #111318 48%, #08090b);
}

.about-story-vfx,
.purpose-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.about-story-vfx__grid {
  position: absolute;
  inset: 18% -14% -24%;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 115, 161, 0.07) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent, #000 24%, transparent 91%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 24%, transparent 91%);
  transform: perspective(850px) rotateX(70deg) scale(1.4);
  transform-origin: center 72%;
  animation: about-grid-drift 26s linear infinite;
}

.about-story-vfx__orbit {
  position: absolute;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-right-color: transparent;
  border-radius: 50%;
}

.about-story-vfx__orbit--one {
  top: 8%;
  right: -17%;
  width: min(52vw, 760px);
  animation: about-orbit 32s linear infinite;
}

.about-story-vfx__orbit--two {
  bottom: 4%;
  left: -11%;
  width: min(34vw, 500px);
  opacity: 0.55;
  animation: about-orbit 24s linear reverse infinite;
}

.about-story-vfx__beam {
  position: absolute;
  top: -20%;
  left: 16%;
  width: clamp(220px, 28vw, 460px);
  height: 86%;
  opacity: 0.1;
  background: linear-gradient(90deg, transparent, rgba(236, 213, 162, 0.2), transparent);
  filter: blur(16px);
  transform: rotate(-20deg);
  animation: about-beam 15s ease-in-out infinite alternate;
}

.about-section-heading {
  margin-bottom: clamp(56px, 8vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(38px, 7vw, 100px);
}

.about-section-heading h2 {
  max-width: 860px;
  margin-bottom: 0;
  color: #f4f4f5;
  font-size: clamp(3rem, 5.8vw, 6.2rem);
}

.about-section-heading > p {
  margin: 0;
  padding: 28px 0 4px 32px;
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(201, 168, 106, 0.48);
  font-size: clamp(1.05rem, 1.45vw, 1.23rem);
  line-height: 1.85;
}

.about-story-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
}

.about-story-identity {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: sticky;
  top: calc(var(--header-height) + 32px);
  overflow: hidden;
  margin: 0;
  background: linear-gradient(145deg, rgba(28, 30, 36, 0.98), rgba(5, 6, 8, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 28px;
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-identity::before {
  position: absolute;
  inset: 12px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(240, 215, 154, 0.2);
  border-radius: 19px;
  pointer-events: none;
}

.about-story-identity__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.about-story-identity__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 3, 4, 0.05) 40%, rgba(3, 3, 4, 0.94)),
    radial-gradient(circle at 50% 48%, transparent 20%, rgba(3, 3, 4, 0.36));
  pointer-events: none;
}

.about-story-identity__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05) brightness(0.82);
  transform: scale(1.04);
  transition:
    filter 700ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-identity:hover .about-story-identity__media img {
  filter: saturate(0.96) contrast(1.06) brightness(0.9);
  transform: scale(1.075);
}

.about-story-identity:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.58);
  box-shadow:
    0 50px 110px rgba(0, 0, 0, 0.58),
    0 0 50px rgba(201, 168, 106, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-story-identity__caption {
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: 38px;
  z-index: 3;
}

.about-story-identity__caption span,
.about-story-identity__caption strong {
  display: block;
}

.about-story-identity__caption span {
  margin-bottom: 9px;
  color: #d9ba75;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-story-identity__caption strong {
  color: #fff;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.03;
}

.about-story-chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.about-chapter,
.purpose-panel,
.company-value {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
}

.about-chapter {
  position: relative;
  isolation: isolate;
  min-height: 400px;
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 56px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 94% 5%, rgba(49, 81, 124, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(28, 31, 38, 0.97), rgba(8, 9, 11, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 24px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-chapter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(201, 168, 106, 0.8), transparent);
  transform: scaleY(0.45);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-chapter:hover {
  --surface-lift: -7px;
  border-color: rgba(201, 168, 106, 0.48);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(201, 168, 106, 0.07);
}

.about-chapter:hover::before {
  transform: scaleY(0.88);
}

.about-chapter--wide {
  min-height: 360px;
  grid-column: 1 / -1;
}

.about-chapter__year {
  position: relative;
  z-index: 2;
  margin-bottom: auto;
  color: #d5b46d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.about-chapter__index {
  position: absolute;
  top: 22px;
  right: 28px;
  color: rgba(201, 168, 106, 0.12);
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(5rem, 8vw, 8.5rem);
  line-height: 1;
  pointer-events: none;
}

.about-chapter h3 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 54px 0 20px;
  color: #f4f4f5;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.about-chapter p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.78;
}

.purpose-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(201, 168, 106, 0.11), transparent 29%),
    radial-gradient(circle at 13% 76%, rgba(41, 76, 122, 0.16), transparent 31%),
    #090a0c;
}

.purpose-section--vision {
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 168, 106, 0.1), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(41, 76, 122, 0.2), transparent 34%),
    #08090b;
}

.purpose-vfx__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  opacity: 0.3;
  background: linear-gradient(180deg, transparent, rgba(201, 168, 106, 0.64), transparent);
  transform-origin: center;
  animation: purpose-line 7s ease-in-out infinite;
}

.purpose-vfx__halo {
  position: absolute;
  top: 8%;
  right: -12%;
  width: min(44vw, 660px);
  aspect-ratio: 1;
  opacity: 0.15;
  border: 1px solid rgba(201, 168, 106, 0.34);
  border-right-color: transparent;
  border-bottom-color: rgba(65, 104, 157, 0.18);
  border-radius: 50%;
  animation: about-orbit 34s linear infinite;
}

.purpose-section--vision .purpose-vfx__halo {
  right: auto;
  left: -14%;
  animation-direction: reverse;
}

.purpose-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 8vw, 118px);
  padding: clamp(54px, 8vw, 108px);
  background:
    linear-gradient(135deg, rgba(29, 32, 39, 0.98), rgba(7, 8, 10, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.28);
  border-radius: 30px;
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform-style: preserve-3d;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.purpose-panel:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.54);
  box-shadow:
    0 60px 140px rgba(0, 0, 0, 0.58),
    0 0 58px rgba(201, 168, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.purpose-panel::before {
  position: absolute;
  top: -230px;
  left: -170px;
  z-index: -1;
  width: 590px;
  height: 590px;
  content: "";
  opacity: 0.3;
  background: radial-gradient(circle, rgba(52, 88, 135, 0.28), transparent 67%);
  border-radius: 50%;
}

.purpose-panel--vision::before {
  right: -170px;
  left: auto;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.18), transparent 67%);
}

.purpose-panel__heading {
  position: relative;
  z-index: 2;
  align-self: start;
}

.purpose-panel__number {
  position: absolute;
  top: -46px;
  right: -4px;
  color: rgba(201, 168, 106, 0.13);
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(8rem, 14vw, 14rem);
  line-height: 1;
  pointer-events: none;
}

.purpose-panel__heading h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #f5f5f6;
  font-size: clamp(3rem, 5.4vw, 6rem);
}

.purpose-panel__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 24px;
}

.purpose-panel__copy::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(-58px, -4vw, -30px);
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(201, 168, 106, 0.55), transparent);
}

.purpose-panel__copy p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.86;
}

.purpose-panel__copy p:first-child::first-letter {
  margin-right: 7px;
  float: left;
  color: #e1c078;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.8;
}

.purpose-panel__copy .leadership-link {
  width: fit-content;
  margin-top: 14px;
}

.about-values-section {
  background:
    radial-gradient(circle at 50% 8%, rgba(42, 76, 120, 0.18), transparent 32%),
    linear-gradient(180deg, #0d0e11, #08090a);
}

.about-values-heading {
  max-width: 980px;
  margin-bottom: clamp(54px, 8vw, 92px);
}

.company-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.company-value {
  position: relative;
  isolation: isolate;
  min-height: 330px;
  overflow: hidden;
  padding: clamp(34px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(28, 31, 38, 0.97), rgba(8, 9, 11, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.18);
  border-radius: 22px;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 430ms ease,
    transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.company-value::before {
  position: absolute;
  top: -120px;
  right: -110px;
  width: 300px;
  height: 300px;
  content: "";
  opacity: 0.34;
  background: radial-gradient(circle, rgba(50, 88, 137, 0.3), transparent 68%);
  border-radius: 50%;
  transition:
    opacity 350ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.company-value:hover {
  --surface-lift: -8px;
  border-color: rgba(201, 168, 106, 0.52);
  box-shadow:
    0 40px 88px rgba(0, 0, 0, 0.42),
    0 0 38px rgba(201, 168, 106, 0.07);
}

.company-value:hover::before {
  opacity: 0.52;
  transform: scale(1.12);
}

.company-value__number {
  position: absolute;
  top: 22px;
  right: 26px;
  color: rgba(201, 168, 106, 0.2);
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(4.8rem, 8vw, 7.7rem);
  line-height: 1;
}

.company-value h3 {
  position: relative;
  z-index: 2;
  max-width: 420px;
  color: #f3f3f4;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.company-value p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.72;
}

.company-value--featured {
  min-height: 360px;
  grid-column: span 3;
  padding-right: clamp(38px, 33vw, 460px);
  background:
    radial-gradient(circle at 88% 48%, rgba(201, 168, 106, 0.17), transparent 27%),
    linear-gradient(125deg, rgba(33, 37, 46, 0.98), rgba(7, 8, 10, 0.99));
}

.company-value--featured::after {
  position: absolute;
  top: 50%;
  right: clamp(46px, 9vw, 130px);
  width: clamp(150px, 18vw, 250px);
  aspect-ratio: 1;
  content: "JHG";
  display: grid;
  place-items: center;
  color: rgba(228, 200, 136, 0.26);
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: 50%;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(3rem, 6vw, 6rem);
  transform: translateY(-50%);
}

.company-value--featured h3 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

.company-value--featured p {
  max-width: 820px;
}

@keyframes about-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 96px 192px;
  }
}

@keyframes about-orbit {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes about-beam {
  from {
    opacity: 0.04;
    transform: translateX(-18%) rotate(-23deg) scaleX(0.78);
  }
  to {
    opacity: 0.14;
    transform: translateX(24%) rotate(-17deg) scaleX(1.12);
  }
}

@keyframes purpose-line {
  0%,
  100% {
    opacity: 0.14;
    transform: scaleY(0.7);
  }
  50% {
    opacity: 0.46;
    transform: scaleY(1);
  }
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 94px);
}

.split--reverse .split-copy {
  order: 2;
}

.split-copy > :last-child {
  margin-bottom: 0;
}

.who-we-are-copy {
  max-width: 980px;
}

.photo-slot {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  --photo: none;
  position: relative;
  min-height: 440px;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: flex-end;
  color: var(--light);
  background-color: var(--navy);
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.88)),
    var(--photo);
  background-position: center;
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition:
    background-size 900ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-slot:hover {
  --surface-lift: -7px;
  background-size: 108%;
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.48);
}

.photo-slot::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(201, 168, 106, 0.42);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
}

.photo-slot figcaption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 42px;
}

.photo-slot strong,
.photo-slot small {
  display: block;
}

.photo-slot strong {
  margin-bottom: 4px;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: 1.4rem;
}

.photo-slot small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: 0.6px;
}

.mission {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 82px);
  background: var(--dark);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: calc(var(--radius) + 8px);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mission:hover {
  --surface-lift: -5px;
  border-color: rgba(201, 168, 106, 0.34);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.45);
}

.mission::after {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 340px;
  height: 340px;
  content: "";
  background: rgba(36, 72, 122, 0.28);
  border-radius: 50%;
  filter: blur(2px);
  animation: mission-orbit 9s ease-in-out infinite alternate;
}

.mission > * {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

@keyframes mission-orbit {
  0% {
    transform: translate3d(-20px, -12px, 0) scale(0.9);
  }
  100% {
    transform: translate3d(28px, 22px, 0) scale(1.12);
  }
}

.hero--clients {
  background-position:
    center,
    center 52%;
}

.hero--editorial {
  min-height: clamp(620px, 72vh, 820px);
  background-position:
    center,
    center 48%;
}

.hero--editorial::before {
  background:
    linear-gradient(90deg, rgba(4, 4, 5, 0.86) 0%, rgba(4, 4, 5, 0.54) 48%, rgba(4, 4, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62));
}

.luxury-editorial {
  position: relative;
  margin-bottom: clamp(100px, 12vw, 170px);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.72fr);
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.luxury-editorial::before {
  position: absolute;
  inset: -22px;
  z-index: -1;
  content: "";
  opacity: 0.7;
  background:
    radial-gradient(circle at 12% 8%, rgba(218, 187, 115, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 54%);
  border: 1px solid rgba(218, 187, 115, 0.12);
  border-radius: 36px;
}

.luxury-editorial__photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0b0c0f;
  border: 1px solid rgba(218, 187, 115, 0.28);
  border-radius: 24px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.4);
}

.luxury-editorial__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.luxury-editorial__photo--feature {
  min-height: clamp(470px, 52vw, 690px);
  grid-row: 1 / 3;
}

.luxury-editorial__photo--detail,
.luxury-editorial__photo--art {
  min-height: clamp(220px, 25vw, 335px);
}

.luxury-editorial__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.luxury-editorial__photo--feature img {
  object-position: center;
}

.luxury-editorial__photo--detail img {
  object-position: center 46%;
}

.luxury-editorial__photo--art img {
  object-position: center;
}

.luxury-editorial__photo:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.025);
}

.luxury-editorial--clients {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.5fr);
}

.luxury-editorial--clients .luxury-editorial__photo--feature {
  grid-column: 2;
  grid-row: 1 / 3;
}

.luxury-editorial--clients .luxury-editorial__photo--art {
  grid-column: 1;
  grid-row: 1;
}

.luxury-editorial--clients .luxury-editorial__photo--detail {
  grid-column: 1;
  grid-row: 2;
}

.clients-experience-section {
  isolation: isolate;
  overflow: hidden;
  color: #f5f5f6;
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 168, 106, 0.09), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(45, 73, 108, 0.16), transparent 34%),
    linear-gradient(180deg, #08090b, #111319 48%, #07080a);
}

.clients-experience-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.clients-experience-vfx__grid {
  position: absolute;
  inset: -8%;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 106, 0.07) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at center, #000 8%, transparent 68%);
  animation: clients-grid-drift 26s linear infinite;
  transform: perspective(1100px) rotateX(66deg) translate3d(0, 16%, 0);
}

.clients-experience-vfx__beam {
  position: absolute;
  top: -20%;
  bottom: -20%;
  width: 13%;
  opacity: 0.14;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.48), transparent);
  filter: blur(20px);
  animation: clients-beam 12s ease-in-out infinite alternate;
  transform: rotate(24deg);
}

.clients-experience-vfx__beam--one {
  left: 8%;
}

.clients-experience-vfx__beam--two {
  right: 4%;
  animation-delay: -5s;
  transform: rotate(-22deg);
}

.clients-experience-vfx__orbit {
  position: absolute;
  top: 31%;
  right: -16%;
  width: min(48vw, 780px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 168, 106, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(201, 168, 106, 0.018),
    0 0 0 128px rgba(201, 168, 106, 0.012);
  animation: clients-orbit 28s linear infinite;
}

.clients-experience-section > .container {
  position: relative;
  z-index: 1;
}

.clients-experience-intro {
  margin-bottom: clamp(54px, 8vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
}

.clients-experience-intro h2 {
  max-width: 950px;
  margin-bottom: 0;
  color: #f7f7f8;
  font-size: clamp(3rem, 5.8vw, 6.6rem);
  line-height: 0.94;
}

.clients-experience-intro__copy {
  padding: 30px 0 4px 34px;
  border-left: 1px solid rgba(201, 168, 106, 0.42);
}

.clients-experience-intro__copy p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.75;
}

.clients-experience-intro__copy p:last-child {
  margin-bottom: 0;
}

.clients-experience-stats {
  margin-bottom: clamp(96px, 12vw, 170px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(201, 168, 106, 0.22);
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
}

.clients-experience-stats article {
  min-height: 180px;
  padding: 32px clamp(24px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.012);
}

.clients-experience-stats article + article {
  border-left: 1px solid rgba(201, 168, 106, 0.18);
}

.clients-experience-stats strong {
  margin-bottom: 10px;
  color: #dabb73;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.2vw, 6rem);
  font-weight: 400;
  line-height: 0.88;
}

.clients-experience-stats span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.client-portfolio {
  position: relative;
  margin-bottom: clamp(110px, 14vw, 190px);
}

.client-portfolio + .client-portfolio::before {
  position: absolute;
  top: clamp(-98px, -7vw, -70px);
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.26), transparent);
}

.client-portfolio__heading {
  margin-bottom: clamp(46px, 7vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
}

.client-portfolio__heading h3 {
  max-width: 900px;
  margin-bottom: 0;
  color: #f4f4f5;
  font-size: clamp(2.5rem, 4.7vw, 5.3rem);
  line-height: 0.96;
}

.client-portfolio__heading > p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.72;
}

.client-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.client-brand-grid--recognition {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.client-brand-card {
  --surface-offset: 0px;
  --surface-lift: 0px;
  position: relative;
  min-width: 0;
  min-height: 380px;
  padding: 18px 18px 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #f5f5f6;
  background:
    linear-gradient(145deg, rgba(31, 36, 44, 0.88), rgba(8, 9, 11, 0.98) 72%),
    #0b0c0f;
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 24px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 450ms ease,
    box-shadow 450ms ease,
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.client-brand-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0;
  background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(222, 190, 124, 0.13), transparent 42%);
  transition: opacity 450ms ease;
  pointer-events: none;
}

.client-brand-card:hover {
  --surface-lift: -8px;
  border-color: rgba(221, 188, 121, 0.48);
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.4),
    0 0 42px rgba(201, 168, 106, 0.055);
}

.client-brand-card:hover::before {
  opacity: 1;
}

.client-brand-card > :not(.surface-shine) {
  position: relative;
  z-index: 1;
}

.client-brand-card__index {
  position: absolute;
  top: 24px;
  right: 25px;
  z-index: 3;
  color: rgba(201, 168, 106, 0.32);
  font-family: var(--display);
  font-size: 2.3rem;
  line-height: 1;
}

.client-brand-card__media {
  position: relative;
  min-height: 230px;
  margin-bottom: 25px;
  padding: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.98), rgba(237, 235, 230, 0.96)),
    #f2f0eb;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.client-brand-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.45) 46%, transparent 62%);
  transform: translateX(-120%);
  transition: opacity 300ms ease;
  pointer-events: none;
}

.client-brand-card:hover .client-brand-card__media::after {
  opacity: 1;
  animation: client-logo-sheen 1s ease;
}

.client-brand-card__media img {
  width: min(100%, 230px);
  max-height: 154px;
  display: block;
  object-fit: contain;
  filter: saturate(0.86) contrast(1.02);
  transition:
    filter 450ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.client-brand-card:hover .client-brand-card__media img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.05);
}

.client-brand-card--dark-media .client-brand-card__media {
  background:
    radial-gradient(circle at 50% 28%, rgba(43, 43, 44, 0.96), rgba(4, 4, 5, 0.98)),
    #090909;
}

.client-brand-card--gold-media .client-brand-card__media {
  background: linear-gradient(145deg, #d9b35d, #f4d98d);
}

.client-brand-card--blue-media .client-brand-card__media {
  background: linear-gradient(145deg, #18385f, #087d8f);
}

.client-brand-card--warm-media .client-brand-card__media {
  background: linear-gradient(145deg, #efe8df, #ded4c8);
}

.client-brand-card h4 {
  margin: 0 8px 7px;
  color: #f4f4f5;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.05;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.client-brand-card > p {
  margin: auto 8px 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.client-portfolio--recognition .client-brand-card {
  min-height: 350px;
}

.client-portfolio--recognition .client-brand-card__media {
  min-height: 205px;
}

.clients-experience-cta {
  --surface-offset: 0px;
  --surface-lift: 0px;
  position: relative;
  min-height: 330px;
  padding: clamp(48px, 7vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 50%, rgba(201, 168, 106, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(28, 34, 43, 0.94), rgba(7, 8, 10, 0.98));
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 30px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.38);
}

.clients-experience-cta::before {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 230px;
  aspect-ratio: 1;
  content: "JHG";
  display: grid;
  place-items: center;
  color: rgba(201, 168, 106, 0.14);
  border: 1px solid rgba(201, 168, 106, 0.14);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 4rem;
  transform: translateY(-50%);
}

.clients-experience-cta > * {
  position: relative;
  z-index: 1;
}

.clients-experience-cta h3 {
  max-width: 760px;
  margin-bottom: 0;
  color: #f5f5f6;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
}

.clients-experience-cta .leadership-link {
  width: fit-content;
  flex: 0 0 auto;
}

@keyframes clients-grid-drift {
  to {
    transform: perspective(1100px) rotateX(66deg) translate3d(86px, calc(16% + 86px), 0);
  }
}

@keyframes clients-beam {
  from {
    opacity: 0.06;
    translate: -24% 0;
  }
  to {
    opacity: 0.18;
    translate: 46% 0;
  }
}

@keyframes clients-orbit {
  to {
    rotate: 360deg;
  }
}

@keyframes client-logo-sheen {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

.hero--awards {
  background-position:
    center,
    center 68%;
}

.awards-showcase-section {
  isolation: isolate;
  overflow: hidden;
  color: #f6f4ef;
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 168, 106, 0.13), transparent 27%),
    radial-gradient(circle at 84% 36%, rgba(37, 63, 98, 0.17), transparent 34%),
    linear-gradient(180deg, #08090b, #111319 48%, #07080a);
}

.awards-showcase-section > .container {
  position: relative;
  z-index: 1;
}

.awards-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.awards-vfx__grid {
  position: absolute;
  inset: -6%;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(218, 187, 115, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 187, 115, 0.075) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at center, #000 4%, transparent 66%);
  transform: perspective(1200px) rotateX(68deg) translate3d(0, 17%, 0);
  animation: awards-grid-drift 30s linear infinite;
}

.awards-vfx__beam {
  position: absolute;
  top: -24%;
  bottom: -24%;
  width: 15%;
  opacity: 0.13;
  background: linear-gradient(90deg, transparent, rgba(220, 183, 105, 0.48), transparent);
  filter: blur(22px);
  transform: rotate(24deg);
  animation: awards-beam 13s ease-in-out infinite alternate;
}

.awards-vfx__beam--one {
  left: 7%;
}

.awards-vfx__beam--two {
  right: 5%;
  animation-delay: -6s;
  transform: rotate(-22deg);
}

.awards-vfx__ring {
  position: absolute;
  border: 1px solid rgba(218, 187, 115, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(218, 187, 115, 0.018),
    0 0 0 116px rgba(218, 187, 115, 0.012);
  animation: awards-ring 32s linear infinite;
}

.awards-vfx__ring--one {
  top: 22%;
  right: -15%;
  width: min(48vw, 760px);
  aspect-ratio: 1;
}

.awards-vfx__ring--two {
  bottom: 8%;
  left: -10%;
  width: min(30vw, 480px);
  aspect-ratio: 1;
  animation-direction: reverse;
}

.awards-intro {
  margin-bottom: clamp(76px, 10vw, 140px);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
}

.awards-intro h2 {
  max-width: 900px;
  margin-bottom: 0;
  color: #f7f5f1;
  font-size: clamp(3.1rem, 5.7vw, 6.4rem);
  line-height: 0.94;
}

.awards-intro__copy {
  padding: 30px 0 4px 34px;
  border-left: 1px solid rgba(218, 187, 115, 0.42);
}

.awards-intro__copy > p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.awards-intro__meta {
  margin-top: 32px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border-top: 1px solid rgba(218, 187, 115, 0.18);
}

.awards-intro__meta span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.61rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.awards-intro__meta strong {
  margin-bottom: 8px;
  display: block;
  color: #ddbf7b;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.award-card {
  --surface-offset: 0px;
  --surface-lift: 0px;
  position: relative;
  min-width: 0;
  min-height: 455px;
  padding: 18px 18px 34px;
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(226, 192, 121, 0.08), transparent 38%),
    linear-gradient(145deg, rgba(31, 36, 44, 0.91), rgba(7, 8, 10, 0.99) 72%);
  border: 1px solid rgba(218, 187, 115, 0.22);
  border-radius: 28px;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    border-color 450ms ease,
    box-shadow 450ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.award-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(130deg, transparent 20%, rgba(230, 199, 133, 0.08), transparent 62%);
  transition: opacity 420ms ease;
  pointer-events: none;
}

.award-card:hover {
  --surface-lift: -9px;
  border-color: rgba(230, 198, 130, 0.52);
  box-shadow:
    0 38px 88px rgba(0, 0, 0, 0.46),
    0 0 46px rgba(201, 168, 106, 0.06);
}

.award-card:hover::before {
  opacity: 1;
}

.award-card > :not(.surface-shine) {
  position: relative;
  z-index: 1;
}

.award-card--wide {
  grid-column: span 7;
}

.award-card--featured {
  grid-column: span 5;
}

.award-card--compact {
  min-height: 405px;
  grid-column: span 5;
}

.award-card--wide.award-card--compact {
  grid-column: span 7;
}

.award-card--lux-life {
  grid-column: span 12;
  min-height: 520px;
  background:
    radial-gradient(circle at 18% 14%, rgba(245, 213, 131, 0.13), transparent 31%),
    radial-gradient(circle at 82% 24%, rgba(88, 124, 156, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(33, 31, 27, 0.98), rgba(4, 4, 6, 0.99) 70%);
}

.award-card__number {
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 3;
  color: rgba(218, 187, 115, 0.34);
  font-family: var(--display);
  font-size: 2.7rem;
  line-height: 1;
}

.award-card__media {
  position: relative;
  min-height: 290px;
  margin-bottom: 28px;
  padding: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.99), rgba(236, 233, 226, 0.96)),
    #f3f0ea;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 19px;
}

.award-card__media--split {
  min-height: 330px;
  grid-template-columns: minmax(130px, 0.82fr) minmax(220px, 1.48fr);
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(18px, 2.8vw, 34px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 245, 205, 0.98), rgba(241, 232, 212, 0.96) 42%, rgba(202, 170, 102, 0.22)),
    linear-gradient(135deg, rgba(251, 246, 235, 0.98), rgba(219, 198, 157, 0.48));
}

.award-card__media--split img {
  width: 100%;
  max-width: none;
  max-height: 270px;
  border-radius: 16px;
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(120, 86, 31, 0.18);
}

.award-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.52) 47%, transparent 64%);
  transform: translateX(-120%);
  pointer-events: none;
}

.award-card:hover .award-card__media::after {
  opacity: 1;
  animation: award-logo-sheen 1.05s ease;
}

.award-card__media img {
  width: min(100%, 300px);
  max-height: 205px;
  display: block;
  object-fit: contain;
  filter: saturate(0.88) contrast(1.02);
  transition:
    filter 450ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.award-card--wide .award-card__media img {
  width: min(100%, 390px);
}

.award-card:hover .award-card__media img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.045);
}

.award-card--dark-media .award-card__media {
  background:
    radial-gradient(circle at 50% 30%, rgba(45, 44, 43, 0.96), rgba(4, 4, 5, 0.99)),
    #080808;
}

.award-card__media--cool {
  background:
    radial-gradient(circle at 50% 26%, rgba(240, 245, 251, 0.99), rgba(218, 226, 236, 0.97)),
    #e6ebf1;
}

.award-card--compact .award-card__media {
  min-height: 245px;
}

.award-card__copy {
  margin: auto 12px 0;
}

.award-card__copy > p {
  margin-bottom: 9px;
  color: #d1ae68;
  font-size: 0.61rem;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.award-card__copy h3 {
  max-width: 620px;
  margin-bottom: 0;
  color: #f5f3ee;
  font-size: clamp(1.7rem, 2.7vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.award-card__description {
  max-width: 850px;
  margin-top: 16px;
  color: rgba(245, 243, 238, 0.72);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.75;
}

.awards-cta {
  --surface-offset: 0px;
  --surface-lift: 0px;
  position: relative;
  min-height: 350px;
  margin-top: clamp(100px, 13vw, 180px);
  padding: clamp(48px, 7vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 50%, rgba(218, 187, 115, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(29, 35, 44, 0.96), rgba(7, 8, 10, 0.99));
  border: 1px solid rgba(218, 187, 115, 0.32);
  border-radius: 32px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.4);
}

.awards-cta::before {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 240px;
  aspect-ratio: 1;
  content: "07";
  display: grid;
  place-items: center;
  color: rgba(218, 187, 115, 0.13);
  border: 1px solid rgba(218, 187, 115, 0.14);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 5rem;
  transform: translateY(-50%);
}

.awards-cta > * {
  position: relative;
  z-index: 1;
}

.awards-cta h3 {
  max-width: 760px;
  margin-bottom: 0;
  color: #f6f4ef;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
}

.awards-cta .leadership-link {
  width: fit-content;
  flex: 0 0 auto;
}

@keyframes awards-grid-drift {
  to {
    transform: perspective(1200px) rotateX(68deg) translate3d(92px, calc(17% + 92px), 0);
  }
}

@keyframes awards-beam {
  from {
    opacity: 0.05;
    translate: -25% 0;
  }
  to {
    opacity: 0.17;
    translate: 48% 0;
  }
}

@keyframes awards-ring {
  to {
    rotate: 360deg;
  }
}

@keyframes award-logo-sheen {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.home-services-actions {
  margin-top: clamp(42px, 6vw, 72px);
  display: flex;
  justify-content: center;
}

.home-services-actions .leadership-link {
  width: fit-content;
  min-width: min(100%, 270px);
}

.service-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
}

.service-card h3 {
  margin-bottom: 16px;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.service-card p {
  margin-bottom: 28px;
  line-height: 1.72;
}

.service-card .button {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: auto;
}

.section--dark .service-card {
  background:
    linear-gradient(145deg, rgba(28, 49, 80, 0.24), transparent 52%),
    #111113;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.section--dark .service-card p {
  color: rgba(255, 255, 255, 0.65);
}

.service-card--food {
  isolation: isolate;
  color: #f7f7f8;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.12), rgba(5, 6, 8, 0.98) 76%),
    #090a0c;
  border-color: rgba(201, 168, 106, 0.34);
}

.service-card--food::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.03), rgba(5, 6, 8, 0.97) 72%),
    url("img/food-beverage.jpg") center 36% / cover;
  opacity: 0.68;
  filter: saturate(0.76) contrast(1.05);
  transition:
    opacity 500ms ease,
    filter 500ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.03);
  pointer-events: none;
}

.service-card--food:hover::after {
  opacity: 0.82;
  filter: saturate(0.94) contrast(1.06);
  transform: scale(1.075);
}

.service-card--food > :not(.surface-shine):not(.food-card__image) {
  position: relative;
  z-index: 2;
}

.service-card--food .card-kicker {
  color: #e6c77e;
}

.service-card--food p {
  color: rgba(255, 255, 255, 0.76);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.food-card__image {
  width: 100%;
  min-height: 126px;
  margin-bottom: 24px;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.service-card--business {
  isolation: isolate;
  color: #f7f7f8;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.12), rgba(5, 6, 8, 0.98) 76%),
    #0a0b0e;
  border-color: rgba(201, 168, 106, 0.34);
}

.service-card--business::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.05), rgba(5, 6, 8, 0.96) 72%),
    url("img/business-development.jpg") center 34% / cover;
  opacity: 0.64;
  filter: saturate(0.76) contrast(1.06);
  transition:
    opacity 500ms ease,
    filter 500ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.03);
  pointer-events: none;
}

.service-card--business:hover::after {
  opacity: 0.78;
  filter: saturate(0.92) contrast(1.08);
  transform: scale(1.08);
}

.service-card--business > :not(.surface-shine):not(.business-card__image) {
  position: relative;
  z-index: 2;
}

.service-card--business .card-kicker {
  color: #e6c77e;
}

.service-card--business p {
  color: rgba(255, 255, 255, 0.76);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.business-card__image {
  width: 100%;
  min-height: 126px;
  margin-bottom: 24px;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.service-card--wholesale {
  isolation: isolate;
  color: #f5f5f6;
  background:
    linear-gradient(180deg, rgba(4, 4, 5, 0.3), rgba(5, 5, 6, 0.97) 75%),
    #0a090a;
  border-color: rgba(201, 168, 106, 0.38);
}

.service-card--wholesale::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 7, 8, 0.04), rgba(7, 7, 8, 0.96) 70%),
    url("img/jhg-wholesale-division.jpg") center 28% / cover;
  opacity: 0.62;
  filter: saturate(0.8) contrast(1.08);
  transition:
    opacity 500ms ease,
    filter 500ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.03);
  pointer-events: none;
}

.service-card--wholesale:hover::after {
  opacity: 0.75;
  filter: saturate(0.92) contrast(1.08);
  transform: scale(1.08);
}

.service-card--wholesale > :not(.surface-shine):not(.wholesale-card__image) {
  position: relative;
  z-index: 2;
}

.service-card--wholesale .card-kicker {
  color: #e6c77e;
}

.service-card--wholesale p {
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

.wholesale-card__image {
  width: 100%;
  min-height: 126px;
  margin-bottom: 24px;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.service-card--hospitality,
.service-card--aviation,
.service-card--engineering {
  isolation: isolate;
  color: #f7f7f8;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.98) 76%),
    #090a0c;
  border-color: rgba(201, 168, 106, 0.34);
}

.service-card--hospitality::after,
.service-card--aviation::after,
.service-card--engineering::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0.67;
  filter: saturate(0.7) contrast(1.08);
  transition:
    opacity 500ms ease,
    filter 500ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.03);
  pointer-events: none;
}

.service-card--hospitality::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.02), rgba(5, 6, 8, 0.98) 72%),
    url("img/hospitality-management-resort.webp") center 40% / cover;
}

.service-card--aviation::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.98) 72%),
    url("img/aviation-hangar.webp") center 42% / cover;
}

.service-card--engineering::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.98) 72%),
    url("img/engineering-osmosis.webp") center 42% / cover;
}

.service-card--hospitality:hover::after,
.service-card--aviation:hover::after,
.service-card--engineering:hover::after {
  opacity: 0.82;
  filter: saturate(0.88) contrast(1.08);
  transform: scale(1.075);
}

.service-card--hospitality > :not(.surface-shine):not(.core-card__image),
.service-card--aviation > :not(.surface-shine):not(.core-card__image),
.service-card--engineering > :not(.surface-shine):not(.core-card__image) {
  position: relative;
  z-index: 2;
}

.service-card--hospitality .card-kicker,
.service-card--aviation .card-kicker,
.service-card--engineering .card-kicker {
  color: #e6c77e;
}

.service-card--hospitality p,
.service-card--aviation p,
.service-card--engineering p {
  color: rgba(255, 255, 255, 0.76);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.core-card__image {
  width: 100%;
  min-height: 126px;
  margin-bottom: 24px;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.core-service-section {
  isolation: isolate;
  scroll-margin-top: var(--header-height);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 168, 106, 0.09), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(42, 66, 99, 0.18), transparent 35%),
    linear-gradient(180deg, #07080a, #111318 52%, #07080a);
}

.core-service-section--aviation {
  background:
    radial-gradient(circle at 82% 16%, rgba(49, 85, 132, 0.22), transparent 34%),
    radial-gradient(circle at 14% 78%, rgba(201, 168, 106, 0.08), transparent 30%),
    linear-gradient(180deg, #08090b, #10141a 50%, #07080a);
}

.core-service-section--engineering {
  background:
    radial-gradient(circle at 18% 24%, rgba(55, 69, 88, 0.2), transparent 32%),
    radial-gradient(circle at 86% 70%, rgba(201, 168, 106, 0.1), transparent 31%),
    linear-gradient(180deg, #07080a, #121317 52%, #07080a);
}

.core-service-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.core-service-vfx__grid {
  position: absolute;
  inset: -18%;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 106, 0.08) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at center, #000 16%, transparent 70%);
  animation: core-service-grid 20s linear infinite;
  transform: perspective(900px) rotateX(64deg) translate3d(0, 18%, 0);
}

.core-service-vfx__beam {
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: 14%;
  width: 16%;
  opacity: 0.18;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.48), transparent);
  filter: blur(18px);
  animation: core-service-beam 11s ease-in-out infinite alternate;
  transform: rotate(22deg);
}

.core-service-section--aviation .core-service-vfx__beam {
  right: 16%;
  left: auto;
  background: linear-gradient(90deg, transparent, rgba(81, 128, 187, 0.42), transparent);
  transform: rotate(-24deg);
}

.core-service-vfx__halo {
  position: absolute;
  top: 50%;
  right: -15%;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 168, 106, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(201, 168, 106, 0.025),
    0 0 0 96px rgba(201, 168, 106, 0.018);
  animation: core-service-orbit 22s linear infinite;
  transform: translateY(-50%);
}

.core-service-section--aviation .core-service-vfx__halo {
  right: auto;
  left: -18%;
  border-color: rgba(102, 151, 208, 0.2);
  box-shadow:
    0 0 0 42px rgba(66, 112, 166, 0.03),
    0 0 0 96px rgba(66, 112, 166, 0.02);
}

.core-service-section > .container {
  position: relative;
  z-index: 1;
}

.core-service-showcase {
  --surface-offset: 0px;
  --surface-lift: 0px;
  position: relative;
  min-height: 720px;
  padding: clamp(28px, 4.2vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
  overflow: hidden;
  color: #f6f6f7;
  background:
    linear-gradient(145deg, rgba(33, 39, 49, 0.82), rgba(8, 9, 11, 0.96) 68%),
    #0d0f13;
  border: 1px solid rgba(201, 168, 106, 0.28);
  border-radius: 34px;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    border-color 450ms ease,
    box-shadow 450ms ease,
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.core-service-showcase::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0.55;
  background:
    linear-gradient(110deg, rgba(201, 168, 106, 0.08), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(63, 100, 145, 0.14), transparent 28%);
  pointer-events: none;
}

.core-service-showcase:hover {
  --surface-lift: -7px;
  border-color: rgba(223, 190, 124, 0.5);
  box-shadow:
    0 54px 130px rgba(0, 0, 0, 0.5),
    0 0 54px rgba(201, 168, 106, 0.05);
}

.core-service-showcase > :not(.surface-shine) {
  position: relative;
  z-index: 1;
}

.core-service-showcase--reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.core-service-showcase--reverse .core-service-gallery {
  order: 2;
}

.core-service-showcase--reverse .core-service-content {
  order: 1;
}

.core-service-gallery {
  position: relative;
  min-width: 0;
  min-height: 610px;
  perspective: 1200px;
}

.core-service-frame {
  position: absolute;
  overflow: hidden;
  background: #090a0c;
  border: 1px solid rgba(201, 168, 106, 0.36);
  border-radius: 24px;
  box-shadow:
    0 34px 76px rgba(0, 0, 0, 0.5),
    0 0 0 9px rgba(255, 255, 255, 0.018);
  transition:
    border-color 450ms ease,
    box-shadow 450ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.core-service-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 52%, rgba(4, 5, 7, 0.84)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 28%);
  pointer-events: none;
}

.core-service-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.05);
  transition:
    filter 650ms ease,
    transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.core-service-frame figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--display);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  letter-spacing: 0.02em;
}

.core-service-frame--primary {
  top: 0;
  left: 0;
  width: 84%;
  aspect-ratio: 4 / 3;
  transform: rotateY(4deg) rotateZ(-1.2deg);
}

.core-service-frame--secondary {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 42%;
  aspect-ratio: 3 / 4;
  transform: rotateY(-5deg) rotateZ(2deg);
}

.core-service-gallery--aviation .core-service-frame--primary {
  right: 0;
  left: auto;
  width: 86%;
  transform: rotateY(-4deg) rotateZ(1deg);
}

.core-service-gallery--aviation .core-service-frame--secondary {
  right: auto;
  left: 0;
  width: 58%;
  aspect-ratio: 4 / 3;
  transform: rotateY(5deg) rotateZ(-2deg);
}

.core-service-gallery--engineering {
  display: flex;
  align-items: center;
}

.core-service-frame--engineering {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  transform: rotateY(3deg) rotateZ(-1deg);
}

.core-service-index {
  position: absolute;
  right: -4%;
  bottom: 1%;
  z-index: 3;
  width: clamp(150px, 16vw, 230px);
  aspect-ratio: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(229, 198, 130, 0.78);
  background: rgba(8, 9, 11, 0.86);
  border: 1px solid rgba(201, 168, 106, 0.36);
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
}

.core-service-index span {
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.82;
}

.core-service-index strong {
  margin-top: 14px;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.core-service-showcase:hover .core-service-frame {
  border-color: rgba(226, 194, 128, 0.52);
}

.core-service-showcase:hover .core-service-frame img {
  filter: saturate(0.94) contrast(1.06);
  transform: scale(1.045);
}

.core-service-content {
  min-width: 0;
}

.core-service-content .eyebrow {
  margin-bottom: 20px;
  color: #d8b96f;
}

.core-service-content h2 {
  max-width: 720px;
  margin-bottom: 30px;
  color: #f7f7f8;
  font-size: clamp(3.2rem, 5.7vw, 6.6rem);
  line-height: 0.88;
  overflow-wrap: anywhere;
}

.core-service-lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.82;
}

.core-service-lead::first-letter {
  float: left;
  margin: 0.04em 0.12em 0 0;
  color: #e7c772;
  font-family: var(--display);
  font-size: 4.8em;
  line-height: 0.82;
}

.core-service-standards {
  margin: 34px 0 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.core-service-standards span {
  min-height: 38px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.core-service-content .leadership-link {
  width: fit-content;
}

@keyframes core-service-grid {
  from {
    transform: perspective(900px) rotateX(64deg) translate3d(0, 18%, 0);
  }
  to {
    transform: perspective(900px) rotateX(64deg) translate3d(78px, calc(18% + 78px), 0);
  }
}

@keyframes core-service-beam {
  from {
    opacity: 0.08;
    translate: -12% 0;
  }
  to {
    opacity: 0.22;
    translate: 42% 0;
  }
}

@keyframes core-service-orbit {
  to {
    rotate: 360deg;
  }
}

.food-beverage-section {
  isolation: isolate;
  scroll-margin-top: var(--header-height);
  background:
    radial-gradient(circle at 18% 26%, rgba(49, 74, 108, 0.16), transparent 34%),
    radial-gradient(circle at 84% 74%, rgba(201, 168, 106, 0.11), transparent 32%),
    linear-gradient(180deg, #08090b, #121419 52%, #08090b);
}

.food-beverage-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.food-beverage-vfx__mesh {
  position: absolute;
  inset: 18% -12% -24%;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 125, 169, 0.07) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, #000 30%, transparent 92%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, transparent 92%);
  transform: perspective(820px) rotateX(70deg) scale(1.35);
  transform-origin: center 72%;
  animation: food-mesh-drift 24s linear infinite;
}

.food-beverage-vfx__beam {
  position: absolute;
  top: -24%;
  left: 4%;
  width: clamp(230px, 28vw, 470px);
  height: 92%;
  opacity: 0.11;
  background: linear-gradient(90deg, transparent, rgba(224, 199, 143, 0.2), transparent);
  filter: blur(16px);
  transform: rotate(-18deg);
  animation: food-beam-drift 14s ease-in-out infinite alternate;
}

.food-beverage-vfx__glow {
  position: absolute;
  right: -9%;
  bottom: 6%;
  width: min(43vw, 620px);
  aspect-ratio: 1;
  opacity: 0.16;
  background: radial-gradient(circle, rgba(67, 103, 152, 0.3), transparent 68%);
  border-radius: 50%;
  animation: food-glow-breathe 9s ease-in-out infinite alternate;
}

.food-beverage-showcase {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(29, 32, 39, 0.98), rgba(7, 8, 10, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 30px;
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.56),
    0 0 64px rgba(49, 77, 116, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform-style: preserve-3d;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.food-beverage-showcase:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.62);
  box-shadow:
    0 60px 140px rgba(0, 0, 0, 0.62),
    0 0 62px rgba(201, 168, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.food-beverage-cover {
  position: relative;
  min-height: clamp(470px, 51vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #0b0c0f;
  transform: translateZ(24px);
}

.food-beverage-cover::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 5, 7, 0.74), rgba(4, 5, 7, 0.12) 62%, rgba(4, 5, 7, 0.22)),
    linear-gradient(180deg, rgba(5, 6, 8, 0.04) 38%, rgba(5, 6, 8, 0.92) 100%);
  pointer-events: none;
}

.food-beverage-cover::after {
  position: absolute;
  inset: 16px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(240, 215, 154, 0.25);
  border-radius: 20px;
  box-shadow: inset 0 0 44px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.food-beverage-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04) brightness(0.86);
  transition:
    filter 700ms ease,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.015);
}

.food-beverage-showcase:hover .food-beverage-cover img {
  filter: saturate(0.96) contrast(1.05) brightness(0.92);
  transform: scale(1.045);
}

.food-beverage-cover__line {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: clamp(30px, 5vw, 72px);
  z-index: 3;
  width: 1px;
  background: linear-gradient(180deg, transparent, #dfbd72 24%, rgba(223, 189, 114, 0.18) 76%, transparent);
  box-shadow: 0 0 18px rgba(201, 168, 106, 0.28);
}

.food-beverage-cover__sheen {
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: -34%;
  z-index: 2;
  width: 18%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 241, 207, 0.17), transparent);
  filter: blur(4px);
  transform: rotate(16deg);
  pointer-events: none;
}

.food-beverage-showcase:hover .food-beverage-cover__sheen {
  animation: food-cover-sheen 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.food-beverage-cover figcaption {
  position: absolute;
  right: clamp(34px, 6vw, 86px);
  bottom: clamp(38px, 7vw, 88px);
  left: clamp(58px, 9vw, 124px);
  z-index: 3;
  max-width: 980px;
  transform: translateZ(40px);
}

.food-beverage-cover figcaption .eyebrow {
  color: #e2c47e;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.food-beverage-cover h2 {
  max-width: 980px;
  margin: 0;
  color: #f8f8f9;
  font-size: clamp(4rem, 8.8vw, 8.4rem);
  line-height: 0.9;
  text-shadow:
    0 6px 36px rgba(0, 0, 0, 0.72),
    0 0 42px rgba(201, 168, 106, 0.08);
}

.food-beverage-body {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(290px, 0.62fr);
  gap: clamp(38px, 6vw, 82px);
  padding: clamp(48px, 7vw, 92px);
  background:
    radial-gradient(circle at 92% 12%, rgba(201, 168, 106, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(24, 27, 34, 0.98), rgba(7, 8, 10, 0.99));
  border-top: 1px solid rgba(201, 168, 106, 0.24);
  transform: translateZ(34px);
}

.food-beverage-copy {
  min-width: 0;
}

.food-beverage-copy p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.food-beverage-copy p::first-letter {
  margin-right: 7px;
  float: left;
  color: #e1c078;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.78;
  text-shadow: 0 0 26px rgba(201, 168, 106, 0.2);
}

.food-beverage-highlight {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  padding: clamp(34px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(145deg, rgba(45, 52, 65, 0.62), rgba(9, 10, 13, 0.95));
  border: 1px solid rgba(201, 168, 106, 0.32);
  border-radius: 22px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.food-beverage-highlight::before {
  position: absolute;
  top: -54%;
  right: -38%;
  width: 270px;
  height: 270px;
  content: "";
  background: radial-gradient(circle, rgba(201, 168, 106, 0.24), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.food-beverage-highlight__kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  color: #d9b96f;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.food-beverage-highlight strong {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  color: #f4f4f5;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 500;
  line-height: 1.08;
}

.food-beverage-highlight .leadership-link {
  position: relative;
  z-index: 1;
}

@keyframes food-mesh-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 92px 184px;
  }
}

@keyframes food-beam-drift {
  from {
    opacity: 0.05;
    transform: translateX(-14%) rotate(-21deg) scaleX(0.8);
  }
  to {
    opacity: 0.15;
    transform: translateX(22%) rotate(-16deg) scaleX(1.12);
  }
}

@keyframes food-glow-breathe {
  from {
    opacity: 0.1;
    transform: scale(0.92);
  }
  to {
    opacity: 0.19;
    transform: scale(1.06);
  }
}

@keyframes food-cover-sheen {
  0% {
    left: -34%;
    opacity: 0;
  }
  26% {
    opacity: 0.7;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

.business-development-section {
  isolation: isolate;
  scroll-margin-top: var(--header-height);
  background:
    radial-gradient(circle at 16% 26%, rgba(39, 63, 101, 0.18), transparent 32%),
    radial-gradient(circle at 82% 68%, rgba(201, 168, 106, 0.12), transparent 30%),
    linear-gradient(180deg, #07080a, #111318 50%, #08090b);
}

.business-development-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.business-development-vfx__grid {
  position: absolute;
  inset: 12% -18% -32%;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 126, 164, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, transparent, #000 26%, transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 26%, transparent 88%);
  transform: perspective(780px) rotateX(68deg) scale(1.4);
  transform-origin: center 70%;
  animation: business-grid-drift 18s linear infinite;
}

.business-development-vfx__beam {
  position: absolute;
  top: -26%;
  left: 8%;
  width: clamp(240px, 32vw, 560px);
  height: 105%;
  opacity: 0.14;
  background: linear-gradient(90deg, transparent, rgba(240, 215, 154, 0.22), transparent);
  filter: blur(24px);
  mix-blend-mode: screen;
  transform: rotate(-20deg);
  animation: business-beam 10s ease-in-out infinite alternate;
}

.business-development-vfx__orbit {
  position: absolute;
  top: 8%;
  right: -16%;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  opacity: 0.2;
  border: 1px solid rgba(201, 168, 106, 0.38);
  border-right-color: transparent;
  border-bottom-color: rgba(97, 127, 169, 0.12);
  border-radius: 50%;
  animation: business-orbit 28s linear infinite;
}

.business-development-vfx__flare {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #f5d889;
  border-radius: 50%;
  box-shadow:
    0 0 12px #f5d889,
    0 0 36px rgba(201, 168, 106, 0.72);
  animation: business-flare 4.6s ease-in-out infinite;
}

.business-development-vfx__flare--one {
  top: 25%;
  left: 8%;
}

.business-development-vfx__flare--two {
  right: 10%;
  bottom: 18%;
  animation-delay: -2.2s;
}

.business-development-showcase {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(29, 32, 39, 0.98), rgba(7, 8, 10, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 30px;
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.56),
    0 0 70px rgba(45, 73, 112, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform-style: preserve-3d;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.business-development-showcase:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.62);
  box-shadow:
    0 60px 140px rgba(0, 0, 0, 0.62),
    0 0 68px rgba(201, 168, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.business-development-cover {
  position: relative;
  min-height: clamp(470px, 51vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #0b0c0f;
  transform: translateZ(24px);
}

.business-development-cover::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 5, 7, 0.83), rgba(4, 5, 7, 0.2) 58%, rgba(4, 5, 7, 0.28)),
    linear-gradient(180deg, rgba(5, 6, 8, 0.08) 38%, rgba(5, 6, 8, 0.92) 100%);
  pointer-events: none;
}

.business-development-cover::after {
  position: absolute;
  inset: 16px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(240, 215, 154, 0.25);
  border-radius: 20px;
  box-shadow: inset 0 0 44px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.business-development-cover img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04) brightness(0.88);
  transition:
    filter 700ms ease,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.015);
}

.business-development-showcase:hover .business-development-cover img {
  filter: saturate(0.96) contrast(1.06) brightness(0.93);
  transform: scale(1.045);
}

.business-development-cover__line {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: clamp(30px, 5vw, 72px);
  z-index: 3;
  width: 1px;
  background: linear-gradient(180deg, transparent, #dfbd72 24%, rgba(223, 189, 114, 0.18) 76%, transparent);
  box-shadow: 0 0 18px rgba(201, 168, 106, 0.28);
}

.business-development-cover__sheen {
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: -34%;
  z-index: 2;
  width: 18%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 241, 207, 0.18), transparent);
  filter: blur(4px);
  transform: rotate(16deg);
  pointer-events: none;
}

.business-development-showcase:hover .business-development-cover__sheen {
  animation: business-cover-sheen 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.business-development-cover figcaption {
  position: absolute;
  right: clamp(34px, 6vw, 86px);
  bottom: clamp(38px, 7vw, 88px);
  left: clamp(58px, 9vw, 124px);
  z-index: 3;
  max-width: 980px;
  transform: translateZ(40px);
}

.business-development-cover figcaption .eyebrow {
  color: #e2c47e;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.business-development-cover h2 {
  max-width: 980px;
  margin: 0;
  color: #f8f8f9;
  font-size: clamp(4rem, 8.8vw, 8.4rem);
  line-height: 0.9;
  text-shadow:
    0 6px 36px rgba(0, 0, 0, 0.72),
    0 0 42px rgba(201, 168, 106, 0.08);
}

.business-development-body {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(290px, 0.62fr);
  gap: clamp(38px, 6vw, 82px);
  padding: clamp(48px, 7vw, 92px);
  background:
    radial-gradient(circle at 92% 12%, rgba(201, 168, 106, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(24, 27, 34, 0.98), rgba(7, 8, 10, 0.99));
  border-top: 1px solid rgba(201, 168, 106, 0.24);
  transform: translateZ(34px);
}

.business-development-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 24px;
}

.business-development-copy p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.business-development-copy p:first-child::first-letter {
  margin-right: 7px;
  float: left;
  color: #e1c078;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.78;
  text-shadow: 0 0 26px rgba(201, 168, 106, 0.2);
}

.business-development-guarantee {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  padding: clamp(34px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(45, 52, 65, 0.62), rgba(9, 10, 13, 0.95));
  border: 1px solid rgba(201, 168, 106, 0.32);
  border-radius: 22px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.business-development-guarantee::before {
  position: absolute;
  top: -54%;
  right: -38%;
  width: 270px;
  height: 270px;
  content: "";
  background: radial-gradient(circle, rgba(201, 168, 106, 0.24), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.business-development-guarantee__kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  color: #d9b96f;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.business-development-guarantee strong {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  color: #f4f4f5;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 500;
  line-height: 1.08;
}

.business-development-guarantee .leadership-link {
  position: relative;
  z-index: 1;
}

@keyframes business-grid-drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 86px 172px;
  }
}

@keyframes business-beam {
  0% {
    opacity: 0.06;
    transform: translateX(-18%) rotate(-24deg) scaleX(0.72);
  }
  100% {
    opacity: 0.2;
    transform: translateX(24%) rotate(-17deg) scaleX(1.16);
  }
}

@keyframes business-orbit {
  0% {
    transform: rotate(0) scale(0.92);
  }
  50% {
    transform: rotate(180deg) scale(1.06);
  }
  100% {
    transform: rotate(360deg) scale(0.92);
  }
}

@keyframes business-flare {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.62);
  }
  50% {
    opacity: 1;
    transform: scale(1.32);
  }
}

@keyframes business-cover-sheen {
  0% {
    left: -34%;
    opacity: 0;
  }
  26% {
    opacity: 0.7;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

.wholesale-section {
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 36%, rgba(201, 168, 106, 0.11), transparent 34%),
    linear-gradient(180deg, #09090a, #101012 54%, #09090a);
}

.wholesale-vfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.wholesale-vfx::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(201, 168, 106, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 106, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
  transform: perspective(700px) rotateX(72deg) scale(1.5);
  transform-origin: center 72%;
  animation: wholesale-grid-drift 14s linear infinite;
}

.wholesale-vfx__beam {
  position: absolute;
  top: -16%;
  width: clamp(180px, 22vw, 390px);
  height: 70%;
  opacity: 0.14;
  background: linear-gradient(90deg, transparent, rgba(240, 215, 154, 0.2), transparent);
  filter: blur(18px);
  mix-blend-mode: screen;
}

.wholesale-vfx__beam--one {
  left: 5%;
  transform: rotate(-22deg);
  animation: wholesale-beam-one 11s ease-in-out infinite alternate;
}

.wholesale-vfx__beam--two {
  right: 7%;
  opacity: 0.09;
  transform: rotate(24deg);
  animation: wholesale-beam-two 14s ease-in-out -4s infinite alternate;
}

.wholesale-vfx__ring {
  position: absolute;
  top: 19%;
  right: -12%;
  width: min(50vw, 720px);
  aspect-ratio: 1;
  opacity: 0.18;
  border: 1px solid rgba(201, 168, 106, 0.42);
  border-right-color: transparent;
  border-bottom-color: rgba(201, 168, 106, 0.08);
  border-radius: 50%;
  animation: wholesale-ring 24s linear infinite;
}

.wholesale-vfx__spark {
  position: absolute;
  top: var(--spark-y);
  left: var(--spark-x);
  width: 5px;
  height: 5px;
  background: #fff0bd;
  border-radius: 50%;
  box-shadow:
    0 0 8px #fff0bd,
    0 0 26px rgba(218, 176, 84, 0.86);
  animation: wholesale-spark 4.5s ease-in-out var(--spark-delay) infinite;
}

.wholesale-showcase {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  isolation: isolate;
  min-height: 840px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(350px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  padding: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(145deg, rgba(27, 29, 34, 0.97), rgba(6, 6, 7, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.28);
  border-radius: 30px;
  box-shadow:
    0 46px 110px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform-style: preserve-3d;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wholesale-showcase:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.62);
  box-shadow:
    0 58px 130px rgba(0, 0, 0, 0.6),
    0 0 56px rgba(201, 168, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.wholesale-showcase::before {
  position: absolute;
  top: -220px;
  right: -170px;
  z-index: -1;
  width: 580px;
  height: 580px;
  content: "";
  opacity: 0.35;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.2), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.wholesale-showcase__visual {
  position: relative;
  isolation: isolate;
  width: min(100%, 470px);
  margin: 0 auto;
  transform: translateZ(34px);
}

.wholesale-showcase__visual::before {
  position: absolute;
  inset: -14px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(201, 168, 106, 0.24);
  border-radius: 28px;
  pointer-events: none;
}

.wholesale-showcase__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid rgba(240, 215, 154, 0.24);
  border-radius: 20px;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.52),
    0 0 46px rgba(201, 168, 106, 0.1);
  filter: saturate(0.9) contrast(1.04);
  transition:
    filter 650ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wholesale-showcase:hover .wholesale-showcase__visual img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.02);
}

.wholesale-showcase__orbit {
  position: absolute;
  inset: -5%;
  z-index: 2;
  opacity: 0.48;
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-top-color: rgba(240, 215, 154, 0.76);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(0);
  animation: logo-orbit 14s linear infinite;
  pointer-events: none;
}

.wholesale-showcase__glow {
  position: absolute;
  right: 8%;
  bottom: -34px;
  left: 8%;
  z-index: -1;
  height: 76px;
  opacity: 0.5;
  background: radial-gradient(ellipse, rgba(201, 168, 106, 0.38), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.wholesale-showcase__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-right: clamp(8px, 3vw, 34px);
  transform: translateZ(42px);
}

.wholesale-showcase__content h2 {
  max-width: 700px;
  margin-bottom: 28px;
  color: #f4f4f5;
  font-size: clamp(3.6rem, 6.5vw, 6.8rem);
}

.wholesale-showcase__content > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.8;
}

.wholesale-showcase__content > p:not(.eyebrow):last-child {
  margin-bottom: 0;
}

.wholesale-capabilities {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 4vw, 52px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wholesale-capability {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(38px, 5vw, 68px);
  background:
    radial-gradient(circle at 92% 8%, rgba(201, 168, 106, 0.11), transparent 28%),
    linear-gradient(145deg, rgba(25, 29, 38, 0.97), rgba(8, 8, 10, 0.99));
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: 24px;
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wholesale-capability--wide {
  min-height: 470px;
  grid-column: 1 / -1;
}

.wholesale-capability::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #e0bd6c, transparent);
  transform: scaleX(0);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wholesale-capability::after {
  position: absolute;
  top: -35%;
  left: -70%;
  width: 32%;
  height: 170%;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 239, 194, 0.12), transparent);
  filter: blur(10px);
  transform: rotate(18deg);
  transition:
    left 1s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 350ms ease;
  pointer-events: none;
}

.wholesale-capability:hover {
  --surface-lift: -7px;
  border-color: rgba(240, 215, 154, 0.5);
  box-shadow:
    0 40px 92px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(201, 168, 106, 0.06);
}

.wholesale-capability:hover::before {
  transform: scaleX(1);
}

.wholesale-capability:hover::after {
  left: 130%;
  opacity: 1;
}

.wholesale-capability__index {
  position: absolute;
  top: 20px;
  right: 28px;
  color: rgba(201, 168, 106, 0.16);
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 1;
  pointer-events: none;
}

.wholesale-capability h3 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-bottom: 30px;
  color: #f5f5f6;
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.wholesale-capability ul {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  list-style: none;
}

.wholesale-capability--wide ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(38px, 6vw, 84px);
}

.wholesale-capability li {
  position: relative;
  padding-left: 27px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.wholesale-capability li::before {
  position: absolute;
  top: 0.73em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: linear-gradient(145deg, #f0d79a, #a97d35);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(201, 168, 106, 0.34);
  transform: translateY(-50%);
}

.wholesale-closing {
  --surface-lift: 0px;
  --surface-offset: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  z-index: 1;
  min-height: 500px;
  overflow: hidden;
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1.48fr);
  align-items: stretch;
  background:
    radial-gradient(circle at 72% 22%, rgba(201, 168, 106, 0.12), transparent 32%),
    linear-gradient(145deg, #151518, #070708);
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 26px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
  transform-style: preserve-3d;
  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wholesale-closing:hover {
  --surface-lift: -6px;
  border-color: rgba(240, 215, 154, 0.58);
  box-shadow:
    0 44px 105px rgba(0, 0, 0, 0.54),
    0 0 42px rgba(201, 168, 106, 0.08);
}

.wholesale-closing__mark {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.wholesale-closing__mark::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 42%, #111114 100%);
}

.wholesale-closing__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08);
  transition:
    filter 650ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wholesale-closing:hover .wholesale-closing__mark img {
  filter: saturate(0.94) contrast(1.08);
  transform: scale(1.04);
}

.wholesale-closing__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: clamp(48px, 7vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wholesale-closing__content h3 {
  max-width: 780px;
  margin-bottom: 24px;
  color: #f5f5f6;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
}

.wholesale-closing__content > p:not(.eyebrow) {
  max-width: 820px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

@keyframes wholesale-grid-drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 72px 144px;
  }
}

@keyframes wholesale-beam-one {
  0% {
    opacity: 0.06;
    transform: translateX(-12%) rotate(-25deg) scaleX(0.72);
  }
  100% {
    opacity: 0.2;
    transform: translateX(22%) rotate(-18deg) scaleX(1.15);
  }
}

@keyframes wholesale-beam-two {
  0% {
    opacity: 0.04;
    transform: translateX(15%) rotate(28deg) scaleX(0.66);
  }
  100% {
    opacity: 0.16;
    transform: translateX(-22%) rotate(20deg) scaleX(1.08);
  }
}

@keyframes wholesale-ring {
  0% {
    transform: rotate(0) scale(0.9);
  }
  50% {
    transform: rotate(180deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(0.9);
  }
}

@keyframes wholesale-spark {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.65);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

.button {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  color: #080809;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  transition:
    color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  will-change: auto;
}

.button::before {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -45%;
  width: 34%;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: skewX(-22deg);
}

.button:hover::before,
.button:focus-visible::before {
  animation: button-shine 850ms ease;
}

.button:hover,
.button:focus-visible {
  color: var(--light);
  background: transparent;
  box-shadow: 0 12px 32px rgba(201, 168, 106, 0.14);
}

.section--dark .button:hover,
.section--dark .button:focus-visible {
  color: var(--light);
}

@keyframes button-shine {
  0% {
    left: -45%;
    opacity: 0;
  }
  24% {
    opacity: 0.7;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.gallery {
  grid-template-columns: repeat(3, 1fr);
}

.gallery .photo-slot {
  min-height: 370px;
}

.gallery .photo-slot:nth-child(3n + 2) {
  --surface-offset: 28px;
}

.interactive-surface {
  transform:
    perspective(1000px)
    translate3d(0, calc(var(--surface-offset) + var(--surface-lift)), 0)
    rotateX(calc(var(--tilt-x) + var(--scene-rx-card, 0deg)))
    rotateY(calc(var(--tilt-y) + var(--scene-ry-card, 0deg)));
  transform-style: preserve-3d;
  will-change: auto;
}

.interactive-surface > :not(.surface-shine) {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: translate 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.interactive-surface > .about-story-identity__caption,
.interactive-surface > .about-chapter__index,
.interactive-surface > .company-value__number {
  position: absolute;
}

.interactive-surface .card-kicker {
  translate: 0 0 24px;
}

.interactive-surface .eyebrow {
  translate: 0 0 26px;
}

.interactive-surface h2 {
  translate: 0 0 54px;
}

.interactive-surface h3 {
  translate: 0 0 46px;
}

.interactive-surface p {
  translate: 0 0 28px;
}

.interactive-surface .button {
  translate: 0 0 58px;
}

.interactive-surface figcaption {
  translate: 0 0 52px;
}

.interactive-surface figcaption strong {
  translate: 0 0 18px;
}

.interactive-surface figcaption small {
  translate: 0 0 8px;
}

.interactive-surface:hover .card-kicker {
  translate: 0 -2px 30px;
}

.interactive-surface:hover .eyebrow {
  translate: 0 -2px 32px;
}

.interactive-surface:hover h2 {
  translate: 0 -4px 66px;
}

.interactive-surface:hover h3 {
  translate: 0 -4px 58px;
}

.interactive-surface:hover p {
  translate: 0 -2px 34px;
}

.interactive-surface:hover .button {
  translate: 0 -5px 70px;
}

.interactive-surface:hover figcaption {
  translate: 0 -5px 64px;
}

.surface-shine {
  position: absolute;
  inset: -1px;
  z-index: 0;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--shine-x) var(--shine-y),
      rgba(240, 215, 154, 0.18),
      rgba(48, 82, 130, 0.08) 22%,
      transparent 48%
    );
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 350ms ease;
  transform: translateZ(4px);
}

.interactive-surface:hover .surface-shine {
  opacity: 1;
}

.gallery + * {
  margin-top: 52px;
}

.contact-form {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  gap: 20px;
  background:
    linear-gradient(145deg, rgba(25, 43, 69, 0.18), transparent 52%),
    var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero--contact {
  min-height: clamp(580px, 70vh, 760px);
  background-position:
    center,
    center 48%;
}

.hero--contact::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.88), rgba(3, 3, 4, 0.46) 62%, rgba(3, 3, 4, 0.2)),
    linear-gradient(180deg, rgba(240, 215, 154, 0.06), rgba(0, 0, 0, 0.58));
}

.contact-message-section {
  color: #f6f4ef;
  background:
    radial-gradient(circle at 10% 12%, rgba(218, 187, 115, 0.12), transparent 28%),
    radial-gradient(circle at 88% 38%, rgba(45, 73, 108, 0.2), transparent 34%),
    linear-gradient(180deg, #0b0c0f, #12151b 58%, #08090b);
}

.contact-message-section .section-heading h2 {
  color: #f7f5f1;
}

.contact-message-section .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.62);
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 38px);
}

.contact-form-layout .contact-form {
  max-width: none;
  margin: 0;
}

.contact-form-visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 187, 115, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.contact-form-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 45%, rgba(3, 3, 4, 0.9)),
    linear-gradient(135deg, rgba(240, 215, 154, 0.12), transparent 38%);
  pointer-events: none;
}

.contact-form-visual img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: center;
}

.contact-form-visual figcaption {
  position: absolute;
  right: 32px;
  bottom: 34px;
  left: 32px;
  z-index: 1;
  color: #f7f2e6;
}

.contact-form-visual figcaption span {
  margin-bottom: 10px;
  display: block;
  color: #dabb73;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-form-visual figcaption strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--ink);
  background: #0d0d0f;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(201, 168, 106, 0.14);
}

select {
  padding-right: 48px;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #d6b879 50%),
    linear-gradient(135deg, #d6b879 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

select option {
  color: #f5f5f5;
  background: #121316;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form .button {
  justify-self: start;
  cursor: pointer;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.form-status {
  margin: 0;
  font-size: 0.95rem;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #d6b879;
}

.form-status.is-error {
  color: #ff9d9d;
}

.hero--hospitality {
  min-height: min(720px, calc(100vh - var(--header-height)));
  background-image:
    linear-gradient(105deg, rgba(2, 2, 3, 0.96) 7%, rgba(4, 5, 7, 0.7) 48%, rgba(3, 3, 4, 0.38)),
    var(--hero-image);
  background-position:
    center,
    center 38%;
}

.hero--hospitality::before {
  background:
    radial-gradient(circle at 70% 38%, rgba(201, 168, 106, 0.18), transparent 35%),
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.9));
}

.hospitality-overview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(30, 53, 83, 0.2), transparent 32%),
    #080809;
}

.hospitality-overview::before {
  position: absolute;
  top: 0;
  right: 7%;
  width: 1px;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, rgba(201, 168, 106, 0.74), transparent);
}

.hospitality-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: clamp(52px, 8vw, 124px);
  align-items: end;
}

.hospitality-intro__heading h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.hospitality-intro__copy {
  padding: 30px 0 4px 34px;
  border-left: 1px solid rgba(201, 168, 106, 0.38);
}

.hospitality-intro__copy > p {
  margin-bottom: 28px;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.82;
}

.hospitality-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hospitality-intro__tags span {
  padding: 8px 12px;
  color: rgba(247, 232, 200, 0.82);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(201, 168, 106, 0.24);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.hospitality-collection {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hospitality-collection--restaurant {
  background:
    radial-gradient(circle at 12% 20%, rgba(201, 168, 106, 0.08), transparent 31%),
    #101012;
}

.hospitality-collection--hotel {
  background:
    radial-gradient(circle at 88% 20%, rgba(31, 63, 105, 0.18), transparent 33%),
    #070708;
}

.hospitality-collection::before {
  position: absolute;
  top: clamp(72px, 9vw, 126px);
  right: max(24px, calc((100vw - var(--content-width)) / 2));
  z-index: -1;
  width: clamp(120px, 18vw, 260px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.52));
}

.hospitality-collection__heading {
  margin-bottom: clamp(52px, 7vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: end;
}

.hospitality-collection__heading h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.hospitality-collection__heading > p {
  margin: 0;
  padding: 28px 0 4px 32px;
  border-left: 1px solid rgba(201, 168, 106, 0.34);
  line-height: 1.82;
}

.hospitality-service-list {
  font-size: 0.94rem;
}

.hospitality-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 10px;
  gap: 16px;
}

.hospitality-photo {
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 0;
  grid-column: span 4;
  grid-row: span 22;
  overflow: hidden;
  background: #111114;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.hospitality-photo--feature {
  grid-column: span 12;
  grid-row: span 24;
}

.hospitality-photo--portrait {
  grid-column: span 4;
  grid-row: span 29;
}

.hospitality-photo--wide {
  grid-column: span 8;
  grid-row: span 22;
}

.hospitality-photo--square {
  grid-column: span 4;
  grid-row: span 23;
}

.hospitality-photo--tall {
  grid-row: span 29;
}

.hospitality-photo::before,
.hospitality-photo::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.hospitality-photo::before {
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(2, 2, 3, 0.88) 100%),
    linear-gradient(120deg, rgba(201, 168, 106, 0.12), transparent 34%);
}

.hospitality-photo::after {
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-top: 1px solid rgba(240, 215, 154, 0.82);
  border-right: 1px solid rgba(240, 215, 154, 0.82);
  opacity: 0.64;
  transition: width 480ms cubic-bezier(0.16, 1, 0.3, 1), height 480ms cubic-bezier(0.16, 1, 0.3, 1), opacity 280ms ease;
}

.hospitality-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.hospitality-photo figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.hospitality-photo figcaption span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.hospitality-photo figcaption strong {
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (hover: hover) and (pointer: fine) {
  .hospitality-photo:hover img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045);
  }

  .hospitality-photo:hover::after {
    width: 52px;
    height: 52px;
    opacity: 1;
  }
}

.hospitality-cta {
  background:
    radial-gradient(circle at 76% 50%, rgba(28, 55, 94, 0.24), transparent 32%),
    #0c0c0e;
}

.hospitality-cta__panel {
  padding: clamp(38px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 46%),
    #111114;
  border: 1px solid rgba(201, 168, 106, 0.24);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hospitality-cta__panel h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 34px;
  color: var(--light);
  background: #030304;
}

.site-footer::before {
  position: absolute;
  top: -280px;
  left: 50%;
  z-index: -1;
  width: 760px;
  height: 560px;
  content: "";
  background: radial-gradient(circle, rgba(28, 55, 94, 0.32), transparent 68%);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: footer-aurora 10s ease-in-out infinite alternate;
}

.site-footer::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.7), transparent);
  box-shadow: 0 0 22px rgba(201, 168, 106, 0.22);
}

@keyframes footer-aurora {
  0% {
    opacity: 0.45;
    transform: translateX(-54%) scale(0.92);
  }
  100% {
    opacity: 0.85;
    transform: translateX(-46%) scale(1.08);
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
  gap: clamp(44px, 7vw, 96px);
}

.footer-brand-summary {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.footer-brand-mark {
  position: relative;
  width: 104px;
  height: 104px;
  display: block;
  overflow: hidden;
  background: #070708;
  border: 1px solid rgba(201, 168, 106, 0.48);
  border-radius: 50%;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(201, 168, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.footer-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.footer-brand-kicker {
  margin: 2px 0 10px;
  color: var(--accent) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.footer-title {
  max-width: 680px;
  margin-bottom: 16px;
  font-family: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.22;
}

.footer-summary {
  max-width: 760px;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.78;
  letter-spacing: 0.045em;
}

.footer-links {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 12px;
}

.social-link {
  --social-x: 0px;
  --social-y: 0px;
  --social-lift: 0px;
  --social-rotate: 0deg;
  position: relative;
  isolation: isolate;
  width: min(100%, 220px);
  min-height: 60px;
  padding: 7px 18px 7px 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  color: rgba(247, 232, 200, 0.9);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.065), transparent 36%),
    linear-gradient(145deg, rgba(28, 31, 38, 0.96), rgba(6, 7, 10, 0.98));
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 999px;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transform:
    perspective(700px)
    translate3d(var(--social-x), calc(var(--social-y) - var(--social-lift)), 0)
    rotateY(var(--social-rotate));
  transform-style: preserve-3d;
  transition:
    color 240ms ease,
    border-color 240ms ease,
    box-shadow 320ms ease,
    transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30% auto -30% -45%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 234, 183, 0.32), transparent);
  filter: blur(2px);
  transform: skewX(-18deg) translateX(-180%);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 50%, rgba(201, 168, 106, 0.13), transparent 36%);
  opacity: 0.45;
  transition: opacity 260ms ease;
}

.social-link__icon {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #e1c07d;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 244, 213, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(38, 40, 47, 0.98), rgba(9, 9, 12, 0.98));
  border: 1px solid rgba(218, 185, 119, 0.42);
  border-radius: 50%;
  box-shadow:
    0 8px 17px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 18px rgba(201, 168, 106, 0.08);
  transform: translateZ(24px);
  transition:
    color 240ms ease,
    box-shadow 320ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-link__icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.78);
}

.social-link__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-link__icon .social-link__glyph--outline {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-link__label {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateZ(14px);
}

.social-link__label--brand {
  letter-spacing: 0.1em;
  text-transform: none;
}

.social-link:hover,
.social-link:focus-visible {
  --social-lift: 4px;
  --social-rotate: -2deg;
  color: #fff0c7;
  border-color: rgba(224, 192, 126, 0.72);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(201, 168, 106, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.social-link:hover::before,
.social-link:focus-visible::before {
  transform: skewX(-18deg) translateX(620%);
}

.social-link:hover::after,
.social-link:focus-visible::after {
  opacity: 1;
}

.social-link:hover .social-link__icon,
.social-link:focus-visible .social-link__icon {
  color: #ffe7a8;
  box-shadow:
    0 11px 22px rgba(0, 0, 0, 0.46),
    0 0 24px rgba(201, 168, 106, 0.28);
  transform: translateZ(30px) rotate(-5deg) scale(1.06);
}

.social-link:hover .social-link__icon::before,
.social-link:focus-visible .social-link__icon::before {
  animation: social-halo 1100ms cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes social-halo {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }
  35% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.hero:not(.is-vfx-active) .hero-vfx *,
.hero:not(.is-vfx-active) .hero-logo-stage::before,
.hero:not(.is-vfx-active) .hero-logo-stage__media,
.hero:not(.is-vfx-active) .hero-logo-stage__orbit,
.hero:not(.is-vfx-active) .hero-logo-stage__spark,
.about-story-section:not(.is-vfx-active) .about-story-vfx *,
.purpose-section:not(.is-vfx-active) .purpose-vfx *,
.core-service-section:not(.is-vfx-active) .core-service-vfx *,
.food-beverage-section:not(.is-vfx-active) .food-beverage-vfx *,
.business-development-section:not(.is-vfx-active) .business-development-vfx *,
.wholesale-section:not(.is-vfx-active) .wholesale-vfx *,
.wholesale-section:not(.is-vfx-active) .wholesale-vfx::before,
.wholesale-section:not(.is-vfx-active) .wholesale-showcase__orbit,
.clients-experience-section:not(.is-vfx-active) .clients-experience-vfx *,
.awards-showcase-section:not(.is-vfx-active) .awards-vfx *,
.site-footer:not(.is-vfx-active)::before {
  animation-play-state: paused !important;
}

html[data-vfx-quality="medium"] .vfx-canvas {
  opacity: 0.62;
}

html[data-vfx-quality="low"] .vfx-canvas {
  opacity: 0.48;
}

html[data-vfx-quality="medium"] .hero-vfx__beam,
html[data-vfx-quality="medium"] .about-story-vfx__beam,
html[data-vfx-quality="medium"] .core-service-vfx__beam,
html[data-vfx-quality="medium"] .food-beverage-vfx__beam,
html[data-vfx-quality="medium"] .business-development-vfx__beam,
html[data-vfx-quality="medium"] .wholesale-vfx__beam,
html[data-vfx-quality="medium"] .clients-experience-vfx__beam,
html[data-vfx-quality="medium"] .awards-vfx__beam {
  filter: blur(12px);
}

html[data-vfx-quality="low"] .hero-vfx__beam,
html[data-vfx-quality="low"] .about-story-vfx__beam,
html[data-vfx-quality="low"] .core-service-vfx__beam,
html[data-vfx-quality="low"] .food-beverage-vfx__beam,
html[data-vfx-quality="low"] .business-development-vfx__beam,
html[data-vfx-quality="low"] .wholesale-vfx__beam,
html[data-vfx-quality="low"] .clients-experience-vfx__beam,
html[data-vfx-quality="low"] .awards-vfx__beam {
  opacity: 0.08;
  filter: blur(8px);
}

html[data-vfx-quality="low"] .hero-vfx__aurora {
  opacity: 0.2;
  filter: blur(22px);
}

html[data-vfx-quality="low"] .food-beverage-vfx__mesh,
html[data-vfx-quality="low"] .about-story-vfx__grid,
html[data-vfx-quality="low"] .core-service-vfx__grid,
html[data-vfx-quality="low"] .business-development-vfx__grid,
html[data-vfx-quality="low"] .wholesale-vfx::before,
html[data-vfx-quality="low"] .clients-experience-vfx__grid,
html[data-vfx-quality="low"] .awards-vfx__grid {
  opacity: 0.1;
}

html[data-vfx-quality="medium"] .hero-vfx *,
html[data-vfx-quality="medium"] .about-story-vfx *,
html[data-vfx-quality="medium"] .purpose-vfx *,
html[data-vfx-quality="medium"] .core-service-vfx *,
html[data-vfx-quality="medium"] .food-beverage-vfx *,
html[data-vfx-quality="medium"] .business-development-vfx *,
html[data-vfx-quality="medium"] .wholesale-vfx *,
html[data-vfx-quality="medium"] .clients-experience-vfx *,
html[data-vfx-quality="medium"] .awards-vfx * {
  animation-duration: 20s;
}

html[data-vfx-quality="low"] .hero-vfx *,
html[data-vfx-quality="low"] .about-story-vfx *,
html[data-vfx-quality="low"] .purpose-vfx *,
html[data-vfx-quality="low"] .core-service-vfx *,
html[data-vfx-quality="low"] .food-beverage-vfx *,
html[data-vfx-quality="low"] .business-development-vfx *,
html[data-vfx-quality="low"] .wholesale-vfx *,
html[data-vfx-quality="low"] .clients-experience-vfx *,
html[data-vfx-quality="low"] .awards-vfx * {
  animation-duration: 28s;
}

@supports (height: 100svh) {
  .hero:not(.hero--compact):not(.hero--brand) {
    min-height: min(800px, calc(100svh - var(--header-height)));
  }

  .hero--brand {
    min-height: min(1000px, calc(100svh - var(--header-height)));
  }
}

@media (min-width: 1600px) {
  .hero--brand {
    padding-right: max(40px, calc((100vw - 1680px) / 2));
    padding-left: max(40px, calc((100vw - 1680px) / 2));
    grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
    column-gap: clamp(70px, 6vw, 130px);
  }

  .hero--brand .hero-content > * {
    max-width: 720px;
  }

  .hero--brand .hero-content > h1 {
    font-size: clamp(5.8rem, 5.4vw, 7.1rem);
  }

  .hero--brand .hero-content > p:not(.eyebrow) {
    max-width: 680px;
    font-size: clamp(1.25rem, 1.3vw, 1.55rem);
  }

  .hero-logo-stage {
    width: min(100%, 820px);
  }
}

@media (min-width: 2400px) {
  .hero--brand {
    min-height: min(1180px, calc(100vh - var(--header-height)));
    padding-right: max(56px, calc((100vw - 1940px) / 2));
    padding-left: max(56px, calc((100vw - 1940px) / 2));
    grid-template-columns: minmax(0, 0.86fr) minmax(680px, 1.14fr);
  }

  .hero--brand .hero-content > * {
    max-width: 790px;
  }

  .hero--brand .hero-content > h1 {
    font-size: clamp(6.8rem, 4.2vw, 8.4rem);
  }

  .hero-logo-stage {
    width: min(100%, 940px);
  }
}

@media (max-width: 1100px) {
  .menu-toggle {
    display: block;
  }

  .hero--brand {
    padding-right: 34px;
    padding-left: 34px;
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    column-gap: clamp(28px, 4vw, 48px);
  }

  .hero--brand .hero-content > * {
    max-width: 100%;
  }

  .hero--brand .hero-content > h1 {
    font-size: clamp(3rem, 5.7vw, 4.5rem);
  }

  .hero-logo-stage {
    right: auto;
    width: min(100%, 640px);
    opacity: 1;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - var(--header-height));
    padding:
      18px max(20px, env(safe-area-inset-right))
      max(24px, env(safe-area-inset-bottom))
      max(20px, env(safe-area-inset-left));
    display: grid;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(5, 5, 6, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.48);
    -webkit-overflow-scrolling: touch;
  }

  .js .site-nav {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition:
      visibility 220ms ease,
      opacity 220ms ease,
      transform 220ms ease;
  }

  .js .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 48px;
    padding: 13px 4px;
    font-size: 12px;
  }

  .site-nav a::after {
    right: auto;
    bottom: 8px;
    left: 4px;
    width: 32px;
  }

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

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

  .gallery .photo-slot:nth-child(3n + 2) {
    --surface-offset: 0px;
  }

  .executive-profile {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 54px;
  }

  .executive-values {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .about-story-layout {
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
    gap: 34px;
  }

  .about-story-chapters {
    gap: 18px;
  }

  .about-chapter {
    min-height: 440px;
    padding: 38px 32px;
  }

  .purpose-panel {
    grid-template-columns: minmax(270px, 0.68fr) minmax(0, 1.32fr);
    gap: 58px;
    padding: 68px 56px;
  }

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

  .company-value--featured {
    grid-column: span 2;
  }

  .home-leadership {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  }

  .home-leadership__content {
    padding: 58px 48px;
  }

  .core-service-showcase,
  .core-service-showcase--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 48px;
  }

  .core-service-showcase--reverse {
    grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1fr);
  }

  .core-service-gallery {
    min-height: 560px;
  }

  .wholesale-showcase {
    grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
    gap: 54px;
  }

  .wholesale-capability {
    padding: 48px;
  }

  .wholesale-closing {
    grid-template-columns: minmax(230px, 0.48fr) minmax(0, 1.52fr);
  }
}

@media (max-width: 900px) {
  .hero--brand {
    min-height: auto;
    padding:
      clamp(44px, 7vw, 68px)
      max(28px, env(safe-area-inset-right))
      clamp(76px, 10vw, 104px)
      max(28px, env(safe-area-inset-left));
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: clamp(34px, 6vw, 58px);
  }

  .hero--brand .hero-content {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0;
    grid-row: 2;
    grid-column: 1;
  }

  .hero--brand .hero-content > * {
    max-width: 680px;
  }

  .hero--brand .hero-content > h1 {
    font-size: clamp(3.4rem, 9.5vw, 5.4rem);
  }

  .hero-logo-stage {
    top: auto;
    right: auto;
    left: auto;
    width: min(100%, 700px);
    margin: 0 auto;
    grid-row: 1;
    grid-column: 1;
    opacity: 1;
    transform:
      translate3d(var(--scene-x-sm, 0px), var(--scene-y-sm, 0px), 65px)
      rotateX(var(--scene-rx-neg, 0deg))
      rotateY(var(--scene-ry-neg, 0deg));
  }

  .hero-brand-signature {
    display: none;
  }

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

  .split-copy,
  .split--reverse .split-copy {
    order: initial;
  }

  .split {
    align-items: stretch;
  }

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

  .photo-slot {
    min-height: 460px;
  }

  .hospitality-intro,
  .hospitality-collection__heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hospitality-intro__copy,
  .hospitality-collection__heading > p {
    max-width: 760px;
  }

  .hospitality-gallery {
    grid-auto-rows: 9px;
    gap: 14px;
  }

  .hospitality-photo,
  .hospitality-photo--portrait,
  .hospitality-photo--wide,
  .hospitality-photo--square {
    grid-column: span 6;
    grid-row: span 27;
  }

  .hospitality-photo--feature {
    grid-column: span 12;
    grid-row: span 24;
  }

  .hospitality-cta__panel {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 0.45fr;
    gap: 42px;
  }

  .executive-profile {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .executive-portrait {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .executive-profile__content {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .executive-profile__content::before {
    display: none;
  }

  .executive-values {
    grid-template-columns: 1fr;
  }

  .executive-value {
    min-height: 250px;
  }

  .hero--about {
    min-height: 680px;
  }

  .about-section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-section-heading > p {
    max-width: 760px;
  }

  .about-story-layout {
    grid-template-columns: 1fr;
  }

  .about-story-identity {
    position: relative;
    top: auto;
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .about-story-identity__media {
    aspect-ratio: 16 / 10;
  }

  .about-story-chapters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-chapter {
    min-height: 390px;
  }

  .purpose-panel {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .purpose-panel__heading {
    max-width: 740px;
  }

  .purpose-panel__copy {
    max-width: 760px;
  }

  .purpose-panel__copy::before {
    display: none;
  }

  .home-leadership {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-leadership__content {
    order: 2;
    padding: clamp(44px, 8vw, 68px);
  }

  .home-leadership__portrait {
    min-height: 620px;
    order: 1;
    clip-path: none;
  }

  .home-leadership__portrait::after {
    background: linear-gradient(180deg, transparent 56%, rgba(2, 3, 4, 0.9));
  }

  .home-leadership__portrait-line {
    left: auto;
    right: 8%;
  }

  .home-leadership__portrait figcaption {
    left: clamp(34px, 7vw, 62px);
  }

  .core-service-showcase,
  .core-service-showcase--reverse {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .core-service-showcase--reverse .core-service-gallery,
  .core-service-showcase--reverse .core-service-content {
    order: initial;
  }

  .core-service-gallery {
    width: min(100%, 720px);
    min-height: 620px;
    margin: 0 auto;
  }

  .core-service-content {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 8px 12px 18px;
  }

  .core-service-lead {
    max-width: 100%;
  }

  .food-beverage-cover {
    min-height: min(64vw, 570px);
  }

  .food-beverage-body {
    grid-template-columns: 1fr;
  }

  .food-beverage-copy p {
    max-width: 100%;
  }

  .food-beverage-highlight {
    width: min(100%, 680px);
  }

  .business-development-cover {
    min-height: min(64vw, 570px);
  }

  .business-development-body {
    grid-template-columns: 1fr;
  }

  .business-development-copy p {
    max-width: 100%;
  }

  .business-development-guarantee {
    width: min(100%, 680px);
  }

  .wholesale-showcase {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .wholesale-showcase__visual {
    width: min(100%, 500px);
  }

  .wholesale-showcase__content {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0 20px 28px;
  }

  .wholesale-capabilities {
    grid-template-columns: 1fr;
  }

  .wholesale-capability,
  .wholesale-capability--wide {
    min-height: 0;
    grid-column: auto;
  }

  .wholesale-capability--wide ul {
    grid-template-columns: 1fr;
  }

  .wholesale-closing {
    grid-template-columns: 1fr;
  }

  .wholesale-closing__mark {
    min-height: 480px;
    clip-path: none;
  }

  .wholesale-closing__mark::after {
    background: linear-gradient(180deg, transparent 55%, #111114 100%);
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 72px;
  }

  .header-inner,
  .hero-content {
    width: auto;
    margin-right: max(22px, env(safe-area-inset-right));
    margin-left: max(22px, env(safe-area-inset-left));
  }

  .container {
    width: auto;
    margin-right: max(18px, env(safe-area-inset-right));
    margin-left: max(18px, env(safe-area-inset-left));
  }

  .brand-name {
    display: none;
  }

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

  .hero,
  .hero--compact {
    min-height: 540px;
  }

  .hero--brand {
    min-height: auto;
    padding:
      48px
      max(22px, env(safe-area-inset-right))
      96px
      max(22px, env(safe-area-inset-left));
    row-gap: 42px;
  }

  .hero--brand .hero-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hero--brand .hero-content > * {
    max-width: 100%;
  }

  .hero--brand .hero-content > h1 {
    margin-bottom: 24px;
    font-size: clamp(3rem, 12vw, 4.7rem);
  }

  .hero--brand .hero-content > p:not(.eyebrow) {
    max-width: 34rem;
    line-height: 1.72;
  }

  .hero-logo-stage {
    top: auto;
    right: auto;
    left: auto;
    width: min(100%, 600px);
    opacity: 1;
    transform:
      translate3d(var(--scene-x-sm, 0px), var(--scene-y-sm, 0px), 65px)
      rotateX(var(--scene-rx-neg, 0deg))
      rotateY(var(--scene-ry-neg, 0deg));
  }

  .hero-logo-stage__orbit {
    opacity: 0.58;
  }

  .hero-brand-signature {
    display: none;
  }

  .hero-content {
    padding: 98px 0 118px;
  }

  .hero--about {
    min-height: 660px;
  }

  .hero--about .hero-content {
    padding-bottom: 84px;
  }

  .about-hero-nav {
    width: 100%;
    margin-top: 28px;
  }

  .about-section-heading {
    margin-bottom: 48px;
  }

  .about-section-heading h2 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  .about-section-heading > p {
    padding: 22px 0 0;
    border-top: 1px solid rgba(201, 168, 106, 0.4);
    border-left: 0;
  }

  .about-story-identity {
    border-radius: 22px;
  }

  .about-story-identity__media {
    aspect-ratio: 4 / 3;
  }

  .about-story-identity__caption {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .about-story-chapters {
    grid-template-columns: 1fr;
  }

  .about-chapter,
  .about-chapter--wide {
    min-height: 0;
    grid-column: auto;
    padding: 36px 28px;
  }

  .about-chapter__year {
    margin-bottom: 88px;
  }

  .about-chapter h3 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .purpose-panel {
    gap: 38px;
    padding: 44px 28px;
    border-radius: 22px;
  }

  .purpose-panel__number {
    top: -25px;
    font-size: 8rem;
  }

  .purpose-panel__heading h2 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .purpose-panel__copy {
    gap: 20px;
  }

  .purpose-panel__copy p {
    font-size: 1rem;
    line-height: 1.76;
  }

  .company-values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .company-value,
  .company-value--featured {
    min-height: 300px;
    grid-column: auto;
    padding: 36px 28px;
  }

  .company-value h3 {
    margin-bottom: 18px;
  }

  .company-value--featured {
    padding-right: 28px;
    padding-bottom: 190px;
  }

  .company-value--featured::after {
    top: auto;
    right: 50%;
    bottom: 30px;
    width: 130px;
    transform: translateX(50%);
  }

  .card-grid,
  .gallery,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-form-visual {
    min-height: 420px;
  }

  .contact-form-visual img {
    min-height: 420px;
  }

  .hero--hospitality {
    min-height: 590px;
    background-position:
      center,
      58% center;
  }

  .hospitality-intro__copy,
  .hospitality-collection__heading > p {
    padding: 22px 0 0;
    border-top: 1px solid rgba(201, 168, 106, 0.34);
    border-left: 0;
  }

  .hospitality-gallery {
    grid-auto-rows: 8px;
    gap: 12px;
  }

  .hospitality-photo,
  .hospitality-photo--feature,
  .hospitality-photo--portrait,
  .hospitality-photo--wide,
  .hospitality-photo--square {
    grid-column: span 12;
    grid-row: span 25;
    border-radius: 14px;
  }

  .hospitality-photo--portrait {
    grid-row: span 34;
  }

  .hospitality-photo--tall {
    grid-row: span 34;
  }

  .hospitality-photo figcaption {
    right: 20px;
    bottom: 19px;
    left: 20px;
  }

  .hospitality-photo::after {
    top: 16px;
    right: 16px;
  }

  .hospitality-cta__panel {
    padding: 36px 26px;
    border-radius: 20px;
  }

  .footer-brand-summary {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 20px;
  }

  .footer-brand-mark {
    width: 84px;
    height: 84px;
  }

  .footer-summary {
    font-size: 0.73rem;
  }

  .footer-links {
    justify-items: start;
  }

  .social-link {
    width: min(340px, calc(100% - 56px));
    max-width: 100%;
  }

  .photo-slot,
  .gallery .photo-slot {
    min-height: 380px;
  }

  .photo-slot figcaption {
    padding: 34px;
  }

  .gallery .photo-slot:nth-child(3n + 2) {
    --surface-offset: 0px;
  }

  .service-card {
    min-height: 0;
  }

  .service-card p {
    margin-bottom: 30px;
    line-height: 1.76;
  }

  .service-card .button {
    min-width: 132px;
  }

  .leadership-link > span:first-child {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .home-services-actions .leadership-link {
    width: min(100%, 340px);
  }

  .footer-bottom {
    flex-direction: column;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }

  .site-footer {
    padding-bottom: max(104px, calc(env(safe-area-inset-bottom) + 90px));
  }

  .floating-contact {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 54px;
    padding: 6px;
  }

  .floating-contact__icon {
    width: 42px;
    height: 42px;
  }

  .floating-contact__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .floating-contact__halo {
    left: 27px;
  }

  .ambient-player {
    bottom: max(14px, env(safe-area-inset-bottom));
    left: max(14px, env(safe-area-inset-left));
    min-height: 54px;
    padding: 6px 10px 6px 6px;
    gap: 10px;
  }

  .ambient-player__title {
    display: none;
  }

  .ambient-player__volume input {
    width: min(22vw, 78px);
  }

  .ambient-player__volume output {
    display: none;
  }

  .vfx-canvas {
    opacity: 0.5;
  }

  .hero-vfx__beam--two,
  .hero-vfx__ring {
    display: none;
  }

  .hero-vfx__aurora {
    opacity: 0.28;
    filter: blur(38px);
  }

  .hero-vfx__flare {
    right: 12%;
    opacity: 0.55;
  }

  .executive-profile {
    gap: 52px;
  }

  .executive-portrait {
    width: min(calc(100% - 12px), 500px);
    max-width: 100%;
    padding: 10px;
    border-radius: 22px;
  }

  .executive-portrait::before {
    inset: -9px;
    border-radius: 28px;
  }

  .executive-portrait__media {
    border-radius: 14px;
  }

  .executive-portrait figcaption {
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .executive-profile__content h2 {
    margin-bottom: 24px;
    font-size: clamp(2.65rem, 13vw, 4rem);
    overflow-wrap: anywhere;
  }

  .executive-experience {
    align-items: flex-end;
    gap: 14px;
  }

  .executive-experience strong {
    font-size: clamp(4rem, 20vw, 5.6rem);
  }

  .executive-biography {
    line-height: 1.8;
  }

  .executive-values {
    margin-top: 66px;
  }

  .executive-value {
    min-height: 230px;
    padding: 34px 28px;
  }

  .executive-value h3,
  .executive-value p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .home-leadership {
    border-radius: 22px;
  }

  .home-leadership__portrait {
    min-height: min(118vw, 570px);
  }

  .home-leadership__portrait img {
    object-position: center 24%;
  }

  .home-leadership__content {
    padding: 42px 28px 46px;
  }

  .home-leadership__content h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    overflow-wrap: anywhere;
  }

  .home-leadership__experience {
    align-items: flex-end;
    gap: 14px;
  }

  .home-leadership__experience strong {
    font-size: clamp(4rem, 20vw, 5.8rem);
  }

  .leadership-link {
    max-width: 100%;
    padding-left: 18px;
    gap: 12px;
    letter-spacing: 1.15px;
  }

  .home-leadership__portrait figcaption {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .core-card__image,
  .food-card__image,
  .business-card__image,
  .wholesale-card__image {
    min-height: 180px;
  }

  .core-service-showcase {
    padding: 20px 20px 42px;
    border-radius: 22px;
  }

  .core-service-gallery {
    min-height: min(126vw, 590px);
  }

  .core-service-frame {
    border-radius: 18px;
    box-shadow:
      0 24px 54px rgba(0, 0, 0, 0.48),
      0 0 0 6px rgba(255, 255, 255, 0.016);
  }

  .core-service-frame--primary {
    width: 88%;
  }

  .core-service-frame--secondary {
    width: 46%;
  }

  .core-service-gallery--aviation .core-service-frame--primary {
    width: 90%;
  }

  .core-service-gallery--aviation .core-service-frame--secondary {
    width: 62%;
  }

  .core-service-gallery--engineering {
    min-height: min(96vw, 470px);
  }

  .core-service-index {
    right: -2%;
    width: 132px;
    padding: 18px;
  }

  .core-service-content {
    min-width: 0;
    padding: 4px 8px 0;
  }

  .core-service-content h2 {
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 13vw, 4.7rem);
  }

  .core-service-lead {
    font-size: 1rem;
    line-height: 1.76;
  }

  .core-service-lead::first-letter {
    font-size: 4rem;
  }

  .core-service-standards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 28px 0 32px;
  }

  .core-service-standards span {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .core-service-vfx__halo {
    right: -42%;
    width: 110vw;
  }

  .core-service-section--aviation .core-service-vfx__halo {
    left: -46%;
  }

  .food-beverage-showcase {
    border-radius: 22px;
  }

  .food-beverage-cover {
    min-height: min(82vw, 480px);
  }

  .food-beverage-cover::after {
    inset: 10px;
    border-radius: 16px;
  }

  .food-beverage-cover__line {
    top: 10px;
    bottom: 10px;
    left: 28px;
  }

  .food-beverage-cover figcaption {
    right: 28px;
    bottom: 34px;
    left: 48px;
  }

  .food-beverage-cover h2 {
    font-size: clamp(2.75rem, 13vw, 4.7rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .food-beverage-body {
    gap: 34px;
    padding: 40px 28px 46px;
  }

  .food-beverage-copy,
  .food-beverage-highlight,
  .business-development-copy,
  .business-development-guarantee,
  .wholesale-showcase__content {
    min-width: 0;
    max-width: 100%;
  }

  .food-beverage-copy p {
    font-size: 1rem;
    line-height: 1.76;
  }

  .food-beverage-copy p::first-letter {
    font-size: 4rem;
  }

  .food-beverage-highlight {
    padding: 34px 28px;
    border-radius: 18px;
  }

  .food-beverage-highlight strong {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .business-development-showcase {
    border-radius: 22px;
  }

  .business-development-cover {
    min-height: min(82vw, 480px);
  }

  .business-development-cover::after {
    inset: 10px;
    border-radius: 16px;
  }

  .business-development-cover__line {
    top: 10px;
    bottom: 10px;
    left: 28px;
  }

  .business-development-cover figcaption {
    right: 28px;
    bottom: 34px;
    left: 48px;
  }

  .business-development-cover h2 {
    font-size: clamp(2.75rem, 13vw, 4.7rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .business-development-body {
    gap: 34px;
    padding: 40px 28px 46px;
  }

  .business-development-copy {
    gap: 20px;
  }

  .business-development-copy p {
    font-size: 1rem;
    line-height: 1.76;
  }

  .business-development-copy p:first-child::first-letter {
    font-size: 4rem;
  }

  .business-development-guarantee {
    padding: 34px 28px;
    border-radius: 18px;
  }

  .business-development-guarantee strong {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .business-development-vfx__orbit {
    right: -45%;
    width: 110vw;
  }

  .business-development-vfx__beam {
    left: -18%;
  }

  .wholesale-showcase {
    gap: 48px;
    padding: 22px;
    border-radius: 22px;
  }

  .wholesale-showcase__visual::before {
    inset: -8px;
    border-radius: 24px;
  }

  .wholesale-showcase__visual img {
    border-radius: 16px;
  }

  .wholesale-showcase__content {
    padding: 0 5px 24px;
  }

  .wholesale-showcase__content h2 {
    font-size: clamp(2.75rem, 13vw, 4.3rem);
    overflow-wrap: anywhere;
  }

  .wholesale-vfx__ring {
    right: -38%;
    width: 100vw;
  }

  .wholesale-vfx__beam--two {
    display: none;
  }

  .wholesale-capabilities {
    gap: 18px;
  }

  .wholesale-capability {
    padding: 34px 28px;
    border-radius: 20px;
  }

  .wholesale-capability h3 {
    margin-bottom: 24px;
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }

  .wholesale-capability ul {
    gap: 15px;
  }

  .wholesale-capability li {
    padding-left: 23px;
    line-height: 1.62;
  }

  .wholesale-closing {
    border-radius: 22px;
  }

  .wholesale-closing__mark {
    min-height: min(118vw, 570px);
  }

  .wholesale-closing__content {
    padding: 42px 28px 46px;
  }

  .wholesale-closing__content h3 {
    font-size: clamp(2.25rem, 10vw, 3.4rem);
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero,
  .hero--compact {
    min-height: 500px;
  }

  .hero--brand {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 84px;
    row-gap: 36px;
  }

  .hero--brand .hero-content {
    padding: 0;
  }

  .hero--brand .hero-content > .eyebrow {
    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .hero--brand .hero-content > h1 {
    font-size: clamp(2.65rem, 12vw, 3.65rem);
  }

  .hero--brand .hero-content > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-logo-stage {
    top: auto;
    width: 100%;
  }

  .hero-content {
    padding: 86px 0 104px;
  }

  .hero--about {
    min-height: 640px;
  }

  .hero--about .hero-content {
    padding-top: 66px;
    padding-bottom: 74px;
  }

  .about-hero-nav {
    border-radius: 20px;
  }

  .about-hero-nav a {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 9px;
  }

  .about-story-identity__media {
    aspect-ratio: 1;
  }

  .about-story-identity__caption strong {
    font-size: 1.85rem;
  }

  .about-chapter,
  .about-chapter--wide,
  .company-value,
  .company-value--featured {
    padding-right: 23px;
    padding-left: 23px;
  }

  .about-chapter__index,
  .company-value__number {
    right: 20px;
  }

  .about-chapter p,
  .company-value p {
    font-size: 0.96rem;
    line-height: 1.76;
  }

  .purpose-panel {
    padding: 40px 23px;
  }

  .purpose-panel__heading h2 {
    overflow-wrap: anywhere;
  }

  .purpose-panel__copy .leadership-link {
    width: 100%;
  }

  .info-card,
  .service-card {
    padding: 27px;
  }

  .photo-slot,
  .gallery .photo-slot {
    min-height: 340px;
  }

  .photo-slot figcaption {
    padding: 28px;
  }

  .mission {
    padding: 38px 26px;
  }

  .contact-form {
    padding: 24px;
  }

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

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .executive-portrait figcaption strong {
    font-size: 1.45rem;
  }

  .executive-portrait figcaption small {
    max-width: 190px;
    line-height: 1.45;
  }

  .executive-value {
    min-height: 215px;
    padding: 30px 24px;
  }

  .home-leadership__content {
    padding: 38px 23px 42px;
  }

  .leadership-link {
    width: 100%;
    justify-content: space-between;
  }

  .core-service-showcase {
    width: min(360px, calc(100vw - 28px));
    max-width: 100%;
    padding: 14px 14px 34px;
  }

  .core-service-gallery {
    min-height: 430px;
  }

  .core-service-gallery--engineering {
    min-height: 330px;
  }

  .core-service-frame--primary {
    width: 94%;
    transform: rotateZ(-0.7deg);
  }

  .core-service-frame--secondary {
    width: 49%;
    transform: rotateZ(1.2deg);
  }

  .core-service-gallery--aviation .core-service-frame--primary {
    width: 94%;
    transform: rotateZ(0.7deg);
  }

  .core-service-gallery--aviation .core-service-frame--secondary {
    width: 65%;
    transform: rotateZ(-1.2deg);
  }

  .core-service-frame figcaption {
    right: 16px;
    bottom: 15px;
    left: 16px;
    font-size: 0.92rem;
  }

  .core-service-index {
    right: -1%;
    width: 110px;
  }

  .core-service-index strong {
    margin-top: 10px;
    font-size: 0.5rem;
  }

  .core-service-content {
    padding: 2px 9px 0;
  }

  .core-service-content h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.4rem);
  }

  .core-service-standards span {
    width: 100%;
    justify-content: center;
  }

  .food-beverage-showcase {
    width: min(340px, calc(100vw - 28px));
    max-width: 100%;
  }

  .food-beverage-cover {
    min-height: 390px;
  }

  .food-beverage-cover::before {
    background:
      linear-gradient(90deg, rgba(4, 5, 7, 0.72), rgba(4, 5, 7, 0.12)),
      linear-gradient(180deg, rgba(5, 6, 8, 0.06) 30%, rgba(5, 6, 8, 0.94) 100%);
  }

  .food-beverage-cover figcaption {
    right: 46px;
    bottom: 30px;
    left: 39px;
    max-width: 270px;
  }

  .food-beverage-cover h2 {
    max-width: 270px;
    font-size: clamp(2.45rem, 11.5vw, 3.4rem);
  }

  .food-beverage-body {
    grid-template-columns: minmax(0, 1fr);
    padding: 34px 23px 40px;
  }

  .food-beverage-copy,
  .food-beverage-highlight {
    width: min(270px, calc(100vw - 84px));
    max-width: 100%;
  }

  .food-beverage-highlight {
    padding: 30px 23px;
  }

  .business-development-showcase {
    width: min(340px, calc(100vw - 28px));
    max-width: 100%;
  }

  .business-development-cover {
    min-height: 390px;
  }

  .business-development-cover::before {
    background:
      linear-gradient(90deg, rgba(4, 5, 7, 0.76), rgba(4, 5, 7, 0.16)),
      linear-gradient(180deg, rgba(5, 6, 8, 0.08) 30%, rgba(5, 6, 8, 0.94) 100%);
  }

  .business-development-cover figcaption {
    right: 46px;
    bottom: 30px;
    left: 39px;
    max-width: 270px;
  }

  .business-development-cover h2 {
    max-width: 270px;
    font-size: clamp(2.45rem, 11.5vw, 3.4rem);
  }

  .business-development-body {
    grid-template-columns: minmax(0, 1fr);
    padding: 34px 23px 40px;
  }

  .business-development-copy,
  .business-development-guarantee {
    width: min(270px, calc(100vw - 84px));
    max-width: 100%;
  }

  .business-development-guarantee {
    padding: 30px 23px;
  }

  .wholesale-showcase {
    padding: 17px;
  }

  .wholesale-capability {
    padding: 30px 23px;
  }

  .wholesale-closing__content {
    padding: 38px 23px 42px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero,
  .hero--compact {
    min-height: 430px;
  }

  .hero-content {
    padding: 64px 0 80px;
  }

  .hero--brand {
    min-height: 430px;
    padding: 38px 24px 54px;
    grid-template-columns: minmax(0, 0.88fr) minmax(310px, 1.12fr);
    grid-template-rows: auto;
    column-gap: clamp(24px, 4vw, 48px);
    row-gap: 0;
    align-items: center;
  }

  .hero--brand .hero-content {
    width: auto;
    margin: 0;
    padding: 0;
    grid-row: 1;
    grid-column: 1;
  }

  .hero--brand .hero-content > * {
    max-width: 100%;
  }

  .hero--brand .hero-content > h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
  }

  .hero-logo-stage {
    top: auto;
    right: auto;
    left: auto;
    width: min(100%, 620px);
    margin: 0;
    grid-row: 1;
    grid-column: 2;
    opacity: 1;
    transform:
      translate3d(var(--scene-x-sm, 0px), var(--scene-y-sm, 0px), 65px)
      rotateX(var(--scene-rx-neg, 0deg))
      rotateY(var(--scene-ry-neg, 0deg));
  }

  .floating-contact {
    top: calc(var(--header-height) + 10px);
    right: max(10px, env(safe-area-inset-right));
    bottom: auto;
    min-height: 48px;
    padding: 4px;
  }

  .floating-contact__icon {
    width: 38px;
    height: 38px;
  }

  .floating-contact__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .floating-contact__halo {
    left: 24px;
  }

  .ambient-player {
    top: calc(var(--header-height) + 10px);
    bottom: auto;
    left: max(10px, env(safe-area-inset-left));
    min-height: 48px;
    padding: 4px 8px 4px 4px;
    gap: 8px;
  }

  .ambient-player__disc {
    width: 38px;
    height: 38px;
  }

  .ambient-player__title,
  .ambient-player__volume svg,
  .ambient-player__volume output {
    display: none;
  }

  .ambient-player__volume::before {
    left: -5px;
    height: 22px;
  }

  .ambient-player__volume input {
    width: 64px;
  }

  .executive-profile {
    grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
    gap: 44px;
  }

  .executive-portrait {
    width: min(100%, 430px);
  }

  .executive-profile__content h2 {
    font-size: clamp(2.5rem, 6vw, 3.6rem);
  }

  .home-leadership {
    min-height: 430px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  }

  .home-leadership__content {
    order: initial;
    padding: 34px 38px;
  }

  .home-leadership__content h2 {
    font-size: clamp(2.25rem, 5vw, 3.25rem);
  }

  .home-leadership__role {
    margin-bottom: 20px;
  }

  .home-leadership__experience {
    margin-bottom: 22px;
  }

  .home-leadership__experience strong {
    font-size: clamp(3.5rem, 7vw, 5rem);
  }

  .home-leadership__portrait {
    min-height: 430px;
    order: initial;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
  }

  .home-leadership__portrait figcaption {
    right: 26px;
    bottom: 25px;
    left: 54px;
  }

  .food-beverage-cover {
    min-height: 430px;
  }

  .food-beverage-cover h2 {
    font-size: clamp(2.7rem, 6vw, 4.2rem);
  }

  .food-beverage-body {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 28px;
    padding: 30px 34px;
  }

  .food-beverage-copy p {
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .food-beverage-highlight {
    width: auto;
    padding: 28px;
  }

  .food-beverage-highlight strong {
    margin-bottom: 24px;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
  }

  .business-development-cover {
    min-height: 430px;
  }

  .business-development-cover h2 {
    font-size: clamp(2.7rem, 6vw, 4.2rem);
  }

  .business-development-body {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 28px;
    padding: 30px 34px;
  }

  .business-development-copy {
    gap: 14px;
  }

  .business-development-copy p {
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .business-development-guarantee {
    width: auto;
    padding: 28px;
  }

  .business-development-guarantee strong {
    margin-bottom: 24px;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
  }

  .wholesale-showcase {
    min-height: 430px;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
    gap: 38px;
    padding: 26px;
  }

  .wholesale-showcase__visual {
    width: min(100%, 300px);
  }

  .wholesale-showcase__content {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .wholesale-showcase__content h2 {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
  }

  .wholesale-showcase__content > p:not(.eyebrow) {
    margin-bottom: 24px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .wholesale-capabilities {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .wholesale-capability,
  .wholesale-capability--wide {
    min-height: 430px;
    grid-column: auto;
    scroll-snap-align: start;
  }

  .wholesale-capability--wide ul {
    grid-template-columns: 1fr;
  }

  .wholesale-closing {
    min-height: 430px;
    grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  }

  .wholesale-closing__mark {
    min-height: 430px;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  }

  .wholesale-closing__content {
    padding: 30px 34px;
  }

  .wholesale-closing__content h3 {
    font-size: clamp(2.1rem, 4vw, 3rem);
  }

  .wholesale-closing__content > p:not(.eyebrow) {
    margin-bottom: 22px;
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

@media (max-width: 1100px) {
  .client-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-brand-grid--recognition {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-portfolio--recognition .client-brand-card:last-child {
    grid-column: 2;
  }

  .award-card--wide,
  .award-card--featured {
    grid-column: span 6;
  }

  .award-card--compact,
  .award-card--wide.award-card--compact {
    grid-column: span 6;
  }

  .award-card--lux-life {
    grid-column: span 12;
  }
}

@media (max-width: 900px) {
  .clients-experience-intro,
  .client-portfolio__heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .clients-experience-intro__copy {
    max-width: 760px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(201, 168, 106, 0.42);
    border-left: 0;
  }

  .client-brand-grid,
  .client-brand-grid--recognition {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-portfolio--recognition .client-brand-card:last-child {
    grid-column: auto;
  }

  .clients-experience-cta {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .clients-experience-cta::before {
    right: -38px;
    opacity: 0.62;
  }

  .awards-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .awards-intro__copy {
    max-width: 760px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(218, 187, 115, 0.42);
    border-left: 0;
  }

  .luxury-editorial,
  .luxury-editorial--clients {
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  }

  .award-card {
    grid-column: span 6;
  }

  .award-card:last-child {
    grid-column: span 12;
  }

  .awards-cta {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .awards-cta::before {
    right: -38px;
    opacity: 0.62;
  }
}

@media (max-width: 680px) {
  .hero--contact .hero-content > h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
    line-height: 0.98;
    text-wrap: wrap;
  }

  .hero--contact .hero-content > h1 .text-word-clip:last-of-type {
    display: block;
  }

  .contact-message-section .section-heading h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
    line-height: 1;
    text-wrap: wrap;
  }

  .contact-form-visual figcaption {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  .contact-form-visual figcaption strong {
    max-width: 100%;
    font-size: clamp(1.8rem, 9vw, 2.35rem);
    line-height: 1.04;
    text-wrap: wrap;
    overflow-wrap: anywhere;
  }

  .hero--clients {
    min-height: 570px;
    background-position:
      center,
      47% center;
  }

  .clients-experience-section {
    padding-top: 86px;
  }

  .clients-experience-vfx__grid {
    background-size: 58px 58px;
  }

  .clients-experience-vfx__beam {
    width: 25%;
    opacity: 0.08;
    filter: blur(14px);
  }

  .clients-experience-vfx__orbit {
    top: 18%;
    right: -52%;
    width: 110vw;
  }

  .clients-experience-intro {
    margin-bottom: 58px;
  }

  .clients-experience-intro h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
    line-height: 0.98;
  }

  .clients-experience-stats {
    margin-bottom: 78px;
    grid-template-columns: 1fr;
  }

  .luxury-editorial,
  .luxury-editorial--clients {
    margin-bottom: 98px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:
      clamp(360px, 122vw, 510px)
      clamp(150px, 48vw, 210px);
    gap: 12px;
  }

  .luxury-editorial::before {
    inset: -10px;
    border-radius: 25px;
  }

  .luxury-editorial__photo,
  .luxury-editorial__photo--feature,
  .luxury-editorial__photo--detail,
  .luxury-editorial__photo--art,
  .luxury-editorial--clients .luxury-editorial__photo--feature,
  .luxury-editorial--clients .luxury-editorial__photo--detail,
  .luxury-editorial--clients .luxury-editorial__photo--art {
    min-height: 0;
    grid-column: auto;
    grid-row: auto;
    border-radius: 17px;
  }

  .luxury-editorial__photo--feature {
    grid-column: 1 / 3;
  }

  .luxury-editorial--clients .luxury-editorial__photo--feature {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .luxury-editorial--clients .luxury-editorial__photo--art {
    grid-column: 1;
    grid-row: 2;
  }

  .luxury-editorial--clients .luxury-editorial__photo--detail {
    grid-column: 2;
    grid-row: 2;
  }

  .clients-experience-stats article {
    min-height: 138px;
    padding: 26px 24px;
  }

  .clients-experience-stats article + article {
    border-top: 1px solid rgba(201, 168, 106, 0.18);
    border-left: 0;
  }

  .client-portfolio {
    margin-bottom: 112px;
  }

  .client-portfolio__heading {
    margin-bottom: 38px;
  }

  .client-portfolio__heading h3 {
    font-size: clamp(2.35rem, 11vw, 3.75rem);
    overflow-wrap: anywhere;
  }

  .client-brand-grid,
  .client-brand-grid--recognition {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .client-brand-card,
  .client-portfolio--recognition .client-brand-card {
    min-height: 330px;
    border-radius: 20px;
  }

  .client-brand-card__media,
  .client-portfolio--recognition .client-brand-card__media {
    min-height: 205px;
    margin-bottom: 22px;
    padding: 24px;
  }

  .client-brand-card h4 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .client-brand-card > p {
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .clients-experience-cta {
    min-height: 420px;
    padding: 44px 28px;
    gap: 38px;
    border-radius: 22px;
  }

  .clients-experience-cta::before {
    top: auto;
    right: -28px;
    bottom: -48px;
    width: 190px;
    font-size: 3rem;
    transform: none;
  }

  .clients-experience-cta h3 {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
    overflow-wrap: anywhere;
  }

  .hero--awards {
    min-height: 570px;
    background-position:
      center,
      47% center;
  }

  .awards-showcase-section {
    padding-top: 86px;
  }

  .awards-vfx__grid {
    background-size: 60px 60px;
  }

  .awards-vfx__beam {
    width: 25%;
    opacity: 0.08;
    filter: blur(14px);
  }

  .awards-vfx__ring--one {
    right: -55%;
    width: 115vw;
  }

  .awards-vfx__ring--two {
    left: -45%;
    width: 82vw;
  }

  .awards-intro {
    margin-bottom: 62px;
  }

  .awards-intro h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
    line-height: 0.98;
  }

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

  .awards-grid {
    gap: 16px;
  }

  .award-card,
  .award-card--wide,
  .award-card--featured,
  .award-card--compact,
  .award-card--wide.award-card--compact,
  .award-card:last-child {
    min-height: 365px;
    grid-column: span 12;
    border-radius: 21px;
  }

  .award-card__media,
  .award-card--compact .award-card__media {
    min-height: 220px;
    margin-bottom: 24px;
    padding: 26px;
  }

  .award-card__media img,
  .award-card--wide .award-card__media img {
    width: min(100%, 280px);
    max-height: 165px;
  }

  .award-card__media--split {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .award-card__media--split img,
  .award-card--wide .award-card__media--split img {
    width: 100%;
    max-height: 230px;
  }

  .award-card__description {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .award-card__copy h3 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .awards-cta {
    min-height: 430px;
    margin-top: 96px;
    padding: 44px 28px;
    gap: 38px;
    border-radius: 22px;
  }

  .awards-cta::before {
    top: auto;
    right: -28px;
    bottom: -48px;
    width: 190px;
    font-size: 3.5rem;
    transform: none;
  }

  .awards-cta h3 {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .hero--hospitality {
    min-height: 530px;
  }

  .hero--hospitality .hero-content > h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 2.9rem);
    line-height: 0.98;
    text-wrap: wrap;
  }

  .hospitality-collection__heading h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9.5vw, 2.55rem);
    line-height: 1.02;
    text-wrap: wrap;
  }

  .hospitality-photo,
  .hospitality-photo--feature,
  .hospitality-photo--wide,
  .hospitality-photo--square {
    grid-row: span 23;
  }

  .hospitality-photo--portrait {
    grid-row: span 31;
  }

  .hospitality-photo--tall {
    grid-row: span 31;
  }

  .hospitality-photo figcaption strong {
    font-size: 1.05rem;
  }

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

  .footer-brand-mark {
    width: 82px;
    height: 82px;
  }

  .clients-experience-intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
  }

  .client-brand-card {
    min-height: 310px;
    padding: 14px 14px 26px;
  }

  .client-brand-card__index {
    top: 19px;
    right: 20px;
    font-size: 1.9rem;
  }

  .client-brand-card__media,
  .client-portfolio--recognition .client-brand-card__media {
    min-height: 188px;
    padding: 22px;
  }

  .client-brand-card__media img {
    max-height: 130px;
  }

  .clients-experience-cta .leadership-link {
    width: 100%;
  }

  .award-card {
    min-height: 340px;
    padding: 14px 14px 28px;
  }

  .award-card__number {
    top: 20px;
    right: 21px;
    font-size: 2rem;
  }

  .award-card__media,
  .award-card--compact .award-card__media {
    min-height: 200px;
    padding: 22px;
  }

  .awards-cta .leadership-link {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero--contact .hero-content > h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
    line-height: 0.98;
    text-wrap: wrap;
  }

  .hero--contact .hero-content > h1 .text-word-clip:last-of-type {
    display: block;
  }

  .contact-message-section .section-heading h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
    line-height: 1;
    text-wrap: wrap;
  }

  .contact-form-visual figcaption {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  .contact-form-visual figcaption strong {
    max-width: 100%;
    font-size: clamp(1.8rem, 9vw, 2.35rem);
    line-height: 1.04;
    text-wrap: wrap;
    overflow-wrap: anywhere;
  }

  .hero--clients .hero-content > h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero--clients .hero-content > h1 .text-word-clip:last-of-type {
    display: block;
  }

  .hero--awards .hero-content > h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 10.25vw, 2.8rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero--awards .hero-content > h1 .text-word-clip:last-of-type {
    display: block;
  }

  .clients-experience-intro h2,
  .awards-intro h2 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.4vw, 2.85rem);
    line-height: 1.02;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero--clients .hero-content > h1 .text-word-clip,
  .hero--awards .hero-content > h1 .text-word-clip,
  .clients-experience-intro h2 .text-word-clip,
  .awards-intro h2 .text-word-clip {
    max-width: 100%;
  }
}

@media (hover: none) {
  .info-card:hover,
  .service-card:hover,
  .photo-slot:hover,
  .home-leadership:hover,
  .about-story-identity:hover,
  .about-chapter:hover,
  .purpose-panel:hover,
  .company-value:hover,
  .core-service-showcase:hover,
  .food-beverage-showcase:hover,
  .business-development-showcase:hover,
  .wholesale-showcase:hover,
  .wholesale-capability:hover,
  .wholesale-closing:hover,
  .executive-portrait:hover,
  .executive-value:hover,
  .mission:hover,
  .client-brand-card:hover,
  .clients-experience-cta:hover,
  .award-card:hover,
  .awards-cta:hover,
  .button:hover {
    transform: none;
  }

  .info-card:hover,
  .service-card:hover,
  .photo-slot:hover,
  .home-leadership:hover,
  .about-story-identity:hover,
  .about-chapter:hover,
  .purpose-panel:hover,
  .company-value:hover,
  .core-service-showcase:hover,
  .food-beverage-showcase:hover,
  .business-development-showcase:hover,
  .wholesale-showcase:hover,
  .wholesale-capability:hover,
  .wholesale-closing:hover,
  .executive-portrait:hover,
  .executive-value:hover,
  .mission:hover,
  .client-brand-card:hover,
  .clients-experience-cta:hover,
  .award-card:hover,
  .awards-cta:hover {
    --surface-lift: 0px;
  }

  .photo-slot:hover {
    background-size: cover;
  }

  .button:hover,
  .section--dark .button:hover {
    --magnetic-x: 0px;
    --magnetic-y: 0px;
    color: #080809;
    background: var(--accent);
  }

  .interactive-surface.is-touch-active {
    transform:
      perspective(1000px)
      translate3d(0, var(--surface-offset), 0)
      rotateX(var(--tilt-x))
      rotateY(var(--tilt-y));
    transition-duration: 180ms;
  }

  .interactive-surface.is-touch-active .surface-shine {
    opacity: 0.72;
  }
}

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

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

  .text-word,
  .text-character,
  .js [data-reveal],
  .js .info-card[data-reveal] > *,
  .js .service-card[data-reveal] > *,
  .js .photo-slot[data-reveal] figcaption > *,
  .js .contact-form[data-reveal] .field,
  .js .contact-form[data-reveal] .form-actions {
    opacity: 1;
    filter: none;
    transform: none;
  }

  [data-text-effect="wipe"]::after {
    display: none;
  }

  .vfx-canvas,
  .hero-vfx,
  .pointer-glow,
  .section::after {
    display: none;
  }

  .hero-logo-stage__orbit,
  .hero-logo-stage__spark,
  .hero-logo-stage__sheen,
  .about-story-vfx,
  .purpose-vfx,
  .core-service-vfx,
  .food-beverage-vfx,
  .food-beverage-cover__sheen,
  .business-development-vfx,
  .business-development-cover__sheen,
  .wholesale-vfx,
  .wholesale-showcase__orbit,
  .clients-experience-vfx,
  .awards-vfx,
  .hero-brand-signature span {
    display: none;
  }

  .hero-logo-stage::before,
  .hero-logo-stage__media {
    animation: none;
  }

  .hero-content,
  .hero-content > *,
  .interactive-surface,
  .interactive-surface > * {
    translate: none !important;
    transform: none !important;
  }

  .floating-contact__halo {
    display: none;
  }

  .ambient-player__equalizer i {
    animation: none;
  }
}
