* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: "Barlow", sans-serif; background: #f7f4ef; color: #1a1a1a; overflow-x: hidden; }
img, video { max-width: 100%; }

.topbar { background: #0a1628; border-bottom: 1px solid rgba(197,158,82,0.25); padding: 8px 40px; display: flex; align-items: center; justify-content: space-between; }
.topbar-tag { font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 0.16em; color: #fad301; display: flex; align-items: center; gap: 10px; }
.topbar-tag span { opacity: 0.35; }
.nav { display: flex; align-items: center; gap: 28px; }
.logo-wrap { display: flex; align-items: center; gap: 8px; margin-right: 16px; }
.logo-wreath { width: 46px; height: auto; }
.logo-text { font-family: "Playfair Display", serif; font-size: 20px; font-weight: 900; color: #c59e52; letter-spacing: 0.06em; }
.nav a { font-family: "Barlow Condensed", sans-serif; font-size: 13px; letter-spacing: 0.1em; color: rgba(255,255,255,0.78); text-decoration: none; text-transform: uppercase; position: relative; transition: color 0.2s ease; }
.nav a:hover { color: #f0d28a; }
.nav a.is-active { color: #f0d28a; }
.nav a.nav-cta,
.nav a.nav-cta:hover,
.nav a.nav-cta.is-active { color: #000; }
.nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: #c59e52;
  border-radius: 999px;
}
.nav-cta { font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 700; background: #fad301; color: #000; padding: 8px 18px; border: none; cursor: pointer; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.nav-cta.is-active { box-shadow: inset 0 0 0 2px rgba(255,255,255,0.92); transform: translateY(-1px); }

/* HERO */
.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #0a1628;
  display: flex;
  align-items: center;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  /* filter: brightness(0.48) saturate(0.82); */
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(8,14,30,0.84) 0%,
    rgba(8,14,30,0.60) 34%,
    rgba(8,14,30,0.30) 58%,
    rgba(8,14,30,0.20) 70%,
    rgba(8,14,30,0) 75%,
    rgba(8,14,30,0) 100%
  );
  z-index: 2;
}
.gold-bar { position: absolute; left: 36px; top: 0; bottom: 0; width: 2px; background: #c59e52; opacity: 0.5; z-index: 3; }
.hero-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 560px;
  margin-left: 60px;
  padding-right: 40px;
  box-sizing: border-box;
}
.eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  color: #c59e52;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: #c59e52; display: inline-block; flex-shrink: 0; }
.hero-h1,
.hero-h1-gold,
.hero-h1-dim {
  font-family: "Playfair Display", serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hero-h1 { color: #fff; }
.hero-h1-gold { color: #c59e52; }
.hero-h1-dim { font-weight: 700; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.hero-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(255,255,255,0.68);
  margin-bottom: 30px;
  max-width: 420px;
  overflow-wrap: break-word;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-gold { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; background: #c59e52; color: #0a1628; padding: 13px 28px; border: none; cursor: pointer; }
.btn-ghost { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; background: transparent; color: rgba(255,255,255,0.85); padding: 12px 26px; border: 1px solid rgba(255,255,255,0.32); cursor: pointer; }

.stats-bar { background: #c59e52; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 14px 22px; border-right: 1px solid rgba(10,22,40,0.18); }
.stat:last-child { border-right: none; }
.stat-v { font-family: "Barlow Condensed", sans-serif; font-size: 15px; font-weight: 700; color: #0a1628; letter-spacing: 0.04em; margin-bottom: 3px; }
.stat-l { font-family: "Barlow Condensed", sans-serif; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(10,22,40,0.55); font-weight: 600; }

.section { padding: 80px 60px; }
.section-light { background: #f7f4ef; }
.section-white { background: #fff; }
.section-dark { background: #0a1628; color: #fff; }
.section-cream { background: #f0ebe0; }
.label-tag { font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #c59e52; margin-bottom: 14px; display: block; }
.section-h2 { font-family: "Playfair Display", serif; font-size: 42px; font-weight: 900; line-height: 1.1; color: #1a1a1a; margin-bottom: 16px; }
.section-h2-light { color: #fff; }
.section-sub { font-size: 15px; font-weight: 300; line-height: 1.7; color: #555; max-width: 560px; }
.section-sub-light { color: rgba(255,255,255,0.65); }

.photo-band { display: flex; height: 420px; }
.photo-panel { position: relative; flex: 1; overflow: hidden; }
.photo-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55) saturate(0.85); }
.photo-panel-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,14,30,0.88) 0%, rgba(8,14,30,0.1) 55%); z-index: 2; }
.photo-panel + .photo-panel { border-left: 3px solid #c59e52; }
.photo-panel-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 22px 26px; }
.photo-panel-tag { font-family: "Barlow Condensed", sans-serif; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #c59e52; margin-bottom: 6px; }
.photo-panel-name { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.photo-panel-role { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.office-band .photo-panel img { filter: brightness(0.62) saturate(0.82); }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.svc-card { background: #fff; border-radius: 10px; padding: 28px; border: 1px solid rgba(0,0,0,0.07); }
.svc-icon { width: 44px; height: 44px; background: #f0ebe0; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc-icon svg { width: 22px; height: 22px; stroke: #c59e52; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svc-title { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.svc-body { font-size: 14px; font-weight: 300; line-height: 1.65; color: #666; }

.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.proc-card { background: #fff; border-radius: 10px; padding: 28px; border: 1px solid rgba(0,0,0,0.07); }
.proc-card.active { background: #f0ebe0; border-color: rgba(197,158,82,0.3); }
.proc-num { width: 36px; height: 36px; background: #f0ebe0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; color: #c59e52; margin-bottom: 18px; }
.proc-card.active .proc-num { background: #c59e52; color: #fff; }
.proc-title { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.proc-body { font-size: 14px; font-weight: 300; line-height: 1.65; color: #666; }

.project-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }
.project-strip { display: flex; gap: 3px; border-radius: 4px; overflow: hidden; }
.proj { position: relative; flex: 1; height: 260px; overflow: hidden; }
.proj-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,14,30,0.9) 0%, rgba(8,14,30,0.1) 60%); z-index: 2; }
.proj-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 12px 14px; }
.proj-name { font-family: "Barlow Condensed", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.proj-meta { font-family: "Barlow Condensed", sans-serif; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 2px; }
.proj-color-1 { background: #2a3f2a; } .proj-color-2 { background: #1a2a3f; } .proj-color-3 { background: #3f2a1a; }
.proj-color-4 { background: #2a1a3f; } .proj-color-5 { background: #1a3f3a; } .proj-color-6 { background: #3f3a1a; } .proj-color-7 { background: #3a1a2a; }

.testi-section-label { display: block; text-align: center; margin-bottom: 20px; }
.testi-carousel { max-width: 820px; margin: 0 auto; }
.testi-track { position: relative; min-height: 220px; }
.testi-wrap { text-align: center; background: #fff; border-radius: 12px; padding: 52px 60px; border: 1px solid rgba(0,0,0,0.07); }
.testi-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease; }
.testi-slide.is-active { position: relative; opacity: 1; visibility: visible; transform: translateY(0); }
.testi-quote { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; line-height: 1.35; color: #1a1a1a; margin-bottom: 24px; }
.testi-attr { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #999; }
.testi-attr strong { color: #c59e52; }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }
.testi-nav-btn { width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.12); background: #fff; color: #1a1a1a; font-size: 18px; line-height: 1; cursor: pointer; transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.testi-nav-btn:hover { border-color: #c59e52; color: #c59e52; transform: translateY(-1px); }
.testi-dots { display: flex; align-items: center; gap: 8px; }
.testi-dot { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(0,0,0,0.16); cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; }
.testi-dot.is-active { background: #c59e52; transform: scale(1.15); }
@media (max-width: 768px) {
  .testi-wrap { padding: 36px 28px; }
  .testi-quote { font-size: 22px; }
}

.resources-wrap { display: flex; gap: 50px; align-items: center; }
.res-copy { flex: 1; }
.res-grid { flex: 1.2; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.res-card { background: rgba(255,255,255,0.07); border-radius: 10px; padding: 22px; border: 1px solid rgba(255,255,255,0.1); }
.res-title { font-family: "Playfair Display", serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.res-body { font-size: 13px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.6); }

.planroom-wrap { background: #5c4a1e; border-radius: 12px; padding: 48px; display: flex; gap: 40px; }
.pr-copy { flex: 1.1; }
.pr-list { margin: 20px 0 28px; list-style: none; }
.pr-list li { font-size: 14px; color: rgba(255,255,255,0.78); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 10px; }
.pr-list li::before { content: ""; width: 6px; height: 6px; background: #c59e52; border-radius: 50%; flex-shrink: 0; }
.pr-btns { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 1025px) {
  .planroom-wrap .pr-btns {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
  .planroom-wrap .pr-btns > .btn-brown,
  .planroom-wrap .pr-btns > .btn-procore,
  .planroom-wrap .pr-btns > .btn-brown-ghost {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 16px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .planroom-wrap .pr-btns .pr-lock-badge {
    padding: 3px 8px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }
}
.btn-brown { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; background: #c59e52; color: #0a1628; padding: 13px 24px; border: none; cursor: pointer; border-radius: 30px; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,0.18); }
.btn-brown-ghost { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; background: rgba(255,255,255,0.14); color: #fff; padding: 12px 22px; border: 1px solid rgba(255,255,255,0.55); cursor: pointer; border-radius: 30px; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.pr-cards { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.pr-card { background: #f7f4ef; border-radius: 8px; padding: 20px 22px; }
.pr-card-tag { font-family: "Barlow Condensed", sans-serif; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #999; background: #e8e2d6; padding: 3px 8px; border-radius: 30px; display: inline-block; margin-bottom: 10px; }
.pr-card-title { font-family: "Playfair Display", serif; font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.pr-card-body { font-size: 13px; font-weight: 300; line-height: 1.6; color: #666; }
.pr-card-body strong { color: #c59e52; font-weight: 500; }
.pr-lock-badge { font-size: 10px; letter-spacing: 0.08em; opacity: 0.85; margin-left: 6px; }
.pr-secure-note { margin-top: 18px; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.58); max-width: 520px; }

.plan-docs-shell { max-width: 980px; margin: 0 auto; }
.plan-docs-title { margin-bottom: 18px; }
.plan-docs-quote-note { margin: 0 0 28px; padding: 16px 18px; border-radius: 10px; background: #f7f4ef; border: 1px solid rgba(10, 22, 40, 0.08); font-size: 15px; line-height: 1.7; color: #444; }
.plan-docs-group { margin-top: 34px; }
.plan-docs-group-title { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 10px 0 18px; }
.plan-docs-bid-list,
.plan-docs-archive-list { display: grid; gap: 14px; }
.plan-docs-bid-card,
.plan-docs-archive-card { background: #fff; border: 1px solid rgba(10, 22, 40, 0.1); border-radius: 12px; padding: 18px 20px; box-shadow: 0 10px 28px rgba(10, 22, 40, 0.04); }
.plan-docs-bid-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 12px; }
.plan-docs-bid-date { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; min-width: 52px; padding: 6px 10px; border-radius: 999px; background: #0a1628; color: #f0d28a; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.plan-docs-bid-title,
.plan-docs-archive-title { margin: 0; font-family: "Barlow", sans-serif; font-size: 18px; font-weight: 500; color: #1a1a1a; line-height: 1.4; }
.plan-docs-archive-title {  margin-bottom: 12px !important;}
.plan-docs-link-row { display: flex; flex-wrap: wrap; gap: 10px; }
.plan-docs-doc-link { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 16px; border-radius: 999px; background: #0a1628; border: 1px solid #0a1628; color: #f0d28a; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; cursor: pointer; box-shadow: 0 4px 12px rgba(10, 22, 40, 0.12); }
.plan-docs-doc-link:hover { background: #c59e52; border-color: #c59e52; color: #0a1628; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(197, 158, 82, 0.28); }
.plan-docs-doc-link-muted { opacity: 0.72; cursor: default; }
.plan-docs-video-group { margin-top: 42px; }
.plan-docs-video-row { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); margin-top: 16px; }
.plan-docs-video-row--dual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plan-docs-video-wrap { position: relative; width: 100%; padding-top: 56.25%; border-radius: 12px; overflow: hidden; background: #0a1628; box-shadow: 0 16px 40px rgba(10, 22, 40, 0.14); }
.plan-docs-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.plan-docs-video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; background: #000; object-fit: contain; }
.plan-docs-video-caption { margin: 12px 0 0; font-size: 14px; color: #666; }
.plan-docs-bidder-cta { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(10, 22, 40, 0.08); }
.plan-docs-bidder-text { margin: 0; font-size: 15px; line-height: 1.7; color: #444; }
.plan-docs-locked { margin-top: 12px; padding: 42px 32px; border-radius: 16px; border: 1px dashed rgba(10, 22, 40, 0.16); background: linear-gradient(180deg, #faf8f4 0%, #fff 100%); text-align: center; }
.plan-docs-locked-icon { font-size: 34px; margin-bottom: 12px; }
.plan-docs-locked-title { margin: 0 0 10px; font-family: "Playfair Display", serif; font-size: 30px; color: #1a1a1a; }
.plan-docs-locked-body { margin: 0 auto 22px; max-width: 560px; font-size: 15px; line-height: 1.7; color: #666; }
.plan-docs-unlock-btn { margin-top: 4px; }

.cta-band { background: #0a1628; padding: 72px 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-h2 { font-family: "Playfair Display", serif; font-size: 52px; font-weight: 900; line-height: 1.05; color: #fff; margin-bottom: 14px; }
.cta-sub { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); max-width: 460px; }
.cta-btns { display: flex; gap: 14px; flex-shrink: 0; }
.btn-cta-gold { font-family: "Barlow Condensed", sans-serif; font-size: 13px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 700; background: #c59e52; color: #0a1628; padding: 14px 30px; border: none; cursor: pointer; border-radius: 30px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.btn-cta-gold:hover { background: #d4ad62; box-shadow: 0 10px 24px rgba(197, 158, 82, 0.32); transform: translateY(-2px); }
.btn-cta-gold:focus-visible { outline: 2px solid rgba(240, 210, 138, 0.95); outline-offset: 3px; }
.btn-cta-ghost { font-family: "Barlow Condensed", sans-serif; font-size: 13px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 600; background: transparent; color: rgba(255,255,255,0.85); padding: 13px 28px; border: 1px solid rgba(255,255,255,0.3); cursor: pointer; border-radius: 30px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.btn-cta-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.62); color: #fff; transform: translateY(-2px); }
.btn-cta-ghost:focus-visible { outline: 2px solid rgba(255,255,255,0.72); outline-offset: 3px; }

.btn-gold,
.btn-ghost,
.btn-brown,
.btn-brown-ghost,
.btn-consult,
.btn-procore,
.nav-cta,
.pwd-btn,
.plan-docs-doc-link {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-gold,
.btn-ghost,
.btn-brown,
.btn-brown-ghost {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-cta:hover { background: #ffe033; box-shadow: 0 8px 20px rgba(250, 211, 1, 0.35); transform: translateY(-1px); }
.nav-cta:focus-visible { outline: 2px solid rgba(250, 211, 1, 0.95); outline-offset: 3px; }

.btn-gold:hover,
.btn-consult:hover,
.btn-brown:hover,
.pwd-btn-primary:hover { background: #d4ad62; box-shadow: 0 10px 24px rgba(197, 158, 82, 0.32); transform: translateY(-2px); }
.btn-gold:focus-visible,
.btn-consult:focus-visible,
.btn-brown:focus-visible,
.pwd-btn-primary:focus-visible { outline: 2px solid rgba(240, 210, 138, 0.95); outline-offset: 3px; }

.btn-ghost:hover,
.btn-brown-ghost:hover { background: rgba(255,255,255,0.22); border-color: #fff; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
.btn-ghost:focus-visible,
.btn-brown-ghost:focus-visible { outline: 2px solid rgba(255,255,255,0.72); outline-offset: 3px; }

.btn-procore:hover { background: #f0d28a; border-color: #f0d28a; color: #0a1628; box-shadow: 0 8px 22px rgba(0,0,0,0.22); transform: translateY(-2px); }
.btn-procore:focus-visible { outline: 2px solid rgba(197, 158, 82, 0.65); outline-offset: 3px; }

.pwd-btn-ghost:hover { background: rgba(10, 22, 40, 0.05); border-color: rgba(10, 22, 40, 0.28); color: #1a1a1a; transform: translateY(-1px); }
.pwd-btn-ghost:focus-visible { outline: 2px solid rgba(197, 158, 82, 0.65); outline-offset: 3px; }

.footer { background: #060e1c; padding: 48px 60px 28px; }
.footer-top { display: flex; gap: 60px; margin-bottom: 36px; }
.footer-brand { flex: 1.4; }
.footer-logo-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-wreath { width: 52px; height: auto; }
.footer-logo-text { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 900; color: #c59e52; }
.footer-brand p { font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 260px; }
.footer-col { flex: 1; }
.footer-col-title { font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 8px; transition: color 0.2s ease; }
.footer-col a:hover { color: rgba(255,255,255,0.88); }
.footer-col a.is-active { color: #f0d28a; font-weight: 600; }
.footer-col-nav a { text-transform: none; letter-spacing: 0.02em; }
.footer-col p { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; display: flex; justify-content: space-between; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ===== CLIENT UPDATES v8: logo, projects, consult, plan room, grading-plan bg ===== */
:root {
  --plan-bg: url("/assets/olympus/images/c00badd53dec.png");
}

/* Logo + topbar */
.topbar {
  background: #0a1628;
  border-bottom: 1px solid rgba(197,158,82,0.25);
  padding: 22px 40px 22px 240px;
  position: relative;
  min-height: 140px;
}
.topbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.logo-wrap {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 0;
  z-index: 6;
}
.logo-img { height: 96px; width: auto; display: block; }
.logo-text { display: none; }
.logo-wreath { display: none; }
.topbar-tag-mobile { display: none; }
.topbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.topbar-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(197,158,82,0.45);
  background: rgba(197,158,82,0.08);
  color: #f0d28a;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.topbar-toggle-icon {
  width: 16px;
  height: 2px;
  background: currentColor;
  position: relative;
  display: block;
  transition: background 0.2s ease;
}
.topbar-toggle-icon::before,
.topbar-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease, top 0.2s ease;
}
.topbar-toggle-icon::before { top: -5px; }
.topbar-toggle-icon::after { top: 5px; }
.topbar-menu-open .topbar-toggle-icon { background: transparent; }
.topbar-menu-open .topbar-toggle-icon::before { top: 0; transform: rotate(45deg); }
.topbar-menu-open .topbar-toggle-icon::after { top: 0; transform: rotate(-45deg); }
body.topbar-nav-locked { overflow: hidden; }
body.planroom-modal-locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

@media (min-width: 1025px) {
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .topbar-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding-left: 0;
  }
  .topbar-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    width: auto;
  }
}

/* Subtle grading-plan background — applied to every light-themed section */
.section-plan { position: relative; }
.section-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--plan-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}
.section-plan > * { position: relative; z-index: 1; }

/* Featured Projects grid (larger cards) */
.projects-grid { display: grid; gap: 18px; margin-top: 36px; }
.projects-grid--cols-1 { grid-template-columns: minmax(0, 1fr); }
.projects-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.projects-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.projects-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proj-card { position: relative; height: 340px; overflow: hidden; border-radius: 10px; cursor: pointer; transition: transform 0.35s ease, box-shadow 0.35s ease; }
.proj-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(8,14,30,0.18); }
.proj-card.proj-feature { grid-column: 1 / -1; height: 400px; }
.proj-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.proj-card:hover .proj-card-bg { transform: scale(1.06); }
.proj-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,14,30,0.92) 0%, rgba(8,14,30,0.35) 55%, rgba(8,14,30,0.05) 100%); z-index: 2; }
.proj-card-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 28px 30px; }
.proj-card-tag { font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #c59e52; margin-bottom: 10px; }
.proj-card-name { font-family: "Playfair Display", serif; font-size: 24px; font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 6px; }
.proj-card.proj-feature .proj-card-name { font-size: 36px; max-width: 560px; }
.proj-card-meta { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.proj-bg-1 { background: linear-gradient(135deg, #2a3f2a 0%, #1a3a1a 100%); }
.proj-bg-2 { background: linear-gradient(135deg, #1a2a3f 0%, #0a1628 100%); }
.proj-bg-3 { background: linear-gradient(135deg, #3f2a1a 0%, #5c3a1a 100%); }
.proj-bg-4 { background: linear-gradient(135deg, #2a1a3f 0%, #3a1a4a 100%); }
.proj-bg-5 { background: linear-gradient(135deg, #1a3f3a 0%, #1a4a4a 100%); }
.proj-bg-6 { background: linear-gradient(135deg, #3f3a1a 0%, #5c4a1e 100%); }
.proj-bg-7 { background: linear-gradient(135deg, #3a1a2a 0%, #1a2a3f 100%); }

/* Consult quick-link inside How We Work */
.process-consult { margin-top: 38px; display: flex; align-items: center; gap: 24px; padding: 26px 32px; background: #0a1628; border-radius: 12px; border: 1px solid rgba(197,158,82,0.3); }
.process-consult-copy { flex: 1; }
.process-consult-title { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.process-consult-sub { font-size: 13px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.62); }
.btn-consult { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; background: #c59e52; color: #0a1628; padding: 14px 26px; border: none; cursor: pointer; border-radius: 30px; text-decoration: none; display: inline-flex; align-items: center; flex-shrink: 0; }

/* Plan Room buttons + secure note */
.btn-brown-ghost { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; background: rgba(255,255,255,0.14); color: #fff; padding: 12px 22px; border: 1px solid rgba(255,255,255,0.55); cursor: pointer; border-radius: 30px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-procore { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; background: #fff; color: #0a1628; padding: 13px 22px; border: 2px solid #fff; cursor: pointer; border-radius: 30px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.pr-btn-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pr-btn-icon svg { width: 15px; height: 15px; }
.pr-secure-note { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 16px; font-style: italic; line-height: 1.5; }
.pr-lock-badge { display: inline-flex; align-items: center; gap: 6px; font-family: "Barlow Condensed", sans-serif; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #e8c97a; background: rgba(232,201,122,0.12); padding: 4px 10px; border-radius: 30px; margin-left: 2px; vertical-align: middle; }
.btn-brown .pr-lock-badge { color: #0a1628; background: rgba(10, 22, 40, 0.1); }

/* Password modal */
.pwd-modal { position: fixed; inset: 0; background: rgba(8,14,30,0.78); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; overscroll-behavior: contain; }
.pwd-modal.open { display: flex; }
.pwd-box { background: #fff; border-radius: 14px; padding: 36px 36px 30px; max-width: 420px; width: 100%; box-shadow: 0 30px 80px rgba(8,14,30,0.4); }
.pwd-box-title { font-family: "Playfair Display", serif; font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.pwd-box-sub { font-size: 13px; font-weight: 300; line-height: 1.6; color: #666; margin-bottom: 20px; }
.pwd-box-input { width: 100%; padding: 12px 14px; border: 1px solid rgba(0,0,0,0.15); border-radius: 8px; font-family: "Barlow", sans-serif; font-size: 16px; margin-bottom: 8px; box-sizing: border-box; }
.pwd-box-input:focus { outline: none; border-color: #c59e52; }
.pwd-box-error { font-size: 12px; color: #b13a3a; min-height: 16px; margin-bottom: 12px; }
.pwd-box-btns { display: flex; gap: 10px; justify-content: flex-end; }
.pwd-btn { font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; padding: 11px 22px; border-radius: 30px; cursor: pointer; border: none; }
.pwd-btn-primary { background: #c59e52; color: #0a1628; }
.pwd-btn-ghost { background: transparent; color: #555; border: 1px solid rgba(0,0,0,0.15); }

/* Footer logo override */
.footer-wreath { display: none; }
.footer-logo-text { display: none; }
.footer-logo-img { height: 78px; width: auto; display: block; margin-bottom: 14px; }

/* CMS forms */
.olympus-cms-form { margin-top: 28px; }
.form-toast-stack { display: grid; gap: 12px; margin-bottom: 20px; }
.form-errors, .form-success { border-radius: 10px; padding: 14px 16px; font-family: "Barlow", sans-serif; font-size: 14px; }
.form-errors { background: #fff1f1; color: #8b3131; border: 1px solid rgba(177, 58, 58, 0.18); }
.form-success { background: #edf8f4; color: #21684f; border: 1px solid rgba(33, 104, 79, 0.18); }
.form-toast-body { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.form-toast-title { margin: 0 0 4px; font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.form-toast-message { margin: 0; line-height: 1.5; }
.form-toast-close { border: 0; background: transparent; color: inherit; font-size: 22px; line-height: 1; cursor: pointer; padding: 0; }
.contact-form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.contact-form .field { min-width: 0; }
.contact-form .field-wide { grid-column: 1 / -1; }
.contact-form .field label,
.contact-form .field legend { display: block; margin-bottom: 8px; font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: rgba(10, 22, 40, 0.62); }
.contact-form .field fieldset { border: 0; margin: 0; padding: 0; }
.contact-form .field h3 { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.contact-form .field h4 { font-family: "Barlow Condensed", sans-serif; font-size: 16px; letter-spacing: 0.08em; text-transform: uppercase; color: #1a1a1a; margin: 0 0 8px; }
.contact-form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.contact-form .field textarea,
.contact-form .field select { width: 100%; box-sizing: border-box; padding: 13px 14px; border: 1px solid rgba(10, 22, 40, 0.14); border-radius: 8px; background: #fff; font-family: "Barlow", sans-serif; font-size: 15px; font-weight: 300; color: #1a1a1a; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-form .custom-file { position: relative; display: block; width: 100%; }
.contact-form .custom-file-input { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.contact-form .custom-file-label { display: inline-flex; align-items: center; gap: 14px; width: 100%; min-height: 54px; padding: 9px 12px 9px 18px; border: 1px solid rgba(10, 22, 40, 0.14); border-radius: 12px; background: #fff; cursor: pointer; overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-form .custom-file:hover .custom-file-label { border-color: rgba(10, 22, 40, 0.24); }
.contact-form .custom-file-name { max-width: calc(100% - 118px); min-width: 0; font-family: "Barlow", sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(10, 22, 40, 0.42); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contact-form .custom-file-name.has-file { letter-spacing: 0; text-transform: none; font-size: 15px; font-weight: 300; color: #1a1a1a; }
.contact-form .custom-file-browse { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 20px; border-radius: 8px; background: #0a1628; color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; pointer-events: none; user-select: none; transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.contact-form .custom-file:hover .custom-file-browse { background: #132038; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(10, 22, 40, 0.18); }
.contact-form .custom-file-input:focus ~ .custom-file-label,
.contact-form .custom-file-input:focus-visible ~ .custom-file-label { outline: none; border-color: #c59e52; box-shadow: 0 0 0 3px rgba(197, 158, 82, 0.16); }
.contact-form .custom-file-label.is-invalid,
.contact-form .custom-file-input.is-invalid ~ .custom-file-label { border-color: rgba(177, 58, 58, 0.55); box-shadow: 0 0 0 3px rgba(177, 58, 58, 0.1); }
.contact-form .custom-file-help { margin: 8px 0 0; font-family: "Barlow", sans-serif; font-size: 13px; line-height: 1.5; color: #777; }
.contact-form .field .custom-file-help + .invalid-feedback { margin-top: 6px; }
.contact-form .field input[type="date"] { min-height: 47px; }
.contact-form .field input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: 0.72; }
.contact-form .field textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
.contact-form .field input:focus,
.contact-form .field textarea:focus,
.contact-form .field select:focus { outline: none; border-color: #c59e52; box-shadow: 0 0 0 3px rgba(197, 158, 82, 0.16); }
.contact-form .field input.is-invalid,
.contact-form .field textarea.is-invalid { border-color: #b13a3a; box-shadow: 0 0 0 3px rgba(177, 58, 58, 0.12); }
.contact-form .invalid-feedback { margin: 6px 0 0; color: #b13a3a; font-size: 13px; }
.contact-form .field .small,
.contact-form .field .text-muted { margin: 6px 0 0; font-size: 13px; color: #777; line-height: 1.5; }
.contact-form .field label.me-3 { display: inline-flex; align-items: center; gap: 8px; margin: 0 16px 8px 0; font-family: "Barlow", sans-serif; font-size: 14px; letter-spacing: 0; text-transform: none; font-weight: 400; color: #333; }
.contact-form .form-submit-row { margin-top: 8px; grid-column: 1 / -1; }
.contact-form .btn-consult { border: none; cursor: pointer; }
.contact-form .btn-consult svg { margin-left: 8px; vertical-align: -2px; }
@media (max-width: 720px) {
  .contact-form .form-grid { grid-template-columns: 1fr; }
}

/* Keep Google's reCAPTCHA v3 badge above CMS form fields (mobile overlap fix) */
.grecaptcha-badge {
  z-index: 2147483647 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.grecaptcha-badge iframe {
  z-index: 2147483647 !important;
}

.contact-form,
.olympus-cms-form,
.olympus-cms-form-fields {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.contact-form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.contact-form .field textarea,
.contact-form .field select {
  position: relative;
  z-index: 0;
}

/* Inner pages, animations, expanded layouts */

/* Compact page hero (no blueprint background) */
.page-hero {
  position: relative;
  background: #f0ebe0;
  padding: 72px 60px 64px;
  overflow: hidden;
}
.page-hero-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #c59e52;
  opacity: 0.85;
}
.page-hero-inner {
  max-width: 760px;
  padding-left: 28px;
}
.page-hero-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.08;
  color: #c59e52;
  margin-bottom: 14px;
}
.page-hero-intro {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #5e430e;
  max-width: 560px;
}

/* About page — unified hero + leadership band */
.page-hero-about {
  padding: 64px 60px 0;
}
.page-hero-about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 28px;
}
.page-hero-about .page-hero-title { margin-bottom: 12px; }
.about-hero-band {
  display: flex;
  gap: 0;
  margin: 40px -60px 0;
  min-height: 340px;
  border-top: 1px solid rgba(197,158,82,0.28);
}
.about-hero-panel {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 340px;
}
.about-hero-panel + .about-hero-panel {
  border-left: 3px solid #c59e52;
}
.about-hero-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.85);
  transition: transform 0.6s ease, filter 0.6s ease;
}
.about-hero-panel:hover img {
  transform: scale(1.04);
  filter: brightness(0.62) saturate(0.9);
}
.about-hero-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,14,30,0.9) 0%, rgba(8,14,30,0.15) 55%);
  z-index: 2;
}
.about-hero-panel-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 24px 28px;
}
.about-hero-panel-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c59e52;
  margin-bottom: 6px;
}
.about-hero-panel-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.about-hero-panel-role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

/* About — Where We Started */
.about-origin { padding-top: 64px; padding-bottom: 64px; }
.about-origin-stack {
  max-width: 1080px;
  margin: 0 auto;
}
.about-origin-title { margin-bottom: 18px; font-size: 36px; }
.about-origin-body { max-width: none; margin-bottom: 0; }
.about-credentials {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-credentials-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-credentials-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
.about-credentials-lead {
  margin: 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
.about-credentials-card-label {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c59e52;
}
.about-credentials-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
}
.about-credentials-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-memberships-card,
.about-awards-spotlight,
.about-badge-tile,
.about-partner-banner,
.about-license-chip {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 10px 30px rgba(8,14,30,0.05);
}
.about-memberships-card {
  border-radius: 16px;
  padding: 24px 26px;
}
.about-memberships-modern {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.about-memberships-modern li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 12px;
  background: #faf9f7;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}
.about-memberships-modern li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(197,158,82,0.14);
}
.about-memberships-modern li::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 8px;
  height: 5px;
  transform: translateY(-58%) rotate(-45deg);
  border-left: 2px solid #c59e52;
  border-bottom: 2px solid #c59e52;
}
.about-license-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.about-license-chip {
  border-radius: 14px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 88px;
  justify-content: center;
}
.about-license-chip-state {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
}
.about-license-chip-number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  word-break: break-word;
}
.about-credentials-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-badge-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.about-badge-tile {
  border-radius: 14px;
  min-height: 148px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-badge-tile img {
  width: 100%;
  height: 118px;
  max-height: 118px;
  object-fit: contain;
  display: block;
}
.about-partner-banner {
  border-radius: 16px;
  overflow: hidden;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-partner-banner img {
  width: 100%;
  height: auto;
  min-height: 88px;
  object-fit: contain;
  display: block;
}
.about-awards-spotlight {
  border-radius: 18px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #faf8f4 100%);
}
.about-awards-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #333;
}
.about-awards-gallery {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}
.about-award-frame {
  margin: 0;
  flex: 0 0 180px;
  width: 180px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 8px 24px rgba(8,14,30,0.06);
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.about-award-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Meet the Team */
.team-header { margin-bottom: 36px; }
.team-header-centered {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.team-header-centered .section-sub { margin-left: auto; margin-right: auto; }
.about-team { padding-top: 72px; padding-bottom: 72px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.team-card-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e8e2d6;
}
.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.team-card-photo--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a1628;
  padding: 28px;
}
.team-card-photo--logo img {
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 72%;
  object-fit: contain;
}
.team-card:hover .team-card-photo img { transform: scale(1.05); }
.team-card:hover .team-card-photo--logo img { transform: scale(1.03); }
.team-card-info { padding: 18px 20px 22px; }
.team-card-name {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.team-card-role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

/* Callout band */
.callout-band {
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.callout-light { background: #f0ebe0; }
.callout-dark { background: #0a1628; color: #fff; }
.callout-gold { background: #c59e52; }
.callout-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 8px;
}
.callout-dark .callout-title { color: #fff; }
.callout-light .callout-title,
.callout-gold .callout-title { color: #1a1a1a; }
.callout-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  max-width: 520px;
  margin: 0;
}
.callout-dark .callout-body { color: rgba(255,255,255,0.65); }
.callout-light .callout-body { color: #666; }
.callout-gold .callout-body { color: rgba(10,22,40,0.7); }

/* Services visuals */
.services-intro { margin-bottom: 8px; }
.services-top-cta {
  margin: 28px 0 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  background: #0a1628;
  border-radius: 12px;
  border: 1px solid rgba(197,158,82,0.28);
}
.services-top-cta-copy { flex: 1; }
.services-top-cta-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.services-top-cta-body {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,0.62);
  margin: 0;
}
.services-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.svc-card-photo {
  height: 280px;
  overflow: hidden;
}
.svc-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.svc-card:hover .svc-card-photo img { transform: scale(1.06); }
.svc-card-body { padding: 24px 26px 28px; }
.services-projects-callout {
  margin-top: 40px;
  padding: 28px 32px;
  background: #c59e52;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(10, 22, 40, 0.12);
}
.services-projects-callout-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #ffffff;
  margin: 0;
  max-width: 560px;
}
.services-projects-callout .btn-gold {
  background: #f0ebe0;
  color: #0a1628;
  text-decoration: none;
  flex-shrink: 0;
}
.services-projects-callout .btn-gold:hover {
  background: #e8e0d0;
  box-shadow: 0 10px 24px rgba(10, 22, 40, 0.14);
  transform: translateY(-2px);
}

/* Process timeline layout */
.process-timeline {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 28px;
}
.process-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, #c59e52, rgba(197,158,82,0.2));
}
.process-timeline-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding-bottom: 28px;
}
.process-timeline-marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c59e52;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #c59e52;
  position: relative;
  z-index: 1;
}
.process-timeline-step.is-active .process-timeline-marker span {
  background: #c59e52;
  color: #fff;
}
.process-timeline-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  border: 1px solid rgba(0,0,0,0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.process-timeline-step.is-active .process-timeline-card {
  background: #f0ebe0;
  border-color: rgba(197,158,82,0.3);
}

/* Projects — descriptions + slider */
.proj-block { cursor: pointer; }
.proj-block-feature { grid-column: 1 / -1; }
.proj-block .proj-card { height: 300px; }
.proj-block-feature .proj-card { height: 380px; }

/* Partner / client logo marquee */
.partner-logos-marquee {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, transparent 42%, rgba(0,0,0,0.22) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.028) 0,
      rgba(255,255,255,0.028) 1px,
      transparent 1px,
      transparent 5px
    ),
    linear-gradient(180deg, #3d434b 0%, #2b3139 48%, #1d232b 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.35);
}
.partner-logos-marquee__viewport {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.partner-logos-marquee__track {
  display: flex;
  width: max-content;
  gap: var(--marquee-gap, 24px);
  will-change: transform;
  backface-visibility: hidden;
  animation: partner-logos-scroll var(--marquee-duration, 48s) linear infinite;
}
.partner-logos-marquee__group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.partner-logos-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 120px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}
.partner-logos-marquee__item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 96px;
  object-fit: contain;
}
.partner-logos-marquee__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@keyframes partner-logos-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--marquee-distance, 50%)), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .partner-logos-marquee__viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .partner-logos-marquee__track {
    animation: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .partner-logos-marquee__group[aria-hidden="true"] {
    display: none;
  }
  .partner-logos-marquee__group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
  }
}
.proj-block-desc {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: #666;
  padding: 0 4px;
}
.proj-card-expand-hint {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: rgba(8,14,30,0.55);
  padding: 6px 12px;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.proj-block:hover .proj-card-expand-hint,
.proj-block:focus-within .proj-card-expand-hint {
  opacity: 1;
  transform: translateY(0);
}

/* Project slider modal */
.proj-slider-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.proj-slider-modal.open { display: flex; }
.proj-slider-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,14,30,0.82);
}
.proj-slider-panel {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 14px;
  max-width: 920px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 30px 80px rgba(8,14,30,0.45);
}
.proj-slider-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #888;
  cursor: pointer;
  z-index: 2;
}
.proj-slider-header { padding: 32px 36px 16px; }
.proj-slider-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c59e52;
  margin-bottom: 8px;
}
.proj-slider-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.proj-slider-meta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
}
.proj-slider-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: #666;
  margin: 0;
}
.proj-slider-stage {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px 24px;
}
.proj-slider-image-wrap {
  flex: 1;
  aspect-ratio: 16 / 10;
  background: #f0ebe0;
  border-radius: 10px;
  overflow: hidden;
}
.proj-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proj-slider-nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.proj-slider-nav:hover {
  background: #f0ebe0;
  border-color: #c59e52;
}
.proj-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 36px 28px;
}
.proj-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,0.18);
  cursor: pointer;
  padding: 0;
}
.proj-slider-dot.active { background: #c59e52; }

/* Quote request form panel */
.quote-form-section {
  padding-top: 64px;
  padding-bottom: 88px;
}
.quote-form-section.section-plan::before {
  opacity: 0.22;
}
.quote-form-panel {
  max-width: 820px;
  margin: 0 auto;
  background: #0a1628;
  border-radius: 16px;
  padding: 44px 48px;
  border: 1px solid rgba(197, 158, 82, 0.28);
  box-shadow: 0 24px 64px rgba(10, 22, 40, 0.22);
}
.quote-form-panel .label-tag {
  color: #c59e52;
}
.quote-form-panel .section-h2 {
  color: #fff;
  margin-bottom: 24px;
}
.quote-form-panel .olympus-cms-form {
  margin-top: 0;
}
.quote-form-panel .contact-form .field label,
.quote-form-panel .contact-form .field legend {
  color: rgba(255, 255, 255, 0.72);
}
.quote-form-panel .contact-form .field h3,
.quote-form-panel .contact-form .field h4 {
  color: #fff;
}
.quote-form-panel .contact-form .field label.me-3 {
  color: rgba(255, 255, 255, 0.85);
}
.quote-form-panel .contact-form .field .small,
.quote-form-panel .contact-form .field .text-muted,
.quote-form-panel .contact-form .custom-file-help {
  color: rgba(255, 255, 255, 0.55);
}
.quote-form-panel .contact-form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.quote-form-panel .contact-form .field textarea,
.quote-form-panel .contact-form .field select,
.quote-form-panel .contact-form .custom-file-label {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
.quote-form-panel .form-errors {
  background: rgba(177, 58, 58, 0.14);
  border-color: rgba(255, 140, 140, 0.35);
  color: #ffd6d6;
}
.quote-form-panel .form-success {
  background: rgba(33, 104, 79, 0.18);
  border-color: rgba(120, 220, 180, 0.28);
  color: #d4f5e8;
}

/* Contact split layout */
.contact-split-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.contact-leaders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.contact-leader-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.contact-leader-photo {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.contact-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.contact-leader-card:hover .contact-leader-photo img { transform: scale(1.04); }
.contact-leader-info { padding: 14px 16px 18px; }
.contact-leader-name {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3px;
}
.contact-leader-role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}
.contact-details-block {
  padding: 0;
  background: transparent;
  border: 0;
}
.contact-split-right .contact-form-heading {
  margin-bottom: 0;
}
.contact-split-right .contact-details-block {
  margin-top: 20px;
  margin-bottom: 28px;
}
.contact-meta-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-meta-cards--1 {
  grid-template-columns: 1fr;
}
.contact-meta-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 28px rgba(10, 22, 40, 0.08);
}
.contact-meta-card--highlight {
  padding: 28px 24px;
  background: linear-gradient(180deg, #faf8f4 0%, #fff 100%);
  border: 1px solid rgba(197, 158, 82, 0.32);
  box-shadow: 0 14px 36px rgba(10, 22, 40, 0.1);
}
.contact-meta-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(197, 158, 82, 0.18);
  color: #0a1628;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.contact-meta-card-icon svg {
  width: 18px;
  height: 18px;
}
.contact-meta-card--highlight .contact-meta-card-icon {
  width: 52px;
  height: 52px;
  background: #c59e52;
  color: #0a1628;
  margin-bottom: 16px;
}
.contact-meta-card--highlight .contact-meta-card-icon svg {
  width: 22px;
  height: 22px;
}
.contact-meta-card-title {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a1628;
}
.contact-meta-card--highlight .contact-meta-card-title {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #c59e52;
  margin-bottom: 12px;
}
.contact-meta-card-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: #555;
}
.contact-meta-card-body p {
  margin: 0 0 6px;
}
.contact-meta-card-body p:last-child {
  margin-bottom: 0;
}
.contact-meta-card-body a {
  color: inherit;
  text-decoration: none;
}
.contact-meta-card--highlight .contact-meta-card-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
}
.contact-meta-card--highlight .contact-meta-card-body p {
  margin-bottom: 8px;
}
.contact-meta-card--highlight .contact-details-link {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0a1628;
}
.contact-meta-card--highlight .contact-details-link:hover {
  color: #c59e52;
}
.contact-details-link:hover { color: #c59e52; }
.contact-split-right .olympus-cms-form { margin-top: 0; }
.contact-split-right .olympus-cms-form .contact-form { margin-top: 0; }
.contact-split-right .contact-form .field h3 { font-size: 32px; }

/* Scroll reveal + hover utilities */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

.hover-lift {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(8,14,30,0.12);
}

.hover-zoom img {
  transition: transform 0.6s ease;
}
.photo-panel.hover-zoom:hover img {
  transform: scale(1.05);
  filter: brightness(0.62) saturate(0.9);
}

.photo-panel img {
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* ===== Responsive — tablet, mobile, small mobile ===== */

@media (max-width: 1200px) {
  .topbar { padding-right: 28px; padding-left: 220px; }
  .section { padding: 72px 40px; }
  .cta-band,
  .footer { padding-left: 40px; padding-right: 40px; }
  .callout-band { padding-left: 40px; padding-right: 40px; }
  .projects-grid--cols-2,
  .projects-grid--cols-3,
  .projects-grid--cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proj-block-feature,
  .proj-card.proj-feature { grid-column: auto; }
}

@media (max-width: 1024px) {
  .topbar {
    padding: 16px 20px;
    min-height: auto;
    display: block;
  }
  .topbar-main {
    min-height: 72px;
    padding-left: 112px;
    position: relative;
  }
  .logo-wrap {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .logo-img { height: 72px; }
  .topbar-tag-desktop { display: none; }
  .topbar-tag-mobile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 0 6px;
    border-bottom: 1px solid rgba(197,158,82,0.18);
    margin-bottom: 8px;
    text-align: center;
  }
  .topbar-toggle { display: inline-flex; margin-left: auto; }
  .topbar-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background: #0a1628;
    border-top: 1px solid rgba(197,158,82,0.18);
    padding: 8px 0 18px;
  }
  .topbar-menu-open .topbar-menu { display: flex; }
  .nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .nav a {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav a.is-active::after { bottom: 10px; }
  .nav-cta {
    margin-top: 14px;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .section-plan::before {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 520px;
    align-items: flex-end;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(8,14,30,0.35) 0%, rgba(8,14,30,0.72) 38%, rgba(8,14,30,0.92) 100%);
  }
  .gold-bar { display: none; }
  .hero-copy {
    margin-left: 0;
    max-width: 100%;
    padding: 108px 28px 36px;
  }
  .hero-h1,
  .hero-h1-gold,
  .hero-h1-dim { font-size: clamp(34px, 7vw, 48px); }
  .hero-body { max-width: none; }
  .stats-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(odd) { border-right: 1px solid rgba(10,22,40,0.18); }

  .section { padding: 64px 32px; }
  .section-h2 { font-size: 34px; }
  .page-hero { padding: 56px 32px 48px; }
  .page-hero-about { padding: 56px 32px 0; }
  .page-hero-about-inner { padding-left: 16px; }
  .about-hero-band { margin: 32px -32px 0; min-height: 300px; }
  .about-origin-title { font-size: 30px; }

  .photo-band { height: auto; flex-direction: column; }
  .photo-panel { min-height: 300px; }
  .photo-panel + .photo-panel { border-left: 0; border-top: 3px solid #c59e52; }

  .projects-grid--cols-2,
  .projects-grid--cols-3,
  .projects-grid--cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proj-block .proj-card { height: 280px; }
  .proj-block-feature .proj-card { height: 320px; }
  .project-header { flex-direction: column; align-items: flex-start; gap: 16px; }

  .resources-wrap,
  .planroom-wrap,
  .cta-band,
  .process-consult,
  .services-top-cta,
  .services-projects-callout,
  .callout-band {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .res-grid { width: 100%; }
  .cta-btns,
  .pr-btns,
  .hero-btns { flex-wrap: wrap; width: 100%; }
  .cta-h2 { font-size: 40px; }

  .footer-top {
    flex-wrap: wrap;
    gap: 32px 24px;
  }
  .footer-brand { flex: 1 1 100%; }
  .footer-col { flex: 1 1 calc(50% - 12px); min-width: 140px; }

  .about-credentials-grid,
  .about-awards-spotlight { grid-template-columns: 1fr; }
  .about-license-chips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-badge-tile { min-height: 164px; }
  .about-badge-tile img { height: 132px; max-height: 132px; }
  .about-partner-banner img { min-height: 96px; }
  .about-awards-gallery { justify-content: flex-start; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .team-card-photo { aspect-ratio: 3 / 4; }
  .team-card-info { padding: 20px 18px 24px; }
  .team-card-name { font-size: 19px; }
  .team-card-role { font-size: 13px; }
  .services-grid { grid-template-columns: 1fr; }
  .contact-split-wrap { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }

  .proj-slider-panel { max-height: 92vh; }
  .proj-slider-header { padding: 28px 24px 12px; }
  .proj-slider-stage { padding: 8px 12px 20px; }
  .proj-slider-dots { padding: 0 24px 24px; }
}

@media (max-width: 768px) {
  .hero { min-height: 480px; }
  .hero-copy { padding: 100px 20px 32px; }
  .eyebrow { letter-spacing: 0.14em; gap: 8px; }
  .hero-h1,
  .hero-h1-gold,
  .hero-h1-dim { font-size: clamp(30px, 9vw, 38px); }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn-gold,
  .hero-btns .btn-cta-gold,
  .hero-btns .btn-ghost,
  .hero-btns .btn-cta-ghost { width: 100%; text-align: center; justify-content: center; }

  .stats-bar { grid-template-columns: 1fr; }
  .stat,
  .stat:nth-child(odd) { border-right: none; border-bottom: 1px solid rgba(10,22,40,0.18); }
  .stat:last-child { border-bottom: none; }

  .section { padding: 56px 20px; }
  .section-h2 { font-size: 30px; }
  .page-hero { padding: 48px 20px 40px; }
  .page-hero-about { padding: 48px 20px 0; }
  .page-hero-title { font-size: 34px; }
  .about-hero-band { margin: 28px -20px 0; flex-direction: column; min-height: auto; }
  .about-hero-panel { min-height: 260px; }
  .about-hero-panel + .about-hero-panel { border-left: 0; border-top: 3px solid #c59e52; }

  .projects-grid--cols-1,
  .projects-grid--cols-2,
  .projects-grid--cols-3,
  .projects-grid--cols-4 { grid-template-columns: 1fr; gap: 16px; }
  .proj-card,
  .proj-block .proj-card,
  .proj-block-feature .proj-card { height: 260px; }

  .partner-logos-marquee { padding: 28px 0; }
  .partner-logos-marquee__item {
    width: 168px;
    min-height: 104px;
    padding: 12px 14px;
  }
  .partner-logos-marquee__item img { max-height: 78px; }
  .proj-card-name { font-size: 20px; }
  .proj-card.proj-feature .proj-card-name { font-size: 24px; }

  .cta-band,
  .footer,
  .callout-band {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-band { padding-top: 56px; padding-bottom: 56px; }
  .cta-h2 { font-size: 32px; }
  .callout-title { font-size: 26px; }
  .footer-top { flex-direction: column; gap: 28px; }
  .footer-col { flex: 1 1 100%; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  .planroom-wrap { padding: 32px 24px; }
  .plan-docs-video-row--dual { grid-template-columns: 1fr; }
  .res-grid { grid-template-columns: 1fr; }
  .contact-leaders { grid-template-columns: 1fr; }
  .contact-meta-cards { grid-template-columns: 1fr; }
  .contact-split-right .contact-form .field h3 { font-size: 26px; }
  .quote-form-panel { padding: 32px 24px; border-radius: 12px; }

  .about-license-chips { grid-template-columns: 1fr; }
  .about-badge-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-awards-spotlight { padding: 22px; }
  .about-awards-gallery { justify-content: center; }
  .about-award-frame {
    flex: 0 0 160px;
    width: 160px;
    height: 210px;
  }

  .services-top-cta,
  .services-projects-callout,
  .process-consult,
  .callout-band {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-consult,
  .btn-gold,
  .btn-brown,
  .btn-brown-ghost,
  .btn-procore,
  .btn-cta-gold,
  .btn-cta-ghost { width: 100%; justify-content: center; text-align: center; }

  .proj-slider-modal { padding: 12px; }
  .proj-slider-title { font-size: 24px; }
  .proj-slider-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "image image"
      "prev next";
    gap: 12px;
    align-items: center;
    padding: 8px 16px 20px;
  }
  .proj-slider-image-wrap {
    grid-area: image;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .proj-slider-prev {
    grid-area: prev;
    justify-self: start;
  }
  .proj-slider-next {
    grid-area: next;
    justify-self: end;
  }
  .proj-slider-nav {
    width: 48px;
    height: 42px;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .topbar-main { padding-left: 96px; min-height: 64px; }
  .logo-img { height: 58px; }
  .topbar-tag-mobile { font-size: 10px; letter-spacing: 0.12em; }

  .hero { min-height: 440px; }
  .hero-copy { padding: 92px 16px 28px; }
  .hero-h1,
  .hero-h1-gold,
  .hero-h1-dim { font-size: clamp(26px, 8.5vw, 32px); }
  .eyebrow { font-size: 10px; letter-spacing: 0.1em; }
  .eyebrow::before { width: 16px; }

  .section { padding: 48px 16px; }
  .section-h2 { font-size: 26px; }
  .page-hero,
  .page-hero-about { padding-left: 16px; padding-right: 16px; }
  .page-hero-title { font-size: 28px; }
  .page-hero-inner,
  .page-hero-about-inner { padding-left: 12px; }
  .about-origin-title { font-size: 26px; }
  .about-hero-band { margin-left: -16px; margin-right: -16px; }
  .team-grid { grid-template-columns: 1fr; }

  .testi-wrap { padding: 28px 18px; }
  .testi-quote { font-size: 20px; }
  .testi-nav { gap: 12px; }

  .about-badge-wall { grid-template-columns: 1fr; }
  .about-badge-tile { min-height: 140px; }
  .about-badge-tile img { height: 110px; max-height: 110px; }
  .about-memberships-modern li { font-size: 14px; padding-left: 38px; }
  .about-award-frame {
    flex: 0 0 100%;
    width: 100%;
    max-width: 220px;
    height: 200px;
  }

  .pwd-box { padding: 28px 22px 24px; }
  .contact-form .field h3 { font-size: 24px !important; }
  .footer-logo-img { height: 64px; }
}
