:root {
  --navy: #020912;
  --navy-soft: #061522;
  --gold: #dda42e;
  --gold-light: #f2c04c;
  --white: #efefed;
  --muted: #b9c0c5;
  --line: rgba(211, 150, 39, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--white);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; flex: 0 0 auto; }

.shell { width: min(88.4259vw, 1180px); margin-inline: auto; }
.section { position: relative; }
.centered { text-align: center; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: clamp(58px, 7.06vw, 78px);
  border-bottom: 1px solid rgba(205, 145, 40, 0.24);
  transition: background .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(2, 9, 18, .92);
  backdrop-filter: blur(14px);
}
.header-inner {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: clamp(150px, 20.83vw, 278px) 1fr clamp(138px, 16.67vw, 222px);
  align-items: center;
}
.brand {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(68px, 8.33vw, 92px);
  height: clamp(55px, 6.71vw, 64px);
  margin-left: 0;
  padding-top: 2px;
  z-index: 2;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 7px 11px rgba(0, 0, 0, .62));
}
.nav {
  position: absolute;
  left: clamp(184px, 24.77vw, 330px);
  top: clamp(10px, 1.39vw, 17px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(30px, 4.4vw, 52px);
}
.nav a {
  position: relative;
  padding: 22px 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(10px, 1.27vw, 15px);
  font-weight: 400;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light) 48%, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1);
}
.nav a:hover { color: var(--gold-light); }
.nav a:hover::after { transform: scaleX(1); }

.button {
  min-height: clamp(32px, 4.05vw, 48px);
  padding: 0 clamp(14px, 2.08vw, 25px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(9px, 1.38vw, 16px);
  border: 1px solid var(--gold);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(9px, 1.16vw, 13px);
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background-position: 0 50%;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), filter .35s ease, background-position .55s ease, background-color .35s ease, box-shadow .35s ease, color .35s ease;
}
.button svg { width: clamp(12px, 1.62vw, 18px); height: clamp(12px, 1.62vw, 18px); stroke-width: 1.6; }
.button:hover { transform: translateY(-1px); }
.button-gold {
  color: #07101a;
  background: linear-gradient(105deg, #ce9225 0%, #f1c34f 52%, #ce9023 100%);
  background-size: 210% 100%;
  box-shadow: inset 0 1px rgba(255, 255, 255, .32), 0 6px 16px rgba(202, 139, 34, .12);
}
.button-gold:hover { filter: brightness(1.04); }
.button-outline { color: var(--white); background: linear-gradient(115deg, rgba(2, 9, 18, .62), rgba(218, 158, 45, .02), rgba(2, 9, 18, .62)); background-size: 220% 100%; }
.header-cta {
  position: absolute;
  top: clamp(18px, 2.31vw, 28px);
  right: clamp(8px, 1.16vw, 14px);
  width: clamp(136px, 16vw, 213px);
  min-height: clamp(30px, 3.58vw, 43px);
  padding-inline: 10px;
  font-size: clamp(9px, 1.1vw, 13px);
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: clamp(503px, 58.22vw, 700px);
  overflow: hidden;
  border-bottom: 1px solid rgba(211, 150, 39, .34);
}
.hero-bg, .operations-bg, .cta-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.cta-bg,.hero-bg {
  background-size: cover;
}
.hero-bg { background-image: url('../images/section1.png'); background-size: auto 100%; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 84%, rgba(6, 21, 34, .82) 100%),
    linear-gradient(90deg, rgba(1, 7, 13, 1) 0%, rgba(1, 7, 13, 1) 29%, rgba(1, 7, 13, .9) 59%, rgba(1, 7, 13, .18) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: clamp(502px, 58.1vw, 699px);
  padding-top: clamp(146px, 17.25vw, 214px);
}
.hero-copy { width: min(45vw, 600px); }
.hero h1,
.section-heading h2,
.operations-copy h2,
.about-copy h2,
.cta-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .005em;
}
.hero h1 {
  font-size: clamp(50px, 6.25vw, 72px);
  line-height: .91;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .45);
}
.hero h1 span,
.about-copy h2 span,
.cta-copy h2 span { color: var(--gold); }
.hero-copy > p {
  margin: clamp(9px, 1.16vw, 14px) 0 clamp(17px, 2.2vw, 26px);
  color: #e1e3e4;
  font-size: clamp(10.5px, 1.39vw, 16px);
  font-weight: 400;
  line-height: 1.45;
}
.hero-actions { display: flex; align-items: center; gap: clamp(12px, 1.97vw, 23px); }
.hero-actions .button:first-child { min-width: clamp(167px, 19.45vw, 230px); }
.hero-actions .button-outline { min-width: clamp(185px, 21.53vw, 258px); }
.hero-actions .button-outline { width: clamp(185px, 21.41vw, 254px); min-width: 0; padding-inline: clamp(11px, 1.39vw, 16px); }
.hero-proof {
  display: flex;
  align-items: center;
  gap: clamp(9px, 1.16vw, 14px);
  margin-top: clamp(14px, 1.74vw, 21px);
  font-size: clamp(9px, 1.16vw, 13px);
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.hero-proof svg { width: clamp(20px, 2.43vw, 29px); height: clamp(20px, 2.43vw, 29px); color: var(--gold); stroke-width: 1.7; }

.services-section {
  min-height: clamp(372px, 43.05vw, 574px);
  padding: clamp(16px, 1.97vw, 23px) 0 clamp(16px, 1.85vw, 22px);
  background: radial-gradient(circle at 50% 0%, #0b2234 0%, #061522 40%, #020912 88%);
}
.section-heading { margin-bottom: clamp(5px, .58vw, 7px); }
.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 17px);
  margin-bottom: clamp(2px, .46vw, 5px);
  color: var(--gold);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(10px, 1.27vw, 15px);
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow span { width: clamp(48px, 6.02vw, 72px); height: 1px; background: var(--gold); opacity: .66; }
.section-heading h2 { font-size: clamp(35px, 4.63vw, 55px); line-height: 1; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(8px, 1.04vw, 13px); }
.service-card {
  --card-image: none;
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(218, 157, 43, .72);
  border-radius: clamp(7px, .93vw, 11px);
  background-image: var(--card-image);
  background-position: center top;
  background-size: cover;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
  transition: transform .48s cubic-bezier(.22, 1, .36, 1), border-color .4s ease, box-shadow .48s ease, background-position .7s cubic-bezier(.22, 1, .36, 1);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(1, 8, 15, .08) 38%, rgba(1, 8, 15, .76) 60%, rgba(1, 8, 15, .99) 82%);
  transition: background .5s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 30%, rgba(242, 192, 76, .03) 43%, rgba(242, 192, 76, .18) 50%, rgba(242, 192, 76, .03) 57%, transparent 70%);
  opacity: 0;
  transform: translateX(-92%);
  transition: transform .85s cubic-bezier(.22, 1, .36, 1), opacity .35s ease;
}
.service-content {
  position: absolute;
  z-index: 2;
  left: clamp(10px, 1.27vw, 15px);
  right: clamp(9px, 1.16vw, 14px);
  bottom: clamp(9px, 1.16vw, 14px);
}
.service-icon {
  width: clamp(42px, 5.09vw, 60px);
  height: clamp(42px, 5.09vw, 60px);
  margin-bottom: clamp(6px, .81vw, 10px);
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: clamp(1px, .18vw, 2px) solid var(--gold);
  border-radius: 50%;
  background: rgba(2, 9, 18, .62);
  transition: color .4s ease, border-color .4s ease, background .4s ease, box-shadow .4s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}
.service-icon svg { width: 55%; height: 55%; stroke-width: 1.55; }
.service-card h3,
.differential h3,
.footer h3 {
  margin: 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.service-card h3 { font-size: clamp(17px, 2.2vw, 26px); line-height: 1; }
.service-card p {
  margin: clamp(4px, .58vw, 7px) 0 0;
  color: #e7e9ea;
  font-size: clamp(9.5px, 1.27vw, 15px);
  font-weight: 300;
  line-height: 1.48;
}

.operations-section {
  position: relative;
  min-height: clamp(276px, 31.94vw, 385px);
  overflow: hidden;
  border-block: 1px solid rgba(211, 150, 39, .28);
}
.operations-bg { background-image: url('../images/section3.png'); }
.operations-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 82%, rgba(4, 17, 29, .8) 100%),
    linear-gradient(90deg, rgba(1, 8, 15, 1) 0%, rgba(1, 8, 15, 1) 34%, rgba(1, 8, 15, .94) 38%, rgba(1, 8, 15, .58) 48%, rgba(1, 8, 15, .12) 69%, rgba(1, 8, 15, .02) 84%);
}
.operations-inner {
  position: relative;
  z-index: 2;
  min-height: clamp(274px, 31.71vw, 383px);
  display: flex;
  align-items: center;
}
.operations-copy { width: min(47vw, 627px); }
.section-kicker {
  margin: 0 0 clamp(2px, .46vw, 5px);
  color: var(--gold);
  font-size: clamp(10px, 1.39vw, 16px);
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}
.operations-copy h2 { font-size: clamp(34px, 4.4vw, 52px); line-height: .95; }
.operations-text {
  margin: clamp(5px, .69vw, 8px) 0 0;
  color: #ced3d6;
  font-size: clamp(8.5px, 1.08vw, 13px);
  font-weight: 300;
  line-height: 1.5;
}
.stats { width: min(42vw, 560px); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(7px, 1.04vw, 12px); }
.stat {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: clamp(7px, .93vw, 11px);
  padding: 1px clamp(10px, 1.39vw, 17px);
  border-right: 1px solid rgba(218, 157, 43, .67);
  transition: background-size .45s cubic-bezier(.22, 1, .36, 1), color .35s ease;
  background-image: linear-gradient(100deg, rgba(221, 164, 46, .12), transparent 72%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat-icon { grid-row: 1 / 3; width: clamp(29px, 3.47vw, 41px); height: clamp(29px, 3.47vw, 41px); color: var(--gold); stroke-width: 1.5; transition: color .35s ease, filter .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
.stat strong { color: var(--gold); font-family: "Bebas Neue", sans-serif; font-size: clamp(22px, 2.89vw, 34px); font-weight: 400; line-height: .92; text-transform: uppercase; }
.stat small { margin-top: 3px; color: #f1f1ef; font-size: clamp(6.5px, .81vw, 10px); font-weight: 500; line-height: 1.2; text-transform: uppercase; }

.about-section {
  padding: clamp(15px, 1.794vw, 21px) 0;
  background: linear-gradient(180deg, #04111d 0%, #020912 100%);
  border-bottom: 1px solid rgba(211, 150, 39, .25);
}
.about-grid {
  width: min(90.28vw, 1204px);
  display: grid;
  grid-template-columns: 39.36% 1fr;
  align-items: center;
  gap: clamp(14px, 1.85vw, 22px);
}
.team-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(218, 157, 43, .68);
  border-radius: clamp(6px, .81vw, 10px);
  transition: border-color .45s ease, box-shadow .45s ease;
}
.team-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, transparent 30%, rgba(242, 192, 76, .13) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-70%);
  transition: transform .85s cubic-bezier(.22, 1, .36, 1), opacity .4s ease;
}
.team-image img { width: 100%; aspect-ratio: 1.34 / 1; object-fit: cover; transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .55s ease; }
.about-copy h2 { font-size: clamp(32px, 4.17vw, 50px); line-height: .95; }
.about-copy > p {
  margin: clamp(5px, .69vw, 8px) 0 clamp(7px, .93vw, 11px);
  color: #cfd3d6;
  font-size: clamp(9.5px, 1.27vw, 15px);
  font-weight: 300;
  line-height: 1.47;
}
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value {
  min-height: clamp(66px, 8.33vw, 99px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, .69vw, 8px);
  text-align: center;
  border-right: 1px solid rgba(218, 157, 43, .52);
  background-image: linear-gradient(180deg, transparent 18%, rgba(221, 164, 46, .1));
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 78% 0;
  transition: background-size .48s cubic-bezier(.22, 1, .36, 1), color .35s ease;
}
.value:last-child { border-right: 0; }
.value > svg { width: clamp(28px, 3.7vw, 44px); height: clamp(28px, 3.7vw, 44px); color: var(--gold); stroke-width: 1.45; transition: color .35s ease, filter .35s ease, transform .5s cubic-bezier(.22, 1, .36, 1); }
.value strong { font-family: "Roboto Condensed", sans-serif; font-size: clamp(9px, 1.16vw, 14px); font-weight: 600; line-height: 1.08; text-transform: uppercase; }

.differentials-section {
  min-height: clamp(118px, 13.66vw, 164px);
  padding: clamp(10px, 1.27vw, 15px) 0 clamp(14px, 1.62vw, 19px);
  background: radial-gradient(circle at 50% 0%, #0d2539 0%, #061522 58%, #020912 100%);
  border-bottom: 1px solid rgba(211, 150, 39, .3);
}
.differentials-section > .shell { width: min(83.33vw, 1112px); }
.centered-eyebrow { margin-bottom: clamp(6px, .81vw, 10px); }
.differentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.differential {
  display: grid;
  grid-template-columns: clamp(38px, 4.63vw, 55px) 1fr;
  gap: clamp(8px, 1.16vw, 14px);
  padding: 0 clamp(10px, 1.5vw, 18px);
  border-right: 1px solid rgba(218, 157, 43, .47);
  background-image: linear-gradient(108deg, rgba(221, 164, 46, .11), rgba(221, 164, 46, .025) 58%, transparent);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .5s cubic-bezier(.22, 1, .36, 1);
}
.differential:first-child { padding-left: 0; }
.differential:last-child { padding-right: 0; border-right: 0; }
.differential-icon {
  display: grid;
  width: clamp(36px, 4.63vw, 55px);
  height: clamp(36px, 4.63vw, 55px);
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
  transition: color .35s ease, border-color .35s ease, background .35s ease, box-shadow .4s ease, transform .48s cubic-bezier(.22, 1, .36, 1);
}
.differential-icon svg { width: 61%; height: 61%; stroke-width: 1.55; }
.differential-text-icon { font-family: "Bebas Neue", sans-serif; font-size: clamp(17px, 2.2vw, 26px); line-height: 1; }
.differential-icon-plain { border: 0; border-radius: 0; }
.differential-icon-plain svg { width: 86%; height: 86%; }
.differential-icon-square { border-radius: 5px; }
.differential h3 { font-size: clamp(10px, 1.27vw, 15px); line-height: 1.12; }
.differential p { margin: clamp(3px, .46vw, 5px) 0 0; color: #b9c0c5; font-size: clamp(7px, .81vw, 10px); font-weight: 300; line-height: 1.28; }

.cta-section { position: relative; min-height: clamp(149px, 17.25vw, 207px); overflow: hidden; }
.cta-bg { background-image: url('../images/section6.png'); background-position: center 70%; }
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 9, 18, .78), rgba(2, 9, 18, .27));
}
.cta-inner {
  position: relative;
  z-index: 2;
  width: min(81.94vw, 1093px);
  min-height: clamp(149px, 17.25vw, 207px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(246px, 29.75vw, 354px);
  align-items: center;
  gap: clamp(30px, 4.63vw, 56px);
}
.cta-copy h2 { font-size: clamp(31px, 4.17vw, 50px); line-height: .97; }
.cta-copy { transform: translateY(clamp(4px, .81vw, 10px)); }
.cta-copy p { margin: clamp(6px, .81vw, 10px) 0 0; color: #d4d7d9; font-size: clamp(10px, 1.39vw, 16px); font-weight: 300; line-height: 1.4; }
.cta-actions { width: clamp(205px, 24.65vw, 293px); display: flex; flex-direction: column; align-items: flex-start; gap: clamp(5px, .69vw, 8px); }
.button-wide { width: 100%; min-height: clamp(31px, 3.7vw, 44px); justify-content: space-between; }
.cta-proof { display: flex; align-items: center; gap: clamp(7px, .93vw, 11px); padding-left: 5px; color: #e4e6e7; font-size: clamp(8px, .93vw, 11px); font-weight: 500; text-transform: uppercase; }
.cta-proof svg { width: clamp(17px, 2.08vw, 25px); height: clamp(17px, 2.08vw, 25px); color: var(--gold); stroke-width: 1.55; }

body.motion-ready [data-reveal] {
  --reveal-x: 0px;
  --reveal-y: 18px;
  --reveal-scale: 1;
  opacity: 0;
  translate: var(--reveal-x) var(--reveal-y);
  scale: var(--reveal-scale);
  filter: blur(5px) saturate(.78) brightness(.82);
  transition-property: opacity, translate, scale, filter;
  transition-duration: .42s;
  transition-timing-function: ease;
  transition-delay: 0ms;
  will-change: opacity, translate, scale, filter;
}
body.motion-ready [data-reveal="hero"] { --reveal-y: 14px; --reveal-scale: .992; filter: blur(7px) saturate(.7) brightness(.72); }
body.motion-ready [data-reveal="glow"] { --reveal-y: 8px; --reveal-scale: .985; filter: blur(8px) saturate(.62) brightness(.7); }
body.motion-ready [data-reveal="left"] { --reveal-x: -28px; --reveal-y: 0px; }
body.motion-ready [data-reveal="right"] { --reveal-x: 28px; --reveal-y: 0px; }
body.motion-ready [data-reveal="card"] { --reveal-y: 20px; --reveal-scale: .975; filter: blur(4px) saturate(.72) brightness(.8); }
body.motion-ready [data-reveal].is-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  filter: none;
  transition-duration: .76s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .button-gold:hover {
    background-position: 100% 50%;
    box-shadow: inset 0 1px rgba(255, 255, 255, .42), 0 11px 26px rgba(202, 139, 34, .2);
  }
  .button-outline:hover {
    color: var(--gold-light);
    background-position: 100% 50%;
    box-shadow: inset 0 0 18px rgba(218, 158, 45, .08), 0 8px 24px rgba(0, 0, 0, .18);
  }

  .service-card:hover {
    transform: translateY(-3px);
    border-color: var(--gold-light);
    background-position: center 3%;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .36), 0 0 22px rgba(221, 164, 46, .08);
  }
  .service-card:hover::before { background: linear-gradient(180deg, rgba(221, 164, 46, .025) 18%, rgba(1, 8, 15, .03) 35%, rgba(1, 8, 15, .72) 59%, rgba(1, 8, 15, .99) 82%); }
  .service-card:hover::after { opacity: 1; transform: translateX(92%); }
  .service-card:hover .service-icon {
    color: #ffd36d;
    border-color: #f2c04c;
    background: linear-gradient(145deg, rgba(221, 164, 46, .18), rgba(2, 9, 18, .7));
    box-shadow: 0 0 20px rgba(221, 164, 46, .18), inset 0 0 12px rgba(221, 164, 46, .08);
    transform: translateY(-2px);
  }

  .stat:hover { background-size: 100% 100%; }
  .stat:hover .stat-icon { color: var(--gold-light); filter: drop-shadow(0 0 7px rgba(221, 164, 46, .38)); transform: translateY(-2px); }

  .team-image:hover { border-color: rgba(242, 192, 76, .9); box-shadow: 0 16px 38px rgba(0, 0, 0, .3), 0 0 24px rgba(221, 164, 46, .08); }
  .team-image:hover::after { opacity: 1; transform: translateX(70%); }
  .team-image:hover img { transform: scale(1.025); filter: saturate(1.05) contrast(1.02); }

  .value:hover { background-size: 78% 100%; }
  .value:hover > svg { color: var(--gold-light); filter: drop-shadow(0 0 7px rgba(221, 164, 46, .35)); transform: translateY(-2px); }

  .differential:hover { background-size: 100% 100%; }
  .differential:hover .differential-icon {
    color: var(--gold-light);
    border-color: var(--gold-light);
    background: rgba(221, 164, 46, .08);
    box-shadow: 0 0 18px rgba(221, 164, 46, .16);
    transform: translateY(-2px);
  }
}

@media (min-width: 721px) {
  .hero-bg,
  .operations-bg {
    transform: translateX(-12%);
    transform-origin: center;
  }

  .operations-bg {
    transform: none;
    background-position: 62% center;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 45%, rgba(0, 0, 0, .82) 54%, rgba(0, 0, 0, .35) 63%, transparent 72%);
    mask-image: linear-gradient(90deg, #000 0%, #000 45%, rgba(0, 0, 0, .82) 54%, rgba(0, 0, 0, .35) 63%, transparent 72%);
  }

  .hero::before,
  .operations-section::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 1;
    width: 40%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0%, rgba(2, 9, 18, .18) 42%, rgba(2, 9, 18, .96) 100%);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .55) 35%, #000 73%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .55) 35%, #000 73%);
  }

  .operations-section::before {
    width: 42%;
    background: linear-gradient(90deg, transparent 0%, rgba(2, 9, 18, .1) 30%, rgba(4, 17, 29, .9) 100%);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 30%, #000 68%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 30%, #000 68%);
  }

  .hero::after,
  .operations-section::after { z-index: 1; }
}

.footer { background: #020811; }
.footer-main {
  width: min(81.94vw, 1093px);
  min-height: clamp(114px, 13.19vw, 158px);
  display: grid;
  grid-template-columns: 1.272fr 1.064fr 1fr 1.248fr;
  align-items: center;
  gap: clamp(30px, 5.2vw, 62px);
}
.footer-logo { width: clamp(101px, 12.15vw, 144px); height: clamp(90px, 11vw, 131px); }
.footer-logo img { width: 100%; height: 100%; object-fit: fill; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .5)); }
.footer-column { align-self: center; display: flex; flex-direction: column; gap: clamp(2px, .35vw, 4px); }
.footer-column h3 { margin-bottom: clamp(2px, .35vw, 4px); font-size: clamp(10px, 1.27vw, 15px); color: #f0f0ee; }
.footer-column a { width: fit-content; color: #b4bbc1; font-size: clamp(7.5px, .93vw, 11px); font-weight: 300; line-height: 1.3; }
.footer-column > a:not(.social-link) { text-transform: uppercase; }
.footer-column a:hover { color: var(--gold-light); }
.social-link, .contacts a { display: flex; align-items: center; }
.social-link { gap: clamp(7px, .93vw, 11px); white-space: nowrap; }
.social-link svg { width: clamp(16px, 1.97vw, 23px); height: clamp(16px, 1.97vw, 23px); color: #f0f0ee; stroke-width: 1.7; }
.contacts { white-space: nowrap; }
.contacts a { gap: clamp(6px, .81vw, 10px); color: #eeefed; font-size: clamp(9px, 1.16vw, 14px); text-transform: none !important; }
.contacts svg { width: clamp(13px, 1.62vw, 19px); height: clamp(13px, 1.62vw, 19px); stroke-width: 1.7; flex-shrink: 0; }
.contacts .contact-email { max-width: 100%; white-space: normal; }
.contact-email span { min-width: 0; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid rgba(211, 150, 39, .23); }
.footer-bottom-inner {
  min-height: clamp(26px, 3.01vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.05vw, 48px);
  color: #929aa2;
  font-size: clamp(7px, .93vw, 11px);
  font-weight: 300;
}
.footer-separator { width: 1px; height: clamp(7px, 1.04vw, 12px); background: rgba(218, 157, 43, .52); }
.footer-legal { display: flex; align-items: center; gap: clamp(22px, 3.5vw, 42px); }
.footer-legal a { color: inherit; }
.footer-legal a:hover,
.footer-legal a[aria-current="page"] { color: var(--gold-light); }
.seo-trigger {
  min-height: 24px;
  padding: 3px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(221, 164, 46, .82);
  background: linear-gradient(105deg, rgba(206, 146, 37, .18), rgba(242, 192, 76, .08));
  color: var(--gold-light);
  font: inherit;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(221, 164, 46, .12);
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.seo-trigger:hover,
.seo-trigger:focus-visible { color: #06101a; background: var(--gold-light); box-shadow: 0 0 22px rgba(221, 164, 46, .28); }
.seo-trigger svg { width: 12px; height: 12px; stroke-width: 1.8; }

body.modal-open { overflow: hidden; }
.seo-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}
.seo-modal[hidden] { display: none; }
.seo-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 5, 10, .82);
  backdrop-filter: blur(9px);
  cursor: pointer;
}
.seo-modal-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(221, 164, 46, .56);
  background:
    radial-gradient(circle at 85% 0%, rgba(221, 164, 46, .13), transparent 34%),
    linear-gradient(145deg, #071522, #020912 70%);
  color: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .65), inset 0 1px rgba(255, 255, 255, .03);
  outline: none;
}
.seo-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221, 164, 46, .38);
  background: rgba(2, 9, 18, .66);
  color: var(--gold-light);
  cursor: pointer;
}
.seo-modal-close:hover,
.seo-modal-close:focus-visible { background: rgba(221, 164, 46, .15); }
.seo-modal-close svg { width: 19px; height: 19px; }
.seo-modal-kicker {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.seo-modal-dialog h2 {
  margin: 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1;
}
.seo-modal-dialog > p:not(.seo-modal-kicker) { margin: 12px 0 0; color: #bcc5cc; font-size: 14px; line-height: 1.5; }
.keyword-cloud { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 9px; }
.keyword-cloud span {
  padding: 8px 12px;
  border: 1px solid rgba(221, 164, 46, .32);
  background: rgba(221, 164, 46, .07);
  color: #e8eaeb;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}

.legal-page { min-height: 100vh; background: #020912; }
.legal-header-inner { display: flex; align-items: center; justify-content: flex-end; }
.legal-back { min-height: 38px; padding-inline: 15px; }
.legal-main {
  min-height: calc(100vh - 37px);
  padding: clamp(105px, 11vw, 145px) 0 clamp(58px, 7vw, 88px);
  background:
    radial-gradient(circle at 78% 9%, rgba(18, 54, 80, .34), transparent 32%),
    linear-gradient(180deg, #020912, #061522 54%, #020912);
}
.legal-article { width: min(86vw, 920px); }
.legal-breadcrumb { display: flex; align-items: center; gap: 8px; color: #929ca4; font-size: 12px; }
.legal-breadcrumb a { color: var(--gold-light); }
.legal-breadcrumb svg { width: 14px; height: 14px; }
.legal-title { margin-top: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(221, 164, 46, .34); }
.legal-title p { margin: 0 0 5px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.legal-title h1 { margin: 0; font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: clamp(50px, 7vw, 78px); font-weight: 400; letter-spacing: .01em; line-height: .98; }
.legal-title span { display: block; margin-top: 13px; color: #919ca4; font-size: 12px; }
.legal-content { margin-top: 30px; color: #cbd1d5; font-size: clamp(14px, 1.25vw, 16px); font-weight: 300; line-height: 1.72; }
.legal-content > p:first-child { margin-top: 0; color: #edf0f1; font-size: clamp(16px, 1.5vw, 19px); }
.legal-content section { margin-top: 32px; }
.legal-content h2 { margin: 0 0 10px; color: #f0f1f2; font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: clamp(25px, 3vw, 34px); font-weight: 400; letter-spacing: .025em; line-height: 1.1; }
.legal-content p { margin: 0; }
.legal-content ul { margin: 10px 0 0; padding-left: 21px; }
.legal-content li { margin-top: 6px; padding-left: 4px; }
.legal-content li::marker { color: var(--gold); }
.legal-content a:not(.button) { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-contact-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(221, 164, 46, .34);
  background: linear-gradient(135deg, rgba(221, 164, 46, .08), rgba(2, 9, 18, .4));
}
.legal-contact-card .button { width: fit-content; margin-top: 20px; color: #07101a; text-decoration: none; }
.legal-footer { border-top: 1px solid rgba(221, 164, 46, .18); }

@media (max-width: 720px) {
  .shell, .about-grid, .differentials-section > .shell, .cta-inner, .footer-main { width: min(100% - 30px, 620px); }
  .site-header { height: 76px; background: rgba(2, 9, 18, .86); backdrop-filter: blur(10px); }
  .header-inner { display: flex; align-items: center; justify-content: space-between; }
  .brand { width: 76px; height: 68px; padding-top: 2px; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; width: 40px; height: 40px; display: grid; place-items: center; margin-left: auto; padding: 0; border: 0; background: transparent; color: var(--gold-light); }
  .menu-toggle svg { position: absolute; width: 25px; height: 25px; transition: opacity .2s ease, transform .2s ease; }
  .menu-icon-close { opacity: 0; transform: rotate(-45deg); }
  .menu-toggle.is-open .menu-icon-open { opacity: 0; transform: rotate(45deg); }
  .menu-toggle.is-open .menu-icon-close { opacity: 1; transform: rotate(0); }
  .nav { position: absolute; inset: 76px 0 auto; display: grid; justify-items: center; gap: 0; padding: 13px 22px 20px; background: rgba(2, 9, 18, .98); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav a { width: 100%; padding: 12px 3px; text-align: center; font-size: 16px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
  .nav a::after { display: none; }

  .hero, .hero-inner { min-height: 720px; }
  .hero-bg { background-position: 73% center; }
  .hero::after { background: linear-gradient(90deg, rgba(1, 7, 13, .95), rgba(1, 7, 13, .56)); }
  .hero-inner { display: flex; align-items: flex-end; padding-top: 0; padding-bottom: 42px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(47px, 14vw, 67px); }
  .hero-copy > p { margin: 15px 0 19px; font-size: 14px; line-height: 1.5; }
  .desktop-break { display: none; }
  .hero-actions { max-width: 350px; flex-direction: column; align-items: stretch; gap: 9px; }
  .button { min-height: 44px; padding-inline: 18px; font-size: 12px; }
  .button svg { width: 16px; height: 16px; }
  .hero-proof { margin-top: 15px; font-size: 11px; }

  .services-section { padding: 34px 0 38px; }
  .eyebrow { font-size: 11px; }
  .section-heading { margin-bottom: 18px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 46px); }
  .services-grid { grid-template-columns: 1fr; gap: 15px; }
  .service-card { aspect-ratio: 1 / 1.15; background-position: center 25%; }
  .service-content { left: 18px; right: 18px; bottom: 18px; }
  .service-icon { width: 50px; height: 50px; }
  .service-card h3 { font-size: 25px; }
  .service-card p { font-size: 13px; }

  .operations-section, .operations-inner { min-height: 620px; }
  .operations-bg { background-position: 64% center; background-size: cover; }
  .operations-section::after {
    background:
      linear-gradient(180deg, rgba(1, 8, 15, .06) 0%, rgba(1, 8, 15, .18) 38%, rgba(1, 8, 15, .84) 72%, rgba(1, 8, 15, .98) 100%),
      linear-gradient(90deg, rgba(1, 8, 15, .62), rgba(1, 8, 15, .08));
  }
  .operations-inner { align-items: flex-end; padding-bottom: 42px; }
  .operations-copy { width: 100%; }
  .section-kicker { font-size: 12px; margin-bottom: 6px; }
  .operations-copy h2 { font-size: 47px; }
  .operations-text { margin-top: 11px; font-size: 12px; }
  .stats { width: 100%; margin-top: 18px; }
  .stat { padding-inline: 10px; column-gap: 7px; }
  .stat-icon { width: 28px; height: 28px; }
  .stat strong { font-size: 25px; }
  .stat small { font-size: 8px; }

  .about-section { padding: 38px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 25px; }
  .about-copy h2 { font-size: 39px; }
  .about-copy > p { margin: 12px 0 20px; font-size: 13px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .value { min-height: 85px; }
  .value:nth-child(2) { border-right: 0; }
  .value > svg { width: 34px; height: 34px; }
  .value strong { font-size: 11px; }

  .differentials-section { padding: 26px 0; }
  .centered-eyebrow { margin-bottom: 15px; }
  .differentials-grid { grid-template-columns: 1fr; }
  .differential { grid-template-columns: 48px 1fr; gap: 14px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .differential:last-child { border-bottom: 0; }
  .differential-icon { width: 44px; height: 44px; }
  .differential h3 { font-size: 16px; }
  .differential p { font-size: 10px; }

  .cta-section, .cta-inner { min-height: 380px; }
  .cta-bg { background-position: 56% bottom; }
  .cta-section::after { background: linear-gradient(90deg, rgba(2, 9, 18, .9), rgba(2, 9, 18, .45)); }
  .cta-inner { grid-template-columns: 1fr; align-content: center; gap: 26px; }
  .cta-copy h2 { font-size: 38px; }
  .cta-copy { transform: none; }
  .cta-copy p { margin-top: 10px; font-size: 13px; }
  .cta-actions { width: min(100%, 350px); gap: 9px; }
  .button-wide { min-height: 46px; }
  .cta-proof { font-size: 10px; }

  .footer-main { min-height: auto; grid-template-columns: 1fr 1fr; gap: 30px; padding: 35px 0; }
  .footer-logo { width: 115px; }
  .footer-column h3 { font-size: 15px; }
  .footer-column a { font-size: 11px; }
  .social-link { white-space: normal; }
  .contacts { grid-column: 1 / -1; }
  .contacts a { font-size: 12px; }
  .footer-bottom-inner { min-height: 72px; flex-direction: column; gap: 9px; padding: 12px 0; text-align: center; font-size: 8px; }
  .footer-separator { display: none; }
  .footer-legal { justify-content: center; flex-wrap: wrap; gap: 10px 20px; }
  .seo-trigger { min-height: 22px; padding-inline: 8px; font-size: 8px; }
  .seo-modal { padding: 12px; }
  .seo-modal-dialog { max-height: calc(100vh - 24px); padding: 34px 20px 24px; }
  .seo-modal-dialog h2 { padding-right: 28px; font-size: 38px; }
  .seo-modal-dialog > p:not(.seo-modal-kicker) { font-size: 13px; }
  .keyword-cloud { margin-top: 18px; gap: 7px; }
  .keyword-cloud span { padding: 7px 9px; font-size: 11px; }

  .legal-header-inner { display: flex; }
  .legal-back { min-height: 38px; padding-inline: 12px; font-size: 10px; }
  .legal-main { padding: 92px 0 48px; }
  .legal-article { width: min(100% - 30px, 620px); }
  .legal-title { margin-top: 22px; padding-bottom: 22px; }
  .legal-title h1 { font-size: 52px; }
  .legal-content { margin-top: 24px; font-size: 14px; line-height: 1.65; }
  .legal-content > p:first-child { font-size: 16px; }
  .legal-content section { margin-top: 27px; }
  .legal-content h2 { font-size: 28px; }
  .legal-contact-card .button { width: 100%; }

  body.motion-ready [data-reveal="left"] { --reveal-x: -18px; }
  body.motion-ready [data-reveal="right"] { --reveal-x: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  body.motion-ready [data-reveal],
  body.motion-ready [data-reveal].is-visible { opacity: 1 !important; translate: none !important; scale: 1 !important; filter: none !important; }
}
