@font-face {
  font-family: 'HeadingNowTrial';
  src: url('assets/fonts/HeadingNowTrial-64Regular.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* Why Choose DR Access master page — scoped to this page only */
body.page-why-choose .why-master-main {
  overflow: hidden;
  background: #fff;
  color: #111;
}

body.page-why-choose .why-master-shell,
body.page-why-choose .why-master-hero-wrap {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

body.page-why-choose .why-master-eyebrow {
  margin: 0 0 14px;
  color: #d81f2a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-why-choose .why-master-main h1,
body.page-why-choose .why-master-main h2,
body.page-why-choose .why-master-main h3,
body.page-why-choose .why-master-main p {
  margin-top: 0;
}

body.page-why-choose .why-master-main h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

body.page-why-choose .why-master-main h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

body.page-why-choose .why-master-main p:not(.why-master-eyebrow) {
  font-size: 17px;
  line-height: 1.55;
}

body.page-why-choose .why-master-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #111;
  isolation: isolate;
}

body.page-why-choose .why-master-hero > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

body.page-why-choose .why-master-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.7) 38%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.06) 100%);
}

body.page-why-choose .why-master-hero-copy {
  max-width: 760px;
  padding-left: 28px;
  border-left: 7px solid #e31e2d;
  color: #fff;
}

body.page-why-choose .why-master-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(50px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.page-why-choose .why-master-hero-copy > p:not(.why-master-eyebrow) {
  max-width: 690px;
  margin-bottom: 26px;
  color: #f1f1f1;
  font-weight: 600;
}

body.page-why-choose .why-master-actions,
body.page-why-choose .why-master-confidence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-why-choose .why-master-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-why-choose .why-master-button:hover {
  transform: translateY(-2px);
}

body.page-why-choose .why-master-button-primary {
  background: #e31e2d;
  color: #fff;
}

body.page-why-choose .why-master-button-primary:hover {
  background: #bd1521;
}

body.page-why-choose .why-master-button-secondary {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

body.page-why-choose .why-master-hero .why-master-button-secondary {
  color: #fff;
}

body.page-why-choose .why-master-section {
  padding: 72px 0;
}

body.page-why-choose .why-master-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

body.page-why-choose .why-master-section-head > p {
  max-width: 470px;
  margin: 0;
  color: #555;
}

body.page-why-choose .why-master-reasons {
  background: #f5f3ef;
}

body.page-why-choose .why-master-reason-grid,
body.page-why-choose .why-master-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.page-why-choose .why-master-reason-grid article {
  min-height: 214px;
  padding: 26px 24px;
  border-top: 5px solid #e31e2d;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.06);
}

body.page-why-choose .why-master-reason-grid p,
body.page-why-choose .why-master-process-grid p,
body.page-why-choose .why-master-standard-grid p {
  margin-bottom: 0;
  color: #4b4b4b;
}

body.page-why-choose .why-master-process {
  position: relative;
  background: #111;
  color: #fff;
}

body.page-why-choose .why-master-process::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #e31e2d;
}

body.page-why-choose .why-master-section-head-light > p {
  color: #d2d2d2;
}

body.page-why-choose .why-master-process-grid article {
  min-height: 218px;
  padding: 24px;
  border: 1px solid #3e3e3e;
  background: #1b1b1b;
}

body.page-why-choose .why-master-process-grid span {
  display: block;
  margin-bottom: 24px;
  color: #e31e2d;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

body.page-why-choose .why-master-process-grid p {
  color: #d6d6d6;
}

body.page-why-choose .why-master-standards {
  background: #fff;
}

body.page-why-choose .why-master-standards-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

body.page-why-choose .why-master-standards-copy {
  padding: 36px;
  border-left: 7px solid #e31e2d;
  background: #111;
  color: #fff;
}

body.page-why-choose .why-master-standards-copy h2 {
  margin-bottom: 22px;
}

body.page-why-choose .why-master-standards-copy > p:not(.why-master-eyebrow) {
  margin-bottom: 0;
  color: #d6d6d6;
}

body.page-why-choose .why-master-standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.page-why-choose .why-master-standard-grid article {
  min-height: 172px;
  padding: 24px;
  border: 1px solid #dedbd5;
  background: #f5f3ef;
}

body.page-why-choose .why-master-evidence {
  background: #f5f3ef;
}

body.page-why-choose .why-master-evidence .why-master-section-head {
  grid-template-columns: 1fr auto;
  align-items: end;
}

body.page-why-choose .why-master-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bf1723;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.page-why-choose .why-master-inline-link::after {
  content: "→";
  transition: transform 180ms ease;
}

body.page-why-choose .why-master-inline-link:hover::after {
  transform: translateX(4px);
}

body.page-why-choose .why-master-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.page-why-choose .why-master-evidence-grid figure {
  margin: 0;
  overflow: hidden;
  border-bottom: 5px solid #e31e2d;
  background: #111;
}

body.page-why-choose .why-master-evidence-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 300ms ease;
}

body.page-why-choose .why-master-evidence-grid figure:hover img {
  transform: scale(1.025);
}

body.page-why-choose .why-master-evidence-grid figcaption {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-why-choose .why-master-safety {
  background: #fff;
}

body.page-why-choose .why-master-safety-wrap {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 34px 40px;
  border: 1px solid #dedbd5;
  border-left: 7px solid #e31e2d;
  background: #f5f3ef;
}

body.page-why-choose .why-master-safety-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-why-choose .why-master-safety-badge img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
  border-radius: 50%;
  clip-path: circle(49.5% at 50% 50%);
}

body.page-why-choose .why-master-safety-wrap h2 {
  margin-bottom: 16px;
}

body.page-why-choose .why-master-safety-wrap > div:last-child > p:not(.why-master-eyebrow) {
  max-width: 850px;
  margin-bottom: 16px;
  color: #4b4b4b;
}

body.page-why-choose .why-master-confidence {
  padding: 48px 0;
  border-top: 4px solid #e31e2d;
  background: #161616;
  color: #fff;
}

body.page-why-choose .why-master-confidence-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
}

body.page-why-choose .why-master-confidence h2 {
  max-width: 800px;
  margin-bottom: 20px;
}

body.page-why-choose .why-master-confidence-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

body.page-why-choose .why-master-confidence-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 4px;
}

body.page-why-choose .why-master-confidence-actions {
  justify-content: flex-end;
}

body.page-why-choose .why-master-main a:focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  body.page-why-choose .why-master-reason-grid,
  body.page-why-choose .why-master-process-grid,
  body.page-why-choose .why-master-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-why-choose .why-master-standards-wrap {
    grid-template-columns: 1fr;
  }

  body.page-why-choose .why-master-confidence-wrap {
    grid-template-columns: 1fr;
  }

  body.page-why-choose .why-master-confidence-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.page-why-choose .why-master-shell,
  body.page-why-choose .why-master-hero-wrap {
    width: min(100% - 28px, 1320px);
  }

  body.page-why-choose .why-master-hero {
    min-height: 460px;
  }

  body.page-why-choose .why-master-hero > img {
    object-position: 62% center;
  }

  body.page-why-choose .why-master-hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.74) 68%, rgba(0, 0, 0, 0.42) 100%);
  }

  body.page-why-choose .why-master-hero-copy {
    padding-left: 18px;
    border-left-width: 5px;
  }

  body.page-why-choose .why-master-hero h1 {
    max-width: 330px;
    font-size: 40px;
  }

  body.page-why-choose .why-master-main h2 {
    font-size: 32px;
  }

  body.page-why-choose .why-master-main h3 {
    font-size: 21px;
  }

  body.page-why-choose .why-master-section {
    padding: 58px 0;
  }

  body.page-why-choose .why-master-section-head,
  body.page-why-choose .why-master-evidence .why-master-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    margin-bottom: 28px;
  }

  body.page-why-choose .why-master-reason-grid,
  body.page-why-choose .why-master-process-grid,
  body.page-why-choose .why-master-standard-grid,
  body.page-why-choose .why-master-evidence-grid {
    grid-template-columns: 1fr;
  }

  body.page-why-choose .why-master-reason-grid article,
  body.page-why-choose .why-master-process-grid article,
  body.page-why-choose .why-master-standard-grid article {
    min-height: 0;
  }

  body.page-why-choose .why-master-standards-copy {
    padding: 28px 24px;
  }

  body.page-why-choose .why-master-evidence-grid img {
    aspect-ratio: 16 / 10;
  }

  body.page-why-choose .why-master-safety-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 24px;
  }

  body.page-why-choose .why-master-safety-badge {
    justify-content: flex-start;
  }

  body.page-why-choose .why-master-safety-badge img {
    width: 108px;
    height: 108px;
  }

  body.page-why-choose .why-master-confidence {
    padding: 42px 0;
  }

  body.page-why-choose .why-master-confidence-links,
  body.page-why-choose .why-master-confidence-actions,
  body.page-why-choose .why-master-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-why-choose .why-master-confidence-links a {
    width: fit-content;
  }

  body.page-why-choose .why-master-button {
    width: 100%;
  }
}

@font-face {
  font-family: 'Liberation Sans';
  src: url('assets/fonts/LiberationSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ff292f;
  --red-dark: #d50d13;
  --black: #050505;
  --white: #ffffff;
  --offwhite: #f7f4f1;
  --text: #111111;
  --muted: #555555;
  --line: rgba(0,0,0,0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--offwhite);
  color: var(--text);
  font-family: 'Liberation Sans', Arial, sans-serif;
}

h1, h2, h3, .eyebrow, .hero-tags span {
  font-family: 'HeadingNowTrial', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 6px 26px rgba(0,0,0,0.18);
}

.top-bar {
  background: var(--black);
  color: var(--white);
  font-size: 14px;
}

.bar-inner {
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.contact-strip, .social-strip {
  display: flex;
  gap: 26px;
  align-items: center;
}

.social-strip span { opacity: 0.88; }

.main-nav { background: var(--red); }

.nav-inner {
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 4.2vw, 74px);
}

.nav-link {
  font-family: 'Liberation Sans', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--black);
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  padding: 18px 0 15px;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 3px;
  background: transparent;
}

.nav-link.active::after,
.nav-link:hover::after { background: var(--white); }

.hero { position: relative; overflow: hidden; }

.home-hero {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.84) 0%, rgba(255,255,255,0.68) 48%, rgba(255,255,255,0.54) 100%),
    url('assets/background/home.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--line);
}

.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.24)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.035) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.elevated-hero {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 96px));
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: clamp(54px, 7vw, 120px);
  padding: clamp(34px, 5vh, 58px) 0;
}

.brand-stage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.eyebrow {
  color: var(--red);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 900;
  letter-spacing: 0.34em;
  margin: 0 0 18px;
}

.hero-logo {
  width: min(620px, 41vw);
  max-height: 54vh;
  object-fit: contain;
  object-position: left center;
  margin: 0;
  filter: none;
}

.hero-message {
  position: relative;
  align-self: center;
  padding: clamp(30px, 4vw, 54px) 0 clamp(30px, 4vw, 54px) clamp(32px, 4vw, 58px);
  border-left: 8px solid var(--red);
}

.hero-message::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: rgba(0,0,0,0.12);
}

.mini-label {
  margin: 0 0 14px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red-dark);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(54px, 6.2vw, 112px);
  line-height: 0.88;
  letter-spacing: 0.015em;
  color: var(--black);
}

.hero-copy {
  max-width: 640px;
  margin: 26px 0 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.45;
  color: #1e1e1e;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-tags span {
  border: 1px solid rgba(0,0,0,0.16);
  background: rgba(255,255,255,0.78);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--black);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.container { width: min(1320px, calc(100% - 80px)); margin: 0 auto; }
.section { padding: 82px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.intro-grid h2, .reviews-section h2 { margin: 0; font-size: clamp(36px, 4vw, 68px); line-height: 0.9; }
.intro-grid p:not(.eyebrow) { font-size: 20px; line-height: 1.55; color: var(--muted); }
.card-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .review-card { background: var(--white); border: 1px solid var(--line); padding: 32px; box-shadow: 0 18px 45px rgba(0,0,0,0.07); }
.service-card h3 { font-size: 30px; line-height: 0.95; margin: 0 0 18px; }
.service-card p, .review-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 17px; }
.stars { color: var(--red); letter-spacing: 0.12em; margin-bottom: 15px; }
.site-footer { background: var(--black); color: var(--white); text-align: center; padding: 24px; }

.page-hero { min-height: 64vh; display: flex; align-items: center; background: var(--offwhite); padding: 100px 0; }
.page-hero h1 { font-size: clamp(52px, 7vw, 118px); line-height: 0.88; max-width: 1050px; margin: 0 0 24px; }
.page-hero p:not(.eyebrow) { max-width: 720px; font-size: 22px; line-height: 1.5; color: var(--muted); }

@media (max-width: 1050px) {
  .elevated-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100% - 48px, 900px);
    text-align: center;
  }

  .brand-stage { align-items: center; }
  .hero-logo { width: min(440px, 76vw); max-height: 34vh; object-position: center; }
  .hero-message { border-left: 0; border-top: 6px solid var(--red); padding: 30px 0 0; }
  .hero-message::before { display: none; }
  .hero-copy { margin-left: auto; margin-right: auto; }
  .hero-tags { justify-content: center; }
}

@media (max-width: 900px) {
  .bar-inner, .nav-inner, .container { width: min(100% - 32px, 1320px); }
  .bar-inner { height: auto; padding: 12px 0; flex-direction: column; gap: 8px; }
  .nav-inner { gap: 20px; overflow-x: auto; justify-content: flex-start; }
  .home-hero { min-height: calc(100vh - 120px); }
  .elevated-hero { min-height: calc(100vh - 120px); padding: 34px 0; }
  .hero h1 { font-size: clamp(42px, 14vw, 68px); }
  .intro-grid, .card-grid, .review-grid { grid-template-columns: 1fr; }
}


/* v19 direct fix - lower service boxes removed and hidden */
.service-line,
.hero-services,
.service-tags,
.service-pill-row,
.service-buttons,
.hero-tags {
    display: none !important;
}

/* v19 direct fix - logo visual level/size correction */
.hero-logo-block {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    transform: translateY(-24px) !important;
}

.hero-logo,
.hero-logo-block img,
img.hero-logo {
    width: min(620px, 100%) !important;
    max-width: 620px !important;
    max-height: 62vh !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    filter: none !important;
}

/* v19 direct fix - supporting text uses Liberation Sans */
.hero-logo-block .eyebrow,
.hero-copy-block .eyebrow,
.eyebrow,
.main-nav,
.main-nav *,
.top-strip,
.top-strip *,
.hero-intro,
.hero-copy-block p,
.hero-logo-block p,
.site-footer,
.site-footer *,
.proof-grid,
.proof-grid *,
.review-card,
.review-card * {
    font-family: 'Liberation Sans', Arial, sans-serif !important;
}

/* Hero headline stays HeadingNow */
.hero-copy-block h1,
.page-hero h1,
.section-heading h2 {
    font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif !important;
}

@media (max-width: 980px) {
    .hero-logo-block {
        transform: none !important;
    }

    .hero-logo,
    .hero-logo-block img,
    img.hero-logo {
        width: min(430px, 100%) !important;
        max-height: 38vh !important;
    }
}


/* v20 balance pass */
.hero-logo-block{
    transform: translateY(-55px) !important;
}

.hero-copy-block{
    transform: translateY(-10px) !important;
}

/* remove any remaining left eyebrow space */
.hero-logo-block .eyebrow{
    display:none !important;
}

.hero-logo,
.hero-logo-block img{
    width:min(640px,100%) !important;
    max-width:640px !important;
}


/* v21 section polish */
.home-proof {
    position: relative;
    overflow: hidden;
    padding: 86px min(7vw, 100px) 92px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.94), rgba(247,244,242,0.98)),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.045) 0, rgba(0,0,0,0.045) 1px, transparent 1px, transparent 74px),
        repeating-linear-gradient(0deg, rgba(0,0,0,0.035) 0, rgba(0,0,0,0.035) 1px, transparent 1px, transparent 74px) !important;
}

.home-proof::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -110px;
    top: -160px;
    border-radius: 50%;
    background: rgba(255,43,47,0.08);
    pointer-events: none;
}

.home-proof::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 4px;
    left: min(7vw, 100px);
    bottom: 0;
    background: #ff2b2f;
    pointer-events: none;
}

.section-grid {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    margin: 0 auto 46px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(38px, 6vw, 88px);
    align-items: center;
}

.home-proof .section-heading {
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
}

.home-proof .section-heading h2 {
    max-width: 760px;
    font-size: clamp(42px, 4.7vw, 76px) !important;
    line-height: 0.91 !important;
    letter-spacing: -0.035em !important;
}

.section-copy {
    max-width: 620px;
    border-left: 4px solid #ff2b2f;
    padding-left: 28px;
}

.section-copy p {
    margin: 0;
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    font-size: clamp(19px, 1.35vw, 24px);
    line-height: 1.55;
    color: #222;
}

.proof-grid {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    gap: 24px !important;
}

.proof-grid article {
    background: rgba(255,255,255,0.86) !important;
    border: 1px solid rgba(0,0,0,0.10) !important;
    border-top: 5px solid #ff2b2f !important;
    box-shadow: 0 24px 54px rgba(0,0,0,0.08);
    padding: 30px 30px 32px !important;
}

.proof-grid h3 {
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}

.proof-grid p {
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    color: #333 !important;
}

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

    .home-proof .section-heading,
    .section-copy {
        text-align: left !important;
    }
}

@media (max-width: 720px) {
    .home-proof {
        padding: 58px 22px 68px !important;
    }

    .section-copy {
        padding-left: 18px;
    }
}


/* v22 section depth - stronger background structure without changing layout */
.home-proof {
    position: relative !important;
    overflow: hidden !important;
    padding: 82px min(7vw, 100px) 96px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.90), rgba(246,243,240,0.92)),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.075) 0, rgba(0,0,0,0.075) 1px, transparent 1px, transparent 64px),
        repeating-linear-gradient(0deg, rgba(0,0,0,0.055) 0, rgba(0,0,0,0.055) 1px, transparent 1px, transparent 64px),
        radial-gradient(circle at 12% 18%, rgba(255,43,47,0.13), transparent 28%),
        radial-gradient(circle at 88% 76%, rgba(0,0,0,0.08), transparent 34%) !important;
}

.home-proof::before {
    content: "" !important;
    position: absolute !important;
    inset: 34px min(5vw, 70px) 34px min(5vw, 70px) !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-left: 5px solid #ff2b2f !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.58), rgba(255,255,255,0.18)) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,0.08) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.home-proof::after {
    content: "" !important;
    position: absolute !important;
    right: min(7vw, 100px) !important;
    top: 76px !important;
    width: 170px !important;
    height: 170px !important;
    border-top: 12px solid rgba(255,43,47,0.16) !important;
    border-right: 12px solid rgba(255,43,47,0.16) !important;
    background: transparent !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.section-grid,
.proof-grid {
    position: relative !important;
    z-index: 2 !important;
}

.section-grid {
    margin-bottom: 38px !important;
}

.home-proof .section-heading h2 {
    max-width: 720px !important;
}

.section-copy {
    background: rgba(255,255,255,0.62) !important;
    border-left: 5px solid #ff2b2f !important;
    padding: 22px 26px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,0.06) !important;
}

.proof-grid {
    gap: 22px !important;
}

.proof-grid article {
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.82) !important;
    border: 1px solid rgba(0,0,0,0.11) !important;
    border-top: 0 !important;
    box-shadow: 0 24px 60px rgba(0,0,0,0.10) !important;
}

.proof-grid article::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: #ff2b2f !important;
}

.proof-grid article::after {
    content: "" !important;
    position: absolute !important;
    right: -38px !important;
    bottom: -38px !important;
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    background: rgba(255,43,47,0.07) !important;
    pointer-events: none !important;
}

.proof-grid h3 {
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}

@media (max-width: 980px) {
    .home-proof::before {
        inset: 20px !important;
    }

    .home-proof::after {
        display: none !important;
    }
}







/* v26 second section grid visible - simple, direct, no hidden pseudo-layer nonsense */
.home-hero {
    background-image:
        linear-gradient(rgba(255,255,255,0.58), rgba(255,255,255,0.58)),
        url('assets/background/home.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.home-hero::before,
.home-hero::after,
.hero-overlay {
    background: transparent !important;
    background-image: none !important;
}

/* Direct background on section so it cannot disappear behind layers */
.home-proof {
    position: relative !important;
    overflow: hidden !important;
    background-color: #f1eeeb !important;
    background-image:
        linear-gradient(rgba(255,255,255,0.50), rgba(255,255,255,0.50)),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.16) 0px, rgba(0,0,0,0.16) 1px, transparent 1px, transparent 54px),
        repeating-linear-gradient(0deg, rgba(0,0,0,0.12) 0px, rgba(0,0,0,0.12) 1px, transparent 1px, transparent 54px),
        radial-gradient(circle at 12% 18%, rgba(255,43,47,0.16), transparent 28%),
        linear-gradient(135deg, #f7f4f1, #ebe7e3) !important;
    background-size: auto, 54px 54px, 54px 54px, auto, auto !important;
    background-position: center !important;
}

/* Visible internal frame, placed behind content but above background */
.home-proof::before {
    content: "" !important;
    position: absolute !important;
    inset: 34px min(5vw,70px) 34px min(5vw,70px) !important;
    border: 1px solid rgba(0,0,0,0.16) !important;
    border-left: 6px solid #ff2b2f !important;
    background: rgba(255,255,255,0.16) !important;
    box-shadow: 0 28px 80px rgba(0,0,0,0.08) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.home-proof::after {
    content: "" !important;
    position: absolute !important;
    right: min(7vw,100px) !important;
    top: 76px !important;
    width: 170px !important;
    height: 170px !important;
    border-top: 14px solid rgba(255,43,47,0.22) !important;
    border-right: 14px solid rgba(255,43,47,0.22) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

/* Content stays above the frame */
.home-proof > * {
    position: relative !important;
    z-index: 2 !important;
}

.section-copy {
    background: rgba(255,255,255,0.70) !important;
    border-left: 5px solid #ff2b2f !important;
}

.proof-grid article {
    background: rgba(255,255,255,0.90) !important;
}


/* v27 actual visible grid - real layer inside second section */
.home-proof {
    position: relative !important;
    overflow: hidden !important;
    background: #f3f0ed !important;
}

.section-grid-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    opacity: 1 !important;
    background-image:
        linear-gradient(rgba(255,255,255,0.46), rgba(255,255,255,0.46)),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.20) 0px, rgba(0,0,0,0.20) 1px, transparent 1px, transparent 52px),
        repeating-linear-gradient(0deg, rgba(0,0,0,0.16) 0px, rgba(0,0,0,0.16) 1px, transparent 1px, transparent 52px),
        radial-gradient(circle at 15% 20%, rgba(255,43,47,0.18), transparent 28%),
        radial-gradient(circle at 86% 80%, rgba(0,0,0,0.10), transparent 34%);
    background-size: auto, 52px 52px, 52px 52px, auto, auto;
    background-position: center;
}

.section-grid-bg::before {
    content: "" !important;
    position: absolute !important;
    inset: 34px min(5vw,70px) 34px min(5vw,70px) !important;
    border: 1px solid rgba(0,0,0,0.16) !important;
    border-left: 6px solid #ff2b2f !important;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08) !important;
}

.section-grid-bg::after {
    content: "" !important;
    position: absolute !important;
    right: min(7vw,100px) !important;
    top: 76px !important;
    width: 170px !important;
    height: 170px !important;
    border-top: 14px solid rgba(255,43,47,0.24) !important;
    border-right: 14px solid rgba(255,43,47,0.24) !important;
}

.home-proof > *:not(.section-grid-bg) {
    position: relative !important;
    z-index: 2 !important;
}

.home-proof::before,
.home-proof::after {
    display: none !important;
}

.section-copy {
    background: rgba(255,255,255,0.72) !important;
    border-left: 5px solid #ff2b2f !important;
}

.proof-grid article {
    background: rgba(255,255,255,0.90) !important;
}


/* v28 real combined section - this targets the actual homepage classes */
.intro-section,
.cards-section,
.reviews-section {
  display: none !important;
}

.capability-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 78px 0 86px !important;
  background: #f1eeeb !important;
  isolation: isolate !important;
}

.capability-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.68), rgba(245,241,238,0.78)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.11) 0px, rgba(0,0,0,0.11) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.08) 0px, rgba(0,0,0,0.08) 1px, transparent 1px, transparent 58px),
    radial-gradient(circle at 12% 18%, rgba(255,43,47,0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(0,0,0,0.10), transparent 34%) !important;
  background-size: auto, 58px 58px, 58px 58px, auto, auto !important;
}

.capability-bg::before {
  content: "" !important;
  position: absolute !important;
  inset: 34px min(5vw, 72px) 34px min(5vw, 72px) !important;
  border: 1px solid rgba(0,0,0,0.14) !important;
  border-left: 6px solid #ff2b2f !important;
  box-shadow: 0 30px 90px rgba(0,0,0,0.08) !important;
  background: rgba(255,255,255,0.15) !important;
}

.capability-bg::after {
  content: "" !important;
  position: absolute !important;
  right: min(7vw, 110px) !important;
  top: 70px !important;
  width: 176px !important;
  height: 176px !important;
  border-top: 14px solid rgba(255,43,47,0.22) !important;
  border-right: 14px solid rgba(255,43,47,0.22) !important;
}

.capability-wrap {
  position: relative !important;
  z-index: 2 !important;
}

.capability-head {
  display: grid !important;
  grid-template-columns: 1.08fr 0.92fr !important;
  gap: clamp(42px, 7vw, 100px) !important;
  align-items: end !important;
  margin-bottom: 42px !important;
}

.capability-title h2 {
  margin: 0 !important;
  max-width: 790px !important;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif !important;
  font-size: clamp(42px, 4.4vw, 76px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase !important;
  color: #050505 !important;
}

.capability-copy {
  background: rgba(255,255,255,0.72) !important;
  border-left: 5px solid #ff2b2f !important;
  padding: 22px 28px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,0.07) !important;
}

.capability-copy p {
  margin: 0 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.55 !important;
  color: #202020 !important;
}

.capability-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  margin-bottom: 52px !important;
}

.capability-cards .service-card {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.90) !important;
  border: 1px solid rgba(0,0,0,0.13) !important;
  border-top: 5px solid #ff2b2f !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.10) !important;
  padding: 30px !important;
}

.capability-cards .service-card::after {
  content: "" !important;
  position: absolute !important;
  right: -44px !important;
  bottom: -44px !important;
  width: 130px !important;
  height: 130px !important;
  border-radius: 50% !important;
  background: rgba(255,43,47,0.07) !important;
}

.card-number {
  display: block !important;
  margin-bottom: 18px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  color: #ff2b2f !important;
}

.capability-cards h3 {
  margin: 0 0 14px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 23px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: #050505 !important;
}

.capability-cards p {
  margin: 0 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: #303030 !important;
}

.feedback-panel {
  display: grid !important;
  grid-template-columns: 0.72fr 1.28fr !important;
  gap: 28px !important;
  align-items: stretch !important;
  background: rgba(5,5,5,0.92) !important;
  padding: 34px !important;
  box-shadow: 0 28px 80px rgba(0,0,0,0.18) !important;
}

.feedback-heading h2 {
  margin: 0 !important;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif !important;
  font-size: clamp(34px, 3.1vw, 56px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.feedback-panel .eyebrow {
  color: #ff2b2f !important;
}

.feedback-panel .review-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
}

.feedback-panel .review-card {
  background: rgba(255,255,255,0.96) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  box-shadow: none !important;
  padding: 24px !important;
}

.feedback-panel .review-card p {
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #222 !important;
}

.feedback-panel .stars {
  color: #ff2b2f !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 12px !important;
}

@media (max-width: 980px) {
  .capability-head,
  .feedback-panel {
    grid-template-columns: 1fr !important;
  }

  .capability-cards,
  .feedback-panel .review-grid {
    grid-template-columns: 1fr !important;
  }

  .capability-section {
    padding: 58px 0 68px !important;
  }
}

@media (max-width: 720px) {
  .capability-bg::before {
    inset: 20px !important;
  }

  .capability-bg::after {
    display: none !important;
  }

  .feedback-panel {
    padding: 24px !important;
  }
}


/* v29 combined section polish - breathing room, no overflow, cleaner review block */
.capability-section {
  padding: 66px 0 78px !important;
}

.capability-wrap {
  width: min(1240px, calc(100% - 96px)) !important;
  margin: 0 auto !important;
}

.capability-bg::before {
  inset: 28px min(3.5vw, 54px) 28px min(3.5vw, 54px) !important;
}

.capability-bg::after {
  right: min(5vw, 72px) !important;
  top: 58px !important;
  width: 132px !important;
  height: 132px !important;
  border-top-width: 10px !important;
  border-right-width: 10px !important;
}

.capability-head {
  grid-template-columns: 1.04fr 0.96fr !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  margin-bottom: 34px !important;
}

.capability-title h2 {
  max-width: 690px !important;
  font-size: clamp(38px, 3.7vw, 62px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.032em !important;
}

.capability-copy {
  max-width: 520px !important;
  justify-self: end !important;
  padding: 20px 24px !important;
}

.capability-copy p {
  font-size: clamp(17px, 1.05vw, 20px) !important;
  line-height: 1.55 !important;
}

.capability-cards {
  gap: 20px !important;
  margin-bottom: 34px !important;
}

.capability-cards .service-card {
  min-height: 150px !important;
  padding: 24px 24px 26px !important;
}

.card-number {
  margin-bottom: 14px !important;
  font-size: 12px !important;
}

.capability-cards h3 {
  font-size: 20px !important;
  margin-bottom: 12px !important;
}

.capability-cards p {
  font-size: 16px !important;
  line-height: 1.48 !important;
}

.feedback-panel {
  grid-template-columns: 0.68fr 1.32fr !important;
  gap: 26px !important;
  padding: 28px !important;
  overflow: hidden !important;
}

.feedback-heading h2 {
  font-size: clamp(30px, 2.55vw, 44px) !important;
  line-height: 0.92 !important;
  max-width: 360px !important;
}

.feedback-panel .review-grid {
  gap: 14px !important;
  align-items: stretch !important;
}

.feedback-panel .review-card {
  padding: 22px !important;
  min-height: 142px !important;
}

.feedback-panel .review-card p {
  font-size: 15.5px !important;
  line-height: 1.46 !important;
}

.feedback-panel .stars {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.site-footer {
  margin-top: 0 !important;
}

/* Stop giant review heading from being clipped at laptop heights */
.reviews-section,
.feedback-panel {
  min-height: 0 !important;
}

/* Keep it calm on smaller screens */
@media (max-width: 1180px) {
  .capability-wrap {
    width: min(1120px, calc(100% - 64px)) !important;
  }

  .capability-title h2 {
    font-size: clamp(36px, 4.2vw, 56px) !important;
  }

  .feedback-panel {
    grid-template-columns: 1fr !important;
  }

  .feedback-heading h2 {
    max-width: 720px !important;
  }
}

@media (max-width: 980px) {
  .capability-wrap {
    width: calc(100% - 44px) !important;
  }

  .capability-head {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .capability-copy {
    justify-self: stretch !important;
    max-width: none !important;
  }

  .capability-cards,
  .feedback-panel .review-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .capability-section {
    padding: 48px 0 58px !important;
  }

  .capability-wrap {
    width: calc(100% - 32px) !important;
  }

  .capability-title h2,
  .feedback-heading h2 {
    font-size: clamp(34px, 12vw, 48px) !important;
  }

  .feedback-panel {
    padding: 22px !important;
  }
}


/* v30 small polish - spacing, gold stars, real reviews, remove service numbers */
.card-number {
  display: none !important;
}

.capability-title h2 {
  line-height: 0.97 !important;
  letter-spacing: -0.025em !important;
}

.feedback-heading h2 {
  line-height: 0.98 !important;
  letter-spacing: -0.025em !important;
}

.feedback-panel .stars,
.stars {
  color: #f6b800 !important;
}

.feedback-panel .review-card {
  padding: 24px 24px 22px !important;
}

.feedback-panel .review-card p {
  font-size: 15px !important;
  line-height: 1.43 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.review-role {
  display: block !important;
  margin-top: 16px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #333 !important;
}

.capability-cards .service-card {
  padding-top: 28px !important;
}

@media (max-width: 1180px) {
  .feedback-panel .review-card p {
    font-size: 15.5px !important;
  }
}


/* v31 about page design */
.about-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 94px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(246,242,239,0.88)),
    url('assets/background/home.png');
  background-size: cover;
  background-position: center;
}

.about-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.64), rgba(255,255,255,0.64)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.08) 0px, rgba(0,0,0,0.08) 1px, transparent 1px, transparent 60px);
}

.about-hero-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  padding: 70px 0;
}

.about-copy h1,
.founder-intro h2,
.safety-copy h2 {
  margin: 0;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  color: #050505;
}

.about-copy h1 {
  max-width: 680px;
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.about-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px 0 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.5;
  color: #161616;
}

.about-image-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.16);
  border-left: 7px solid #ff2b2f;
  box-shadow: 0 30px 90px rgba(0,0,0,0.18);
  background: #fff;
}

.about-image-frame::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 120px;
  height: 120px;
  border-top: 10px solid rgba(255,43,47,0.34);
  border-right: 10px solid rgba(255,43,47,0.34);
}

.about-image-frame img {
  display: block;
  width: 100%;
  height: min(570px, 58vh);
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
}

.founder-section {
  position: relative;
  background: #f2efec;
  padding: 88px 0;
  overflow: hidden;
}

.founder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.07) 0px, rgba(0,0,0,0.07) 1px, transparent 1px, transparent 60px);
  opacity: 0.55;
}

.founder-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.founder-intro h2 {
  font-size: clamp(52px, 6vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.founder-intro p:not(.eyebrow) {
  margin: 22px 0 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.52;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.founder-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.13);
  border-top: 5px solid #ff2b2f;
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
  padding: 30px;
}

.founder-avatar {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: #050505;
  color: #ff2b2f;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  font-size: 54px;
  line-height: 1;
  border: 4px solid #ff2b2f;
}

.founder-card h3,
.capability-strip h3 {
  margin: 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #050505;
}

.founder-card span {
  display: block;
  margin: 8px 0 16px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff2b2f;
}

.founder-card p,
.capability-strip p,
.safety-copy p,
.safety-points span {
  font-family: 'Liberation Sans', Arial, sans-serif;
}

.founder-card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.55;
}

.about-capability {
  background: #050505;
  padding: 54px 0;
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.capability-strip article {
  padding: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 5px solid #ff2b2f;
}

.capability-strip h3 {
  color: #fff;
}

.capability-strip p {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.52;
}

.safety-section {
  background: #fff;
  padding: 86px 0;
}

.safety-wrap {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.safety-badge {
  width: 220px;
  height: 220px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  justify-self: center;
  background: #0b1734;
  color: #fff;
  border: 8px solid #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
  outline: 1px solid rgba(0,0,0,0.12);
}

.safety-badge span,
.safety-badge strong {
  display: block;
  font-family: 'Liberation Sans', Arial, sans-serif;
}

.safety-badge span {
  font-size: 20px;
  font-weight: 700;
}

.safety-badge strong {
  margin-top: -42px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.safety-copy h2 {
  max-width: 780px;
  font-size: clamp(42px, 4.5vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.safety-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1.55;
}

.safety-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.safety-points span {
  padding: 12px 16px;
  background: #f3f0ed;
  border-left: 4px solid #ff2b2f;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 980px) {
  .about-hero-wrap,
  .founder-wrap,
  .safety-wrap {
    grid-template-columns: 1fr;
  }

  .founder-grid,
  .capability-strip {
    grid-template-columns: 1fr;
  }

  .about-image-frame img {
    height: 420px;
  }
}

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

  .about-hero-wrap,
  .founder-section,
  .safety-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .about-copy h1,
  .founder-intro h2,
  .safety-copy h2 {
    font-size: clamp(44px, 15vw, 64px);
  }

  .founder-card {
    padding: 24px;
  }

  .safety-badge {
    width: 180px;
    height: 180px;
  }
}


/* v32 about page updates */
.about-copy h1{
    line-height:1.02 !important;
    letter-spacing:-0.02em !important;
    max-width:760px !important;
}

.about-copy p:not(.eyebrow){
    margin-top:34px !important;
    max-width:700px !important;
}

.founder-avatar{
    overflow:hidden !important;
    padding:0 !important;
    background:#111 !important;
    border:4px solid #ff2b2f !important;
}

.founder-avatar img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
}


/* v33 about page polish */
.about-copy h1,
.founder-intro h2,
.safety-copy h2{
    line-height:1.04 !important;
    letter-spacing:-0.015em !important;
    word-spacing:0.04em !important;
}

.capability-strip h3,
.founder-card h3{
    line-height:1.25 !important;
}

.safety-badge{
    background:transparent !important;
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
    width:240px !important;
    height:240px !important;
    padding:0 !important;
}

.safety-badge img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    display:block !important;
}

.about-copy p:not(.eyebrow),
.founder-card p,
.capability-strip p,
.safety-copy p:not(.eyebrow){
    line-height:1.65 !important;
}

.feedback-heading h2,
.capability-title h2{
    line-height:1.02 !important;
    letter-spacing:-0.015em !important;
}


/* v34 services page */
.services-hero {
  position: relative;
  overflow: hidden;
  min-height: 46vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(246,242,239,0.90)),
    url('assets/background/home.png');
  background-size: cover;
  background-position: center;
}

.services-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.70), rgba(255,255,255,0.70)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.075) 0px, rgba(0,0,0,0.075) 1px, transparent 1px, transparent 60px);
}

.services-hero-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
  padding: 74px 0;
}

.services-hero-copy h1,
.services-process h2 {
  margin: 0;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  color: #050505;
}

.services-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(58px, 6.4vw, 108px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.services-hero-text {
  background: rgba(255,255,255,0.76);
  border-left: 5px solid #ff2b2f;
  padding: 24px 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.services-hero-text p {
  margin: 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.58;
}

.services-main {
  position: relative;
  overflow: hidden;
  background: #f2efec;
  padding: 84px 0;
}

.services-bg-panel {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.58), rgba(245,241,238,0.78)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.075) 0px, rgba(0,0,0,0.075) 1px, transparent 1px, transparent 58px),
    radial-gradient(circle at 13% 18%, rgba(255,43,47,0.14), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(0,0,0,0.10), transparent 34%);
}

.services-bg-panel::before {
  content: "";
  position: absolute;
  inset: 32px min(4vw, 64px);
  border: 1px solid rgba(0,0,0,0.13);
  border-left: 6px solid #ff2b2f;
  box-shadow: 0 30px 90px rgba(0,0,0,0.08);
}

.services-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.13);
  border-top: 6px solid #ff2b2f;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.10);
}

.service-feature-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,43,47,0.07);
}

.service-feature-card.dark {
  background: #080808;
  color: #fff;
}

.service-feature-card.red {
  background: #ff2b2f;
  color: #050505;
}

.service-feature-card span {
  display: block;
  margin-bottom: 18px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff2b2f;
}

.service-feature-card.dark span {
  color: #ff2b2f;
}

.service-feature-card.red span {
  color: #050505;
}

.service-feature-card h2 {
  margin: 0 0 18px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.service-feature-card p,
.service-feature-card li {
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.service-feature-card p {
  margin: 0 0 22px;
}

.service-feature-card ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-feature-card li {
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.service-feature-card.dark li {
  border-top-color: rgba(255,255,255,0.16);
}

.service-feature-card.red li {
  border-top-color: rgba(0,0,0,0.20);
}

.services-process {
  background: #050505;
  color: #fff;
  padding: 78px 0;
}

.services-process-wrap {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.services-process h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.process-steps {
  display: grid;
  gap: 18px;
}

.process-steps article {
  display: grid;
  grid-template-columns: 68px 0.5fr 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.13);
  border-left: 5px solid #ff2b2f;
}

.process-steps strong,
.process-steps h3,
.process-steps p {
  font-family: 'Liberation Sans', Arial, sans-serif;
}

.process-steps strong {
  color: #ff2b2f;
  letter-spacing: 0.18em;
}

.process-steps h3 {
  margin: 0;
  font-size: 22px;
}

.process-steps p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .services-hero-wrap,
  .services-layout,
  .services-process-wrap,
  .process-steps article {
    grid-template-columns: 1fr;
  }

  .services-hero {
    min-height: auto;
  }

  .services-hero-wrap {
    padding: 58px 0;
  }
}

@media (max-width: 720px) {
  .services-main,
  .services-process {
    padding: 58px 0;
  }

  .service-feature-card {
    min-height: auto;
    padding: 26px;
  }
}


/* v35 services hero fix */
.services-hero {
  min-height: calc(100vh - 94px) !important;
  display: flex !important;
  align-items: center !important;
}

.services-hero-wrap {
  min-height: calc(100vh - 94px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  gap: 34px !important;
  padding: 0 !important;
}

.services-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.services-hero-copy h1 {
  max-width: 860px !important;
  font-size: clamp(62px, 7.2vw, 118px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.018em !important;
  text-align: center !important;
}

.services-hero-text {
  max-width: 720px !important;
  margin: 0 auto !important;
  border-left: 0 !important;
  border-top: 5px solid #ff2b2f !important;
  padding: 24px 30px !important;
  text-align: center !important;
}

.services-hero-text p {
  font-size: clamp(18px, 1.15vw, 21px) !important;
  line-height: 1.55 !important;
}

.services-main {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .services-hero,
  .services-hero-wrap {
    min-height: auto !important;
  }

  .services-hero-wrap {
    padding: 70px 0 !important;
  }
}


/* v36 services layout fit-screen */
.services-main{
    padding:48px 0 !important;
}

.services-layout{
    gap:18px !important;
}

.service-feature-card{
    min-height:260px !important;
    padding:24px !important;
}

.service-feature-card h2{
    font-size:clamp(24px,2vw,36px) !important;
    margin:0 0 12px !important;
}

.service-feature-card p,
.service-feature-card li{
    font-size:15px !important;
    line-height:1.4 !important;
}

.service-feature-card ul{
    margin-top:10px !important;
}

/* swap colour positions */
.service-feature-card.dark{
    order:4 !important; /* bottom right black */
}

.service-feature-card.red{
    order:3 !important; /* bottom left red */
}

@media (min-width:981px){
    .services-layout{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
    }
}


/* v37 card position swap */
@media (min-width:981px){
  .services-layout .service-feature-card:nth-child(1){order:1 !important;}
  .services-layout .service-feature-card:nth-child(2){order:2 !important;} /* black top right */
  .services-layout .service-feature-card:nth-child(4){order:3 !important;} /* red bottom left */
  .services-layout .service-feature-card:nth-child(3){order:4 !important;} /* white bottom right */
}


/* v38 projects gallery */
.projects-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(72vh - 94px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(246,242,239,0.90)),
    url('assets/background/home.png');
  background-size: cover;
  background-position: center;
}

.projects-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.68), rgba(255,255,255,0.68)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.075) 0px, rgba(0,0,0,0.075) 1px, transparent 1px, transparent 60px);
}

.projects-hero-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 74px 0;
}

.projects-hero-wrap h1 {
  max-width: 980px;
  margin: 0 auto;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  font-size: clamp(58px, 7vw, 118px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #050505;
}

.projects-hero-wrap p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px auto 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.55;
}

.projects-gallery-section {
  position: relative;
  overflow: hidden;
  background: #f2efec;
  padding: 78px 0 92px;
}

.gallery-bg-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(245,241,238,0.78)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.075) 0px, rgba(0,0,0,0.075) 1px, transparent 1px, transparent 58px),
    radial-gradient(circle at 12% 18%, rgba(255,43,47,0.14), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(0,0,0,0.10), transparent 34%);
}

.gallery-bg-frame::before {
  content: "";
  position: absolute;
  inset: 32px min(4vw, 64px);
  border: 1px solid rgba(0,0,0,0.13);
  border-left: 6px solid #ff2b2f;
  box-shadow: 0 30px 90px rgba(0,0,0,0.08);
}

.projects-gallery-wrap {
  position: relative;
  z-index: 2;
}

.gallery-heading-row {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
  margin-bottom: 34px;
}

.gallery-heading-row h2 {
  max-width: 780px;
  margin: 0;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  font-size: clamp(42px, 4.6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.gallery-heading-row > p {
  margin: 0;
  padding: 22px 26px;
  background: rgba(255,255,255,0.76);
  border-left: 5px solid #ff2b2f;
  box-shadow: 0 18px 50px rgba(0,0,0,0.07);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 18px;
  padding: 22px;
  border: 2px solid rgba(255,43,47,0.9);
  background: rgba(255,255,255,0.48);
  box-shadow: 0 28px 85px rgba(0,0,0,0.12);
}

.project-tile {
  position: relative;
  overflow: hidden;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #050505;
  box-shadow: 0 14px 34px rgba(0,0,0,0.14);
}

.project-tile::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,0.70);
  z-index: 2;
  opacity: 0;
  transition: opacity 180ms ease;
}

.project-tile::after {
  content: "View project";
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  padding: 9px 12px;
  background: #ff2b2f;
  color: #050505;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.project-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.01);
  transition: transform 220ms ease, opacity 220ms ease;
}

.project-tile:hover img {
  transform: scale(1.055);
  opacity: 0.82;
}

.project-tile:hover::before,
.project-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.project-tile.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.project-tile.wide {
  grid-column: span 2;
}

.project-tile.tall {
  grid-row: span 2;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  place-items: center;
  padding: 42px;
  background: rgba(0,0,0,0.88);
}

.gallery-lightbox.active {
  display: grid;
}

.gallery-lightbox img {
  max-width: min(1180px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border: 3px solid #ff2b2f;
  box-shadow: 0 30px 120px rgba(0,0,0,0.65);
  background: #fff;
}

.lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: 0;
  background: #ff2b2f;
  color: #050505;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Liberation Sans', Arial, sans-serif;
}

@media (max-width: 1100px) {
  .project-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-heading-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .project-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    padding: 14px;
    gap: 12px;
  }

  .project-tile.featured,
  .project-tile.wide,
  .project-tile.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-lightbox {
    padding: 22px;
  }
}

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


/* v39 clean projects gallery */
.projects-gallery-section {
  padding: 76px 0 96px !important;
}

.gallery-heading-row {
  grid-template-columns: 1fr 0.5fr !important;
  margin-bottom: 34px !important;
}

.gallery-heading-row h2 {
  max-width: 760px !important;
  font-size: clamp(42px, 4.2vw, 72px) !important;
  line-height: 1.02 !important;
}

.gallery-heading-row > p {
  font-size: 16px !important;
  padding: 18px 22px !important;
}

.project-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-auto-rows: auto !important;
  gap: 22px !important;
  padding: 26px !important;
  border: 1px solid rgba(255,43,47,0.7) !important;
  border-left: 6px solid #ff2b2f !important;
  background: rgba(255,255,255,0.62) !important;
  box-shadow: 0 30px 90px rgba(0,0,0,0.10) !important;
}

.project-tile,
.project-tile.featured,
.project-tile.wide,
.project-tile.tall {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 4 / 3 !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  background: #f4f1ee !important;
  box-shadow: 0 16px 38px rgba(0,0,0,0.11) !important;
}

.project-tile::before {
  inset: 0 !important;
  border: 0 !important;
  border-top: 5px solid #ff2b2f !important;
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.16)) !important;
}

.project-tile::after {
  display: none !important;
}

.project-tile img {
  object-fit: cover !important;
  opacity: 1 !important;
  filter: saturate(0.98) contrast(1.02) !important;
  transform: scale(1) !important;
}

.project-tile:hover img {
  transform: scale(1.045) !important;
  opacity: 0.88 !important;
}

.project-tile:hover {
  box-shadow: 0 22px 55px rgba(0,0,0,0.18) !important;
}

.project-tile img[src=""],
.project-tile img:not([src]) {
  display: none !important;
}

.gallery-lightbox img {
  border: 4px solid #ff2b2f !important;
  max-width: min(1240px, 94vw) !important;
  max-height: 88vh !important;
}

@media (max-width: 1180px) {
  .project-gallery-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 820px) {
  .gallery-heading-row {
    grid-template-columns: 1fr !important;
  }

  .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 18px !important;
    gap: 16px !important;
  }
}

@media (max-width: 520px) {
  .project-gallery-grid {
    grid-template-columns: 1fr !important;
  }
}


/* v40 black gallery parent */
.project-gallery-grid{
    background:#050505 !important;
    border:1px solid rgba(255,43,47,0.75) !important;
    border-left:6px solid #ff2b2f !important;
    padding:26px !important;
    box-shadow:0 34px 90px rgba(0,0,0,0.22) !important;
}

.project-tile{
    background:#111 !important;
    border:1px solid rgba(255,255,255,0.10) !important;
}

.project-tile::before{
    border-top:4px solid #ff2b2f !important;
}

.gallery-heading-row > p{
    background:#050505 !important;
    color:#ffffff !important;
    border-left:5px solid #ff2b2f !important;
}

.gallery-heading-row > p,
.gallery-heading-row > p *{
    color:#ffffff !important;
}

.project-gallery-grid::before{
    content:"PROJECT PORTFOLIO";
    display:block;
    grid-column:1/-1;
    margin-bottom:4px;
    font-family:'Liberation Sans', Arial, sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:0.24em;
    text-transform:uppercase;
    color:#ff2b2f;
}


/* v41 correct parent card: make the outer gallery content panel black, not the image grid */
.projects-gallery-wrap{
    background:#050505 !important;
    border:1px solid rgba(255,43,47,0.75) !important;
    border-left:6px solid #ff2b2f !important;
    padding:42px !important;
    box-shadow:0 34px 100px rgba(0,0,0,0.24) !important;
}

.gallery-heading-row h2{
    color:#ffffff !important;
}

.gallery-heading-row .eyebrow{
    color:#ff2b2f !important;
}

.gallery-heading-row > p{
    background:rgba(255,255,255,0.08) !important;
    color:#ffffff !important;
    border-left:5px solid #ff2b2f !important;
}

.project-gallery-grid{
    background:rgba(255,255,255,0.06) !important;
    border:1px solid rgba(255,255,255,0.12) !important;
    border-left:0 !important;
    box-shadow:none !important;
}

.project-gallery-grid::before{
    display:none !important;
}

.project-tile{
    border:1px solid rgba(255,255,255,0.14) !important;
    background:#111 !important;
}

@media (max-width:820px){
    .projects-gallery-wrap{
        padding:24px !important;
    }
}


/* v42 make entire projects section the black break section */
.projects-gallery-section{
    background:#050505 !important;
    padding:90px 0 110px !important;
}

.gallery-bg-frame{
    background:none !important;
}

.gallery-bg-frame::before,
.gallery-bg-frame::after{
    display:none !important;
}

.projects-gallery-wrap{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
}

.gallery-heading-row h2{
    color:#ffffff !important;
}

.gallery-heading-row .eyebrow{
    color:#ff2b2f !important;
}

.project-gallery-grid{
    background:rgba(255,255,255,0.04) !important;
    border:1px solid rgba(255,255,255,0.12) !important;
    border-left:6px solid #ff2b2f !important;
}

.projects-gallery-section .container{
    position:relative;
    z-index:2;
}


/* v43 contact page */
.contact-page {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 94px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 22% 30%, rgba(255,43,47,0.16), transparent 30%),
    linear-gradient(135deg, #050505 0%, #0b0b0b 52%, #111 100%);
  color: #fff;
  padding: 76px 0 86px;
}

.contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0px, rgba(255,255,255,0.055) 1px, transparent 1px, transparent 70px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 1px, transparent 1px, transparent 70px);
  pointer-events: none;
}

.contact-drawing-bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
}

.contact-drawing-bg span {
  position: absolute;
  display: block;
  background: rgba(120,180,220,0.42);
  box-shadow: 0 0 16px rgba(120,180,220,0.18);
}

.pole {
  width: 2px;
  height: 78%;
}

.pole-one { left: 10%; top: 12%; }
.pole-two { left: 46%; top: 4%; }
.pole-three { right: 13%; top: 8%; }

.brace {
  width: 2px;
  height: 92%;
  transform-origin: center;
}

.brace-one { left: 20%; top: 2%; transform: rotate(-28deg); }
.brace-two { left: 58%; top: 0; transform: rotate(31deg); }
.brace-three { right: 20%; top: 8%; transform: rotate(-35deg); }

.deck {
  height: 2px;
  width: 48%;
}

.deck-one { left: 6%; top: 34%; }
.deck-two { right: 8%; bottom: 24%; }

.contact-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.contact-left h1 {
  margin: 0;
  max-width: 620px;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  font-size: clamp(64px, 7vw, 122px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.contact-intro {
  max-width: 620px;
  margin: 28px 0 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.58;
  color: rgba(255,255,255,0.82);
}

.contact-details {
  display: grid;
  gap: 18px;
  margin-top: 38px;
  padding-left: 24px;
  border-left: 5px solid #ff2b2f;
}

.contact-details div {
  display: grid;
  gap: 6px;
}

.contact-details span {
  font-family: 'Liberation Sans', Arial, sans-serif;
  color: #ff2b2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-details strong {
  font-family: 'Liberation Sans', Arial, sans-serif;
  color: #fff;
  font-size: clamp(20px, 1.5vw, 27px);
  line-height: 1.15;
}

.contact-form-card {
  position: relative;
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(255,43,47,0.85);
  border-left: 7px solid #ff2b2f;
  box-shadow: 0 34px 110px rgba(0,0,0,0.42);
  padding: clamp(28px, 3vw, 48px);
  color: #050505;
}

.contact-form-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 120px;
  height: 120px;
  border-top: 10px solid rgba(255,43,47,0.25);
  border-right: 10px solid rgba(255,43,47,0.25);
  pointer-events: none;
}

.contact-form-card form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contact-form-card label {
  display: grid;
  gap: 8px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  padding: 14px 16px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 16px;
  color: #111;
  outline: none;
}

.contact-form-card textarea {
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: #ff2b2f;
  box-shadow: 0 0 0 3px rgba(255,43,47,0.12);
}

.contact-form-card button {
  border: 0;
  background: #ff2b2f;
  color: #050505;
  padding: 17px 22px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form-card button:hover {
  background: #050505;
  color: #fff;
}

@media (max-width: 980px) {
  .contact-wrap,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-page {
    min-height: auto;
    padding: 62px 0 74px;
  }
}

@media (max-width: 640px) {
  .contact-left h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .contact-form-card {
    padding: 24px;
  }
}


/* v44 contact fit and social icons */
.social-icons{
    display:flex !important;
    align-items:center !important;
    gap:18px !important;
}

.social-icons a{
    width:20px !important;
    height:20px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

.social-icons svg{
    width:20px !important;
    height:20px !important;
    fill:#ffffff !important;
    display:block !important;
}

.social-icons a:hover svg{
    fill:#ff2b2f !important;
}

.contact-page{
    min-height:calc(100vh - 94px) !important;
    padding:34px 0 38px !important;
}

.contact-wrap{
    grid-template-columns:0.82fr 1.18fr !important;
    gap:clamp(34px,5vw,82px) !important;
}

.contact-left h1{
    font-size:clamp(54px,5.9vw,98px) !important;
    line-height:0.98 !important;
}

.contact-intro{
    margin-top:20px !important;
    font-size:clamp(16px,1.05vw,19px) !important;
    line-height:1.48 !important;
    max-width:560px !important;
}

.contact-details{
    margin-top:26px !important;
    gap:13px !important;
    padding-left:20px !important;
}

.contact-details strong{
    font-size:clamp(18px,1.25vw,23px) !important;
}

.contact-form-card{
    padding:clamp(22px,2.2vw,34px) !important;
}

.contact-form-card form{
    gap:15px !important;
}

.form-row{
    gap:16px !important;
}

.contact-form-card label{
    gap:6px !important;
    font-size:13px !important;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea{
    padding:11px 13px !important;
    font-size:15px !important;
}

.contact-form-card textarea{
    min-height:118px !important;
}

.contact-form-card button{
    padding:14px 18px !important;
}

.contact-form-card::after{
    width:90px !important;
    height:90px !important;
    right:18px !important;
    top:18px !important;
    border-top-width:8px !important;
    border-right-width:8px !important;
}


/* v46 contact one-page fit + email restored */
.contact-strip{
    gap:24px !important;
}

.contact-page{
    min-height:calc(100vh - 94px) !important;
    height:calc(100vh - 94px) !important;
    padding:22px 0 24px !important;
    overflow:hidden !important;
}

.contact-wrap{
    height:100% !important;
    align-items:center !important;
    grid-template-columns:0.8fr 1.2fr !important;
    gap:clamp(30px,4.6vw,74px) !important;
}

.contact-left h1{
    font-size:clamp(48px,5.35vw,88px) !important;
    line-height:0.96 !important;
}

.contact-intro{
    margin-top:16px !important;
    font-size:clamp(15px,0.98vw,18px) !important;
    line-height:1.42 !important;
}

.contact-details{
    margin-top:20px !important;
    gap:10px !important;
}

.contact-details strong{
    font-size:clamp(17px,1.12vw,21px) !important;
}

.contact-form-card{
    padding:clamp(18px,1.85vw,28px) !important;
}

.contact-form-card form{
    gap:12px !important;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea{
    padding:9px 12px !important;
}

.contact-form-card textarea{
    min-height:96px !important;
}

.contact-form-card button{
    padding:13px 16px !important;
}

.site-footer{
    display:none !important;
}

@media (max-width:980px){
    .contact-page{
        height:auto !important;
        min-height:auto !important;
        overflow:visible !important;
        padding:54px 0 64px !important;
    }
}




/* v49 actual mobile/tablet fix - stop homepage heading overflowing */
@media (max-width: 980px) {
  .capability-section {
    padding: 44px 0 56px !important;
  }

  .capability-wrap {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    overflow: hidden !important;
  }

  .capability-bg::before {
    inset: 18px !important;
    border-left-width: 5px !important;
  }

  .capability-bg::after {
    display: none !important;
  }

  .capability-head {
    display: block !important;
    width: 100% !important;
    margin-bottom: 22px !important;
  }

  .capability-title,
  .capability-copy {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .capability-title .eyebrow {
    display: block !important;
    max-width: calc(100% - 22px) !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    letter-spacing: 0.20em !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .capability-title h2 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(30px, 6.1vw, 44px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.006em !important;
    word-spacing: 0.02em !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .capability-copy {
    margin-top: 20px !important;
    padding: 18px 20px !important;
  }

  .capability-copy p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .capability-cards {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .capability-cards .service-card {
    padding: 22px !important;
  }
}

@media (max-width: 760px) {
  .capability-title h2 {
    font-size: clamp(26px, 6.7vw, 34px) !important;
    line-height: 1.14 !important;
  }

  .capability-wrap {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
  }
}

@media (max-width: 520px) {
  .capability-section {
    padding: 36px 0 48px !important;
  }

  .capability-wrap {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .capability-bg::before {
    inset: 12px !important;
  }

  .capability-title .eyebrow {
    font-size: 10.5px !important;
    letter-spacing: 0.14em !important;
  }

  .capability-title h2 {
    font-size: clamp(24px, 7.8vw, 31px) !important;
    line-height: 1.16 !important;
  }
}


/* v50 mobile border clearance fix */
@media (max-width: 980px) {
  .capability-bg::before {
    inset: 18px !important;
    border-left-width: 5px !important;
  }

  .capability-wrap {
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 10px !important;
  }

  .capability-title .eyebrow,
  .capability-title h2,
  .capability-copy,
  .capability-cards,
  .feedback-panel {
    margin-left: 0 !important;
  }

  .capability-title h2 {
    font-size: clamp(28px, 5.8vw, 42px) !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 760px) {
  .capability-wrap {
    width: calc(100% - 58px) !important;
    max-width: calc(100% - 58px) !important;
    padding-left: 16px !important;
    padding-right: 8px !important;
  }

  .capability-title h2 {
    font-size: clamp(25px, 6.4vw, 34px) !important;
  }
}

@media (max-width: 520px) {
  .capability-bg::before {
    inset: 12px !important;
  }

  .capability-wrap {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    padding-left: 14px !important;
    padding-right: 6px !important;
  }

  .capability-title h2 {
    font-size: clamp(23px, 7vw, 30px) !important;
    line-height: 1.16 !important;
  }
}


/* v51 about mobile founder section fix */
@media (max-width: 980px) {
  .founder-section {
    padding: 54px 0 62px !important;
  }

  .founder-wrap {
    width: calc(100% - 42px) !important;
    max-width: calc(100% - 42px) !important;
    gap: 26px !important;
  }

  .founder-intro {
    text-align: left !important;
  }

  .founder-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }

  .founder-card {
    padding: 24px !important;
    min-height: 0 !important;
  }

  .founder-avatar {
    width: 82px !important;
    height: 82px !important;
    margin-bottom: 18px !important;
  }

  .founder-card h3 {
    font-size: 24px !important;
  }

  .founder-card p {
    font-size: 15.5px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 760px) {
  .founder-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .founder-card {
    display: grid !important;
    grid-template-columns: 86px 1fr !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 22px !important;
  }

  .founder-avatar {
    width: 74px !important;
    height: 74px !important;
    margin: 0 !important;
  }

  .founder-card h3 {
    font-size: 24px !important;
    margin-top: 0 !important;
  }

  .founder-card span {
    margin: 6px 0 10px !important;
    font-size: 11px !important;
  }

  .founder-card p {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 520px) {
  .founder-wrap {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .founder-card {
    grid-template-columns: 72px 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .founder-avatar {
    width: 64px !important;
    height: 64px !important;
    border-width: 3px !important;
  }
}


/* v52 services mobile order */
@media (max-width:980px){
  .services-layout .service-feature-card:nth-child(2){order:1 !important;} /* Commercial black */
  .services-layout .service-feature-card:nth-child(3){order:2 !important;} /* Industrial */
  .services-layout .service-feature-card:nth-child(4){order:3 !important;} /* Temporary roof red */
  .services-layout .service-feature-card:nth-child(1){order:4 !important;} /* Domestic last */
}


/* v53 centre navigation on tablet/mobile */
@media (max-width: 980px){
  .main-nav,
  .nav-inner{
      display:flex !important;
      justify-content:center !important;
      align-items:center !important;
      text-align:center !important;
      width:100% !important;
  }

  .nav-inner{
      gap:22px !important;
      flex-wrap:wrap !important;
  }

  .nav-link{
      text-align:center !important;
  }
}


/* v54 mobile header polish */
@media (max-width: 760px) {
  .top-bar {
    padding: 12px 0 10px !important;
  }

  .bar-inner {
    width: calc(100% - 28px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    justify-items: center !important;
  }

  .contact-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 14px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .contact-strip span,
  .contact-strip a {
    color: #ffffff !important;
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .contact-strip a:link,
  .contact-strip a:visited,
  .contact-strip a:hover,
  .contact-strip a:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .social-icons {
    gap: 18px !important;
    justify-content: center !important;
  }

  .social-icons a,
  .social-icons svg {
    width: 17px !important;
    height: 17px !important;
  }

  .main-nav {
    padding: 0 !important;
  }

  .nav-inner {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(5, auto) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 13px 10px !important;
  }

  .nav-link {
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
    padding: 8px 8px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .nav-link.active::after {
    height: 3px !important;
    bottom: 0 !important;
  }
}

@media (max-width: 430px) {
  .contact-strip {
    gap: 7px 11px !important;
  }

  .contact-strip span,
  .contact-strip a {
    font-size: 12px !important;
  }

  .nav-inner {
    grid-template-columns: repeat(5, auto) !important;
    padding: 12px 6px !important;
  }

  .nav-link {
    font-size: 12px !important;
    letter-spacing: 0.06em !important;
    padding: 8px 5px !important;
  }
}


/* v55 fix top bar link styling */
.top-bar,
.top-bar * {
  color: #ffffff !important;
}

.contact-strip,
.contact-strip span,
.contact-strip a,
.social-strip,
.social-strip a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.contact-strip a:link,
.contact-strip a:visited,
.contact-strip a:hover,
.contact-strip a:active,
.social-strip a:link,
.social-strip a:visited,
.social-strip a:hover,
.social-strip a:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.contact-strip a:hover,
.social-strip a:hover {
  color: #ff2b2f !important;
}

.contact-strip {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
}

@media (min-width: 761px) {
  .bar-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}

@media (max-width: 760px) {
  .contact-strip {
    justify-content: center !important;
    gap: 8px 14px !important;
  }
}


/* v56 services dropdown and service page framework */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-trigger::before {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--black);
  transform: translateY(-30%);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  min-width: 290px;
  background: var(--black);
  border-top: 4px solid var(--white);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 200;
}

.dropdown-menu a {
  display: block;
  padding: 15px 18px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: var(--red);
  color: var(--black);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.page-index .nav-link[data-page="index"]::after,
body.page-about .nav-link[data-page="about"]::after,
body.page-services .nav-link[data-page="services"]::after,
body.page-projects .nav-link[data-page="projects"]::after,
body.page-areas .nav-link[data-page="areas"]::after,
body.page-contact .nav-link[data-page="contact"]::after {
  background: var(--white);
}

.service-overview-section,
.service-detail-section,
.service-proof-section {
  position: relative;
  padding: 86px 0;
  background: var(--offwhite);
}

.service-section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.service-section-heading h2,
.service-detail-panel h2,
.service-cta-box h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4vw, 72px);
  line-height: 0.92;
}

.service-section-heading p:not(.eyebrow),
.service-detail-panel p,
.service-cta-box p,
.service-image-placeholder p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-overview-card,
.service-detail-panel,
.service-image-placeholder {
  position: relative;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  padding: clamp(26px, 3vw, 42px);
  overflow: hidden;
}

.service-overview-card::before,
.service-detail-panel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--red);
}

.service-type {
  margin: 0 0 12px;
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-overview-card h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: 0.94;
}

.service-overview-card p {
  min-height: 112px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--black);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 3px solid var(--red);
  padding-bottom: 5px;
}

.text-link:hover { color: var(--red-dark); }

.service-detail-hero {
  min-height: 58vh;
  display: flex;
  align-items: center;
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.66)),
    url('assets/background/about.png');
  background-size: cover;
  background-position: center;
}

.service-detail-hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 900px);
}

.service-detail-hero h1 {
  margin: 0 0 24px;
  max-width: 1000px;
  font-size: clamp(56px, 7vw, 118px);
  line-height: 0.88;
}

.service-detail-hero p:not(.eyebrow) {
  max-width: 780px;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
  color: #222;
}

.service-detail-layout,
.service-proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: stretch;
}

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

.service-detail-panel li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 17px;
  line-height: 1.5;
  color: #222;
}

.service-detail-panel li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 9px;
  height: 9px;
  background: var(--red);
}

.red-panel {
  background: var(--red);
  color: var(--black);
}

.red-panel .eyebrow,
.red-panel p,
.red-panel li { color: var(--black) !important; }
.red-panel::before { background: var(--black); }
.red-panel li { border-bottom-color: rgba(0,0,0,0.18); }
.red-panel li::before { background: var(--black); }

.dark-panel {
  background: var(--black);
  color: var(--white);
}

.dark-panel .eyebrow { color: var(--red); }
.dark-panel p { color: rgba(255,255,255,0.78); }
.dark-panel::before { background: var(--red); }

.service-image-placeholder {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(rgba(255,255,255,0.78), rgba(255,255,255,0.78)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.12) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.10) 0 1px, transparent 1px 46px),
    #f1eeeb;
}

.service-image-placeholder span {
  display: block;
  margin-bottom: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red-dark);
}


.service-image-card {
  position: relative;
  min-height: 320px;
  background: var(--black);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  overflow: hidden;
}

.service-image-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}

.service-cta-section {
  padding: 86px 0;
  background: var(--black);
  color: var(--white);
}

.service-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.service-cta-box .eyebrow { color: var(--red); }
.service-cta-box p { color: rgba(255,255,255,0.78); max-width: 780px; }

.service-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 16px 22px;
  background: var(--red);
  color: var(--black);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}

.cta-button:hover { background: var(--white); }
.light-link { color: var(--white); }
.light-link:hover { color: var(--red); }

@media (max-width: 980px) {
  .nav-inner {
    overflow: visible !important;
    flex-wrap: wrap;
  }

  .nav-dropdown {
    position: static;
  }

  .nav-dropdown-trigger::before {
    right: -14px;
  }

  .dropdown-menu {
    left: 16px;
    right: 16px;
    top: auto;
    min-width: 0;
    transform: translateY(8px);
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu,
  .nav-dropdown.open .dropdown-menu {
    transform: translateY(0);
  }

  .service-overview-grid,
  .service-detail-layout,
  .service-proof-grid,
  .service-cta-box {
    grid-template-columns: 1fr;
  }

  .service-overview-card p {
    min-height: 0;
  }

  .service-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .service-overview-section,
  .service-detail-section,
  .service-proof-section,

.service-image-card {
  position: relative;
  min-height: 320px;
  background: var(--black);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  overflow: hidden;
}

.service-image-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}

.service-cta-section {
    padding: 58px 0;
  }

  .service-detail-hero {
    min-height: auto;
    padding: 72px 0;
  }

  .dropdown-menu a {
    font-size: 13px;
    padding: 14px 16px;
  }
}


/* v57 areas we cover page framework */
.areas-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.88), rgba(255,255,255,0.68)),
    url('assets/background/home.png');
  background-size: cover;
  background-position: center;
}

.areas-hero-actions {
  margin-top: 28px;
}

.areas-intro-section,
.areas-grid-section {
  position: relative;
  padding: 86px 0;
  background: var(--offwhite);
}

.areas-intro-section {
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.areas-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.areas-heading-tight {
  margin-bottom: 0;
}

.areas-intro-copy {
  padding: clamp(26px, 3vw, 42px);
  background: rgba(255,255,255,0.88);
  border-left: 5px solid var(--red);
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
}

.areas-intro-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.62;
  color: var(--muted);
}

.areas-intro-copy p + p {
  margin-top: 18px;
}

.areas-grid-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.58), rgba(245,241,238,0.78)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.08) 0px, rgba(0,0,0,0.08) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.055) 0px, rgba(0,0,0,0.055) 1px, transparent 1px, transparent 58px),
    #f2efec;
}

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

.area-card {
  position: relative;
  min-height: 245px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.12);
  border-top: 6px solid var(--red);
  padding: clamp(24px, 2.8vw, 36px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  overflow: hidden;
}

.area-card::after {
  content: '';
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(255,43,47,0.07);
}

.area-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  font-size: clamp(30px, 2.8vw, 48px);
  line-height: 0.94;
}

.area-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  min-height: 78px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.52;
}

.area-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.10);
  color: #222;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.areas-services-section .dark-panel a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 2px solid var(--red);
  padding-bottom: 2px;
}

.areas-services-section .dark-panel a:hover {
  color: var(--red);
}

.area-expansion-placeholder h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3.6vw, 64px);
  line-height: 0.94;
}

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

  .area-card {
    min-height: auto;
  }

  .area-card p {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .areas-intro-section,
  .areas-grid-section {
    padding: 58px 0;
  }

  .areas-intro-copy,
  .area-card {
    padding: 24px;
  }
}


/* v57 nav spacing with Areas page */
.nav-inner {
  gap: clamp(20px, 3.1vw, 54px) !important;
}


/* v58 standards and accreditations page */
body.page-standards .nav-link[data-page="standards"]::after,
body.page-standards .nav-link[data-page="standards"]::before {
  opacity: 1;
}

.standards-hero {
  background-image: linear-gradient(120deg, rgba(3, 8, 12, 0.92), rgba(3, 8, 12, 0.72)), url("assets/background/about.png");
}

.standards-intro-section,
.standards-grid-section,
.standards-link-section,
.standards-services-overview {
  position: relative;
  padding: 92px 0;
}

.standards-intro-section {
  background: #05090d;
}

.standards-trust-grid,
.standards-link-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.standards-safe-card,
.standards-copy-card,
.standards-card,
.standards-link-card,
.standards-placeholder-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.standards-safe-card,
.standards-copy-card,
.standards-link-card {
  padding: 34px;
}

.standards-badge-panel {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(255,255,255,0.015) 58%, transparent 72%);
}

.standards-badge-panel img {
  max-width: min(320px, 86%);
  height: auto;
  display: block;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,0.35));
}

.standards-copy-card h2,
.standards-card h2,
.standards-link-card h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 0.98;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.standards-copy-card p:not(.eyebrow),
.standards-card p,
.standards-link-card p,
.standards-placeholder-card p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
  margin: 0 0 16px;
}

.standards-grid-section {
  background: linear-gradient(180deg, #070d12, #05090d);
}

.standards-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.standards-card {
  padding: 30px;
}

.standards-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.standards-card li {
  color: rgba(255, 255, 255, 0.78);
  padding-left: 18px;
  position: relative;
}

.standards-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f2b13e;
  position: absolute;
  left: 0;
  top: 0.62em;
}

.standards-service-section .dark-panel a,
.standards-link-card a,
.standards-service-links a {
  color: #ffffff;
  text-decoration: none;
}

.standards-link-section {
  background: #05090d;
}

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

.standards-services-overview {
  background: linear-gradient(180deg, #05090d, #080f15);
}

.standards-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.standards-service-links a {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.standards-service-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 177, 62, 0.6);
  background: rgba(242, 177, 62, 0.09);
}

@media (max-width: 900px) {
  .standards-trust-grid,
  .standards-link-grid,
  .standards-card-grid,
  .standards-service-links {
    grid-template-columns: 1fr;
  }

  .standards-intro-section,
  .standards-grid-section,
  .standards-link-section,
  .standards-services-overview {
    padding: 64px 0;
  }
}

/* DR V2 homepage hero entrance sequence - index.html only */
@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .top-bar {
    transform: translateY(-110%);
    opacity: 0;
    animation: drTopBarDrop 380ms cubic-bezier(0.2, 0.82, 0.2, 1) 200ms forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .main-nav {
    transform: translateY(-110%);
    opacity: 0;
    animation: drNavDrop 380ms cubic-bezier(0.2, 0.82, 0.2, 1) 700ms forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .contact-strip {
    transform: translateX(-32px);
    opacity: 0;
    animation: drSlideInLeft 400ms cubic-bezier(0.2, 0.82, 0.2, 1) 1200ms forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .social-strip {
    transform: translateX(32px);
    opacity: 0;
    animation: drSlideInRight 400ms cubic-bezier(0.2, 0.82, 0.2, 1) 1200ms forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .nav-inner > .nav-link,
  body.hero-entrance-sequence.page-index .nav-dropdown > .nav-link {
    opacity: 0;
    animation: drFadeIn 300ms ease-out forwards;
    will-change: opacity;
  }

  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(1) { animation-delay: 1680ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(2) { animation-delay: 1720ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-dropdown > .nav-link { animation-delay: 1760ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(4) { animation-delay: 1800ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(5) { animation-delay: 1840ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(6) { animation-delay: 1880ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(7) { animation-delay: 1920ms; }
  body.hero-entrance-sequence.page-index .nav-inner > .nav-link:nth-child(8) { animation-delay: 1960ms; }

  body.hero-entrance-sequence.page-index .hero-logo {
    transform: translateY(-56px);
    opacity: 0;
    animation: drLogoDrop 560ms cubic-bezier(0.18, 0.78, 0.22, 1) 2200ms forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .hero-message {
    border-left-color: transparent !important;
  }

  body.hero-entrance-sequence.page-index .hero-message::before {
    opacity: 0;
    animation: drFadeIn 260ms ease-out 3520ms forwards;
  }

  body.hero-entrance-sequence.page-index .hero-message::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: var(--red);
    border-radius: 999px;
    transform: scaleY(0.045) rotate(0deg);
    transform-origin: center center;
    opacity: 0;
    animation: drDividerBuild 760ms cubic-bezier(0.2, 0.82, 0.2, 1) 2780ms forwards;
    will-change: transform, opacity, border-radius;
  }

  body.hero-entrance-sequence.page-index .mini-label,
  body.hero-entrance-sequence.page-index .hero-message h1,
  body.hero-entrance-sequence.page-index .hero-copy {
    transform: translateX(46px);
    opacity: 0;
    animation: drHeroTextIn 430ms cubic-bezier(0.2, 0.82, 0.2, 1) forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .mini-label { animation-delay: 3240ms; }
  body.hero-entrance-sequence.page-index .hero-message h1 { animation-delay: 3460ms; }
  body.hero-entrance-sequence.page-index .hero-copy { animation-delay: 3700ms; }
}

@media (prefers-reduced-motion: reduce) {
  body.hero-entrance-sequence.page-index .top-bar,
  body.hero-entrance-sequence.page-index .main-nav,
  body.hero-entrance-sequence.page-index .contact-strip,
  body.hero-entrance-sequence.page-index .social-strip,
  body.hero-entrance-sequence.page-index .nav-link,
  body.hero-entrance-sequence.page-index .hero-logo,
  body.hero-entrance-sequence.page-index .mini-label,
  body.hero-entrance-sequence.page-index .hero-message h1,
  body.hero-entrance-sequence.page-index .hero-copy,
  body.hero-entrance-sequence.page-index .hero-message::before,
  body.hero-entrance-sequence.page-index .hero-message::after {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body.hero-entrance-sequence.page-index .hero-message {
    border-left-color: var(--red) !important;
  }

  body.hero-entrance-sequence.page-index .hero-message::after {
    display: none !important;
  }
}


/* Homepage-only tablet and mobile layout repair */
@media (max-width: 900px) {
  body.page-index .home-shell,
  body.page-index .home-standard-wrap,
  body.page-index .home-footer > .home-shell,
  body.page-index .home-footer-bottom > .home-shell {
    width: min(100% - 48px, var(--home-shell)) !important;
    max-width: 100% !important;
  }

  body.page-index .home-utility-inner,
  body.page-index .home-utility-links,
  body.page-index .home-navigation-inner,
  body.page-index .home-primary-menu,
  body.page-index .home-prototype-hero-layout,
  body.page-index .home-prototype-hero-copy,
  body.page-index .home-credibility-grid,
  body.page-index .home-standard-head,
  body.page-index .home-standard-title,
  body.page-index .home-standard-intro,
  body.page-index .home-value-grid,
  body.page-index .home-value-card,
  body.page-index .home-process-panel,
  body.page-index .home-process-statement,
  body.page-index .home-process-steps,
  body.page-index .home-process-steps article,
  body.page-index .home-finish-strip,
  body.page-index .home-footer-grid,
  body.page-index .home-footer-grid > * {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-index .home-utility-inner {
    justify-content: center !important;
  }

  body.page-index .home-utility-inner > p,
  body.page-index .home-utility-email {
    display: none !important;
  }

  body.page-index .home-utility-links {
    width: 100% !important;
    justify-content: center !important;
    gap: clamp(18px, 5vw, 34px) !important;
  }

  body.page-index .home-utility-phone {
    white-space: nowrap !important;
  }

  body.page-index .home-primary-menu {
    width: 100% !important;
    overflow-x: clip !important;
  }

  body.page-index .home-primary-menu > a {
    min-width: 0 !important;
    overflow-wrap: break-word !important;
  }

  body.page-index .home-prototype-hero {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #111 !important;
  }

  body.page-index .home-prototype-hero-layout {
    order: 1 !important;
    min-height: 0 !important;
    align-items: flex-start !important;
    padding-block: 40px 36px !important;
  }

  body.page-index .home-prototype-hero-copy {
    width: 100% !important;
    max-width: 680px !important;
  }

  body.page-index .home-prototype-hero-media {
    position: relative !important;
    inset: auto !important;
    order: 2 !important;
    width: 100% !important;
    height: clamp(280px, 48vw, 380px) !important;
    overflow: hidden !important;
  }

  body.page-index .home-prototype-hero-media img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 53% !important;
  }

  body.page-index .home-prototype-hero-shade {
    display: none !important;
  }

  body.page-index .home-hero-line,
  body.page-index .home-hero-line-inner {
    max-width: 100% !important;
  }

  body.page-index .home-hero-line-inner {
    white-space: normal !important;
  }

  body.page-index .home-prototype-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }

  body.page-index .home-prototype-button {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.page-index .home-credibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-index .home-credibility article {
    min-height: 0 !important;
    padding: 18px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  body.page-index .home-credibility article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  body.page-index .home-standard-section {
    padding: 60px 0 68px !important;
  }

  body.page-index .home-standard-head,
  body.page-index .home-value-grid,
  body.page-index .home-process-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-index .home-standard-head {
    gap: 24px !important;
    margin-bottom: 26px !important;
  }

  body.page-index .home-standard-title {
    padding: 20px 0 22px !important;
  }

  body.page-index .home-standard-title::before {
    left: -16px !important;
  }

  body.page-index .home-standard-intro {
    padding: 24px 26px !important;
  }

  body.page-index .home-standard-intro::after {
    right: 0 !important;
    top: 0 !important;
  }

  body.page-index .home-value-grid {
    gap: 20px !important;
    margin-bottom: 28px !important;
  }

  body.page-index .home-value-card,
  body.page-index .home-value-card.featured {
    width: 100% !important;
    min-height: 0 !important;
    grid-row: auto !important;
    padding: 28px !important;
  }

  body.page-index .home-feature-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 24px !important;
    padding-top: 0 !important;
  }

  body.page-index .home-value-card h3,
  body.page-index .home-value-card p {
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }

  body.page-index .home-process-panel {
    gap: 26px !important;
    padding: 28px !important;
    margin-bottom: 26px !important;
  }

  body.page-index .home-process-statement {
    padding: 0 !important;
  }

  body.page-index .home-process-statement p:not(.eyebrow) {
    max-width: 650px !important;
  }

  body.page-index .home-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body.page-index .home-process-steps article {
    min-height: 0 !important;
    padding: 22px !important;
  }

  body.page-index .home-finish-strip {
    align-items: flex-start !important;
    gap: 20px !important;
    padding: 24px 26px !important;
  }

  body.page-index .home-finish-button {
    max-width: 100% !important;
  }

  body.page-index .home-footer-grid {
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 30px !important;
    padding: 30px 0 26px !important;
    padding-right: 0 !important;
  }

  body.page-index .home-footer-brand,
  body.page-index .home-footer-contact {
    grid-column: 1 / -1 !important;
    padding-right: 0 !important;
  }

  body.page-index .home-footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-index .home-footer-badge {
    position: static !important;
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
  }

  body.page-index .home-footer-contact > a[href^="mailto:"] {
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 720px) {
  body.page-index .home-shell,
  body.page-index .home-standard-wrap,
  body.page-index .home-footer > .home-shell,
  body.page-index .home-footer-bottom > .home-shell {
    width: calc(100% - 32px) !important;
  }

  body.page-index .home-utility {
    min-height: 34px !important;
  }

  body.page-index .home-utility-links {
    gap: clamp(14px, 5vw, 24px) !important;
  }

  body.page-index .home-utility-phone {
    font-size: 11px !important;
    letter-spacing: 0.035em !important;
  }

  body.page-index .home-navigation-inner {
    min-height: 64px !important;
  }

  body.page-index .home-primary-menu {
    left: 0 !important;
    right: 0 !important;
    padding: 10px 16px 18px !important;
  }

  body.page-index .home-prototype-hero-layout {
    width: calc(100% - 32px) !important;
    padding-block: 34px 30px !important;
  }

  body.page-index .home-prototype-hero-copy {
    padding-left: 18px !important;
  }

  body.page-index .home-prototype-hero h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 10.3vw, 40px) !important;
    line-height: 1.02 !important;
  }

  body.page-index .home-prototype-hero-copy > p:not(.home-prototype-eyebrow) {
    max-width: 100% !important;
    font-size: 16.5px !important;
    line-height: 1.5 !important;
  }

  body.page-index .home-prototype-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    gap: 12px !important;
  }

  body.page-index .home-prototype-button {
    width: 100% !important;
  }

  body.page-index .home-prototype-hero-media {
    height: clamp(220px, 66vw, 300px) !important;
  }

  body.page-index .home-credibility-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-index .home-credibility article,
  body.page-index .home-credibility article:nth-child(odd) {
    width: 100% !important;
    padding: 16px 18px !important;
    border-right: 0 !important;
  }

  body.page-index .home-standard-section {
    padding: 48px 0 56px !important;
  }

  body.page-index .home-standard-title {
    padding: 16px 0 18px !important;
  }

  body.page-index .home-standard-title h2,
  body.page-index .home-value-card.featured h3,
  body.page-index .home-process-statement h2 {
    font-size: clamp(27px, 7.2vw, 30px) !important;
    line-height: 1.06 !important;
  }

  body.page-index .home-standard-intro {
    padding: 21px 20px !important;
  }

  body.page-index .home-value-grid {
    gap: 18px !important;
  }

  body.page-index .home-value-card,
  body.page-index .home-value-card.featured {
    padding: 22px !important;
  }

  body.page-index .home-value-card h3 {
    font-size: clamp(22px, 7.2vw, 28px) !important;
    line-height: 1.12 !important;
  }

  body.page-index .home-value-card p,
  body.page-index .home-value-card.featured p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body.page-index .home-feature-points {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.page-index .home-process-panel {
    gap: 22px !important;
    padding: 22px !important;
  }

  body.page-index .home-process-steps {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.page-index .home-process-steps article {
    padding: 20px !important;
  }

  body.page-index .home-finish-strip {
    width: 100% !important;
    padding: 22px !important;
  }

  body.page-index .home-finish-button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 18px !important;
  }

  body.page-index .home-footer-grid,
  body.page-index .home-footer-contact {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-index .home-footer-grid {
    gap: 24px !important;
    padding-block: 26px 22px !important;
  }

  body.page-index .home-footer-brand,
  body.page-index .home-footer-column,
  body.page-index .home-footer-contact,
  body.page-index .home-footer-badge,
  body.page-index .home-footer-contact h2,
  body.page-index .home-footer-contact .home-footer-socials,
  body.page-index .home-footer-contact > a:last-of-type {
    grid-column: 1 !important;
  }

  body.page-index .home-footer-brand p {
    max-width: 100% !important;
  }

  body.page-index .home-footer-badge img {
    width: 72px !important;
    height: 72px !important;
    padding: 0 !important;
  }

  body.page-index .home-footer-bottom {
    min-height: 0 !important;
    padding-block: 12px !important;
  }

  body.page-index .home-footer-bottom .home-shell {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  body.page-index .home-footer-company-number {
    text-align: left !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    body.page-index.home-motion-ready .home-hero-line + .home-hero-line .home-hero-line-inner {
      transform: translateY(105%) !important;
    }
  }
}

@media (max-width: 430px) {
  body.page-index .home-shell,
  body.page-index .home-standard-wrap,
  body.page-index .home-footer > .home-shell,
  body.page-index .home-footer-bottom > .home-shell,
  body.page-index .home-prototype-hero-layout {
    width: calc(100% - 28px) !important;
  }

  body.page-index .home-utility-links {
    gap: 12px !important;
  }

  body.page-index .home-utility-phone {
    font-size: 10.5px !important;
    letter-spacing: 0.02em !important;
  }

  body.page-index .home-brand {
    width: 84px !important;
    height: 52px !important;
  }

  body.page-index .home-menu-toggle {
    width: 44px !important;
    height: 44px !important;
  }

  body.page-index .home-prototype-hero-copy {
    padding-left: 15px !important;
  }

  body.page-index .home-prototype-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
  }

  body.page-index .home-standard-title::before {
    left: -10px !important;
    width: 4px !important;
  }

  body.page-index .home-standard-intro,
  body.page-index .home-value-card,
  body.page-index .home-value-card.featured,
  body.page-index .home-process-panel,
  body.page-index .home-finish-strip {
    padding: 20px !important;
  }
}

@media (max-width: 720px) {
  body.page-index .home-standard-title h2,
  body.page-index .home-value-card.featured h3,
  body.page-index .home-process-statement h2 {
    font-size: clamp(27px, 7.2vw, 30px) !important;
    line-height: 1.06 !important;
  }
}

@media (max-width: 720px) {
  body.page-index .home-kinetic-word span {
    font-size: clamp(27px, 8vw, 34px) !important;
  }

  body.page-index .home-standard-title h2,
  body.page-index .home-value-card.featured h3,
  body.page-index .home-process-statement h2 {
    font-size: clamp(27px, 7.2vw, 30px) !important;
    line-height: 1.06 !important;
  }

  body.page-index.home-motion-active .home-hero-line + .home-hero-line .home-hero-line-inner {
    transform: none !important;
  }
}


/* v93 homepage utility contact and compact footer */
.home-footer {
  --home-red: #f1262d;
  display: block !important;
  padding: 0 !important;
  color: #fff;
  background: #080808;
  border-top: 5px solid var(--home-red);
  text-align: left;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) minmax(135px, 0.72fr) minmax(145px, 0.82fr) minmax(210px, 1fr) 108px;
  gap: clamp(22px, 2.5vw, 38px);
  align-items: start;
  padding-block: 32px 28px;
}

.home-footer-brand p {
  max-width: 315px;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.home-footer h2 {
  margin: 2px 0 15px;
  color: var(--home-red);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-footer-column,
.home-footer-contact {
  display: grid;
  align-content: start;
  gap: 8px;
}

.home-footer-column a,
.home-footer-contact > a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 170ms ease, transform 170ms ease;
}

.home-footer-column a:hover,
.home-footer-contact > a:hover {
  color: #fff;
  transform: translateX(2px);
}

.home-footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 9px;
}

.home-footer-socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.17);
  transition: background 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.home-footer-socials a:hover {
  background: var(--home-red);
  border-color: var(--home-red);
  transform: translateY(-2px);
}

.home-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.home-footer-badge {
  display: flex;
  justify-content: flex-end;
}

.home-footer-badge img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  clip-path: circle(49.5% at 50% 50%);
}

.home-footer-bottom {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-footer-bottom .home-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.home-footer-company-number {
  text-align: right;
}

.home-footer a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--home-red);
}

@media (max-width: 1040px) {
  .home-footer-grid {
    position: relative;
    grid-template-columns: minmax(220px, 1.25fr) minmax(135px, 0.75fr) minmax(145px, 0.82fr) minmax(205px, 1fr);
    padding-right: 112px;
  }

  .home-footer-badge {
    position: absolute;
    top: 32px;
    right: 0;
  }
}

@media (max-width: 760px) {
  body.page-index .home-utility-links {
    width: 100%;
    justify-content: center;
    gap: 19px;
  }

  body.page-index .home-utility-links a {
    font-size: 11.5px;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }

  body.page-index .home-utility-links .home-utility-email {
    display: none;
  }

  .home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    padding: 28px 0 24px;
  }

  .home-footer-brand {
    grid-column: 1 / -1;
    padding-right: 92px;
  }

  .home-footer-brand p {
    max-width: 270px;
    font-size: 14.5px;
  }

  .home-footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
  }

  .home-footer-contact h2,
  .home-footer-contact .home-footer-socials,
  .home-footer-contact > a:last-of-type {
    grid-column: 1 / -1;
  }

  .home-footer-badge {
    top: 28px;
  }

  .home-footer-badge img {
    width: 78px;
    height: 78px;
    padding: 5px;
  }

  .home-footer-bottom {
    min-height: 44px;
  }
}

@keyframes drTopBarDrop {
  from { transform: translateY(-110%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes drNavDrop {
  from { transform: translateY(-110%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes drSlideInLeft {
  from { transform: translateX(-32px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes drSlideInRight {
  from { transform: translateX(32px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes drFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes drLogoDrop {
  0% { transform: translateY(-56px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes drDividerBuild {
  0% { transform: scaleY(0.045) rotate(0deg); opacity: 0; border-radius: 999px; }
  40% { transform: scaleY(0.045) rotate(180deg); opacity: 1; border-radius: 999px; }
  100% { transform: scaleY(1) rotate(360deg); opacity: 1; border-radius: 0; }
}

@keyframes drHeroTextIn {
  from { transform: translateX(46px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}




/* v61 DR Access homepage elite upgrade - visual polish only, entrance sequence preserved */
body.page-index .home-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.58) 48%, rgba(255,255,255,0.44) 100%),
    radial-gradient(circle at 18% 52%, rgba(255,43,47,0.08), transparent 34%),
    url('assets/background/home.png') !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom: 1px solid rgba(0,0,0,0.16) !important;
}

body.page-index .home-hero::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.20)),
    radial-gradient(circle at 80% 42%, rgba(255,255,255,0.20), transparent 38%),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.035) 0 1px, transparent 1px 120px) !important;
}

body.page-index .home-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 130px !important;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.10)) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

body.page-index .elevated-hero {
  width: min(1460px, calc(100% - 104px)) !important;
  grid-template-columns: minmax(390px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(60px, 7.4vw, 132px) !important;
}

body.page-index .hero-logo {
  width: min(565px, 37vw) !important;
  max-height: 50vh !important;
  filter: drop-shadow(0 20px 35px rgba(0,0,0,0.18)) !important;
}

body.page-index .hero-message {
  padding: clamp(34px, 4.4vw, 60px) 0 clamp(34px, 4.4vw, 60px) clamp(36px, 4.4vw, 66px) !important;
  border-left-width: 7px !important;
}

body.page-index .hero-message::before {
  left: 12px !important;
  background: rgba(0,0,0,0.16) !important;
}

body.page-index .mini-label {
  margin-bottom: 18px !important;
  font-size: clamp(13px, 0.9vw, 16px) !important;
  letter-spacing: 0.22em !important;
}

body.page-index .hero h1 {
  max-width: 815px !important;
  line-height: 0.91 !important;
  letter-spacing: -0.006em !important;
  text-shadow: 0 18px 35px rgba(255,255,255,0.22) !important;
}

body.page-index .hero-copy {
  max-width: 620px !important;
  margin-top: 28px !important;
  font-weight: 500 !important;
  color: rgba(0,0,0,0.76) !important;
}

.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

.hero-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 1px solid rgba(0,0,0,0.18) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease !important;
}

.hero-btn-primary {
  background: #ff2b2f !important;
  color: #050505 !important;
  border-color: #ff2b2f !important;
  box-shadow: 0 18px 40px rgba(255,43,47,0.24) !important;
}

.hero-btn-secondary {
  background: rgba(255,255,255,0.64) !important;
  color: #050505 !important;
  backdrop-filter: blur(10px) !important;
}

.hero-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 52px rgba(0,0,0,0.16) !important;
}

.hero-proof-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 18px !important;
  max-width: 720px !important;
}

.hero-proof-strip span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  background: rgba(255,255,255,0.56) !important;
  border: 1px solid rgba(0,0,0,0.13) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(0,0,0,0.78) !important;
  backdrop-filter: blur(10px) !important;
}

body.page-index .capability-section {
  padding: 82px 0 92px !important;
  background: #eeeae6 !important;
}

body.page-index .capability-bg {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(238,234,230,0.86)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.085) 0px, rgba(0,0,0,0.085) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.065) 0px, rgba(0,0,0,0.065) 1px, transparent 1px, transparent 58px),
    radial-gradient(circle at 10% 12%, rgba(255,43,47,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,0,0,0.12), transparent 36%) !important;
}

body.page-index .capability-bg::before {
  inset: 30px min(3.2vw, 52px) 30px min(3.2vw, 52px) !important;
  border-top-color: rgba(0,0,0,0.10) !important;
  border-right-color: rgba(0,0,0,0.10) !important;
  border-bottom-color: rgba(0,0,0,0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.54), 0 36px 100px rgba(0,0,0,0.09) !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.05)) !important;
}

body.page-index .capability-wrap {
  width: min(1260px, calc(100% - 96px)) !important;
}

body.page-index .capability-head {
  align-items: start !important;
  margin-bottom: 38px !important;
}

body.page-index .capability-title .eyebrow,
body.page-index .feedback-heading .eyebrow {
  letter-spacing: 0.34em !important;
}

body.page-index .capability-title h2 {
  max-width: 760px !important;
  font-size: clamp(42px, 4.1vw, 68px) !important;
  line-height: 0.95 !important;
}

body.page-index .capability-copy {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.78) !important;
  border-left-width: 6px !important;
  padding: 25px 30px !important;
  box-shadow: 0 26px 68px rgba(0,0,0,0.10) !important;
}

body.page-index .capability-copy::after {
  content: "" !important;
  position: absolute !important;
  right: -35px !important;
  top: -35px !important;
  width: 96px !important;
  height: 96px !important;
  border: 12px solid rgba(255,43,47,0.13) !important;
}

body.page-index .capability-cards {
  gap: 24px !important;
  margin-bottom: 42px !important;
}

body.page-index .capability-cards .service-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 206px !important;
  padding: 28px 28px 26px !important;
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  border-top: 5px solid #ff2b2f !important;
  box-shadow: 0 28px 74px rgba(0,0,0,0.11) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

body.page-index .capability-cards .service-card:hover {
  transform: translateY(-6px) !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 36px 90px rgba(0,0,0,0.16) !important;
}

.service-card-mark {
  display: block !important;
  margin-bottom: 22px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.24em !important;
  color: #ff2b2f !important;
}

body.page-index .capability-cards h3 {
  font-size: 22px !important;
  margin-bottom: 13px !important;
}

body.page-index .capability-cards p {
  font-size: 16px !important;
  line-height: 1.52 !important;
}

.service-card-link {
  position: relative !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin-top: auto !important;
  padding-top: 20px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #050505 !important;
}

.service-card-link::after {
  content: "→" !important;
  color: #ff2b2f !important;
  font-size: 15px !important;
  transform: translateY(-1px) !important;
  transition: transform 180ms ease !important;
}

.service-card-link:hover::after {
  transform: translate(4px, -1px) !important;
}

body.page-index .feedback-panel {
  position: relative !important;
  grid-template-columns: 0.74fr 1.26fr !important;
  gap: 30px !important;
  padding: 34px !important;
  background:
    linear-gradient(135deg, rgba(8,8,8,0.98), rgba(22,22,22,0.96)) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-left: 6px solid #ff2b2f !important;
  box-shadow: 0 34px 96px rgba(0,0,0,0.24) !important;
}

body.page-index .feedback-panel::after {
  content: "" !important;
  position: absolute !important;
  right: 24px !important;
  top: 24px !important;
  width: 96px !important;
  height: 96px !important;
  border-top: 9px solid rgba(255,43,47,0.26) !important;
  border-right: 9px solid rgba(255,43,47,0.26) !important;
  pointer-events: none !important;
}

body.page-index .feedback-heading h2 {
  max-width: 430px !important;
  font-size: clamp(34px, 2.9vw, 52px) !important;
}

body.page-index .confidence-grid {
  gap: 18px !important;
}

body.page-index .confidence-card {
  position: relative !important;
  overflow: hidden !important;
  padding: 26px 24px 24px !important;
  background: rgba(255,255,255,0.94) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  min-height: 190px !important;
}

body.page-index .confidence-card::after {
  content: "" !important;
  position: absolute !important;
  right: -35px !important;
  bottom: -35px !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  background: rgba(255,43,47,0.065) !important;
}

.confidence-number {
  display: block !important;
  margin-bottom: 18px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.24em !important;
  color: #ff2b2f !important;
}

body.page-index .confidence-card h3 {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 12px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  color: #050505 !important;
}

body.page-index .confidence-card p {
  position: relative !important;
  z-index: 2 !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
  font-weight: 600 !important;
  color: rgba(0,0,0,0.74) !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .hero-actions,
  body.hero-entrance-sequence.page-index .hero-proof-strip {
    transform: translateX(46px);
    opacity: 0;
    animation: drHeroTextIn 430ms cubic-bezier(0.2, 0.82, 0.2, 1) forwards;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .hero-actions { animation-delay: 3920ms; }
  body.hero-entrance-sequence.page-index .hero-proof-strip { animation-delay: 4100ms; }
}

@media (prefers-reduced-motion: reduce) {
  body.hero-entrance-sequence.page-index .hero-actions,
  body.hero-entrance-sequence.page-index .hero-proof-strip {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1180px) {
  body.page-index .elevated-hero {
    width: min(100% - 64px, 1120px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    text-align: center !important;
  }

  body.page-index .brand-stage {
    align-items: center !important;
  }

  body.page-index .hero-logo {
    width: min(500px, 70vw) !important;
  }

  body.page-index .hero-message {
    border-left: 0 !important;
    border-top: 7px solid #ff2b2f !important;
    padding: 34px 0 0 !important;
  }

  body.page-index .hero-message::before,
  body.page-index .hero-message::after {
    display: none !important;
  }

  .hero-actions,
  .hero-proof-strip {
    justify-content: center !important;
  }

  body.page-index .capability-head,
  body.page-index .feedback-panel {
    grid-template-columns: 1fr !important;
  }

  body.page-index .capability-copy {
    justify-self: stretch !important;
    max-width: none !important;
  }

  body.page-index .feedback-heading h2 {
    max-width: 760px !important;
  }
}

@media (max-width: 980px) {
  body.page-index .capability-cards,
  body.page-index .feedback-panel .review-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-index .confidence-card {
    min-height: auto !important;
  }
}

@media (max-width: 720px) {
  body.page-index .elevated-hero {
    width: calc(100% - 34px) !important;
  }

  body.page-index .hero-logo {
    width: min(390px, 82vw) !important;
  }

  .hero-btn {
    width: 100% !important;
  }

  .hero-proof-strip span {
    width: 100% !important;
    justify-content: center !important;
  }

  body.page-index .capability-wrap {
    width: calc(100% - 32px) !important;
  }

  body.page-index .feedback-panel {
    padding: 24px !important;
  }
}


/* v60 Why Us page layout refresh - structure only */
.why-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(72vh - 94px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.80), rgba(246,242,239,0.92)),
    url('assets/background/home.png');
  background-size: cover;
  background-position: center;
}

.why-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.62), rgba(255,255,255,0.62)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.09) 0px, rgba(0,0,0,0.09) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.065) 0px, rgba(0,0,0,0.065) 1px, transparent 1px, transparent 60px);
}

.why-hero-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
  padding: 82px 0;
}

.why-hero-copy h1,
.why-process h2,
.why-cta h2 {
  margin: 0;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  color: #050505;
}

.why-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(58px, 7vw, 118px);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.why-hero-panel {
  background: rgba(255,255,255,0.82);
  border-left: 6px solid #ff2b2f;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.11);
}

.why-hero-panel p {
  margin: 0 0 24px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.55;
  color: #252525;
}

.why-main {
  position: relative;
  overflow: hidden;
  background: #f2efec;
  padding: 72px 0;
}

.why-bg-panel {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.58), rgba(245,241,238,0.78)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.09) 0px, rgba(0,0,0,0.09) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.065) 0px, rgba(0,0,0,0.065) 1px, transparent 1px, transparent 58px),
    radial-gradient(circle at 12% 20%, rgba(255,43,47,0.13), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(0,0,0,0.09), transparent 34%);
}

.why-bg-panel::before {
  content: "";
  position: absolute;
  inset: 32px min(4vw, 64px);
  border: 1px solid rgba(0,0,0,0.13);
  border-left: 6px solid #ff2b2f;
  box-shadow: 0 30px 90px rgba(0,0,0,0.08);
}

.why-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.13);
  border-top: 6px solid #ff2b2f;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.10);
}

.why-feature-card::after,
.why-link-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,43,47,0.07);
}

.why-feature-card.dark {
  background: #080808;
  color: #fff;
}

.why-feature-card.red {
  background: #ff2b2f;
  color: #050505;
}

.why-feature-card span,
.why-link-card span {
  display: block;
  margin-bottom: 18px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff2b2f;
}

.why-feature-card.red span {
  color: #050505;
}

.why-feature-card h2,
.why-link-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.why-feature-card p,
.why-feature-card li,
.why-link-card p,
.why-link-card a,
.why-steps p,
.why-steps h3,
.why-steps strong,
.why-cta p {
  font-family: 'Liberation Sans', Arial, sans-serif;
}

.why-feature-card p,
.why-feature-card li,
.why-link-card p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
}

.why-feature-card p,
.why-link-card p {
  margin: 0 0 20px;
}

.why-feature-card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-feature-card li {
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.why-feature-card.dark li {
  border-top-color: rgba(255,255,255,0.16);
}

.why-process {
  background: #050505;
  color: #fff;
  padding: 78px 0;
}

.why-process-wrap {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.why-process h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.why-steps {
  display: grid;
  gap: 16px;
}

.why-steps article {
  display: grid;
  grid-template-columns: 68px 0.5fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.13);
  border-left: 5px solid #ff2b2f;
}

.why-steps strong {
  color: #ff2b2f;
  letter-spacing: 0.18em;
}

.why-steps h3 {
  margin: 0;
  font-size: 22px;
}

.why-steps p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
}

.why-link-section {
  background: #f7f4f1;
  padding: 78px 0;
}

.why-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.why-link-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.13);
  border-top: 5px solid #ff2b2f;
  padding: 26px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.08);
}

.why-link-card a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 4px;
  color: #050505;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #ff2b2f;
}

.why-cta {
  background: #ff2b2f;
  color: #050505;
  padding: 70px 0;
}

.why-cta-wrap {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
}

.why-cta h2 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.why-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.5;
}

.why-cta .btn {
  flex: 0 0 auto;
  background: #050505;
  color: #fff;
}

@media (max-width: 1100px) {
  .why-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .why-hero-wrap,
  .why-layout,
  .why-process-wrap,
  .why-steps article {
    grid-template-columns: 1fr;
  }

  .why-hero {
    min-height: auto;
  }

  .why-hero-wrap {
    padding: 68px 0;
  }

  .why-cta-wrap {
    display: grid;
  }
}

@media (max-width: 720px) {
  .why-main,
  .why-process,
  .why-link-section,
  .why-cta {
    padding: 56px 0;
  }

  .why-link-grid {
    grid-template-columns: 1fr;
  }

  .why-feature-card,
  .why-link-card {
    min-height: auto;
    padding: 24px;
  }
}


/* v62 homepage hero correction - removes duplicate hero actions, restores balance, preserves entrance animation */
body.page-index .home-hero {
  min-height: calc(100vh - 96px) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.50) 0%, rgba(255,255,255,0.38) 48%, rgba(255,255,255,0.30) 100%),
    radial-gradient(circle at 18% 52%, rgba(255,43,47,0.045), transparent 34%),
    url('assets/background/home.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-bottom: 1px solid rgba(0,0,0,0.14) !important;
}

body.page-index .home-hero::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.075)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.026) 0 1px, transparent 1px 120px) !important;
}

body.page-index .home-hero::after {
  display: none !important;
}

body.page-index .elevated-hero {
  width: min(1500px, calc(100% - 96px)) !important;
  min-height: calc(100vh - 96px) !important;
  grid-template-columns: minmax(420px, 0.95fr) minmax(480px, 1.05fr) !important;
  gap: clamp(54px, 7vw, 120px) !important;
  padding: clamp(24px, 3.7vh, 44px) 0 !important;
}

body.page-index .hero-logo {
  width: min(630px, 41.5vw) !important;
  max-height: 56vh !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 22px 38px rgba(0,0,0,0.16)) !important;
}

body.page-index .hero-message {
  padding: clamp(30px, 4vw, 54px) 0 clamp(30px, 4vw, 54px) clamp(32px, 4vw, 58px) !important;
  border-left: 8px solid #ff2b2f !important;
}

body.page-index .hero-message::before {
  left: 8px !important;
  background: rgba(0,0,0,0.14) !important;
}

body.page-index .mini-label {
  margin-bottom: 14px !important;
  font-size: clamp(13px, 0.88vw, 15px) !important;
  letter-spacing: 0.18em !important;
}

body.page-index .hero h1 {
  max-width: 770px !important;
  font-size: clamp(54px, 6.2vw, 112px) !important;
  line-height: 0.88 !important;
  letter-spacing: 0.004em !important;
  text-shadow: 0 18px 38px rgba(255,255,255,0.18) !important;
}

body.page-index .hero-copy {
  max-width: 640px !important;
  margin-top: 26px !important;
  color: rgba(0,0,0,0.84) !important;
  font-weight: 500 !important;
}

body.page-index .hero-actions,
body.page-index .hero-proof-strip {
  display: none !important;
}

@media (max-width: 1180px) {
  body.page-index .elevated-hero {
    width: min(100% - 64px, 1120px) !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    text-align: center !important;
    min-height: auto !important;
    padding: 44px 0 58px !important;
  }

  body.page-index .hero-logo {
    width: min(520px, 72vw) !important;
    max-height: 38vh !important;
    object-position: center !important;
  }

  body.page-index .brand-stage {
    align-items: center !important;
  }

  body.page-index .hero-message {
    border-left: 0 !important;
    border-top: 7px solid #ff2b2f !important;
    padding: 32px 0 0 !important;
  }

  body.page-index .hero-message::before,
  body.page-index .hero-message::after {
    display: none !important;
  }
}

@media (max-width: 720px) {
  body.page-index .elevated-hero {
    width: calc(100% - 34px) !important;
  }

  body.page-index .hero-logo {
    width: min(390px, 84vw) !important;
  }
}


/* v63 homepage header lift + stronger hero background - animation untouched */
body.page-index .top-bar {
  background: linear-gradient(180deg, #090909 0%, #020202 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.05) !important;
}

body.page-index .bar-inner {
  height: 42px !important;
}

body.page-index .contact-strip,
body.page-index .social-strip {
  gap: 0 !important;
}

body.page-index .contact-strip span,
body.page-index .social-strip a,
body.page-index .social-strip span {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 18px !important;
  border-left: 1px solid rgba(255,255,255,0.13) !important;
}

body.page-index .contact-strip span:last-child,
body.page-index .social-strip a:last-child,
body.page-index .social-strip span:last-child {
  border-right: 1px solid rgba(255,255,255,0.13) !important;
}

body.page-index .contact-strip a,
body.page-index .social-strip a {
  color: #fff !important;
  text-decoration: none !important;
}

body.page-index .main-nav {
  position: relative !important;
  background:
    linear-gradient(180deg, #ff363b 0%, #ff292f 48%, #e8161d 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.22) !important;
  border-bottom: 1px solid rgba(0,0,0,0.36) !important;
  box-shadow:
    0 10px 26px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.26),
    inset 0 -1px 0 rgba(0,0,0,0.18) !important;
}

body.page-index .main-nav::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.00), rgba(255,255,255,0.16), rgba(255,255,255,0.00)) !important;
  opacity: 0.42 !important;
  pointer-events: none !important;
}

body.page-index .nav-inner {
  width: min(1500px, calc(100% - 80px)) !important;
  min-height: 54px !important;
  gap: 0 !important;
  justify-content: center !important;
  overflow: visible !important;
}

body.page-index .nav-link {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(18px, 2.3vw, 34px) !important;
  border-left: 1px solid rgba(0,0,0,0.16) !important;
  border-right: 1px solid rgba(255,255,255,0.16) !important;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

body.page-index .nav-dropdown {
  display: inline-flex !important;
  align-items: stretch !important;
}

body.page-index .nav-link:hover,
body.page-index .nav-link.active {
  background: rgba(255,255,255,0.13) !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 -4px 0 #ffffff !important;
}

body.page-index .nav-link::after {
  display: none !important;
}

body.page-index .dropdown-menu {
  box-shadow: 0 22px 60px rgba(0,0,0,0.26) !important;
  border: 1px solid rgba(0,0,0,0.18) !important;
  border-top: 4px solid #050505 !important;
}

body.page-index .home-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.20) 46%, rgba(255,255,255,0.12) 100%),
    radial-gradient(circle at 18% 50%, rgba(255,43,47,0.025), transparent 32%),
    url('assets/background/home.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body.page-index .home-hero::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.00), rgba(255,255,255,0.035)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.020) 0 1px, transparent 1px 120px) !important;
}

body.page-index .hero-message {
  background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(255,255,255,0.00)) !important;
}

body.page-index .hero-copy {
  color: #ff292f !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 14px 30px rgba(0,0,0,0.12) !important;
}

@media (max-width: 1180px) {
  body.page-index .contact-strip span,
  body.page-index .social-strip a,
  body.page-index .social-strip span {
    padding: 0 12px !important;
  }

  body.page-index .nav-inner {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  body.page-index .nav-link {
    flex: 0 0 auto !important;
    padding: 0 22px !important;
  }
}

@media (max-width: 900px) {
  body.page-index .bar-inner {
    height: auto !important;
  }

  body.page-index .contact-strip,
  body.page-index .social-strip {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  body.page-index .contact-strip span,
  body.page-index .social-strip a,
  body.page-index .social-strip span {
    min-height: 34px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
  }

  body.page-index .hero-message {
    background: transparent !important;
  }
}


/* v64 Wayne requested homepage header/hero correction - animation untouched */
body.page-index .top-bar {
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.18) !important;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.08) !important;
}

body.page-index .bar-inner {
  height: 42px !important;
}

body.page-index .contact-strip,
body.page-index .social-strip {
  gap: 0 !important;
  align-items: center !important;
}

body.page-index .contact-strip span,
body.page-index .social-strip a {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border-left: 0 !important;
  border-right: 1px solid rgba(255,255,255,0.72) !important;
  background: transparent !important;
}

body.page-index .contact-strip span:first-child,
body.page-index .social-strip a:first-child {
  border-left: 1px solid rgba(255,255,255,0.72) !important;
}

body.page-index .contact-strip span:last-child,
body.page-index .social-strip a:last-child {
  border-right: 1px solid rgba(255,255,255,0.72) !important;
}

body.page-index .contact-strip a,
body.page-index .social-strip a {
  color: #ffffff !important;
  text-decoration: none !important;
}

body.page-index .social-strip {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.page-index .social-strip a,
body.page-index .social-icons a {
  width: auto !important;
  height: 42px !important;
  min-width: 46px !important;
  color: #ffffff !important;
}

body.page-index .social-strip svg,
body.page-index .social-icons svg {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  fill: #ffffff !important;
  opacity: 1 !important;
}

body.page-index .social-strip a:hover svg,
body.page-index .social-icons a:hover svg {
  fill: #ff2b2f !important;
}

body.page-index .main-nav {
  position: relative !important;
  background:
    linear-gradient(180deg, #ff3a3f 0%, #ff292f 46%, #e8141b 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.26) !important;
  border-bottom: 1px solid rgba(0,0,0,0.38) !important;
  box-shadow:
    0 8px 22px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.26),
    inset 0 -1px 0 rgba(0,0,0,0.18) !important;
}

body.page-index .main-nav::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.12), rgba(255,255,255,0)) !important;
  opacity: 0.32 !important;
  pointer-events: none !important;
}

body.page-index .nav-inner {
  width: min(1500px, calc(100% - 80px)) !important;
  min-height: 54px !important;
  gap: 0 !important;
  justify-content: center !important;
  overflow: visible !important;
}

body.page-index .nav-link {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(18px, 2.3vw, 34px) !important;
  border-left: 0 !important;
  border-right: 1px solid rgba(255,255,255,0.28) !important;
  background: transparent !important;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

body.page-index .nav-inner > .nav-link:first-child,
body.page-index .nav-inner > .nav-dropdown:first-child .nav-link {
  border-left: 0 !important;
}

body.page-index .nav-inner > .nav-link:last-child,
body.page-index .nav-inner > .nav-dropdown:last-child .nav-link {
  border-right: 0 !important;
}

body.page-index .nav-dropdown {
  display: inline-flex !important;
  align-items: stretch !important;
  border-right: 1px solid rgba(255,255,255,0.28) !important;
}

body.page-index .nav-dropdown .nav-link {
  border-right: 0 !important;
}

body.page-index .nav-link:hover,
body.page-index .nav-link.active,
body.page-index .nav-dropdown:hover .nav-link {
  background: rgba(255,255,255,0.13) !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 -4px 0 #ffffff !important;
}

body.page-index .nav-link::after {
  display: none !important;
}

body.page-index .home-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.11) 45%, rgba(255,255,255,0.035) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.06) 100%),
    url('assets/background/home.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body.page-index .home-hero::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.00), rgba(255,255,255,0.02)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.018) 0 1px, transparent 1px 120px) !important;
}

body.page-index .brand-stage {
  position: relative !important;
}

body.page-index .brand-stage::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 112% !important;
  height: 82% !important;
  transform: translate(-50%, -50%) !important;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.12) 42%, rgba(255,255,255,0.00) 72%) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

body.page-index .hero-logo {
  filter: drop-shadow(0 18px 26px rgba(0,0,0,0.12)) !important;
}

body.page-index .hero-message {
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.00)) !important;
}

body.page-index .hero-copy {
  margin-top: 24px !important;
  max-width: 620px !important;
  color: #ff292f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.30), 0 12px 26px rgba(0,0,0,0.16) !important;
}

@media (max-width: 1180px) {
  body.page-index .contact-strip span,
  body.page-index .social-strip a {
    padding: 0 12px !important;
  }

  body.page-index .nav-inner {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  body.page-index .nav-link {
    flex: 0 0 auto !important;
    padding: 0 22px !important;
  }
}

@media (max-width: 900px) {
  body.page-index .bar-inner {
    height: auto !important;
  }

  body.page-index .contact-strip,
  body.page-index .social-strip {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  body.page-index .contact-strip span,
  body.page-index .social-strip a {
    min-height: 34px !important;
    height: 34px !important;
    border: 1px solid rgba(255,255,255,0.30) !important;
  }

  body.page-index .hero-message {
    background: transparent !important;
  }
}

/* v71 Wayne homepage restoration - animation preserved, logo/readability corrected */
body.page-index .top-bar {
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.16) !important;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.08) !important;
}

body.page-index .bar-inner {
  height: 42px !important;
  width: min(1500px, calc(100% - 80px)) !important;
}

body.page-index .contact-strip,
body.page-index .social-strip,
body.page-index .social-icons {
  gap: 0 !important;
  align-items: center !important;
}

body.page-index .contact-strip span,
body.page-index .social-strip a,
body.page-index .social-icons a {
  position: relative !important;
  min-height: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

body.page-index .contact-strip span::after,
body.page-index .social-strip a::after,
body.page-index .social-icons a::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  width: 1px !important;
  height: 18px !important;
  transform: translateY(-50%) !important;
  background: rgba(255,255,255,0.72) !important;
  pointer-events: none !important;
}

body.page-index .contact-strip span:last-child::after,
body.page-index .social-strip a:last-child::after,
body.page-index .social-icons a:last-child::after {
  display: none !important;
}

body.page-index .social-strip,
body.page-index .social-icons {
  display: flex !important;
  margin-left: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-index .social-strip a,
body.page-index .social-icons a {
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
}

body.page-index .social-strip svg,
body.page-index .social-icons svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  fill: #ffffff !important;
  opacity: 1 !important;
}

body.page-index .social-strip a:hover svg,
body.page-index .social-icons a:hover svg {
  fill: #ff2b2f !important;
}

body.page-index .main-nav {
  position: relative !important;
  background: linear-gradient(180deg, #ff3a3f 0%, #ff272d 50%, #e8171e 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.24) !important;
  border-bottom: 1px solid rgba(0,0,0,0.38) !important;
  box-shadow:
    0 8px 22px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -1px 0 rgba(0,0,0,0.18) !important;
}

body.page-index .main-nav::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.12), rgba(255,255,255,0)) !important;
  opacity: 0.32 !important;
  pointer-events: none !important;
}

body.page-index .nav-inner {
  width: min(1500px, calc(100% - 80px)) !important;
  min-height: 54px !important;
  gap: 0 !important;
  justify-content: center !important;
  overflow: visible !important;
}

body.page-index .nav-link {
  position: relative !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(18px, 2.3vw, 34px) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

body.page-index .nav-link::before {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  width: 1px !important;
  height: 24px !important;
  transform: translateY(-50%) !important;
  background: rgba(255,255,255,0.28) !important;
  box-shadow: 1px 0 0 rgba(0,0,0,0.10) !important;
  pointer-events: none !important;
}

body.page-index .nav-inner > .nav-link:first-child::after,
body.page-index .nav-inner > .nav-link:last-child::before,
body.page-index .nav-inner > .nav-dropdown:last-child .nav-link::before,
body.page-index .nav-inner > .nav-dropdown:last-child::before {
  display: none !important;
}

body.page-index .nav-dropdown {
  position: relative !important;
  display: inline-flex !important;
  align-items: stretch !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.page-index .nav-dropdown::before {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  width: 1px !important;
  height: 24px !important;
  transform: translateY(-50%) !important;
  background: rgba(255,255,255,0.28) !important;
  box-shadow: 1px 0 0 rgba(0,0,0,0.10) !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

body.page-index .nav-dropdown .nav-link::before {
  display: none !important;
}

body.page-index .nav-link:hover,
body.page-index .nav-link.active,
body.page-index .nav-dropdown:hover .nav-link {
  background: rgba(255,255,255,0.13) !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 -4px 0 #ffffff !important;
}

body.page-index .nav-link::after {
  display: none !important;
}

body.page-index .home-hero {
  min-height: calc(100vh - 96px) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.52) 0%, rgba(255,255,255,0.34) 44%, rgba(255,255,255,0.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.08) 100%),
    url('assets/background/home.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-bottom: 1px solid rgba(0,0,0,0.14) !important;
}

body.page-index .home-hero::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.06)),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.024) 0 1px, transparent 1px 120px) !important;
}

body.page-index .home-hero::after {
  display: none !important;
}

body.page-index .elevated-hero {
  width: min(1500px, calc(100% - 96px)) !important;
  min-height: calc(100vh - 96px) !important;
  grid-template-columns: minmax(430px, 0.98fr) minmax(480px, 1.02fr) !important;
  gap: clamp(54px, 6.8vw, 116px) !important;
  padding: clamp(24px, 3.7vh, 44px) 0 !important;
}

body.page-index .brand-stage::before,
body.page-index .brand-stage::after {
  display: none !important;
  content: none !important;
}

body.page-index .hero-logo,
body.page-index .brand-stage img.hero-logo {
  width: min(700px, 44vw) !important;
  max-height: 60vh !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,0.18)) !important;
  image-rendering: auto !important;
  backface-visibility: hidden !important;
}

body.page-index .hero-message {
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(255,255,255,0.075) 54%, rgba(255,255,255,0.00)) !important;
  padding: clamp(30px, 4vw, 54px) 0 clamp(30px, 4vw, 54px) clamp(32px, 4vw, 58px) !important;
  border-left: 8px solid #ff2b2f !important;
}

body.page-index .hero-message::before {
  left: 8px !important;
  background: rgba(0,0,0,0.14) !important;
}

body.page-index .mini-label,
body.page-index .hero-copy {
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 10px 24px rgba(0,0,0,0.16) !important;
}

body.page-index .mini-label {
  margin-bottom: 14px !important;
  font-size: clamp(13px, 0.88vw, 15px) !important;
}

body.page-index .hero-copy {
  max-width: 660px !important;
  margin-top: 26px !important;
  font-size: clamp(13px, 0.95vw, 16px) !important;
  line-height: 1.55 !important;
}

body.page-index .hero h1 {
  max-width: 770px !important;
  font-size: clamp(54px, 6.2vw, 112px) !important;
  line-height: 0.88 !important;
  letter-spacing: 0.004em !important;
  text-shadow: 0 18px 38px rgba(255,255,255,0.22) !important;
}

body.page-index .hero-actions,
body.page-index .hero-proof-strip {
  display: none !important;
}

@media (max-width: 1180px) {
  body.page-index .contact-strip span,
  body.page-index .social-strip a,
  body.page-index .social-icons a {
    padding: 0 12px !important;
  }

  body.page-index .nav-inner {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  body.page-index .nav-link {
    flex: 0 0 auto !important;
    padding: 0 22px !important;
  }
}

@media (max-width: 900px) {
  body.page-index .bar-inner {
    height: auto !important;
  }

  body.page-index .contact-strip,
  body.page-index .social-strip,
  body.page-index .social-icons {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  body.page-index .contact-strip span,
  body.page-index .social-strip a,
  body.page-index .social-icons a {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 12px !important;
    border: 0 !important;
  }

  body.page-index .contact-strip span::after,
  body.page-index .social-strip a::after,
  body.page-index .social-icons a::after {
    height: 14px !important;
  }

  body.page-index .hero-message {
    background: transparent !important;
  }
}

/* v68 homepage lower hero strap readability fix - animation untouched */
body.page-index .hero-copy {
  display: inline-block !important;
  width: auto !important;
  max-width: 680px !important;
  margin-top: 24px !important;
  padding: 12px 16px 11px !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.34), rgba(0,0,0,0.20)) !important;
  border-left: 4px solid #ff2b2f !important;
  border-top: 1px solid rgba(255,255,255,0.14) !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: clamp(13px, 0.9vw, 15px) !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.46), 0 10px 24px rgba(0,0,0,0.22) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,0.16) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

@media (max-width: 1180px) {
  body.page-index .hero-copy {
    max-width: 100% !important;
    text-align: left !important;
  }
}


/* v69 homepage hero panel reveal fix - prevents the hero text backing sitting there before the animation */
body.page-index .hero-message {
  position: relative !important;
  isolation: isolate !important;
  background: transparent !important;
  overflow: visible !important;
}

body.page-index .hero-panel-reveal {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(255,255,255,0.075) 54%, rgba(255,255,255,0.00)) !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  border-radius: 0 !important;
}

body.page-index .hero-message > :not(.hero-panel-reveal) {
  position: relative !important;
  z-index: 2 !important;
}

body.page-index .hero-message::before,
body.page-index .hero-message::after {
  z-index: 3 !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .hero-panel-reveal {
    opacity: 0 !important;
    transform: scale(0.035) !important;
    border-radius: 999px !important;
    animation: drHeroPanelZoomIn 620ms cubic-bezier(0.18, 0.78, 0.22, 1) 2860ms forwards !important;
    will-change: transform, opacity, border-radius;
  }
}

@keyframes drHeroPanelZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.035);
    border-radius: 999px;
  }
  42% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.hero-entrance-sequence.page-index .hero-panel-reveal {
    animation: none !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    border-radius: 0 !important;
  }
}

/* v70 homepage top quote pulse + cleaner header alignment */
body.page-index .top-bar {
  position: relative !important;
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
}

body.page-index .top-bar .bar-inner {
  width: min(1500px, calc(100% - 80px)) !important;
  height: 42px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 0 auto !important;
}

body.page-index .top-bar .contact-strip {
  justify-self: start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  height: 100% !important;
}

body.page-index .top-bar .contact-strip span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 0 18px !important;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.015em !important;
}

body.page-index .top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

body.page-index .top-bar .contact-strip span:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .contact-strip a {
  color: #fff !important;
  text-decoration: none !important;
}

body.page-index .top-quote-pulse {
  position: relative !important;
  z-index: 5 !important;
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  height: 100% !important;
  padding: 0 24px !important;
  color: #ff2b2f !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-shadow: 0 0 16px rgba(255,43,47,0.42) !important;
  animation: drTopQuotePulse 1.15s ease-in-out infinite !important;
  cursor: pointer !important;
}

body.page-index .top-quote-pulse::before,
body.page-index .top-quote-pulse::after {
  content: "" !important;
  position: absolute !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.68) !important;
}

body.page-index .top-quote-pulse::before { left: 0 !important; }
body.page-index .top-quote-pulse::after { right: 0 !important; }

body.page-index .top-quote-pulse:hover {
  color: #fff !important;
  text-shadow: 0 0 18px rgba(255,255,255,0.42), 0 0 26px rgba(255,43,47,0.34) !important;
}

@keyframes drTopQuotePulse {
  0%, 100% {
    opacity: 0.72;
    transform: translateY(0);
    letter-spacing: 0.14em;
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
    letter-spacing: 0.19em;
  }
}

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  justify-self: end !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  height: 100% !important;
}

body.page-index .top-bar .social-icons a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.page-index .top-bar .social-icons a::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.68) !important;
}

body.page-index .top-bar .social-icons a:last-child::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.68) !important;
}

body.page-index .top-bar .social-icons svg {
  width: 14px !important;
  height: 14px !important;
  fill: #fff !important;
}

@media (max-width: 980px) {
  body.page-index .top-bar .bar-inner {
    width: min(100% - 28px, 720px) !important;
    grid-template-columns: 1fr auto !important;
    height: auto !important;
    min-height: 46px !important;
    row-gap: 6px !important;
    padding: 6px 0 !important;
  }

  body.page-index .top-quote-pulse {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    height: 28px !important;
    min-width: 0 !important;
  }

  body.page-index .top-bar .contact-strip {
    flex-wrap: wrap !important;
    row-gap: 4px !important;
  }

  body.page-index .top-bar .contact-strip span {
    height: 22px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  body.page-index .top-bar .contact-strip span:first-child {
    padding-left: 0 !important;
  }
}

/* v72 Wayne header timing fix - lighter contact text, staged quote/social reveal */
body.page-index .top-bar .contact-strip span,
body.page-index .top-bar .contact-strip a {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

body.page-index .top-quote-pulse {
  font-weight: 850 !important;
  text-shadow: 0 0 10px rgba(255,43,47,0.35) !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .top-bar .contact-strip {
    transform: translateX(-26px);
    opacity: 0;
    animation: drSlideInLeft 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1180ms forwards !important;
    will-change: transform, opacity;
  }

  body.hero-entrance-sequence.page-index .top-quote-pulse {
    transform: translateY(-6px) scale(0.96);
    opacity: 0;
    animation:
      drTopQuoteEnter 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1320ms forwards,
      drTopQuotePulseSoft 1.4s ease-in-out 1840ms infinite !important;
    will-change: transform, opacity, letter-spacing;
  }

  body.hero-entrance-sequence.page-index .top-bar .social-strip,
  body.hero-entrance-sequence.page-index .top-bar .social-icons {
    transform: translateX(26px);
    opacity: 0;
    animation: drSlideInRight 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1460ms forwards !important;
    will-change: transform, opacity;
  }
}

@keyframes drTopQuoteEnter {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes drTopQuotePulseSoft {
  0%, 100% {
    opacity: 0.78;
    transform: translateY(0) scale(1);
    letter-spacing: 0.15em;
  }
  50% {
    opacity: 1;
    transform: translateY(-1px) scale(1.012);
    letter-spacing: 0.18em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.hero-entrance-sequence.page-index .top-quote-pulse {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* v73 Wayne header animation visibility fix - removes locked hidden state from staged top bar items */
body.page-index .top-bar .contact-strip,
body.page-index .top-quote-pulse,
body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
  body.hero-entrance-sequence.page-index .top-bar .contact-strip,
  body.hero-entrance-sequence.page-index .top-quote-pulse,
  body.hero-entrance-sequence.page-index .top-bar .social-strip,
  body.hero-entrance-sequence.page-index .top-bar .social-icons {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* v74 Wayne top-bar spacing correction - true left / centre / right layout */
body.page-index .top-bar .bar-inner {
  width: 100% !important;
  max-width: none !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  gap: 0 !important;
}

body.page-index .top-bar .contact-strip {
  position: absolute !important;
  left: 26px !important;
  top: 0 !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: none !important;
}

body.page-index .top-bar .contact-strip span {
  height: 42px !important;
  padding: 0 18px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.page-index .top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

body.page-index .top-quote-pulse {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
  height: 42px !important;
  min-width: 210px !important;
  padding: 0 28px !important;
  justify-self: auto !important;
}

body.page-index .top-quote-pulse::before,
body.page-index .top-quote-pulse::after {
  top: 9px !important;
  bottom: 9px !important;
}

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  position: absolute !important;
  right: 26px !important;
  top: 0 !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

body.page-index .top-bar .social-icons a {
  height: 42px !important;
  width: 42px !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .top-bar .contact-strip {
    transform: translateX(-26px) !important;
    opacity: 0;
    animation: drSlideInLeft 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1180ms forwards !important;
  }

  body.hero-entrance-sequence.page-index .top-quote-pulse {
    transform: translateX(-50%) translateY(-6px) scale(0.96) !important;
    opacity: 0;
    animation:
      drTopQuoteEnterCentred 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1320ms forwards,
      drTopQuotePulseCentred 1.4s ease-in-out 1840ms infinite !important;
  }

  body.hero-entrance-sequence.page-index .top-bar .social-strip,
  body.hero-entrance-sequence.page-index .top-bar .social-icons {
    transform: translateX(26px) !important;
    opacity: 0;
    animation: drSlideInRight 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1460ms forwards !important;
  }
}

@keyframes drTopQuoteEnterCentred {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-6px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes drTopQuotePulseCentred {
  0%, 100% {
    opacity: 0.78;
    transform: translateX(-50%) translateY(0) scale(1);
    letter-spacing: 0.15em;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-1px) scale(1.012);
    letter-spacing: 0.18em;
  }
}

@media (max-width: 980px) {
  body.page-index .top-bar .bar-inner {
    height: auto !important;
    min-height: 76px !important;
    padding: 6px 18px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    row-gap: 4px !important;
  }

  body.page-index .top-bar .contact-strip,
  body.page-index .top-bar .social-strip,
  body.page-index .top-bar .social-icons,
  body.page-index .top-quote-pulse {
    position: static !important;
    transform: none !important;
  }

  body.page-index .top-quote-pulse {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    height: 28px !important;
    min-width: 190px !important;
  }
}

/* v75 Wayne black-strip reset + clean hero copy colour
   Fixes the messy absolute positioning from the previous header pass. */
body.page-index .top-bar {
  height: 44px !important;
  min-height: 44px !important;
  overflow: hidden !important;
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
}

body.page-index .top-bar .bar-inner {
  width: min(1500px, calc(100% - 140px)) !important;
  max-width: 1500px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(430px, 1fr) auto minmax(180px, 1fr) !important;
  align-items: center !important;
  justify-content: normal !important;
  column-gap: 28px !important;
  position: relative !important;
}

body.page-index .top-bar .contact-strip {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: none !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  gap: 0 !important;
  transform-origin: left center !important;
}

body.page-index .top-bar .contact-strip span {
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 15px !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: rgba(255,255,255,0.94) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

body.page-index .top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

body.page-index .top-bar .contact-strip a {
  color: rgba(255,255,255,0.94) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

body.page-index .top-bar .contact-strip span:not(:first-child)::before {
  top: 12px !important;
  bottom: 12px !important;
  background: rgba(255,255,255,0.78) !important;
}

body.page-index .top-quote-pulse {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  justify-self: center !important;
  align-self: center !important;
  min-width: 190px !important;
  height: 44px !important;
  padding: 0 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  color: #ff2b2f !important;
  font-size: 12.5px !important;
  font-weight: 850 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transform-origin: center center !important;
}

body.page-index .top-quote-pulse::before,
body.page-index .top-quote-pulse::after {
  top: 12px !important;
  bottom: 12px !important;
  background: rgba(255,255,255,0.76) !important;
}

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  position: static !important;
  right: auto !important;
  top: auto !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 0 !important;
  transform-origin: right center !important;
}

body.page-index .top-bar .social-icons a {
  height: 44px !important;
  width: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-index .top-bar .social-icons a::before,
body.page-index .top-bar .social-icons a:last-child::after {
  top: 12px !important;
  bottom: 12px !important;
  background: rgba(255,255,255,0.76) !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .top-bar .contact-strip {
    transform: translateX(-22px) !important;
    opacity: 0 !important;
    animation: drSlideInLeft 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1180ms forwards !important;
  }

  body.hero-entrance-sequence.page-index .top-quote-pulse {
    transform: translateY(-5px) scale(0.96) !important;
    opacity: 0 !important;
    animation:
      drTopQuoteEnterBalanced 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1320ms forwards,
      drTopQuotePulseBalanced 1.4s ease-in-out 1840ms infinite !important;
  }

  body.hero-entrance-sequence.page-index .top-bar .social-strip,
  body.hero-entrance-sequence.page-index .top-bar .social-icons {
    transform: translateX(22px) !important;
    opacity: 0 !important;
    animation: drSlideInRight 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1460ms forwards !important;
  }
}

@keyframes drTopQuoteEnterBalanced {
  from { opacity: 0; transform: translateY(-5px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes drTopQuotePulseBalanced {
  0%, 100% {
    opacity: 0.82;
    transform: translateY(0) scale(1);
    letter-spacing: 0.15em;
  }
  50% {
    opacity: 1;
    transform: translateY(-1px) scale(1.01);
    letter-spacing: 0.18em;
  }
}

body.page-index .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 2px 2px rgba(0,0,0,0.62), 0 14px 28px rgba(0,0,0,0.28) !important;
}

@media (max-width: 1180px) {
  body.page-index .top-bar {
    height: auto !important;
    min-height: 44px !important;
  }

  body.page-index .top-bar .bar-inner {
    width: min(100% - 36px, 920px) !important;
    height: auto !important;
    min-height: 44px !important;
    grid-template-columns: 1fr !important;
    row-gap: 2px !important;
    padding: 5px 0 !important;
  }

  body.page-index .top-bar .contact-strip,
  body.page-index .top-bar .social-strip,
  body.page-index .top-bar .social-icons,
  body.page-index .top-quote-pulse {
    justify-self: center !important;
    height: 30px !important;
  }

  body.page-index .top-bar .contact-strip span,
  body.page-index .top-bar .social-icons a {
    height: 30px !important;
  }
}

/* v76 Wayne header rescue - clean left/centre/right strip, visible after staged build */
body.page-index .top-bar {
  height: 44px !important;
  min-height: 44px !important;
  background: #050505 !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
}

body.page-index .top-bar .bar-inner {
  width: min(1500px, calc(100% - 96px)) !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  column-gap: 26px !important;
  position: relative !important;
}

body.page-index .top-bar .contact-strip {
  grid-column: 1 !important;
  position: relative !important;
  inset: auto !important;
  transform: none;
  opacity: 1;
  height: 44px !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-index .top-bar .contact-strip span {
  position: relative !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 14px !important;
  color: rgba(255,255,255,0.92) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

body.page-index .top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

body.page-index .top-bar .contact-strip span:not(:first-child)::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .contact-strip a,
body.page-index .top-bar .contact-strip a:link,
body.page-index .top-bar .contact-strip a:visited,
body.page-index .top-bar .contact-strip a:hover,
body.page-index .top-bar .contact-strip a:active {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

body.page-index .top-bar .contact-strip a:hover {
  color: #ff2b2f !important;
}

body.page-index .top-quote-pulse {
  grid-column: 2 !important;
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  transform: none;
  opacity: 1;
  width: auto !important;
  min-width: 190px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  align-self: center !important;
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
}

body.page-index .top-quote-pulse::before,
body.page-index .top-quote-pulse::after {
  content: '' !important;
  position: absolute !important;
  top: 12px !important;
  bottom: 12px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-quote-pulse::before { left: 0 !important; }
body.page-index .top-quote-pulse::after { right: 0 !important; }

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  grid-column: 3 !important;
  position: relative !important;
  inset: auto !important;
  transform: none;
  opacity: 1;
  height: 44px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 0 !important;
}

body.page-index .top-bar .social-icons a {
  position: relative !important;
  width: 36px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

body.page-index .top-bar .social-icons a::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .social-icons a:last-child::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .social-icons svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  fill: #ffffff !important;
  opacity: 1 !important;
}

body.page-index .top-bar .social-icons a:hover svg {
  fill: #ff2b2f !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .top-bar .contact-strip {
    animation: drHeaderContactInV76 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1180ms both !important;
  }

  body.hero-entrance-sequence.page-index .top-quote-pulse {
    animation:
      drHeaderQuoteInV76 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1320ms both,
      drHeaderQuotePulseV76 1.55s ease-in-out 1900ms infinite !important;
  }

  body.hero-entrance-sequence.page-index .top-bar .social-strip,
  body.hero-entrance-sequence.page-index .top-bar .social-icons {
    animation: drHeaderSocialInV76 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1460ms both !important;
  }
}

@keyframes drHeaderContactInV76 {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes drHeaderQuoteInV76 {
  from { opacity: 0; transform: translateY(-5px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes drHeaderQuotePulseV76 {
  0%, 100% { opacity: 0.82; letter-spacing: 0.16em; }
  50% { opacity: 1; letter-spacing: 0.19em; }
}

@keyframes drHeaderSocialInV76 {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

body.page-index .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.72), 0 12px 28px rgba(0,0,0,0.42) !important;
}

@media (max-width: 1180px) {
  body.page-index .top-bar {
    height: auto !important;
    min-height: 44px !important;
  }

  body.page-index .top-bar .bar-inner {
    width: min(100% - 34px, 940px) !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 6px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }

  body.page-index .top-bar .contact-strip,
  body.page-index .top-quote-pulse,
  body.page-index .top-bar .social-strip,
  body.page-index .top-bar .social-icons {
    grid-column: 1 !important;
    justify-self: center !important;
    height: 30px !important;
  }

  body.page-index .top-bar .contact-strip span,
  body.page-index .top-bar .social-icons a,
  body.page-index .top-quote-pulse {
    height: 30px !important;
  }
}

/* v80 Brian final header rescue - fixed visible staged top strip */
body.page-index .site-header,
body.page-index .top-bar,
body.page-index .top-bar .bar-inner {
  overflow: visible !important;
}

body.page-index .top-bar {
  position: relative !important;
  height: 44px !important;
  min-height: 44px !important;
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.24) !important;
  z-index: 50 !important;
}

body.page-index .top-bar .bar-inner {
  position: relative !important;
  width: min(1500px, calc(100% - 240px)) !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
}

body.page-index .top-bar .contact-strip {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: 4 !important;
}

body.page-index .top-bar .contact-strip span {
  position: relative !important;
  height: 44px !important;
  padding: 0 15px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255,255,255,0.94) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

body.page-index .top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

body.page-index .top-bar .contact-strip span:not(:first-child)::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.76) !important;
}

body.page-index .top-bar .contact-strip a,
body.page-index .top-bar .contact-strip a:link,
body.page-index .top-bar .contact-strip a:visited,
body.page-index .top-bar .contact-strip a:hover,
body.page-index .top-bar .contact-strip a:active {
  color: rgba(255,255,255,0.94) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body.page-index .top-bar .contact-strip a:hover {
  color: #ff2b2f !important;
}

body.page-index .top-quote-pulse {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 210px !important;
  min-width: 210px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 10px rgba(255,43,47,0.34) !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased !important;
}

body.page-index .top-quote-pulse::before,
body.page-index .top-quote-pulse::after {
  content: '' !important;
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.76) !important;
}

body.page-index .top-quote-pulse::before { left: 0 !important; }
body.page-index .top-quote-pulse::after { right: 0 !important; }

body.page-index .top-quote-pulse:hover {
  color: #ffffff !important;
  text-shadow: 0 0 16px rgba(255,255,255,0.36), 0 0 22px rgba(255,43,47,0.34) !important;
}

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: 4 !important;
}

body.page-index .top-bar .social-icons a {
  position: relative !important;
  width: 36px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.page-index .top-bar .social-icons a::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.76) !important;
}

body.page-index .top-bar .social-icons a:last-child::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.76) !important;
}

body.page-index .top-bar .social-icons svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-index .top-bar .social-icons a:hover svg {
  fill: #ff2b2f !important;
  color: #ff2b2f !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.hero-entrance-sequence.page-index .top-bar .contact-strip {
    opacity: 0 !important;
    transform: translateX(-18px) !important;
    animation: drFinalTopContactReveal 440ms cubic-bezier(0.2, 0.82, 0.2, 1) 1180ms forwards !important;
  }

  body.hero-entrance-sequence.page-index .top-quote-pulse {
    opacity: 0 !important;
    transform: translateX(-50%) translateY(-4px) scale(0.96) !important;
    animation:
      drFinalTopQuoteReveal 440ms cubic-bezier(0.2, 0.82, 0.2, 1) 1360ms forwards,
      drFinalTopQuotePulse 1.55s ease-in-out 1980ms infinite !important;
  }

  body.hero-entrance-sequence.page-index .top-bar .social-strip,
  body.hero-entrance-sequence.page-index .top-bar .social-icons {
    opacity: 0 !important;
    transform: translateX(18px) !important;
    animation: drFinalTopSocialReveal 440ms cubic-bezier(0.2, 0.82, 0.2, 1) 1540ms forwards !important;
  }
}

@keyframes drFinalTopContactReveal {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes drFinalTopQuoteReveal {
  from { opacity: 0; transform: translateX(-50%) translateY(-4px) scale(0.96); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes drFinalTopQuotePulse {
  0%, 100% { opacity: 0.86; transform: translateX(-50%) translateY(0) scale(1); letter-spacing: 0.16em; }
  50% { opacity: 1; transform: translateX(-50%) translateY(-1px) scale(1.01); letter-spacing: 0.19em; }
}

@keyframes drFinalTopSocialReveal {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

body.page-index .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.72), 0 12px 28px rgba(0,0,0,0.42) !important;
}

@media (max-width: 1180px) {
  body.page-index .top-bar {
    height: auto !important;
    min-height: 44px !important;
  }

  body.page-index .top-bar .bar-inner {
    width: min(100% - 34px, 940px) !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 6px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }

  body.page-index .top-bar .contact-strip,
  body.page-index .top-quote-pulse,
  body.page-index .top-bar .social-strip,
  body.page-index .top-bar .social-icons {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    height: 30px !important;
    transform: none !important;
    justify-self: center !important;
  }

  body.page-index .top-quote-pulse {
    min-width: 190px !important;
  }

  body.page-index .top-bar .contact-strip span,
  body.page-index .top-bar .social-icons a,
  body.page-index .top-quote-pulse {
    height: 30px !important;
  }
}


/* v81 Wayne black-strip proper rebuild - no hidden CSS fight, JS staged reveal */
body.page-index .top-bar {
  height: 44px !important;
  min-height: 44px !important;
  overflow: visible !important;
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
}

body.page-index .top-bar .bar-inner {
  width: min(1500px, calc(100% - 120px)) !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 1fr) auto minmax(160px, 1fr) !important;
  align-items: center !important;
  column-gap: 28px !important;
  position: relative !important;
}

body.page-index .top-bar .contact-strip,
body.page-index .top-quote-pulse,
body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  position: static !important;
  inset: auto !important;
  visibility: visible !important;
  display: flex !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  background: transparent !important;
  animation: none !important;
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.2, 0.82, 0.2, 1) !important;
}

body.page-index:not(.top-strip-live) .top-bar .contact-strip {
  opacity: 0 !important;
  transform: translateX(-18px) !important;
}

body.page-index:not(.top-strip-live) .top-quote-pulse {
  opacity: 0 !important;
  transform: translateY(-5px) scale(0.96) !important;
}

body.page-index:not(.top-strip-live) .top-bar .social-strip,
body.page-index:not(.top-strip-live) .top-bar .social-icons {
  opacity: 0 !important;
  transform: translateX(18px) !important;
}

body.page-index.top-strip-live .top-bar .contact-strip,
body.page-index.top-strip-live .top-quote-pulse,
body.page-index.top-strip-live .top-bar .social-strip,
body.page-index.top-strip-live .top-bar .social-icons {
  opacity: 1 !important;
  transform: none !important;
}

body.page-index .top-bar .contact-strip {
  grid-column: 1 !important;
  justify-content: flex-start !important;
  align-items: center !important;
  justify-self: start !important;
  gap: 0 !important;
}

body.page-index .top-bar .contact-strip span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 15px !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.94) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

body.page-index .top-bar .contact-strip span:first-child { padding-left: 0 !important; }

body.page-index .top-bar .contact-strip span:not(:first-child)::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .contact-strip a,
body.page-index .top-bar .contact-strip a:link,
body.page-index .top-bar .contact-strip a:visited,
body.page-index .top-bar .contact-strip a:hover,
body.page-index .top-bar .contact-strip a:active {
  color: rgba(255,255,255,0.94) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body.page-index .top-bar .contact-strip a:hover { color: #ff2b2f !important; }

body.page-index .top-quote-pulse {
  grid-column: 2 !important;
  justify-self: center !important;
  align-self: center !important;
  width: auto !important;
  min-width: 210px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255,43,47,0.34) !important;
  border: 0 !important;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased !important;
}

body.page-index.top-strip-live .top-quote-pulse {
  animation: drTopQuoteCleanPulse 1.55s ease-in-out 520ms infinite !important;
}

body.page-index .top-quote-pulse::before,
body.page-index .top-quote-pulse::after {
  content: '' !important;
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-quote-pulse::before { left: 0 !important; }
body.page-index .top-quote-pulse::after { right: 0 !important; }

@keyframes drTopQuoteCleanPulse {
  0%, 100% { opacity: 0.84; letter-spacing: 0.16em; }
  50% { opacity: 1; letter-spacing: 0.19em; }
}

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  grid-column: 3 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 0 !important;
}

body.page-index .top-bar .social-icons a {
  position: relative !important;
  width: 38px !important;
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

body.page-index .top-bar .social-icons a::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .social-icons a:last-child::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.page-index .top-bar .social-icons svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-index .top-bar .social-icons a:hover svg {
  fill: #ff2b2f !important;
  color: #ff2b2f !important;
}

body.page-index .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.72), 0 12px 28px rgba(0,0,0,0.42) !important;
}

@media (max-width: 1180px) {
  body.page-index .top-bar { height: auto !important; min-height: 44px !important; }
  body.page-index .top-bar .bar-inner {
    width: min(100% - 34px, 940px) !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 6px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }
  body.page-index .top-bar .contact-strip,
  body.page-index .top-quote-pulse,
  body.page-index .top-bar .social-strip,
  body.page-index .top-bar .social-icons {
    grid-column: 1 !important;
    justify-self: center !important;
    height: 30px !important;
    min-height: 30px !important;
  }
  body.page-index .top-bar .contact-strip span,
  body.page-index .top-bar .social-icons a,
  body.page-index .top-quote-pulse {
    height: 30px !important;
    min-height: 30px !important;
  }
}

/* v76 top strip clean right quote layout */
body.page-index .top-bar {
  height: 44px !important;
  min-height: 44px !important;
  overflow: hidden !important;
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
}

body.page-index .top-bar .bar-inner {
  width: min(1500px, calc(100% - 96px)) !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 1fr) auto auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  column-gap: 18px !important;
  position: relative !important;
}

body.page-index .top-bar .contact-strip,
body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons,
body.page-index .top-quote-pulse {
  visibility: visible !important;
  pointer-events: auto !important;
}

body.page-index:not(.top-strip-live) .top-bar .contact-strip {
  opacity: 0 !important;
  transform: translateX(-14px) !important;
}

body.page-index:not(.top-strip-live) .top-quote-pulse {
  opacity: 0 !important;
  transform: translateX(10px) !important;
}

body.page-index:not(.top-strip-live) .top-bar .social-strip,
body.page-index:not(.top-strip-live) .top-bar .social-icons {
  opacity: 0 !important;
  transform: translateX(14px) !important;
}

body.page-index.top-strip-live .top-bar .contact-strip,
body.page-index.top-strip-live .top-quote-pulse,
body.page-index.top-strip-live .top-bar .social-strip,
body.page-index.top-strip-live .top-bar .social-icons {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

body.page-index .top-bar .contact-strip {
  grid-column: 1 !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  max-width: 100% !important;
  overflow: visible !important;
  transition: opacity 380ms ease, transform 380ms ease !important;
}

body.page-index .top-bar .contact-strip span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  color: rgba(255,255,255,0.92) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
}

body.page-index .top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

body.page-index .top-bar .contact-strip span:not(:first-child)::before,
body.page-index .top-quote-pulse::before,
body.page-index .top-bar .social-icons a::before,
body.page-index .top-bar .social-icons a:last-child::after {
  content: '' !important;
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.65) !important;
}

body.page-index .top-bar .contact-strip span:not(:first-child)::before,
body.page-index .top-quote-pulse::before,
body.page-index .top-bar .social-icons a::before {
  left: 0 !important;
}

body.page-index .top-quote-pulse::after,
body.page-index .top-bar .social-icons a:last-child::after {
  right: 0 !important;
}

body.page-index .top-bar .contact-strip a,
body.page-index .top-bar .contact-strip a:link,
body.page-index .top-bar .contact-strip a:visited,
body.page-index .top-bar .contact-strip a:hover,
body.page-index .top-bar .contact-strip a:active {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body.page-index .top-bar .contact-strip a:hover {
  color: #ff2b2f !important;
}

body.page-index .top-quote-pulse {
  grid-column: 2 !important;
  justify-self: end !important;
  align-self: center !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  min-width: 150px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255,43,47,0.30) !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  transition: opacity 380ms ease 120ms, transform 380ms ease 120ms, color 180ms ease !important;
  -webkit-font-smoothing: antialiased !important;
}

body.page-index .top-quote-pulse::after {
  content: '' !important;
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.65) !important;
}

body.page-index.top-strip-live .top-quote-pulse {
  animation: drTopQuoteRightPulse 1.6s ease-in-out 620ms infinite !important;
}

body.page-index .top-quote-pulse:hover {
  color: #ffffff !important;
}

@keyframes drTopQuoteRightPulse {
  0%, 100% { opacity: 0.82; letter-spacing: 0.14em; }
  50% { opacity: 1; letter-spacing: 0.17em; }
}

body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons {
  grid-column: 3 !important;
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  transition: opacity 380ms ease 220ms, transform 380ms ease 220ms !important;
}

body.page-index .top-bar .social-icons a {
  position: relative !important;
  width: 38px !important;
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

body.page-index .top-bar .social-icons svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-index .top-bar .social-icons a:hover svg {
  fill: #ff2b2f !important;
}

body.page-index .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.72), 0 12px 28px rgba(0,0,0,0.42) !important;
}

@media (max-width: 1180px) {
  body.page-index .top-bar { height: auto !important; min-height: 44px !important; }
  body.page-index .top-bar .bar-inner {
    width: min(100% - 34px, 940px) !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 6px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }
  body.page-index .top-bar .contact-strip,
  body.page-index .top-quote-pulse,
  body.page-index .top-bar .social-strip,
  body.page-index .top-bar .social-icons {
    grid-column: 1 !important;
    justify-self: center !important;
    height: 30px !important;
    min-height: 30px !important;
  }
  body.page-index .top-bar .contact-strip span,
  body.page-index .top-bar .social-icons a,
  body.page-index .top-quote-pulse {
    height: 30px !important;
    min-height: 30px !important;
  }
}


/* v80 GLOBAL HEADER PARITY - shared polished header across every page */
.site-header,
.site-header * {
  box-sizing: border-box;
}

.top-bar {
  position: relative !important;
  z-index: 120 !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  background: #050505 !important;
  border-bottom: 1px solid rgba(255,255,255,0.30) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.38) !important;
  overflow: visible !important;
}

.top-bar .bar-inner {
  width: min(100% - 44px, 1500px) !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: max-content 1fr max-content !important;
  align-items: center !important;
  gap: 0 !important;
  overflow: visible !important;
}

.top-bar .contact-strip {
  grid-column: 1 !important;
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  gap: 0 !important;
  opacity: 1;
  visibility: visible;
  overflow: visible !important;
}

.top-bar .contact-strip span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  color: rgba(255,255,255,0.90) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
}

.top-bar .contact-strip span:first-child {
  padding-left: 0 !important;
}

.top-bar .contact-strip span:not(:first-child)::before,
.top-quote-pulse::before,
.top-bar .social-icons a::before,
.top-bar .social-icons a:last-child::after {
  content: '' !important;
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.58) !important;
}

.top-bar .contact-strip span:not(:first-child)::before,
.top-quote-pulse::before,
.top-bar .social-icons a::before {
  left: 0 !important;
}

.top-quote-pulse::after,
.top-bar .social-icons a:last-child::after {
  right: 0 !important;
}

.top-bar .contact-strip a,
.top-bar .contact-strip a:link,
.top-bar .contact-strip a:visited,
.top-bar .contact-strip a:hover,
.top-bar .contact-strip a:active {
  color: rgba(255,255,255,0.90) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.top-bar .contact-strip a:hover {
  color: #ff262b !important;
}

.top-quote-pulse {
  grid-column: 2 !important;
  justify-self: end !important;
  align-self: center !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  min-width: 146px !important;
  padding: 0 24px !important;
  margin: 0 8px 0 0 !important;
  color: #ff262b !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255,38,43,0.25) !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  animation: none !important;
  transition: color 180ms ease, text-shadow 180ms ease, letter-spacing 180ms ease, opacity 320ms ease, transform 320ms ease !important;
  -webkit-font-smoothing: antialiased !important;
  visibility: visible;
  opacity: 1;
}

.top-quote-pulse:hover {
  color: #ffffff !important;
  letter-spacing: 0.17em !important;
  text-shadow: 0 0 14px rgba(255,38,43,0.55) !important;
}

.top-bar .social-strip,
.top-bar .social-icons {
  grid-column: 3 !important;
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  gap: 0 !important;
  opacity: 1;
  visibility: visible;
  overflow: visible !important;
}

.top-bar .social-icons a {
  position: relative !important;
  width: 38px !important;
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

.top-bar .social-icons svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.top-bar .social-icons a:hover svg {
  fill: #ff262b !important;
}

.main-nav {
  position: relative !important;
  z-index: 110 !important;
  min-height: 54px !important;
  background: linear-gradient(180deg, #ff2b2f 0%, #f51f25 48%, #df1118 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.20) !important;
  border-bottom: 1px solid rgba(0,0,0,0.45) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -1px 0 rgba(0,0,0,0.22) !important;
}

.main-nav::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 1px !important;
  background: rgba(255,255,255,0.35) !important;
  pointer-events: none !important;
}

.nav-inner {
  min-height: 54px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0 !important;
}

.nav-inner > .nav-link,
.nav-inner > .nav-dropdown > .nav-link {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 30px !important;
  position: relative !important;
  border-right: 1px solid rgba(255,255,255,0.30) !important;
  color: #050505 !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease !important;
}

.nav-inner > .nav-link:first-child {
  border-left: 0 !important;
}

.nav-inner > .nav-link:last-child {
  border-right: 0 !important;
}

.nav-inner > .nav-link:hover,
.nav-inner > .nav-dropdown:hover > .nav-link,
.nav-inner > .nav-link.active {
  background: rgba(255,255,255,0.14) !important;
  color: #000000 !important;
  transform: translateY(-1px) !important;
}

body.page-index:not(.top-strip-live) .top-bar .contact-strip,
body.page-index:not(.top-strip-live) .top-quote-pulse,
body.page-index:not(.top-strip-live) .top-bar .social-strip,
body.page-index:not(.top-strip-live) .top-bar .social-icons {
  opacity: 0 !important;
  visibility: visible !important;
  transform: translateY(-4px) !important;
}

body.page-index.top-strip-live .top-bar .contact-strip,
body.page-index.top-strip-live .top-quote-pulse,
body.page-index.top-strip-live .top-bar .social-strip,
body.page-index.top-strip-live .top-bar .social-icons {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

body.page-index .top-bar .contact-strip { transition: opacity 360ms ease, transform 360ms ease !important; }
body.page-index .top-quote-pulse { transition: opacity 360ms ease 140ms, transform 360ms ease 140ms, color 180ms ease, letter-spacing 180ms ease !important; }
body.page-index .top-bar .social-strip,
body.page-index .top-bar .social-icons { transition: opacity 360ms ease 240ms, transform 360ms ease 240ms !important; }

body.page-index .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.72), 0 12px 28px rgba(0,0,0,0.42) !important;
}

@media (max-width: 1180px) {
  .top-bar { height: auto !important; max-height: none !important; }
  .top-bar .bar-inner {
    width: min(100% - 34px, 940px) !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 6px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }
  .top-bar .contact-strip,
  .top-quote-pulse,
  .top-bar .social-strip,
  .top-bar .social-icons {
    grid-column: 1 !important;
    justify-self: center !important;
    height: 30px !important;
    min-height: 30px !important;
  }
  .top-bar .contact-strip span,
  .top-bar .social-icons a,
  .top-quote-pulse {
    height: 30px !important;
    min-height: 30px !important;
  }
  .nav-inner {
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }
  .nav-inner > .nav-link,
  .nav-inner > .nav-dropdown > .nav-link {
    padding: 0 20px !important;
    white-space: nowrap !important;
  }
}


/* v92 homepage lower section rebuild - DR Access standard, no repeated services */
body.page-index .home-standard-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 72px 0 88px !important;
  background: #f2efec !important;
  isolation: isolate !important;
}

body.page-index .home-standard-wrap {
  position: relative !important;
  z-index: 2 !important;
  width: min(1260px, calc(100% - 96px)) !important;
  margin: 0 auto !important;
}

body.page-index .home-standard-head {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: clamp(36px, 5vw, 82px) !important;
  align-items: stretch !important;
  margin-bottom: 34px !important;
}

body.page-index .home-standard-title {
  position: relative !important;
  padding: 26px 0 30px !important;
}

body.page-index .home-standard-title::before {
  content: "" !important;
  position: absolute !important;
  left: -26px !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 6px !important;
  background: #ff2b2f !important;
  box-shadow: 0 0 24px rgba(255,43,47,0.28) !important;
}

body.page-index .home-standard-title h2 {
  margin: 0 !important;
  max-width: 780px !important;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif !important;
  font-size: clamp(42px, 4.35vw, 74px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: #050505 !important;
}

body.page-index .home-standard-intro {
  align-self: center !important;
  position: relative !important;
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  border-left: 5px solid #ff2b2f !important;
  padding: 28px 30px !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.09) !important;
}

body.page-index .home-standard-intro::after {
  content: "" !important;
  position: absolute !important;
  right: -18px !important;
  top: -18px !important;
  width: 74px !important;
  height: 74px !important;
  border-top: 7px solid rgba(255,43,47,0.18) !important;
  border-right: 7px solid rgba(255,43,47,0.18) !important;
}

body.page-index .home-standard-intro p {
  margin: 0 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: clamp(17px, 1.1vw, 20px) !important;
  line-height: 1.62 !important;
  color: #191919 !important;
}

body.page-index .home-standard-intro p + p {
  margin-top: 14px !important;
}

body.page-index .home-value-grid {
  display: grid !important;
  grid-template-columns: 1.18fr 0.94fr 0.94fr !important;
  grid-auto-rows: minmax(216px, auto) !important;
  gap: 20px !important;
  margin-bottom: 34px !important;
}

body.page-index .home-value-card {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(0,0,0,0.14) !important;
  border-top: 5px solid #ff2b2f !important;
  padding: 28px !important;
  box-shadow: 0 24px 66px rgba(0,0,0,0.10) !important;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease !important;
}

body.page-index .home-value-card::before {
  content: "" !important;
  position: absolute !important;
  right: -52px !important;
  bottom: -52px !important;
  width: 142px !important;
  height: 142px !important;
  border-radius: 50% !important;
  background: rgba(255,43,47,0.07) !important;
  transition: transform 260ms ease, opacity 260ms ease !important;
}

body.page-index .home-value-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(255,43,47,0.055), transparent 42%) !important;
  opacity: 0 !important;
  transition: opacity 240ms ease !important;
}

body.page-index .home-value-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255,43,47,0.48) !important;
  box-shadow: 0 32px 80px rgba(0,0,0,0.16) !important;
}

body.page-index .home-value-card:hover::before {
  transform: scale(1.12) !important;
  opacity: 0.9 !important;
}

body.page-index .home-value-card:hover::after {
  opacity: 1 !important;
}

body.page-index .home-value-card > * {
  position: relative !important;
  z-index: 2 !important;
}

body.page-index .home-value-card.featured {
  grid-row: span 2 !important;
  background: #101010 !important;
  color: #fff !important;
  border-color: rgba(255,43,47,0.44) !important;
  border-top-width: 0 !important;
  padding: 34px !important;
}

body.page-index .home-value-card.featured::before {
  background: rgba(255,43,47,0.13) !important;
  width: 210px !important;
  height: 210px !important;
}

body.page-index .value-index {
  display: block !important;
  margin-bottom: 22px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
  color: #ff2b2f !important;
}

body.page-index .home-value-card h3 {
  margin: 0 0 16px !important;
  max-width: 520px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: clamp(22px, 1.75vw, 31px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #050505 !important;
}

body.page-index .home-value-card.featured h3 {
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif !important;
  font-size: clamp(40px, 3.25vw, 58px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.028em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

body.page-index .home-value-card p {
  margin: 0 !important;
  max-width: 560px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 16.5px !important;
  line-height: 1.56 !important;
  color: #242424 !important;
}

body.page-index .home-value-card.featured p {
  color: rgba(255,255,255,0.82) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

body.page-index .home-process-panel {
  display: grid !important;
  grid-template-columns: 0.78fr 1.22fr !important;
  gap: 28px !important;
  align-items: stretch !important;
  background: #111 !important;
  padding: 34px !important;
  box-shadow: 0 30px 86px rgba(0,0,0,0.20) !important;
  margin-bottom: 30px !important;
}

body.page-index .home-process-statement {
  padding: 4px 8px 4px 0 !important;
}

body.page-index .home-process-statement h2 {
  margin: 0 0 18px !important;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif !important;
  font-size: clamp(34px, 3vw, 54px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

body.page-index .home-process-statement p:not(.eyebrow) {
  margin: 0 !important;
  max-width: 420px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 16.5px !important;
  line-height: 1.62 !important;
  color: rgba(255,255,255,0.78) !important;
}

body.page-index .home-process-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}

body.page-index .home-process-steps article {
  position: relative !important;
  background: rgba(255,255,255,0.96) !important;
  padding: 22px !important;
  min-height: 188px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  overflow: hidden !important;
}

body.page-index .home-process-steps span {
  display: block !important;
  margin-bottom: 18px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  color: #ff2b2f !important;
}

body.page-index .home-process-steps h3 {
  margin: 0 0 12px !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
  color: #050505 !important;
}

body.page-index .home-process-steps p {
  margin: 0 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
  color: #262626 !important;
}

body.page-index .home-finish-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  background: rgba(255,255,255,0.88) !important;
  border: 1px solid rgba(0,0,0,0.14) !important;
  border-left: 6px solid #ff2b2f !important;
  padding: 24px 28px !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.10) !important;
}

body.page-index .home-finish-strip h3 {
  margin: 0 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: clamp(22px, 1.8vw, 31px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #070707 !important;
}

body.page-index .home-finish-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 178px !important;
  min-height: 48px !important;
  padding: 14px 22px !important;
  background: #ff2b2f !important;
  color: #050505 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(255,43,47,0.24) !important;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease !important;
}

body.page-index .home-finish-button:hover {
  transform: translateY(-2px) !important;
  background: #ff4448 !important;
  box-shadow: 0 24px 54px rgba(255,43,47,0.34) !important;
}

body.page-index .home-standard-section .eyebrow {
  margin: 0 0 16px !important;
  color: #ff2b2f !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
}

@media (max-width: 1180px) {
  body.page-index .home-standard-wrap {
    width: min(1120px, calc(100% - 64px)) !important;
  }

  body.page-index .home-standard-head,
  body.page-index .home-process-panel {
    grid-template-columns: 1fr !important;
  }

  body.page-index .home-process-steps {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 980px) {
  body.page-index .home-standard-wrap {
    width: calc(100% - 42px) !important;
  }

  body.page-index .home-standard-head,
  body.page-index .home-value-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-index .home-value-card.featured {
    grid-row: auto !important;
  }

  body.page-index .home-finish-strip {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 720px) {
  body.page-index .home-standard-section {
    padding: 52px 0 66px !important;
  }

  body.page-index .home-standard-wrap {
    width: calc(100% - 30px) !important;
  }

  body.page-index .home-standard-title h2,
  body.page-index .home-value-card.featured h3,
  body.page-index .home-process-statement h2 {
    font-size: clamp(34px, 12vw, 48px) !important;
  }

  body.page-index .home-standard-title::before {
    left: -14px !important;
  }

  body.page-index .home-process-panel {
    padding: 22px !important;
  }

  body.page-index .home-process-steps {
    grid-template-columns: 1fr !important;
  }
}

/* v93 homepage lower section width and spacing rebalance - Wayne request */
body.page-index .home-standard-wrap {
  width: min(1540px, calc(100% - 120px)) !important;
}

body.page-index .home-standard-head {
  gap: clamp(42px, 5.5vw, 96px) !important;
  margin-bottom: 42px !important;
}

body.page-index .home-value-grid {
  grid-template-columns: 1.14fr 1fr 1fr !important;
  gap: 26px !important;
  margin-bottom: 42px !important;
}

body.page-index .home-value-card {
  padding: 32px !important;
}

body.page-index .home-value-card.featured {
  padding: 38px !important;
}

body.page-index .home-value-card p {
  max-width: 620px !important;
}

body.page-index .home-process-panel {
  grid-template-columns: 0.68fr 1.32fr !important;
  gap: 36px !important;
  padding: 42px !important;
  margin-bottom: 34px !important;
}

body.page-index .home-process-statement p:not(.eyebrow) {
  max-width: 500px !important;
}

body.page-index .home-process-steps {
  gap: 20px !important;
}

body.page-index .home-process-steps article {
  padding: 26px !important;
  min-height: 206px !important;
}

body.page-index .home-finish-strip {
  padding: 28px 34px !important;
}

@media (max-width: 1500px) {
  body.page-index .home-standard-wrap {
    width: min(1360px, calc(100% - 80px)) !important;
  }

  body.page-index .home-value-grid {
    gap: 22px !important;
  }

  body.page-index .home-process-panel {
    gap: 30px !important;
    padding: 36px !important;
  }

  body.page-index .home-process-steps {
    gap: 16px !important;
  }
}

@media (max-width: 1180px) {
  body.page-index .home-standard-wrap {
    width: min(1120px, calc(100% - 64px)) !important;
  }

  body.page-index .home-standard-head,
  body.page-index .home-process-panel {
    grid-template-columns: 1fr !important;
  }

  body.page-index .home-process-steps {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* v94 homepage lower section polish - Wayne requested breathing room, fuller black card and livelier CTA */
body.page-index .home-standard-title h2 {
  line-height: 1.01 !important;
  letter-spacing: -0.012em !important;
  word-spacing: 0.035em !important;
}

body.page-index .home-value-card.featured h3,
body.page-index .home-process-statement h2 {
  line-height: 1.02 !important;
  letter-spacing: -0.01em !important;
  word-spacing: 0.025em !important;
}

body.page-index .home-value-card.featured {
  display: flex !important;
  flex-direction: column !important;
  min-height: 520px !important;
}

body.page-index .home-value-card.featured p + p {
  margin-top: 18px !important;
}

body.page-index .home-feature-points {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: 34px !important;
}

body.page-index .home-feature-points span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-top: 3px solid #ff2b2f !important;
  background: rgba(255,255,255,0.055) !important;
  color: rgba(255,255,255,0.88) !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 14px 32px rgba(0,0,0,0.22) !important;
}

body.page-index .home-finish-button {
  position: relative !important;
  overflow: hidden !important;
  min-width: 206px !important;
  min-height: 56px !important;
  border: 1px solid rgba(0,0,0,0.22) !important;
  background: linear-gradient(180deg, #ff4246 0%, #ff252a 48%, #d90f14 100%) !important;
  color: #080808 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    inset 0 -5px 0 rgba(0,0,0,0.16),
    0 16px 0 rgba(128,0,0,0.18),
    0 28px 58px rgba(255,43,47,0.30) !important;
  transform: translateY(0) !important;
}

body.page-index .home-finish-button::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: -70% !important;
  width: 48% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent) !important;
  transform: skewX(-18deg) !important;
  transition: left 520ms ease !important;
}

body.page-index .home-finish-button:hover {
  transform: translateY(-4px) !important;
  background: linear-gradient(180deg, #ff5559 0%, #ff2b2f 48%, #e7151a 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.48),
    inset 0 -5px 0 rgba(0,0,0,0.14),
    0 20px 0 rgba(128,0,0,0.16),
    0 34px 70px rgba(255,43,47,0.40) !important;
}

body.page-index .home-finish-button:hover::before {
  left: 125% !important;
}

body.page-index .home-finish-button:active {
  transform: translateY(1px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.36),
    inset 0 -2px 0 rgba(0,0,0,0.18),
    0 8px 0 rgba(128,0,0,0.18),
    0 18px 42px rgba(255,43,47,0.28) !important;
}

@media (max-width: 980px) {
  body.page-index .home-value-card.featured {
    min-height: auto !important;
  }

  body.page-index .home-feature-points {
    margin-top: 28px !important;
  }
}

@media (max-width: 720px) {
  body.page-index .home-feature-points {
    grid-template-columns: 1fr !important;
  }
}


/* v95 Start Enquiry button rescue - less paper, more proper premium button */
body.page-index .home-finish-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 218px !important;
  min-height: 54px !important;
  padding: 0 34px !important;
  border: 1px solid rgba(255, 43, 47, 0.95) !important;
  border-radius: 2px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.04) 32%, rgba(0,0,0,0.18) 100%),
    linear-gradient(180deg, #ff3034 0%, #f0181d 52%, #c8070c 100%) !important;
  color: #050505 !important;
  font-family: 'Liberation Sans', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -1px 0 rgba(0,0,0,0.30),
    0 0 0 1px rgba(0,0,0,0.16),
    0 12px 26px rgba(0,0,0,0.22),
    0 18px 42px rgba(255,43,47,0.18) !important;
  transform: translateY(0) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, background 220ms ease !important;
}

body.page-index .home-finish-button::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: -55% !important;
  width: 38% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent) !important;
  transform: skewX(-20deg) !important;
  transition: left 520ms ease !important;
  pointer-events: none !important;
}

body.page-index .home-finish-button::after {
  content: "" !important;
  position: absolute !important;
  inset: 6px !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  opacity: 0.72 !important;
  pointer-events: none !important;
}

body.page-index .home-finish-button:hover {
  transform: translateY(-3px) !important;
  filter: saturate(1.08) contrast(1.02) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.06) 32%, rgba(0,0,0,0.14) 100%),
    linear-gradient(180deg, #ff4549 0%, #ff2429 52%, #d90b10 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    inset 0 -1px 0 rgba(0,0,0,0.26),
    0 0 0 1px rgba(0,0,0,0.14),
    0 16px 32px rgba(0,0,0,0.25),
    0 24px 54px rgba(255,43,47,0.27) !important;
}

body.page-index .home-finish-button:hover::before {
  left: 120% !important;
}

body.page-index .home-finish-button:active {
  transform: translateY(0) scale(0.99) !important;
  box-shadow:
    inset 0 2px 4px rgba(0,0,0,0.24),
    inset 0 -1px 0 rgba(255,255,255,0.18),
    0 8px 20px rgba(0,0,0,0.20),
    0 16px 34px rgba(255,43,47,0.18) !important;
}

/* v81 about page elite rebuild */
body.page-about .about-elite-hero {
  min-height: calc(92vh - 94px) !important;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.72) 42%, rgba(255,255,255,0.45) 100%),
    url('assets/background/about.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

body.page-about .about-elite-wrap {
  max-width: 1520px !important;
  grid-template-columns: 0.98fr 1.02fr !important;
  gap: clamp(38px, 5vw, 90px) !important;
}

body.page-about .about-elite-copy h1 {
  max-width: 820px !important;
  font-size: clamp(52px, 6.4vw, 108px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.018em !important;
  word-spacing: 0.035em !important;
}

body.page-about .about-elite-copy p:not(.eyebrow) {
  max-width: 760px !important;
  font-size: clamp(18px, 1.25vw, 23px) !important;
  line-height: 1.62 !important;
  color: #121212 !important;
}

body.page-about .about-elite-image {
  border-left-width: 8px !important;
  box-shadow: 0 34px 90px rgba(0,0,0,0.20) !important;
}

body.page-about .about-founder-elite {
  padding: 96px 0 !important;
  background: #f5f2ef !important;
}

body.page-about .about-founder-wrap {
  max-width: 1480px !important;
  grid-template-columns: 0.76fr 1.24fr !important;
}

body.page-about .about-founder-intro h2 {
  font-size: clamp(58px, 6.4vw, 104px) !important;
  line-height: 0.95 !important;
}

body.page-about .about-founder-intro p:not(.eyebrow) {
  max-width: 560px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

body.page-about .about-founder-card {
  min-height: 385px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body.page-about .about-founder-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 34px 80px rgba(0,0,0,0.16) !important;
  border-color: rgba(255,43,47,0.38) !important;
}

body.page-about .about-standard-section {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 8vw, 128px) 0;
  background: #f7f4f1;
}

body.page-about .about-standard-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.075) 0px, rgba(0,0,0,0.075) 1px, transparent 1px, transparent 62px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.055) 0px, rgba(0,0,0,0.055) 1px, transparent 1px, transparent 62px);
  opacity: 0.55;
}

body.page-about .about-standard-wrap {
  position: relative;
  z-index: 2;
  max-width: 1500px !important;
}

body.page-about .about-standard-heading {
  display: grid;
  grid-template-columns: 1.02fr 0.78fr;
  gap: clamp(34px, 5vw, 82px);
  align-items: end;
  margin-bottom: 48px;
}

body.page-about .about-standard-heading h2,
body.page-about .about-proof-panel h2 {
  margin: 0;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  color: #050505;
  font-size: clamp(48px, 5.9vw, 102px);
  line-height: 0.98;
  letter-spacing: -0.018em;
  word-spacing: 0.035em;
}

body.page-about .about-standard-heading p:not(.eyebrow) {
  margin: 0;
  max-width: 600px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 19px;
  line-height: 1.62;
  color: #171717;
}

body.page-about .about-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.page-about .about-standard-card {
  position: relative;
  min-height: 315px;
  padding: clamp(28px, 2.6vw, 38px);
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.12);
  border-top: 6px solid #ff2b2f;
  box-shadow: 0 24px 62px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.page-about .about-standard-card::after {
  content: '';
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255,43,47,0.065);
}

body.page-about .about-standard-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(0,0,0,0.14);
}

body.page-about .about-standard-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 26px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #ff2b2f;
}

body.page-about .about-standard-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.06;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #050505;
}

body.page-about .about-standard-card p {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.58;
  color: #171717;
}

body.page-about .about-standard-card.dark-card {
  background: #101010;
  border-color: rgba(255,255,255,0.08);
  border-top-color: #ff2b2f;
  box-shadow: 0 32px 80px rgba(0,0,0,0.24);
}

body.page-about .about-standard-card.dark-card h3,
body.page-about .about-standard-card.dark-card p {
  color: #fff;
}

body.page-about .about-standard-card.dark-card p {
  color: rgba(255,255,255,0.86);
}

body.page-about .about-proof-section {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 8vw, 132px) 0;
  background: #090909;
}

body.page-about .about-proof-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,43,47,0.18), transparent 26%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0px, rgba(255,255,255,0.055) 1px, transparent 1px, transparent 64px);
  opacity: 0.8;
}

body.page-about .about-proof-wrap {
  position: relative;
  z-index: 2;
  max-width: 1480px !important;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 5vw, 74px);
  align-items: stretch;
}

body.page-about .about-proof-panel {
  padding: clamp(34px, 4vw, 58px);
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 7px solid #ff2b2f;
  box-shadow: 0 34px 90px rgba(0,0,0,0.26);
}

body.page-about .about-proof-panel h2 {
  color: #fff;
  font-size: clamp(46px, 5.3vw, 92px);
}

body.page-about .about-proof-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: 26px 0 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.84);
}

body.page-about .about-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.page-about .about-proof-list article {
  padding: 28px;
  background: rgba(255,255,255,0.94);
  border-top: 5px solid #ff2b2f;
  box-shadow: 0 24px 64px rgba(0,0,0,0.24);
}

body.page-about .about-proof-list h3 {
  margin: 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #050505;
}

body.page-about .about-proof-list p {
  margin: 14px 0 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #161616;
}

body.page-about .about-safety-elite {
  background: #f6f3f0 !important;
  padding: clamp(84px, 8vw, 120px) 0 !important;
}

body.page-about .about-safety-wrap {
  max-width: 1400px !important;
}

body.page-about .about-safety-copy h2 {
  font-size: clamp(46px, 5.4vw, 94px) !important;
  line-height: 0.98 !important;
}

body.page-about .about-safety-copy p:not(.eyebrow) {
  max-width: 820px !important;
}

body.page-about .about-safety-points span {
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.06) !important;
}

@media (max-width: 1100px) {
  body.page-about .about-standard-heading,
  body.page-about .about-proof-wrap,
  body.page-about .about-founder-wrap,
  body.page-about .about-elite-wrap {
    grid-template-columns: 1fr !important;
  }

  body.page-about .about-standard-grid,
  body.page-about .about-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.page-about .about-standard-grid,
  body.page-about .about-proof-list,
  body.page-about .about-founder-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-about .about-standard-card {
    min-height: auto;
  }

  body.page-about .about-elite-copy h1,
  body.page-about .about-standard-heading h2,
  body.page-about .about-proof-panel h2,
  body.page-about .about-safety-copy h2 {
    font-size: clamp(42px, 14vw, 62px) !important;
  }
}


/* v82 about page tightened rebuild */
body.page-about .about-elite-hero {
  min-height: auto !important;
  padding: clamp(54px, 5.4vw, 82px) 0 !important;
}

body.page-about .about-elite-wrap {
  max-width: 1460px !important;
  gap: clamp(30px, 4vw, 58px) !important;
  align-items: center !important;
}

body.page-about .about-elite-copy h1 {
  max-width: 790px !important;
  font-size: clamp(48px, 5.35vw, 86px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.012em !important;
  word-spacing: 0.055em !important;
  margin-bottom: 22px !important;
}

body.page-about .about-elite-copy p:not(.eyebrow) {
  font-size: clamp(17px, 1.05vw, 20px) !important;
  line-height: 1.56 !important;
}

body.page-about .about-elite-image {
  max-height: 430px !important;
  overflow: hidden !important;
}

body.page-about .about-elite-image img {
  height: 100% !important;
  object-fit: cover !important;
}

body.page-about .about-founder-elite {
  padding: clamp(54px, 5.6vw, 76px) 0 !important;
}

body.page-about .about-founder-wrap {
  max-width: 1460px !important;
  grid-template-columns: 0.66fr 1.34fr !important;
  gap: clamp(34px, 4.2vw, 62px) !important;
  align-items: stretch !important;
}

body.page-about .about-founder-intro h2 {
  font-size: clamp(54px, 5.2vw, 86px) !important;
  line-height: 1.02 !important;
}

body.page-about .about-founder-intro p:not(.eyebrow) {
  font-size: 17px !important;
  line-height: 1.56 !important;
}

body.page-about .about-founder-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.page-about .about-founder-card {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(26px, 2.4vw, 34px) !important;
}

body.page-about .about-founder-card p {
  font-size: 15.5px !important;
  line-height: 1.52 !important;
  margin-top: 14px !important;
}

body.page-about .about-standard-section {
  padding: clamp(58px, 5.8vw, 82px) 0 !important;
}

body.page-about .about-standard-wrap {
  max-width: 1460px !important;
}

body.page-about .about-standard-heading {
  gap: clamp(28px, 4vw, 56px) !important;
  margin-bottom: 30px !important;
  align-items: center !important;
}

body.page-about .about-standard-heading h2,
body.page-about .about-proof-panel h2 {
  font-size: clamp(42px, 4.4vw, 76px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.012em !important;
  word-spacing: 0.055em !important;
}

body.page-about .about-standard-heading p:not(.eyebrow) {
  font-size: 17px !important;
  line-height: 1.55 !important;
}

body.page-about .about-standard-grid {
  gap: 18px !important;
}

body.page-about .about-standard-card {
  min-height: 248px !important;
  padding: clamp(24px, 2.1vw, 31px) !important;
}

body.page-about .about-standard-card span {
  margin-bottom: 16px !important;
}

body.page-about .about-standard-card h3 {
  font-size: clamp(23px, 1.7vw, 30px) !important;
  line-height: 1.08 !important;
}

body.page-about .about-standard-card p {
  margin-top: 15px !important;
  font-size: 15.5px !important;
  line-height: 1.5 !important;
}

body.page-about .about-proof-section {
  padding: clamp(58px, 5.8vw, 84px) 0 !important;
}

body.page-about .about-proof-wrap {
  max-width: 1460px !important;
  gap: clamp(28px, 4vw, 54px) !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  align-items: stretch !important;
}

body.page-about .about-proof-panel {
  padding: clamp(30px, 3.2vw, 44px) !important;
}

body.page-about .about-proof-panel h2 {
  font-size: clamp(42px, 4.6vw, 76px) !important;
  line-height: 1.04 !important;
}

body.page-about .about-proof-panel p:not(.eyebrow) {
  margin-top: 20px !important;
  font-size: 16.5px !important;
  line-height: 1.55 !important;
}

body.page-about .about-proof-list {
  gap: 16px !important;
}

body.page-about .about-proof-list article {
  padding: 24px !important;
}

body.page-about .about-proof-list h3 {
  font-size: 22px !important;
}

body.page-about .about-proof-list p {
  font-size: 15px !important;
  line-height: 1.48 !important;
}

body.page-about .about-safety-elite {
  padding: clamp(56px, 5.5vw, 78px) 0 !important;
}

body.page-about .about-safety-wrap {
  max-width: 1380px !important;
  align-items: center !important;
}

body.page-about .about-safety-copy h2 {
  font-size: clamp(40px, 4.3vw, 72px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.012em !important;
  word-spacing: 0.055em !important;
  margin-bottom: 20px !important;
}

body.page-about .about-safety-copy p:not(.eyebrow) {
  font-size: 17px !important;
  line-height: 1.55 !important;
  max-width: 760px !important;
}

body.page-about .about-safety-points {
  margin-top: 24px !important;
  gap: 12px !important;
}

body.page-about .about-safety-points span {
  padding: 13px 16px !important;
  font-size: 13px !important;
}

@media (max-width: 1100px) {
  body.page-about .about-founder-wrap,
  body.page-about .about-standard-heading,
  body.page-about .about-proof-wrap,
  body.page-about .about-elite-wrap {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.page-about .about-elite-hero,
  body.page-about .about-founder-elite,
  body.page-about .about-standard-section,
  body.page-about .about-proof-section,
  body.page-about .about-safety-elite {
    padding: 44px 0 !important;
  }

  body.page-about .about-elite-copy h1,
  body.page-about .about-standard-heading h2,
  body.page-about .about-proof-panel h2,
  body.page-about .about-safety-copy h2 {
    font-size: clamp(38px, 12vw, 56px) !important;
    line-height: 1.08 !important;
  }
}

/* v83 about page clean rescue rebuild */
body.page-about .about-clean-main {
  background: #f6f3ef;
  color: #050505;
}

body.page-about .about-clean-grid-bg,
body.page-about .about-clean-hero,
body.page-about .about-clean-standard {
  position: relative;
  overflow: hidden;
}

body.page-about .about-clean-grid-bg,
body.page-about .about-clean-standard::before,
body.page-about .about-clean-founders::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.055) 0px, rgba(0,0,0,0.055) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.04) 0px, rgba(0,0,0,0.04) 1px, transparent 1px, transparent 58px);
  opacity: 0.55;
}

body.page-about .about-clean-hero > .about-clean-grid-bg {
  display: none;
}

body.page-about .about-clean-hero {
  min-height: auto !important;
  padding: clamp(54px, 5vw, 74px) 0 !important;
  background:
    linear-gradient(105deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.84) 43%, rgba(255,255,255,0.62) 100%),
    url('assets/background/about.png') center/cover no-repeat !important;
}

body.page-about .about-clean-hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 1440px !important;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
  gap: clamp(36px, 5vw, 74px);
  align-items: center;
}

body.page-about .about-clean-hero-copy h1,
body.page-about .about-clean-section-head h2,
body.page-about .about-clean-standard-intro h2,
body.page-about .about-clean-black-panel h2,
body.page-about .about-clean-safety-copy h2 {
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.008em;
  word-spacing: 0.07em;
}

body.page-about .about-clean-hero-copy h1 {
  margin: 22px 0 22px !important;
  max-width: 760px !important;
  font-size: clamp(46px, 5vw, 78px) !important;
  line-height: 1.12 !important;
  color: #050505;
}

body.page-about .about-clean-hero-copy p:not(.eyebrow),
body.page-about .about-clean-section-head p,
body.page-about .about-clean-standard-intro p,
body.page-about .about-clean-black-panel p:not(.eyebrow),
body.page-about .about-clean-safety-copy p {
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.6;
}

body.page-about .about-clean-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #151515;
}

body.page-about .about-clean-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.page-about .about-clean-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  background: rgba(255,255,255,0.86);
  border-left: 4px solid #ff252a;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-about .about-clean-hero-image {
  position: relative;
  height: clamp(310px, 32vw, 420px);
  border-left: 7px solid #ff252a;
  box-shadow: 0 28px 70px rgba(0,0,0,0.18);
  overflow: hidden;
  background: #111;
}

body.page-about .about-clean-hero-image::after,
body.page-about .about-clean-founder-card::after,
body.page-about .about-clean-info-card::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 88px;
  height: 88px;
  border-top: 8px solid rgba(255,43,47,0.28);
  border-right: 8px solid rgba(255,43,47,0.28);
  pointer-events: none;
}

body.page-about .about-clean-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.page-about .about-clean-founders,
body.page-about .about-clean-standard,
body.page-about .about-clean-principles,
body.page-about .about-clean-safety {
  position: relative;
  padding: clamp(52px, 5vw, 76px) 0;
}

body.page-about .about-clean-founders {
  background: #f4f1ee;
  overflow: hidden;
}

body.page-about .about-clean-founders-wrap,
body.page-about .about-clean-standard-wrap,
body.page-about .about-clean-principles-wrap,
body.page-about .about-clean-safety-wrap {
  position: relative;
  z-index: 2;
  max-width: 1440px !important;
}

body.page-about .about-clean-section-head,
body.page-about .about-clean-standard-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 4vw, 62px);
  align-items: end;
  margin-bottom: 28px;
}

body.page-about .about-clean-section-head h2,
body.page-about .about-clean-standard-intro h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
}

body.page-about .about-clean-section-head p:not(.eyebrow),
body.page-about .about-clean-standard-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 640px;
  color: #171717;
}

body.page-about .about-clean-section-head .eyebrow,
body.page-about .about-clean-standard-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

body.page-about .about-clean-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.page-about .about-clean-founder-card {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  min-height: 300px;
  padding: 26px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.12);
  border-top: 6px solid #ff252a;
  box-shadow: 0 22px 58px rgba(0,0,0,0.09);
  overflow: hidden;
}

body.page-about .about-clean-founder-card img {
  width: 190px;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

body.page-about .about-clean-founder-content span,
body.page-about .about-clean-info-card span {
  display: block;
  margin-bottom: 10px;
  color: #ff252a;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-about .about-clean-founder-content h3,
body.page-about .about-clean-info-card h3,
body.page-about .about-clean-principle-list h3 {
  margin: 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

body.page-about .about-clean-founder-content p,
body.page-about .about-clean-founder-content li,
body.page-about .about-clean-info-card p,
body.page-about .about-clean-principle-list p {
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.52;
  color: #181818;
}

body.page-about .about-clean-founder-content p {
  margin: 14px 0 0;
}

body.page-about .about-clean-founder-content ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body.page-about .about-clean-founder-content li {
  position: relative;
  padding-left: 17px;
  font-weight: 700;
}

body.page-about .about-clean-founder-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: #ff252a;
}

body.page-about .about-clean-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.page-about .about-clean-info-card {
  position: relative;
  min-height: 255px;
  padding: 26px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.12);
  border-top: 6px solid #ff252a;
  box-shadow: 0 22px 58px rgba(0,0,0,0.08);
  overflow: hidden;
}

body.page-about .about-clean-info-card.dark {
  background: #101010;
  color: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,0.22);
}

body.page-about .about-clean-info-card.dark h3,
body.page-about .about-clean-info-card.dark p {
  color: #fff;
}

body.page-about .about-clean-principles {
  background: #080808;
  overflow: hidden;
}

body.page-about .about-clean-principles::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(255,43,47,0.18), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0px, rgba(255,255,255,0.055) 1px, transparent 1px, transparent 64px);
  opacity: 0.75;
}

body.page-about .about-clean-principles-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
}

body.page-about .about-clean-black-panel {
  padding: clamp(30px, 3vw, 44px);
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 7px solid #ff252a;
}

body.page-about .about-clean-black-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.08;
}

body.page-about .about-clean-black-panel p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255,255,255,0.84);
}

body.page-about .about-clean-principle-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.page-about .about-clean-principle-list article {
  padding: 24px;
  background: rgba(255,255,255,0.95);
  border-top: 5px solid #ff252a;
  box-shadow: 0 22px 58px rgba(0,0,0,0.22);
}

body.page-about .about-clean-principle-list p {
  margin-bottom: 0;
}

body.page-about .about-clean-safety {
  background: #f6f3ef;
}

body.page-about .about-clean-safety-wrap {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: 34px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.11);
  box-shadow: 0 24px 70px rgba(0,0,0,0.08);
}

body.page-about .about-clean-safe-logo img {
  display: block;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body.page-about .about-clean-safety-copy h2 {
  margin: 0;
  font-size: clamp(36px, 3.7vw, 62px);
  line-height: 1.08;
}

body.page-about .about-clean-safety-copy p {
  max-width: 860px;
  color: #171717;
}

@media (max-width: 1180px) {
  body.page-about .about-clean-hero-wrap,
  body.page-about .about-clean-section-head,
  body.page-about .about-clean-standard-intro,
  body.page-about .about-clean-principles-wrap,
  body.page-about .about-clean-safety-wrap {
    grid-template-columns: 1fr !important;
  }
  body.page-about .about-clean-card-grid,
  body.page-about .about-clean-founder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.page-about .about-clean-hero,
  body.page-about .about-clean-founders,
  body.page-about .about-clean-standard,
  body.page-about .about-clean-principles,
  body.page-about .about-clean-safety {
    padding: 42px 0;
  }
  body.page-about .about-clean-hero-copy h1,
  body.page-about .about-clean-section-head h2,
  body.page-about .about-clean-standard-intro h2,
  body.page-about .about-clean-black-panel h2,
  body.page-about .about-clean-safety-copy h2 {
    font-size: clamp(36px, 11vw, 54px) !important;
    line-height: 1.12 !important;
  }
  body.page-about .about-clean-founder-grid,
  body.page-about .about-clean-card-grid,
  body.page-about .about-clean-principle-list,
  body.page-about .about-clean-founder-card {
    grid-template-columns: 1fr !important;
  }
  body.page-about .about-clean-founder-card img {
    width: 100%;
    height: 260px;
  }
}


/* v72 Why Us page premium rebuild */
body.page-why-choose .why-hero,
body.page-why-choose .why-main,
body.page-why-choose .why-process,
body.page-why-choose .why-link-section,
body.page-why-choose .why-cta {
  display: none !important;
}

body.page-why-choose {
  background: #f5f2ef;
}

body.page-why-choose .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.why-elite-hero,
.why-elite-proof,
.why-elite-standard,
.why-elite-split,
.why-elite-process,
.why-elite-cta {
  position: relative;
  overflow: hidden;
}

.why-elite-hero {
  min-height: calc(100vh - 94px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.82) 48%, rgba(255,255,255,0.70) 100%),
    url('assets/background/about.png');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.why-elite-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.055) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.04) 0 1px, transparent 1px 64px),
    radial-gradient(circle at 85% 25%, rgba(255,43,47,0.10), transparent 28%);
}

.why-elite-hero-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 1.2fr) minmax(360px, 0.8fr);
  align-items: end;
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(60px, 8vh, 92px) 0;
}

.why-elite-copy h1,
.why-proof-lead h2,
.why-standard-heading h2,
.why-split-dark h2,
.why-process-title h2,
.why-elite-cta h2 {
  margin: 0;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: #050505;
}

.why-elite-copy h1 {
  max-width: 930px;
  font-size: clamp(58px, 6.5vw, 112px);
  line-height: 1.03;
}

.why-elite-copy .eyebrow,
.why-standard-heading .eyebrow,
.why-split-dark .eyebrow,
.why-process-title .eyebrow,
.why-elite-cta .eyebrow {
  color: #ff2228;
}

.why-elite-intro-card {
  position: relative;
  background: rgba(255,255,255,0.86);
  border-left: 6px solid #ff2228;
  padding: 30px 32px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.12);
}

.why-elite-intro-card::after,
.why-proof-lead::after,
.why-standard-cards article::after,
.why-split-list article::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,43,47,0.075);
}

.why-elite-intro-card span,
.why-proof-grid span,
.why-proof-lead span,
.why-standard-cards strong,
.why-process-lineup strong {
  display: block;
  margin-bottom: 16px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #ff2228;
  text-transform: uppercase;
}

.why-elite-intro-card p,
.why-proof-lead p,
.why-proof-grid p,
.why-standard-cards p,
.why-split-dark p,
.why-split-list p,
.why-process-lineup p,
.why-elite-cta p {
  font-family: 'Liberation Sans', Arial, sans-serif;
  line-height: 1.55;
}

.why-elite-intro-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  font-size: 20px;
  color: #171717;
}

.why-mini-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  background: #ff2228;
  color: #050505;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255,34,40,0.25);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.why-mini-link:hover,
.premium-red-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255,34,40,0.34);
}

.why-elite-proof {
  background: #f4f1ee;
  padding: clamp(58px, 7vh, 84px) 0;
}

.why-elite-proof::before,
.why-elite-standard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.055) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.04) 0 1px, transparent 1px 64px);
}

.why-elite-proof-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(560px, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.why-proof-lead {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #080808;
  color: #fff;
  border: 1px solid rgba(255,43,47,0.35);
  border-top: 6px solid #ff2228;
  padding: clamp(32px, 3vw, 48px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.why-proof-lead h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(46px, 4.8vw, 78px);
  line-height: 1.04;
  margin-bottom: 24px;
}

.why-proof-lead p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 0 16px;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
}

.why-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.why-proof-grid article,
.why-standard-cards article,
.why-split-list article,
.why-process-lineup article {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.13);
  border-top: 5px solid #ff2228;
  padding: 28px;
  box-shadow: 0 22px 58px rgba(0,0,0,0.08);
}

.why-proof-grid h3,
.why-standard-cards h3,
.why-split-list h3,
.why-process-lineup h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #050505;
}

.why-proof-grid p,
.why-standard-cards p,
.why-split-list p,
.why-process-lineup p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #111;
  font-size: 16px;
}

.why-elite-standard {
  background: #fff;
  padding: clamp(56px, 7vh, 84px) 0;
}

.why-standard-wrap {
  position: relative;
  z-index: 2;
}

.why-standard-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(32px, 5vw, 90px);
  align-items: end;
  margin-bottom: 30px;
}

.why-standard-heading h2 {
  max-width: 1040px;
  font-size: clamp(48px, 5.5vw, 92px);
  line-height: 1.03;
}

.why-standard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-standard-cards article {
  min-height: 300px;
}

.why-elite-split {
  background: #f3f0ed;
  padding: clamp(56px, 7vh, 84px) 0;
}

.why-split-wrap {
  display: grid;
  grid-template-columns: minmax(420px, 0.85fr) minmax(560px, 1.15fr);
  gap: 22px;
  align-items: stretch;
}

.why-split-dark {
  background: #080808;
  color: #fff;
  border-left: 6px solid #ff2228;
  padding: clamp(34px, 3vw, 48px);
  box-shadow: 0 28px 78px rgba(0,0,0,0.18);
}

.why-split-dark h2 {
  color: #fff;
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 1.04;
  margin-bottom: 22px;
}

.why-split-dark p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  margin: 0;
}

.why-split-list {
  display: grid;
  gap: 18px;
}

.why-elite-process {
  background: #050505;
  color: #fff;
  padding: clamp(58px, 7vh, 84px) 0;
}

.why-process-elite-wrap {
  display: grid;
  grid-template-columns: minmax(340px, 0.6fr) minmax(720px, 1.4fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
}

.why-process-title h2 {
  color: #fff;
  max-width: 560px;
  font-size: clamp(42px, 4.8vw, 76px);
  line-height: 1.04;
}

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

.why-process-lineup article {
  min-height: 290px;
  background: #f7f4f1;
  box-shadow: none;
}

.why-elite-cta {
  background: #ff2228;
  color: #050505;
  padding: clamp(48px, 6vh, 72px) 0;
}

.why-elite-cta-wrap {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}

.why-elite-cta h2 {
  max-width: 840px;
  font-size: clamp(44px, 5vw, 86px);
  line-height: 1.02;
}

.why-elite-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 19px;
}

.premium-red-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  background: #050505;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.24);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 36px rgba(0,0,0,0.28);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

@media (max-width: 1180px) {
  .why-elite-hero-wrap,
  .why-elite-proof-wrap,
  .why-standard-heading,
  .why-split-wrap,
  .why-process-elite-wrap {
    grid-template-columns: 1fr;
  }

  .why-standard-cards,
  .why-process-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-proof-lead {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .why-elite-hero {
    min-height: auto;
  }

  .why-elite-hero-wrap {
    padding: 56px 0;
  }

  .why-elite-copy h1,
  .why-standard-heading h2,
  .why-split-dark h2,
  .why-process-title h2,
  .why-elite-cta h2 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .why-proof-grid,
  .why-standard-cards,
  .why-process-lineup {
    grid-template-columns: 1fr;
  }

  .why-elite-cta-wrap {
    display: grid;
  }
}


/* Commercial service page hero image override */
body.page-commercial .service-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.66)),
    url('assets/background/28.webp');
  background-size: cover;
  background-position: center;
}


/* Domestic service page hero image override */
body.page-domestic .service-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.66)),
    url('assets/background/18.webp');
  background-size: cover;
  background-position: center;
}


/* v90 About + Industrial hero background clarity refinement */
body.page-about .about-clean-hero {
  background: url('assets/background/about.png') center/cover no-repeat !important;
}

body.page-industrial .service-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.76) 0%, rgba(255,255,255,0.56) 52%, rgba(255,255,255,0.42) 100%),
    url('assets/background/about.png') !important;
  background-size: cover !important;
  background-position: center center !important;
}


/* Temporary roof service page hero image override */
body.page-temporary-roof .service-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.66)),
    url('assets/background/29.webp');
  background-size: cover;
  background-position: center;
}


/* Emergency scaffolding service page hero image override */
body.page-emergency .service-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.66)),
    url('assets/background/30.webp');
  background-size: cover;
  background-position: center;
}


/* Access Solutions service page hero image override */
body.page-access-solutions .service-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.66)),
    url('assets/background/31.webp');
  background-size: cover;
  background-position: center;
}


/* Final launch tidy: remove stray dropdown arrow and make quote CTA clearer */
.nav-dropdown-trigger::before {
  content: none !important;
  display: none !important;
}

.top-quote-pulse {
  color: #ff2b2f !important;
  font-weight: 950 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0 22px !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-left: 1px solid rgba(255,255,255,0.45) !important;
  border-right: 1px solid rgba(255,255,255,0.45) !important;
  text-shadow: 0 0 14px rgba(255,43,47,0.42) !important;
}

.top-quote-pulse:hover {
  color: #ffffff !important;
}


/* v91 homepage top-of-page visual prototype */
body.page-index {
  --home-red: #f1262d;
  --home-black: #090909;
  --home-ink: #141414;
  --home-shell: 1240px;
}

body.page-index .home-shell {
  width: min(var(--home-shell), calc(100% - 56px));
  margin-inline: auto;
}

body.page-index .home-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

body.page-index .home-utility {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--home-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-index .home-utility-inner,
body.page-index .home-utility-links {
  display: flex;
  align-items: center;
}

body.page-index .home-utility-inner {
  justify-content: space-between;
  gap: 24px;
}

body.page-index .home-utility p,
body.page-index .home-utility a {
  margin: 0;
  color: inherit;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
}

body.page-index .home-utility p {
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

body.page-index .home-utility-links {
  gap: 22px;
}

body.page-index .home-utility a:hover {
  color: var(--home-red);
}

body.page-index .home-navigation {
  position: relative;
  min-height: 76px;
  background: #fff;
}

body.page-index .home-navigation-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

body.page-index .home-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: 112px;
  height: 66px;
}

body.page-index .home-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.page-index .home-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.55vw, 25px);
}

body.page-index .home-primary-menu > a {
  position: relative;
  color: var(--home-ink);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.page-index .home-primary-menu > a:not(.home-nav-cta)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 3px;
  background: var(--home-red);
  transition: right 180ms ease;
}

body.page-index .home-primary-menu > a:hover::after,
body.page-index .home-primary-menu > a.is-current::after {
  right: 0;
}

body.page-index .home-nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff !important;
  background: var(--home-red);
  border: 2px solid var(--home-red);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.page-index .home-nav-cta:hover {
  color: var(--home-red) !important;
  background: #fff;
  transform: translateY(-2px);
}

body.page-index .home-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  color: #fff;
  background: var(--home-black);
  cursor: pointer;
}

body.page-index .home-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.page-index .home-prototype-hero {
  position: relative;
  min-height: 520px;
  height: min(590px, 41vw);
  overflow: hidden;
  isolation: isolate;
  background: #171717;
}

body.page-index .home-prototype-hero-media,
body.page-index .home-prototype-hero-shade {
  position: absolute;
  inset: 0;
}

body.page-index .home-prototype-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}

body.page-index .home-prototype-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 37%, rgba(0, 0, 0, 0.20) 68%, rgba(0, 0, 0, 0.04) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent 40%);
}

body.page-index .home-prototype-hero-layout {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-block: 52px;
}

body.page-index .home-prototype-hero-copy {
  max-width: 740px;
  padding-left: 27px;
  color: #fff;
  border-left: 6px solid var(--home-red);
  animation: homePrototypeIntro 480ms ease-out both;
}

body.page-index .home-prototype-eyebrow {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-index .home-prototype-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  font-size: clamp(48px, 4.4vw, 64px) !important;
  font-weight: 700;
  line-height: 0.98 !important;
  letter-spacing: -0.015em;
  text-wrap: balance;
  text-transform: uppercase;
}

body.page-index .home-prototype-hero-copy > p:not(.home-prototype-eyebrow) {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

body.page-index .home-prototype-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.page-index .home-prototype-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-index .home-prototype-button:hover {
  transform: translateY(-2px);
}

body.page-index .home-prototype-button-primary {
  color: #fff;
  background: var(--home-red);
  border: 2px solid var(--home-red);
}

body.page-index .home-prototype-button-primary:hover {
  color: var(--home-red);
  background: #fff;
  border-color: #fff;
}

body.page-index .home-prototype-button-secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.72);
}

body.page-index .home-prototype-button-secondary:hover {
  color: var(--home-ink);
  background: #fff;
  border-color: #fff;
}

body.page-index .home-credibility {
  position: relative;
  z-index: 3;
  color: #fff;
  background: var(--home-black);
  border-top: 4px solid var(--home-red);
}

body.page-index .home-credibility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-index .home-credibility article {
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-index .home-credibility article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-index .home-credibility strong,
body.page-index .home-credibility span {
  display: block;
  font-family: 'Liberation Sans', Arial, sans-serif;
}

body.page-index .home-credibility strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.page-index .home-credibility span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.35;
}

body.page-index .home-site-header a:focus-visible,
body.page-index .home-site-header button:focus-visible,
body.page-index .home-prototype-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--home-red);
}

body.page-index .home-navigation a:focus-visible,
body.page-index .home-navigation button:focus-visible {
  outline-color: var(--home-red);
  box-shadow: none;
}

@keyframes homePrototypeIntro {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  body.page-index .home-navigation-inner {
    min-height: 70px;
  }

  body.page-index .home-brand {
    width: 102px;
    height: 60px;
  }

  body.page-index .home-menu-toggle {
    display: block;
  }

  body.page-index .home-primary-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 12px 28px 22px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.15);
  }

  body.page-index .home-site-header.menu-open .home-primary-menu {
    display: grid;
    gap: 0;
  }

  body.page-index .home-primary-menu > a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }

  body.page-index .home-primary-menu > a:not(.home-nav-cta)::after {
    display: none;
  }

  body.page-index .home-nav-cta {
    width: 100%;
    margin-top: 12px;
  }

  body.page-index .home-site-header.menu-open .home-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.page-index .home-site-header.menu-open .home-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.page-index .home-site-header.menu-open .home-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 720px) {
  body.page-index .home-shell {
    width: min(100% - 36px, var(--home-shell));
  }

  body.page-index .home-utility {
    min-height: 32px;
  }

  body.page-index .home-utility-inner {
    justify-content: center;
  }

  body.page-index .home-utility p,
  body.page-index .home-utility-links a:last-child {
    display: none;
  }

  body.page-index .home-utility a {
    font-size: 12px;
    letter-spacing: 0.09em;
  }

  body.page-index .home-navigation,
  body.page-index .home-navigation-inner {
    min-height: 66px;
  }

  body.page-index .home-brand {
    width: 90px;
    height: 56px;
  }

  body.page-index .home-primary-menu {
    padding-inline: 18px;
  }

  body.page-index .home-prototype-hero {
    height: auto;
    min-height: 480px;
  }

  body.page-index .home-prototype-hero-media img {
    object-position: 64% center;
  }

  body.page-index .home-prototype-hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.54));
  }

  body.page-index .home-prototype-hero-layout {
    min-height: 480px;
    padding-block: 42px;
  }

  body.page-index .home-prototype-hero-copy {
    max-width: 100%;
    padding-left: 18px;
    border-left-width: 4px;
  }

  body.page-index .home-prototype-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  body.page-index .home-prototype-hero h1 {
    max-width: 350px;
    font-size: clamp(36px, 10.5vw, 42px) !important;
    line-height: 1.02 !important;
  }

  body.page-index .home-prototype-hero-copy > p:not(.home-prototype-eyebrow) {
    max-width: 345px;
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.48;
  }

  body.page-index .home-prototype-actions {
    display: grid;
    max-width: 300px;
    margin-top: 22px;
  }

  body.page-index .home-prototype-button {
    width: 100%;
    min-height: 48px;
  }

  body.page-index .home-credibility-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-index .home-credibility article {
    min-height: 98px;
    padding: 17px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  body.page-index .home-credibility article:nth-child(odd) {
    border-left: 0;
  }

  body.page-index .home-credibility article:nth-child(even) {
    border-right: 0;
  }

  body.page-index .home-credibility strong,
  body.page-index .home-credibility span {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-index .home-prototype-hero-copy,
  body.page-index .home-primary-menu > a,
  body.page-index .home-prototype-button,
  body.page-index .home-menu-toggle span {
    animation: none;
    transition: none;
  }
}

/* v96 approved global footer shell */
.home-footer > .home-shell,
.home-footer-bottom > .home-shell {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
}

/* v96 About desktop efficiency refinement */
@media (min-width: 1181px) {
  body.page-about .about-clean-hero {
    padding: 58px 0 !important;
    background-position: center 42% !important;
  }

  body.page-about .about-clean-hero-wrap {
    display: block;
    min-height: 0;
  }

  body.page-about .about-clean-hero-copy {
    max-width: 780px;
  }

  body.page-about .about-clean-hero-copy h1 {
    max-width: 720px !important;
    margin: 16px 0 16px !important;
    font-size: clamp(48px, 4.2vw, 60px) !important;
    line-height: 1.06 !important;
  }

  body.page-about .about-clean-hero-points {
    margin-top: 18px;
  }

  body.page-about .about-clean-founders,
  body.page-about .about-clean-standard,
  body.page-about .about-clean-principles,
  body.page-about .about-clean-safety {
    padding: 60px 0;
  }

  body.page-about .about-clean-section-head,
  body.page-about .about-clean-standard-intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: center;
    margin-bottom: 24px;
  }

  body.page-about .about-clean-section-head h2,
  body.page-about .about-clean-standard-intro h2,
  body.page-about .about-clean-black-panel h2,
  body.page-about .about-clean-safety-copy h2 {
    max-width: 650px;
    font-size: 44px;
    line-height: 1.06;
  }

  body.page-about .about-clean-founder-grid {
    align-items: stretch;
  }

  body.page-about .about-clean-founder-card {
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 20px;
    height: 100%;
    min-height: 280px;
    padding: 22px;
  }

  body.page-about .about-clean-founder-card img {
    width: 172px;
    height: 236px;
    min-height: 0;
    aspect-ratio: 43 / 59;
  }

  body.page-about .about-clean-founder-content p {
    margin-top: 10px;
  }

  body.page-about .about-clean-founder-content ul {
    margin-top: 12px;
    gap: 5px;
  }

  body.page-about .about-clean-card-grid {
    align-items: stretch;
    gap: 16px;
  }

  body.page-about .about-clean-info-card {
    min-height: 0;
    height: 100%;
    padding: 21px;
  }

  body.page-about .about-clean-info-card h3 {
    font-size: 25px;
  }

  body.page-about .about-clean-principles-wrap {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 20px;
  }

  body.page-about .about-clean-black-panel {
    padding: 28px;
  }

  body.page-about .about-clean-black-panel p:not(.eyebrow) {
    margin-bottom: 0;
  }

  body.page-about .about-clean-principle-list {
    gap: 12px;
    align-items: stretch;
  }

  body.page-about .about-clean-principle-list article {
    height: 100%;
    padding: 20px;
  }

  body.page-about .about-clean-principle-list h3 {
    font-size: 24px;
  }

  body.page-about .about-clean-safety-wrap {
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 32px;
    padding: 26px 32px;
  }

  body.page-about .about-clean-safe-logo img {
    width: 132px;
    max-width: 132px;
  }

  body.page-about .about-clean-safety-copy p {
    max-width: 800px;
    margin-bottom: 0;
  }

  body.page-about .about-clean-hero::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0 auto 0 0;
    width: min(880px, 70%);
    pointer-events: none;
    background: linear-gradient(90deg, rgba(246, 243, 239, 0.78) 0%, rgba(246, 243, 239, 0.64) 48%, rgba(246, 243, 239, 0.22) 78%, rgba(246, 243, 239, 0) 100%);
  }

  body.page-about .about-clean-hero-copy h1 {
    color: #050505;
    text-shadow: none;
  }

  body.page-about .about-clean-hero-copy p:not(.eyebrow) {
    color: #151515;
    font-weight: 500;
    text-shadow: none;
  }

  body.page-about .about-clean-hero-copy .eyebrow {
    color: #a9151a;
    text-shadow: none;
  }
}

/* v101 About hero structured content plane */
body.page-about .about-clean-hero {
  isolation: isolate;
  background: #080808 !important;
}

body.page-about .about-clean-hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 42%;
  background: none;
}

body.page-about .about-clean-hero-media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 42%;
  overflow: hidden;
}

body.page-about .about-clean-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

body.page-about .about-clean-hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 42%;
  width: 6px;
  pointer-events: none;
  background: #d3262d;
}

body.page-about .about-clean-hero-wrap {
  position: relative;
  z-index: 2;
}

body.page-about .about-clean-hero-copy h1 {
  color: #fff;
  text-shadow: none;
}

body.page-about .about-clean-hero-copy p:not(.eyebrow) {
  color: #e7e7e7;
  font-weight: 400;
  text-shadow: none;
}

body.page-about .about-clean-hero-copy .eyebrow {
  color: #d3262d;
  text-shadow: none;
}

@media (min-width: 1181px) {
  body.page-about .about-clean-hero {
    height: 490px;
    min-height: 490px !important;
    padding: 0 !important;
  }

  body.page-about .about-clean-hero-wrap {
    display: block;
    height: 100%;
  }

  body.page-about .about-clean-hero-copy {
    width: min(520px, calc(42vw - 78px));
    max-width: 520px;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px 20px 0;
  }

  body.page-about .about-clean-hero-copy h1 {
    max-width: 520px !important;
    margin: 12px 0 !important;
    font-size: 46px !important;
    line-height: 1.04 !important;
  }

  body.page-about .about-clean-hero-copy p:not(.eyebrow) {
    max-width: 500px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  body.page-about .about-clean-hero-copy .eyebrow {
    margin: 0;
  }

  body.page-about .about-clean-hero-points {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  body.page-about .about-clean-hero-points span {
    min-height: 44px;
    justify-content: center;
    padding: 8px 9px;
    text-align: center;
    line-height: 1.25;
  }
}

@media (max-width: 1180px) {
  body.page-about .about-clean-hero {
    min-height: 0 !important;
    padding: 0 !important;
  }

  body.page-about .about-clean-hero::before {
    top: auto;
    left: 0;
    width: 100%;
    height: clamp(240px, 48vw, 360px);
  }

  body.page-about .about-clean-hero-media {
    top: auto;
    left: 0;
    width: 100%;
    height: clamp(240px, 48vw, 360px);
  }

  body.page-about .about-clean-hero::after {
    top: auto;
    right: 0;
    bottom: clamp(240px, 48vw, 360px);
    left: 0;
    width: auto;
    height: 5px;
  }

  body.page-about .about-clean-hero-wrap {
    display: block !important;
    padding-bottom: clamp(240px, 48vw, 360px);
  }

  body.page-about .about-clean-hero-copy {
    max-width: 720px;
    padding: 44px 0;
  }

  body.page-about .about-clean-hero-copy h1 {
    max-width: 680px !important;
    color: #fff;
    font-size: clamp(42px, 6vw, 54px) !important;
  }

  body.page-about .about-clean-hero-points span {
    box-shadow: none;
  }
}

@media (max-width: 760px) {
  body.page-about .about-clean-hero-copy {
    padding: 36px 0;
  }

  body.page-about .about-clean-hero-copy h1 {
    font-size: clamp(36px, 10.5vw, 42px) !important;
    line-height: 1.06 !important;
  }

  body.page-about .about-clean-hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* v102 commercial service master prototype */
body.page-commercial .commercial-master-main {
  --commercial-red: #e3262e;
  --commercial-black: #090909;
  --commercial-ink: #151515;
  --commercial-paper: #f5f2ee;
  color: var(--commercial-ink);
  background: var(--commercial-paper);
}

body.page-commercial .commercial-master-shell,
body.page-commercial .commercial-master-hero-wrap {
  width: min(1240px, calc(100% - 56px));
  max-width: 1240px !important;
  margin-inline: auto;
}

body.page-commercial .commercial-master-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #111;
}

body.page-commercial .commercial-master-hero-media,
body.page-commercial .commercial-master-hero-shade {
  position: absolute;
  inset: 0;
}

body.page-commercial .commercial-master-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}

body.page-commercial .commercial-master-hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0.78) 39%, rgba(0,0,0,0.28) 67%, rgba(0,0,0,0.05) 100%);
}

body.page-commercial .commercial-master-hero-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

body.page-commercial .commercial-master-hero-copy {
  max-width: 720px;
  padding-left: 24px;
  border-left: 6px solid var(--commercial-red);
}

body.page-commercial .commercial-master-eyebrow {
  margin: 0 0 13px;
  color: var(--commercial-red);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body.page-commercial .commercial-master-hero h1,
body.page-commercial .commercial-master-main h2 {
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.008em;
  word-spacing: 0.06em;
}

body.page-commercial .commercial-master-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 0.99;
}

body.page-commercial .commercial-master-hero-copy > p:not(.commercial-master-eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
  line-height: 1.5;
}

body.page-commercial .commercial-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}

body.page-commercial .commercial-master-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.page-commercial .commercial-master-button:hover {
  transform: translateY(-2px);
}

body.page-commercial .commercial-master-button-primary {
  color: #fff;
  background: var(--commercial-red);
  border: 2px solid var(--commercial-red);
}

body.page-commercial .commercial-master-button-primary:hover {
  color: var(--commercial-red);
  background: #fff;
  border-color: #fff;
}

body.page-commercial .commercial-master-button-secondary {
  color: #fff;
  background: rgba(0,0,0,0.24);
  border: 2px solid rgba(255,255,255,0.78);
}

body.page-commercial .commercial-master-button-secondary:hover {
  color: #111;
  background: #fff;
  border-color: #fff;
}

body.page-commercial .commercial-master-section {
  padding: 64px 0;
}

body.page-commercial .commercial-master-main h2 {
  margin: 0;
  max-width: 720px;
  font-size: 42px;
  line-height: 1.06;
}

body.page-commercial .commercial-master-main h3 {
  margin: 0;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

body.page-commercial .commercial-master-main p {
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.page-commercial .commercial-master-overview {
  background: #f5f2ee;
}

body.page-commercial .commercial-master-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 54px;
  align-items: center;
}

body.page-commercial .commercial-master-overview-media {
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-left: 7px solid var(--commercial-red);
  box-shadow: 0 22px 54px rgba(0,0,0,0.15);
}

body.page-commercial .commercial-master-overview-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

body.page-commercial .commercial-master-copy > p:not(.commercial-master-eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #292929;
}

body.page-commercial .commercial-master-use-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

body.page-commercial .commercial-master-use-strip span {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #151515;
  background: #fff;
  border-left: 4px solid var(--commercial-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-commercial .commercial-master-audience {
  background: #fff;
}

body.page-commercial .commercial-master-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 26px;
}

body.page-commercial .commercial-master-section-head > p {
  max-width: 520px;
  margin: 0 0 2px;
  color: #343434;
}

body.page-commercial .commercial-master-audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

body.page-commercial .commercial-master-audience-grid article {
  min-height: 205px;
  padding: 21px;
  background: #f4f1ed;
  border-top: 5px solid var(--commercial-red);
}

body.page-commercial .commercial-master-audience-grid span,
body.page-commercial .commercial-master-why-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--commercial-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

body.page-commercial .commercial-master-audience-grid p,
body.page-commercial .commercial-master-why-grid p {
  margin: 12px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 1.48;
}

body.page-commercial .commercial-master-applications {
  background: #ece8e3;
}

body.page-commercial .commercial-master-applications-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 50px;
  align-items: center;
}

body.page-commercial .commercial-master-applications-intro p:not(.commercial-master-eyebrow) {
  max-width: 440px;
  margin: 16px 0 0;
  color: #333;
}

body.page-commercial .commercial-master-application-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.page-commercial .commercial-master-application-list article {
  min-height: 124px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom: 4px solid var(--commercial-red);
}

body.page-commercial .commercial-master-application-list strong {
  display: block;
  margin-bottom: 16px;
  color: var(--commercial-red);
  font-size: 12px;
  letter-spacing: 0.14em;
}

body.page-commercial .commercial-master-application-list h3 {
  font-size: 19px;
}

body.page-commercial .commercial-master-why {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--commercial-black);
}

body.page-commercial .commercial-master-why::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 92% 8%, rgba(227,38,46,0.17), transparent 29%);
}

body.page-commercial .commercial-master-why-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: stretch;
}

body.page-commercial .commercial-master-why-statement {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.13);
  border-left: 6px solid var(--commercial-red);
}

body.page-commercial .commercial-master-why-statement h2 {
  color: #fff;
  font-size: 40px;
}

body.page-commercial .commercial-master-why-statement > p:not(.commercial-master-eyebrow) {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.76);
}

body.page-commercial .commercial-master-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.page-commercial .commercial-master-why-grid article {
  min-height: 178px;
  padding: 21px;
  color: #151515;
  background: #fff;
  border-top: 4px solid var(--commercial-red);
}

body.page-commercial .commercial-master-safety {
  background: #f5f2ee;
}

body.page-commercial .commercial-master-safety-wrap {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}

body.page-commercial .commercial-master-safety-badge img {
  display: block;
  width: 126px;
  height: 126px;
  object-fit: contain;
  border-radius: 50%;
  clip-path: circle(49.5% at 50% 50%);
}

body.page-commercial .commercial-master-safety-wrap h2 {
  font-size: 38px;
}

body.page-commercial .commercial-master-safety-wrap p:not(.commercial-master-eyebrow) {
  max-width: 850px;
  margin: 13px 0 0;
  color: #333;
}

body.page-commercial .commercial-master-related {
  background: #fff;
}

body.page-commercial .commercial-master-section-head.compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

body.page-commercial .commercial-master-inline-link {
  margin-bottom: 4px;
  color: #151515;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration-color: var(--commercial-red);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

body.page-commercial .commercial-master-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-commercial .commercial-master-related-grid a {
  display: grid;
  grid-template-rows: 190px auto;
  min-height: 250px;
  overflow: hidden;
  color: #fff;
  background: #111;
  border-bottom: 5px solid var(--commercial-red);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.page-commercial .commercial-master-related-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.18);
}

body.page-commercial .commercial-master-related-grid img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

body.page-commercial .commercial-master-related-grid span {
  display: flex;
  align-items: center;
  padding: 17px 19px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.page-commercial .commercial-master-enquiry {
  padding: 38px 0;
  color: #fff;
  background: #181818;
  border-top: 5px solid var(--commercial-red);
}

body.page-commercial .commercial-master-enquiry-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
}

body.page-commercial .commercial-master-enquiry h2 {
  color: #fff;
  font-size: 36px;
}

body.page-commercial .commercial-master-enquiry p:not(.commercial-master-eyebrow) {
  max-width: 700px;
  margin: 11px 0 0;
  color: rgba(255,255,255,0.72);
}

body.page-commercial .commercial-master-enquiry-actions {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 20px;
  align-items: center;
}

body.page-commercial .commercial-master-enquiry-actions > a:not(.commercial-master-button) {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

body.page-commercial .commercial-master-enquiry-actions .commercial-master-button {
  grid-column: 1 / -1;
}

body.page-commercial .commercial-master-main a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--commercial-red);
}

@media (max-width: 1180px) {
  body.page-commercial .commercial-master-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-commercial .commercial-master-overview-grid,
  body.page-commercial .commercial-master-applications-grid,
  body.page-commercial .commercial-master-why-wrap {
    gap: 32px;
  }

  body.page-commercial .commercial-master-application-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.page-commercial .commercial-master-section {
    padding: 56px 0;
  }

  body.page-commercial .commercial-master-overview-grid,
  body.page-commercial .commercial-master-applications-grid,
  body.page-commercial .commercial-master-why-wrap,
  body.page-commercial .commercial-master-section-head,
  body.page-commercial .commercial-master-enquiry-wrap {
    grid-template-columns: 1fr;
  }

  body.page-commercial .commercial-master-overview-media {
    height: 360px;
  }

  body.page-commercial .commercial-master-audience-grid,
  body.page-commercial .commercial-master-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-commercial .commercial-master-section-head {
    gap: 18px;
    align-items: start;
  }

  body.page-commercial .commercial-master-section-head.compact {
    grid-template-columns: 1fr auto;
  }

  body.page-commercial .commercial-master-enquiry-actions {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  body.page-commercial .commercial-master-shell,
  body.page-commercial .commercial-master-hero-wrap {
    width: min(100% - 36px, 1240px);
  }

  body.page-commercial .commercial-master-hero {
    height: 520px;
  }

  body.page-commercial .commercial-master-hero-media img {
    object-position: 58% center;
  }

  body.page-commercial .commercial-master-hero-shade {
    background: linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.52));
  }

  body.page-commercial .commercial-master-hero-copy {
    padding-left: 17px;
    border-left-width: 4px;
  }

  body.page-commercial .commercial-master-hero h1 {
    max-width: 360px;
    font-size: 40px;
    line-height: 1.02;
  }

  body.page-commercial .commercial-master-hero-copy > p:not(.commercial-master-eyebrow) {
    max-width: 350px;
    font-size: 16px;
  }

  body.page-commercial .commercial-master-actions {
    display: grid;
    max-width: 290px;
  }

  body.page-commercial .commercial-master-main h2,
  body.page-commercial .commercial-master-why-statement h2,
  body.page-commercial .commercial-master-safety-wrap h2,
  body.page-commercial .commercial-master-enquiry h2 {
    font-size: 32px;
  }

  body.page-commercial .commercial-master-main h3 {
    font-size: 21px;
  }

  body.page-commercial .commercial-master-audience-grid,
  body.page-commercial .commercial-master-application-list,
  body.page-commercial .commercial-master-why-grid,
  body.page-commercial .commercial-master-related-grid,
  body.page-commercial .commercial-master-section-head.compact,
  body.page-commercial .commercial-master-safety-wrap {
    grid-template-columns: 1fr;
  }

  body.page-commercial .commercial-master-audience-grid article,
  body.page-commercial .commercial-master-why-grid article {
    min-height: 0;
  }

  body.page-commercial .commercial-master-overview-media {
    height: 300px;
  }

  body.page-commercial .commercial-master-use-strip {
    grid-template-columns: 1fr;
  }

  body.page-commercial .commercial-master-safety-wrap {
    gap: 22px;
    padding: 24px;
  }

  body.page-commercial .commercial-master-safety-badge img {
    width: 104px;
    height: 104px;
  }

  body.page-commercial .commercial-master-section-head.compact {
    align-items: start;
  }

  body.page-commercial .commercial-master-related-grid a {
    grid-template-rows: 180px auto;
  }

  body.page-commercial .commercial-master-enquiry-actions {
    grid-template-columns: 1fr;
  }

  body.page-commercial .commercial-master-enquiry-actions .commercial-master-button {
    grid-column: auto;
    margin-top: 8px;
  }
}

/* Approved homepage header shared by internal pages */
body.page-global-header {
  --home-red: #f1262d;
  --home-black: #090909;
  --home-ink: #141414;
  --home-shell: 1240px;
}

body.page-global-header .home-site-header .home-shell {
  width: min(var(--home-shell), calc(100% - 56px));
  margin-inline: auto;
}

body.page-global-header .home-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

body.page-global-header .home-utility {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--home-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-global-header .home-utility-inner,
body.page-global-header .home-utility-links {
  display: flex;
  align-items: center;
}

body.page-global-header .home-utility-inner {
  justify-content: space-between;
  gap: 24px;
}

body.page-global-header .home-utility p,
body.page-global-header .home-utility a {
  margin: 0;
  color: inherit;
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
}

body.page-global-header .home-utility p {
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

body.page-global-header .home-utility-links {
  gap: 22px;
}

body.page-global-header .home-utility a:hover {
  color: var(--home-red);
}

body.page-global-header .home-navigation {
  position: relative;
  min-height: 76px;
  background: #fff;
}

body.page-global-header .home-navigation-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

body.page-global-header .home-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: 112px;
  height: 66px;
}

body.page-global-header .home-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.page-global-header .home-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.55vw, 25px);
}

body.page-global-header .home-primary-menu > a {
  position: relative;
  color: var(--home-ink);
  font-family: 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.page-global-header .home-primary-menu > a:not(.home-nav-cta)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 3px;
  background: var(--home-red);
  transition: right 180ms ease;
}

body.page-global-header .home-primary-menu > a:hover::after,
body.page-global-header .home-primary-menu > a.is-current::after {
  right: 0;
}

body.page-global-header .home-nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff !important;
  background: var(--home-red);
  border: 2px solid var(--home-red);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.page-global-header .home-nav-cta:hover {
  color: var(--home-red) !important;
  background: #fff;
  transform: translateY(-2px);
}

body.page-global-header .home-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  color: #fff;
  background: var(--home-black);
  cursor: pointer;
}

body.page-global-header .home-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.page-global-header .home-site-header a:focus-visible,
body.page-global-header .home-site-header button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--home-red);
}

body.page-global-header .home-navigation a:focus-visible,
body.page-global-header .home-navigation button:focus-visible {
  outline-color: var(--home-red);
  box-shadow: none;
}

@media (max-width: 1080px) {
  body.page-global-header .home-navigation-inner {
    min-height: 70px;
  }

  body.page-global-header .home-brand {
    width: 102px;
    height: 60px;
  }

  body.page-global-header .home-menu-toggle {
    display: block;
  }

  body.page-global-header .home-primary-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 12px 28px 22px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.15);
  }

  body.page-global-header .home-site-header.menu-open .home-primary-menu {
    display: grid;
    gap: 0;
  }

  body.page-global-header .home-primary-menu > a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }

  body.page-global-header .home-primary-menu > a:not(.home-nav-cta)::after {
    display: none;
  }

  body.page-global-header .home-nav-cta {
    width: 100%;
    margin-top: 12px;
  }

  body.page-global-header .home-site-header.menu-open .home-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.page-global-header .home-site-header.menu-open .home-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.page-global-header .home-site-header.menu-open .home-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 720px) {
  body.page-global-header .home-site-header .home-shell {
    width: min(100% - 36px, var(--home-shell));
  }

  body.page-global-header .home-utility {
    min-height: 32px;
  }

  body.page-global-header .home-utility-inner {
    justify-content: center;
  }

  body.page-global-header .home-utility p,
  body.page-global-header .home-utility-links a:last-child {
    display: none;
  }

  body.page-global-header .home-utility a {
    font-size: 12px;
    letter-spacing: 0.09em;
  }

  body.page-global-header .home-navigation,
  body.page-global-header .home-navigation-inner {
    min-height: 66px;
  }

  body.page-global-header .home-brand {
    width: 90px;
    height: 56px;
  }

  body.page-global-header .home-primary-menu {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-global-header .home-primary-menu > a:not(.home-nav-cta)::after,
  body.page-global-header .home-nav-cta,
  body.page-global-header .home-menu-toggle span {
    animation: none;
    transition: none;
  }
}

/* Services hub — scoped to services.html only */
body.page-services .services-hub-main {
  overflow: hidden;
  background: #fff;
  color: #111;
}

body.page-services .services-hub-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.page-services .services-hub-main h1,
body.page-services .services-hub-main h2,
body.page-services .services-hub-main h3,
body.page-services .services-hub-main p {
  margin-top: 0;
}

body.page-services .services-hub-main h1,
body.page-services .services-hub-main h2,
body.page-services .services-hub-main h3 {
  font-family: 'HeadingNowTrial', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-services .services-hub-main h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

body.page-services .services-hub-main p {
  font-size: 17px;
  line-height: 1.6;
}

body.page-services .services-hub-eyebrow {
  margin-bottom: 14px;
  color: #d81f2a;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-services .services-hub-section {
  padding-block: 68px;
}

body.page-services .services-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 480px;
  background: #080808;
}

body.page-services .services-hub-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-right: 5px solid #f1262d;
}

body.page-services .services-hub-hero-copy {
  width: min(560px, calc(100% - 72px));
  margin-left: max(36px, calc((100vw - 1180px) / 2));
  padding-block: 56px;
}

body.page-services .services-hub-hero h1 {
  max-width: 560px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(48px, 4.5vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

body.page-services .services-hub-hero-copy > p:not(.services-hub-eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: #dedede;
}

body.page-services .services-hub-hero-image {
  min-width: 0;
  min-height: 0;
  height: 480px;
}

body.page-services .services-hub-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-services .services-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-services .services-hub-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-services .services-hub-button:hover {
  transform: translateY(-2px);
}

body.page-services .services-hub-button-primary {
  background: #f1262d;
  color: #fff;
}

body.page-services .services-hub-button-primary:hover {
  background: #cf1820;
}

body.page-services .services-hub-button-secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

body.page-services .services-hub-button-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

body.page-services .services-hub-button:focus-visible,
body.page-services .services-hub-text-link:focus-visible,
body.page-services .services-hub-card a:focus-visible,
body.page-services .services-hub-coverage-links a:focus-visible {
  outline: 3px solid #f1262d;
  outline-offset: 4px;
}

body.page-services .services-hub-introduction {
  border-bottom: 1px solid #dedede;
}

body.page-services .services-hub-introduction-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

body.page-services .services-hub-introduction-grid > p {
  max-width: 650px;
  margin-bottom: 0;
  color: #383838;
}

body.page-services .services-hub-services {
  background-color: #f4f3f0;
  background-image: linear-gradient(rgba(15, 15, 15, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}

body.page-services .services-hub-section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

body.page-services .services-hub-section-heading-wide {
  max-width: 820px;
}

body.page-services .services-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.page-services .services-hub-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-top: 4px solid #f1262d;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-services .services-hub-card:hover {
  border-color: #bdbdbd;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

body.page-services .services-hub-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.page-services .services-hub-card-content {
  display: flex;
  min-height: 245px;
  flex: 1;
  flex-direction: column;
  padding: 25px 26px 24px;
}

body.page-services .services-hub-card h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 1.75vw, 26px);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

body.page-services .services-hub-card p {
  margin-bottom: 22px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.55;
}

body.page-services .services-hub-card a,
body.page-services .services-hub-text-link {
  width: fit-content;
  margin-top: auto;
  border-bottom: 2px solid #f1262d;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

body.page-services .services-hub-card a:hover,
body.page-services .services-hub-text-link:hover {
  color: #d81f2a;
}

body.page-services .services-hub-process {
  background: #fff;
}

body.page-services .services-hub-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-services .services-hub-process-grid article {
  min-height: 235px;
  padding: 25px 22px 22px;
  border-top: 3px solid #f1262d;
  background: #111;
  color: #fff;
}

body.page-services .services-hub-process-grid h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.05;
}

body.page-services .services-hub-process-grid p {
  margin-bottom: 0;
  color: #d2d2d2;
  font-size: 16px;
  line-height: 1.5;
}

body.page-services .services-hub-safety {
  background: #f4f3f0;
}

body.page-services .services-hub-safety-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 690px);
  gap: 64px;
  align-items: center;
  justify-content: center;
}

body.page-services .services-hub-safety-badge {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  padding-right: 48px;
}

body.page-services .services-hub-safety-badge img {
  display: block;
  width: 150px;
  height: auto;
  object-fit: contain;
}

body.page-services .services-hub-safety-grid h2 {
  margin-bottom: 18px;
}

body.page-services .services-hub-safety-grid p:not(.services-hub-eyebrow) {
  margin-bottom: 20px;
  color: #3f3f3f;
}

body.page-services .services-hub-coverage {
  padding-block: 58px;
  background: #111;
  color: #fff;
}

body.page-services .services-hub-coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.page-services .services-hub-coverage h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
}

body.page-services .services-hub-coverage-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

body.page-services .services-hub-coverage-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

body.page-services .services-hub-coverage-links a:hover {
  color: #f1262d;
}

body.page-services .services-hub-coverage-actions {
  justify-content: flex-end;
}

@media (max-width: 1080px) {
  body.page-services .services-hub-hero {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  body.page-services .services-hub-hero-copy {
    margin-left: 32px;
  }

  body.page-services .services-hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-services .services-hub-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-services .services-hub-coverage-grid {
    grid-template-columns: 1fr;
  }

  body.page-services .services-hub-coverage-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body.page-services .services-hub-shell {
    width: min(100% - 32px, 1180px);
  }

  body.page-services .services-hub-section {
    padding-block: 56px;
  }

  body.page-services .services-hub-main h2 {
    font-size: clamp(29px, 8.5vw, 32px);
  }

  body.page-services .services-hub-main p {
    font-size: 16px;
  }

  body.page-services .services-hub-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.page-services .services-hub-hero-content {
    border-right: 0;
    border-bottom: 5px solid #f1262d;
  }

  body.page-services .services-hub-hero-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding-block: 48px;
  }

  body.page-services .services-hub-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 42px);
  }

  body.page-services .services-hub-hero-image {
    min-height: 260px;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.page-services .services-hub-introduction-grid,
  body.page-services .services-hub-safety-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.page-services .services-hub-card-grid,
  body.page-services .services-hub-process-grid {
    grid-template-columns: 1fr;
  }

  body.page-services .services-hub-card-content {
    min-height: 0;
  }

  body.page-services .services-hub-process-grid article {
    min-height: 0;
  }

  body.page-services .services-hub-safety-badge {
    min-height: 0;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 28px;
  }

  body.page-services .services-hub-safety-badge img {
    width: 130px;
  }

  body.page-services .services-hub-coverage {
    padding-block: 54px;
  }

  body.page-services .services-hub-coverage-grid {
    gap: 32px;
  }

  body.page-services .services-hub-coverage-links {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-services .services-hub-coverage-actions,
  body.page-services .services-hub-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-services .services-hub-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-services .services-hub-card,
  body.page-services .services-hub-button {
    transition: none;
  }
}

/* Projects showcase — scoped to projects.html only */
body.page-projects .projects-master-main {
  overflow: hidden;
  background: #fff;
  color: #111;
}

body.page-projects .projects-master-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.page-projects .projects-master-main h1,
body.page-projects .projects-master-main h2,
body.page-projects .projects-master-main h3,
body.page-projects .projects-master-main p {
  margin-top: 0;
}

body.page-projects .projects-master-main h1,
body.page-projects .projects-master-main h2,
body.page-projects .projects-master-main h3 {
  font-family: 'HeadingNowTrial', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-projects .projects-master-main h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

body.page-projects .projects-master-main p {
  font-size: 17px;
  line-height: 1.6;
}

body.page-projects .projects-master-eyebrow {
  margin-bottom: 14px;
  color: #d81f2a;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-projects .projects-master-section {
  padding-block: 68px;
}

body.page-projects .projects-master-hero {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 490px;
  background: #080808;
}

body.page-projects .projects-master-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-right: 5px solid #f1262d;
}

body.page-projects .projects-master-hero-copy {
  width: min(570px, calc(100% - 72px));
  margin-left: max(36px, calc((100vw - 1180px) / 2));
  padding-block: 52px;
}

body.page-projects .projects-master-hero h1 {
  max-width: 560px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(46px, 4.1vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

body.page-projects .projects-master-hero-copy > p:not(.projects-master-eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: #dedede;
}

body.page-projects .projects-master-hero-image {
  min-width: 0;
  height: 490px;
}

body.page-projects .projects-master-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-projects .projects-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-projects .projects-master-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-projects .projects-master-button:hover {
  transform: translateY(-2px);
}

body.page-projects .projects-master-button-primary {
  background: #f1262d;
  color: #fff;
}

body.page-projects .projects-master-button-primary:hover {
  background: #cf1820;
}

body.page-projects .projects-master-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

body.page-projects .projects-master-button-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

body.page-projects .projects-master-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

body.page-projects .projects-master-heading-row > p {
  max-width: 520px;
  margin-bottom: 0;
  color: #444;
}

body.page-projects .projects-master-featured {
  background: #fff;
}

body.page-projects .projects-featured-slider {
  position: relative;
}

body.page-projects .projects-featured-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7.4;
  max-height: 570px;
  border-top: 5px solid #f1262d;
  background: #111;
  cursor: grab;
  touch-action: pan-y;
}

body.page-projects .projects-featured-viewport.is-dragging {
  cursor: grabbing;
}

body.page-projects .projects-featured-track {
  position: absolute;
  inset: 0;
}

body.page-projects .projects-featured-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  background: #111;
  cursor: zoom-in;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 360ms ease, transform 520ms ease;
}

body.page-projects .projects-featured-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

body.page-projects .projects-featured-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-projects .projects-featured-slide span {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 10px 14px;
  border-left: 3px solid #f1262d;
  background: rgba(8, 8, 8, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.page-projects .projects-featured-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
}

body.page-projects .projects-featured-controls > div {
  display: flex;
  gap: 8px;
}

body.page-projects .projects-featured-arrow {
  display: inline-flex;
  width: 48px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 21px;
  transition: background-color 160ms ease, color 160ms ease;
}

body.page-projects .projects-featured-arrow:hover:not(:disabled) {
  background: #111;
  color: #fff;
}

body.page-projects .projects-featured-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

body.page-projects .projects-featured-count {
  margin-bottom: 0;
  color: #555;
  font-family: 'HeadingNowTrial', Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body.page-projects .projects-featured-count [data-projects-current] {
  color: #d81f2a;
}

body.page-projects .projects-master-gallery {
  background-color: #f4f3f0;
  background-image: linear-gradient(rgba(15, 15, 15, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}

body.page-projects .projects-master-gallery-heading {
  align-items: end;
}

body.page-projects .projects-filter-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

body.page-projects .projects-filter-controls button,
body.page-projects .projects-show-more {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #b9b9b9;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.page-projects .projects-filter-controls button:hover,
body.page-projects .projects-filter-controls button.is-active,
body.page-projects .projects-show-more:hover {
  border-color: #f1262d;
  background: #f1262d;
  color: #fff;
}

body.page-projects .projects-curated-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.page-projects .projects-curated-grid .project-tile {
  position: relative;
  display: block;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-top: 4px solid #f1262d;
  background: #111;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  cursor: zoom-in;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

body.page-projects .projects-curated-grid .project-tile[hidden] {
  display: none !important;
}

body.page-projects .projects-curated-grid .project-tile:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

body.page-projects .projects-curated-grid .project-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

body.page-projects .projects-curated-grid .project-tile:hover img {
  transform: scale(1.025);
}

body.page-projects .projects-curated-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-left: 3px solid #f1262d;
  background: rgba(8, 8, 8, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.page-projects .projects-show-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

body.page-projects .projects-show-more[hidden] {
  display: none;
}

body.page-projects .projects-master-evidence {
  background: #fff;
}

body.page-projects .projects-evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

body.page-projects .projects-evidence-statement > p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: #444;
}

body.page-projects .projects-evidence-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-projects .projects-evidence-cards article {
  min-height: 210px;
  padding: 24px 20px;
  border-top: 3px solid #f1262d;
  background: #111;
  color: #fff;
}

body.page-projects .projects-evidence-cards h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.04;
}

body.page-projects .projects-evidence-cards p {
  margin-bottom: 0;
  color: #d2d2d2;
  font-size: 15px;
  line-height: 1.5;
}

body.page-projects .projects-master-enquiry {
  padding-block: 58px;
  background: #111;
  color: #fff;
}

body.page-projects .projects-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.page-projects .projects-master-enquiry h2 {
  max-width: 700px;
  margin-bottom: 20px;
  color: #fff;
}

body.page-projects .projects-enquiry-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

body.page-projects .projects-enquiry-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

body.page-projects .projects-enquiry-links a:hover {
  color: #f1262d;
}

body.page-projects .projects-enquiry-actions {
  justify-content: flex-end;
}

body.page-projects .projects-master-button:focus-visible,
body.page-projects .projects-featured-viewport:focus-visible,
body.page-projects .projects-featured-slide:focus-visible,
body.page-projects .projects-featured-arrow:focus-visible,
body.page-projects .projects-filter-controls button:focus-visible,
body.page-projects .projects-curated-grid .project-tile:focus-visible,
body.page-projects .projects-show-more:focus-visible,
body.page-projects .projects-enquiry-links a:focus-visible,
body.page-projects .lightbox-close:focus-visible,
body.page-projects .lightbox-nav:focus-visible {
  outline: 3px solid #f1262d;
  outline-offset: 4px;
}

body.page-projects .gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease;
}

body.page-projects .gallery-lightbox[hidden] {
  display: none !important;
}

body.page-projects .gallery-lightbox.active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.page-projects .gallery-lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 88vh;
}

body.page-projects .gallery-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(90vw, calc(100vw - 168px)) !important;
  max-height: 88vh !important;
  object-fit: contain;
  border: 0 !important;
  background: transparent;
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.42);
}

body.page-projects .lightbox-close,
body.page-projects .lightbox-nav {
  position: fixed;
  z-index: 2001;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(8, 8, 8, 0.86);
  color: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.page-projects .lightbox-close:hover,
body.page-projects .lightbox-nav:hover {
  border-color: #f1262d;
  background: #f1262d;
  color: #fff;
}

body.page-projects .lightbox-close {
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  font-size: 36px;
  line-height: 1;
}

body.page-projects .lightbox-nav {
  top: 50%;
  width: 54px;
  height: 64px;
  transform: translateY(-50%);
  font-size: 42px;
  line-height: 1;
}

body.page-projects .lightbox-previous {
  left: 20px;
}

body.page-projects .lightbox-next {
  right: 20px;
}

@media (max-width: 600px) {
  body.page-projects .gallery-lightbox-media {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 112px);
  }

  body.page-projects .gallery-lightbox img {
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 112px) !important;
  }

  body.page-projects .lightbox-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    font-size: 32px;
  }

  body.page-projects .lightbox-nav {
    top: auto;
    bottom: 12px;
    width: 52px;
    height: 48px;
    transform: none;
    font-size: 36px;
  }

  body.page-projects .lightbox-previous {
    left: 12px;
  }

  body.page-projects .lightbox-next {
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-projects .gallery-lightbox,
  body.page-projects .lightbox-close,
  body.page-projects .lightbox-nav {
    transition: none;
  }
}

@media (max-width: 1080px) {
  body.page-projects .projects-master-hero {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  body.page-projects .projects-master-hero-copy {
    margin-left: 32px;
  }

  body.page-projects .projects-curated-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-projects .projects-evidence-grid,
  body.page-projects .projects-enquiry-grid {
    grid-template-columns: 1fr;
  }

  body.page-projects .projects-evidence-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-projects .projects-enquiry-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body.page-projects .projects-master-shell {
    width: min(100% - 32px, 1180px);
  }

  body.page-projects .projects-master-section {
    padding-block: 56px;
  }

  body.page-projects .projects-master-main h2 {
    font-size: clamp(29px, 8.5vw, 32px);
  }

  body.page-projects .projects-master-main p {
    font-size: 16px;
  }

  body.page-projects .projects-master-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.page-projects .projects-master-hero-content {
    border-right: 0;
    border-bottom: 5px solid #f1262d;
  }

  body.page-projects .projects-master-hero-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding-block: 46px;
  }

  body.page-projects .projects-master-hero h1 {
    font-size: clamp(37px, 10.5vw, 42px);
  }

  body.page-projects .projects-master-hero-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.page-projects .projects-master-heading-row {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  body.page-projects .projects-featured-viewport {
    aspect-ratio: 4 / 3;
  }

  body.page-projects .projects-featured-slide span {
    bottom: 14px;
    left: 14px;
  }

  body.page-projects .projects-filter-controls {
    justify-content: flex-start;
  }

  body.page-projects .projects-filter-controls button {
    flex: 1 1 calc(50% - 8px);
  }

  body.page-projects .projects-curated-grid,
  body.page-projects .projects-evidence-cards {
    grid-template-columns: 1fr !important;
  }

  body.page-projects .projects-evidence-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.page-projects .projects-evidence-cards article {
    min-height: 0;
  }

  body.page-projects .projects-master-enquiry {
    padding-block: 54px;
  }

  body.page-projects .projects-enquiry-links {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-projects .projects-master-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-projects .projects-master-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-projects .projects-master-button,
  body.page-projects .projects-featured-slide,
  body.page-projects .projects-curated-grid .project-tile,
  body.page-projects .projects-curated-grid .project-tile img {
    transition: none;
  }
}

/* Coverage page — scoped to areas-we-cover.html only */
body.page-areas .coverage-master-main {
  overflow: hidden;
  background: #fff;
  color: #111;
}

body.page-areas .coverage-master-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.page-areas .coverage-master-main h1,
body.page-areas .coverage-master-main h2,
body.page-areas .coverage-master-main h3,
body.page-areas .coverage-master-main p {
  margin-top: 0;
}

body.page-areas .coverage-master-main h1,
body.page-areas .coverage-master-main h2,
body.page-areas .coverage-master-main h3 {
  font-family: 'HeadingNowTrial', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-areas .coverage-master-main h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

body.page-areas .coverage-master-main p {
  font-size: 17px;
  line-height: 1.6;
}

body.page-areas .coverage-master-eyebrow {
  margin-bottom: 14px;
  color: #d81f2a;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-areas .coverage-master-section {
  padding-block: 68px;
}

body.page-areas .coverage-master-hero {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 480px;
  background: #080808;
}

body.page-areas .coverage-master-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 0;
  border-right: 5px solid #f1262d;
}

body.page-areas .coverage-master-hero-copy {
  width: min(570px, calc(100% - 72px));
  margin-left: max(36px, calc((100vw - 1180px) / 2));
  padding-block: 50px;
}

body.page-areas .coverage-master-hero h1 {
  max-width: 570px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(46px, 4.1vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

body.page-areas .coverage-master-hero-copy > p:not(.coverage-master-eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: #dedede;
}

body.page-areas .coverage-master-hero-image {
  min-width: 0;
  height: 480px;
}

body.page-areas .coverage-master-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-areas .coverage-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-areas .coverage-master-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-areas .coverage-master-button:hover {
  transform: translateY(-2px);
}

body.page-areas .coverage-master-button-primary {
  background: #f1262d;
  color: #fff;
}

body.page-areas .coverage-master-button-primary:hover {
  background: #cf1820;
}

body.page-areas .coverage-master-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

body.page-areas .coverage-master-button-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

body.page-areas .coverage-master-introduction {
  border-bottom: 1px solid #dedede;
  background: #fff;
}

body.page-areas .coverage-master-introduction-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

body.page-areas .coverage-master-introduction-grid > p {
  max-width: 650px;
  margin-bottom: 0;
  color: #3f3f3f;
}

body.page-areas .coverage-master-areas {
  background-color: #f4f3f0;
  background-image: linear-gradient(rgba(15, 15, 15, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}

body.page-areas .coverage-master-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

body.page-areas .coverage-master-section-heading h2 {
  margin-bottom: 16px;
}

body.page-areas .coverage-master-section-heading > p:last-child {
  margin-bottom: 0;
  color: #484848;
}

body.page-areas .coverage-master-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-areas .coverage-master-area-card {
  position: relative;
  display: flex;
  min-height: 132px;
  align-items: flex-end;
  overflow: hidden;
  padding: 24px 22px;
  border: 1px solid #d5d5d5;
  border-top: 4px solid #f1262d;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.045);
}

body.page-areas .coverage-master-area-card::after {
  position: absolute;
  right: -24px;
  bottom: -34px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(241, 38, 45, 0.16);
  content: '';
  transform: rotate(45deg);
}

body.page-areas .coverage-master-area-card h3 {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin-bottom: 0;
  font-size: clamp(21px, 1.7vw, 26px);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

body.page-areas .coverage-master-confidence {
  background: #111;
  color: #fff;
}

body.page-areas .coverage-master-confidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: center;
}

body.page-areas .coverage-master-confidence-grid > div:first-child > p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: #d0d0d0;
}

body.page-areas .coverage-master-confidence-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.page-areas .coverage-master-confidence-cards article {
  display: flex;
  min-height: 128px;
  align-items: flex-end;
  padding: 22px 20px;
  border-top: 3px solid #f1262d;
  background: #202020;
}

body.page-areas .coverage-master-confidence-cards h3 {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.05;
}

body.page-areas .coverage-master-visual {
  background: #fff;
}

body.page-areas .coverage-master-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 54px;
  align-items: center;
}

body.page-areas .coverage-master-visual figure {
  height: 390px;
  margin: 0;
  overflow: hidden;
  border-left: 5px solid #f1262d;
}

body.page-areas .coverage-master-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-areas .coverage-master-visual-grid h2 {
  margin-bottom: 18px;
}

body.page-areas .coverage-master-visual-grid > div > p:not(.coverage-master-eyebrow) {
  margin-bottom: 20px;
  color: #444;
}

body.page-areas .coverage-master-text-link {
  display: inline-block;
  width: fit-content;
  border-bottom: 2px solid #f1262d;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

body.page-areas .coverage-master-text-link:hover {
  color: #d81f2a;
}

body.page-areas .coverage-master-outside {
  border-top: 1px solid #d6d6d6;
  background: #f4f3f0;
}

body.page-areas .coverage-master-outside-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: 64px;
  align-items: center;
}

body.page-areas .coverage-master-outside-grid h2 {
  margin-bottom: 18px;
}

body.page-areas .coverage-master-outside-grid > div:first-child > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: #444;
}

body.page-areas .coverage-master-contact-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding-left: 38px;
  border-left: 1px solid #c9c9c9;
}

body.page-areas .coverage-master-contact-list > a:not(.coverage-master-text-link) {
  color: #111;
  font-size: 17px;
  font-weight: 700;
}

body.page-areas .coverage-master-contact-list .coverage-master-text-link {
  margin-top: 8px;
}

body.page-areas .coverage-master-enquiry {
  padding-block: 58px;
  background: #111;
  color: #fff;
}

body.page-areas .coverage-master-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.page-areas .coverage-master-enquiry h2 {
  margin-bottom: 20px;
  color: #fff;
}

body.page-areas .coverage-master-enquiry-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

body.page-areas .coverage-master-enquiry-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

body.page-areas .coverage-master-contact-list > a:not(.coverage-master-text-link):hover,
body.page-areas .coverage-master-enquiry-links a:hover {
  color: #f1262d;
}

body.page-areas .coverage-master-button:focus-visible,
body.page-areas .coverage-master-text-link:focus-visible,
body.page-areas .coverage-master-contact-list a:focus-visible,
body.page-areas .coverage-master-enquiry-links a:focus-visible {
  outline: 3px solid #f1262d;
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  body.page-areas .coverage-master-hero {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  body.page-areas .coverage-master-hero-copy {
    margin-left: 32px;
  }

  body.page-areas .coverage-master-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-areas .coverage-master-visual-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  }
}

@media (max-width: 720px) {
  body.page-areas .coverage-master-shell {
    width: min(100% - 32px, 1180px);
  }

  body.page-areas .coverage-master-section {
    padding-block: 56px;
  }

  body.page-areas .coverage-master-main h2 {
    font-size: clamp(29px, 8.5vw, 32px);
  }

  body.page-areas .coverage-master-main p {
    font-size: 16px;
  }

  body.page-areas .coverage-master-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.page-areas .coverage-master-hero-content {
    border-right: 0;
    border-bottom: 5px solid #f1262d;
  }

  body.page-areas .coverage-master-hero-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding-block: 46px;
  }

  body.page-areas .coverage-master-hero h1 {
    font-size: clamp(36px, 10.25vw, 40px);
  }

  body.page-areas .coverage-master-hero-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.page-areas .coverage-master-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-areas .coverage-master-button {
    width: 100%;
  }

  body.page-areas .coverage-master-introduction-grid,
  body.page-areas .coverage-master-confidence-grid,
  body.page-areas .coverage-master-visual-grid,
  body.page-areas .coverage-master-outside-grid,
  body.page-areas .coverage-master-enquiry-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.page-areas .coverage-master-area-grid,
  body.page-areas .coverage-master-confidence-cards {
    grid-template-columns: 1fr;
  }

  body.page-areas .coverage-master-area-card {
    min-height: 100px;
  }

  body.page-areas .coverage-master-confidence-cards article {
    min-height: 100px;
  }

  body.page-areas .coverage-master-visual figure {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.page-areas .coverage-master-contact-list {
    padding: 26px 0 0;
    border-top: 1px solid #c9c9c9;
    border-left: 0;
  }

  body.page-areas .coverage-master-enquiry {
    padding-block: 54px;
  }

  body.page-areas .coverage-master-enquiry-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-areas .coverage-master-button {
    transition: none;
  }
}

/* Safety and accreditations — scoped to standards-accreditations.html only */
html body.page-standards {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

body.page-standards .standards-master-main {
  overflow: hidden;
  background: #fff;
  color: #111;
}

body.page-standards .standards-master-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.page-standards .standards-master-main h1,
body.page-standards .standards-master-main h2,
body.page-standards .standards-master-main h3,
body.page-standards .standards-master-main p {
  margin-top: 0;
}

body.page-standards .standards-master-main h1,
body.page-standards .standards-master-main h2,
body.page-standards .standards-master-main h3 {
  font-family: 'HeadingNowTrial', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-standards .standards-master-main h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

body.page-standards .standards-master-main p {
  font-size: 17px;
  line-height: 1.6;
}

body.page-standards .standards-master-eyebrow {
  margin-bottom: 14px;
  color: #d81f2a;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-standards .standards-master-section {
  padding-block: 68px;
}

body.page-standards .standards-master-hero {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 480px;
  background: #080808;
}

body.page-standards .standards-master-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 0;
  border-right: 5px solid #f1262d;
}

body.page-standards .standards-master-hero-copy {
  width: min(570px, calc(100% - 72px));
  margin-left: max(36px, calc((100vw - 1180px) / 2));
  padding-block: 50px;
}

body.page-standards .standards-master-hero h1 {
  max-width: 570px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(46px, 4.1vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

body.page-standards .standards-master-hero-copy > p:not(.standards-master-eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: #dedede;
}

body.page-standards .standards-master-hero-image {
  min-width: 0;
  height: 480px;
}

body.page-standards .standards-master-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-standards .standards-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-standards .standards-master-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-standards .standards-master-button:hover {
  transform: translateY(-2px);
}

body.page-standards .standards-master-button-primary {
  background: #f1262d;
  color: #fff;
}

body.page-standards .standards-master-button-primary:hover {
  background: #cf1820;
}

body.page-standards .standards-master-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

body.page-standards .standards-master-button-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

body.page-standards .standards-master-approval {
  background: #fff;
}

body.page-standards .standards-master-approval-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 720px);
  gap: 64px;
  align-items: center;
  justify-content: center;
}

body.page-standards .standards-master-badge {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  padding-right: 48px;
  border-right: 1px solid #d0d0d0;
  background: transparent;
}

body.page-standards .standards-master-badge img {
  display: block;
  width: 190px;
  height: auto;
  object-fit: contain;
}

body.page-standards .standards-master-approval-grid h2 {
  margin-bottom: 18px;
}

body.page-standards .standards-master-approval-grid > div:last-child > p:not(.standards-master-eyebrow) {
  margin-bottom: 12px;
  color: #424242;
}

body.page-standards .standards-master-approval-grid > div:last-child > p:last-child {
  margin-bottom: 0;
}

body.page-standards .standards-master-process {
  background-color: #f4f3f0;
  background-image: linear-gradient(rgba(15, 15, 15, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}

body.page-standards .standards-master-section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

body.page-standards .standards-master-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-standards .standards-master-process-grid article {
  min-height: 255px;
  padding: 25px 22px 22px;
  border-top: 3px solid #f1262d;
  background: #111;
  color: #fff;
}

body.page-standards .standards-master-process-grid h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.04;
}

body.page-standards .standards-master-process-grid p {
  margin-bottom: 0;
  color: #d2d2d2;
  font-size: 15px;
  line-height: 1.5;
}

body.page-standards .standards-master-conduct {
  background: #111;
  color: #fff;
}

body.page-standards .standards-master-conduct-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: center;
}

body.page-standards .standards-master-conduct-grid > div:first-child > p:last-child {
  max-width: 510px;
  margin: 20px 0 0;
  color: #d0d0d0;
}

body.page-standards .standards-master-conduct-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.page-standards .standards-master-conduct-cards article {
  display: flex;
  min-height: 118px;
  align-items: flex-end;
  padding: 20px 18px;
  border-top: 3px solid #f1262d;
  background: #202020;
}

body.page-standards .standards-master-conduct-cards h3 {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.05;
}

body.page-standards .standards-master-expect {
  background: #fff;
}

body.page-standards .standards-master-section-heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 56px;
  align-items: end;
}

body.page-standards .standards-master-section-heading-split > p {
  margin-bottom: 0;
  color: #444;
}

body.page-standards .standards-master-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-standards .standards-master-check-grid article {
  display: grid;
  min-height: 124px;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 22px 20px;
  border: 1px solid #dadada;
  border-left: 4px solid #f1262d;
  background: #f7f6f3;
}

body.page-standards .standards-master-check-grid span {
  color: #d81f2a;
  font-size: 20px;
  font-weight: 900;
}

body.page-standards .standards-master-check-grid h3 {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.08;
}

body.page-standards .standards-master-evidence {
  background: #f4f3f0;
}

body.page-standards .standards-master-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.page-standards .standards-master-evidence-grid figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-top: 4px solid #f1262d;
  background: #111;
}

body.page-standards .standards-master-evidence-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-standards .standards-master-evidence-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-left: 3px solid #f1262d;
  background: rgba(8, 8, 8, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.page-standards .standards-master-enquiry {
  padding-block: 54px;
  background: #111;
  color: #fff;
}

body.page-standards .standards-master-enquiry-grid {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

body.page-standards .standards-master-enquiry-badge img {
  display: block;
  width: 100px;
  height: auto;
}

body.page-standards .standards-master-enquiry h2 {
  max-width: 690px;
  margin-bottom: 18px;
  color: #fff;
}

body.page-standards .standards-master-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

body.page-standards .standards-master-contact-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

body.page-standards .standards-master-contact-links a:hover {
  color: #f1262d;
}

body.page-standards .standards-master-enquiry-actions {
  justify-content: flex-end;
}

body.page-standards .standards-master-button:focus-visible,
body.page-standards .standards-master-contact-links a:focus-visible {
  outline: 3px solid #f1262d;
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  body.page-standards .standards-master-hero {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  body.page-standards .standards-master-hero-copy {
    margin-left: 32px;
  }

  body.page-standards .standards-master-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-standards .standards-master-conduct-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-standards .standards-master-enquiry-grid {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  body.page-standards .standards-master-enquiry-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body.page-standards .standards-master-shell {
    width: min(100% - 32px, 1180px);
  }

  body.page-standards .standards-master-section {
    padding-block: 56px;
  }

  body.page-standards .standards-master-main h2 {
    font-size: clamp(29px, 8.5vw, 32px);
  }

  body.page-standards .standards-master-main p {
    font-size: 16px;
  }

  body.page-standards .standards-master-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.page-standards .standards-master-hero-content {
    border-right: 0;
    border-bottom: 5px solid #f1262d;
  }

  body.page-standards .standards-master-hero-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding-block: 46px;
  }

  body.page-standards .standards-master-hero h1 {
    font-size: clamp(36px, 10.25vw, 40px);
  }

  body.page-standards .standards-master-hero-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.page-standards .standards-master-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-standards .standards-master-button {
    width: 100%;
  }

  body.page-standards .standards-master-approval-grid,
  body.page-standards .standards-master-conduct-grid,
  body.page-standards .standards-master-section-heading-split,
  body.page-standards .standards-master-enquiry-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.page-standards .standards-master-badge {
    min-height: 0;
    justify-content: flex-start;
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid #d0d0d0;
  }

  body.page-standards .standards-master-badge img {
    width: 150px;
  }

  body.page-standards .standards-master-process-grid,
  body.page-standards .standards-master-conduct-cards,
  body.page-standards .standards-master-check-grid,
  body.page-standards .standards-master-evidence-grid {
    grid-template-columns: 1fr;
  }

  body.page-standards .standards-master-process-grid article,
  body.page-standards .standards-master-conduct-cards article,
  body.page-standards .standards-master-check-grid article {
    min-height: 0;
  }

  body.page-standards .standards-master-enquiry {
    padding-block: 50px;
  }

  body.page-standards .standards-master-enquiry-badge img {
    width: 90px;
  }

  body.page-standards .standards-master-contact-links {
    align-items: flex-start;
    flex-direction: column;
  }

  body.page-standards .standards-master-enquiry-actions {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-standards .standards-master-button {
    transition: none;
  }
}

/* Contact and quote page — scoped to contact.html only */
html body.page-contact {
  overflow-x: hidden;
}

body.page-contact .contact-master-main {
  background: #fff;
  color: #111;
}

body.page-contact .contact-master-shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

body.page-contact .contact-master-section {
  padding-block: 68px;
}

body.page-contact .contact-master-eyebrow {
  margin: 0 0 13px;
  color: #c91e27;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.page-contact .contact-master-main h1,
body.page-contact .contact-master-main h2,
body.page-contact .contact-master-main h3,
body.page-contact .contact-master-main p {
  margin-top: 0;
}

body.page-contact .contact-master-main h1,
body.page-contact .contact-master-main h2,
body.page-contact .contact-master-main h3 {
  font-family: var(--font-display);
}

body.page-contact .contact-master-main h2 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.02;
  letter-spacing: -.02em;
}

body.page-contact .contact-master-main p,
body.page-contact .contact-master-main li,
body.page-contact .contact-master-main label,
body.page-contact .contact-master-main input,
body.page-contact .contact-master-main select,
body.page-contact .contact-master-main textarea,
body.page-contact .contact-master-main button {
  font-family: var(--font-body);
}

body.page-contact .contact-master-main p {
  font-size: 17px;
  line-height: 1.58;
}

body.page-contact .contact-master-hero {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 450px;
  background: #090909;
}

body.page-contact .contact-master-hero-content {
  display: flex;
  align-items: center;
  border-right: 5px solid #f1262d;
  background: #090909;
  color: #fff;
}

body.page-contact .contact-master-hero-copy {
  width: min(100% - 48px, 510px);
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 40px 30px 40px 0;
}

body.page-contact .contact-master-hero h1 {
  max-width: 480px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(48px, 4.5vw, 64px);
  line-height: .98;
  letter-spacing: -.025em;
}

body.page-contact .contact-master-hero-copy > p:not(.contact-master-eyebrow) {
  max-width: 480px;
  margin-bottom: 0;
  color: #e5e5e5;
}

body.page-contact .contact-master-hero-image {
  min-width: 0;
  overflow: hidden;
}

body.page-contact .contact-master-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%;
}

body.page-contact .contact-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.page-contact .contact-master-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-contact .contact-master-button-primary {
  border-color: #f1262d;
  background: #f1262d;
  color: #fff;
}

body.page-contact .contact-master-button-primary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
  transform: translateY(-2px);
}

body.page-contact .contact-master-button-secondary {
  border-color: #727272;
  background: transparent;
  color: #fff;
}

body.page-contact .contact-master-button-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

body.page-contact .contact-master-section-heading {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 32px;
}

body.page-contact .contact-master-section-heading .contact-master-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

body.page-contact .contact-master-section-heading h2 {
  margin-bottom: 0;
}

body.page-contact .contact-master-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}

body.page-contact .contact-master-option-grid article {
  display: flex;
  min-height: 190px;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 22px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
}

body.page-contact .contact-master-option-grid article > p {
  margin-bottom: 26px;
  color: #777;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.page-contact .contact-master-option-grid h3 {
  max-width: 100%;
  margin: 0 0 10px;
  font-size: clamp(20px, 1.65vw, 24px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

body.page-contact .contact-master-option-grid h3 a {
  color: #111;
  text-decoration: none;
}

body.page-contact .contact-master-option-grid article > span,
body.page-contact .contact-master-text-link {
  margin-top: auto;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.page-contact .contact-master-person {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.page-contact .contact-master-person img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-left: 3px solid #f1262d;
  object-fit: cover;
}

body.page-contact .contact-master-person-card:first-child .contact-master-person img {
  object-position: center;
}

body.page-contact .contact-master-person-card:nth-child(2) .contact-master-person img {
  object-position: center 32%;
}

body.page-contact .contact-master-email-card h3 {
  font-size: clamp(18px, 1.35vw, 20px);
  letter-spacing: -.02em;
  overflow-wrap: normal;
  word-break: normal;
}

body.page-contact .contact-master-email-card h3 a {
  white-space: nowrap;
}

body.page-contact .contact-master-text-link {
  color: #b91e26;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.page-contact .contact-master-quote {
  background: #f1f1ef;
}

body.page-contact .contact-master-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(40px, 6vw, 84px);
}

body.page-contact .contact-master-quote-intro {
  position: sticky;
  top: 130px;
}

body.page-contact .contact-master-quote-intro > p:not(.contact-master-eyebrow):not(.contact-master-required-note) {
  max-width: 400px;
  color: #4a4a4a;
}

body.page-contact .contact-master-required-note {
  margin: 25px 0 0;
  color: #555;
  font-size: 14px !important;
}

body.page-contact .contact-master-required-note span,
body.page-contact .contact-master-field label span {
  color: #c91e27;
}

body.page-contact .contact-master-form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 3.4vw, 46px);
  border-top: 5px solid #f1262d;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

body.page-contact .contact-master-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.page-contact .contact-master-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.page-contact .contact-master-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.page-contact .contact-master-field label {
  color: #222;
  font-size: 14px;
  font-weight: 800;
}

body.page-contact .contact-master-field input,
body.page-contact .contact-master-field select,
body.page-contact .contact-master-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.35;
}

body.page-contact .contact-master-field textarea {
  min-height: 148px;
  resize: vertical;
}

body.page-contact .contact-master-field input::placeholder,
body.page-contact .contact-master-field textarea::placeholder {
  color: #6b6b6b;
  opacity: 1;
}

body.page-contact .contact-master-field [aria-invalid="true"] {
  border-color: #b3131d;
  box-shadow: 0 0 0 2px rgba(179, 19, 29, .16);
}

body.page-contact .contact-master-form > .contact-master-button {
  justify-self: start;
  min-width: 185px;
}

body.page-contact .contact-master-form > .contact-master-button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.page-contact .contact-master-form-message {
  padding: 18px 20px;
  border-left: 4px solid #c91e27;
  background: #f5f5f5;
}

body.page-contact .contact-master-form-message[hidden] {
  display: none;
}

body.page-contact .contact-master-form-message h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

body.page-contact .contact-master-form-message p,
body.page-contact .contact-master-form-message li {
  margin-bottom: 0;
  font-size: 15px;
}

body.page-contact .contact-master-form-message ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

body.page-contact .contact-master-form-success {
  border-color: #287a43;
  background: #edf7f0;
}

body.page-contact .contact-master-checklist {
  background: #0b0b0b;
  color: #fff;
}

body.page-contact .contact-master-checklist-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

body.page-contact .contact-master-checklist h2 {
  color: #fff;
}

body.page-contact .contact-master-checklist-grid > div > p:not(.contact-master-eyebrow) {
  max-width: 430px;
  color: #cfcfcf;
}

body.page-contact .contact-master-checklist ul {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid #3b3b3b;
  list-style: none;
}

body.page-contact .contact-master-checklist li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #3b3b3b;
}

body.page-contact .contact-master-checklist li span {
  color: #f1262d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-contact .contact-master-checklist li strong {
  font-size: 16px;
  line-height: 1.4;
}

body.page-contact .contact-master-emergency-grid,
body.page-contact .contact-master-coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: center;
  gap: 64px;
}

body.page-contact .contact-master-emergency-grid > div:first-child p:not(.contact-master-eyebrow),
body.page-contact .contact-master-coverage-grid > div:first-child p:not(.contact-master-eyebrow) {
  max-width: 670px;
  margin-bottom: 0;
  color: #4d4d4d;
}

body.page-contact .contact-master-emergency-calls,
body.page-contact .contact-master-coverage-links {
  display: grid;
  gap: 10px;
  padding-left: 30px;
  border-left: 4px solid #f1262d;
}

body.page-contact .contact-master-emergency-calls a,
body.page-contact .contact-master-coverage-links a:not(.contact-master-text-link) {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

body.page-contact .contact-master-coverage {
  background: #efefed;
}

body.page-contact .contact-master-coverage-links .contact-master-text-link {
  margin-top: 7px;
}

body.page-contact .contact-master-main a:not(.contact-master-button):hover {
  color: #c91e27;
}

body.page-contact .contact-master-main a:focus-visible,
body.page-contact .contact-master-main button:focus-visible,
body.page-contact .contact-master-main input:focus-visible,
body.page-contact .contact-master-main select:focus-visible,
body.page-contact .contact-master-main textarea:focus-visible {
  outline: 3px solid #f1262d;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  body.page-contact .contact-master-hero {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  body.page-contact .contact-master-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-contact .contact-master-quote-grid,
  body.page-contact .contact-master-checklist-grid {
    grid-template-columns: 1fr;
  }

  body.page-contact .contact-master-quote-intro {
    position: static;
  }
}

@media (max-width: 720px) {
  body.page-contact .contact-master-shell {
    width: min(100% - 32px, 1180px);
  }

  body.page-contact .contact-master-section {
    padding-block: 56px;
  }

  body.page-contact .contact-master-main h2 {
    font-size: clamp(29px, 8.5vw, 32px);
  }

  body.page-contact .contact-master-main p {
    font-size: 16px;
  }

  body.page-contact .contact-master-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.page-contact .contact-master-hero-content {
    border-right: 0;
    border-bottom: 5px solid #f1262d;
  }

  body.page-contact .contact-master-hero-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding: 46px 0;
  }

  body.page-contact .contact-master-hero h1 {
    font-size: clamp(36px, 10.25vw, 40px);
  }

  body.page-contact .contact-master-hero-image {
    aspect-ratio: 4 / 3;
  }

  body.page-contact .contact-master-actions,
  body.page-contact .contact-master-section-heading {
    grid-template-columns: 1fr;
  }

  body.page-contact .contact-master-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-contact .contact-master-button {
    width: 100%;
  }

  body.page-contact .contact-master-section-heading {
    display: block;
    margin-bottom: 28px;
  }

  body.page-contact .contact-master-section-heading .contact-master-eyebrow {
    margin-bottom: 13px;
  }

  body.page-contact .contact-master-option-grid,
  body.page-contact .contact-master-form-row,
  body.page-contact .contact-master-emergency-grid,
  body.page-contact .contact-master-coverage-grid {
    grid-template-columns: 1fr;
  }

  body.page-contact .contact-master-option-grid article {
    min-height: 155px;
  }

  body.page-contact .contact-master-form {
    padding: 26px 20px;
  }

  body.page-contact .contact-master-form > .contact-master-button {
    justify-self: stretch;
  }

  body.page-contact .contact-master-checklist-grid,
  body.page-contact .contact-master-emergency-grid,
  body.page-contact .contact-master-coverage-grid {
    gap: 32px;
  }

  body.page-contact .contact-master-emergency-calls,
  body.page-contact .contact-master-coverage-links {
    padding: 24px 0 0;
    border-top: 4px solid #f1262d;
    border-left: 0;
  }
}

@media (max-width: 360px) {
  body.page-contact .contact-master-email-card h3 {
    font-size: 18px;
  }

  body.page-contact .contact-master-email-card h3 a {
    white-space: normal;
  }
}

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

/* Homepage signature motion — scoped to index.html only */
body.page-index .home-prototype-hero-copy {
  position: relative;
  border-left: 0;
}

body.page-index .home-prototype-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--home-red);
  transform-origin: bottom;
}

body.page-index .home-hero-line {
  display: block;
  overflow: hidden;
}

body.page-index .home-hero-line-inner {
  display: block;
  white-space: nowrap;
}

body.page-index .home-scaffold-frame {
  position: absolute;
  inset: 5px -20px;
  z-index: -1;
  pointer-events: none;
}

body.page-index .home-scaffold-frame span {
  position: absolute;
  display: block;
  background: rgba(17, 17, 17, 0.22);
}

body.page-index .home-scaffold-upright {
  top: 0;
  bottom: 0;
  width: 2px;
  transform-origin: top;
}

body.page-index .home-scaffold-upright-left { left: 0; }
body.page-index .home-scaffold-upright-right { right: 0; }

body.page-index .home-scaffold-rail {
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: left;
}

body.page-index .home-scaffold-rail-top { top: 0; }
body.page-index .home-scaffold-rail-bottom { bottom: 0; }

body.page-index .home-scaffold-brace {
  left: 8%;
  top: 50%;
  width: 43%;
  height: 2px;
  background: rgba(255, 43, 47, 0.42) !important;
  transform-origin: left center;
}

body.page-index .home-scaffold-brace-left { transform: rotate(15deg); }
body.page-index .home-scaffold-brace-right {
  left: 49%;
  transform: rotate(-15deg);
}

body.page-index .home-process-panel {
  position: relative !important;
  overflow: hidden !important;
}

body.page-index .home-kinetic-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.page-index .home-kinetic-statement {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 0.8fr 1.05fr 1.55fr;
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  padding: clamp(26px, 3.1vw, 46px);
  overflow: hidden;
  background:
    linear-gradient(112deg, transparent 0 64%, rgba(255, 43, 47, 0.16) 64% 65%, transparent 65%),
    linear-gradient(90deg, #080808, #171717 56%, #0b0b0b);
  pointer-events: none;
}

body.page-index .home-kinetic-statement::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: repeating-linear-gradient(90deg, transparent 0 88px, rgba(255,255,255,0.045) 88px 90px);
}

body.page-index .home-kinetic-word {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 4px solid var(--home-red);
}

body.page-index .home-kinetic-word span {
  display: block;
  color: #fff;
  font-family: 'HeadingNowTrial', Impact, 'Arial Black', sans-serif;
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.page-index .home-prototype-button,
body.page-index .home-finish-button {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

body.page-index .home-prototype-button::after,
body.page-index .home-finish-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255,255,255,0.18);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

body.page-index .home-prototype-button:hover::after,
body.page-index .home-prototype-button:focus-visible::after,
body.page-index .home-finish-button:hover::after,
body.page-index .home-finish-button:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (prefers-reduced-motion: no-preference) {
  body.page-index.home-motion-ready .home-prototype-hero-copy {
    animation: none;
  }

  body.page-index.home-motion-ready .home-prototype-hero-media {
    clip-path: inset(0 100% 0 0);
  }

  body.page-index.home-motion-ready .home-prototype-hero-media img {
    transform: scale(1.045);
  }

  body.page-index.home-motion-ready .home-prototype-hero-copy::before {
    transform: scaleY(0);
  }

  body.page-index.home-motion-ready .home-prototype-eyebrow,
  body.page-index.home-motion-ready .home-prototype-hero-copy > p:not(.home-prototype-eyebrow),
  body.page-index.home-motion-ready .home-prototype-actions {
    opacity: 0;
    transform: translateY(16px);
  }

  body.page-index.home-motion-ready .home-hero-line-inner {
    opacity: 0;
    transform: translateY(105%);
  }

  body.page-index.home-motion-ready .home-hero-line + .home-hero-line .home-hero-line-inner {
    transform: translateX(18%) translateY(105%);
  }

  body.page-index.home-motion-active .home-prototype-hero-media {
    clip-path: inset(0);
    transition: clip-path 1050ms cubic-bezier(0.72, 0, 0.18, 1);
  }

  body.page-index.home-motion-active .home-prototype-hero-media img {
    transform: scale(1);
    transition: transform 2000ms cubic-bezier(0.2, 0.72, 0.2, 1);
  }

  body.page-index.home-motion-active .home-prototype-hero-copy::before {
    transform: scaleY(1);
    transition: transform 850ms cubic-bezier(0.2, 0.82, 0.2, 1) 120ms;
  }

  body.page-index.home-motion-active .home-prototype-eyebrow {
    opacity: 1;
    transform: none;
    transition: opacity 350ms ease 260ms, transform 480ms cubic-bezier(0.2, 0.82, 0.2, 1) 260ms;
  }

  body.page-index.home-motion-active .home-hero-line-inner {
    opacity: 1;
    transform: none;
    transition: opacity 180ms ease 460ms, transform 760ms cubic-bezier(0.16, 0.84, 0.22, 1) 460ms;
  }

  body.page-index.home-motion-active .home-hero-line + .home-hero-line .home-hero-line-inner {
    opacity: 1;
    transform: none;
    transition-delay: 640ms;
  }

  body.page-index.home-motion-active .home-prototype-hero-copy > p:not(.home-prototype-eyebrow) {
    opacity: 1;
    transform: none;
    transition: opacity 420ms ease 930ms, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1) 930ms;
  }

  body.page-index.home-motion-active .home-prototype-actions {
    opacity: 1;
    transform: none;
    transition: opacity 420ms ease 1180ms, transform 650ms cubic-bezier(0.2, 0.82, 0.2, 1) 1180ms;
  }

  body.page-index.home-motion-ready .home-scaffold-upright { transform: scaleY(0); }
  body.page-index.home-motion-ready .home-scaffold-rail { transform: scaleX(0); }
  body.page-index.home-motion-ready .home-scaffold-brace-left { transform: rotate(15deg) scaleX(0); }
  body.page-index.home-motion-ready .home-scaffold-brace-right { transform: rotate(-15deg) scaleX(0); }
  body.page-index.home-motion-ready .home-standard-title .eyebrow,
  body.page-index.home-motion-ready .home-standard-title h2 {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(18px);
  }

  body.page-index .home-standard-title.is-frame-revealed .home-scaffold-upright {
    transform: scaleY(1);
    transition: transform 420ms cubic-bezier(0.2, 0.82, 0.2, 1);
  }

  body.page-index .home-standard-title.is-frame-revealed .home-scaffold-rail {
    transform: scaleX(1);
    transition: transform 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 300ms;
  }

  body.page-index .home-standard-title.is-frame-revealed .home-scaffold-brace-left {
    transform: rotate(15deg) scaleX(1);
    transition: transform 460ms cubic-bezier(0.2, 0.82, 0.2, 1) 650ms;
  }

  body.page-index .home-standard-title.is-frame-revealed .home-scaffold-brace-right {
    transform: rotate(-15deg) scaleX(1);
    transition: transform 460ms cubic-bezier(0.2, 0.82, 0.2, 1) 820ms;
  }

  body.page-index .home-standard-title.is-frame-revealed .eyebrow,
  body.page-index .home-standard-title.is-frame-revealed h2 {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
    transition: opacity 350ms ease 650ms, clip-path 760ms cubic-bezier(0.2, 0.82, 0.2, 1) 650ms, transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1) 650ms;
  }

  body.page-index .home-standard-title.is-frame-instant .home-scaffold-frame span,
  body.page-index .home-standard-title.is-frame-instant .eyebrow,
  body.page-index .home-standard-title.is-frame-instant h2 {
    transition: none !important;
  }

  body.page-index.home-motion-ready .home-motion-item {
    opacity: 0;
    clip-path: inset(0 0 18% 0);
    transform: translateY(18px);
  }

  body.page-index.home-motion-ready .home-motion-item.is-motion-visible {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
    animation: homeSectionReveal var(--home-motion-duration, 740ms) cubic-bezier(0.2, 0.82, 0.2, 1) var(--home-motion-delay, 0ms) backwards;
  }

  body.page-index.home-motion-ready .home-motion-item.is-motion-instant {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    clip-path: inset(0) !important;
    transform: none !important;
  }

  body.page-index .home-kinetic-statement {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 100% 0);
  }

  body.page-index .home-process-panel.is-kinetic-active .home-kinetic-statement {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0);
    transition: clip-path 380ms cubic-bezier(0.72, 0, 0.18, 1), opacity 180ms ease;
  }

  body.page-index .home-process-panel.is-kinetic-active .home-kinetic-statement::before {
    animation: homeKineticBackground 1750ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  body.page-index .home-process-panel.is-kinetic-active .home-kinetic-word span {
    animation: homeKineticWord 720ms cubic-bezier(0.16, 0.84, 0.22, 1) both;
  }

  body.page-index .home-process-panel.is-kinetic-active .home-kinetic-word:nth-child(2) span { animation-delay: 170ms; }
  body.page-index .home-process-panel.is-kinetic-active .home-kinetic-word:nth-child(3) span { animation-delay: 340ms; }

  body.page-index .home-process-panel.is-kinetic-complete .home-kinetic-statement {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 450ms cubic-bezier(0.72, 0, 0.18, 1), opacity 300ms ease, visibility 0s linear 450ms;
  }
}

@keyframes homeKineticWord {
  from { opacity: 0; transform: translateY(110%) scaleX(0.88); }
  to { opacity: 1; transform: none; }
}

@keyframes homeSectionReveal {
  from { opacity: 0; clip-path: inset(0 0 18% 0); transform: translateY(18px); }
  to { opacity: 1; clip-path: inset(0); transform: none; }
}

@keyframes homeKineticBackground {
  from { transform: translateX(-7%); }
  to { transform: translateX(7%); }
}

@media (max-width: 720px) {
  body.page-index .home-prototype-hero-copy::before { width: 4px; }
  body.page-index .home-prototype-hero h1 { font-size: 36px !important; }
  body.page-index .home-scaffold-frame { inset-inline: -8px; }
  body.page-index .home-kinetic-statement {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 10px;
    padding: 22px;
  }
  body.page-index .home-kinetic-word span { font-size: clamp(34px, 12vw, 48px); }
}

@media (prefers-reduced-motion: reduce) {
  body.page-index .home-prototype-hero-copy,
  body.page-index .home-prototype-hero-media,
  body.page-index .home-prototype-hero-media img,
  body.page-index .home-prototype-hero-copy::before,
  body.page-index .home-prototype-eyebrow,
  body.page-index .home-hero-line-inner,
  body.page-index .home-prototype-hero-copy > p,
  body.page-index .home-prototype-actions,
  body.page-index .home-scaffold-frame span,
  body.page-index .home-standard-title .eyebrow,
  body.page-index .home-standard-title h2,
  body.page-index .home-motion-item {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }

  body.page-index .home-kinetic-statement { display: none !important; }
  body.page-index .home-prototype-button::after,
  body.page-index .home-finish-button::after { transition: none !important; }
}

/* Distinct internal-page hero headline motion — main pages only */
body.page-about .about-clean-hero-copy h1,
body.page-services .services-hub-hero-copy h1,
body.page-projects .projects-master-hero-copy h1,
body.page-areas .coverage-master-hero-copy h1,
body.page-standards .standards-master-hero-copy h1,
body.page-contact .contact-master-hero-copy h1 {
  position: relative;
}

body.page-about .about-hero-motion-line,
body.page-about .about-hero-motion-line > span,
body.page-standards .standards-hero-motion-line,
body.page-standards .standards-hero-motion-line > span,
body.page-projects .projects-hero-motion-mask,
body.page-projects .projects-hero-motion-mask > span,
body.page-areas .coverage-hero-motion-sweep {
  display: block;
}

body.page-about .about-hero-motion-line,
body.page-standards .standards-hero-motion-line,
body.page-projects .projects-hero-motion-mask {
  overflow: hidden;
}

body.page-services .services-hero-motion-group,
body.page-contact .contact-hero-motion-word {
  display: inline-block;
}

body.page-about .about-clean-hero-copy h1::after,
body.page-services .services-hub-hero-copy h1::after,
body.page-areas .coverage-master-hero-copy h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  height: 3px;
  background: #f1262d;
  transform-origin: left center;
}

body.page-about .about-clean-hero-copy h1::after { width: 84px; }

body.page-services .services-hub-hero-copy h1::after {
  width: 72px;
  height: 4px;
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
}

body.page-areas .coverage-master-hero-copy h1::after {
  width: min(240px, 72%);
  clip-path: polygon(0 35%, 72% 35%, 78% 0, 100% 0, 100% 100%, 77% 100%, 71% 65%, 0 65%);
}

body.page-standards .standards-master-hero-copy h1::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 3px;
  bottom: 2px;
  width: 10px;
  border-top: 3px solid #f1262d;
  border-bottom: 3px solid #f1262d;
  border-left: 3px solid #f1262d;
  transform-origin: top center;
}

body.page-contact .contact-hero-motion-final {
  position: relative;
}

body.page-contact .contact-hero-motion-final::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  background: #f1262d;
  transform-origin: left center;
}

@media (prefers-reduced-motion: no-preference) {
  body.page-about.internal-hero-motion-ready .about-hero-motion-line > span {
    opacity: 0;
    transform: translateY(108%);
  }

  body.page-about.internal-hero-motion-ready .about-clean-hero-copy h1::after {
    transform: scaleX(0);
  }

  body.page-about.internal-hero-motion-ready .about-clean-hero-copy > p:not(.eyebrow) {
    opacity: 0;
  }

  body.page-about.internal-hero-motion-active .about-hero-motion-line > span {
    opacity: 1;
    transform: none;
    transition: opacity 180ms ease, transform 720ms cubic-bezier(0.16, 0.84, 0.22, 1);
  }

  body.page-about.internal-hero-motion-active .about-hero-motion-line:nth-child(2) > span { transition-delay: 160ms; }
  body.page-about.internal-hero-motion-active .about-hero-motion-line:nth-child(3) > span { transition-delay: 320ms; }
  body.page-about.internal-hero-motion-active .about-hero-motion-line:nth-child(4) > span { transition-delay: 480ms; }

  body.page-about.internal-hero-motion-active .about-clean-hero-copy h1::after {
    transform: scaleX(1);
    transition: transform 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 1080ms;
  }

  body.page-about.internal-hero-motion-active .about-clean-hero-copy > p:not(.eyebrow) {
    opacity: 1;
    transition: opacity 500ms ease 1150ms;
  }

  body.page-services.internal-hero-motion-ready .services-hero-motion-group {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  body.page-services.internal-hero-motion-ready .services-hero-motion-group-left { transform: translateX(-42px); }
  body.page-services.internal-hero-motion-ready .services-hero-motion-group-right {
    clip-path: inset(0 0 0 100%);
    transform: translateX(42px);
  }

  body.page-services.internal-hero-motion-ready .services-hub-hero-copy h1::after { transform: scaleX(0); }
  body.page-services.internal-hero-motion-ready .services-hub-hero-copy > p:not(.services-hub-eyebrow) { opacity: 0; }

  body.page-services.internal-hero-motion-active .services-hero-motion-group {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
    transition: opacity 240ms ease, clip-path 650ms cubic-bezier(0.2, 0.82, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.82, 0.2, 1);
  }

  body.page-services.internal-hero-motion-active .services-hero-motion-group-left { transition-delay: 100ms; }
  body.page-services.internal-hero-motion-active .services-hero-motion-group-right { transition-delay: 360ms; }

  body.page-services.internal-hero-motion-active .services-hub-hero-copy h1::after {
    transform: scaleX(1);
    transition: transform 420ms cubic-bezier(0.2, 0.82, 0.2, 1) 900ms;
  }

  body.page-services.internal-hero-motion-active .services-hub-hero-copy > p:not(.services-hub-eyebrow) {
    opacity: 1;
    transition: opacity 520ms ease 1000ms;
  }

  body.page-projects.internal-hero-motion-ready .projects-master-eyebrow {
    opacity: 0;
    transform: translateX(-24px);
  }

  body.page-projects.internal-hero-motion-ready .projects-hero-motion-mask {
    clip-path: inset(0 100% 0 0);
    transform: scale(1.03);
    transform-origin: left center;
  }

  body.page-projects.internal-hero-motion-ready .projects-master-hero-copy > p:not(.projects-master-eyebrow) { opacity: 0; }

  body.page-projects.internal-hero-motion-active .projects-master-eyebrow {
    opacity: 1;
    transform: none;
    transition: opacity 320ms ease 80ms, transform 450ms cubic-bezier(0.2, 0.82, 0.2, 1) 80ms;
  }

  body.page-projects.internal-hero-motion-active .projects-hero-motion-mask {
    clip-path: inset(0);
    transform: scale(1);
    transition: clip-path 950ms cubic-bezier(0.72, 0, 0.18, 1) 140ms, transform 950ms cubic-bezier(0.2, 0.72, 0.2, 1) 140ms;
  }

  body.page-projects.internal-hero-motion-active .projects-master-hero-copy > p:not(.projects-master-eyebrow) {
    opacity: 1;
    transition: opacity 500ms ease 980ms;
  }

  body.page-areas.internal-hero-motion-ready .coverage-hero-motion-sweep {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  body.page-areas.internal-hero-motion-ready .coverage-master-hero-copy h1::after { transform: scaleX(0); }
  body.page-areas.internal-hero-motion-ready .coverage-master-hero-copy > p:not(.coverage-master-eyebrow) {
    opacity: 0;
    clip-path: inset(0 0 28% 0);
  }

  body.page-areas.internal-hero-motion-active .coverage-hero-motion-sweep {
    opacity: 1;
    clip-path: inset(0);
    transition: opacity 220ms ease 100ms, clip-path 950ms cubic-bezier(0.72, 0, 0.18, 1) 100ms;
  }

  body.page-areas.internal-hero-motion-active .coverage-master-hero-copy h1::after {
    transform: scaleX(1);
    transition: transform 500ms cubic-bezier(0.2, 0.82, 0.2, 1) 900ms;
  }

  body.page-areas.internal-hero-motion-active .coverage-master-hero-copy > p:not(.coverage-master-eyebrow) {
    opacity: 1;
    clip-path: inset(0);
    transition: opacity 500ms ease 1000ms, clip-path 600ms cubic-bezier(0.2, 0.82, 0.2, 1) 1000ms;
  }

  body.page-standards.internal-hero-motion-ready .standards-hero-motion-line > span {
    opacity: 0;
    transform: translateY(105%);
  }

  body.page-standards.internal-hero-motion-ready .standards-hero-motion-final > span {
    transform: translateX(32px);
  }

  body.page-standards.internal-hero-motion-ready .standards-master-hero-copy h1::before {
    clip-path: inset(0 0 100% 0);
  }

  body.page-standards.internal-hero-motion-ready .standards-master-hero-copy > p:not(.standards-master-eyebrow) { opacity: 0; }

  body.page-standards.internal-hero-motion-active .standards-hero-motion-line > span {
    opacity: 1;
    transform: none;
    transition: opacity 180ms ease, transform 720ms cubic-bezier(0.16, 0.84, 0.22, 1);
  }

  body.page-standards.internal-hero-motion-active .standards-hero-motion-line:nth-child(2) > span { transition-delay: 280ms; }
  body.page-standards.internal-hero-motion-active .standards-hero-motion-line:nth-child(3) > span {
    transition-delay: 560ms;
    transition-timing-function: cubic-bezier(0.12, 0.86, 0.18, 1);
  }

  body.page-standards.internal-hero-motion-active .standards-master-hero-copy h1::before {
    clip-path: inset(0);
    transition: clip-path 480ms cubic-bezier(0.2, 0.82, 0.2, 1) 980ms;
  }

  body.page-standards.internal-hero-motion-active .standards-master-hero-copy > p:not(.standards-master-eyebrow) {
    opacity: 1;
    transition: opacity 520ms ease 1150ms;
  }

  body.page-contact.internal-hero-motion-ready .contact-hero-motion-word {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(14px);
  }

  body.page-contact.internal-hero-motion-ready .contact-hero-motion-final::after { transform: scaleX(0); }
  body.page-contact.internal-hero-motion-ready .contact-master-hero-copy > p:not(.contact-master-eyebrow),
  body.page-contact.internal-hero-motion-ready .contact-master-actions {
    opacity: 0;
  }

  body.page-contact.internal-hero-motion-active .contact-hero-motion-word {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
    transition: opacity 180ms ease, clip-path 440ms cubic-bezier(0.2, 0.82, 0.2, 1), transform 440ms cubic-bezier(0.2, 0.82, 0.2, 1);
  }

  body.page-contact.internal-hero-motion-active .contact-hero-motion-word:nth-child(1) { transition-delay: 60ms; }
  body.page-contact.internal-hero-motion-active .contact-hero-motion-word:nth-child(2) { transition-delay: 180ms; }
  body.page-contact.internal-hero-motion-active .contact-hero-motion-word:nth-child(3) { transition-delay: 300ms; }
  body.page-contact.internal-hero-motion-active .contact-hero-motion-word:nth-child(4) { transition-delay: 420ms; }

  body.page-contact.internal-hero-motion-active .contact-hero-motion-final::after {
    transform: scaleX(1);
    transition: transform 320ms cubic-bezier(0.2, 0.82, 0.2, 1) 760ms;
  }

  body.page-contact.internal-hero-motion-active .contact-master-hero-copy > p:not(.contact-master-eyebrow) {
    opacity: 1;
    transition: opacity 400ms ease 700ms;
  }

  body.page-contact.internal-hero-motion-active .contact-master-actions {
    opacity: 1;
    transition: opacity 400ms ease 860ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-about .about-hero-motion-line > span,
  body.page-about .about-clean-hero-copy h1::after,
  body.page-about .about-clean-hero-copy > p,
  body.page-services .services-hero-motion-group,
  body.page-services .services-hub-hero-copy h1::after,
  body.page-services .services-hub-hero-copy > p,
  body.page-projects .projects-master-eyebrow,
  body.page-projects .projects-hero-motion-mask,
  body.page-projects .projects-master-hero-copy > p,
  body.page-areas .coverage-hero-motion-sweep,
  body.page-areas .coverage-master-hero-copy h1::after,
  body.page-areas .coverage-master-hero-copy > p,
  body.page-standards .standards-hero-motion-line > span,
  body.page-standards .standards-master-hero-copy h1::before,
  body.page-standards .standards-master-hero-copy > p,
  body.page-contact .contact-hero-motion-word,
  body.page-contact .contact-hero-motion-final::after,
  body.page-contact .contact-master-hero-copy > p,
  body.page-contact .contact-master-actions {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}


/* Homepage responsive repair: final precedence over legacy desktop polish layers */
@media (max-width: 900px) {
  body.page-index .home-standard-wrap {
    width: calc(100% - 48px) !important;
    max-width: 100% !important;
  }

  body.page-index .home-standard-head,
  body.page-index .home-value-grid,
  body.page-index .home-process-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-index .home-standard-head,
  body.page-index .home-standard-title,
  body.page-index .home-standard-intro,
  body.page-index .home-value-grid,
  body.page-index .home-value-card,
  body.page-index .home-process-panel,
  body.page-index .home-process-statement,
  body.page-index .home-process-steps,
  body.page-index .home-process-steps article,
  body.page-index .home-finish-strip {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-index .home-standard-head {
    gap: 24px !important;
    margin-bottom: 26px !important;
  }

  body.page-index .home-standard-title {
    padding: 20px 0 22px !important;
  }

  body.page-index .home-standard-title::before {
    left: -16px !important;
  }

  body.page-index .home-standard-intro {
    padding: 24px 26px !important;
  }

  body.page-index .home-standard-intro::after {
    right: 0 !important;
    top: 0 !important;
  }

  body.page-index .home-value-grid {
    gap: 20px !important;
    margin-bottom: 28px !important;
  }

  body.page-index .home-value-card,
  body.page-index .home-value-card.featured {
    width: 100% !important;
    min-height: 0 !important;
    grid-row: auto !important;
    padding: 28px !important;
  }

  body.page-index .home-feature-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 24px !important;
    padding-top: 0 !important;
  }

  body.page-index .home-process-panel {
    gap: 26px !important;
    padding: 28px !important;
    margin-bottom: 26px !important;
  }

  body.page-index .home-process-statement {
    padding: 0 !important;
  }

  body.page-index .home-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body.page-index .home-process-steps article {
    min-height: 0 !important;
    padding: 22px !important;
  }

  body.page-index .home-finish-strip {
    align-items: flex-start !important;
    gap: 20px !important;
    padding: 24px 26px !important;
  }
}

@media (max-width: 720px) {
  body.page-index .home-standard-wrap {
    width: calc(100% - 32px) !important;
  }

  body.page-index .home-standard-section {
    padding: 48px 0 56px !important;
  }

  body.page-index .home-standard-title {
    padding: 16px 0 18px !important;
  }

  body.page-index .home-standard-title h2,
  body.page-index .home-value-card.featured h3,
  body.page-index .home-process-statement h2 {
    font-size: clamp(27px, 7.2vw, 30px) !important;
    line-height: 1.06 !important;
  }

  body.page-index .home-standard-intro {
    padding: 21px 20px !important;
  }

  body.page-index .home-value-grid {
    gap: 18px !important;
  }

  body.page-index .home-value-card,
  body.page-index .home-value-card.featured {
    padding: 22px !important;
  }

  body.page-index .home-value-card h3 {
    font-size: clamp(22px, 7.2vw, 28px) !important;
    line-height: 1.12 !important;
  }

  body.page-index .home-value-card p,
  body.page-index .home-value-card.featured p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body.page-index .home-feature-points,
  body.page-index .home-process-steps {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-index .home-feature-points {
    gap: 10px !important;
  }

  body.page-index .home-process-panel {
    gap: 22px !important;
    padding: 22px !important;
  }

  body.page-index .home-process-steps {
    gap: 16px !important;
  }

  body.page-index .home-process-steps article {
    padding: 20px !important;
  }

  body.page-index .home-finish-strip {
    width: 100% !important;
    padding: 22px !important;
  }

  body.page-index .home-finish-button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 18px !important;
  }
}

@media (max-width: 430px) {
  body.page-index .home-standard-wrap {
    width: calc(100% - 28px) !important;
  }

  body.page-index .home-standard-title::before {
    left: -10px !important;
    width: 4px !important;
  }

  body.page-index .home-standard-intro,
  body.page-index .home-value-card,
  body.page-index .home-value-card.featured,
  body.page-index .home-process-panel,
  body.page-index .home-finish-strip {
    padding: 20px !important;
  }
}
/* About founder portraits: preserve each source image's full mobile crop. */
@media (max-width: 760px) {
  body.page-about .about-clean-founder-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
  }
}

/* Final launch QA: preserve the approved layouts while preventing tablet and narrow-mobile overflow. */
@media (min-width: 761px) and (max-width: 820px) {
  .home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    padding: 28px 0 24px;
    padding-right: 0;
  }

  .home-footer-brand {
    grid-column: 1 / -1;
    padding-right: 92px;
  }

  .home-footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
  }

  .home-footer-contact h2,
  .home-footer-contact .home-footer-socials,
  .home-footer-contact > a:last-of-type {
    grid-column: 1 / -1;
  }

  .home-footer-badge {
    top: 28px;
  }

  .home-footer-badge img {
    width: 78px;
    height: 78px;
    padding: 5px;
  }

  body.page-about .about-clean-founder-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 360px) {
  body.page-commercial .commercial-master-hero-copy {
    width: 100%;
    min-width: 0;
  }

  body.page-commercial .commercial-master-actions,
  body.page-commercial .commercial-master-button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.page-emergency .commercial-master-hero .commercial-master-button-secondary {
    padding-inline: 16px;
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.25;
  }
}
