@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap");
:root {
  --ink: #151515;
  --ink-2: #252525;
  --cream: #ffffff;
  --paper: #ffffff;
  --gold: #e06223;
  --gold-2: #e06223;
  --muted: #4a4a4a;
  --line: rgba(21, 21, 21, 0.14);
  --wrap: 1240px;
  --shadow: 0 24px 70px rgba(21, 21, 21, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font:
    400 16px/1.7 "DM Sans",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 1.25rem;
}
h1,
h2,
h3 {
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
}
h1 {
  font-size: clamp(2.7rem, 5.4vw, 5.6rem);
  max-width: 980px;
}
h2 {
  font-size: clamp(2.15rem, 3.5vw, 3.9rem);
}
h3 {
  font-size: 1.25rem;
}
.wrap {
  width: min(calc(100% - 48px), var(--wrap));
  margin-inline: auto;
}
.section {
  padding: clamp(82px, 9vw, 138px) 0;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  background: #ffffff;
  padding: 12px 18px;
  z-index: 1000;
}
.skip-link:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  position: absolute;
  z-index: 50;
  width: 100%;
  color: #ffffff;
}
.utility-bar {
  background: rgba(15, 15, 15, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.utility-inner {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility-inner p {
  margin: 0;
}
.utility-inner a span {
  color: var(--gold-2);
  font-weight: 600;
}
.nav-shell {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.brand img {
  width: 142px;
  height: auto;
  filter: brightness(0) invert(1);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  font-size: 0.91rem;
}
.site-nav > a:not(.nav-cta) {
  position: relative;
}
.site-nav > a:not(.nav-cta):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--gold-2);
  transition: 0.25s;
}
.site-nav > a:hover:after {
  width: 100%;
}
.nav-cta {
  padding: 14px 20px;
  background: var(--gold);
  color: #151515;
  font-weight: 600;
}
.nav-cta span,
.button span,
.text-link span {
  margin-left: 8px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  padding: 8px;
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  background: #ffffff;
  margin: 6px 0;
}
.hero {
  height: max(760px, 100svh);
  min-height: 720px;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-media {
  background: url("../wp-content/uploads/2025/11/AM-Construction-home-2.webp")
    center 57% / cover no-repeat;
  transform: scale(1.02);
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(15, 15, 15, 0.92) 0%,
      rgba(15, 15, 15, 0.7) 49%,
      rgba(15, 15, 15, 0.18) 100%
    ),
    linear-gradient(0deg, rgba(15, 15, 15, 0.56), transparent 42%);
}
.hero-content {
  position: relative;
  padding-top: 120px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  color: #a9471a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow:before {
  content: "";
  width: 35px;
  height: 1px;
  background: currentColor;
}
.eyebrow.light {
  color: var(--gold-2);
}
.hero-copy {
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
  max-width: 675px;
  color: rgba(255, 255, 255, 0.78);
  margin: 28px 0 34px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.25s;
  border: 1px solid transparent;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--gold);
  color: var(--ink);
}
.button.primary:hover {
  background: var(--gold-2);
}
.button.ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.button.ghost:hover {
  background: #ffffff;
  color: var(--ink);
}
.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  max-width: 760px;
}
.hero-proof div {
  padding: 22px 42px 0 0;
  margin-right: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.hero-proof strong,
.hero-proof span {
  display: block;
}
.hero-proof strong {
  font-size: 0.9rem;
}
.hero-proof span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
}
.scroll-cue {
  position: absolute;
  right: 28px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  writing-mode: vertical-rl;
}
.scroll-cue i {
  height: 55px;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
}
.trust-strip {
  background: var(--gold);
  color: var(--ink);
  overflow: hidden;
}
.trust-inner {
  width: min(100%, var(--wrap));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-inner > div {
  padding: 18px 25px;
  border-right: 1px solid rgba(21, 21, 21, 0.2);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.trust-inner > div:last-child {
  border: 0;
}
.trust-inner > div:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(21, 21, 21, 0.1);
}
.trust-inner strong,
.trust-inner span {
  display: block;
}
.trust-inner strong {
  font: 700 0.82rem "Manrope";
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.trust-inner span {
  font-size: 0.7rem;
  color: rgba(21, 21, 21, 0.68);
}
.effects-ready .trust-inner > div.reveal-item {
  opacity: 0;
  transform: translateY(22px);
}
.effects-ready .trust-inner > div.reveal-item.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1),
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.effects-ready .trust-inner > div.reveal-item:nth-child(2) {
  transition-delay: 0.06s;
}
.effects-ready .trust-inner > div.reveal-item:nth-child(3) {
  transition-delay: 0.12s;
}
.effects-ready .trust-inner > div.reveal-item:nth-child(4) {
  transition-delay: 0.18s;
}
@media (max-width: 800px) {
  .trust-inner {
    grid-template-columns: 1fr 1fr;
  }
  .trust-inner > div:nth-child(2) {
    border-right: 0;
  }
  .trust-inner > div {
    border-bottom: 1px solid rgba(21, 21, 21, 0.2);
    padding: 15px 18px;
  }
  .trust-inner > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .trust-inner {
    grid-template-columns: 1fr;
  }
  .trust-inner > div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(21, 21, 21, 0.2) !important;
  }
  .trust-inner > div:last-child {
    border-bottom: 0 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .trust-inner > div,
  .effects-ready .trust-inner > div.reveal-item {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.effects-ready .page-reveal {
  opacity: 0;
  transform: translateY(28px);
}
.effects-ready .page-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.quality-image img{
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease,
    background-color 0.35s ease;
}
.area-list > div,
.accordion details {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease,
    background-color 0.35s ease;
  padding: 0 15px;
}
.image-stack:hover img,
.quality-image:hover img {
  filter: saturate(1.06) contrast(1.03);
}
.image-stack:hover .image-main,
.quality-image:hover img {
  transform: scale(1.012);
}
.area-list > div:hover,
.accordion details:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(21, 21, 21, 0.09);
}
@media (prefers-reduced-motion: reduce) {
  .effects-ready .page-reveal,
  .image-stack img,
  .quality-image img,
  .area-list > div,
  .accordion details {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.quote-card,
.service-card,
.process-steps li,
.reason-grid article,
.hero-proof > div,
.stat-row > div {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease;
}
.text-link,
.phone-link {
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}
.project-card {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.project-card > span {
  transition: transform 0.35s ease;
}
.button {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}
@media (hover: hover) {
  .quote-card:hover,
  .service-card:hover,
  .reason-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(21, 21, 21, 0.12);
    position: relative;
    z-index: 2;
  }
  .service-card:hover {
    background: #ffffff;
  }
  .process-steps li:hover {
    transform: translateX(7px);
    border-color: var(--gold);
  }
  .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(21, 21, 21, 0.2);
  }
  .project-card:hover > span {
    transform: translateY(-4px);
  }
  .hero-proof > div:hover,
  .stat-row > div:hover {
    transform: translateY(-3px);
  }
  .button:hover {
    box-shadow: 0 12px 25px rgba(21, 21, 21, 0.2);
  }
  .text-link:hover,
  .phone-link:hover {
    color: var(--gold);
    border-color: var(--gold);
  }
}
@media (prefers-reduced-motion: reduce) {
  .quote-card,
  .service-card,
  .process-steps li,
  .reason-grid article,
  .hero-proof > div,
  .stat-row > div,
  .project-card,
  .project-card > span {
    transition: none !important;
    transform: none !important;
  }
}
.section-heading {
  margin-bottom: 58px;
}
.section-heading h2 {
  max-width: 780px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 520px;
}
.split-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}
.centered {
  text-align: center;
  max-width: 830px;
  margin-inline: auto;
}
.centered .eyebrow {
  justify-content: center;
}
.centered h2 {
  margin-inline: auto;
}
.centered > p:last-child {
  margin: 22px auto 0;
}
.testimonials {
  background: var(--cream);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
}
.quote-card {
  background: var(--paper);
  padding: 38px 32px;
  display: flex;
  min-height: 385px;
  flex-direction: column;
  border: 1px solid transparent;
}
.quote-card.featured {
  background: var(--ink);
  color: #ffffff;
}
.stars {
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 0.85rem;
}
.quote-card blockquote {
  font:
    500 1.13rem/1.65 "Manrope",
    sans-serif;
  letter-spacing: -0.02em;
  margin: 38px 0 auto;
}
.featured blockquote {
  font-size: 1.35rem;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
}
.reviewer > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 700;
}
.reviewer strong,
.reviewer small {
  display: block;
}
.reviewer small {
  color: var(--muted);
}
.featured .reviewer small {
  color: rgba(255, 255, 255, 0.78);
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}
.image-stack {
  position: relative;
  padding: 0 70px 75px 0;
}
.image-main {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.image-inset {
  position: absolute;
  width: 245px;
  height: 305px;
  object-fit: cover;
  right: 0;
  bottom: 0;
  border: 10px solid var(--paper);
}
.image-note {
  position: absolute;
  background: var(--gold);
  left: -30px;
  bottom: 22px;
  padding: 20px 24px;
}
.image-note strong,
.image-note span {
  display: block;
}
.image-note span {
  font-size: 0.75rem;
}
.copy-block h2 {
  margin-bottom: 28px;
}
.copy-block > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 600px;
}
.copy-block .lead {
  color: var(--ink) !important;
  font:
    500 1.22rem/1.55 "Manrope",
    sans-serif;
}
.check-list {
  list-style: none;
  padding: 10px 0;
  margin: 0 0 26px;
  display: grid;
  gap: 12px;
}
.check-list li:before {
  content: "✓";
  color: #a9471a;
  font-weight: 700;
  margin-right: 12px;
}
.text-link,
.service-copy a,
.area-list > a {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}
.services {
  background: #ffffff;
}
.service-list {
  border-top: 1px solid var(--line);
}
.service-row {
  display: grid;
  grid-template-columns: 70px 1fr 36%;
  gap: 45px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}
.service-number {
  font: 500 0.72rem "Manrope";
  color: #777777;
  align-self: start;
  padding-top: 10px;
}
.service-copy h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.8rem);
  margin-bottom: 18px;
}
.service-copy p {
  color: var(--muted);
  max-width: 650px;
}
.service-copy a {
  margin-top: 10px;
}
.service-image {
  height: 285px;
  overflow: hidden;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s;
}
.service-row:hover img {
  transform: scale(1.035);
}
.service-row.reverse .service-image {
  order: 2;
}
.process {
  background: var(--ink);
  color: #ffffff;
}
.process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 10vw, 150px);
}
.process-intro {
  position: sticky;
  top: 40px;
  align-self: start;
}
.process-intro h2 {
  margin-bottom: 25px;
}
.process-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  max-width: 470px;
}
.process-intro .button {
  margin-top: 18px;
}
.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding: 0 0 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.process-steps > li > span {
  color: var(--gold);
  font: 0.7rem "Manrope";
}
.process-steps h3 {
  font-size: 1.65rem;
  margin-bottom: 10px;
}
.process-steps p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.quality {
  background: var(--paper);
}
.quality-image {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-image > span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--gold);
  padding: 28px 32px;
  font: 600 1.2rem/1.35 "Manrope";
}
.stat-row {
  display: flex;
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 30px;
}
.stat-row div {
  flex: 1;
}
.stat-row strong,
.stat-row span {
  display: block;
}
.stat-row strong {
  font: 600 1.7rem "Manrope";
}
.stat-row span {
  font-size: 0.76rem;
  color: var(--muted);
}
.projects {
  background: var(--cream);
}
.project-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 18px;
}
.project-card {
  position: relative;
  overflow: hidden;
}
.project-tall {
  grid-row: 1/3;
}
.project-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.85), transparent 58%);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.project-card:hover img {
  transform: scale(1.04);
}
.project-card > span {
  position: absolute;
  left: 30px;
  bottom: 27px;
  color: #ffffff;
  z-index: 2;
}
.project-card small,
.project-card strong {
  display: block;
}
.project-card small {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold-2);
  font-size: 0.64rem;
  margin-bottom: 5px;
}
.project-card strong {
  font: 600 1.5rem "Manrope";
}
.service-area {
  background: #303030;
  color: #ffffff;
}
.area-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(60px, 10vw, 150px);
}
.area-grid h2 {
  max-width: 720px;
}
.area-grid > div:first-child > p:last-child {
  color: rgba(255, 255, 255, 0.78);
  max-width: 630px;
  margin-top: 26px;
}
.area-list > div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.area-list span,
.area-list strong {
  display: block;
}
.area-list span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-2);
  font-size: 0.65rem;
  margin-bottom: 7px;
}
.area-list strong {
  font-weight: 500;
}
.area-list > a {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 32px;
}
.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.reason-grid article {
  padding: 34px 28px 42px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 275px;
}
.reason-grid article > span {
  color: #a9471a;
  font-size: 0.7rem;
}
.reason-grid h3 {
  margin: 55px 0 15px;
}
.reason-grid p {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0;
}
.cta-section {
  position: relative;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(15, 15, 15, 0.82), rgba(15, 15, 15, 0.86)),
    url("../wp-content/uploads/2025/11/Untitled-design-30_11zon-1.webp")
      center/cover;
}
.cta-content {
  position: relative;
}
.cta-content .eyebrow {
  justify-content: center;
}
.cta-content h2 {
  max-width: 850px;
  margin: auto;
}
.cta-content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  margin: 24px auto 34px;
}
.centered-buttons {
  justify-content: center;
}
.phone-link {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 12px;
  padding: 3px 10px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.faq-intro {
  position: sticky;
  top: 35px;
}
.faq-intro h2 {
  margin-bottom: 24px;
}
.faq-intro > p:not(.eyebrow) {
  color: var(--muted);
}
.faq-intro .text-link {
  margin-top: 12px;
}
.accordion {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 27px 45px 27px 0;
  font: 600 1.1rem/1.4 "Manrope";
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary span:before,
summary span:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 36px;
  width: 16px;
  height: 1px;
  background: var(--ink);
  transition: 0.2s;
}
summary span:after {
  transform: rotate(90deg);
}
details[open] summary span:after {
  transform: rotate(0);
}
details > p {
  color: var(--muted);
  padding: 0 50px 26px 0;
}
.site-footer {
  background: #111111;
  color: #ffffff;
  padding: 70px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
}
.footer-brand img {
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}
.footer-brand p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 320px;
}
.footer-grid h2 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--gold-2);
  margin-bottom: 20px;
}
.footer-grid > div:not(.footer-brand):not(.footer-cta) {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}
.footer-cta {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 35px;
}
.footer-cta p {
  color: rgba(255, 255, 255, 0.78);
}
.footer-cta a {
  font: 600 2rem "Manrope";
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.75rem;
}
@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 0;
    background: var(--ink);
    padding: 120px 28px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transform: translateX(100%);
    transition: 0.3s;
    z-index: -1;
  }
  .site-nav.is-open {
    transform: none;
  }
  .site-nav > a {
    font: 600 1.65rem "Manrope";
    padding: 8px;
  }
  .site-nav .nav-cta {
    font-size: 1rem;
    margin-top: 20px;
  }
  .menu-toggle {
    display: block;
    z-index: 5;
  }
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quote-card.featured {
    grid-column: 1/3;
  }
  .two-col {
    gap: 50px;
  }
  .image-main,
  .quality-image {
    height: 520px;
  }
  .service-row {
    grid-template-columns: 45px 1fr;
  }
  .service-image {
    grid-column: 2;
    height: 330px;
  }
  .process-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }
  .process-intro,
  .faq-intro {
    position: static;
  }
  .reason-grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .footer-cta {
    grid-column: 1/4;
    border-left: 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 700px) {
  .wrap {
    width: min(calc(100% - 32px), var(--wrap));
  }
  .utility-inner p {
    display: none;
  }
  .utility-inner {
    justify-content: flex-end;
  }
  .nav-shell {
    height: 78px;
  }
  .brand img {
    width: 116px;
  }
  .hero {
    min-height: 780px;
  }
  .hero-content {
    padding-top: 130px;
  }
  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }
  .hero-copy {
    font-size: 1rem;
  }
  .button-row .button {
    width: 100%;
  }
  .hero-proof {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-proof div {
    padding: 14px 12px 0 0;
    margin: 0 12px 0 0;
  }
  .hero-proof div:last-child {
    display: none;
  }
  .scroll-cue {
    display: none;
  }
  .section {
    padding: 76px 0;
  }
  .split-heading {
    display: block;
  }
  .split-heading > p,
  .split-heading > a {
    margin-top: 22px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .quote-card.featured {
    grid-column: auto;
  }
  .quote-card {
    min-height: 330px;
    padding: 30px 24px;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .image-stack {
    padding: 0 38px 55px 0;
  }
  .image-main {
    height: 480px;
  }
  .image-inset {
    width: 170px;
    height: 220px;
  }
  .image-note {
    left: -8px;
    padding: 14px;
  }
  .service-row {
    grid-template-columns: 30px 1fr;
    gap: 18px;
  }
  .service-image {
    height: 260px;
  }
  .process-steps li {
    grid-template-columns: 42px 1fr;
  }
  .quality-grid .copy-block {
    order: 2;
  }
  .quality-image {
    height: 470px;
  }
  .stat-row {
    gap: 12px;
  }
  .stat-row strong {
    font-size: 1.3rem;
  }
  .project-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .project-card,
  .project-tall {
    min-width: 86%;
    height: 430px;
    scroll-snap-align: start;
  }
  .reason-grid {
    grid-template-columns: 1fr;
  }
  .reason-grid article {
    min-height: 220px;
  }
  .reason-grid h3 {
    margin-top: 35px;
  }
  .phone-link {
    margin: 15px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-brand,
  .footer-cta {
    grid-column: 1/3;
  }
  .footer-cta {
    padding-left: 0;
  }
  .footer-bottom {
    gap: 20px;
    align-items: flex-end;
  }
  .section-heading {
    margin-bottom: 40px;
  }
}

/* Service structure from the approved site architecture */
.site-nav {
  gap: 24px;
  font-size: 0.87rem;
}
.nav-shell {
  position: relative;
}
.nav-services {
  position: static;
}
.services-trigger {
  display: flex;
  align-items: center;
  gap: 3px;
}
.services-trigger > a {
  position: relative;
}
.services-trigger button {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
  padding: 4px;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(calc(100vw - 48px), var(--wrap));
  transform: translate(-50%, 12px);
  background: #fff7f3;
  color: var(--ink);
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}
.nav-services:hover .mega-menu,
.nav-services:focus-within .mega-menu,
.nav-services.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.mega-menu > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.mega-menu a {
  font-size: 0.75rem;
  color: #4a4a4a;
  padding: 2px 0;
}
.mega-menu .mega-title {
  font: 600 0.9rem "Manrope";
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.mega-menu .mega-title.second {
  margin-top: 18px;
}
.mega-menu a:hover {
  color: #a9471a;
}
.services-trigger button,
.locations-trigger button {
  line-height: 1;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}
.services-trigger button:before,
.locations-trigger button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.25s ease;
}
.nav-services.is-open .services-trigger button:before,
.nav-locations.is-open .locations-trigger button:before {
  transform: translateY(2px) rotate(225deg);
}
.nav-locations {
  position: relative;
}
.locations-trigger {
  display: flex;
  align-items: center;
  gap: 3px;
}
.locations-trigger button {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
  padding: 4px;
}
.locations-menu {
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  width: 510px;
  transform: translate(-50%, 12px);
  background: #fff7f3;
  color: var(--ink);
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 34px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}
.locations-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
}
.mega-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -52px;
  height: 52px;
}
.nav-locations:hover .locations-menu,
.nav-locations:focus-within .locations-menu,
.nav-locations.is-open .locations-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.locations-menu > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.locations-menu > div > span {
  font: 600 0.78rem "Manrope";
  color: #a9471a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.locations-menu a {
  font-size: 0.8rem;
  color: #4a4a4a;
}
.locations-menu a:hover {
  color: #a9471a;
}
.locations-all {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-weight: 600 !important;
  color: var(--ink) !important;
}
.locations-all b {
  float: right;
}
.service-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  padding: 35px 32px 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 30px;
  min-height: 470px;
}
.service-card > span {
  font: 500 0.7rem "Manrope";
  color: #a9471a;
}
.service-card h2 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  margin: 24px 0 16px;
}
.service-card > p {
  color: var(--muted);
  font-size: 0.9rem;
}
.service-card ul {
  list-style: none;
  padding: 10px 0 20px;
  margin: 0;
}
.service-card li {
  font-size: 0.82rem;
  padding: 6px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.09);
}
.service-card > a {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
  margin-top: 8px;
}
.service-card.image-card {
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.image-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(15, 15, 15, 0.85),
    rgba(15, 15, 15, 0.05)
  );
}
.image-card div {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.image-card div span,
.image-card div strong {
  display: block;
}
.image-card div span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold-2);
  font-size: 0.63rem;
}
.image-card div strong {
  font: 600 1.55rem/1.25 "Manrope";
  margin-top: 8px;
}
@media (max-width: 1100px) and (min-width: 981px) {
  .site-nav {
    gap: 15px;
  }
  .site-nav .nav-cta {
    display: none;
  }
}
@media (max-width: 980px) {
  .nav-services {
    width: 100%;
  }
  .services-trigger {
    justify-content: space-between;
  }
  .services-trigger > a {
    font: 600 1.45rem "Manrope";
    padding: 6px;
  }
  .services-trigger button {
    font-size: 1.5rem;
  }
  .mega-menu {
    position: static;
    width: 100%;
    transform: none !important;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    box-shadow: none;
    padding: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 22px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin: 8px 0 16px;
  }
  .nav-services:hover .mega-menu,
  .nav-services:focus-within .mega-menu {
    display: none;
  }
  .nav-services.is-open .mega-menu {
    display: grid;
    padding: 24px;
  }
  .mega-menu a {
    color: rgba(255, 255, 255, 0.78);
  }
  .mega-menu .mega-title {
    color: var(--gold-2);
  }
  .service-catalog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .service-catalog {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 0;
  }
  .service-card.image-card {
    min-height: 420px;
  }
}
@media (max-width: 980px) {
  .nav-locations {
    width: 100%;
  }
  .locations-trigger {
    justify-content: space-between;
  }
  .locations-trigger > a {
    font: 600 1.45rem "Manrope";
    padding: 6px;
  }
  .locations-trigger button {
    font-size: 1.5rem;
  }
  .locations-menu {
    position: static;
    width: 100%;
    transform: none !important;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    box-shadow: none;
    padding: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 22px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin: 8px 0 16px;
  }
  .locations-menu:before,
  .mega-menu:before {
    display: none;
  }
  .nav-locations:hover .locations-menu,
  .nav-locations:focus-within .locations-menu {
    display: none;
  }
  .nav-locations.is-open .locations-menu {
    display: grid;
    padding: 24px;
  }
  .locations-menu a {
    color: rgba(255, 255, 255, 0.78);
  }
  .locations-menu > div > span {
    color: var(--gold-2);
  }
  .locations-all {
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
  }
}
.mega-menu:has(.mega-categories) {
  grid-template-columns: 210px minmax(0, 1fr) 300px;
  gap: 0;
  padding: 0;
  overflow: visible;
  min-height: 390px;
}
.mega-menu:has(.mega-categories) > .mega-categories {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  padding: 24px 0;
  border-right: 1px solid var(--line);
}
.mega-categories button {
  border: 0;
  background: transparent;
  color: #555555;
  text-align: left;
  padding: 13px 24px;
  font: 600 0.8rem "Manrope";
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}
.mega-categories button:after {
  content: "→";
  opacity: 0;
  transform: translateX(-6px);
  transition: 0.2s;
}
.mega-categories button:hover,
.mega-categories button:focus-visible,
.mega-categories button[aria-selected="true"] {
  background: var(--gold);
  color: var(--ink);
  outline: 0;
}
.mega-categories button[aria-selected="true"]:after {
  opacity: 1;
  transform: none;
}
.mega-menu:has(.mega-categories) > .mega-panels {
  display: block;
  padding: 34px 32px;
  background: #fff7f3;
}
.mega-service-panel {
  display: none !important;
}
.mega-service-panel.is-active {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 25px;
  align-content: start;
}
.mega-service-panel .mega-title {
  grid-column: 1/-1;
  font-size: 1.15rem;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.mega-service-panel > a:not(.mega-title) {
  padding: 7px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-size: 0.8rem;
}
.mega-service-panel > a:not(.mega-title):after {
  content: "›";
  float: right;
  color: #a9471a;
}
.mega-service-panel > a:hover {
  padding-left: 4px;
}
.mega-visual {
  position: relative;
  margin: 0;
  min-height: 390px;
  overflow: hidden;
  background: #222222;
}
.mega-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0.45;
  transform: scale(1.04);
  transition:
    opacity 0.35s ease,
    transform 0.55s ease;
}
.mega-visual img.is-ready {
  opacity: 1;
  transform: scale(1);
}
.mega-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.8), transparent 58%);
}
.mega-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #ffffff;
}
.mega-visual span,
.mega-visual strong {
  display: block;
}
.mega-visual span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-2);
  font-size: 0.62rem;
}
.mega-visual strong {
  font: 600 1.25rem "Manrope";
  margin-top: 5px;
}
@media (max-width: 980px) {
  .mega-menu:has(.mega-categories) {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }
  .mega-menu:has(.mega-categories) > .mega-categories {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
  }
  .mega-categories button {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 14px;
  }
  .mega-categories button:after {
    display: none;
  }
  .mega-menu:has(.mega-categories) > .mega-panels {
    padding: 20px;
    background: transparent;
  }
  .mega-service-panel.is-active {
    grid-template-columns: 1fr;
  }
  .mega-service-panel .mega-title {
    color: var(--gold-2);
  }
  .mega-service-panel > a:not(.mega-title) {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mega-visual {
    display: none;
  }
}
.proof-card {
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.proof-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.proof-card .proof-number {
  color: var(--gold);
  font: 600 0.72rem "Manrope";
  letter-spacing: 0.1em;
}
.proof-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin: 42px 0 18px;
}
.proof-card p {
  color: var(--muted);
  margin-bottom: auto;
}
.proof-card > strong {
  font-size: 0.82rem;
  margin-top: 35px;
}
.proof-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}
.review-heading-side {
  max-width: 520px;
}
.review-heading-side > p {
  color: var(--muted);
}
.review-controls {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
}
.review-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.2s;
}
.review-controls button:hover,
.review-controls button:focus-visible {
  background: var(--ink);
  color: #ffffff;
}
.review-controls button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.review-counter {
  font: 600 0.72rem "Manrope";
  min-width: 40px;
  text-align: center;
}
.review-grid {
  display: flex;
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.review-grid::-webkit-scrollbar {
  display: none;
}
.review-grid .quote-card {
  flex: 0 0 calc(50% - 8px);
  min-height: 440px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.review-grid .quote-card.featured {
  grid-column: auto;
}
.review-top {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
}
.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font: 600 1.05rem "Manrope";
}
.review-avatar.teal {
  background: #e06223;
}
.review-avatar.brown {
  background: #9c3f17;
}
.review-avatar.purple {
  background: #c45220;
}
.review-avatar.pink {
  background: #e06223;
}
.review-top strong,
.review-top small {
  display: block;
}
.review-top small {
  font-size: 0.72rem;
  color: var(--muted);
}
.featured .review-top small,
.dark-card .review-top small {
  color: rgba(255, 255, 255, 0.78);
}
.review-top .stars {
  font-size: 0.7rem;
  white-space: nowrap;
}
.review-grid blockquote {
  margin: 30px 0 auto;
}
.review-service {
  display: inline-block;
  align-self: flex-start;
  margin-top: 28px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.6rem;
  color: var(--muted);
}
.featured .review-service,
.dark-card .review-service {
  color: var(--gold-2);
  border-color: rgba(255, 255, 255, 0.2);
}
.quote-card.dark-card {
  background: var(--ink-2);
  color: #ffffff;
}
.dark-card blockquote {
  color: #ffffff;
}
@media (max-width: 760px) {
  .review-grid .quote-card {
    flex-basis: 100%;
    min-height: 0;
  }
  .review-top {
    grid-template-columns: 42px 1fr;
  }
  .review-top .stars {
    grid-column: 1/3;
    margin-top: 4px;
  }
  .review-avatar {
    width: 42px;
    height: 42px;
  }
  .review-controls {
    margin-top: 18px;
  }
}

/* Compact page rhythm */
.section {
  padding: clamp(64px, 6.5vw, 96px) 0;
}
.nav-shell {
  height: 82px;
}
.hero {
  height: min(780px, 100svh);
  min-height: 680px;
}
.hero-content {
  padding-top: 105px;
}
.hero h1 {
  font-size: clamp(2.7rem, 4.6vw, 4.65rem);
  max-width: 900px;
}
.hero-copy {
  margin: 22px 0 28px;
  max-width: 640px;
}
.hero-proof {
  margin-top: 44px;
}
.hero-proof div {
  padding-top: 17px;
}
.section-heading {
  margin-bottom: 42px;
}
.section-heading h2 {
  max-width: 720px;
}
h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
}
.quote-card {
  min-height: 330px;
  padding: 30px 28px;
}
.review-grid .quote-card {
  min-height: 365px;
}
.quote-card blockquote {
  margin-top: 24px;
  font-size: 1.02rem;
  line-height: 1.58;
}
.featured blockquote {
  font-size: 1.12rem;
}
.image-main,
.quality-image {
  height: 540px;
}
.image-inset {
  height: 255px;
  width: 205px;
}
.service-card {
  min-height: 410px;
  padding: 30px 28px 32px;
}
.service-card h2 {
  margin-top: 18px;
}
.process-steps li {
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.reason-grid article {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.reason-grid h3 {
  margin-top: 15px;
}
.project-grid {
  grid-template-rows: 260px 260px;
}
.footer-grid {
  padding-bottom: 45px;
}
@media (max-width: 980px) {
  .hero {
    height: min(740px, 100svh);
    min-height: 650px;
  }
  .image-main,
  .quality-image {
    height: 470px;
  }
  .service-card {
    min-height: 390px;
  }
}
@media (max-width: 700px) {
  .section {
    padding: 60px 0;
  }
  .nav-shell {
    height: 72px;
  }
  .hero {
    height: auto;
    min-height: 690px;
  }
  .hero-content {
    padding-top: 120px;
    padding-bottom: 42px;
  }
  .hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
  }
  .hero-copy {
    margin: 18px 0 24px;
  }
  .hero-proof {
    margin-top: 34px;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .image-main {
    height: 420px;
  }
  .quality-image {
    height: 420px;
  }
  .service-card {
    min-height: 0;
    padding: 27px 23px;
  }
  .service-card.image-card {
    min-height: 350px;
  }
  .project-card,
  .project-tall {
    height: 380px;
  }
  .review-grid .quote-card {
    min-height: 0;
  }
}

/* Balanced, compact homepage hero */
.nav-shell {
  height: 70px;
}
.brand img {
  width: 104px;
  /* max-height: 58px; */
  object-fit: contain;
  filter: none;
}
.site-nav {
  font-size: 0.8rem;
  gap: 20px;
}
.nav-cta {
  padding: 11px 15px;
}
.hero {
  height: 690px;
  min-height: 620px;
}
.hero-content {
  padding-top: 92px;
}
.hero h1 {
  font-size: clamp(2.5rem, 3.85vw, 3.85rem);
  line-height: 1.06;
  max-width: 760px;
}
.hero .eyebrow {
  margin-bottom: 15px;
  font-size: 0.67rem;
}
.hero-copy {
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.6;
  max-width: 575px;
  margin: 18px 0 23px;
}
.hero .button {
  padding: 14px 19px;
  font-size: 0.82rem;
}
.hero-proof {
  margin-top: 32px;
  max-width: 620px;
}
.hero-proof div {
  padding: 14px 30px 0 0;
  margin-right: 30px;
}
.hero-proof strong {
  font-size: 0.8rem;
}
.hero-proof span {
  font-size: 0.7rem;
}
.scroll-cue {
  bottom: 24px;
}
.utility-bar {
  font-size: 0.69rem;
}
.utility-inner {
  height: 32px;
}
@media (max-width: 980px) {
  .nav-shell {
    height: 68px;
  }
  .hero {
    height: 660px;
    min-height: 600px;
  }
  .hero-content {
    padding-top: 88px;
  }
  .hero h1 {
    max-width: 700px;
  }
  .brand img {
    width: 98px;
  }
}
@media (max-width: 700px) {
  .nav-shell {
    height: 64px;
  }
  .brand img {
    width: 90px;
    max-height: 50px;
  }
  .hero {
    height: auto;
    min-height: 620px;
  }
  .hero-content {
    padding-top: 102px;
    padding-bottom: 34px;
  }
  .hero h1 {
    font-size: clamp(2.1rem, 9vw, 2.75rem);
    max-width: 520px;
  }
  .hero-copy {
    font-size: 0.95rem;
    max-width: 500px;
  }
  .hero .button {
    padding: 13px 16px;
  }
  .hero-proof {
    margin-top: 26px;
  }
}

/* Softened visual finish */
:root {
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
}

.button,
.nav-cta,
.text-link,
.phone-link,
.review-controls button,
.review-service,
.service-card > a,
.footer-cta a,
.locations-all {
  border-radius: var(--radius-xs);
}

.button,
.nav-cta {
  border-radius: 999px;
}

.brand img,
.footer-brand img {
  border-radius: var(--radius-sm);
}

.footer-brand img {
  background: #050505;
    filter: none;
    height: 70px;
    padding: 0 40px;
}

.mega-menu,
.locations-menu,
.mega-visual,
.mega-visual img,
.mega-menu:has(.mega-categories),
.mega-menu:has(.mega-categories) > .mega-categories,
.mega-menu:has(.mega-categories) > .mega-panels {
  border-radius: var(--radius-md);
}

.mega-menu:has(.mega-categories) {
  overflow: hidden;
}

.mega-categories button,
.mega-service-panel > a:not(.mega-title),
.locations-menu a {
  border-radius: var(--radius-xs);
}

.quote-card,
.service-card,
.proof-card,
.reason-grid article,
.accordion details,
.area-list > div,
.stat-row > div,
.hero-proof > div {
  border-radius: var(--radius-md);
}

.service-catalog,
.reason-grid {
  gap: 16px;
  border: 0;
}

.service-card,
.reason-grid article {
  border: 1px solid var(--line);
}

.quote-card {
  border-color: rgba(21, 21, 21, 0.08);
}

.quote-card.featured,
.quote-card.dark-card {
  border-color: rgba(255, 255, 255, 0.08);
}

.quality-image,
.service-image,
.project-card,
.service-card.image-card,
.image-main,
.image-inset,
.image-note,
.quality-image > span {
  border-radius: var(--radius-lg);
}

.quality-image,
.service-image,
.project-card,
.service-card.image-card {
  overflow: hidden;
}

.image-inset {
  box-shadow: 0 18px 40px rgba(21, 21, 21, 0.18);
}

.image-note,
.quality-image > span {
  border-radius: var(--radius-md) 0 var(--radius-lg) 0;
}

.trust-strip {
  overflow: visible;
}

.trust-inner {
  gap: 12px;
  padding: 12px 0;
}

.trust-inner > div {
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.1);
}

summary,
.service-menu-panel a {
  border-radius: var(--radius-xs);
}

@media (max-width: 980px) {
  .site-nav,
  .mega-menu,
  .locations-menu {
    border-radius: 0;
  }
}

/* Services section color treatment */
.services {
  background: #ffffff;
}

.services .service-card:not(.image-card) {
  background: #e06223;
  border-color: #e06223;
  color: #ffffff;
}

.services .service-card:not(.image-card) > span,
.services .service-card:not(.image-card) h2,
.services .service-card:not(.image-card) p,
.services .service-card:not(.image-card) li,
.services .service-card:not(.image-card) a {
  color: #ffffff;
}

.services .service-card:not(.image-card) li {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.services .service-card:not(.image-card) a {
  border-bottom-color: #ffffff;
}

@media (hover: hover) {
  .services .service-card:not(.image-card):hover {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(21, 21, 21, 0.14);
    color: #151515;
  }

  .services .service-card:not(.image-card):hover > span,
  .services .service-card:not(.image-card):hover a {
    color: #e06223;
    border-bottom-color: #e06223;
  }

  .services .service-card:not(.image-card):hover h2,
  .services .service-card:not(.image-card):hover p,
  .services .service-card:not(.image-card):hover li {
    color: #151515;
  }

  .services .service-card:not(.image-card):hover li {
    border-bottom-color: rgba(21, 21, 21, 0.09);
  }
}

/* Keep orange project subheadings readable on images */
.project-card small {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.72);
  color: #e06223;
}

.text-link,
.service-copy a,
.area-list > a,
.service-card > a,
.footer-cta a {
  padding-left: 8px;
  padding-right: 8px;
}

.service-area .area-list > div {
  padding-left: 18px;
  padding-right: 18px;
}

/* Readability contrast pass */
:root {
  --muted: #4a4a4a;
  --line: rgba(21, 21, 21, 0.2);
}

.section-heading > p,
.review-heading-side > p,
.copy-block > p:not(.eyebrow),
.service-copy p,
.reason-grid p,
.faq-intro > p:not(.eyebrow),
details > p,
.review-top small,
.stat-row span {
  color: #4a4a4a;
}

.hero-copy,
.hero-proof span,
.process-intro > p:not(.eyebrow),
.process-steps p,
.service-area .area-grid > div:first-child > p:last-child,
.cta-content > p:not(.eyebrow),
.footer-brand p,
.footer-grid > div:not(.footer-brand):not(.footer-cta),
.footer-cta p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.78);
}

.featured .review-top small,
.dark-card .review-top small,
.featured .reviewer small {
  color: rgba(255, 255, 255, 0.78);
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.78);
}
