
:root{--teal:#078b98;--teal-dark:#006c78;--navy:#061a2a;--ink:#0c1b2a;--muted:#5f6b75;--line:#dce5ea;--bg:#f6f9fb;--white:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit}
.site-header{height:104px;background:#fff;display:flex;align-items:center;padding:14px 46px;border-bottom:1px solid #e7edf1;gap:40px;position:sticky;top:0;z-index:20}
.brand img{height:76px;width:auto;display:block}.site-nav{display:flex;gap:44px;margin-left:auto;align-items:center}.site-nav a{text-decoration:none;text-transform:uppercase;font-weight:800;font-size:14px;padding:38px 0 30px;position:relative}.site-nav a:hover,.site-nav a.active{color:var(--teal)}.site-nav a.active:after,.site-nav a:hover:after{content:"";height:3px;width:100%;background:var(--teal);position:absolute;left:0;bottom:22px}.phone-button{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;text-decoration:none;font-weight:800;padding:15px 24px;border-radius:5px}.phone-button:before{content:"☎";margin-right:10px}.menu-button{display:none}
.hero{min-height:600px;background:#081c2c;position:relative;overflow:hidden}.hero-copy{position:relative;z-index:2;padding:78px 46px 70px;color:#fff;width:48%;min-height:600px;background:linear-gradient(90deg,rgba(4,20,32,.96),rgba(4,20,32,.86),rgba(4,20,32,.1))}.hero-copy h1{font-size:49px;line-height:1.18;margin:0 0 18px;font-weight:900;letter-spacing:-.03em}.hero-copy h2{font-size:28px;line-height:1.25;margin:0;color:#06a6b5}.accent-line{width:78px;height:4px;background:var(--teal);display:block;margin:23px 0}.hero-copy p{font-size:18px;max-width:560px;margin:0 0 28px}.hero-actions{display:flex;gap:20px;flex-wrap:wrap}.btn{display:inline-flex;gap:12px;align-items:center;text-decoration:none;text-transform:uppercase;font-weight:900;font-size:14px;border-radius:4px;padding:15px 24px}.btn-primary{background:var(--teal);color:#fff}.btn-secondary{border:1px solid rgba(255,255,255,.8);color:#fff}.btn:after{content:"›";font-size:22px}.hero-image{position:absolute;right:0;top:0;width:64%;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,42,.85),rgba(6,26,42,.15),rgba(6,26,42,0))}
.capability-strip{background:#fff;display:grid;grid-template-columns:repeat(5,1fr);padding:38px 46px;border-bottom:1px solid var(--line)}.cap-item{padding:0 26px;border-right:1px solid var(--line)}.cap-item:last-child{border-right:0}.cap-icon{font-size:33px;color:var(--teal);font-weight:900}.cap-item h3{text-transform:uppercase;font-size:15px;line-height:1.15;margin:8px 0 12px}.cap-item p{font-size:14px;color:#344452;margin:0}
.logo-section{padding:28px 0 34px;background:#fff}.section-label{display:flex;align-items:center;gap:24px;justify-content:center;text-align:center;text-transform:uppercase;font-weight:900;font-size:14px;color:var(--teal);margin:0 46px 18px}.section-label:before,.section-label:after{content:"";height:1px;background:var(--line);flex:1}.logo-marquee{overflow:hidden;position:relative}.logo-marquee:before,.logo-marquee:after{content:"";position:absolute;top:0;height:100%;width:70px;z-index:2;pointer-events:none}.logo-marquee:before{left:0;background:linear-gradient(to right,#fff,transparent)}.logo-marquee:after{right:0;background:linear-gradient(to left,#fff,transparent)}.logo-track{display:flex;width:max-content;gap:36px;animation:scrollLogos 36s linear infinite;align-items:center}.logo-track:hover{animation-play-state:paused}.client-logo{height:70px;width:170px;display:flex;align-items:center;justify-content:center;text-decoration:none}.client-logo img{max-width:145px;max-height:54px;object-fit:contain;filter:grayscale(100%);opacity:.72;transition:.25s}.client-logo span{display:none;font-weight:800}.client-logo:hover img{filter:none;opacity:1;transform:translateY(-2px)}.text-logo span{display:block}@keyframes scrollLogos{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.section{padding:42px 46px}.section-inner{max-width:1180px;margin:0 auto}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-head h2{font-size:27px;text-transform:uppercase;margin:0}.text-link{text-decoration:none;text-transform:uppercase;color:var(--teal);font-weight:900;font-size:14px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-card{background:#fff;box-shadow:0 12px 36px rgba(15,38,55,.08);overflow:hidden}.project-card img{width:100%;height:220px;object-fit:cover}.project-body{padding:22px}.project-body h3{margin:0 0 10px;font-size:20px}.project-body h3:before{content:"✓";display:inline-grid;place-items:center;background:var(--teal);color:#fff;width:26px;height:26px;border-radius:50%;font-size:14px;margin-right:9px}.project-body p{color:#42505a;margin:0 0 15px}.project-body a{text-transform:uppercase;color:var(--teal);font-weight:900;text-decoration:none;font-size:13px}
.trust-band{background:linear-gradient(135deg,var(--teal-dark),#008f9d);color:#fff;padding:28px 46px;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:40px}.trust-copy{display:grid;grid-template-columns:92px 1fr;gap:24px;align-items:center;max-width:650px;margin-left:auto}.trust-icon{width:78px;height:78px;border:5px solid #fff;border-radius:12px;display:grid;place-items:center;font-size:42px;font-weight:900}.trust-copy h3{font-size:24px;margin:0 0 6px}.trust-copy p{margin:0}.credential-list{background:#fff;color:var(--ink);border-radius:6px;padding:20px 28px;max-width:520px}.credential-list ul{columns:2;margin:0;padding-left:20px;font-weight:700}.credential-list li{margin:6px 0}.small-note{font-size:12px;color:#6b7780;margin-top:10px}
.footer{background:#071e2f;color:#fff;padding:36px 46px 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1fr;gap:36px;max-width:1180px;margin:0 auto}.footer-logo{max-width:220px}.footer h4{text-transform:uppercase;margin:0 0 18px}.footer p{color:#dce7ed}.footer a{display:block;text-decoration:none;color:#fff;margin:9px 0}.footer-icons{display:flex;gap:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding:14px 0;display:flex;justify-content:space-between;color:#dce7ed;font-size:13px}
.page-hero{min-height:350px;background:#071e2f;color:#fff;display:grid;grid-template-columns:45% 55%;overflow:hidden}.page-hero .copy{padding:70px 46px}.page-hero h1{font-size:54px;margin:0 0 12px}.page-hero p{font-size:20px;max-width:560px}.page-hero img{width:100%;height:100%;object-fit:cover;opacity:.82}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;padding:30px;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 30px rgba(15,38,55,.06)}.service-card h2{margin:0 0 12px}.service-card ul{padding-left:20px}.service-card li{margin:10px 0}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line)}.tech-cell{padding:30px;text-align:center;border-right:1px solid var(--line)}.tech-cell:last-child{border-right:0}.tech-cell h3{color:var(--teal);font-size:32px;margin:0 0 10px;text-transform:uppercase}.construction{text-align:center;background:#fff;padding:90px 30px;border-radius:10px;box-shadow:0 14px 45px rgba(15,38,55,.08)}.construction h1{font-size:48px;margin:0 0 16px}.contact-grid{display:grid;grid-template-columns:.85fr 1.2fr;gap:40px}.contact-panel,.form-panel{background:#fff;padding:34px;border-radius:8px;box-shadow:0 14px 45px rgba(15,38,55,.08)}.contact-item{border-bottom:1px solid var(--line);padding:18px 0}.contact-item:first-child{padding-top:0}.contact-item strong{display:block;text-transform:uppercase}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-panel label{display:block;font-weight:700;margin-bottom:7px}.form-panel input,.form-panel textarea{width:100%;padding:14px;border:1px solid #cfd9df;border-radius:4px;font:inherit}.form-panel textarea{min-height:160px}.form-full{grid-column:1/-1}.fake-submit{border:0;background:var(--teal);color:#fff;font-weight:900;text-transform:uppercase;padding:15px 24px;border-radius:4px}
@media(max-width:900px){.site-header{height:auto;padding:12px 18px;gap:16px}.brand img{height:56px}.site-nav{display:none}.nav-open .site-nav{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:20px}.menu-button{display:block;margin-left:auto}.phone-button{display:none}.hero-image{width:100%;opacity:.35}.hero-copy{width:100%;padding:70px 24px}.hero-copy h1{font-size:38px}.capability-strip,.project-grid,.cards-3,.tech-grid,.contact-grid,.footer-grid,.trust-band,.page-hero{grid-template-columns:1fr}.capability-strip{padding:20px}.cap-item{border-right:0;border-bottom:1px solid var(--line);padding:20px}.project-card img{height:190px}.trust-copy{margin:0;grid-template-columns:70px 1fr}.section{padding:34px 20px}.footer-bottom{display:block}.page-hero .copy{padding:52px 24px}.page-hero h1{font-size:42px}}


/* About page additions */
.about-intro {
  background: #ffffff;
}

.about-intro h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
}

.about-intro p {
  max-width: 920px;
  font-size: 17px;
  color: #42505a;
}

.directors-section {
  background: #f6f9fb;
}

.director-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.director-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(15,38,55,.06);
}

.director-photo {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
}

.placeholder-photo {
  background: linear-gradient(135deg, #e8f3f5, #f7fafb);
  color: var(--teal);
  border: 1px dashed #9ccbd1;
}

.director-card h3 {
  margin: 0 0 6px;
  font-size: 24px;
}

.director-card p {
  margin: 0;
  color: #5f6b75;
  font-weight: 700;
}

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

  .director-card {
    grid-template-columns: 90px 1fr;
  }

  .director-photo {
    width: 90px;
    height: 90px;
  }
}


/* About page hero refinement */
.about-hero{
  min-height:260px;
  grid-template-columns:50% 50%;
}
.about-hero .copy{
  padding:48px 46px;
}
.about-hero h1{
  font-size:44px;
}
.about-hero img{
  object-fit:cover;
  object-position:center;
}
@media(max-width:900px){
  .about-hero{
    min-height:220px;
    grid-template-columns:1fr;
  }
  .about-hero .copy{
    padding:40px 24px;
  }
}


/* Final About page hero using real Davisnet site photograph */
.about-hero {
  min-height: 350px;
  grid-template-columns: 42% 58%;
  background: #071e2f;
}

.about-hero .copy {
  padding: 72px 46px;
  background: linear-gradient(90deg, rgba(7,30,47,.96), rgba(7,30,47,.72), rgba(7,30,47,0));
  z-index: 2;
}

.about-hero h1 {
  font-size: 54px;
}

.about-hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.02);
}

@media(max-width:900px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .about-hero .copy {
    padding: 56px 24px;
  }

  .about-hero h1 {
    font-size: 42px;
  }
}


/* Stronger hero image blending behind text */
.hero,
.page-hero,
.about-hero {
  position: relative;
  overflow: hidden;
}

.hero-image::before,
.page-hero::before,
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(6, 26, 42, 0.98) 0%,
      rgba(6, 26, 42, 0.92) 25%,
      rgba(6, 26, 42, 0.66) 43%,
      rgba(6, 26, 42, 0.28) 62%,
      rgba(6, 26, 42, 0.04) 100%
    );
}

.hero-image::after {
  background:
    linear-gradient(90deg,
      rgba(6, 26, 42, 0.98) 0%,
      rgba(6, 26, 42, 0.86) 30%,
      rgba(6, 26, 42, 0.48) 52%,
      rgba(6, 26, 42, 0.08) 78%,
      rgba(6, 26, 42, 0) 100%
    ) !important;
}

.hero-copy,
.page-hero .copy,
.about-hero .copy {
  position: relative;
  z-index: 3;
  background: transparent !important;
}

.about-hero {
  display: block !important;
}

.about-hero img {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero .copy {
  width: 48%;
  min-height: 350px;
}

.page-hero {
  display: block !important;
}

.page-hero .copy {
  width: 45%;
  min-height: 350px;
}

.page-hero img {
  position: absolute !important;
  inset: 0 0 0 auto;
  width: 65%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:900px) {
  .about-hero .copy,
  .page-hero .copy {
    width: 100%;
  }

  .page-hero img,
  .about-hero img {
    width: 100%;
    opacity: 0.45;
  }

  .hero-image::before,
  .page-hero::before,
  .about-hero::before {
    background:
      linear-gradient(90deg,
        rgba(6, 26, 42, 0.96) 0%,
        rgba(6, 26, 42, 0.84) 55%,
        rgba(6, 26, 42, 0.44) 100%
      );
  }
}


/* FINAL FIX: make About, Projects and Contact hero banners blend like the homepage */
.page-hero,
.about-hero {
  position: relative !important;
  display: block !important;
  min-height: 350px !important;
  background: #061a2a !important;
  overflow: hidden !important;
}

.page-hero img,
.about-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  z-index: 0 !important;
}

.page-hero::before,
.about-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg,
      rgba(6, 26, 42, 0.98) 0%,
      rgba(6, 26, 42, 0.92) 26%,
      rgba(6, 26, 42, 0.66) 45%,
      rgba(6, 26, 42, 0.28) 65%,
      rgba(6, 26, 42, 0.04) 100%
    ) !important;
}

.page-hero .copy,
.about-hero .copy {
  position: relative !important;
  z-index: 2 !important;
  width: 48% !important;
  min-height: 350px !important;
  padding: 70px 46px !important;
  background: transparent !important;
  color: #ffffff !important;
}

.page-hero .copy h1,
.about-hero .copy h1 {
  color: #ffffff !important;
}

.page-hero .copy p,
.about-hero .copy p {
  color: #ffffff !important;
}

@media(max-width:900px) {
  .page-hero,
  .about-hero {
    min-height: 320px !important;
  }

  .page-hero img,
  .about-hero img {
    opacity: 0.55 !important;
  }

  .page-hero::before,
  .about-hero::before {
    background:
      linear-gradient(90deg,
        rgba(6, 26, 42, 0.96) 0%,
        rgba(6, 26, 42, 0.86) 55%,
        rgba(6, 26, 42, 0.48) 100%
      ) !important;
  }

  .page-hero .copy,
  .about-hero .copy {
    width: 100% !important;
    padding: 54px 24px !important;
  }
}


/* Page-specific hero banner image positioning */
body:has(.about-hero) .about-hero img {
  object-position: center center !important;
}

body:has(.page-hero) .page-hero img {
  object-position: center center !important;
}

/* Individual page tuning */
.about-hero img {
  object-position: center center !important;
}

.projects-hero img {
  object-position: center center !important;
}

.contact-hero img {
  object-position: center center !important;
}


/* Final requested refinements */
.trust-icon-image {
  border: 0 !important;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  padding: 10px;
}

.trust-icon-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

/* Lighter hero banners across inner pages */
.page-hero::before,
.about-hero::before {
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0.92) 0%,
      rgba(255,255,255,0.82) 27%,
      rgba(255,255,255,0.54) 48%,
      rgba(255,255,255,0.20) 68%,
      rgba(255,255,255,0.02) 100%
    ) !important;
}

.page-hero .copy,
.about-hero .copy {
  color: #0c1b2a !important;
}

.page-hero .copy h1,
.about-hero .copy h1,
.page-hero .copy p,
.about-hero .copy p {
  color: #0c1b2a !important;
}

/* Keep a subtle teal accent visible on light hero banners */
.page-hero .accent-line,
.about-hero .accent-line {
  background: var(--teal) !important;
}

/* Modern male head-and-shoulders placeholder for team photos */
.silhouette-photo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f6, #ffffff);
  border: 1px solid #d8e5ea;
}

.silhouette-head {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5d666d, #3e464c);
}

.silhouette-shoulders {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 82px;
  height: 46px;
  border-radius: 44px 44px 12px 12px;
  background: linear-gradient(135deg, #5d666d, #3e464c);
}

.directors-section .section-label {
  margin-bottom: 24px;
}

@media(max-width:900px) {
  .page-hero::before,
  .about-hero::before {
    background:
      linear-gradient(90deg,
        rgba(255,255,255,0.94) 0%,
        rgba(255,255,255,0.82) 58%,
        rgba(255,255,255,0.42) 100%
      ) !important;
  }
}


/* Formatting preference update: clean About page, original image strength */
.page-hero::before,
.about-hero::before {
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0.88) 0%,
      rgba(255,255,255,0.76) 30%,
      rgba(255,255,255,0.42) 52%,
      rgba(255,255,255,0.14) 72%,
      rgba(255,255,255,0.00) 100%
    ) !important;
}

.page-hero img,
.about-hero img {
  filter: none !important;
  opacity: 1 !important;
}

.page-hero .copy,
.about-hero .copy {
  color: #0c1b2a !important;
  background: transparent !important;
}

.page-hero .copy h1,
.about-hero .copy h1,
.page-hero .copy p,
.about-hero .copy p {
  color: #0c1b2a !important;
}

/* Simpler About page sections */
.about-intro {
  background: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.about-intro .section-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.about-intro h2 {
  font-size: 30px;
  text-transform: none;
  letter-spacing: -0.02em;
}

.about-intro p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 640px;
}

.about-intro::after {
  content: "";
  display: none;
}

.about-what-we-do {
  background: linear-gradient(135deg, #f2f8fa, #ffffff);
  border: 1px solid #e0edf1;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 12px 32px rgba(15,38,55,.05);
}

.about-what-we-do h2 {
  margin-top: 0;
}

.about-what-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.about-what-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
}

.about-what-icon {
  color: var(--teal);
  font-size: 28px;
  width: 34px;
  text-align: center;
}

.about-service-cards {
  display: none !important;
}

.directors-section {
  background: #ffffff;
}

.director-card {
  box-shadow: none;
  background: linear-gradient(135deg, #ffffff, #f8fbfc);
}

@media(max-width:900px) {
  .about-intro .section-inner {
    grid-template-columns: 1fr;
  }

  .about-what-grid {
    grid-template-columns: 1fr;
  }
}


/* Refined About page test update - clean condensed sections only */
.about-clean-section {
  background: #ffffff;
  padding-top: 54px;
  padding-bottom: 54px;
}

.about-clean-section.about-pale {
  background: #f6f9fb;
  border-top: 1px solid #dce5ea;
  border-bottom: 1px solid #dce5ea;
}

.clean-icon-grid,
.clean-shield-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 36px;
  margin-top: 18px;
}

.clean-icon-grid div,
.clean-shield-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
}

.clean-icon-grid span {
  width: 38px;
  text-align: center;
  color: var(--teal);
  font-size: 28px;
  font-weight: 900;
  flex: 0 0 38px;
}

.clean-icon-grid strong,
.clean-shield-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

.clean-shield-grid img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 34px;
}

.qualification-note {
  margin-top: 26px;
  color: #5f6b75;
  font-size: 13px;
  max-width: 900px;
}

@media(max-width:900px) {
  .clean-icon-grid,
  .clean-shield-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}


/* Fix Projects and Contact hero consistency with Home/About */
.page-hero,
.projects-hero,
.contact-hero,
.about-hero {
  position: relative !important;
  display: block !important;
  min-height: 350px !important;
  background: #061a2a !important;
  overflow: hidden !important;
}

.page-hero img,
.projects-hero img,
.contact-hero img,
.about-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  z-index: 0 !important;
}

.page-hero::before,
.projects-hero::before,
.contact-hero::before,
.about-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg,
      rgba(6, 26, 42, 0.96) 0%,
      rgba(6, 26, 42, 0.86) 30%,
      rgba(6, 26, 42, 0.54) 52%,
      rgba(6, 26, 42, 0.18) 73%,
      rgba(6, 26, 42, 0.00) 100%
    ) !important;
}

.page-hero .copy,
.projects-hero .copy,
.contact-hero .copy,
.about-hero .copy {
  position: relative !important;
  z-index: 2 !important;
  width: 48% !important;
  min-height: 350px !important;
  padding: 70px 46px !important;
  background: transparent !important;
  color: #ffffff !important;
}

.page-hero .copy h1,
.projects-hero .copy h1,
.contact-hero .copy h1,
.about-hero .copy h1,
.page-hero .copy p,
.projects-hero .copy p,
.contact-hero .copy p,
.about-hero .copy p {
  color: #ffffff !important;
}

/* About page: cleaner mockup-style icon rows */
.bullet-logo-grid,
.clean-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 38px;
  margin-top: 20px;
}

.bullet-logo-grid div,
.clean-check-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
}

.mini-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: #eef8fa;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
  flex: 0 0 42px;
}

.check-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  flex: 0 0 34px;
  box-shadow: 0 8px 18px rgba(0,108,120,.18);
}

.bullet-logo-grid strong,
.clean-check-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

@media(max-width:900px) {
  .page-hero .copy,
  .projects-hero .copy,
  .contact-hero .copy,
  .about-hero .copy {
    width: 100% !important;
    padding: 54px 24px !important;
  }

  .page-hero::before,
  .projects-hero::before,
  .contact-hero::before,
  .about-hero::before {
    background:
      linear-gradient(90deg,
        rgba(6, 26, 42, 0.96) 0%,
        rgba(6, 26, 42, 0.82) 58%,
        rgba(6, 26, 42, 0.42) 100%
      ) !important;
  }

  .bullet-logo-grid,
  .clean-check-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Full-screen mobile navigation */
.mobile-overlay,.mobile-action-bar{display:none}
@media(max-width:900px){
body.nav-open{overflow:hidden}.site-header .site-nav{display:none!important}
.menu-button{display:flex!important;width:48px;height:48px;margin-left:auto;border:0;border-radius:8px;background:#eef8fa;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.menu-button span{width:22px;height:2px;background:var(--navy);display:block}
.mobile-overlay{display:block;position:fixed;inset:0;z-index:999;background:rgba(3,16,26,.76);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.25s}
.nav-open .mobile-overlay{opacity:1;visibility:visible}
.mobile-overlay-panel{position:absolute;inset:18px;background:rgba(255,255,255,.98);border-radius:18px;padding:22px;display:flex;flex-direction:column;box-shadow:0 24px 70px rgba(0,0,0,.3)}
.mobile-overlay-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}
.mobile-overlay-top img{height:58px}.mobile-close{width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;font-size:30px}
.mobile-nav{display:flex;flex-direction:column;padding:20px 0}.mobile-nav a{font-size:28px;font-weight:800;text-decoration:none;padding:13px 4px;border-bottom:1px solid #edf1f3}.mobile-nav a[aria-current=page]{color:var(--teal)}
.mobile-contact{margin-top:auto;display:grid;gap:10px}.mobile-contact a{text-align:center;text-decoration:none;padding:14px;border-radius:8px;font-weight:800}.mobile-call{background:var(--teal);color:#fff}.mobile-email{background:#eef8fa}.mobile-quote{background:var(--navy);color:#fff}
.mobile-action-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:12px;right:12px;bottom:12px;z-index:90;border-radius:14px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.22)}.mobile-action-bar a{text-align:center;text-decoration:none;padding:14px;font-weight:900;color:#fff}.mobile-action-bar a:first-child{background:var(--teal)}.mobile-action-bar a:last-child{background:var(--navy)}
.footer{padding-bottom:88px}
}
/* RC1 cleanup */
.journey-placeholder{background:#f6f9fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.journey-placeholder-inner{max-width:860px;margin:0 auto;text-align:center}
.journey-placeholder-inner h2{margin:0 0 12px;font-size:30px}
.journey-placeholder-inner p:last-child{color:#5f6b75;margin:0}
@media(max-width:900px){.mobile-overlay-panel{overflow-y:auto}.mobile-nav a{font-size:25px;padding:11px 4px}}


/* Next build cleanup: remove duplicate visual blocks and unify line icons */
.about-what-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
}

.about-what-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 800;
}

.about-what-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-block;
  position: relative;
  color: var(--teal);
}

.svg-icon.bolt::before {
  content: "";
  position: absolute;
  inset: 2px 8px;
  background: var(--teal);
  clip-path: polygon(55% 0, 10% 55%, 42% 55%, 25% 100%, 90% 38%, 56% 38%);
}

.svg-icon.gear::before {
  content: "⚙";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 31px;
  line-height: 1;
  color: var(--teal);
}

.svg-icon.panel::before {
  content: "";
  position: absolute;
  inset: 4px 5px;
  border: 3px solid var(--teal);
  box-shadow:
    inset 5px 0 0 -3px var(--teal),
    inset -5px 0 0 -3px var(--teal);
}

.svg-icon.check-square::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 3px solid var(--teal);
}

.svg-icon.check-square::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  left: 10px;
  top: 10px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}

.svg-icon.ex {
  display: inline-grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  border: 2px solid var(--teal);
  border-radius: 8px;
}

.about-clean-section + .about-clean-section {
  margin-top: 0;
}

@media(max-width:900px) {
  .about-what-grid {
    grid-template-columns: 1fr;
  }
}


/* About repair: visible line icons */
.about-what-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-grid;
  place-items: center;
  color: var(--teal);
}

.about-what-icon svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-what-icon.ex-line-icon {
  border: 2px solid var(--teal);
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
}

.about-what-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.industries-section .bullet-logo-grid {
  margin-bottom: 0;
}
