:root {
  --bg: #07090b;
  --panel: #0c1013;
  --gold: #c99a3d;
  --gold-bright: #e0b158;
  --gold-soft: rgba(201, 154, 61, 0.18);
  --white: #f5f4ef;
  --muted: #b9bdc0;
  --blue: #123f73;
  --ink: #07090b;
  --nav-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

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

.max {
  max-width: 1280px;
  margin: auto;
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #46371f;
}

.nav {
  min-height: var(--nav-height);
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.links {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
}

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

.vtop {
  border: 1px solid var(--gold);
  padding: 11px 12px;
  color: var(--gold);
}

.hero {
  background: linear-gradient(180deg, #050607, #0b0e10);
  border-bottom: 1px solid var(--gold);
}

.hero-in {
  padding: 52px 24px 76px;
}

.centered-hero {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

.hero-logo {
  display: block;
  width: min(1180px, 94vw);
  max-width: 100%;
  height: auto;
  margin: 0 auto 28px;
  object-fit: contain;
}

.values-line {
  max-width: 1050px;
  margin: 0 auto;
  color: #f4f3ef;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.values-line span {
  padding: 0 0.08em;
  color: var(--gold);
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1 {
  margin: 14px 0 18px;
  font-size: 65px;
  line-height: 0.98;
  letter-spacing: -2px;
}

.lead {
  color: #ddd;
  font-size: 19px;
  line-height: 1.55;
}

.btns {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.center-btns {
  justify-content: center;
  margin-top: 32px;
}

.btn {
  display: inline-block;
  padding: 13px 16px;
  border: 1px solid var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fill {
  background: var(--gold);
  color: #111;
}

.cap {
  min-height: 410px;
  display: grid;
  grid-template-columns: 42% 58%;
  border-bottom: 1px solid #51401f;
}

.cap.alt {
  grid-template-columns: 58% 42%;
}

.cap.alt .visual {
  order: 0;
}

.cap.alt .copy {
  order: 1;
}

.copy {
  padding: 48px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #090c0e, #12171a);
}

.copy h2 {
  margin: 0 0 12px;
  font-size: 31px;
  line-height: 1.08;
  text-transform: uppercase;
}

.copy p {
  margin: 0 0 15px;
  color: var(--muted);
  line-height: 1.58;
}

.chips {
  margin: 8px 0 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chip {
  padding: 7px 8px;
  border: 1px solid #494d50;
  text-transform: uppercase;
}

.visual {
  position: relative;
  min-height: 410px;
  background-position: center;
  background-repeat: no-repeat;
}

.caption {
  position: absolute;
  bottom: 14px;
  left: 16px;
  padding: 7px 9px;
  border-left: 2px solid var(--gold);
  background: rgba(0, 0, 0, 0.72);
  color: #ddd;
}

.rapid-title {
  max-width: 100%;
  font-size: clamp(23px, 2.35vw, 31px) !important;
  overflow-wrap: normal;
  word-break: normal;
}

.veracity {
  border-top: 5px solid #1c4a7c;
  background: #f5f7fa;
  color: #10213a;
}

.vrow {
  max-width: 1280px;
  margin: auto;
  padding: 42px 34px;
  display: grid;
  grid-template-columns: 1.2fr 1.15fr 0.65fr;
  align-items: center;
  gap: 30px;
}

.vbrand {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.vmark {
  display: block;
  width: 100%;
  max-width: 142px;
  height: auto;
  mix-blend-mode: multiply;
}

.vname {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.vname span:last-child {
  color: #b27c13;
}

.verify {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}

.verify div {
  min-width: 0;
  padding: 3px 0 3px 10px;
  border-left: 2px solid #c89a3d;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.verify div:last-child {
  border-left-color: #123f73;
}

.vbtn {
  padding: 17px;
  background: #123f73;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

footer {
  border-top: 1px solid #333;
}

.foot {
  max-width: 1280px;
  margin: auto;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 25px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.65;
}

.foot b {
  color: white;
  text-transform: uppercase;
}

.pagebody {
  max-width: 1120px;
  margin: auto;
  padding: 0 34px 80px;
  color: #c7c9ca;
  line-height: 1.7;
}

.pagebody h2 {
  color: #fff;
}

.gallery {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border: 1px solid #35393b;
}

.gallery img:only-child {
  grid-column: 1 / -1;
  height: min(480px, 52vw);
}

.project-gallery {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.project-card {
  margin: 0;
  overflow: hidden;
  background: #11161a;
  border: 1px solid #35393b;
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 154, 61, 0.75);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.project-card.featured {
  grid-column: span 2;
}

.project-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.project-card figcaption {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: #f2f3f4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.note {
  padding: 15px 18px;
  border-left: 3px solid var(--gold);
  background: #11161a;
}

.floor img {
  width: 100%;
  margin: 12px 0;
  background: white;
}

.contact-panel a:not(.btn) {
  color: var(--gold-bright);
}

html {
  scroll-padding-top: calc(var(--nav-height) + 22px);
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(18, 63, 115, 0.1), transparent 28rem),
    var(--bg);
}

body.nav-open {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--gold);
  color: #090a0b;
  font-weight: 900;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 14px;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1001;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), #f4d79c);
  box-shadow: 0 0 14px rgba(224, 177, 88, 0.55);
  pointer-events: none;
}

.top {
  min-height: var(--nav-height);
  background: rgba(5, 6, 7, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: min-height 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.top.scrolled {
  min-height: 72px;
  background: rgba(5, 6, 7, 0.985);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38);
}

.nav {
  position: relative;
  min-height: inherit;
  height: auto;
  transition: min-height 220ms ease;
}

.logoimg {
  width: 174px;
  height: 70px;
  object-fit: contain;
  object-position: center;
  transition: width 220ms ease, height 220ms ease, filter 220ms ease;
}

.top.scrolled .logoimg {
  width: 154px;
  height: 58px;
}

.logoimg:hover {
  filter: brightness(1.08);
}

.links {
  gap: clamp(10px, 1.15vw, 18px);
  font-size: 12px;
  letter-spacing: 0.035em;
}

.links a:not(.vtop) {
  position: relative;
  padding: 10px 0;
}

.links a:not(.vtop)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 1px;
  background: var(--gold-bright);
  transition: right 180ms ease;
}

.links a:hover::after,
.links a:focus-visible::after,
.links a[aria-current="page"]::after {
  right: 0;
}

.links a[aria-current="page"] {
  color: var(--gold-bright);
}

.vtop,
.btn,
.vbtn {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease,
    transform 180ms ease, box-shadow 180ms ease;
}

.vtop:hover,
.vtop:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold-bright);
  box-shadow: 0 10px 26px rgba(201, 154, 61, 0.14);
}

.btn.fill:hover,
.btn.fill:focus-visible {
  background: var(--gold-bright);
}

.vbtn:hover,
.vbtn:focus-visible {
  transform: translateY(-2px);
  background: #1a538e;
  box-shadow: 0 12px 28px rgba(18, 63, 115, 0.25);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(201, 154, 61, 0.65);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.hero {
  --pointer-x: 76%;
  --pointer-y: 22%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 590px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(201, 154, 61, 0.16), transparent 25rem),
    radial-gradient(circle at 18% 82%, rgba(18, 63, 115, 0.18), transparent 30rem);
  transition: background-position 200ms ease;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero > .max {
  position: relative;
  z-index: 1;
}

.hero-logo {
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.36));
  animation: hero-mark-in 820ms cubic-bezier(0.2, 0.75, 0.22, 1) both;
  will-change: transform;
}

.values-line {
  animation: hero-copy-in 760ms 160ms cubic-bezier(0.2, 0.75, 0.22, 1) both;
}

.center-btns {
  animation: hero-copy-in 760ms 280ms cubic-bezier(0.2, 0.75, 0.22, 1) both;
}

@keyframes hero-mark-in {
  from { opacity: 0; transform: translateY(22px) scale(0.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.capability-nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1280px;
  margin: -34px auto 0;
  border: 1px solid rgba(201, 154, 61, 0.45);
  background: rgba(9, 12, 14, 0.96);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
}

.capability-nav a {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  border-right: 1px solid rgba(201, 154, 61, 0.25);
  color: #d7d8d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.capability-nav a:last-child {
  border-right: 0;
}

.capability-nav .number {
  color: var(--gold-bright);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.capability-nav a:hover,
.capability-nav a:focus-visible,
.capability-nav a.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(201, 154, 61, 0.17), rgba(18, 63, 115, 0.08));
}

#capabilities {
  padding-top: 34px;
}

.cap {
  position: relative;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.cap:hover {
  border-color: rgba(224, 177, 88, 0.8);
  box-shadow: inset 0 1px 0 rgba(224, 177, 88, 0.08);
}

.cap .visual {
  overflow: hidden;
  background-size: 105%;
  transition: background-size 700ms cubic-bezier(0.2, 0.75, 0.22, 1), filter 300ms ease;
}

.cap .visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(201, 154, 61, 0.14));
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.cap:hover .visual {
  background-size: 112%;
  filter: saturate(1.08) contrast(1.03);
}

.cap:hover .visual::after {
  opacity: 1;
}

.copy {
  position: relative;
}

.copy::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 31px;
  width: 42px;
  height: 2px;
  background: var(--gold);
  transform-origin: left;
  transition: width 260ms ease;
}

.cap:hover .copy::before {
  width: 78px;
}

.copy h2 {
  margin-top: 10px;
}

.chip {
  font-size: 12px;
  letter-spacing: 0.025em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.chip:hover {
  color: #fff;
  border-color: rgba(201, 154, 61, 0.68);
  background: rgba(201, 154, 61, 0.08);
}

.caption {
  font-size: 12px;
  transition: transform 220ms ease, background 220ms ease;
}

.cap:hover .caption {
  transform: translateY(-3px);
  background: rgba(0, 0, 0, 0.86);
}

.veracity {
  position: relative;
  overflow: hidden;
}

.veracity::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -150px;
  border-radius: 50%;
  background: rgba(18, 63, 115, 0.07);
  pointer-events: none;
}

.pagehero {
  position: relative;
  max-width: none;
  min-height: 340px;
  padding: 100px max(34px, calc((100vw - 1120px) / 2)) 72px;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 154, 61, 0.5);
  background:
    radial-gradient(circle at 78% 20%, rgba(201, 154, 61, 0.16), transparent 24rem),
    radial-gradient(circle at 14% 100%, rgba(18, 63, 115, 0.19), transparent 30rem),
    linear-gradient(135deg, #080b0d, #10161a);
}

.pagehero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(115deg, transparent 64%, rgba(255,255,255,.045) 64.2%, transparent 64.6%);
  pointer-events: none;
}

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

.pagehero h1 {
  font-size: clamp(42px, 6vw, 72px);
  max-width: 1000px;
}

.pagebody {
  padding-top: 62px;
}

.pagebody h2 {
  position: relative;
  margin-top: 42px;
  padding-top: 18px;
  font-size: clamp(25px, 3vw, 36px);
}

.pagebody h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--gold);
}

.pagebody p,
.copy p {
  font-size: 16px;
}

.gallery {
  align-items: stretch;
}

.gallery img {
  min-height: 230px;
  transition: transform 320ms ease, filter 320ms ease, border-color 320ms ease;
}

.gallery img:hover {
  z-index: 2;
  transform: translateY(-6px) scale(1.018);
  filter: saturate(1.08) contrast(1.03);
  border-color: rgba(201, 154, 61, 0.75);
}

.food-gallery img:first-child,
.food-gallery img:nth-child(7) {
  grid-column: span 2;
}

.note {
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
}

.foot a:hover,
.foot a:focus-visible {
  color: var(--gold-bright);
}

.enhanced .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.enhanced .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(201, 154, 61, 0.65);
  background: rgba(7, 9, 11, 0.92);
  color: var(--gold-bright);
  font-size: 21px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--gold);
  color: #08090a;
}

@media (max-width: 1180px) {
  .menu-toggle {
    display: block;
  }

  .links {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    margin: 0;
    padding: 18px;
    max-height: calc(100vh - 110px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: rgba(7, 9, 11, 0.985);
    border: 1px solid rgba(201, 154, 61, 0.45);
    box-shadow: 0 24px 48px rgba(0,0,0,.5);
  }

  .links.open {
    display: flex;
  }

  .links a,
  .links .vtop {
    width: 100%;
    padding: 13px 12px;
  }

  .links a:not(.vtop)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .cap,
  .cap.alt {
    grid-template-columns: 1fr;
  }

  .cap .visual,
  .cap.alt .visual {
    order: 0;
  }

  .cap .copy,
  .cap.alt .copy {
    order: 1;
  }

  .vrow,
  .foot {
    grid-template-columns: 1fr;
  }

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

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-card.featured {
    grid-column: auto;
  }

  .food-gallery img:first-child,
  .food-gallery img:nth-child(7) {
    grid-column: auto;
  }

  .gallery img:only-child {
    height: min(480px, 70vw);
  }

  .capability-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .capability-nav a {
    border-bottom: 1px solid rgba(201, 154, 61, 0.2);
  }

  .capability-nav a:nth-child(even) {
    border-right: 0;
  }

  .capability-nav a:last-child {
    grid-column: 1 / -1;
  }

  #capabilities {
    padding-top: 0;
  }

  .cap .visual,
  .cap:hover .visual {
    background-size: cover;
  }

  .foot {
    gap: 28px;
  }
}

@media (max-width: 620px) {
  :root { --nav-height: 76px; }

  .nav {
    padding: 0 16px;
  }

  .logoimg,
  .top.scrolled .logoimg {
    width: 145px;
    height: 58px;
  }

  .hero {
    min-height: 540px;
  }

  .centered-hero {
    padding: 46px 14px 66px;
  }

  .values-line {
    font-size: clamp(20px, 6.6vw, 27px);
    line-height: 1.45;
  }

  .btns {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    text-align: center;
    font-size: 12px;
  }

  .capability-nav {
    grid-template-columns: 1fr;
  }

  .capability-nav a,
  .capability-nav a:nth-child(even),
  .capability-nav a:last-child {
    grid-column: auto;
    border-right: 0;
  }

  .copy {
    padding: 50px 24px 40px;
  }

  .copy::before {
    left: 24px;
    top: 32px;
  }

  .copy h2 {
    font-size: clamp(25px, 8vw, 31px);
  }

  .pagehero {
    min-height: 300px;
    padding: 78px 24px 58px;
  }

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

  .pagebody {
    padding: 40px 24px 70px;
  }

  .vrow,
  .foot {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vbrand {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
  }

  .vmark {
    max-width: 116px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

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