:root {
  --dk-ink: #0d1b2a;
  --dk-navy-deep: #0b2231;
  --dk-navy: #123047;
  --dk-navy-surface: #17384a;
  --dk-navy-border: rgba(255, 255, 255, 0.10);
  --dk-text-on-dark: #fff;
  --dk-text-on-dark-muted: rgba(255, 255, 255, 0.78);
  --dk-navy-overlay-strong: rgba(13, 27, 42, 0.72);
  --dk-navy-overlay-medium: rgba(13, 27, 42, 0.58);
  --dk-navy-overlay-soft: rgba(13, 27, 42, 0.42);
  --dk-mist-blue: #eef5f8;
  --dk-mist-blue-soft: #f5fafc;
  --dk-ink-blue: #123047;
  --dk-text-blue-muted: #536b7a;
  --dk-deep-navy: var(--dk-navy-deep);
  --dk-warm-white: #faf8f5;
  --dk-soft-neutral: #f3efe8;
  --dk-text: #27343b;
  --dk-muted: #5f6873;
  --dk-gold: #c4933f;
  --dk-gold-bright: #d8a13f;
  --dk-line-gold: #a8732b;
  --accent-renovations: #d9a23a;
  --accent-renovations-soft: #f7efe4;
  --accent-extensions: #2f6f95;
  --accent-extensions-soft: #eaf3f7;
  --accent-home-modifications: #5e986b;
  --accent-home-modifications-strong: #477b54;
  --accent-home-modifications-soft: #f0f7f1;
  --line: rgba(13, 27, 42, 0.13);
  --filter-text: var(--dk-ink, #0d1b2a);
  --filter-muted: rgba(13, 27, 42, 0.58);
  --filter-label: rgba(13, 27, 42, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  background: var(--dk-warm-white);
  color: var(--dk-text);
}
body[data-page="projects"] .projects-hub-main {
  background: #FAF7F1;
}
a { color: inherit; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
img { max-width: 100%; display: block; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  z-index: 1000;
  background: rgba(7, 31, 47, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(7, 24, 38, 0.16);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.nav-inner {
  position: relative;
  width: 100%;
  height: 84px;
  margin: 0;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
  text-decoration: none;
  min-width: max-content;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  overflow: visible;
  transform: none;
}
.logo.logo-hi {
  margin-right: clamp(40px, 4vw, 58px);
}
.dk-mark-img {
  width: 124px;
  height: 76px;
  max-height: 76px;
  object-fit: contain;
  flex: 0 0 auto;
}
.logo-hi-text,
.logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  line-height: 1;
  transform: none;
}
.logo-hi-text strong,
.logo-text strong {
  display: block;
  color: var(--dk-gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-transform: none;
  text-shadow: none;
  transform: translateY(2px);
  transition: color 180ms ease;
}
.logo:hover .logo-hi-text strong,
.logo:focus-visible .logo-hi-text strong {
  color: rgba(255, 252, 244, 0.94);
}

/* Shared DK header brand lockup: keep Projects wordmark identical to approved pages. */
.navbar .logo,
.navbar .logo.logo-hi {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  height: 100% !important;
  text-decoration: none !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  transform: none !important;
}
.navbar .logo img,
.navbar .logo-hi .dk-mark-img {
  width: 124px !important;
  height: 76px !important;
  max-height: 76px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}
.navbar .logo span,
.navbar .logo-hi-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: auto !important;
  line-height: 1 !important;
  transform: none !important;
}
.navbar .logo strong,
.navbar .logo span strong,
.navbar .logo-hi-text strong {
  display: block !important;
  color: #c4933f !important;
  font-family: "Cinzel", Georgia, serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
  white-space: nowrap !important;
  text-transform: none !important;
  text-shadow: none !important;
  transform: translateY(2px) !important;
  transition: color 180ms ease !important;
}
.navbar .logo:hover strong,
.navbar .logo:focus-visible strong,
.navbar .logo:active strong,
.navbar .logo.logo-hi:hover .logo-hi-text strong,
.navbar .logo.logo-hi:focus-visible .logo-hi-text strong,
.navbar .logo.logo-hi:active .logo-hi-text strong {
  color: rgba(255, 252, 244, 0.94) !important;
}
@media (max-width: 900px) {
  .navbar .logo img,
  .navbar .logo-hi .dk-mark-img {
    width: 72px !important;
    height: auto !important;
    max-height: none !important;
  }
  .navbar .logo strong,
  .navbar .logo span strong,
  .navbar .logo-hi-text strong {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .navbar .logo img,
  .navbar .logo-hi .dk-mark-img {
    width: 58px !important;
    height: auto !important;
    max-height: none !important;
  }
  .navbar .logo strong,
  .navbar .logo span strong,
  .navbar .logo-hi-text strong {
    font-size: 14px !important;
  }
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 64px 0 0;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
}
.nav-links > li {
  position: relative;
}
.nav-links > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 180ms ease;
}
.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  bottom: auto;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--dk-gold-bright);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}
.nav-links > li > a:hover,
.nav-links > li > a:focus-visible,
.nav-links > li > a.active,
.nav-links > li > a[aria-current="page"] {
  color: var(--dk-gold-bright);
}
.nav-links > li > a:hover::after,
.nav-links > li > a:focus-visible::after,
.nav-links > li > a.active::after,
.nav-links > li > a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.nav-services-mobile {
  display: none;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: 0;
  flex: 0 0 auto;
}
.nav-divider {
  display: none;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.22);
}
.nav-main-phone {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}
.nav-main-phone-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  color: var(--dk-gold);
}
.nav-main-phone-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: rgba(216, 161, 63, 0.22);
  box-shadow: 0 0 18px rgba(216, 161, 63, 0.46);
  opacity: 0.2;
  transform: scale(0.58);
  transform-origin: center;
  pointer-events: none;
}
.nav-main-phone svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  color: currentColor;
  flex: 0 0 auto;
  transform-origin: center;
}
.nav-main-phone:hover,
.nav-main-phone:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}
.nav-main-phone:hover span,
.nav-main-phone:focus-visible span {
  color: var(--dk-gold-bright);
}
.nav-main-phone:hover .nav-main-phone-icon,
.nav-main-phone:focus-visible .nav-main-phone-icon {
  color: var(--dk-gold-bright);
}
@keyframes projectPhoneGlow {
  0%, 100% {
    opacity: 0.16;
    transform: scale(0.58);
    box-shadow: 0 0 10px rgba(216, 161, 63, 0.24);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.12);
    box-shadow: 0 0 26px rgba(216, 161, 63, 0.68);
  }
}
@keyframes projectPhoneIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .nav-main-phone-icon::before,
  .nav-main-phone svg,
  .cta-phone-icon::before,
  .cta-phone-icon svg {
    animation: none !important;
  }
}
.header-quote-btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 7px;
  background: var(--dk-gold-bright);
  color: var(--dk-deep-navy);
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.header-quote-btn:hover,
.header-quote-btn:focus-visible {
  background: linear-gradient(180deg, #ffc75c 0%, #e0a02b 100%);
  color: var(--dk-deep-navy);
  box-shadow: none;
  transform: translateY(-1px);
}
.header-quote-btn:focus-visible,
.nav-main-phone:focus-visible {
  outline: 2px solid rgba(255, 199, 92, 0.76);
  outline-offset: 3px;
}
.mobile-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 7px;
  background: var(--dk-navy);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.cat-bar {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  z-index: 990;
  height: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 420px));
  align-items: stretch;
  justify-content: center;
  gap: 56px;
  padding: 0 48px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(20, 43, 58, 0.12);
  box-shadow: 0 10px 28px rgba(7, 24, 38, 0.08);
}
.cat-item {
  position: relative;
  justify-self: center;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 64px;
  min-height: 64px;
  padding: 0 28px;
  color: var(--dk-navy);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.cat-icon {
  display: none;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  color: var(--dk-gold);
  place-items: center;
  flex: 0 0 auto;
}
.cat-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.cat-title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.15;
}
.cat-title-link strong {
  display: block;
  color: inherit;
  font-size: 19px;
  font-weight: 600 !important;
  line-height: 1;
  white-space: nowrap;
}
.cat-title-link small {
  display: none;
}
.cat-arrow {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: 0;
  color: var(--dk-gold);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.78;
  transform: rotate(45deg);
  transition: transform 180ms ease, color 180ms ease, margin-top 180ms ease;
}
.cat-item:hover,
.cat-item:focus-within,
.cat-item:has(.cat-menu:hover) {
  background: #0b2236;
  color: #fff;
  box-shadow: inset 0 4px 0 #c4933f;
}
.cat-item:hover > .cat-title-link,
.cat-item:hover > .cat-title-link strong,
.cat-item:focus-within > .cat-title-link,
.cat-item:focus-within > .cat-title-link strong,
.cat-item:has(.cat-menu:hover) > .cat-title-link,
.cat-item:has(.cat-menu:hover) > .cat-title-link strong {
  color: #c6ac6e;
}
.cat-item:hover > .cat-arrow,
.cat-item:focus-within > .cat-arrow,
.cat-item:has(.cat-menu:hover) > .cat-arrow {
  color: #c6ac6e;
  border-right-color: #c6ac6e;
  border-bottom-color: #c6ac6e;
  margin-top: 4px;
  transform: rotate(225deg);
}
.cat-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 390px;
  min-width: 390px;
  max-width: min(390px, calc(100vw - 40px));
  padding: 14px;
  color: #0b2236;
  background: #fff;
  border: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 40px rgba(7, 24, 38, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  z-index: 1004;
}
.cat-item:hover .cat-menu,
.cat-item:focus-within .cat-menu,
.cat-item .cat-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.cat-menu a {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px;
  overflow: hidden;
  border-radius: 10px;
  color: var(--dk-navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.cat-menu a + a {
  margin-top: 2px;
}
.cat-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: var(--dk-gold);
  opacity: 0;
  transform: scaleY(0.62);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}
.cat-menu a:hover,
.cat-menu a:focus-visible {
  background: rgba(196, 147, 63, 0.1);
  color: #0b2236;
  outline: none;
}
.cat-menu a:hover::before,
.cat-menu a:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}
.dropdown-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.dropdown-copy strong {
  display: block;
  color: #0b2236;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.15;
  white-space: normal;
}
.dropdown-arrow {
  flex: 0 0 auto;
  color: var(--dk-gold);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease;
}
.cat-menu a:hover .dropdown-arrow,
.cat-menu a:focus-visible .dropdown-arrow {
  transform: translateX(4px);
}
@media (min-width: 1200px) {
  .nav-links {
    margin-left: auto;
    margin-right: 64px;
    transform: none;
  }
  .nav-actions {
    margin-left: 0;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .logo.logo-hi {
    margin-right: 24px;
  }
  .nav-links {
    gap: 28px;
    margin-right: 28px;
  }
  .nav-actions {
    gap: 18px;
  }
  .nav-main-phone span {
    display: none;
  }
}
@media (min-width: 901px) {
  .cat-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    background: transparent;
    pointer-events: auto;
  }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .cat-item:first-child .cat-menu {
    left: 0;
    transform: translateX(0) translateY(8px);
  }
  .cat-item:first-child:hover .cat-menu,
  .cat-item:first-child:focus-within .cat-menu,
  .cat-item:first-child .cat-menu:hover,
  .cat-item:last-child:hover .cat-menu,
  .cat-item:last-child:focus-within .cat-menu,
  .cat-item:last-child .cat-menu:hover {
    transform: translateX(0) translateY(0);
  }
  .cat-item:last-child .cat-menu {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(8px);
  }
}

.project-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 84px;
  background: rgba(7, 31, 47, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(7, 24, 38, 0.16);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.project-nav {
  width: 100%;
  height: 84px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
}
.project-logo {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
  min-width: max-content;
  margin-right: clamp(40px, 4vw, 58px);
  text-decoration: none;
  flex: 0 0 auto;
}
.project-logo img {
  width: 124px;
  height: 76px;
  max-height: 76px;
  object-fit: contain;
  flex: 0 0 auto;
}
.project-logo span {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
}
.project-logo strong {
  display: block;
  color: var(--dk-gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
  white-space: nowrap;
  transform: translateY(2px);
  transition: color 180ms ease;
}
.project-logo:hover strong,
.project-logo:focus-visible strong {
  color: rgba(255, 252, 244, 0.94);
}
.project-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 64px 0 0;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
}
.project-menu li {
  position: relative;
}
.project-menu a {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 180ms ease;
}
.project-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--dk-gold);
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}
.project-menu a:hover,
.project-menu a:focus-visible,
.project-menu a[aria-current="page"] {
  color: var(--dk-gold-bright);
}
.project-menu a:hover::after,
.project-menu a:focus-visible::after,
.project-menu a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.project-nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 0;
  flex: 0 0 auto;
}
.project-phone {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}
.project-phone svg {
  width: 26px;
  height: 26px;
  color: var(--dk-gold);
  flex: 0 0 auto;
}
.project-phone:hover,
.project-phone:focus-visible {
  transform: translateY(-1px);
}
.project-phone:hover span,
.project-phone:focus-visible span {
  color: var(--dk-gold-bright);
}
.project-quote-btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 7px;
  background: var(--dk-gold-bright);
  color: var(--dk-deep-navy);
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.project-quote-btn:hover,
.project-quote-btn:focus-visible {
  background: linear-gradient(180deg, #ffc75c 0%, #e0a02b 100%);
  color: var(--dk-deep-navy);
  transform: translateY(-1px);
}

.project-hero {
  margin-top: 148px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 31, 47, 0.96), rgba(13, 27, 42, 0.9)),
    url("../images/banner.jpg") center / cover;
  color: #fff;
}
.project-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -38% -10%;
  height: 280px;
  background: radial-gradient(circle at 50% 0, rgba(196, 147, 63, 0.18), transparent 62%);
  pointer-events: none;
}
.project-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 84px;
  text-align: center;
}
.project-kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--dk-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-hero h1,
.detail-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}
.project-hero p,
.detail-hero p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.projects-page-header {
  margin-top: 148px;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  color: var(--dk-ink-blue);
}
.projects-page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0.97) 30%,
    rgba(245, 250, 252, 0.90) 43%,
    rgba(245, 250, 252, 0.58) 56%,
    rgba(255, 255, 255, 0.18) 70%,
    rgba(255, 255, 255, 0) 84%
  );
  pointer-events: none;
}
.projects-page-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(245, 250, 252, 0), var(--dk-mist-blue-soft) 100%);
  pointer-events: none;
}
.projects-page-header-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 813px;
  margin: 0;
  padding: 86px 0 86px clamp(170px, 17.1vw, 247px);
  transition: opacity 160ms ease, transform 160ms ease;
}
.projects-page-header-media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 66%;
  min-height: 600px;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 8%, rgba(0, 0, 0, 0.55) 18%, rgba(0, 0, 0, 1) 34%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 8%, rgba(0, 0, 0, 0.55) 18%, rgba(0, 0, 0, 1) 34%);
}
.projects-page-header-media img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.94) saturate(0.90) contrast(1.02);
}
.projects-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--dk-gold);
  font-size: 15.6px;
  font-weight: 750;
}
.projects-breadcrumb a {
  color: var(--dk-gold);
  text-decoration: none;
}
.projects-breadcrumb a:hover {
  color: #9d6a1e;
}
.projects-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 30px;
  color: var(--dk-gold-bright, #D6A23A);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.projects-compact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 22px 0 0;
  color: var(--dk-gold-bright, #D6A23A);
  font-size: 14.85px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.projects-compact-eyebrow a {
  color: inherit;
  text-decoration: none;
}
.projects-compact-eyebrow a:hover,
.projects-compact-eyebrow a:focus-visible {
  color: var(--dk-gold);
}
.projects-page-header h1 {
  margin: 0;
  color: #07132a;
  max-width: 620px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5.6vw, 92px);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.015em;
  white-space: normal;
}
.projects-hero-intro {
  max-width: 560px;
  margin: 22px 0 0;
  color: #202e3a;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
}
.projects-compact-title-bar {
  position: fixed;
  top: 148px;
  left: 0;
  right: 0;
  z-index: 985;
  min-height: 114px;
  display: flex;
  align-items: center;
  background: #071f2f;
  color: #fff;
  box-shadow: 0 12px 28px rgba(7, 31, 47, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.projects-compact-title-inner {
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  padding: 16px 0 18px;
}
.projects-compact-title {
  margin: 0;
  color: #fff;
  font-size: clamp(22.743px, 2.193075vw, 34.1145px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.035em;
  transform: translateX(0);
}
.projects-compact-eyebrow {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
  margin-top: 14px;
  font-size: 14.85px;
  letter-spacing: 0;
  transform: translateX(0);
}
body.projects-compact-visible .projects-compact-title-bar {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body.projects-compact-visible .projects-page-header-inner {
  opacity: 0;
  transform: translateY(-10px);
}

.project-section {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
  padding: 56px 0 88px;
}
.section-header {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-header h2 {
  margin: 0;
  color: var(--dk-ink-blue, var(--dk-navy));
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 900;
}
.section-header p {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--dk-text-blue-muted, var(--dk-muted));
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}

.projects-layout {
  --main-header-height: 84px;
  --service-nav-height: 64px;
  --projects-compact-bar-height: 114px;
  --projects-sticky-offset: calc(var(--main-header-height) + var(--service-nav-height) + var(--projects-compact-bar-height) + 28px);
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1085px) minmax(0, 1fr);
  gap: 0;
  align-items: start;
}
.project-filter-panel {
  width: 300px;
  grid-column: 1;
  justify-self: end;
  position: sticky;
  top: var(--projects-sticky-offset);
  transform: translateX(-48px);
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font-family: "Manrope", "Noto Sans SC", sans-serif;
}
.project-filter-panel button {
  font-family: inherit;
}
.project-filter-inner {
  padding: 22px 20px 24px;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(13, 27, 42, 0.07);
}
.project-results-panel {
  grid-column: 2;
  min-width: 0;
  min-height: 0;
  display: flex;
  justify-content: center;
}
.project-gallery-wrapper {
  width: min(100%, 1085px);
  margin-inline: auto;
}
.project-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 22px;
}
.project-filter-title {
  margin: 0;
  color: rgba(13, 27, 42, 0.90);
  font-size: 14.63px;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}
.project-filter-clear {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: rgba(13, 27, 42, 0.64);
  font-size: 12.54px;
  line-height: 1;
  font-weight: 750;
  cursor: pointer;
}
.project-filter-clear::after {
  content: "\00d7";
  color: var(--dk-navy);
  font-size: 16.72px;
  line-height: 1;
}
.project-filter-clear:hover {
  color: var(--dk-gold);
}
.project-filter-section + .project-filter-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(13, 27, 42, 0.08);
}
.projects-filter-column-label {
  margin: 0 0 14px;
  color: var(--filter-label);
  font-size: 11.495px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.project-filters-primary {
  margin-top: 0;
}
.project-filters {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.project-filter-item {
  --filter-accent: var(--dk-navy);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 40px;
  padding: 0 10px 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(13, 27, 42, 0.90);
  font-size: 15.675px;
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}
.project-filter-item[data-filter="renovations"] { --filter-accent: var(--accent-renovations); }
.project-filter-item[data-filter="extensions"] { --filter-accent: var(--accent-extensions); }
.project-filter-item[data-filter="home-modifications"] { --filter-accent: var(--accent-home-modifications); }
.project-filter-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 180ms ease;
}
.project-filter-item span,
.project-filter-focus-item span,
.project-location-item span {
  margin-left: auto;
  color: rgba(13, 27, 42, 0.58);
  font-size: 13.585px;
  font-weight: 600;
}
.project-filter-item span,
.project-location-item span {
  font-size: 14.63px;
}
.project-filter-item:hover {
  background: rgba(196, 147, 63, 0.1);
  color: var(--filter-accent, var(--dk-line-gold));
}
.project-filter-item.is-active {
  background: rgba(196, 147, 63, 0.1);
  color: rgba(13, 27, 42, 0.90);
  font-weight: 700;
}
.project-filter-item[data-filter="all"] {
  --filter-accent: var(--dk-line-gold);
}
.project-filter-item.is-active::before {
  background: var(--filter-accent, var(--dk-line-gold));
}

.project-type-filters {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.project-filter-focus-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-filter-focus-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(13, 27, 42, 0.66);
  font-size: 14.63px;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease;
}
.project-filter-focus-item::before,
.project-location-item::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid rgba(13, 27, 42, 0.25);
  border-radius: 3px;
  background: #fff;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.project-filter-focus-item:hover,
.project-filter-focus-item.is-active {
  color: var(--filter-text);
}
.project-filter-focus-item:hover {
  color: var(--category-accent, var(--dk-line-gold));
}
.project-filter-focus-item.is-active {
  color: var(--filter-text);
  font-weight: 800;
}
.project-filter-focus-item.is-active::before {
  border-color: var(--category-accent, var(--dk-line-gold));
  background: var(--category-accent, var(--dk-line-gold));
  box-shadow: inset 0 0 0 3px #fff;
}
.project-filter-location-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-location-item {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(13, 27, 42, 0.66);
  font-size: 15.675px;
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease;
}
.project-location-item:hover,
.project-location-item.is-active {
  color: var(--filter-text);
}
.project-location-item.is-active {
  font-weight: 700;
}
.project-location-item.is-active::before {
  border-color: var(--dk-gold);
  background: var(--dk-gold);
  box-shadow: inset 0 0 0 3px #fff;
}
.project-filter-panel[data-active-category="renovations"] {
  --category-accent: var(--accent-renovations);
  --category-accent-soft: var(--accent-renovations-soft);
}
.project-filter-panel[data-active-category="extensions"] {
  --category-accent: var(--accent-extensions);
  --category-accent-soft: var(--accent-extensions-soft);
}
.project-filter-panel[data-active-category="home-modifications"] {
  --category-accent: var(--accent-home-modifications);
  --category-accent-soft: var(--accent-home-modifications-soft);
}
.project-type-filters[hidden],
.project-type-group[hidden] {
  display: none;
}
.project-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 36px;
}
.project-results-count {
  margin: 0;
  color: var(--dk-navy);
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  font-size: 15.6px;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition:
    opacity 160ms ease-out,
    transform 160ms ease-out;
}
.project-results-count.is-updating {
  opacity: 0.56;
  transform: translateY(3px);
}
.project-sort-control {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dk-navy);
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  font-size: 15.6px;
  font-weight: 750;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.project-sort-control select {
  min-width: 172px;
  height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  border-radius: 4px;
  background: #fff;
  color: var(--dk-navy);
  font-family: inherit;
  font-size: 15.6px;
  font-weight: 750;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 30px;
  transition:
    opacity 160ms ease-out,
    transform 160ms ease-out;
}
.project-grid.is-filtering {
  opacity: 0.72;
  transform: translateY(4px);
}

@media (min-width: 769px) {
  .project-grid:has(.project-card:only-child) {
    grid-template-columns: minmax(0, min(100%, 372px));
    justify-content: center;
  }
  .project-grid:has(.project-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, min(100%, 372px)));
    justify-content: center;
  }
}

@media (min-width: 1500px) {
  .project-section {
    width: min(1440px, calc(100% - 48px));
  }
  .projects-layout {
    max-width: 1440px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1085px) minmax(0, 1fr);
    gap: 0;
  }
  .project-filter-panel {
    grid-column: 1;
    justify-self: end;
    transform: translateX(-48px);
  }
  .project-results-panel {
    grid-column: 2;
    justify-content: stretch;
  }
  .project-gallery-wrapper {
    width: min(100%, 1085px);
  }
}

@media (min-width: 2100px) {
  .project-section {
    width: min(1440px, calc(100% - 96px));
  }
  .projects-layout {
    max-width: 1440px;
  }
  .projects-compact-title-inner {
    width: min(1440px, calc(100% - 96px));
  }
  .project-filter-panel {
    transform: translateX(-48px);
  }
}
.project-card {
  --category-accent: var(--dk-gold);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(13, 27, 42, 0.06);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    border-color 220ms ease;
}
.project-card[data-category="renovations"] { --category-accent: var(--accent-renovations); }
.project-card[data-category="extensions"] { --category-accent: var(--accent-extensions); }
.project-card[data-category="home-modifications"] { --category-accent: var(--accent-home-modifications); }
.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 115, 43, 0.24);
  box-shadow: 0 26px 64px rgba(13, 27, 42, 0.11);
}
.project-card.is-hidden { display: none; }
.project-card.is-entering {
  opacity: 0;
  transform: translateY(10px) scale(0.992);
}
.project-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .project-grid,
  .project-results-count,
  .project-card,
  .project-card.is-entering,
  .project-card.is-visible,
  .project-image img {
    animation: none !important;
    transition: none !important;
  }
  .project-grid.is-filtering,
  .project-results-count.is-updating,
  .project-card.is-entering,
  .project-card.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}
.project-card-media-link {
  display: block;
  width: 100%;
}
.project-image {
  position: relative;
  width: 100%;
  height: 280px;
  min-height: 0;
  overflow: hidden;
  background: var(--dk-soft-neutral);
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 450ms ease;
}
.project-card:hover .project-image img { transform: scale(1.04); }

@media (min-width: 1280px) {
  .project-image {
    height: 300px;
  }
}
.project-body {
  display: flex;
  flex: 1 1 auto;
  min-height: 155px;
  flex-direction: column;
  padding: 26px 28px 28px;
}
.project-body h3 {
  margin: 0;
  color: #123047;
  font-size: clamp(18.9525px, 1.218375vw, 21.66px);
  line-height: 1.14;
  font-weight: 650;
  letter-spacing: -0.025em;
}
.project-meta {
  margin: 0 0 8px;
  color: rgba(18, 48, 71, 0.56);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-card-description {
  display: none;
}
.project-body p:not(.project-meta):not(.project-card-description) {
  margin: 0;
  color: rgba(18, 48, 71, 0.66);
  font-size: 15px;
  line-height: 1.68;
  font-weight: 450;
}
.project-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #123047;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  align-self: flex-start;
  transition: color 220ms ease-out;
}
.project-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #D6A23A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease-out;
}
.project-link-arrow {
  display: inline-block;
  transition: transform 220ms ease-out;
}
.project-card:hover .project-link,
.project-link:hover {
  color: #B8892E;
}
.project-card:hover .project-link::after,
.project-link:hover::after {
  transform: scaleX(1);
}
.project-card:hover .project-link-arrow,
.project-link:hover .project-link-arrow {
  transform: translateX(4px);
}

.project-cta {
  background:
    linear-gradient(135deg, rgba(7, 31, 47, 0.96), rgba(7, 31, 47, 0.88)),
    url("../images/footer-bg-top.png") center / cover;
  color: #fff;
}
.project-cta-inner {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
  text-align: center;
}
.project-cta h2 {
  margin: 0;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.08;
}
.project-cta p {
  max-width: 700px;
  margin: 16px auto 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}
.cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.cta-primary {
  background: var(--dk-gold);
  color: #fff;
  box-shadow: 0 16px 36px rgba(196, 147, 63, 0.22);
}
.cta-primary:hover {
  background: var(--dk-navy);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(13, 27, 42, 0.26);
}
.cta-secondary {
  gap: 12px;
  border: 1px solid rgba(135, 190, 231, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.cta-phone-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--dk-gold-bright);
}
.cta-phone-icon::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 999px;
  background: rgba(216, 161, 63, 0.24);
  box-shadow: 0 0 18px rgba(216, 161, 63, 0.48);
  opacity: 0.2;
  transform: scale(0.58);
  transform-origin: center;
  animation: projectCtaPhoneBreath 2.6s ease-in-out infinite;
  pointer-events: none;
}
.cta-phone-icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
  transform-origin: center;
  animation: projectCtaPhoneIconBreath 2.6s ease-in-out infinite;
}
.cta-secondary:hover {
  border-color: var(--dk-gold);
  color: #fff;
  transform: translateY(-2px);
}
.cta-secondary:hover .cta-phone-icon,
.cta-secondary:focus-visible .cta-phone-icon {
  color: var(--dk-gold);
}
@keyframes projectCtaPhoneBreath {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.58);
    box-shadow: 0 0 14px rgba(216, 161, 63, 0.36);
  }
  50% {
    opacity: 0.64;
    transform: scale(0.86);
    box-shadow: 0 0 19px rgba(216, 161, 63, 0.48);
  }
}
@keyframes projectCtaPhoneIconBreath {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.09); }
}

/* Final CTA phone button parity: homepage-approved spacing and breathing halo. */
.project-cta .cta-secondary {
  gap: 23px !important;
}
.project-cta .cta-phone-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  color: #D99A2B !important;
}
.project-cta .cta-phone-icon::before {
  content: "" !important;
  position: absolute !important;
  inset: -7px !important;
  border-radius: 999px !important;
  background: rgba(217, 154, 43, 0.26) !important;
  box-shadow: 0 0 28px rgba(217, 154, 43, 0.84) !important;
  opacity: 0.64 !important;
  transform: scale(0.82) !important;
  transform-origin: center !important;
  animation: projectCtaPhoneBreath 2.2s ease-in-out infinite !important;
  pointer-events: none !important;
}
.project-cta .cta-phone-icon svg {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
  transform-origin: center !important;
  animation: projectCtaPhoneIconBreath 2.2s ease-in-out infinite !important;
}
@keyframes projectCtaPhoneBreath {
  0%, 100% {
    opacity: 0.64;
    transform: scale(0.82);
    box-shadow: 0 0 18px rgba(217, 154, 43, 0.58);
  }
  50% {
    opacity: 0.96;
    transform: scale(1.52);
    box-shadow: 0 0 52px rgba(217, 154, 43, 1);
  }
}
@keyframes projectCtaPhoneIconBreath {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.28); }
}
.footer-map-note-v13 {
  background: transparent !important;
  box-shadow: none !important;
}

.detail-hero {
  background: linear-gradient(135deg, rgba(7, 31, 47, 0.96), rgba(13, 27, 42, 0.88));
  color: #fff;
}
.detail-hero-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 54px;
  align-items: center;
}
.detail-hero p { margin-left: 0; }
.detail-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}
.facts-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(13, 27, 42, 0.1);
  border-top: 1px solid rgba(13, 27, 42, 0.12);
  border-bottom: 1px solid rgba(13, 27, 42, 0.12);
}
.fact {
  background: #fff;
  padding: 24px 18px;
  text-align: center;
}
.fact span {
  display: block;
  color: var(--dk-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fact strong {
  display: block;
  margin-top: 8px;
  color: var(--dk-navy);
  font-size: 17px;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.story-card,
.related-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.06);
}
.story-card h3,
.related-card h3 {
  margin: 0 0 12px;
  color: var(--dk-navy);
  font-size: 22px;
}
.story-card p,
.related-card p {
  margin: 0;
  color: var(--dk-muted);
  font-size: 15px;
  line-height: 1.72;
}
.outcome-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 34px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.07);
}
.outcome-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}
.outcome-panel h2 {
  margin: 0 0 14px;
  color: var(--dk-navy);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}
.outcome-panel p {
  margin: 0;
  color: var(--dk-muted);
  font-size: 16px;
  line-height: 1.75;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.related-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--dk-navy);
  font-weight: 900;
  text-decoration: none;
}

.project-footer {
  background: var(--dk-navy-deep);
  color: var(--dk-text-on-dark-muted);
}
.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 36px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.footer-brand img { width: 82px; }
.footer-brand small {
  display: block;
  margin-top: 7px;
  color: var(--dk-gold);
  font-size: 13px;
}
.project-footer h3 {
  margin: 0 0 16px;
  color: var(--dk-gold);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.project-footer a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}
.project-footer a:hover { color: var(--dk-gold); }
.footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.footer-v13 {
  position: relative;
  overflow: hidden;
  color: #d7dee2;
  padding: 78px 0 0;
  background: var(--dk-navy-deep);
}
.footer-v13::before {
  content: none;
}
.footer-v13 .footer-arch-texture {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.52) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.52) 1px, transparent 1px),
    linear-gradient(135deg, transparent 49%, rgba(255, 255, 255, 0.52) 50%, transparent 51%);
  background-size: 86px 86px, 86px 86px, 240px 240px;
  pointer-events: none;
}
.footer-grid-v13 {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 72px));
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(235px, 0.95fr) minmax(150px, 0.72fr) minmax(170px, 0.82fr) minmax(140px, 0.68fr) minmax(300px, 1.15fr);
  gap: 0;
  align-items: start;
}
.footer-grid-v13 > .footer-col,
.footer-grid-v13 > .footer-company-v13 {
  min-width: 0;
  padding: 0 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-grid-v13 > .footer-company-v13 {
  display: block;
  border-left: 0;
  padding-left: 0;
  padding-right: 34px;
}
.footer-grid-v13 > .footer-contact-v13 {
  padding-right: 0;
}
.footer-brand-lockup-v13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 270px;
  color: #fff;
  text-decoration: none;
}
.footer-brand-lockup-v13 img {
  width: 98px;
  height: auto;
  max-height: none;
  margin: 0;
}
.footer-brand-text {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 12px;
  width: max-content;
  max-width: 100%;
}
.footer-brand-lockup-v13 strong {
  display: block;
  width: max-content;
  color: rgba(255, 252, 244, 0.94);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.footer-brand-lockup-v13 small {
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #e7c478;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}
.footer-brand-lockup-v13 small span {
  display: block;
  flex: 1 1 auto;
  min-width: 12px;
  height: 1px;
  background: var(--dk-gold-bright);
  opacity: 0.9;
}
.footer-company-v13 p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}
.footer-v13 h3 {
  margin: 4px 0 30px;
  color: var(--dk-gold-bright);
  font-size: 18px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.footer-v13 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.footer-v13 .footer-col li {
  margin: 0;
}
.footer-v13 .footer-col li + li {
  margin-top: 17px;
}
.footer-v13 .footer-col a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  text-decoration: none;
}
.footer-v13 .footer-col a:hover,
.footer-v13 .footer-col a:focus-visible {
  color: #e7c478;
}
.footer-links-v12 li a:not(.footer-all-link-v12) {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.footer-links-v12 li a:not(.footer-all-link-v12)::after {
  content: none;
  display: none;
}
.footer-v13 .footer-services-v13 .footer-all-link-v12,
.footer-v13 .footer-areas-v13 .footer-all-link-v12 {
  position: relative;
  width: auto;
  min-height: 44px;
  padding-top: 16px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #e7c478;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.footer-v13 .footer-services-v13 .footer-all-link-v12::before,
.footer-v13 .footer-areas-v13 .footer-all-link-v12::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.footer-v13 .footer-services-v13 .footer-all-link-v12 span,
.footer-v13 .footer-areas-v13 .footer-all-link-v12 span {
  display: inline-block;
  margin-left: 0;
  flex-shrink: 0;
  transition: transform 180ms ease;
}
.footer-v13 .footer-services-v13 .footer-all-link-v12:hover span,
.footer-v13 .footer-areas-v13 .footer-all-link-v12:hover span,
.footer-v13 .footer-services-v13 .footer-all-link-v12:focus-visible span,
.footer-v13 .footer-areas-v13 .footer-all-link-v12:focus-visible span {
  transform: translateX(3px);
}
.footer-contact-v13 .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 18px;
}
.footer-contact-v13 .ci-icon {
  color: var(--dk-gold-bright);
  min-width: 22px;
}
.footer-contact-v13 .ci-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact-v13 .btn-footer {
  min-height: 50px;
  width: 100%;
  max-width: 290px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 26px;
  border: 1px solid var(--dk-gold-bright);
  border-radius: 6px;
  background: transparent;
  color: #e7c478;
  font-size: 15.5px;
  font-weight: 750;
  text-decoration: none;
}
.footer-contact-v13 .btn-footer:hover,
.footer-contact-v13 .btn-footer:focus-visible {
  background: rgba(196, 147, 63, 0.12);
}
.footer-v13 .footer-social-v13 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 32px;
}
.footer-v13 .footer-social-v13 a {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(216, 161, 63, 0.72);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dk-gold-bright);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
}
.footer-v13 .footer-social-v13 a:hover,
.footer-v13 .footer-social-v13 a:focus-visible {
  background: var(--dk-gold-bright);
  border-color: #f0c76b;
  color: var(--dk-deep-navy);
  transform: translateY(-1px);
}
.footer-v13 .footer-social-v13 .footer-social-icon {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-v13 .footer-social-v13 svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}
.footer-v13 .footer-social-v13 em {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer-v13 .footer-map-note-v13 {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 360px;
  margin-top: 30px;
}
.footer-service-badge-v35 {
  width: 112px;
  height: 112px;
  max-width: 112px;
  display: block;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.18));
}
.footer-service-copy-v35 strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 650;
  margin: 0 0 8px;
}
.footer-service-copy-v35 p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.52;
}
.footer-bottom-v13 {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 72px));
  max-width: 1400px;
  margin: 62px auto 0;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-bottom-v13 .footer-bottom-links {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.footer-bottom-v13 .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(216, 161, 63, 0.55);
  padding: 0 20px;
  text-decoration: none;
}
.footer-bottom-v13 .footer-bottom-links a:first-child {
  border-left: 0;
}

@media (max-width: 1024px) {
  .nav-inner {
    padding: 0 24px;
    gap: 24px;
  }
  .logo.logo-hi {
    margin-right: 24px;
  }
  .dk-mark-img {
    width: 100px;
    height: auto;
    max-height: 76px;
  }
  .logo-hi-text strong,
  .logo-text strong {
    font-size: 16px;
  }
  .nav-links {
    gap: 22px;
    margin-right: 28px;
  }
  .nav-links > li > a {
    font-size: 14px;
  }
  .nav-actions {
    gap: 16px;
  }
  .nav-main-phone {
    font-size: 16px;
  }
  .header-quote-btn {
    padding: 0 16px;
    font-size: 13px;
  }
  .project-nav {
    gap: 24px;
    padding: 0 24px;
  }
  .project-logo {
    margin-right: 18px;
  }
  .project-logo img {
    width: 72px;
    height: auto;
    max-height: none;
  }
  .project-logo strong {
    font-size: 16px;
  }
  .project-menu {
    gap: 22px;
    margin-right: 0;
  }
  .project-phone,
  .project-quote-btn {
    display: none;
  }
  .projects-layout {
    display: block;
    transform: none;
  }
  .project-filter-panel {
    position: static;
    width: auto;
    max-width: none;
    margin-bottom: 36px;
  }
  .project-filter-inner {
    padding: 22px 20px 24px;
  }
  .project-filter-location-list,
  .project-filter-focus-list,
  .project-filters {
    max-width: 100%;
  }
  .project-grid,
  .story-grid,
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-results-panel { min-height: 0; }
  .project-image { min-height: 260px; }
  .footer-grid-v13 {
    width: min(100% - 48px, 980px);
    grid-template-columns: minmax(260px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr);
    row-gap: 52px;
  }
  .footer-grid-v13 > .footer-col,
  .footer-grid-v13 > .footer-company-v13 {
    border-left: 0;
    padding: 0;
  }
  .footer-contact-v13 {
    grid-column: 1 / -1;
  }
  .footer-v13 .footer-map-note-v13 {
    grid-template-columns: 102px minmax(0, 1fr);
    max-width: 520px;
  }
  .footer-service-badge-v35 {
    width: 102px;
    height: 102px;
    max-width: 102px;
  }
  .footer-bottom-v13 {
    width: min(100% - 48px, 980px);
  }
  .detail-hero-grid,
  .outcome-panel { grid-template-columns: 1fr; }
  .facts-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-header p,
  .project-hero p,
  .project-cta p { font-size: 17px; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .mobile-open .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1005;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 18px 24px;
    background: rgba(20, 43, 58, 0.98);
    overflow: auto;
  }
  .mobile-open .nav-links > li > a {
    height: auto;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 17px;
  }
  .mobile-open .nav-links > li > a::after {
    display: none;
  }
  .nav-services-mobile {
    display: block;
  }
  .nav-actions {
    margin-left: auto;
  }
  .mobile-menu-btn {
    display: block;
  }
  .project-header {
    position: static;
    height: auto;
  }
  .project-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding: 14px;
  }
  .project-logo {
    height: auto;
    margin-right: 0;
  }
  .project-logo img { width: 58px; }
  .project-logo strong { font-size: 14px; }
  .project-menu {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 0;
    overflow-x: visible;
    padding-bottom: 2px;
  }
  .project-menu a {
    height: 34px;
    font-size: 13px;
  }
  .project-menu a::after {
    top: calc(100% - 2px);
  }
  .project-hero {
    margin-top: 134px;
  }
  .projects-page-header {
    min-height: 0;
  }
  .projects-page-header::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 43%, rgba(255, 255, 255, 0.60) 62%, rgba(255, 255, 255, 0) 84%);
  }
  .projects-page-header-inner {
    width: 100%;
    max-width: 650px;
    padding: 66px 24px 340px;
  }
  .projects-page-header h1 {
    font-size: clamp(42px, 8vw, 62px);
    line-height: 0.98;
    white-space: normal;
  }
  .projects-page-header-media {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 360px;
    min-height: 360px;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .projects-page-header-media img {
    min-height: 360px;
    object-position: center bottom;
  }
  .projects-hero-intro {
    margin-top: 22px;
    font-size: 16px;
  }
  .projects-compact-title-bar {
    min-height: 112px;
  }
  .projects-compact-title-inner {
    width: min(100% - 32px, 1180px);
    padding: 22px 0 24px;
  }
  .projects-compact-title {
    font-size: 22.743px;
  }
  .project-hero-inner,
  .detail-hero-grid,
  .project-section,
  .project-cta-inner,
  .footer-inner { width: min(100% - 32px, 1180px); }
  .project-hero-inner { padding: 62px 0 58px; }
  .project-section { padding: 56px 0; }
  .section-header { margin-bottom: 28px; }
  .section-header p,
  .project-hero p,
  .project-cta p { font-size: 16px; line-height: 1.65; }
  .projects-layout {
    display: block;
  }
  .project-filter-panel {
    position: static;
    width: auto;
    max-width: none;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .project-filter-inner {
    padding: 18px 16px;
    border: 1px solid rgba(13, 27, 42, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(13, 27, 42, 0.05);
  }
  .project-filter-heading {
    margin-bottom: 14px;
  }
  .project-filter-title {
    font-size: 13.585px;
  }
  .projects-filter-column-label {
    display: none;
  }
  .project-filters {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 4px;
    scrollbar-width: thin;
  }
  .project-filters-primary { margin-top: -4px; }
  .project-filter-item {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 40px;
    border: 1px solid rgba(13, 27, 42, 0.14);
    background: #fff;
    border-radius: 999px;
    padding: 0 14px;
    flex: 0 0 auto;
    font-size: 15.675px;
    font-weight: 650;
    white-space: nowrap;
  }
  .project-filter-item.is-active {
    background: var(--dk-navy);
    border-color: var(--dk-navy);
    color: #fff !important;
    font-weight: 700;
    -webkit-text-fill-color: #fff;
  }
  .project-filter-item.is-active::before,
  .project-filter-item::before {
    display: none;
  }
  .project-type-filters {
    margin: 14px 0 0;
    overflow-x: visible;
    padding: 0;
    border-left: 0;
  }
  .project-type-group,
  .project-filter-focus-list,
  .project-filter-location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    padding-top: 0;
  }
  .project-filter-focus-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(13, 27, 42, 0.12);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    flex: 0 0 auto;
    color: var(--dk-muted);
    font-size: 13.585px;
    font-weight: 700;
    text-align: center;
  }
  .project-filter-focus-item.is-active {
    background: #fff;
    border-color: rgba(168, 115, 43, 0.45);
    color: var(--dk-navy);
  }
  .project-location-item {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(13, 27, 42, 0.12);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    flex: 0 0 auto;
    color: var(--dk-muted);
    font-size: 15.675px;
    font-weight: 650;
    text-align: center;
  }
  .project-location-item.is-active {
    background: #fff;
    border-color: rgba(168, 115, 43, 0.45);
    color: var(--dk-navy);
    font-weight: 700;
  }
  .project-filter-focus-item::before,
  .project-location-item::before {
    display: none;
  }
  .project-results-toolbar {
    margin-top: 0;
  }
  .project-image { min-height: 240px; }
  .project-grid,
  .story-grid,
  .related-grid,
  .facts-row,
  .footer-grid { grid-template-columns: 1fr; }
  .footer-v13 {
    padding-top: 62px;
  }
  .footer-grid-v13 {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    row-gap: 42px;
  }
  .footer-grid-v13 > .footer-col,
  .footer-grid-v13 > .footer-company-v13 {
    padding: 0;
    border-left: 0;
  }
  .footer-brand-lockup-v13 img {
    width: 92px;
  }
  .footer-brand-lockup-v13 strong {
    font-size: 21px;
    white-space: normal;
  }
  .footer-v13 .footer-social-v13 {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 280px;
  }
  .footer-v13 .footer-map-note-v13 {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    max-width: 100%;
  }
  .footer-service-badge-v35 {
    width: 74px;
    height: 74px;
    max-width: 74px;
  }
  .footer-service-copy-v35 strong {
    font-size: 15px;
  }
  .footer-service-copy-v35 p {
    font-size: 14px;
  }
  .footer-bottom-v13 {
    width: calc(100% - 48px);
    margin-top: 48px;
    padding-bottom: 30px;
    display: grid;
    gap: 18px;
  }
  .footer-bottom-v13 .footer-bottom-links a {
    border-left: 0;
    padding: 0 16px 0 0;
  }
  .project-results-panel { min-height: 0; }
  .project-body { min-height: 0; }
  .cta-primary,
  .cta-secondary { width: 100%; min-width: 0; }
}

@media (max-width: 900px) {
  .navbar {
    height: 72px;
  }
  .nav-inner {
    height: 72px;
  }
  .nav-main-phone,
  .header-quote-btn {
    display: none;
  }
  .cat-bar {
    top: 72px;
    height: 62px;
    display: flex;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }
  .cat-item {
    flex: 0 0 auto;
    min-width: 220px;
    height: 62px;
    min-height: 62px;
    padding: 0 22px;
  }
  .cat-title-link small,
  .cat-arrow,
  .cat-menu {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .mobile-open .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1005;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 18px 24px;
    background: rgba(20, 43, 58, 0.98);
    overflow: auto;
  }
  .mobile-open .nav-links > li > a {
    height: auto;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 17px;
  }
  .mobile-open .nav-links > li > a::after {
    display: none;
  }
  .nav-services-mobile {
    display: block;
  }
  .nav-actions {
    margin-left: auto;
  }
  .mobile-menu-btn {
    display: block;
  }
  .project-hero {
    margin-top: 134px;
  }
  .projects-page-header {
    margin-top: 134px;
  }
  .projects-compact-title-bar {
    top: 134px;
  }
}

@media (max-width: 640px) {
  .navbar {
    height: 66px;
  }
  .nav-inner {
    height: 66px;
    padding: 0 14px;
  }
  .dk-mark-img {
    width: 58px;
  }
  .logo-hi-text strong,
  .logo-text strong {
    font-size: 14px;
  }
  .cat-bar {
    top: 66px;
    height: 54px;
  }
  .cat-item {
    min-width: 166px;
    height: 54px;
    min-height: 54px;
    padding: 0 16px;
  }
  .cat-title-link strong {
    font-size: 13px;
  }
  .mobile-open .nav-links {
    top: 66px;
  }
  .project-hero {
    margin-top: 120px;
  }
  .projects-page-header {
    margin-top: 120px;
    min-height: 0;
  }
  .projects-page-header-inner {
    padding: 54px 16px 310px;
  }
  .projects-page-header h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.92;
  }
  .projects-page-header-media {
    height: 310px;
    min-height: 310px;
  }
  .projects-page-header-media img {
    min-height: 310px;
  }
  .projects-compact-title-bar {
    top: 120px;
    min-height: 104px;
  }
  .projects-compact-title-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 18px 0 20px;
  }
  .projects-compact-title {
    font-size: 19.494px;
  }
  .projects-compact-breadcrumb {
    font-size: 14.85px;
  }
}

.footer-v13 .footer-map-note-v13 {
  background: transparent !important;
  box-shadow: none !important;
}

/* Dropdown hover accent parity with approved global service navigation */
.cat-bar .cat-menu a {
  position: relative !important;
  overflow: hidden !important;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}
.cat-bar .cat-menu a::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 12px !important;
  bottom: 12px !important;
  width: 3px !important;
  border-radius: 999px !important;
  background: #C4933F !important;
  opacity: 0 !important;
  transform: scaleY(0.62) !important;
  transform-origin: center !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
  pointer-events: none !important;
}
.cat-bar .cat-menu a:hover::before,
.cat-bar .cat-menu a:focus-visible::before {
  opacity: 1 !important;
  transform: scaleY(1) !important;
}
.cat-bar .cat-menu a:hover,
.cat-bar .cat-menu a:focus-visible {
  background: rgba(196, 147, 63, 0.10) !important;
  color: #0B2236 !important;
  outline: none !important;
}

/* Footer logo scale parity: DK mark is 1.2x the approved 98px footer size. */
.footer-brand-lockup-v13 img.dk-mark-img,
.footer-brand-lockup img.dk-mark-img,
.footer-brand img.dk-mark-img,
footer img.dk-mark-img {
  width: 118px !important;
  max-width: 118px !important;
  height: auto !important;
}

/* Shared Header brand lockup parity: match the approved homepage DK Residential mark. */
.project-header .project-logo,
.navbar .logo,
.navbar .logo.logo-hi {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  height: 100% !important;
  text-decoration: none !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  overflow: visible !important;
}

.project-header .project-logo img,
.navbar .logo img,
.navbar .logo.logo-hi .dk-mark-img {
  width: 124px !important;
  height: 76px !important;
  max-height: 76px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.project-header .project-logo span,
.navbar .logo span,
.navbar .logo .logo-hi-text,
.navbar .logo.logo-hi .logo-hi-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: auto !important;
  line-height: 1 !important;
  margin: 0 !important;
  transform: none !important;
}

.project-header .project-logo span,
.project-header .project-logo strong,
.navbar .logo strong,
.navbar .logo span strong,
.navbar .logo.logo-hi .logo-hi-text strong {
  display: block !important;
  width: auto !important;
  height: auto !important;
  color: #C4933F !important;
  font-family: "Cinzel", Georgia, serif !important;
  font-size: 20.9px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .015em !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  transform: none !important;
}

.project-header .project-logo:hover span,
.project-header .project-logo:focus-visible span,
.project-header .project-logo:hover strong,
.project-header .project-logo:focus-visible strong,
.navbar .logo:hover strong,
.navbar .logo:focus-visible strong,
.navbar .logo:active strong,
.navbar .logo.logo-hi:hover .logo-hi-text strong,
.navbar .logo.logo-hi:focus-visible .logo-hi-text strong,
.navbar .logo.logo-hi:active .logo-hi-text strong {
  color: rgba(255, 252, 244, .94) !important;
}

@media (min-width: 1500px) {
  .project-header .project-logo span,
  .project-header .project-logo strong,
  .navbar .logo strong,
  .navbar .logo span strong,
  .navbar .logo.logo-hi .logo-hi-text strong {
    font-size: 28.5px !important;
  }
}

@media (max-width: 1024px) {
  .project-header .project-logo span,
  .project-header .project-logo strong,
  .navbar .logo strong,
  .navbar .logo span strong,
  .navbar .logo.logo-hi .logo-hi-text strong {
    font-size: 17.1px !important;
  }
}

@media (max-width: 900px) {
  .project-header .project-logo img,
  .navbar .logo img,
  .navbar .logo.logo-hi .dk-mark-img {
    width: 72px !important;
    height: auto !important;
    max-height: none !important;
  }

  .project-header .project-logo span,
  .project-header .project-logo strong,
  .navbar .logo strong,
  .navbar .logo span strong,
  .navbar .logo.logo-hi .logo-hi-text strong {
    font-size: 25.65px !important;
  }
}

@media (max-width: 640px) {
  .project-header .project-logo img,
  .navbar .logo img,
  .navbar .logo.logo-hi .dk-mark-img {
    width: 58px !important;
    height: auto !important;
    max-height: none !important;
  }

  .project-header .project-logo span,
  .project-header .project-logo strong,
  .navbar .logo strong,
  .navbar .logo span strong,
  .navbar .logo.logo-hi .logo-hi-text strong {
    font-size: 16.15px !important;
  }
}
/* Match the approved homepage Final CTA vertical padding. */
.project-cta {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.project-cta-inner {
  min-height: 365px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
@media (max-width: 1100px) {
  .project-cta {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .project-cta-inner {
    min-height: 361px !important;
  }
}
@media (max-width: 768px) {
  .project-cta {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .project-cta-inner {
    min-height: 403px !important;
  }
}
@media (max-width: 480px) {
  .project-cta-inner {
    min-height: 439px !important;
  }
}
