:root {
  --graphite: #151819;
  --charcoal: #222728;
  --limestone: #f1eee8;
  --offwhite: #faf9f6;
  --bronze: #855d37;
  --steel: #5f696a;
  --line: rgba(21, 24, 25, .14);
  --shadow: 0 18px 50px rgba(21, 24, 25, .12);
  --font-heading: "Noto Kufi Arabic", "Geeza Pro", Tahoma, sans-serif;
  --font-body: "IBM Plex Sans Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("/assets/fonts/NotoKufiArabic-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("/assets/fonts/NotoKufiArabic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/assets/fonts/IBMPlexSansArabic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/assets/fonts/IBMPlexSansArabic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/assets/fonts/IBMPlexSansArabic-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--offwhite);
  color: var(--graphite);
  font-family: var(--font-body);
  line-height: 1.85;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid rgba(154, 112, 69, .55); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 32px)); }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--graphite);
  color: #fff;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 {
  font-family: var(--font-heading);
  line-height: 1.45;
  margin: 0 0 18px;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.35rem, 5vw, 5.2rem); max-width: 920px; }
h2 { font-size: clamp(1.7rem, 3vw, 3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.45rem); }
p { margin: 0 0 18px; max-width: 72ch; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(21, 24, 25, .78); }
.eyebrow { color: var(--bronze); font-weight: 700; margin-bottom: 12px; }
.muted { color: var(--steel); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 249, 246, .92);
  border-bottom: 1px solid rgba(21, 24, 25, .08);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease, background-color .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(21, 24, 25, .08); }
.header-grid {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
}
.brand-mark {
  width: 28px;
  height: 38px;
  background:
    linear-gradient(90deg, var(--bronze) 0 28%, transparent 28% 38%, var(--graphite) 38% 100%);
  display: inline-block;
}
.site-nav { display: flex; gap: 22px; justify-content: center; color: rgba(21, 24, 25, .78); font-weight: 600; }
.site-nav a:hover, .text-link:hover { color: var(--bronze); }
.header-cta, .btn, .form-panel button, .admin-content button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--graphite);
  font-weight: 700;
}
.btn.primary, .form-panel button { background: var(--graphite); color: #fff; }
.btn.secondary, .header-cta { background: transparent; color: var(--graphite); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 76px));
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--limestone);
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250,249,246,.98) 0 38%, rgba(250,249,246,.78) 55%, rgba(250,249,246,.16) 100%),
    repeating-linear-gradient(90deg, rgba(21,24,25,.2) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(21,24,25,.1) 0 1px, transparent 1px 96px),
    linear-gradient(135deg, #e3ded2, #aeb4b1 48%, #2c3131);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset-inline-end: 10vw;
  bottom: 0;
  width: min(420px, 40vw);
  height: 72%;
  border: 1px solid rgba(250, 249, 246, .6);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(250,249,246,.42) 18% 19%, transparent 19% 41%, rgba(250,249,246,.36) 41% 42%, transparent 42% 100%),
    linear-gradient(0deg, rgba(21,24,25,.32), rgba(21,24,25,.08));
}
.hero-content { position: relative; padding: 98px 0; }

.trust-band { background: var(--graphite); color: #fff; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.stats-row article {
  padding: 28px;
  background: rgba(255,255,255,.04);
  min-height: 140px;
}
.stats-row strong { display: block; font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.2; }
.stats-row small, .stats-row span { display: block; color: rgba(255,255,255,.72); }
.stats-row.compact article { background: var(--limestone); color: var(--graphite); }
.stats-row.compact span { color: var(--steel); }

.intro-grid, .split, .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}
.service-tile {
  min-height: 260px;
  padding: 26px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.service-tile.wide { grid-column: span 2; background: var(--graphite); color: #fff; }
.service-tile span { color: var(--bronze); font-weight: 700; }
.service-tile p { color: var(--steel); }
.service-tile.wide p { color: rgba(255,255,255,.72); }
.service-tile.wide span { color: #d6b58c; }
.project-strip, .muted-band { background: var(--limestone); }
.project-placeholder {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr 1.25fr .8fr;
  gap: 14px;
  align-items: end;
}
.project-placeholder span {
  display: block;
  background: var(--charcoal);
  border: 1px solid rgba(255,255,255,.3);
}
.project-placeholder span:nth-child(1) { height: 62%; }
.project-placeholder span:nth-child(2) { height: 100%; background: var(--bronze); }
.project-placeholder span:nth-child(3) { height: 46%; }
.process-line {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}
.process-line li { padding: 24px 12px; border-inline-end: 1px solid var(--line); font-weight: 700; }
.north-band, .final-cta { background: var(--graphite); color: #fff; }
.north-band p, .final-cta p { color: rgba(255,255,255,.72); }
.final-cta { text-align: center; }
.final-cta p, .final-cta h2 { margin-inline: auto; }

.page-hero, .service-hero, .project-hero {
  padding: clamp(86px, 12vw, 150px) 0 clamp(58px, 8vw, 92px);
  background:
    linear-gradient(90deg, rgba(241,238,232,.95), rgba(250,249,246,.96)),
    repeating-linear-gradient(90deg, rgba(21,24,25,.1) 0 1px, transparent 1px 92px);
  border-bottom: 1px solid var(--line);
}
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 24px; color: var(--steel); }
.service-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; }
.keyword-box, .contact-aside, .form-panel {
  border: 1px solid var(--line);
  background: #fff;
  padding: 26px;
  box-shadow: var(--shadow);
}
.keyword-box { display: grid; gap: 10px; }
.check-list, .two-columns ul { padding-inline-start: 22px; }
.stages-grid, .area-grid, .project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stages-grid article, .area-card, .project-card, .list-row {
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
}
.two-columns { columns: 2; column-gap: 48px; }
.area-group { margin-bottom: 46px; }
.service-list { display: grid; gap: 14px; }
.list-row {
  display: grid;
  grid-template-columns: 210px 1fr 1.5fr;
  gap: 20px;
  align-items: start;
}
.filters { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 0; }
.filters a { border: 1px solid var(--line); padding: 8px 13px; background: #fff; }
.form-panel { display: grid; gap: 16px; }
.form-panel label { display: grid; gap: 7px; font-weight: 700; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--offwhite);
  color: var(--graphite);
  padding: 12px;
  font: inherit;
}
.notice { padding: 12px 14px; border: 1px solid var(--line); }
.success { background: #eef7ef; }
.error { background: #fff0ee; }

.reveal { opacity: 1; transform: none; }
.js .reveal { transition: opacity .45s ease, transform .45s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (max-width: 860px) {
  .header-grid { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: #fff;
    padding: 9px 12px;
    font: inherit;
  }
  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0 18px;
  }
  .site-nav.is-open { display: flex; }
  .hero { min-height: 680px; }
  .hero-media::after { width: 54vw; opacity: .72; }
  .stats-row, .intro-grid, .split, .contact-grid, .service-body, .stages-grid, .area-grid, .project-grid {
    grid-template-columns: 1fr;
  }
  .mosaic-grid { grid-template-columns: 1fr; }
  .service-tile.wide { grid-column: auto; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .list-row { grid-template-columns: 1fr; }
  .two-columns { columns: 1; }
}

/* CONTACT_TESTIMONIALS_ENHANCEMENT */

.testimonials {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(154, 112, 69, 0.14),
            transparent 30%
        ),
        #111315;
    color: #fff;
}

.testimonials-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(300px, 1.2fr);
    gap: clamp(28px, 7vw, 90px);
    align-items: end;
    margin-bottom: clamp(32px, 5vw, 58px);
}

.testimonials-heading h2 {
    margin: 8px 0 0;
    color: #fff;
}

.testimonials-heading > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-card {
    position: relative;
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
}

.testimonial-card:nth-child(2) {
    transform: translateY(22px);
}

.testimonial-quote-mark {
    position: absolute;
    top: 8px;
    left: 24px;
    color: rgba(154, 112, 69, 0.42);
    font-family: Georgia, serif;
    font-size: 6rem;
    line-height: 1;
}

.testimonial-card blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.03rem;
    line-height: 2.1;
}

.testimonial-card footer {
    display: grid;
    gap: 5px;
    margin-top: 28px;
}

.testimonial-card footer strong {
    font-family: var(--font-heading);
    font-size: 0.98rem;
}

.testimonial-card footer span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.88rem;
}

.floating-contact {
    position: fixed;
    z-index: 90;
    bottom: 24px;
    left: 24px;
    display: grid;
    gap: 10px;
}

.floating-contact-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.floating-contact-button:hover,
.floating-contact-button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.floating-whatsapp {
    background: #176b4a;
    color: #fff;
}

.floating-phone {
    background: var(--graphite, #151819);
    color: #fff;
}

.site-footer {
    padding: 0;
    background: #111315;
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns:
        minmax(300px, 1.5fr)
        repeat(3, minmax(150px, 0.7fr));
    gap: clamp(35px, 6vw, 80px);
    padding-top: clamp(60px, 8vw, 100px);
    padding-bottom: clamp(55px, 7vw, 90px);
}

.footer-brand {
    max-width: 470px;
}

.footer-brand-mark {
    display: block;
    width: 46px;
    height: 4px;
    margin-bottom: 22px;
    background: var(--bronze, #9a7045);
}

.footer-brand h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.64);
    line-height: 2;
}

.footer-project-link {
    display: inline-flex;
    margin-top: 18px;
    border-bottom: 1px solid var(--bronze, #9a7045);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.footer-links h3,
.footer-contact h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 1rem;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
    color: rgba(255, 255, 255, 0.63);
    font-size: 0.92rem;
    line-height: 1.7;
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.82rem;
}

@media (max-width: 980px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        min-height: 0;
    }

    .testimonial-card:nth-child(2) {
        transform: none;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .testimonials-heading {
        grid-template-columns: 1fr;
    }

    .floating-contact {
        bottom: 14px;
        left: 14px;
    }

    .floating-contact-button {
        width: 52px;
        padding: 0;
        justify-content: center;
    }

    .floating-contact-button span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .floating-contact-button {
        transition: none;
    }

    .floating-contact-button:hover,
    .floating-contact-button:focus-visible {
        transform: none;
    }
}

/* HOMEPAGE_CONTENT_REBUILD */

.home-hero {
    position: relative;
    min-height: min(790px, calc(100vh - 80px));
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(250, 249, 246, 0.98) 0%,
            rgba(250, 249, 246, 0.88) 48%,
            rgba(210, 214, 211, 0.67) 100%
        );
}

.home-hero-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr 0.8fr 1.2fr;
    direction: ltr;
    opacity: 0.45;
    pointer-events: none;
}

.home-hero-grid span {
    border-inline-end: 1px solid rgba(21, 24, 25, 0.12);
}

.home-hero-grid span:nth-child(2) {
    background:
        linear-gradient(
            180deg,
            transparent 15%,
            rgba(154, 112, 69, 0.16)
        );
}

.home-hero-grid span:nth-child(4) {
    background:
        linear-gradient(
            180deg,
            rgba(34, 39, 40, 0.14),
            transparent 72%
        );
}

.home-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: min(790px, calc(100vh - 80px));
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(280px, 0.65fr);
    gap: clamp(45px, 8vw, 120px);
    align-items: center;
    padding-top: clamp(90px, 11vw, 150px);
    padding-bottom: clamp(70px, 9vw, 120px);
}

.home-hero-copy {
    max-width: 900px;
}

.home-hero h1 {
    max-width: 1050px;
    margin: 17px 0 25px;
    font-size: clamp(2.65rem, 6vw, 6.2rem);
    line-height: 1.22;
}

.home-hero .lead {
    max-width: 850px;
    font-size: clamp(1.08rem, 1.7vw, 1.35rem);
    line-height: 2;
}

.home-hero-brief {
    align-self: end;
    padding: 30px;
    border-top: 4px solid var(--bronze);
    background: var(--graphite);
    color: #fff;
}

.home-hero-brief > span {
    color: var(--bronze);
    font-size: 0.82rem;
    font-weight: 600;
}

.home-hero-brief > strong {
    display: block;
    margin: 12px 0 20px;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    line-height: 1.7;
}

.home-hero-brief ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0 20px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.authority-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    gap: clamp(45px, 8vw, 115px);
    align-items: start;
}

.authority-grid h2,
.editorial-head h2,
.quality-intro h2 {
    max-width: 800px;
    margin: 10px 0 0;
    font-size: clamp(2rem, 4vw, 4.1rem);
    line-height: 1.38;
}

.authority-copy {
    display: grid;
    gap: 18px;
    font-size: 1.03rem;
    line-height: 2.1;
}

.authority-copy p {
    margin: 0;
}

.authority-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 12px;
}

.authority-points span {
    padding: 9px 14px;
    border: 1px solid rgba(21, 24, 25, 0.15);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
}

.project-capabilities {
    background: var(--limestone);
}

.editorial-head {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(280px, 0.85fr);
    gap: clamp(35px, 7vw, 90px);
    align-items: end;
}

.editorial-head > p {
    margin: 0;
    color: var(--steel);
    line-height: 2;
}

.capability-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        repeat(2, minmax(0, 0.825fr));
    gap: 1px;
    margin-top: clamp(35px, 5vw, 65px);
    background: rgba(21, 24, 25, 0.16);
}

.capability-card {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    padding: clamp(27px, 4vw, 48px);
    background: var(--off-white);
}

.capability-large {
    background: var(--graphite);
    color: #fff;
}

.capability-card > span {
    color: var(--bronze);
    font-weight: 600;
}

.capability-card h3 {
    margin: auto 0 16px;
    font-size: clamp(1.45rem, 2.6vw, 2.5rem);
}

.capability-card p {
    margin: 0 0 22px;
    color: var(--steel);
    line-height: 1.9;
}

.capability-large p {
    color: rgba(255, 255, 255, 0.67);
}

.capability-card a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.execution-system {
    background: var(--graphite);
    color: #fff;
}

.execution-system .eyebrow {
    color: var(--bronze);
}

.execution-system .editorial-head > p {
    color: rgba(255, 255, 255, 0.65);
}

.execution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: clamp(40px, 6vw, 75px) 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.14);
}

.execution-grid li {
    min-height: 280px;
    padding: clamp(25px, 3.5vw, 42px);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.execution-grid span {
    color: var(--bronze);
    font-weight: 600;
}

.execution-grid h3 {
    margin: 50px 0 15px;
    color: #fff;
    font-size: 1.35rem;
}

.execution-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.9;
}

.quality-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    gap: clamp(45px, 9vw, 130px);
}

.quality-intro p {
    line-height: 2;
}

.quality-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(21, 24, 25, 0.15);
    border-inline-start: 1px solid rgba(21, 24, 25, 0.15);
}

.quality-list article {
    min-height: 230px;
    padding: 30px;
    border-inline-end: 1px solid rgba(21, 24, 25, 0.15);
    border-bottom: 1px solid rgba(21, 24, 25, 0.15);
}

.quality-list strong {
    font-family: var(--font-heading);
    font-size: 1.1rem;
}

.quality-list p {
    color: var(--steel);
    line-height: 1.9;
}

.portfolio-section {
    background: var(--limestone);
}

.public-project-grid,
.project-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.public-project-card,
.project-scope-grid article {
    min-height: 310px;
    padding: clamp(25px, 3.5vw, 42px);
    border: 1px solid rgba(21, 24, 25, 0.14);
    background: var(--off-white);
}

.project-scope-grid article:nth-child(2) {
    background: var(--bronze);
    color: #fff;
}

.project-scope-grid span,
.public-project-card > span {
    color: var(--bronze);
    font-size: 0.82rem;
    font-weight: 600;
}

.project-scope-grid article:nth-child(2) span {
    color: rgba(255, 255, 255, 0.75);
}

.project-scope-grid h3,
.public-project-card h2,
.public-project-card h3 {
    margin: 70px 0 15px;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.project-scope-grid p,
.public-project-card p {
    color: var(--steel);
    line-height: 1.9;
}

.project-scope-grid article:nth-child(2) p {
    color: rgba(255, 255, 255, 0.76);
}

.project-scope-grid a,
.public-project-card a {
    color: inherit;
    font-weight: 600;
}

.north-riyadh-section {
    background: #202526;
    color: #fff;
}

.north-riyadh-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    gap: clamp(45px, 9vw, 130px);
    align-items: center;
}

.north-riyadh-grid h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.4;
}

.north-riyadh-grid p {
    color: rgba(255, 255, 255, 0.67);
    line-height: 2;
}

.district-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.district-cloud span {
    padding: 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
}

.faq-layout {
    display: grid;
    grid-template-columns:
        minmax(260px, 0.75fr)
        minmax(0, 1.25fr);
    gap: clamp(45px, 9vw, 125px);
}

.faq-layout h2 {
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.4;
}

.faq-layout > div:first-child > p:last-child {
    color: var(--steel);
    line-height: 2;
}

.faq-list {
    border-top: 1px solid rgba(21, 24, 25, 0.18);
}

.faq-list details {
    border-bottom: 1px solid rgba(21, 24, 25, 0.18);
}

.faq-list summary {
    position: relative;
    padding: 23px 0 23px 45px;
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 600;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    position: absolute;
    top: 20px;
    left: 5px;
    content: "+";
    color: var(--bronze);
    font-size: 1.5rem;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    max-width: 780px;
    margin: 0;
    padding: 0 0 25px;
    color: var(--steel);
    line-height: 2;
}

.final-cta-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 40px;
    align-items: center;
}

.final-cta-grid h2 {
    margin: 8px 0 12px;
}

.final-cta-grid p {
    max-width: 780px;
}

.final-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.projects-page-hero {
    background: var(--limestone);
}

.projects-capability-page {
    padding-top: 80px;
}

.projects-method {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    gap: 65px;
    margin-top: 80px;
    padding: clamp(30px, 5vw, 60px);
    background: var(--graphite);
    color: #fff;
}

.projects-method p {
    color: rgba(255, 255, 255, 0.65);
    line-height: 2;
}

.projects-method ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 980px) {
    .home-hero-content,
    .authority-grid,
    .quality-grid,
    .north-riyadh-grid,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .home-hero-brief {
        align-self: auto;
    }

    .capability-grid,
    .execution-grid,
    .public-project-grid,
    .project-scope-grid {
        grid-template-columns: 1fr;
    }

    .capability-card {
        min-height: 290px;
    }

    .editorial-head,
    .projects-method {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero-content {
        min-height: auto;
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .home-hero h1 {
        font-size: clamp(2.3rem, 12vw, 3.7rem);
    }

    .home-hero-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-hero-grid span:last-child {
        display: none;
    }

    .quality-list {
        grid-template-columns: 1fr;
    }

    .execution-grid li {
        min-height: 235px;
    }

    .final-cta-grid {
        grid-template-columns: 1fr;
    }

    .final-cta-actions {
        width: 100%;
    }
}

/* QUICK_CONTRACTING_SERVICES */

.home-primary-actions {
    align-items: center;
}

.home-study-link {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    color: var(--graphite);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.home-study-link.light {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.72);
}

.quick-contracting-services {
    background: var(--off-white);
}

.quick-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(38px, 6vw, 70px);
    border-top: 1px solid rgba(21, 24, 25, 0.16);
    border-inline-start: 1px solid rgba(21, 24, 25, 0.16);
}

.quick-services-grid article {
    display: flex;
    min-height: 315px;
    flex-direction: column;
    padding: clamp(24px, 3.4vw, 40px);
    border-inline-end: 1px solid rgba(21, 24, 25, 0.16);
    border-bottom: 1px solid rgba(21, 24, 25, 0.16);
}

.quick-services-grid article > span {
    color: var(--bronze);
    font-weight: 600;
}

.quick-services-grid h3 {
    margin: 48px 0 13px;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.quick-services-grid p {
    margin: 0 0 23px;
    color: var(--steel);
    line-height: 1.9;
}

.quick-services-grid a {
    margin-top: auto;
    color: var(--graphite);
    font-weight: 600;
    text-underline-offset: 5px;
}

.quick-services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 25px;
    padding: clamp(24px, 4vw, 40px);
    background: var(--limestone);
}

.quick-services-cta > div:first-child {
    display: grid;
    gap: 7px;
}

.quick-services-cta strong {
    font-family: var(--font-heading);
    font-size: 1.2rem;
}

.quick-services-cta span {
    color: var(--steel);
}

.quick-services-cta > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 900px) {
    .quick-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-services-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .quick-services-grid {
        grid-template-columns: 1fr;
    }

    .home-primary-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-study-link {
        justify-content: center;
        text-align: center;
    }

    .quick-services-cta > div:last-child {
        width: 100%;
        flex-direction: column;
    }

    .quick-services-cta .btn {
        width: 100%;
    }
}

/* EXPANDED_SERVICE_SEO_DESIGN */

.service-list-hero {
    background:
        linear-gradient(
            120deg,
            var(--limestone),
            var(--off-white)
        );
}

.service-category:nth-of-type(even) {
    background: var(--limestone);
}

.service-category-heading,
.service-section-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 0.85fr);
    gap: clamp(35px, 7vw, 95px);
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 62px);
}

.service-category-heading > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
}

.service-category-heading > div > span {
    color: var(--bronze);
    font-weight: 600;
}

.service-category-heading h2,
.service-section-heading h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3.8vw, 3.8rem);
    line-height: 1.35;
}

.service-category-heading > p,
.service-section-heading > p {
    margin: 0;
    color: var(--steel);
    line-height: 2;
}

.service-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(21, 24, 25, 0.15);
    border-inline-start: 1px solid rgba(21, 24, 25, 0.15);
}

.service-directory-grid article {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    padding: clamp(24px, 3.5vw, 40px);
    border-inline-end: 1px solid rgba(21, 24, 25, 0.15);
    border-bottom: 1px solid rgba(21, 24, 25, 0.15);
}

.service-directory-grid h3 {
    margin: 0 0 18px;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.service-directory-grid h3 a {
    color: inherit;
    text-decoration: none;
}

.service-directory-grid p {
    margin: 0 0 25px;
    color: var(--steel);
    line-height: 1.9;
}

.service-directory-grid .text-link {
    margin-top: auto;
}

.detailed-service-hero {
    min-height: 590px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            110deg,
            var(--off-white) 0%,
            var(--limestone) 66%,
            #d7d7d2 100%
        );
}

.detailed-service-hero h1 {
    max-width: 1050px;
    font-size: clamp(2.4rem, 5.5vw, 5.4rem);
    line-height: 1.3;
}

.detailed-service-hero .lead {
    max-width: 890px;
}

.service-editorial-grid,
.service-quality-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);
    gap: clamp(45px, 9vw, 125px);
}

.service-editorial-grid h2,
.service-quality-grid h2 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.4;
}

.service-intro-copy {
    font-size: 1.04rem;
    line-height: 2.1;
}

.service-intro-copy p {
    margin: 0 0 20px;
}

.service-scope-section {
    background: var(--limestone);
}

.service-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(21, 24, 25, 0.16);
    border-inline-start: 1px solid rgba(21, 24, 25, 0.16);
}

.service-scope-grid article {
    min-height: 210px;
    padding: clamp(24px, 3.3vw, 38px);
    border-inline-end: 1px solid rgba(21, 24, 25, 0.16);
    border-bottom: 1px solid rgba(21, 24, 25, 0.16);
}

.service-scope-grid span,
.service-stages-grid span {
    color: var(--bronze);
    font-weight: 600;
}

.service-scope-grid p {
    margin: 55px 0 0;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    line-height: 1.8;
}

.service-stages-section {
    background: var(--graphite);
    color: #fff;
}

.service-stages-section
.service-section-heading > p {
    color: rgba(255, 255, 255, 0.64);
}

.service-stages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.14);
}

.service-stages-grid li {
    min-height: 220px;
    padding: clamp(24px, 3.3vw, 38px);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.service-stages-grid p {
    margin: 48px 0 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.9;
}

.service-quality-grid > div:first-child > p:last-child {
    line-height: 2;
}

.service-deliverables {
    padding: clamp(28px, 4vw, 48px);
    background: var(--limestone);
}

.service-deliverables h3 {
    margin-top: 0;
}

.service-deliverables ul {
    display: grid;
    gap: 13px;
    margin: 22px 0 0;
    padding-right: 22px;
    color: var(--steel);
    line-height: 1.8;
}

.related-services-section {
    background: var(--limestone);
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.related-services-grid article {
    min-height: 245px;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(21, 24, 25, 0.14);
    background: var(--off-white);
}

.related-services-grid h3 {
    margin-top: 0;
}

.related-services-grid h3 a {
    color: inherit;
    text-decoration: none;
}

.related-services-grid p {
    color: var(--steel);
    line-height: 1.9;
}

@media (max-width: 980px) {
    .service-directory-grid,
    .service-scope-grid,
    .service-stages-grid,
    .related-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-category-heading,
    .service-section-heading,
    .service-editorial-grid,
    .service-quality-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .service-directory-grid,
    .service-scope-grid,
    .service-stages-grid,
    .related-services-grid {
        grid-template-columns: 1fr;
    }

    .detailed-service-hero {
        min-height: auto;
    }
}

/* STRUCTURED_HOME_V4 */

.home-v4 {
    overflow: hidden;
}

.home-v4-hero {
    position: relative;
    overflow: hidden;
    background: var(--off-white);
}

.home-v4-hero-shape {
    position: absolute;
    inset: 0 0 0 auto;
    width: 43%;
    background:
        linear-gradient(
            135deg,
            rgba(154, 112, 69, 0.11),
            rgba(32, 37, 38, 0.13)
        );
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}

.home-v4-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 690px;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(300px, 0.55fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
    padding-top: clamp(90px, 11vw, 145px);
    padding-bottom: clamp(75px, 9vw, 120px);
}

.home-v4-hero-copy {
    max-width: 980px;
}

.home-v4-hero h1 {
    max-width: 1050px;
    margin: 16px 0 25px;
    font-size: clamp(2.8rem, 6vw, 6rem);
    line-height: 1.24;
}

.home-v4-hero .lead {
    max-width: 860px;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    line-height: 2;
}

.home-v4-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

.home-v4-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.home-v4-tags span {
    padding: 8px 14px;
    border: 1px solid rgba(21, 24, 25, 0.14);
    border-radius: 999px;
    color: var(--steel);
    font-size: 0.84rem;
}

.home-v4-contact-card {
    position: relative;
    padding: clamp(28px, 4vw, 45px);
    border-radius: 28px;
    background: var(--graphite);
    color: #fff;
    box-shadow: 0 30px 80px rgba(21, 24, 25, 0.16);
}

.home-v4-card-label {
    color: var(--bronze);
    font-size: 0.82rem;
    font-weight: 600;
}

.home-v4-contact-card h2 {
    margin: 22px 0 15px;
    color: #fff;
    font-size: clamp(1.45rem, 2.8vw, 2.25rem);
    line-height: 1.55;
}

.home-v4-contact-card p {
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.9;
}

.home-v4-whatsapp-link,
.home-v4-phone-link {
    display: flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.home-v4-whatsapp-link {
    background: var(--bronze);
    color: #fff;
}

.home-v4-phone-link {
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: #fff;
}

.home-v4-stats {
    background: var(--graphite);
    color: #fff;
}

.home-v4-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-v4-stats-grid article {
    display: grid;
    min-height: 190px;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
    padding: 32px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.11);
}

.home-v4-stats-grid article:last-child {
    border-inline-end: 0;
}

.home-v4-stats-grid strong {
    color: var(--bronze);
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.home-v4-stats-grid h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 1rem;
}

.home-v4-stats-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.84rem;
    line-height: 1.7;
}

.home-v4-section-head {
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(280px, 0.65fr);
    gap: clamp(40px, 8vw, 110px);
    align-items: end;
    margin-bottom: clamp(38px, 6vw, 70px);
}

.home-v4-section-head h2 {
    max-width: 760px;
    margin: 10px 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.35;
}

.home-v4-section-head > div:last-child p {
    margin: 0 0 15px;
    color: var(--steel);
    line-height: 1.9;
}

.home-v4-section-head > div:last-child a {
    color: var(--graphite);
    font-weight: 600;
    text-underline-offset: 6px;
}

.home-v4-services {
    background: var(--off-white);
}

.home-v4-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.home-v4-service-card {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(21, 24, 25, 0.12);
    border-radius: 20px;
    background: #fff;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.home-v4-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(21, 24, 25, 0.08);
}

.home-v4-service-card > span {
    color: var(--bronze);
    font-weight: 600;
}

.home-v4-service-card h3 {
    margin: 48px 0 15px;
    font-size: 1.25rem;
    line-height: 1.55;
}

.home-v4-service-card h3 a {
    color: inherit;
    text-decoration: none;
}

.home-v4-service-card p {
    margin: 0 0 22px;
    color: var(--steel);
    font-size: 0.91rem;
    line-height: 1.9;
}

.home-v4-card-link {
    margin-top: auto;
    color: var(--graphite);
    font-weight: 600;
    text-underline-offset: 5px;
}

.home-v4-services-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 22px;
    padding: 25px 30px;
    border-radius: 18px;
    background: var(--limestone);
}

.home-v4-services-footer p {
    max-width: 720px;
    margin: 0;
    color: var(--steel);
    line-height: 1.8;
}

.home-v4-seo-light {
    background: var(--limestone);
}

.home-v4-seo-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);
    gap: clamp(50px, 9vw, 130px);
    align-items: start;
}

.home-v4-seo-title {
    position: sticky;
    top: 120px;
}

.home-v4-seo-title h2,
.home-v4-local-grid h2 {
    margin: 10px 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.4;
}

.home-v4-seo-copy {
    font-size: 1.04rem;
    line-height: 2.15;
}

.home-v4-seo-copy > p {
    margin: 0 0 23px;
}

.home-v4-seo-copy a {
    color: var(--bronze);
    font-weight: 600;
}

.home-v4-seo-points {
    display: grid;
    gap: 10px;
    margin-top: 35px;
}

.home-v4-seo-points article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 13px;
    background: var(--off-white);
}

.home-v4-seo-points strong {
    font-family: var(--font-heading);
}

.home-v4-seo-points span {
    color: var(--steel);
    font-size: 0.9rem;
}

.home-v4-projects {
    background: var(--off-white);
}

.home-v4-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-v4-project-card {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: clamp(28px, 4vw, 45px);
    border-radius: 24px;
    background: var(--limestone);
}

.home-v4-project-card.featured {
    background: var(--bronze);
    color: #fff;
}

.home-v4-project-card > span {
    color: var(--bronze);
    font-size: 0.82rem;
    font-weight: 600;
}

.home-v4-project-card.featured > span {
    color: rgba(255, 255, 255, 0.74);
}

.home-v4-project-card h3 {
    margin: auto 0 18px;
    font-size: clamp(1.45rem, 2.7vw, 2.35rem);
    line-height: 1.45;
}

.home-v4-project-card h3 a {
    color: inherit;
    text-decoration: none;
}

.home-v4-project-card p {
    margin: 0 0 25px;
    color: var(--steel);
    line-height: 1.9;
}

.home-v4-project-card.featured p {
    color: rgba(255, 255, 255, 0.75);
}

.home-v4-project-card.featured a {
    color: #fff;
}

.home-v4-seo-dark {
    background: #202526;
    color: #fff;
}

.home-v4-local-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 0.8fr);
    gap: clamp(50px, 9vw, 130px);
    align-items: center;
}

.home-v4-local-grid p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 2;
}

.home-v4-local-grid p a {
    color: #fff;
    font-weight: 600;
}

.home-v4-districts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.home-v4-districts span {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.78);
}

.home-v4-testimonials {
    background: var(--off-white);
}

.home-v4-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.home-v4-testimonial-grid article {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: clamp(28px, 3.5vw, 42px);
    border: 1px solid rgba(21, 24, 25, 0.12);
    border-radius: 22px;
    background: #fff;
}

.home-v4-testimonial-grid article > span {
    color: var(--bronze);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 0.8;
}

.home-v4-testimonial-grid blockquote {
    margin: 30px 0;
    line-height: 2;
}

.home-v4-testimonial-grid footer {
    display: grid;
    gap: 4px;
    margin-top: auto;
}

.home-v4-testimonial-grid footer small {
    color: var(--steel);
}

.home-v4-faq {
    background: var(--limestone);
}

.home-v4-faq-grid {
    display: grid;
    grid-template-columns:
        minmax(280px, 0.7fr)
        minmax(0, 1.3fr);
    gap: clamp(50px, 9vw, 125px);
}

.home-v4-faq-intro h2 {
    margin: 10px 0 16px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.4;
}

.home-v4-faq-intro > p:last-of-type {
    color: var(--steel);
    line-height: 1.9;
}

.home-v4-faq-list {
    border-top: 1px solid rgba(21, 24, 25, 0.15);
}

.home-v4-faq-list details {
    border-bottom: 1px solid rgba(21, 24, 25, 0.15);
}

.home-v4-faq-list summary {
    position: relative;
    padding: 25px 0 25px 45px;
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 600;
    list-style: none;
}

.home-v4-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-v4-faq-list summary::after {
    position: absolute;
    top: 21px;
    left: 5px;
    content: "+";
    color: var(--bronze);
    font-size: 1.45rem;
}

.home-v4-faq-list details[open] summary::after {
    content: "−";
}

.home-v4-faq-list details p {
    margin: 0;
    padding: 0 0 25px;
    color: var(--steel);
    line-height: 2;
}

.home-v4-final {
    background: var(--off-white);
}

.home-v4-final-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: clamp(35px, 6vw, 75px);
    border-radius: 28px;
    background: var(--graphite);
    color: #fff;
}

.home-v4-final-card h2 {
    margin: 8px 0 12px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.home-v4-final-card p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.9;
}

.home-v4-final-actions {
    display: flex;
    min-width: 230px;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1050px) {
    .home-v4-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-v4-project-grid,
    .home-v4-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .home-v4-project-card {
        min-height: 310px;
    }
}

@media (max-width: 850px) {
    .home-v4-hero-grid,
    .home-v4-section-head,
    .home-v4-seo-grid,
    .home-v4-local-grid,
    .home-v4-faq-grid {
        grid-template-columns: 1fr;
    }

    .home-v4-hero-shape {
        width: 100%;
        opacity: 0.4;
    }

    .home-v4-contact-card {
        max-width: 560px;
    }

    .home-v4-stats-grid {
        grid-template-columns: 1fr;
    }

    .home-v4-stats-grid article {
        border-inline-end: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .home-v4-seo-title {
        position: static;
    }

    .home-v4-final-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-v4-final-actions {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .home-v4-hero-grid {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 65px;
    }

    .home-v4-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.6rem);
    }

    .home-v4-actions {
        flex-direction: column;
    }

    .home-v4-actions .btn {
        width: 100%;
    }

    .home-v4-service-grid {
        grid-template-columns: 1fr;
    }

    .home-v4-service-card {
        min-height: 285px;
    }

    .home-v4-services-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-v4-seo-points article {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-v4-districts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* PUBLIC_SOCIAL_FOOTER */

.footer-social-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.footer-social-row > span {
    color: rgba(255,255,255,.62);
    font-size: .82rem;
}

.footer-social-row nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.footer-social-row nav a {
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: rgba(255,255,255,.78);
    font-size: .75rem;
    text-decoration: none;
}

.footer-social-row nav a:hover {
    color: #fff;
    border-color: rgba(255,255,255,.35);
}

@media (max-width: 650px) {
    .footer-social-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* PUBLIC_SIMPLE_PROJECTS */

.public-projects-empty {
    max-width: 760px;
    padding: 55px;
    border: 1px solid var(--border);
    border-radius: 22px;
    text-align: center;
}

.public-projects-empty h2 {
    margin-top: 0;
}

.public-project-cards {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.public-project-simple-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
}

.public-project-simple-image {
    display: flex;
    aspect-ratio: 16 / 11;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--surface-soft);
}

.public-project-simple-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.public-project-simple-card:hover img {
    transform: scale(1.025);
}

.public-project-simple-content {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.public-project-simple-content > span {
    color: var(--accent);
    font-size: .72rem;
}

.public-project-simple-content h2,
.public-project-simple-content p {
    margin: 0;
}

.public-project-simple-content h2 {
    font-size: 1.15rem;
}

.public-project-simple-content h2 a {
    color: inherit;
}

.public-project-simple-content p {
    color: var(--muted);
    line-height: 1.9;
}

.project-preview-notice {
    padding: 10px 18px;
    color: #6b5113;
    background: #fff3c9;
    text-align: center;
    font-size: .84rem;
    font-weight: 700;
}

.project-simple-hero {
    padding-bottom: 55px;
}

.project-simple-cover {
    width: 100%;
    max-height: 690px;
    overflow: hidden;
    background: #eee;
}

.project-simple-cover img {
    width: 100%;
    max-height: 690px;
    object-fit: cover;
}

.project-simple-heading {
    padding-top: 45px;
}

.project-simple-heading h1 {
    max-width: 950px;
}

.project-simple-heading .lead {
    max-width: 820px;
}

.project-simple-facts {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.project-simple-facts article {
    display: grid;
    gap: 7px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 16px;
}

.project-simple-facts span {
    color: var(--muted);
    font-size: .75rem;
}

.project-simple-description,
.project-simple-scope {
    max-width: 880px;
}

.project-simple-description p,
.project-simple-scope li {
    line-height: 2;
}

.project-public-gallery {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.project-public-gallery a {
    overflow: hidden;
    border-radius: 16px;
    background: #eee;
}

.project-public-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 220ms ease;
}

.project-public-gallery a:hover img {
    transform: scale(1.025);
}

@media (max-width: 950px) {
    .public-project-cards,
    .project-public-gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .project-simple-facts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .public-project-cards,
    .project-public-gallery {
        grid-template-columns: 1fr;
    }

    .project-simple-facts {
        grid-template-columns: 1fr;
    }

    .public-projects-empty {
        padding: 32px 20px;
    }
}

/* AREA_INTERNAL_RELATIONS */

.area-card {
    scroll-margin-top: 105px;
}

.area-project-types {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.area-project-types span {
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--muted);
    background: var(--surface-soft);
    font-size: .75rem;
}

.area-related-block {
    display: grid;
    gap: 9px;
    margin-top: 17px;
}

.area-related-block > strong {
    font-size: .82rem;
}

.area-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.area-related-links a {
    padding: 7px 10px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--accent);
    background: #fff;
    font-size: .76rem;
    transition:
        border-color 160ms ease,
        background 160ms ease;
}

.area-related-links a:hover {
    border-color: var(--accent);
    background: var(--surface-soft);
}

/* STRONG_AREA_LANDING_PAGES */

.area-page-hero {
    position: relative;
    overflow: hidden;
    padding:
        clamp(92px, 11vw, 145px)
        0
        80px;
    color: #fff;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(169, 120, 72, .25),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #14191a,
            #252b2c
        );
}

.area-page-hero::after {
    position: absolute;
    inset: auto -12% -52% auto;
    width: 550px;
    height: 550px;
    border: 1px solid
        rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
}

.area-page-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(300px, .65fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: center;
}

.area-page-hero h1 {
    max-width: 950px;
    margin: 15px 0 23px;
    font-size:
        clamp(2.2rem, 5.6vw, 4.5rem);
    line-height: 1.17;
}

.area-page-hero .breadcrumbs {
    color:
        rgba(255, 255, 255, .68);
}

.area-page-hero
.breadcrumbs a:hover {
    color: #fff;
}

.area-hero-copy {
    max-width: 900px;
    margin: 0 0 15px;
    color:
        rgba(255, 255, 255, .8);
    font-size:
        clamp(1rem, 1.45vw, 1.14rem);
    line-height: 2;
}

.area-hero-actions {
    margin-top: 26px;
}

.area-hero-trust {
    display: grid;
    gap: 14px;
    padding: 29px;
    border: 1px solid
        rgba(255, 255, 255, .13);
    background:
        rgba(255, 255, 255, .06);
    backdrop-filter: blur(14px);
}

.area-hero-trust > span {
    color: #d9b58c;
    font-size: .8rem;
    font-weight: 800;
}

.area-hero-trust > strong {
    font-size: 1.35rem;
}

.area-hero-trust ul {
    display: grid;
    gap: 11px;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.area-hero-trust li {
    position: relative;
    padding-right: 21px;
    color:
        rgba(255, 255, 255, .77);
    line-height: 1.7;
}

.area-hero-trust li::before {
    position: absolute;
    top: .65em;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c69564;
    content: "";
}

.area-overview-grid,
.area-quality-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .75fr)
        minmax(0, 1.25fr);
    gap: clamp(35px, 7vw, 95px);
    align-items: start;
}

.area-overview-grid h2,
.area-quality-grid h2,
.area-section-heading h2 {
    margin: 8px 0 0;
    font-size:
        clamp(1.7rem, 3.3vw, 2.8rem);
    line-height: 1.35;
}

.area-long-copy {
    display: grid;
    gap: 15px;
}

.area-long-copy p,
.area-quality-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 2;
}

.area-page-types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.area-page-types span {
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: #fff;
    font-size: .78rem;
}

.area-why-section {
    background: var(--surface-soft);
}

.area-section-heading {
    display: grid;
    grid-template-columns:
        minmax(0, .85fr)
        minmax(0, 1.15fr);
    gap: clamp(30px, 6vw, 80px);
    align-items: end;
    margin-bottom: 38px;
}

.area-section-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.95;
}

.area-advantages-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.area-advantages-grid article {
    display: grid;
    gap: 25px;
    min-height: 180px;
    padding: 23px;
    border: 1px solid var(--line);
    background: #fff;
}

.area-advantages-grid span {
    color: var(--accent);
    font-size: .8rem;
    font-weight: 800;
}

.area-advantages-grid strong {
    align-self: end;
    font-size: 1rem;
    line-height: 1.7;
}

.area-services-section {
    background: #fff;
}

.area-service-marketing-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.area-service-marketing-card {
    display: grid;
    align-content: start;
    gap: 14px;
    padding:
        clamp(25px, 3vw, 37px);
    border: 1px solid var(--line);
    background:
        linear-gradient(
            145deg,
            #fff,
            #faf9f5
        );
    box-shadow: var(--shadow);
}

.area-service-label {
    color: var(--accent);
    font-size: .76rem;
    font-weight: 800;
}

.area-service-marketing-card h3 {
    margin: 2px 0;
    font-size:
        clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.5;
}

.area-service-marketing-card
h3 a:hover {
    color: var(--accent);
}

.area-service-copy {
    display: grid;
    gap: 12px;
}

.area-service-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 2;
}

.area-service-marketing-card
.text-link {
    align-self: end;
    margin-top: 10px;
}

.area-process-section {
    color: #fff;
    background: #161b1c;
}

.area-process-section .eyebrow {
    color: #d3a777;
}

.area-process-section
.area-section-heading > p {
    color:
        rgba(255, 255, 255, .68);
}

.area-process-grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    background:
        rgba(255, 255, 255, .11);
    list-style: none;
}

.area-process-grid li {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 285px;
    padding: 24px;
    background: #1c2223;
}

.area-process-grid li > span {
    color: #c99a68;
    font-size: .8rem;
    font-weight: 800;
}

.area-process-grid strong {
    font-size: 1.05rem;
    line-height: 1.55;
}

.area-process-grid p {
    margin: 0;
    color:
        rgba(255, 255, 255, .66);
    font-size: .88rem;
    line-height: 1.9;
}

.area-quality-section {
    background: #eeeae2;
}

.area-quality-grid > div:last-child {
    display: grid;
    gap: 22px;
}

.area-public-project-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.area-public-project-card {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.area-project-cover {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.area-project-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.area-public-project-card:hover
.area-project-cover img {
    transform: scale(1.035);
}

.area-public-project-card > div {
    display: grid;
    gap: 10px;
    padding: 22px;
}

.area-public-project-card h3 {
    margin: 0;
    font-size: 1.08rem;
}

.area-public-project-card p {
    margin: 0;
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.8;
}

.related-area-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.related-area-grid article {
    display: grid;
    gap: 11px;
    min-height: 210px;
    padding: 22px;
    border: 1px solid var(--line);
    background: #fff;
}

.related-area-grid h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
}

.related-area-grid h3 a:hover {
    color: var(--accent);
}

.related-area-grid p {
    margin: 0;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.85;
}

.area-faq-section {
    background: var(--surface-soft);
}

.area-final-cta {
    margin-top: 0;
}

.area-card h3 a:hover {
    color: var(--accent);
}

@media (max-width: 1080px) {
    .area-page-hero-grid,
    .area-overview-grid,
    .area-quality-grid,
    .area-section-heading {
        grid-template-columns: 1fr;
    }

    .area-advantages-grid,
    .related-area-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .area-process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .area-process-grid li:last-child {
        grid-column: 1 / -1;
    }

    .area-public-project-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .area-page-hero {
        padding-top: 85px;
    }

    .area-service-marketing-grid,
    .area-advantages-grid,
    .related-area-grid,
    .area-process-grid,
    .area-public-project-grid {
        grid-template-columns: 1fr;
    }

    .area-process-grid li:last-child {
        grid-column: auto;
    }

    .area-hero-trust {
        padding: 23px;
    }
}

/* PUBLIC_BRAND_LOGO_IMAGE */

.brand-logo {
    display: block;
    width: auto;
    max-width: 210px;
    height: 48px;
    object-fit: contain;
}

@media (max-width: 700px) {
    .brand-logo {
        max-width: 165px;
        height: 42px;
    }
}

/* HOME_LAUNCH_BLOCKS_AND_CAROUSELS */

.home-launch {
    overflow: hidden;
}

.home-launch-hero {
    position: relative;
    overflow: hidden;
    padding:
        clamp(96px, 12vw, 160px)
        0
        82px;
    color: #fff;
    background:
        radial-gradient(
            circle at 18% 15%,
            rgba(190, 139, 88, .28),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #111516,
            #272d2e
        );
}

.home-launch-hero-decoration {
    position: absolute;
    inset: auto -190px -420px auto;
    width: 760px;
    height: 760px;
    border: 1px solid
        rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.home-launch-hero-decoration::before,
.home-launch-hero-decoration::after {
    position: absolute;
    border: 1px solid
        rgba(255, 255, 255, .07);
    border-radius: 50%;
    content: "";
}

.home-launch-hero-decoration::before {
    inset: 90px;
}

.home-launch-hero-decoration::after {
    inset: 180px;
}

.home-launch-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(310px, .6fr);
    gap: clamp(42px, 8vw, 105px);
    align-items: center;
}

.home-launch-hero h1 {
    max-width: 1000px;
    margin: 15px 0 24px;
    font-size:
        clamp(2.45rem, 6vw, 5rem);
    line-height: 1.13;
}

.home-launch-lead {
    max-width: 900px;
    margin: 0;
    color:
        rgba(255, 255, 255, .8);
    font-size:
        clamp(1rem, 1.5vw, 1.18rem);
    line-height: 2;
}

.home-launch-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 29px;
}

.home-launch-text-action {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    color: inherit;
    font-weight: 750;
}

.home-launch-text-action:hover {
    color: var(--bronze);
}

.home-launch-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
}

.home-launch-hero-points span {
    padding: 7px 11px;
    border: 1px solid
        rgba(255, 255, 255, .15);
    border-radius: 999px;
    color:
        rgba(255, 255, 255, .72);
    font-size: .77rem;
}

.home-launch-hero-card {
    display: grid;
    gap: 16px;
    padding:
        clamp(25px, 3.5vw, 36px);
    border: 1px solid
        rgba(255, 255, 255, .13);
    background:
        rgba(255, 255, 255, .06);
    backdrop-filter: blur(14px);
}

.home-launch-card-label {
    color: #d5a875;
    font-size: .78rem;
    font-weight: 800;
}

.home-launch-hero-card h2 {
    margin: 0;
    font-size:
        clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.45;
}

.home-launch-hero-card > p {
    margin: 0;
    color:
        rgba(255, 255, 255, .69);
    line-height: 1.9;
}

.home-launch-hero-card ol {
    display: grid;
    gap: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.home-launch-hero-card li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    padding: 13px 0;
    border-top: 1px solid
        rgba(255, 255, 255, .1);
    color:
        rgba(255, 255, 255, .8);
    font-size: .86rem;
}

.home-launch-hero-card li span {
    color: #d5a875;
    font-size: .72rem;
    font-weight: 800;
}

.home-launch-stats {
    color: #fff;
    background: #15191a;
}

.home-launch-stats-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1px;
    background:
        rgba(255, 255, 255, .1);
}

.home-launch-stats article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 19px;
    min-height: 165px;
    padding:
        clamp(25px, 4vw, 42px);
    background: #1c2122;
}

.home-launch-stats strong {
    color: #d4a676;
    font-size:
        clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1;
}

.home-launch-stats h2 {
    margin: 0 0 7px;
    font-size: 1rem;
}

.home-launch-stats p {
    margin: 0;
    color:
        rgba(255, 255, 255, .62);
    font-size: .84rem;
    line-height: 1.8;
}

.home-launch-section-head {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    gap: clamp(32px, 7vw, 90px);
    align-items: end;
    margin-bottom: 34px;
}

.home-launch-section-head h2 {
    max-width: 760px;
    margin: 8px 0 0;
    font-size:
        clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.34;
}

.home-launch-section-side {
    display: grid;
    gap: 10px;
}

.home-launch-section-side p {
    margin: 0;
    color: var(--muted);
    line-height: 1.95;
}

.home-launch-section-side a {
    justify-self: start;
    color: var(--accent);
    font-size: .86rem;
    font-weight: 800;
}

.home-launch-carousel {
    position: relative;
}

.home-launch-carousel-controls {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 13px;
}

.home-launch-carousel-controls button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--graphite);
    background: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

.home-launch-carousel-controls button:hover {
    color: #fff;
    border-color: var(--graphite);
    background: var(--graphite);
}

.home-launch-carousel-controls button:disabled {
    opacity: .34;
    cursor: default;
}

.home-launch-carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns:
        minmax(300px, 34%);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 16px;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
}

.home-launch-carousel-track > * {
    scroll-snap-align: start;
}

.home-launch-service-card,
.home-launch-area-card,
.home-launch-testimonial-card {
    display: grid;
    align-content: start;
    min-height: 390px;
    padding:
        clamp(24px, 3vw, 34px);
    border: 1px solid var(--line);
    background:
        linear-gradient(
            145deg,
            #fff,
            #faf9f5
        );
    box-shadow: var(--shadow);
}

.home-launch-service-card {
    gap: 13px;
}

.home-launch-card-number {
    color: var(--accent);
    font-size: .76rem;
    font-weight: 800;
}

.home-launch-service-type,
.home-launch-area-card > span {
    color: var(--accent);
    font-size: .75rem;
    font-weight: 800;
}

.home-launch-service-card h3,
.home-launch-area-card h3 {
    margin: 4px 0;
    font-size:
        clamp(1.22rem, 2vw, 1.6rem);
    line-height: 1.5;
}

.home-launch-service-card h3 a:hover,
.home-launch-area-card h3 a:hover {
    color: var(--accent);
}

.home-launch-service-card > p,
.home-launch-area-card > p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    line-height: 1.95;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.home-launch-card-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    align-self: end;
    justify-self: start;
    margin-top: auto;
    padding-top: 16px;
    color: var(--accent);
    font-size: .82rem;
    font-weight: 800;
}

.home-launch-strength {
    background: var(--surface-soft);
}

.home-launch-strength-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-launch-strength-grid article {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 280px;
    padding: 25px;
    border: 1px solid var(--line);
    background: #fff;
}

.home-launch-strength-grid span {
    color: var(--accent);
    font-size: .76rem;
    font-weight: 800;
}

.home-launch-strength-grid h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.55;
}

.home-launch-strength-grid p {
    margin: 0;
    color: var(--muted);
    font-size: .89rem;
    line-height: 1.9;
}

.home-launch-projects {
    background: #fff;
}

.home-launch-project-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.home-launch-project-card {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.home-launch-project-cover {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.home-launch-project-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.home-launch-project-card:hover img {
    transform: scale(1.035);
}

.home-launch-project-card > div {
    display: grid;
    gap: 12px;
    min-height: 270px;
    padding: 24px;
}

.home-launch-project-card span {
    color: var(--accent);
    font-size: .75rem;
    font-weight: 800;
}

.home-launch-project-card h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

.home-launch-project-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.9;
}

.home-launch-process {
    color: #fff;
    background: #161b1c;
}

.home-launch-process .eyebrow {
    color: #d4a676;
}

.home-launch-process
.home-launch-section-side p {
    color:
        rgba(255, 255, 255, .67);
}

.home-launch-process-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    background:
        rgba(255, 255, 255, .1);
    list-style: none;
}

.home-launch-process-grid li {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 245px;
    padding: 25px;
    background: #1d2324;
}

.home-launch-process-grid span {
    color: #d4a676;
    font-size: .77rem;
    font-weight: 800;
}

.home-launch-process-grid h3 {
    margin: 0;
    font-size: 1.08rem;
}

.home-launch-process-grid p {
    margin: 0;
    color:
        rgba(255, 255, 255, .65);
    font-size: .88rem;
    line-height: 1.9;
}

.home-launch-areas {
    background: var(--surface-soft);
}

.home-launch-area-card {
    gap: 13px;
}

.home-launch-area-services {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.home-launch-area-services a {
    padding: 6px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: #fff;
    font-size: .7rem;
}

.home-launch-area-services a:hover {
    color: var(--accent);
    border-color: var(--accent);
}

.home-launch-about {
    background:
        linear-gradient(
            135deg,
            #eeeae2,
            #f8f6f1
        );
}

.home-launch-about-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .75fr)
        minmax(0, 1.25fr);
    gap: clamp(40px, 8vw, 105px);
    align-items: start;
}

.home-launch-about h2 {
    margin: 8px 0 0;
    font-size:
        clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.35;
}

.home-launch-about-grid > div:last-child {
    display: grid;
    gap: 24px;
}

.home-launch-about-grid > div:last-child > p {
    margin: 0;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 2.05;
}

.home-launch-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.home-launch-testimonials {
    background: #fff;
}

.home-launch-testimonial-card {
    gap: 19px;
    min-height: 340px;
}

.home-launch-quote-mark {
    color: var(--accent);
    font-family: Georgia, serif;
    font-size: 4.5rem;
    line-height: .7;
}

.home-launch-testimonial-card blockquote {
    margin: 0;
    color: var(--graphite);
    font-size: 1.05rem;
    line-height: 2;
}

.home-launch-testimonial-card footer {
    display: grid;
    gap: 4px;
    align-self: end;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid var(--line);
}

.home-launch-testimonial-card footer small {
    color: var(--muted);
}

.home-launch-faq {
    background: var(--surface-soft);
}

.home-launch-faq-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .7fr)
        minmax(0, 1.3fr);
    gap: clamp(40px, 8vw, 100px);
    align-items: start;
}

.home-launch-faq-grid > div:first-child > h2 {
    margin: 8px 0 16px;
    font-size:
        clamp(1.8rem, 3.3vw, 2.8rem);
}

.home-launch-faq-grid > div:first-child > p {
    margin: 0 0 23px;
    color: var(--muted);
    line-height: 2;
}

.home-launch-faq-list {
    display: grid;
    gap: 9px;
}

.home-launch-faq-list details {
    padding: 0;
    border: 1px solid var(--line);
    background: #fff;
}

.home-launch-faq-list summary {
    padding: 19px 21px;
    font-weight: 800;
    cursor: pointer;
}

.home-launch-faq-list details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--muted);
    line-height: 1.95;
}

.home-launch-final {
    color: #fff;
    background: #15191a;
}

.home-launch-final-card {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(260px, .75fr);
    gap: clamp(35px, 7vw, 90px);
    align-items: center;
}

.home-launch-final h2 {
    max-width: 800px;
    margin: 8px 0 15px;
    font-size:
        clamp(1.9rem, 4vw, 3.4rem);
    line-height: 1.3;
}

.home-launch-final p {
    max-width: 800px;
    margin: 0;
    color:
        rgba(255, 255, 255, .68);
    line-height: 2;
}

.home-launch-final-actions {
    display: grid;
    gap: 10px;
}

.home-launch-final
.btn.secondary,
.home-launch-hero
.btn.secondary {
    color: #fff;
    border-color:
        rgba(255, 255, 255, .4);
}

.home-launch-final
.btn.primary,
.home-launch-hero
.btn.primary {
    color: #16191a;
    border-color: #fff;
    background: #fff;
}

@media (max-width: 1000px) {
    .home-launch-hero-grid,
    .home-launch-section-head,
    .home-launch-about-grid,
    .home-launch-faq-grid,
    .home-launch-final-card {
        grid-template-columns: 1fr;
    }

    .home-launch-strength-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .home-launch-project-grid,
    .home-launch-process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .home-launch-carousel-track {
        grid-auto-columns:
            minmax(300px, 58%);
    }
}

@media (max-width: 680px) {
    .home-launch-stats-grid,
    .home-launch-strength-grid,
    .home-launch-project-grid,
    .home-launch-process-grid {
        grid-template-columns: 1fr;
    }

    .home-launch-stats article {
        grid-template-columns: 1fr;
    }

    .home-launch-carousel-track {
        grid-auto-columns:
            minmax(275px, 86%);
    }

    .home-launch-service-card,
    .home-launch-area-card,
    .home-launch-testimonial-card {
        min-height: auto;
    }

    .home-launch-carousel-controls {
        justify-content: flex-start;
    }
}
