/* CCS Rope Access Ltd - replacement homepage stylesheet */
:root {
  --ink: #111827;
  --ink-soft: #1f2937;
  --steel: #334155;
  --muted: #64748b;
  --line: #e5e7eb;
  --paper: #ffffff;
  --paper-soft: #f8fafc;
  --accent: #c93f46;
  --accent-dark: #9f2530;
  --gold: #d4af37;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

.site-header {
  background: var(--ink);
  color: #fff;
}

.topbar {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 5;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
}

.brand small {
  display: block;
  color: #cbd5e1;
  font-size: 12px;
  margin-top: 2px;
}

.site-menu {
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.site-menu a {
  display: block;
  padding: 10px 12px;
  color: #e5e7eb;
  text-decoration: none;
  border-radius: 999px;
  font-size: 15px;
}

.site-menu a:hover,
.site-menu a:focus {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.phone-link {
  color: #fff;
  text-decoration: none;
  background: var(--accent);
  padding: 10px 15px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 9px 14px;
  border-radius: 999px;
  margin-left: auto;
}

.hero {
  position: relative;
  min-height: clamp(610px, 78vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: -3;
  background: #111827;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 12, 24, .80) 0%, rgba(8, 13, 24, .64) 42%, rgba(8, 13, 24, .14) 100%),
    linear-gradient(0deg, rgba(17, 24, 39, .60) 0%, rgba(17, 24, 39, 0) 35%);
}

.hero-content {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 70px 0 90px;
  max-width: 820px;
  justify-self: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 7vw, 74px);
  line-height: .98;
  letter-spacing: -0.06em;
  max-width: 870px;
}

.hero-copy {
  color: #e2e8f0;
  font-size: clamp(18px, 2vw, 22px);
  max-width: 720px;
  margin: 24px 0 0;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(201, 63, 70, .28);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--accent-dark);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(8px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 42px 0 0;
}

.hero-stats div {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(15, 23, 42, .46);
  border-radius: 18px;
  padding: 16px;
  backdrop-filter: blur(8px);
}

.hero-stats dt {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: #cbd5e1;
  font-size: 14px;
}

.trust-strip {
  background: linear-gradient(135deg, #111827 0%, #1f2937 52%, #0f172a 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.trust-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 0;
}

.trust-inner p {
  margin: 0;
  color: #fff;
  font-weight: 800;
  flex: 1 1 auto;
  min-width: 0;
}

.badge-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.badge-row img {
  width: auto;
  max-height: 46px;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
}

.section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section p {
  margin: 0 0 16px;
  color: var(--steel);
  font-size: 18px;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.service-grid,
.project-grid,
.faq-grid {
  display: grid;
  gap: 22px;
}

.service-grid,
.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.project-card,
.faq-grid article,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(15, 23, 42, .07);
  overflow: hidden;
}

.service-card img,
.project-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.service-card img {
  aspect-ratio: 12 / 5;
  height: auto;
}

.project-card img {
  height: 220px;
}

.service-card div,
.project-card,
.faq-grid article {
  padding: 24px;
}

.service-card p,
.project-card p,
.faq-grid p {
  font-size: 16px;
}

.services-section .service-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.service-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.services-section .service-card h3,
.services-section .service-card p {
  transition: color .22s ease;
}

.services-section .service-card:hover,
.services-section .service-card:focus-within {
  background: #0f2d52;
  border-color: #0f2d52;
  box-shadow: 0 20px 46px rgba(15, 45, 82, .2);
  transform: translateY(-4px);
}

.services-section .service-card:hover h3,
.services-section .service-card:hover p,
.services-section .service-card:focus-within h3,
.services-section .service-card:focus-within p {
  color: #fff;
}

.service-card-link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.dark-section {
  width: 100%;
  max-width: none;
  background: #111827;
  color: #fff;
  padding-left: max(16px, calc((100% - var(--max)) / 2));
  padding-right: max(16px, calc((100% - var(--max)) / 2));
}

.dark-section h2,
.dark-section p strong {
  color: #fff;
}

.dark-section p {
  color: #cbd5e1;
}

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

.check-grid p {
  margin: 0;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}

.review-section {
  border-bottom: 1px solid var(--line);
}

.client-section {
  overflow: hidden;
}

.logo-carousel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  padding: 20px 0;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 42px;
  width: max-content;
  animation: logo-scroll 34s linear infinite;
}

.logo-track img {
  width: auto;
  height: 54px;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .82;
}

@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

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

.cta-band {
  width: min(100% - 32px, var(--max));
  margin: 0 auto 80px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 28px;
  background: linear-gradient(135deg, #111827, #273345);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 760px;
}

.site-footer {
  background: #0b1220;
  color: #e5e7eb;
  padding: 70px 0;
}

.footer-grid {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 40px;
  align-items: start;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  line-height: 1.08;
}

.site-footer h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.04em;
}

.site-footer p,
.site-footer li {
  color: #cbd5e1;
  font-size: 16px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.contact-list li {
  margin-bottom: 8px;
}

.site-footer a {
  color: #fff;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.company-number {
  font-size: 14px;
  color: #94a3b8;
}

.contact-card {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  padding: 26px;
}

.contact-card label {
  display: block;
  margin: 14px 0 6px;
  color: #e5e7eb;
  font-weight: 700;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 13px 14px;
  font: inherit;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: #94a3b8;
}

.contact-card button {
  width: 100%;
  margin-top: 18px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .topbar {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-menu {
    display: none;
    order: 5;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 8px;
  }

  .site-menu.is-open {
    display: flex;
  }

  .phone-link {
    margin-left: 0;
  }

  .hero {
    min-height: 700px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(6, 12, 24, .82), rgba(8, 13, 24, .58));
  }

  .hero-stats,
  .service-grid,
  .project-grid,
  .faq-grid,
  .two-col,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-inner,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .badge-row {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }

  .check-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar {
    width: min(100% - 24px, var(--max));
    gap: 12px;
  }

  .brand small {
    display: none;
  }

  .phone-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: min(100% - 24px, var(--max));
    padding: 40px 0 64px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-stats {
    gap: 10px;
  }

  .hero-stats div {
    padding: 14px;
  }

  .section {
    width: min(100% - 24px, var(--max));
  }

  .project-card img {
    height: 190px;
  }

  .logo-track {
    animation-duration: 46s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .logo-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
  }

  .btn:hover,
  .btn:focus,
  .services-section .service-card:hover,
  .services-section .service-card:focus-within,
  .service-directory a:hover,
  .service-directory a:focus-visible {
    transform: none;
  }
}


/* SEO hub / internal link cards */
.internal-links-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.link-card,
.policy-card,
.case-card,
.page-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(15, 23, 42, .07);
  padding: 24px;
}

.link-card h3,
.policy-card h3,
.case-card h3,
.page-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
}

.link-card a,
.text-link-cloud a,
.inline-link-list a,
.policy-card a,
.case-card a,
.page-card a {
  color: #0f2d52;
  font-weight: 800;
  text-decoration: none;
}

.link-card a:hover,
.text-link-cloud a:hover,
.inline-link-list a:hover,
.policy-card a:hover,
.case-card a:hover,
.page-card a:hover {
  text-decoration: underline;
}

.text-link-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.text-link-cloud a {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-soft);
}

/* Supporting pages */
.page-hero {
  background: linear-gradient(135deg, #0b1220, #17243a);
  color: #fff;
  padding: clamp(64px, 10vw, 110px) 0;
}

.page-hero-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  max-width: 980px;
}

.page-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -0.055em;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #dbe4ef;
  font-size: 20px;
}

.page-content {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: clamp(50px, 7vw, 90px) 0;
}

.content-grid,
.case-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.content-grid.two,
.policy-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-card ul,
.policy-card ul,
.case-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--steel);
  font-size: 17px;
}

.page-card li,
.policy-card li,
.case-card li {
  margin: 8px 0;
}

.case-card img {
  width: calc(100% + 48px);
  margin: -24px -24px 20px;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius) var(--radius) 0 0;
}

.inline-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.inline-link-list a {
  padding: 10px 14px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.notice-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--radius);
  background: #fff8e1;
  border: 1px solid #f2d67a;
  color: #3a2b00;
}

@media (max-width: 980px) {
  .link-card-grid,
  .content-grid,
  .case-grid,
  .policy-grid,
  .content-grid.two,
  .policy-grid.two {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .link-card-grid,
  .content-grid,
  .case-grid,
  .policy-grid,
  .content-grid.two,
  .policy-grid.two {
    grid-template-columns: 1fr;
  }
}

/* V9 service directory refinements */
.service-list-section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) 0;
}
.service-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.service-directory a {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: #0f2d52;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.service-directory a:hover,
.service-directory a:focus-visible {
  background: #fff;
  border-color: var(--line);
  border-left: 5px solid var(--accent);
  color: #0f2d52;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
}
.service-directory a:focus-visible {
  outline: 3px solid rgba(201, 63, 70, .3);
  outline-offset: 3px;
}
.checklist-list {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--steel);
  font-size: 18px;
}
.checklist-list li { margin: 8px 0; }
@media (max-width: 980px) { .service-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .service-directory { grid-template-columns: 1fr; } }


/* V10 service thumbnail cards */
.services-intro {
  max-width: 960px;
  margin: 0 auto 30px;
  text-align: center;
}
.services-intro h2,
.services-guide-head h2 {
  margin-bottom: 14px;
}
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.service-card-image {
  position: relative;
  display: block;
  min-height: 290px;
  overflow: hidden;
  border-radius: 24px;
  background: #0b1220;
  border: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
  text-decoration: none;
  isolation: isolate;
}
.service-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, opacity .45s ease;
  z-index: -2;
}
.service-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 12, 23, .05) 0%, rgba(7, 12, 23, .42) 38%, rgba(7, 12, 23, .92) 100%);
  z-index: -1;
}
.service-card-image:hover img,
.service-card-image:focus-visible img {
  transform: scale(1.06);
  opacity: .88;
}
.service-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  color: #fff;
}
.service-card-overlay strong {
  display: block;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}
.service-card-overlay span {
  display: block;
  color: #dbe4ef;
  font-size: 16px;
  line-height: 1.5;
}
.services-guide-head {
  max-width: 900px;
  margin: clamp(48px, 6vw, 76px) auto 0;
  text-align: center;
}
.guide-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.service-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .service-card-grid,
  .guide-card-grid { grid-template-columns: 1fr; }
  .service-card-image { min-height: 250px; border-radius: 20px; }
  .service-card-overlay { padding: 20px; }
}


/* Service detail page image card: preserve the full photograph without cropping. */
.service-detail-grid {
  align-items: start;
}
.service-detail-image-card {
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 28px;
  overflow: hidden;
  background: #0b1220;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
  border: 1px solid rgba(15, 23, 42, .12);
}
.service-detail-image-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: #0b1220;
  display: block;
}
.form-status {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #7f1d1d;
  background: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .service-detail-image-card,
  .service-detail-image-card img {
    min-height: 0;
  }
}


/* Commercial pressure-washing page */
.pressure-page {
  background: var(--paper-soft);
}

.pressure-page main {
  overflow: clip;
}

.pressure-hero {
  position: relative;
  min-height: clamp(650px, 80vh, 840px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #0b1220 url("../image/ccs-commercial-building-entrance-jet-washing-norfolk.webp") center 52% / cover no-repeat;
}

.pressure-hero::before,
.pressure-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pressure-hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 10, 20, .80) 0%, rgba(8, 15, 28, .68) 47%, rgba(8, 15, 28, .24) 100%),
    linear-gradient(0deg, rgba(5, 10, 20, .58) 0%, rgba(5, 10, 20, 0) 42%);
}

.pressure-hero::after {
  z-index: -1;
  background: radial-gradient(circle at 20% 35%, rgba(201, 63, 70, .18), transparent 38%);
}

.pressure-hero-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 124px) 0 clamp(120px, 13vw, 160px);
}

.pressure-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(40px, 6.2vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.pressure-hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: #e2e8f0;
  font-size: clamp(18px, 2vw, 22px);
}

.pressure-hero-points {
  max-width: 940px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.pressure-hero-points li {
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(10, 18, 32, .58);
  backdrop-filter: blur(8px);
}

.pressure-hero-points strong,
.pressure-hero-points span {
  display: block;
}

.pressure-hero-points strong {
  font-size: 16px;
}

.pressure-hero-points span {
  margin-top: 2px;
  color: #cbd5e1;
  font-size: 14px;
}

.pressure-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pressure-scroll-cue span {
  color: var(--gold);
  font-size: 22px;
}

.pressure-jump-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
  backdrop-filter: blur(12px);
}

.pressure-jump-nav > div {
  width: min(100% - 32px, var(--max));
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pressure-jump-nav > div::-webkit-scrollbar {
  display: none;
}

.pressure-jump-nav span,
.pressure-jump-nav a {
  flex: 0 0 auto;
}

.pressure-jump-nav span {
  margin-right: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pressure-jump-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #0f2d52;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.pressure-jump-nav a:hover,
.pressure-jump-nav a:focus-visible {
  background: #edf2f7;
}

.pressure-jump-nav .pressure-jump-cta {
  margin-left: auto;
  background: var(--accent);
  color: #fff;
}

.pressure-jump-nav .pressure-jump-cta:hover,
.pressure-jump-nav .pressure-jump-cta:focus-visible {
  background: var(--accent-dark);
}

.pressure-section,
.pressure-project-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.pressure-section {
  padding: clamp(64px, 8vw, 104px) 0;
  scroll-margin-top: 78px;
}

.pressure-section-head {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.pressure-section-head h2,
.pressure-project-head h2 {
  margin-bottom: 14px;
  text-wrap: balance;
}

.pressure-section-head p:last-child,
.pressure-project-head p:last-child {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pressure-tabs {
  max-width: 1080px;
  margin: 0 auto;
}

.pressure-tab-list {
  display: none;
}

.pressure-tabs.is-enhanced .pressure-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #e9eef5;
}

.pressure-tab-list button {
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  background: transparent;
  color: #334155;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.pressure-tab-list button[aria-selected="true"] {
  background: #fff;
  color: #0f2d52;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .1);
}

.pressure-tab-list button:focus-visible,
.pressure-gallery-controls button:focus-visible {
  outline: 3px solid rgba(201, 63, 70, .34);
  outline-offset: 3px;
}

.pressure-tab-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .11);
}

.pressure-tabs:not(.is-enhanced) .pressure-tab-panel + .pressure-tab-panel {
  margin-top: 30px;
}

.pressure-tab-panel[hidden] {
  display: none;
}

.pressure-tab-media {
  min-height: 500px;
  background: #0b1220;
}

.pressure-tab-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
}

.pressure-tab-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 56px);
}

.pressure-tab-copy h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.pressure-tab-copy ul,
.pressure-client-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pressure-tab-copy li,
.pressure-client-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 27px;
  color: var(--steel);
}

.pressure-tab-copy li::before,
.pressure-client-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 900;
}

.pressure-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #0f2d52;
  font-weight: 900;
  text-decoration: none;
}

.pressure-text-link:hover span,
.pressure-text-link:focus-visible span {
  transform: translateX(4px);
}

.pressure-text-link span {
  color: var(--accent);
  transition: transform .2s ease;
}

.pressure-project-section {
  padding: clamp(68px, 9vw, 112px) 0;
  scroll-margin-top: 78px;
  background:
    radial-gradient(circle at 78% 18%, rgba(201, 63, 70, .18), transparent 30%),
    linear-gradient(145deg, #0b1220, #18253a);
  color: #fff;
}

.pressure-project-head {
  max-width: 850px;
  margin: 0 auto 36px;
  text-align: center;
}

.pressure-project-head h2,
.pressure-project-head p:last-child {
  color: #fff;
}

.pressure-project-head p:last-child {
  color: #cbd5e1;
}

.pressure-gallery {
  max-width: 1050px;
  margin: 0 auto;
}

.pressure-gallery-stage {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  background: #080e19;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

.pressure-gallery-media {
  min-width: 0;
  display: grid;
  place-items: center;
  background: #050a12;
}

.pressure-gallery-media img {
  width: 100%;
  height: 610px;
  display: block;
  object-fit: contain;
  background: #050a12;
}

.pressure-gallery-copy {
  align-self: center;
  padding: clamp(34px, 6vw, 72px);
}

.pressure-gallery-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.pressure-gallery-copy > p:not(.section-kicker) {
  color: #cbd5e1;
  font-size: 18px;
}

.pressure-gallery-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.pressure-gallery-controls button {
  min-width: 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 17px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.pressure-gallery-controls button:hover,
.pressure-gallery-controls button[aria-pressed="true"] {
  border-color: rgba(212, 175, 55, .8);
  background: rgba(255, 255, 255, .14);
}

.pressure-gallery-controls img {
  width: 76px;
  height: 66px;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.pressure-gallery-controls span,
.pressure-gallery-controls strong,
.pressure-gallery-controls small {
  min-width: 0;
  display: block;
}

.pressure-gallery-controls strong {
  font-size: 15px;
  line-height: 1.2;
}

.pressure-gallery-controls small {
  margin-top: 3px;
  color: #cbd5e1;
  font-size: 12px;
}

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

.pressure-process-grid article {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
}

.pressure-process-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(201, 63, 70, .07);
}

.pressure-process-grid article > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #0f2d52;
  color: #fff;
  font-weight: 900;
}

.pressure-process-grid h3 {
  margin: 20px 0 8px;
  font-size: 23px;
}

.pressure-process-grid p {
  margin-bottom: 0;
}

.pressure-balance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 22px;
  margin-top: 34px;
}

.pressure-method-card,
.pressure-client-card {
  padding: clamp(28px, 5vw, 50px);
  border-radius: 26px;
}

.pressure-method-card {
  border: 1px solid #dfe5ec;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.pressure-client-card {
  background: #0f2d52;
  color: #fff;
}

.pressure-method-card h2,
.pressure-client-card h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.pressure-client-card h2,
.pressure-client-card li {
  color: #fff;
}

.pressure-client-card li::before {
  color: var(--gold);
}

.pressure-quote-prompt {
  width: min(100% - 32px, var(--max));
  margin: 0 auto clamp(28px, 5vw, 64px);
  padding: clamp(28px, 5vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid #f0d57f;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff8e1, #fffdf5);
}

.pressure-quote-prompt h2 {
  max-width: 770px;
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.pressure-quote-prompt p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.pressure-quote-prompt .btn {
  flex: 0 0 auto;
}

.pressure-faq-section {
  padding-top: clamp(48px, 7vw, 82px);
}

.pressure-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.pressure-faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.pressure-faq-list summary {
  position: relative;
  padding: 20px 60px 20px 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.pressure-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf2f7;
  color: #0f2d52;
  font-size: 22px;
  line-height: 1;
}

.pressure-faq-list details[open] summary::after {
  content: "−";
  background: #0f2d52;
  color: #fff;
}

.pressure-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--steel);
}

.pressure-quote-checklist {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pressure-inline-links {
  justify-content: center;
}

@media (max-width: 980px) {
  .pressure-tab-panel,
  .pressure-balance-grid {
    grid-template-columns: 1fr;
  }

  .pressure-tab-media,
  .pressure-tab-media img {
    min-height: 390px;
  }

  .pressure-gallery-stage {
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  }

  .pressure-gallery-controls {
    grid-template-columns: 1fr;
  }

  .pressure-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .pressure-hero {
    min-height: 760px;
    background-position: 57% center;
  }

  .pressure-hero::before {
    background: linear-gradient(180deg, rgba(5, 10, 20, .76) 0%, rgba(5, 10, 20, .70) 62%, rgba(5, 10, 20, .82) 100%);
  }

  .pressure-hero-inner {
    padding-top: 72px;
    padding-bottom: 118px;
  }

  .pressure-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .pressure-hero-points {
    grid-template-columns: 1fr;
  }

  .pressure-jump-nav > div {
    width: 100%;
    padding: 0 16px;
  }

  .pressure-jump-nav .pressure-jump-cta {
    margin-left: 0;
  }

  .pressure-tabs.is-enhanced .pressure-tab-list {
    grid-template-columns: 1fr;
  }

  .pressure-tab-media,
  .pressure-tab-media img {
    min-height: 280px;
  }

  .pressure-gallery-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pressure-gallery-media img {
    height: min(125vw, 540px);
  }

  .pressure-gallery-copy {
    padding: 30px 24px 36px;
  }

  .pressure-process-grid {
    grid-template-columns: 1fr;
  }

  .pressure-quote-prompt {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .pressure-hero-copy {
    font-size: 17px;
  }

  .pressure-tab-panel {
    border-radius: 20px;
  }

  .pressure-tab-copy {
    padding: 26px 20px 32px;
  }

  .pressure-gallery-stage {
    border-radius: 22px;
  }

  .pressure-gallery-controls button {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .pressure-gallery-controls img {
    width: 64px;
    height: 58px;
  }

  .pressure-method-card,
  .pressure-client-card,
  .pressure-quote-prompt {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .pressure-text-link span {
    transition: none;
  }
}


/* Norwich location page: reuses the interactive pressure-page components. */
.norwich-page {
  background: var(--paper-soft);
}

.norwich-page main {
  overflow: clip;
}

.norwich-hero {
  background-image: url("../image/ccs-office-entrance-surface-cleaning-norwich.webp");
  background-position: center 42%;
}

.norwich-hero h1 {
  max-width: 780px;
}

.norwich-gallery .pressure-gallery-stage {
  min-height: 560px;
}

.norwich-gallery .pressure-gallery-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050a12;
}

.norwich-gallery .pressure-gallery-media::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24px;
  background-image: var(--gallery-bg);
  background-position: center;
  background-size: cover;
  filter: blur(20px) brightness(.42);
  transform: scale(1.08);
}

.norwich-gallery .pressure-gallery-media img {
  position: relative;
  z-index: 1;
  height: 560px;
  object-fit: contain;
}

.norwich-gallery .pressure-gallery-controls img {
  object-position: center;
}

.norwich-tabs #panel-inspect .pressure-tab-media img {
  object-position: left center;
}

.norwich-balance-grid .pressure-method-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .norwich-hero {
    background-position: 58% center;
  }

  .norwich-gallery .pressure-gallery-stage {
    min-height: 0;
  }

  .norwich-gallery .pressure-gallery-media img {
    height: min(82vw, 480px);
  }
}

.norwich-view-section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 0 0 clamp(68px, 9vw, 112px);
  scroll-margin-top: 78px;
}

.norwich-view-card {
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.norwich-view-media {
  position: relative;
  min-width: 0;
  min-height: 680px;
  margin: 0;
  background: #0b1220;
}

.norwich-view-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right bottom;
}

.norwich-view-copy {
  align-self: center;
  padding: clamp(32px, 6vw, 68px);
}

.norwich-view-copy h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.03;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.norwich-view-copy ul {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.norwich-view-copy li {
  position: relative;
  margin: 10px 0;
  padding-left: 27px;
  color: var(--steel);
}

.norwich-view-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}

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

  .norwich-view-media {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  .norwich-view-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .norwich-view-media {
    min-height: 0;
  }

  .norwich-view-media img {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 1200 / 1604;
    object-fit: contain;
  }

  .norwich-view-copy {
    padding: 32px 24px 38px;
  }
}


/* Homepage visual refinement: comparison and client-logo sections */
.comparison-section {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

.comparison-layout {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
}

.comparison-intro {
  display: flex;
  flex-direction: column;
}

.comparison-proof {
  margin-top: 28px;
  max-width: 520px;
  padding: 20px 22px;
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.comparison-proof strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 19px;
}

.comparison-proof span {
  display: block;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.55;
}

.comparison-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
}

.comparison-grid p {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(52px, 6vw, 72px) max(16px, calc((100% - var(--max)) / 2));
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border-top: 1px solid #e3e8ef;
  border-bottom: 1px solid #e3e8ef;
}

.client-section .section-head {
  margin-bottom: 26px;
  max-width: 940px;
}

.client-section .logo-carousel {
  background: #fff;
  padding: 24px 0;
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
}

.client-section .logo-track img {
  height: 62px;
  max-width: 175px;
  filter: none;
  opacity: 1;
}

.client-section .logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

@media (max-width: 900px) {
  .comparison-layout {
    grid-template-columns: 1fr;
  }
  .comparison-proof {
    margin-bottom: 8px;
  }
  .comparison-grid p {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .client-section .logo-track img {
    height: 54px;
    max-width: 150px;
  }
}
