:root {
  --blue: #0a1f3e;
  --blue-deep: #06162e;
  --blue-light: #12335e;
  --gold: #cda86a;
  --ivory: #f4f0e8;
  --white: #ffffff;
  --muted: rgba(255,255,255,.72);
  --line: rgba(205,168,106,.44);
  --serif: "Bodoni MT", Georgia, serif;
  --sans: "Myriad Pro", Arial, sans-serif;
  --wrapper: 1200px;
  --header-height: 88px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--blue);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.content-wrapper {
  width: min(var(--wrapper), calc(100% - 48px));
  margin-inline: auto;
}

.fixed-bottom-gradient {
  position: fixed;
  z-index: 50;
  pointer-events: none;
  inset: auto 0 0;
  height: 340px;
  background: url("images/bottom-gradient.png") repeat-x left bottom / auto 340px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  width: 100%;
  height: var(--header-height);
}
.header-gradient {
  position: absolute;
  inset: 0 0 auto;
  height: 190px;
  pointer-events: none;
  background: url("images/header-gradient.png") repeat-x left top / auto 190px;
  transition: opacity .35s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  border-bottom: 1px solid rgba(205,168,106,.14);
  background: rgba(6,22,46,.58);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  transition: opacity .35s ease;
}
.site-header.is-scrolled::after { opacity: 1; }
.site-header.is-scrolled .header-gradient { opacity: .35; }

.header-inner {
  width: min(1400px, calc(100% - 46px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 15px; min-width: max-content; }
.brand-logo {
  display: block;
  width: 285px;
  height: auto;
}

.site-footer .brand-logo {
  width: 240px;
}

.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a {
  position: relative;
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
}

.main-nav a.is-active {
  color: var(--gold);
}

.main-nav a {
  color: rgba(255,255,255,.78);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 8px;
  height: 1px;
  background: var(--gold);
  transition: right .3s var(--ease);
}
.main-nav a:hover::after,
.main-nav a.is-active::after { right: 0; }

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

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid rgba(205,168,106,.4);
  background: rgba(10,31,62,.45);
}
.nav-toggle span {
  display: block; width: 20px; height: 1px; margin: 5px auto;
  background: var(--gold);
  transition: transform .25s ease, opacity .25s ease;
}

.hero {
  position: relative;
  min-height: 790px;
  padding-top: var(--header-height);
  overflow: hidden;
  background: var(--blue);
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 38%;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: translateX(5%);
  transition: opacity 1.05s ease, transform 1.2s var(--ease);
}
.hero-slide.is-active { opacity: 1; transform: translateX(0); }
.hero-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--blue) 0%, rgba(10,31,62,.78) 12%, rgba(10,31,62,.08) 48%),
    linear-gradient(180deg, rgba(4,15,34,.28), rgba(4,15,34,.1) 58%, rgba(10,31,62,.85));
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 42%, rgba(19,54,99,.35), transparent 36%),
    linear-gradient(90deg, #0a1f3e 0%, #0a1f3e 35%, rgba(10,31,62,.92) 44%, rgba(10,31,62,0) 72%);
}
.hero-content {
  position: relative;
  z-index: 3;
  min-height: 700px;
  padding-top: 115px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(49px, 5vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--gold); }
.signature-rule {
  width: 94px;
  height: 10px;
  margin: 30px 0 24px;
  border-top: 1px solid var(--gold);
  position: relative;
}
.signature-rule::after {
  content: "";
  position: absolute;
  left: 48px; top: -4px;
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.hero-summary { margin: 0 0 32px; color: var(--muted); font-size: 17px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  border: 1px solid var(--gold);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .28s ease, background .28s ease, transform .28s ease, box-shadow .28s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
}
.button-outline { color: var(--gold); background: transparent; }
.button-outline:hover { color: var(--blue-deep); background: var(--gold); }
.button-gold { color: #07162c; background: var(--gold); }
.button-gold:hover { background: #ddbc80; }

.carousel-dots {
  position: absolute;
  z-index: 5;
  right: 34px;
  bottom: 35px;
  display: none;
  gap: 9px;
}
.carousel-dots button {
  width: 23px; height: 2px;
  padding: 0; border: 0;
  background: rgba(255,255,255,.35);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.carousel-dots button.is-active { width: 43px; background: var(--gold); }

.section { padding: 115px 0; position: relative; }
.section-heading { max-width: 750px; margin-bottom: 58px; }
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.05;
}
.section-title { margin-bottom: 58px; }
.section-title.centered { text-align: center; }
.section-title h2 {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(31px, 3.4vw, 50px);
  font-weight: 500;
  text-transform: uppercase;
}
.ornament-line {
  width: 110px; height: 12px; margin: 18px auto 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.ornament-line::after {
  content: "";
  position: absolute;
  left: calc(50% - 4px); top: -5px;
  width: 8px; height: 8px;
  background: var(--blue);
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
}
.editorial-image { margin: 0; border: 1px solid rgba(205,168,106,.36); overflow: hidden; }
.editorial-image img { width: 100%; min-height: 400px; object-fit: cover; transition: transform 1s var(--ease); }
.editorial-image:hover img { transform: scale(1.025); }
.about-copy h3 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 400;
  line-height: 1.06;
  text-transform: uppercase;
}
.about-copy p { max-width: 570px; color: var(--muted); }

.stats {
  margin-top: 95px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats > * { padding: 34px 26px; }
.stats > * + * { border-left: 1px solid rgba(205,168,106,.24); }
.stats-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}
.stats-title strong { font-size: 36px; font-weight: 500; }
.stats article strong, .stats article span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}
.stats article p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.service {
  min-height: 235px;
  padding: 20px 32px;
  text-align: center;
}
.service + .service { border-left: 1px solid rgba(205,168,106,.28); }
.service h3 {
  min-height: 54px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.service p { margin: 0 auto; max-width: 190px; color: var(--muted); font-size: 14px; }

.process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.process-step { position: relative; padding: 0 18px; text-align: center; }
.process-step span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 32px;
}
.process-line {
  position: absolute;
  top: 22px;
  right: -32px;
  width: 64px;
  border-top: 1px solid var(--line);
}
.process-step h3 {
  margin: 16px 0 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.section-assets { padding-bottom: 130px; }
.assets-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border: 1px solid rgba(205,168,106,.4);
  overflow: hidden;
}
.asset { position: relative; aspect-ratio: .72; overflow: hidden; background: #06142b; }
.asset + .asset { border-left: 1px solid rgba(205,168,106,.35); }
.asset::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(2,10,24,.05), rgba(2,10,24,.83));
}
.asset img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s var(--ease), filter .7s ease; }
.asset span {
  position: absolute;
  z-index: 2;
  left: 9px; right: 9px; bottom: 15px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.asset:hover img { transform: scale(1.06); filter: saturate(.92); }

.contact-section { padding-top: 100px; padding-bottom: 145px; }
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.contact-copy p { max-width: 530px; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--gold); border-bottom: 1px solid rgba(205,168,106,.4); }

.contact-form { display: grid; gap: 10px; }
.contact-form label {
  color: rgba(255,255,255,.67);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.contact-form label span { text-transform: none; letter-spacing: 0; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 0;
  outline: none;
  color: var(--white);
  background: rgba(3,16,36,.25);
  padding: 14px 15px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  background: rgba(3,16,36,.45);
  box-shadow: 0 0 0 3px rgba(205,168,106,.08);
}
.contact-form textarea { resize: vertical; min-height: 170px; }
.submit-button { justify-self: end; min-width: 170px; margin-top: 12px; }
.form-status { min-height: 24px; margin: 2px 0 0; color: var(--muted); font-size: 13px; text-align: right; }
.form-status.is-success { color: #9bd6a3; }
.form-status.is-error { color: #ef9a9a; }
.honeypot { position: absolute !important; left: -9999px !important; }

.button-loader {
  display: none;
  width: 16px; height: 16px;
  border: 2px solid rgba(7,22,44,.28);
  border-top-color: #07162c;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
.submit-button.is-loading .button-label { display: none; }
.submit-button.is-loading .button-loader { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer {
  position: relative;
  z-index: 60;
  padding: 48px 0;
  border-top: 1px solid rgba(205,168,106,.3);
  background: #071a35;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr .55fr 1.15fr;
  gap: 45px;
  align-items: start;
}
.footer-grid > div + div { border-left: 1px solid rgba(205,168,106,.25); padding-left: 34px; }
.footer-brand p { max-width: 310px; color: var(--muted); font-size: 12px; }
.site-footer h2 {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer a, .site-footer span { display: block; margin: 6px 0; color: var(--muted); font-size: 12px; }
.site-footer a:hover { color: var(--gold); }
.social-link {
  width: 42px; height: 42px;
  display: grid !important; place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  font-weight: 700; font-size: 19px !important;
}
.footer-legal { text-align: left; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  :root { --header-height: 78px; }
  .header-inner { width: min(100% - 30px, 1200px); }
  .brand-copy strong { font-size: 18px; }
  .main-nav { gap: 20px; }
  .hero { min-height: 700px; }
  .hero-content { min-height: 620px; }
  .hero-photo { left: 30%; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats-title { grid-column: 1 / -1; }
  .stats > * + * { border-left: 0; }
  .stats article:nth-child(even) { border-left: 1px solid rgba(205,168,106,.24); }
  .stats article { border-top: 1px solid rgba(205,168,106,.18); }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .service + .service { border-left: 0; }
  .service:nth-child(even) { border-left: 1px solid rgba(205,168,106,.28); }
  .process { grid-template-columns: repeat(3, 1fr); gap: 50px 0; }
  .process-line { display: none; }
  .assets-grid { grid-template-columns: repeat(4, 1fr); }
  .asset:nth-child(5) { border-left: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div + div { border-left: 0; padding-left: 0; }
}

@media (max-width: 780px) {
  :root { --header-height: 70px; }
  .content-wrapper { width: min(100% - 30px, var(--wrapper)); }
  .brand-logo { width: 215px; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: auto;
    left: auto;

    width: min(50vw, 360px);
    height: auto;
    max-height: calc(100dvh - var(--header-height));

    padding: 28px 26px;
    overflow-y: auto;

    flex-direction: column;
    align-items: flex-start;
    gap: 0;

    background: rgba(4,17,37,.94);
    border-left: 1px solid rgba(205,168,106,.22);
    border-bottom: 1px solid rgba(205,168,106,.22);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    transform: translateX(100%);
    transition: transform .35s var(--ease);
}
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 19px 0; border-bottom: 1px solid rgba(205,168,106,.18); font-size: 15px; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .hero { min-height: 760px; }
  .hero-photo { inset: 0; opacity: .56; }
  .hero-photo-shade { background: linear-gradient(180deg, rgba(6,22,46,.35), rgba(6,22,46,.78) 58%, var(--blue) 100%); }
  .hero-gradient { background: linear-gradient(90deg, rgba(10,31,62,.92), rgba(10,31,62,.25)); }
  .hero-content { min-height: 690px; padding-top: 95px; justify-content: flex-end; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(43px, 11vw, 62px); }
  .carousel-dots { right: 20px; bottom: 25px; }

  .section { padding: 85px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .editorial-image img { min-height: 300px; }
  .stats { margin-top: 70px; }
  .services-grid { grid-template-columns: 1fr; }
  .service { min-height: auto; padding: 28px 10px; }
  .service:nth-child(even) { border-left: 0; }
  .service + .service { border-top: 1px solid rgba(205,168,106,.18); }
  .process { grid-template-columns: 1fr 1fr; gap: 48px 0; }
  .assets-grid { grid-template-columns: repeat(2, 1fr); }
  .asset:nth-child(odd) { border-left: 0; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .submit-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div + div { border-top: 1px solid rgba(205,168,106,.18); padding-top: 26px; }
}

@media (max-width: 520px) {
  .main-nav {
    width: 75vw;
  }
}

@media (max-width: 480px) {
  .header-inner { width: calc(100% - 22px); }
  .brand-logo { width: 175px; }
  .hero-summary br { display: none; }
  .stats { grid-template-columns: 1fr; }
  .stats article:nth-child(even) { border-left: 0; }
  .process { grid-template-columns: 1fr; }
  .assets-grid { grid-template-columns: 1fr 1fr; }
  .asset { aspect-ratio: .82; }
}
