:root {
  --navy: #0b2031;
  --navy-2: #102b40;
  --gold: #b49354;
  --gold-light: #cfb77e;
  --ink: #17222b;
  --muted: #66717a;
  --paper: #f7f5f1;
  --white: #ffffff;
  --line: #e7e1d7;
  --shadow: 0 18px 50px rgba(11, 32, 49, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(11,32,49,.08); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 145px; height: 70px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 600; color: var(--navy); }
.site-nav a { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--navy); color: #fff; padding: 11px 18px; border-radius: 4px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(115deg, #071722 0%, #0d2a40 60%, #163b54 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(120deg, transparent 0 62%, rgba(180,147,84,.35) 62% 63%, transparent 63% 100%), radial-gradient(circle at 78% 22%, rgba(180,147,84,.35) 0 2px, transparent 3px); background-size: auto, 38px 38px; }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; padding-block: 85px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; }
h1,h2,h3 { font-family: "Playfair Display", Georgia, serif; color: var(--navy); line-height: 1.12; margin-top: 0; }
h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 500; max-width: 760px; margin-bottom: 24px; letter-spacing: -.025em; }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 500; margin-bottom: 0; letter-spacing: -.018em; }
h3 { font-size: 1.75rem; }
.hero-text { font-size: 1.12rem; max-width: 670px; color: rgba(255,255,255,.78); margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 4px; font: inherit; font-weight: 700; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a18146; }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-ghost:hover { border-color: var(--gold); }
.hero-card { align-self: end; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 25px 70px rgba(0,0,0,.18); padding: 30px; backdrop-filter: blur(6px); }
.hero-card-top { display: flex; gap: 18px; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: rgba(255,255,255,.65); margin-bottom: 24px; }
.gold-line { height: 1px; flex: 1; background: var(--gold); }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat-grid div { min-height: 115px; padding: 22px 14px; border-top: 1px solid rgba(255,255,255,.12); }
.stat-grid div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
.stat-grid strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; font-weight: 500; color: var(--gold-light); }
.stat-grid span { color: rgba(255,255,255,.65); font-size: .88rem; }

/* Homepage motion */
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 18%, rgba(255,255,255,.045) 36%, transparent 54%); transform: translateX(-120%); animation: hero-sheen 8s ease-in-out infinite 1.2s; }
.hero-animation { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-glow { position: absolute; display: block; border-radius: 50%; filter: blur(2px); opacity: .18; border: 1px solid rgba(207,183,126,.65); animation: glow-float 7s ease-in-out infinite; }
.hero-glow-one { width: 290px; height: 290px; right: 6%; top: 8%; }
.hero-glow-two { width: 150px; height: 150px; right: 27%; bottom: 10%; animation-delay: -2.8s; }
.hero-buildings { position: absolute; right: 4.5%; bottom: -5px; width: 300px; height: 330px; display: flex; align-items: end; gap: 18px; opacity: .17; transform: skewY(-1deg); }
.building-bar { display: block; flex: 1; background: linear-gradient(180deg, rgba(207,183,126,.95), rgba(180,147,84,.38)); border-top: 1px solid rgba(255,255,255,.35); transform-origin: bottom; animation: building-rise 1.35s cubic-bezier(.22,.82,.24,1) both, building-breathe 5s ease-in-out infinite 1.5s; }
.bar-one { height: 38%; animation-delay: .15s, 1.6s; }
.bar-two { height: 62%; animation-delay: .28s, 1.75s; }
.bar-three { height: 88%; animation-delay: .41s, 1.9s; }
@keyframes hero-sheen { 0%, 20% { transform: translateX(-120%); } 55%, 100% { transform: translateX(120%); } }
@keyframes glow-float { 0%,100% { transform: translate3d(0,0,0) scale(1); opacity: .14; } 50% { transform: translate3d(-18px,16px,0) scale(1.06); opacity: .24; } }
@keyframes building-rise { from { transform: scaleY(.05); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }
@keyframes building-breathe { 0%,100% { filter: brightness(.9); } 50% { filter: brightness(1.18); } }
.hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-text, .hero-copy .hero-actions { opacity: 0; transform: translateY(18px); animation: hero-copy-in .8s cubic-bezier(.2,.75,.25,1) forwards; }
.hero-copy .eyebrow { animation-delay: .12s; }
.hero-copy h1 { animation-delay: .24s; }
.hero-copy .hero-text { animation-delay: .38s; }
.hero-copy .hero-actions { animation-delay: .52s; }
@keyframes hero-copy-in { to { opacity: 1; transform: translateY(0); } }

/* Contact details */
.contact-details { display: grid; gap: 14px; margin-top: 30px; max-width: 520px; }
.contact-detail { display: flex; align-items: center; gap: 15px; padding: 14px 16px; border: 1px solid var(--line); background: var(--paper); color: var(--navy); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact-detail:hover { transform: translateY(-2px); border-color: rgba(180,147,84,.7); box-shadow: 0 10px 28px rgba(11,32,49,.07); }
.contact-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; background: var(--navy); color: var(--gold-light); border-radius: 50%; }
.contact-icon svg { width: 21px; height: 21px; }
.contact-detail > span:last-child { font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.contact-detail small { display: block; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 3px; }

.section { padding: 110px 0; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.body-copy { font-size: 1.06rem; color: var(--muted); }
.body-copy p:first-child { margin-top: 4px; }
.section-dark { background: var(--navy); }
.section-dark h2, .section-dark h3 { color: #fff; }
.centered { text-align: center; max-width: 760px; margin: 0 auto 55px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; padding: 48px 34px 22px; min-height: 290px; border-right: 1px solid rgba(255,255,255,.13); }
.service-card:last-child { border-right: 0; }
.service-number { color: var(--gold); font-size: .8rem; letter-spacing: .16em; }
.service-card h3 { margin: 24px 0 12px; }
.service-card p { color: rgba(255,255,255,.66); margin: 0; }

.assets-section { background: var(--paper); }
.assets-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.assets-intro { max-width: 500px; color: var(--muted); margin: 0 0 8px; }
.asset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.asset-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(11,32,49,.045); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.asset-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.asset-photo { position: relative; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(145deg, #dcd7cd, #f3f0e9); }
.asset-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.asset-card:hover .asset-photo img { transform: scale(1.03); }
.asset-placeholder { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 24px; color: rgba(11,32,49,.5); background: linear-gradient(145deg, #dfd9ce, #f5f2ec); }
.asset-placeholder svg { width: 76px; height: 76px; opacity: .55; margin: 0 auto 12px; }
.asset-placeholder span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.asset-body { padding: 24px 24px 26px; }
.asset-index { margin: 0 0 10px; font-size: .73rem; font-weight: 700; letter-spacing: .16em; color: var(--gold); text-transform: uppercase; }
.asset-body h3 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.05rem; line-height: 1.5; margin: 0; color: var(--navy); font-weight: 600; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.contact-lead { color: var(--muted); max-width: 520px; margin-top: 24px; }
.contact-form { background: var(--paper); border: 1px solid var(--line); padding: 34px; }
.contact-form label { display: grid; gap: 8px; font-size: .86rem; font-weight: 700; color: var(--navy); margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea { width: 100%; border: 1px solid #d7d0c4; background: #fff; padding: 13px 14px; font: inherit; color: var(--ink); border-radius: 2px; outline: none; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(180,147,84,.12); }
.form-note { color: var(--muted); font-size: .8rem; margin: 14px 0 0; }
.site-footer {
  background: #071722;
  color: rgba(255,255,255,.62);
  padding: 48px 0 34px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.8fr);
  align-items: start;
  gap: 60px;
}
.footer-brand {
  padding-right: 28px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.footer-logo {
  width: 125px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  opacity: .92;
}
.footer-tagline {
  margin: 14px 0 0;
  max-width: 220px;
  color: rgba(255,255,255,.46);
  font-size: .75rem;
  line-height: 1.65;
  letter-spacing: .02em;
}
.footer-legal {
  max-width: 920px;
  font-size: .72rem;
  line-height: 1.7;
  letter-spacing: .01em;
}
.footer-legal p { margin: 0 0 7px; }
.footer-legal p:first-child { color: rgba(255,255,255,.82); }
.footer-legal strong { font-weight: 600; }
.footer-credit {
  margin-top: 16px !important;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.46);
}


.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { min-height: auto; padding-block: 70px; }
  .hero-card { align-self: auto; }
  .service-grid, .asset-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); }
  .assets-head { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-brand { padding-right: 0; padding-bottom: 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-logo { margin: 0 auto; object-position: center; }
  .footer-tagline { margin-inline: auto; }
  .footer-legal { margin-inline: auto; }
}
@media (max-width: 720px) {
  .nav-wrap { min-height: 76px; }
  .brand img { width: 118px; height: 58px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(11,32,49,.08); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-cta { margin-top: 8px; text-align: center; padding: 11px 18px !important; }
  .section { padding: 78px 0; }
  .service-grid, .asset-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .service-card:first-child { border-top: 0; }
  .service-card:last-child { grid-column: auto; }
  .hero-actions .btn { width: 100%; }
  .contact-form { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-text, .hero-copy .hero-actions { opacity: 1; transform: none; }
}

