:root {
  --primary: #0b4f79;
  --primary-dark: #0b2f47;
  --primary-deep: #071f31;
  --accent: #8fd4ff;
  --accent-strong: #45a9e6;
  --ice: #f1f8fc;
  --soft: #eef4f7;
  --line: #d9e5eb;
  --text: #1b2f3a;
  --muted: #5e6c73;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(7, 31, 49, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: #ffffff;
  overflow-x: hidden;
}

img { max-width: 100%; }

a { color: inherit; text-decoration: none; }

p { color: var(--muted); line-height: 1.75; }

.site-header {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13, 69, 101, .08);
  position: sticky;
  top: 0;
  z-index: 1020;
}

.navbar { min-height: 96px; }

.navbar-brand img {
  width: 195px;
  height: auto;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: var(--primary-deep);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  padding: 1rem 1.05rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--primary); }

.nav-cta {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.btn {
  border-radius: 8px;
  padding: .92rem 1.25rem;
  font-weight: 800;
  border: 0;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary-blue {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(11, 79, 121, .22);
}

.btn-primary-blue:hover { background: var(--primary-dark); color: var(--white); }

.btn-dark-blue {
  background: var(--primary-deep);
  color: var(--white);
}

.btn-dark-blue:hover { background: #031724; color: var(--white); }

.btn-light-blue {
  background: var(--accent);
  color: var(--primary-deep);
}

.btn-light-blue:hover { background: #b9e7ff; color: var(--primary-deep); }

.btn-white {
  background: var(--white);
  color: var(--primary-deep);
}

.btn-white:hover { background: var(--ice); color: var(--primary-deep); }

.section-pad { padding: 7rem 0; }

.section-pad-sm { padding: 4.8rem 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--ice);
  color: var(--primary);
  border-radius: 6px;
  padding: .48rem .75rem;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow.on-dark {
  background: rgba(143, 212, 255, .18);
  color: var(--accent);
}

.display-title {
  font-size: clamp(2.05rem, 3.15vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.06;
  text-wrap: balance;
}

.lead-text {
  font-size: 1.16rem;
  line-height: 1.75;
  color: var(--muted);
}

.hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(7,31,49,.86) 0%, rgba(7,31,49,.57) 48%, rgba(7,31,49,.18) 100%), url('../img/commercial-building-hero.jpg');
  background-size: cover;
  background-position: center;
}

.hero .container { position: relative; z-index: 2; }

.hero h1 {
  color: var(--white);
  font-size: clamp(3rem, 5vw, 4.6rem);
  max-width: 920px;
  margin: 0 0 2.25rem;
}

.hero-copy {
  max-width: 640px;
  font-size: clamp(1.08rem, 1.55vw, 1.4rem);
  line-height: 1.45;
  font-weight: 750;
  color: var(--white);
  margin-bottom: 2rem;
}

.hero-card-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 2.6rem;
}

.hero-award-card,
.hero-stat-card {
  width: 235px;
  min-height: 190px;
  padding: 1.8rem;
}

.hero-award-card {
  background: linear-gradient(135deg, rgba(9, 42, 63, .94), rgba(11, 79, 121, .72));
  border-radius: 8px 0 0 8px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-award-card i { font-size: 2rem; color: var(--accent); }

.hero-stat-card {
  background: var(--accent);
  border-radius: 0 8px 8px 0;
  color: var(--primary-deep);
}

.hero-stat-card .stat-number {
  display: block;
  margin-top: 1.1rem;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -.05em;
}

.hero-bottom-card {
  position: absolute;
  right: 7%;
  bottom: 78px;
}

.scroll-cue {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: rgba(255,255,255,.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: .5rem;
}

.intro-card {
  background: var(--accent);
  border-radius: 8px;
  min-height: 275px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: hidden;
}

.intro-card::after,
.pattern-card::after {
  content: '';
  position: absolute;
  width: 230px;
  height: 230px;
  right: -70px;
  top: -80px;
  border: 2px solid rgba(11, 79, 121, .18);
  border-radius: 50%;
}

.avatar-stack {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.avatar-stack img,
.avatar-pill {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  margin-left: -10px;
  object-fit: cover;
  background: var(--white);
}

.avatar-stack img:first-child { margin-left: 0; }

.avatar-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 800;
}

.image-rounded {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-rounded img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.check-list {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
}

.check-list li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  color: var(--primary-deep);
  font-weight: 650;
  margin-bottom: .95rem;
}

.check-list i { color: var(--primary); font-size: 1.15rem; }

.divider-line { border-top: 1px solid var(--line); }

.stat-line {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.75rem;
}

.stat-line strong {
  font-size: clamp(4rem, 7vw, 6rem);
  font-weight: 400;
  letter-spacing: -.06em;
  color: var(--text);
  line-height: 1;
}

.service-section {
  background: var(--soft);
  border-radius: 10px;
  margin: 0 1rem;
}

.service-card {
  height: 100%;
  border: 1px solid rgba(11, 79, 121, .12);
  border-radius: 8px;
  padding: 1.8rem;
  background: rgba(255,255,255,.35);
  transition: transform .25s ease, box-shadow .25s ease, border .25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(11, 79, 121, .32);
  box-shadow: 0 20px 45px rgba(7,31,49,.11);
}

.icon-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 1.5rem 0;
}

.service-card h3 {
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.service-card .inner-panel {
  background: var(--white);
  padding: 1.35rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.split-banner {
  min-height: 520px;
  background-image: linear-gradient(90deg, rgba(7,31,49,.78), rgba(7,31,49,.15)), url('../img/valuation.webp');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.split-banner h2 {
  color: var(--white);
  font-size: clamp(2.45rem, 4.2vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
  text-wrap: balance;
}

.floating-panel {
  background: linear-gradient(135deg, rgba(7,31,49,.95), rgba(11,79,121,.75));
  color: var(--white);
  border-radius: 8px;
  max-width: 370px;
  padding: 2rem;
  position: absolute;
  right: 8%;
  bottom: 0;
}

.floating-panel .panel-bottom {
  background: var(--accent);
  color: var(--primary-deep);
  margin: 2rem -2rem -2rem;
  padding: 1.35rem 2rem;
  font-weight: 900;
}

.strategy-wrap {
  position: relative;
  overflow: hidden;
}

.strategy-wrap::after {
  content: '↗';
  position: absolute;
  right: 7%;
  top: 2rem;
  font-size: 18rem;
  line-height: 1;
  color: rgba(11, 79, 121, .055);
  transform: rotate(-8deg);
  z-index: 0;
}

.strategy-wrap .container { position: relative; z-index: 1; }

.info-box {
  background: var(--soft);
  border-radius: 10px;
  padding: clamp(2rem, 4vw, 4rem);
  height: 100%;
}

.step-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 1.35rem;
  align-items: start;
  margin-bottom: 2rem;
}

.step-number {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(7,31,49,.06);
}

.step-item.active .step-number {
  background: var(--primary);
  color: var(--accent);
}

.dark-panel {
  background: var(--primary-deep);
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
  border-radius: 10px;
  color: var(--white);
  overflow: hidden;
}

.dark-panel p { color: rgba(255,255,255,.72); }

.dark-panel .check-list li { color: var(--white); }

.dark-panel .check-list i { color: var(--accent); }

.project-card {
  border: 1px solid rgba(143,212,255,.2);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  background: rgba(255,255,255,.04);
}

.project-card h3 { color: var(--white); font-size: 1.35rem; }

.project-card p { margin-bottom: 0; }

.cta-card {
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  border-radius: 10px;
  color: var(--white);
  padding: clamp(2.5rem, 5vw, 5rem);
  position: relative;
  overflow: hidden;
}

.cta-card::after {
  content: '';
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(143, 212, 255, .16);
}

.cta-card p { color: rgba(255,255,255,.75); }

.page-hero {
  background: linear-gradient(100deg, rgba(7,31,49,.92), rgba(11,79,121,.70)), url('../img/office-hallway.jpg');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 6.25rem 0;
}

.page-hero h1 {
  font-size: clamp(2.45rem, 4.4vw, 3.85rem);
  line-height: 1.04;
  color: var(--white);
  margin: 1rem 0;
  max-width: 900px;
}

.page-hero p { color: rgba(255,255,255,.78); max-width: 720px; }

.about-hero { background-image: linear-gradient(100deg, rgba(7,31,49,.90), rgba(11,79,121,.64)), url('../img/colorado-mountains.jpg'); background-position: center 52%; }

.services-hero { background-image: linear-gradient(100deg, rgba(7,31,49,.92), rgba(11,79,121,.70)), url('../img/business-consultation.jpg'); }

.contact-hero { background-image: linear-gradient(100deg, rgba(7,31,49,.92), rgba(11,79,121,.70)), url('../img/colorado-cattle-ranch.jpg'); background-position: center 58%; }

.document-hero { background-image: linear-gradient(100deg, rgba(7,31,49,.96), rgba(11,79,121,.76)), url('../img/document-handshake.jpg'); }

.stat-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.7rem;
  height: 100%;
  box-shadow: 0 14px 40px rgba(7,31,49,.06);
}

.stat-card strong {
  display: block;
  color: var(--primary);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -.05em;
  margin-bottom: .5rem;
}

.stat-card .credential-title {
  font-size: clamp(1.3rem, 1.7vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.profile-panel {
  background: var(--primary-deep);
  color: var(--white);
  border-radius: 10px;
  padding: 2.2rem;
}

.profile-panel p,
.profile-panel li { color: rgba(255,255,255,.74); }

.profile-panel .badge-soft {
  background: rgba(143,212,255,.16);
  color: var(--accent);
  border: 1px solid rgba(143,212,255,.2);
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 100px;
  padding: .52rem .8rem;
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 16px 44px rgba(7,31,49,.08);
  height: 100%;
}

.contact-card i {
  color: var(--primary);
  font-size: 1.7rem;
}

.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid var(--line);
  min-height: 54px;
  padding: .9rem 1rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(69, 169, 230, .16);
  border-color: var(--accent-strong);
}

.footer {
  background: var(--primary-deep);
  color: var(--white);
  padding-top: 5rem;
}

.footer p,
.footer a { color: rgba(255,255,255,.72); }

.footer a:hover { color: var(--accent); }

.footer-logo-box {
  background: var(--white);
  border-radius: 8px;
  padding: .85rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer-logo-box img { width: 220px; height: auto; }

.footer h5 {
  color: var(--white);
  font-weight: 800;
  margin-bottom: 1rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li { margin-bottom: .7rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 4rem;
  padding: 1.25rem 0;
}

.legal-content {
  max-width: 940px;
}

.legal-content h2 {
  margin-top: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.legal-content p,
.legal-content li { color: var(--muted); }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hover-lift { transition: transform .25s ease, box-shadow .25s ease; }

.hover-lift:hover { transform: translateY(-6px); box-shadow: var(--shadow); }

@media (max-width: 1199px) {
  .nav-cta { margin-top: 1rem; }
  .hero { min-height: 680px; }
  .hero-bottom-card { position: static; margin-top: 2rem; }
  .floating-panel { position: relative; right: auto; bottom: auto; margin: 2rem; }
}

@media (max-width: 991px) {
  .navbar { min-height: auto; padding: .85rem 0; }
  .hero h1 { font-size: clamp(2.8rem, 9vw, 4.1rem); }
  .section-pad { padding: 5rem 0; }
  .hero-card-row { flex-direction: column; max-width: 320px; }
  .hero-award-card, .hero-stat-card { width: 100%; border-radius: 8px; }
  .hero-stat-card { margin-top: .75rem; }
  .split-banner h2 { font-size: clamp(2.35rem, 8vw, 3.4rem); }
}

@media (max-width: 767px) {
  .hero { min-height: 700px; align-items: end; padding: 5rem 0; }
  .hero-copy { font-size: 1.18rem; }
  .display-title { letter-spacing: -.04em; }
  .stat-line { align-items: start; flex-direction: column; }
  .page-hero { padding: 4.5rem 0; }
  .service-section { margin: 0; border-radius: 0; }
  .footer-bottom { text-align: center; }
}


/* Homepage company-heading hierarchy */
.hero h1.hero-main-title {
  max-width: 1080px;
  margin-bottom: 2.25rem;
  font-size: 1rem;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-main-title span { display: block; }

.hero-main-title .hero-company-name {
  font-size: clamp(2.85rem, 4.8vw, 4.35rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
}

.hero-main-title .hero-formerly {
  margin-top: .7rem;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em;
}

.hero-main-title .hero-service-line {
  max-width: 820px;
  margin-top: .85rem;
  font-size: clamp(1.35rem, 2.25vw, 2.15rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.025em;
}

@media (max-width: 767px) {
  .navbar-brand img { width: 160px; }
  .hero h1.hero-main-title { margin-bottom: 1.75rem; }
  .hero-main-title .hero-company-name { font-size: clamp(2.55rem, 10vw, 3.35rem); }
  .hero-main-title .hero-formerly { margin-top: .65rem; }
  .hero-main-title .hero-service-line { margin-top: .8rem; }
}

/* Client-requested content hierarchy and image updates */
.hero-award-card,
.hero-stat-card {
  min-height: 220px;
}

.hero-person-copy { margin-top: 1rem; }

.hero-person-name {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
  margin: 0 0 .45rem;
}

.hero-person-role {
  color: rgba(255,255,255,.78);
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.hero-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-stat-card .stat-number {
  margin: 0;
  font-size: 3.8rem;
  font-weight: 850;
  line-height: .9;
}

.hero-stat-years {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-top: .3rem;
}

.hero-stat-of {
  display: block;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin: .65rem 0 .4rem;
  text-transform: uppercase;
}

.hero-stat-copy {
  color: var(--primary-deep);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.capitol-image img {
  min-height: 390px;
  object-position: center;
}

.about-ranch-image img {
  min-height: 430px;
  object-position: center;
}

.image-credit {
  color: #748087;
  font-size: .73rem;
  line-height: 1.45;
  margin: .65rem .15rem 0;
}

.image-credit a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.profile-panel-wide {
  padding: clamp(2rem, 4vw, 4rem);
}

.profile-name {
  color: var(--white);
  font-size: clamp(2.15rem, 3.2vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 1rem;
}

.profile-role {
  color: var(--accent);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
}

.profile-check-list {
  margin-top: 2.5rem;
}

.profile-biography p {
  color: rgba(255,255,255,.80);
  font-size: 1.02rem;
  line-height: 1.82;
}

.services-intro-copy {
  max-width: 1120px;
}

.contact-assignment-panel {
  height: 100%;
  padding: clamp(2rem, 4vw, 3.2rem);
}

.contact-assignment-panel h2 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

@media (max-width: 1199px) {
  .navbar-brand img { width: 180px; }
}

@media (max-width: 991px) {
  .profile-check-list { margin-top: 1.75rem; }
  .profile-biography { margin-top: .5rem; }
}

@media (max-width: 767px) {
  .navbar-brand img { width: 160px; }
  .capitol-image img,
  .about-ranch-image img { min-height: 300px; }
}

