/**
 * CCC About Page — full-width brand story (BEAD-ABOUT-001)
 */

:root {
  --ccc-about-container-max: 1180px;
  --ccc-about-container-pad: clamp(1rem, 3vw, 2rem);
  --ccc-heading-font: var(--ccc-font-display);
}

/* ——— Kill outer boxed document wrapper ——— */
body.ccc-about-page-body {
  background: #fbfdff;
  overflow-x: hidden;
}

body.ccc-about-page-body #page,
body.ccc-about-page-body #page.site {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

body.ccc-about-page-body #primary.ccc-about-page,
body.ccc-about-page-body .site-main.ccc-about-page {
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
  float: none;
  flex: none;
}

body.ccc-about-page-body .wrapper#wrapper-navbar + .wrapper,
body.ccc-about-page-body #page > .wrapper:not(#wrapper-footer) {
  max-width: none;
  padding: 0;
  background: transparent;
}

.ccc-about-page {
  background: #fbfdff;
}

.ccc-about-page section {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.ccc-about-page .container {
  width: 100%;
  max-width: var(--ccc-about-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ccc-about-container-pad);
  padding-right: var(--ccc-about-container-pad);
}

/* ——— Hero ——— */
.ccc-about-hero {
  overflow: hidden;
  padding-block: clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at top right, rgba(25, 182, 210, 0.18), transparent 30rem),
    linear-gradient(135deg, #02172f 0%, #06264a 58%, #0b3d72 100%);
  color: #fff;
}

.ccc-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 56px 56px;
}

.ccc-about-hero .container {
  position: relative;
  z-index: 1;
}

.ccc-about-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.ccc-about-hero__eyebrow {
  margin: 0 0 1rem;
  color: #70d6ea;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.ccc-about-hero__title {
  margin: 0 0 1.25rem;
  font-family: var(--ccc-heading-font);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.ccc-about-hero__text {
  margin: 0 0 2rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.ccc-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.ccc-about-hero__phone {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}

.ccc-about-hero__phone:hover {
  color: #fff;
}

.ccc-about-hero__btn-secondary,
.ccc-about-hero .ccc-btn-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ccc-about-hero__btn-secondary:hover,
.ccc-about-hero .ccc-btn-secondary:hover {
  border-color: #fff;
  color: #06264a;
  background: #fff;
}

.ccc-about-hero__media img,
.ccc-about-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

/* ——— Intro ——— */
.ccc-about-intro,
.ccc-about-promise,
.ccc-about-included,
.ccc-about-service-areas,
.ccc-related-services {
  padding-block: clamp(4rem, 7vw, 7rem);
}

.ccc-about-intro__title,
.ccc-about-promise__title,
.ccc-about-included__title,
.ccc-about-service-areas__title,
.ccc-related-services__title {
  margin: 0 0 1.25rem;
  font-family: var(--ccc-heading-font);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  color: var(--ccc-navy, #06264a);
  letter-spacing: -0.02em;
}

.ccc-about-intro__text {
  margin: 0 0 1.5rem;
  max-width: 52rem;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.75;
  color: var(--ccc-charcoal, #2a3441);
}

.ccc-about-intro__note {
  margin: 0;
  padding: 1.1rem 1.25rem;
  max-width: 52rem;
  border-left: 4px solid var(--ccc-blue, #0878c9);
  background: rgba(8, 120, 201, 0.06);
  border-radius: 0 12px 12px 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #3d4f63;
}

/* ——— Promise cards ——— */
.ccc-about-promise {
  background: linear-gradient(180deg, #f4f9fd 0%, #fbfdff 100%);
}

.ccc-about-promise__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.ccc-about-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(8, 120, 201, 0.14);
  border-radius: 22px;
  padding: 1.75rem;
  box-shadow: 0 18px 45px rgba(6, 38, 74, 0.08);
}

.ccc-about-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ccc-navy, #06264a);
}

.ccc-about-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #4a5d73;
}

/* ——— Included checklist ——— */
.ccc-about-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccc-about-checklist li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ccc-charcoal, #2a3441);
}

.ccc-about-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #19b6d2, #0878c9);
  box-shadow: 0 0 0 4px rgba(25, 182, 210, 0.15);
}

/* ——— Service areas ——— */
.ccc-about-service-areas__header {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.ccc-about-service-areas__lead {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.7;
  color: #4a5d73;
}

.ccc-about-service-areas__grid {
  margin-top: 0.5rem;
}

.ccc-about-service-areas__all {
  margin: 1.75rem 0 0;
  text-align: center;
}

.ccc-about-service-areas__all a {
  font-weight: 700;
}

/* ——— CTA band ——— */
.ccc-about-cta {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  background: linear-gradient(135deg, #02172f 0%, #0b3d72 100%);
  color: #fff;
}

.ccc-about-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.ccc-about-cta__title {
  margin: 0 0 0.75rem;
  font-family: var(--ccc-heading-font);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.ccc-about-cta__text {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.ccc-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.ccc-about-cta .ccc-btn-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ccc-about-cta .ccc-btn-secondary:hover {
  border-color: #fff;
  color: #06264a;
  background: #fff;
}

/* ——— Related services ——— */
.ccc-related-services {
  background: #f4f9fd;
}

.ccc-related-services__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ccc-related-services__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(8, 120, 201, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--ccc-navy, #06264a);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(6, 38, 74, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ccc-related-services__pill:hover {
  border-color: var(--ccc-blue, #0878c9);
  color: var(--ccc-blue, #0878c9);
  box-shadow: 0 12px 28px rgba(8, 120, 201, 0.12);
  transform: translateY(-1px);
}

/* ——— Responsive ——— */
@media (max-width: 991.98px) {
  .ccc-about-promise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ccc-about-hero__layout {
    grid-template-columns: 1fr;
  }

  .ccc-about-hero__media {
    order: 2;
  }

  .ccc-about-hero__content {
    order: 1;
  }

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

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

  .ccc-about-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
