/*
Theme Name: DigiWrap Signs Services Portfolio FTP
Theme URI: https://digiwrapsigns.co.uk/
Author: DigiWrap Signs
Description: DigiWrap Signs WordPress theme with dedicated Services, Commercial and Portfolio pages.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: digiwrap-signs
*/
:root {
  --green: #00f53d;
  --green-soft: rgba(0, 245, 61, 0.38);
  --black: #050606;
  --panel: #151716;
  --line: #2a2d2b;
  --muted: #a8adaa;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* Wider header alignment so the logo sits further left like the supplied reference screenshots. */
.site-header .nav,
.topbar__inner {
  width: min(1860px, calc(100% - 56px));
}


.site-header {
  position: sticky;
  top: 28px;
  z-index: 50;
  background: rgba(7, 8, 8, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--green);
  color: #020302;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.topbar__inner {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 0;
}

.topbar__right {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.topbar__phone {
  position: relative;
  color: #020302;
  padding-left: 18px;
}

.topbar__phone::before {
  content: "☎";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  font-size: 12px;
}

.social-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #020302;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  border-radius: 999px;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease, color 160ms ease;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.social-icon:hover {
  transform: scale(1.18);
  opacity: 0.8;
}

.topbar .social-icon {
  color: #020302;
}

.topbar .social-icon:hover {
  background: rgba(2, 3, 2, 0.08);
}

.nav {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.1vw, 64px);
}

.brand {
  min-width: 178px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand__main {
  font-size: 32px;
  letter-spacing: 1px;
}

.brand__sub {
  color: var(--white);
  font-size: 20px;
  letter-spacing: 8px;
  border-top: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  padding: 7px 0 5px;
}

.brand img {
  width: 280px;
  max-width: 100%;
  height: auto;
}

.custom-logo {
  max-width: 280px;
  height: auto;
}

.primary-nav {
  flex: 1;
}

.menu {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 1.8vw, 34px);
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.menu a {
  color: #d8dcda;
}

.menu a:hover,
.current-menu-item > a {
  color: var(--green);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 2px solid var(--green);
  border-radius: 3px;
  background: var(--green);
  color: #020302;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease;
}

.btn::after {
  content: ">";
  margin-left: 12px;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--small {
  min-height: 42px;
  padding: 0 22px;
  font-size: 14px;
}

.btn--ghost {
  background: rgba(0, 0, 0, 0.22);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.8);
}

.btn--large,
.btn--wide {
  min-width: min(100%, 520px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 106px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.74) 34%, rgba(0, 0, 0, 0.22) 72%, rgba(0, 0, 0, 0.02) 100%),
    radial-gradient(circle at 82% 58%, rgba(0, 245, 61, 0.1), transparent 26%);
  pointer-events: none;
}

.hero--home {
  background-image: image-set(url("assets/images/hero_bg_clean.webp") type("image/webp"), url("assets/images/hero_bg_clean.png") type("image/png"));
  background-position: center right;
}

.hero--commercial {
  background-image: image-set(url("assets/images/commercial_hero_bg.webp") type("image/webp"), url("assets/images/commercial_hero_bg.png") type("image/png"));
  background-position: center right;
}

.hero--commercial::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(132deg, transparent 0 38%, rgba(0, 245, 61, 0.16) 38.1%, transparent 39.2% 100%),
    linear-gradient(132deg, transparent 0 58%, rgba(0, 245, 61, 0.28) 58.1%, transparent 59.2% 100%);
  opacity: 0.55;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 112px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(58px, 7.4vw, 116px);
  line-height: 0.94;
}

h1 span,
h2 span {
  color: var(--green);
}

h2 {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
}

h3 {
  font-size: 24px;
  line-height: 1.12;
}

.lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: #c5c9c7;
  font-size: 20px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 34px;
  color: #e6e9e7;
  font-size: 15px;
  font-weight: 700;
}

.checks span::before,
.tick-list li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 9px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.stats {
  background: var(--green);
  color: #020302;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  text-align: center;
}

.stats--bar .stats__grid {
  padding: 28px 0 24px;
}

.stats__grid strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.stats__grid span {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.section {
  padding: 96px 0;
  background: #0b0d0c;
}

.page-hero {
  padding: 120px 0 72px;
  background: #0d0f0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-hero h1 {
  font-size: clamp(56px, 6vw, 86px);
}

.services-detail-section {
  background: #0c0e0d;
}

.services-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-detail-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.service-detail-card--featured {
  border-color: var(--green);
}

.service-detail-icon {
  min-height: 44px;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}

.service-detail-card h2 {
  font-size: 25px;
  line-height: 1.05;
}

.service-detail-card p {
  margin: 20px 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.service-detail-card ul {
  padding: 0;
  margin: auto 0 26px;
  list-style: none;
}

.service-detail-card li {
  margin: 8px 0;
  color: #f2f4f3;
  font-size: 14px;
}

.service-detail-card li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.service-detail-card > a {
  color: var(--green);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-detail-card > a::after {
  content: ">";
  margin-left: 9px;
}

.service-help {
  text-align: center;
  background: #090b0a;
}

.service-help p {
  max-width: 500px;
  margin: 16px auto 30px;
  color: var(--muted);
}

.section:nth-of-type(odd) {
  background: #090b0a;
}

.section-intro {
  max-width: 660px;
  margin: 16px 0 38px;
  color: var(--muted);
  font-size: 18px;
}

.section--center,
.center {
  text-align: center;
}

.section--center .section-intro,
.center + .review-grid {
  margin-left: auto;
  margin-right: auto;
}

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

.service-card,
.audience-card,
blockquote {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.service-card,
.audience-card,
.service-detail-card,
.portfolio-card,
.commercial-row {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-card:hover,
.audience-card:hover,
.service-detail-card:hover,
.portfolio-card:hover {
  transform: scale(1.025);
  border-color: var(--green);
  box-shadow: 0 0 0 1px rgba(0, 245, 61, 0.3), 0 20px 46px rgba(0, 0, 0, 0.35);
}

.service-card:hover h3,
.audience-card:hover h3,
.service-detail-card:hover h2,
.portfolio-card:hover h2,
.commercial-row:hover h3 {
  color: var(--green);
}

.service-card {
  min-height: 330px;
  padding: 0 26px 26px;
}

.service-card__image {
  height: 150px;
  margin: 0 -26px 22px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background:
    linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.45)),
    url("assets/images/digiwrap_services_section.webp") center / cover;
}

.icon-mark {
  width: 28px;
  height: 28px;
  display: block;
  margin-bottom: 18px;
  border: 3px solid var(--green);
  border-radius: 6px;
}

.service-card p,
.audience-card p {
  color: var(--muted);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.audience-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-color: var(--green);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background:
    linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.82)),
    url("assets/images/digiwrap_who_we_work_with.webp") center / cover;
}

@media (min-width: 1051px) {
  .audience-grid .audience-card:nth-child(7) {
    grid-column: 2;
  }
}

.split,
.commercial-services__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 76px;
  align-items: center;
}

.tick-list {
  padding: 0;
  margin: 26px 0 32px;
  list-style: none;
}

.tick-list li {
  margin: 13px 0;
}

.outline-box {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green);
  background: rgba(255, 255, 255, 0.02);
}

.outline-box strong {
  color: var(--green);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 72px;
  line-height: 1;
}

.outline-box span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

blockquote {
  min-height: 230px;
  margin: 0;
  padding: 30px;
}

blockquote b,
blockquote span {
  color: var(--green);
}

blockquote p {
  color: var(--white);
  font-style: italic;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 800;
}

blockquote cite span {
  display: block;
  font-size: 13px;
}

.commercial-services {
  padding: 96px 0;
  background: #080a09;
}

.portfolio-tabs {
  padding: 32px 0;
  background: #101211;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tabs button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: var(--muted);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.filter-tabs button {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.filter-tabs button:hover,
.filter-tabs button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #020302;
}

.filter-tabs button:hover {
  transform: scale(1.04);
}

.portfolio-section {
  background: #0c0e0d;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.portfolio-card__image {
  position: relative;
  height: 250px;
  background-position: center;
  background-size: cover;
  transition: transform 180ms ease;
}

.portfolio-card:hover {
  border-color: var(--green);
}

.portfolio-card:hover .portfolio-card__image {
  transform: scale(1.03);
}

.portfolio-card__image span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 3px;
  background: var(--green);
  color: #020302;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-card__body {
  position: relative;
  padding: 22px;
  background: var(--panel);
}

.portfolio-card__body h2 {
  font-size: 24px;
}

.portfolio-card__body p {
  margin: 6px 0 0;
  color: #767d79;
}

.portfolio-social {
  margin-top: 54px;
  text-align: center;
}

.portfolio-social p {
  margin: 0 0 22px;
  color: #6f7672;
}

.portfolio-social div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.portfolio-social .btn {
  min-height: 46px;
  font-size: 14px;
}

.portfolio-cta {
  text-align: center;
  background: #101211;
}

.portfolio-cta p {
  max-width: 520px;
  margin: 18px auto 28px;
  color: var(--muted);
}

.commercial-services__photo {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.commercial-services__photo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.commercial-row {
  display: grid;
  grid-template-columns: 90px minmax(190px, 1fr) minmax(220px, 1.25fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--green-soft);
}

.commercial-row:hover {
  background: rgba(0, 245, 61, 0.055);
  transform: scale(1.012);
}

.commercial-row span {
  color: var(--green);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 58px;
  line-height: 1;
}

.commercial-row h3 {
  font-size: 30px;
}

.commercial-row p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.commercial-services .btn {
  margin-top: 34px;
}

.cta {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.9) 48%),
    url("assets/images/digiwrap_cta_section.webp") left center / cover no-repeat;
  border-top: 1px solid var(--green-soft);
}

.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
}

.cta h2,
.cta p,
.cta .btn,
.cta .stats__grid {
  width: min(760px, 100%);
}

.cta h2 {
  font-size: clamp(56px, 6vw, 108px);
  line-height: 0.9;
}

.cta p {
  margin: 26px 0;
  color: #f2f4f3;
  font-size: 22px;
}

.stats__grid--compact {
  margin-top: 38px;
  color: var(--white);
}

.stats__grid--compact strong {
  color: var(--green);
}

.site-footer {
  padding: 66px 0 24px;
  background: #070807;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.25fr;
  gap: 70px;
}

.footer-grid h3 {
  margin-bottom: 20px;
  font-size: 17px;
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 0 0 11px;
}

.footer-grid a:hover {
  color: var(--green);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.footer-social .social-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  margin: 0;
  color: var(--green);
  background: rgba(0, 245, 61, 0.08);
  border: 1px solid rgba(0, 245, 61, 0.32);
}

.footer-social .social-icon svg {
  width: 22px;
  height: 22px;
}

.footer-social .social-icon:hover {
  color: #020302;
  background: var(--green);
  opacity: 1;
  transform: translateY(-2px) scale(1.08);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 22px;
  color: #626966;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.content-page {
  color: #d8dcda;
}

.content-page h1 {
  margin-bottom: 28px;
}


.about-image-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.about-image-card img {
  width: 100%;
  height: auto;
}

.value-grid,
.contact-grid {
  display: grid;
  gap: 22px;
}

.value-grid {
  grid-template-columns: repeat(4, 1fr);
}

.value-card,
.contact-card,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.value-card {
  padding: 30px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.value-card:hover,
.contact-card:hover {
  transform: scale(1.025);
  border-color: var(--green);
  box-shadow: 0 0 0 1px rgba(0, 245, 61, 0.3), 0 20px 46px rgba(0, 0, 0, 0.35);
}

.value-card h2,
.contact-card h2 {
  font-size: 24px;
}

.value-card p,
.contact-card p,
.quote-form small {
  color: var(--muted);
}

.contact-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.contact-card {
  padding: 28px;
  margin-bottom: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-card a {
  color: var(--white);
  font-weight: 800;
}

.quote-form {
  padding: 36px;
}

.quote-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.quote-form label {
  display: block;
  color: var(--muted);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 15px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #111312;
  color: var(--white);
  font: inherit;
}

.quote-form textarea {
  min-height: 140px;
  resize: vertical;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.quote-form .btn {
  width: 100%;
  margin-top: 18px;
}


/* Elementor / page-builder support */
.builder-page {
  background: var(--black);
  color: var(--white);
  min-height: 55vh;
}

.builder-page .entry-content > *:first-child {
  margin-top: 0;
}

.builder-page .entry-content > *:last-child {
  margin-bottom: 0;
}

.builder-page:not(.builder-page--elementor) {
  padding: 80px 0;
}

.builder-page:not(.builder-page--elementor) .entry-content {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.builder-page:not(.builder-page--elementor) h1,
.builder-page:not(.builder-page--elementor) h2,
.builder-page:not(.builder-page--elementor) h3 {
  color: var(--white);
}

.builder-page:not(.builder-page--elementor) a {
  color: var(--green);
  font-weight: 800;
}

body.admin-bar .topbar {
  top: 32px;
}

body.admin-bar .site-header {
  top: 60px;
}

@media (max-width: 782px) {
  body.admin-bar .topbar {
    top: 46px;
  }

  body.admin-bar .site-header {
    top: 74px;
  }
}

@media (max-width: 1050px) {
  .nav {
    min-height: auto;
    flex-wrap: wrap;
    gap: 22px;
    padding: 16px 0;
  }

  .primary-nav {
    order: 3;
    flex-basis: 100%;
  }

  .menu {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .card-grid,
  .audience-grid,
  .portfolio-grid,
  .services-detail-grid,
  .review-grid,
  .footer-grid,
  .split,
  .commercial-services__grid,
  .value-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .commercial-row {
    grid-template-columns: 78px 1fr;
  }

  .commercial-row p {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    top: 56px;
  }

  .topbar__inner,
  .footer-bottom {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .topbar__right {
    justify-content: center;
  }

  .nav .btn--small {
    width: 100%;
  }

  .menu {
    gap: 18px;
    font-size: 14px;
  }

  .hero {
    min-height: 720px;
  }

  .brand img,
  .custom-logo {
    max-width: 220px;
  }

  .hero--home {
    background-position: 62% center;
  }

  .hero--commercial {
    background-position: 58% center;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 62%, rgba(0, 0, 0, 0.3) 100%);
  }

  h1 {
    font-size: clamp(46px, 15vw, 78px);
  }

  h2 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .actions .btn,
  .btn--large,
  .btn--wide {
    width: 100%;
  }

  .stats__grid,
  .card-grid,
  .audience-grid,
  .portfolio-grid,
  .services-detail-grid,
  .review-grid,
  .footer-grid,
  .split,
  .commercial-services__grid,
  .value-grid,
  .contact-grid,
  .quote-form__grid {
    grid-template-columns: 1fr;
  }

  .quote-form .full {
    grid-column: auto;
  }

  .section,
  .commercial-services {
    padding: 72px 0;
  }

  .commercial-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .commercial-row p {
    grid-column: auto;
  }

  .cta {
    min-height: 680px;
    background-position: 31% center;
  }

  .cta__inner {
    align-items: center;
  }

  .cta p {
    font-size: 18px;
  }
}


/* SEO/service-area content blocks */
.service-area-section {
  background: #080909;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.service-area-panel {
  border-left: 3px solid var(--green);
  background: linear-gradient(135deg, rgba(0, 245, 61, 0.08), rgba(255, 255, 255, 0.025));
  padding: clamp(28px, 4vw, 54px);
}

.service-area-panel h2 {
  max-width: 980px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.area-list li {
  border: 1px solid rgba(0, 245, 61, 0.42);
  background: rgba(0, 245, 61, 0.07);
  color: #edf3f0;
  padding: 9px 13px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.seo-copy {
  max-width: 920px;
  color: var(--muted);
}

.seo-copy strong {
  color: var(--white);
}

@media (max-width: 760px) {
  .site-header .nav,
  .topbar__inner {
    width: min(100% - 28px, 100%);
  }

  .service-area-panel {
    padding: 24px 18px;
  }

  .area-list li {
    font-size: 13px;
  }
}

/* v1.1.7 service landing and detail pages */
.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.section-heading-row > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

.services-landing-section {
  background: #050606;
}

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

.service-image-card {
  position: relative;
  min-height: 342px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #151716;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.01);
  transition: transform 240ms ease, opacity 180ms ease, filter 180ms ease;
}

.service-image-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.94) 100%),
    linear-gradient(135deg, rgba(0, 245, 61, 0.12), rgba(0, 0, 0, 0) 44%);
  transition: background 180ms ease;
}

.service-image-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  padding: 30px;
}

.service-image-card__tag {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 10px;
  background: var(--green);
  color: #020302;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-image-card strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(27px, 2.4vw, 40px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.service-image-card em {
  max-width: 410px;
  margin-top: 14px;
  color: #f1f4f2;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.service-image-card__link {
  margin-top: 22px;
  color: var(--green);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-image-card__link::after {
  content: ">";
  margin-left: 10px;
}

.service-image-card:hover {
  transform: scale(1.025);
  border-color: var(--green);
  box-shadow: 0 0 0 1px rgba(0, 245, 61, 0.38), 0 28px 70px rgba(0, 0, 0, 0.46);
}

.service-image-card:hover img {
  opacity: 0.98;
  transform: scale(1.08);
}

.service-image-card:hover .service-image-card__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.58) 55%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(135deg, rgba(0, 245, 61, 0.28), rgba(0, 0, 0, 0) 48%);
}

.service-image-card:hover strong {
  color: var(--green);
}

.service-detail-hero {
  padding: 104px 0 88px;
  background:
    radial-gradient(circle at 80% 15%, rgba(0, 245, 61, 0.12), transparent 34%),
    #080909;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 70px;
  align-items: center;
}

.service-detail-hero h1 {
  max-width: 860px;
  font-size: clamp(56px, 6vw, 94px);
}

.service-detail-hero__image {
  margin: 0;
  border: 1px solid rgba(0, 245, 61, 0.4);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5);
}

.service-detail-hero__image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.service-detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: start;
}

.service-detail-main-copy {
  max-width: 780px;
}

.service-detail-main-copy p {
  color: var(--muted);
  font-size: 18px;
}

.service-detail-feature-panel {
  position: sticky;
  top: 160px;
  padding: 34px;
  border: 1px solid rgba(0, 245, 61, 0.48);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0, 245, 61, 0.10), rgba(255, 255, 255, 0.035));
}

.service-detail-feature-panel h2 {
  font-size: 35px;
}

.service-detail-feature-panel ul {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.service-detail-feature-panel li {
  margin: 14px 0;
  color: #f2f4f3;
}

.service-detail-feature-panel li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.process-section {
  background: #050606;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.process-grid > div {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.process-grid span {
  display: block;
  color: var(--green);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.process-grid h3 {
  margin-top: 20px;
}

.process-grid p {
  color: var(--muted);
}

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

.related-service-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #151716;
  transition: transform 180ms ease, border-color 180ms ease;
}

.related-service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  transition: transform 220ms ease, opacity 180ms ease;
}

.related-service-card span {
  position: absolute;
  inset: auto 20px 20px 20px;
  z-index: 2;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.related-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.88));
}

.related-service-card:hover {
  transform: scale(1.025);
  border-color: var(--green);
}

.related-service-card:hover img {
  opacity: 0.95;
  transform: scale(1.08);
}

.related-service-card:hover span,
.text-link:hover {
  color: var(--green);
}

.text-link {
  color: #f2f4f3;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-link::after {
  content: ">";
  margin-left: 10px;
  color: var(--green);
}

.seo-copy--wide {
  max-width: 980px;
}

@media (max-width: 1050px) {
  .section-heading-row,
  .service-detail-hero__grid,
  .service-detail-content-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .service-image-grid,
  .process-grid,
  .related-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-feature-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .service-image-grid,
  .process-grid,
  .related-services-grid {
    grid-template-columns: 1fr;
  }

  .service-image-card {
    min-height: 360px;
  }

  .service-image-card__content {
    padding: 24px;
  }

  .service-detail-hero {
    padding: 76px 0 64px;
  }

  .service-detail-hero__grid {
    gap: 32px;
  }

  .service-detail-hero__image img {
    height: 300px;
  }
}
