:root {
  --navy: #0f1e2e;
  --charcoal: #1e293b;
  --gold: #c5a059;
  --gold-soft: #d4b57a;
  --parchment: #f8fafc;
  --slate: #f1f5f9;
  --heading: #0f172a;
  --body: #334155;
  --white: #ffffff;
  --line: rgba(197, 160, 89, 0.32);
  --rule: #e2e8f0;
  --shadow: 0 20px 50px rgba(15, 30, 46, 0.14);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --header-h: 88px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--body);
  background: var(--parchment);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: var(--heading);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.kicker {
  display: inline-block;
  font-family: var(--sans);
  font-size: clamp(0.64rem, 1.6vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.lede { font-size: clamp(1rem, 2vw, 1.15rem); color: var(--body); max-width: 44rem; }

.copy ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: var(--body);
}
.copy li { margin: 0.35rem 0; }

.topbar {
  background: var(--navy);
  color: var(--parchment);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  flex-wrap: wrap;
}
.topbar a { color: var(--gold-soft); text-decoration: none; }
.topbar a:hover { color: var(--white); }

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 40;
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(15, 30, 46, 0.08); }
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: var(--header-h);
  position: relative;
}
.brand { flex: 0 0 auto; }
.brand img { height: 70px; width: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.nav a {
  text-decoration: none;
  color: var(--navy);
  padding: 0.3rem 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--gold); border-color: var(--gold); }
.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid var(--navy);
  color: var(--navy);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  cursor: pointer;
}
.header-cta { flex: 0 0 auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.95rem 1.35rem;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--charcoal); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { border-color: var(--white); color: var(--white); background: transparent; }
.btn-ghost:hover { background: var(--white); color: var(--navy); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white); }

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--navy) center/cover no-repeat;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15, 30, 46, 0.92), rgba(15, 30, 46, 0.75));
  z-index: -1;
}
.hero-inner { padding: clamp(4rem, 8vw, 7rem) 0 clamp(3.2rem, 7vw, 5.5rem); max-width: 820px; }
.hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5.4vw, 4.4rem);
  margin-bottom: 1.1rem;
}
.hero p { color: rgba(248, 250, 252, 0.9); font-size: clamp(1rem, 2vw, 1.15rem); max-width: 40rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-top: 2.4rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  font-size: clamp(0.64rem, 1.7vw, 0.74rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.hero-meta span:not(:last-child)::after {
  content: "|";
  margin-left: 1.1rem;
  color: rgba(197, 160, 89, 0.55);
}

.page-hero {
  background: var(--navy) center/cover no-repeat;
  color: var(--white);
  padding: clamp(3rem, 7vw, 4.5rem) 0 clamp(2.4rem, 6vw, 3.5rem);
  position: relative;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15, 30, 46, 0.92), rgba(15, 30, 46, 0.75));
}
.page-hero .wrap { position: relative; }
.page-hero h1 { color: var(--white); font-size: clamp(1.9rem, 4.8vw, 3.6rem); }

.section { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
.section-slate { background: var(--slate); }
.section-white { background: var(--white); }
.section-navy { background: var(--navy); color: var(--parchment); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy .lede { color: rgba(248, 250, 252, 0.82); }
.section-head { max-width: 680px; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }
h2 { font-size: clamp(1.75rem, 3.8vw, 3rem); }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}
.split img.facility {
  width: 100%;
  height: min(460px, 58vw);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.split.reverse { grid-template-columns: 0.95fr 1.05fr; }
.split.reverse .copy { order: 2; }

.gold-rule {
  width: 64px;
  height: 1px;
  background: var(--gold);
  border: 0;
  margin: 1.25rem 0 1.5rem;
}

.grid-3, .grid-2, .grid-4 {
  display: grid;
  gap: 1.25rem;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.7rem 1.5rem 1.5rem;
  min-height: 100%;
}
.card h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin-bottom: 0.7rem; }
.card p:last-child { margin-bottom: 0; color: var(--body); }
.card .num {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 1.7rem;
  line-height: 1;
  display: block;
  margin-bottom: 0.8rem;
}

.naics {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.naics th, .naics td {
  text-align: left;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.naics th {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--navy);
}
.naics td:first-child { font-weight: 600; color: var(--navy); white-space: nowrap; }
.naics tr.primary td { background: #f8f4ea; }

.portrait {
  width: 140px;
  height: 140px;
  max-width: 180px;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center 14%;
  border: 2px solid var(--gold);
  flex: 0 0 auto;
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.person {
  background: var(--charcoal);
  border: 1px solid rgba(197, 160, 89, 0.22);
  padding: 1.6rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
.section-navy .person h3 { color: var(--white); }
.person-body { padding: 0; }
.person h3 { margin: 1rem 0 0.2rem; font-size: clamp(1.4rem, 2.2vw, 1.75rem); }
.person .role,
.exec .role {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.85rem;
}
.person p { color: rgba(248, 250, 252, 0.84); }

.exec {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem 1.75rem;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.6rem;
  margin-bottom: 1.25rem;
}
.exec .portrait {
  width: 140px;
  height: 140px;
}
.exec h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.2rem; }

.note {
  background: var(--slate);
  border-left: 3px solid var(--gold);
  padding: 1rem 1.2rem;
  color: var(--body);
  font-size: 0.95rem;
}

.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.contact-list li { margin: 0 0 1rem; }
.contact-list a { color: var(--navy); font-weight: 600; text-decoration: none; }
.contact-list a:hover { color: var(--gold); }

form { display: grid; gap: 0.9rem; }
label { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--navy); }
input, textarea, select {
  width: 100%;
  font: inherit;
  padding: 0.85rem 0.9rem;
  border: 1px solid #cbd5e1;
  background: var(--white);
  color: var(--heading);
}
input:focus, textarea:focus, select:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-status { padding: 0.8rem 1rem; margin-bottom: 1rem; }
.form-status.ok { background: #ecfdf3; color: #166534; }
.form-status.err { background: #fef2f2; color: #991b1b; }

.site-footer {
  background: var(--navy);
  color: var(--parchment);
  padding: 3.5rem 0 1.5rem;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}
.site-footer .brand img { height: 78px; background: var(--white); padding: 0.4rem; }
.site-footer h4 {
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.site-footer a { color: var(--parchment); text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0.4rem 0; }
.legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.8rem;
}

@media (max-width: 1099px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .split, .split.reverse, .grid-2, .grid-3, .grid-4, .people, .contact-grid, .footer-grid, .exec {
    grid-template-columns: 1fr;
  }
  .split.reverse .copy { order: 0; }
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem 1.4rem;
    border-bottom: 1px solid var(--rule);
    gap: 0.35rem;
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .brand img { height: 54px; }
  .split img.facility { height: 240px; }
  .topbar-inner { justify-content: center; text-align: center; }
  .hero-meta span:not(:last-child)::after { display: none; }
  .exec { justify-items: start; }
}

@media (min-width: 768px) {
  .portrait,
  .exec .portrait {
    width: 180px;
    height: 180px;
  }
}
