.hero__media-image img,
.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__image {
  min-height: 100%;
  border-radius: calc(var(--radius-lg) - 0.3rem);
  overflow: hidden;
}

.trust-strip,
.home-services,
.home-references,
.section-publicity,
.section-team-home {
  overflow: hidden;
}

.trust-strip {
  margin-top: -0.2rem;
  padding: 0.35rem 0 0;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.9), rgb(var(--surface-strong-rgb) / 1) 70%);
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.05rem;
  align-items: center;
  padding-top: 0.85rem;
}

.trust-strip__copy {
  display: grid;
  gap: 0.65rem;
  max-width: 31rem;
}

.trust-strip__copy .eyebrow {
  margin-bottom: 0;
}

.trust-strip__intro {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero__trust .logo-wall--certified {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
  overflow: visible;
  isolation: isolate;
}

.hero__trust .logo-wall__item {
  position: relative;
  min-height: 5.1rem;
  padding: 0.85rem;
  background: rgb(var(--surface-rgb) / 0.78);
  overflow: visible;
}

.hero__trust .logo-wall__item img {
  max-height: 50px;
  transform-origin: center;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.certification-inline-hints .logo-wall__item[data-certification-text]::after,
.certification-inline-hints .logo-wall__item[data-certification-text]::before {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.certification-inline-hints .logo-wall__item[data-certification-text]::after {
  content: attr(data-certification-text);
  bottom: calc(100% + 0.75rem);
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(13.75rem, calc(100vw - 2rem));
  min-height: 8.75rem;
  box-sizing: border-box;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 14px;
  background: rgb(var(--surface-strong-rgb));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 14px 28px -20px rgb(var(--shadow-rgb) / 0.42);
  color: var(--color-text);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  transform: translate(-50%, 0.45rem);
}

.certification-inline-hints .logo-wall__item[data-certification-text]::before {
  content: "";
  bottom: calc(100% + 0.38rem);
  z-index: 3;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-bottom: 1px solid rgb(var(--accent-rgb) / 0.14);
  background: rgb(var(--surface-strong-rgb));
  transform: translate(-50%, 0.45rem) rotate(45deg);
  box-shadow: 6px 6px 16px -14px rgb(var(--shadow-rgb) / 0.3);
}

@media (hover: hover) and (pointer: fine) {
  .hero__trust .logo-wall__item:hover,
  .hero__trust .logo-wall__item:focus-within {
    z-index: 2;
  }

  .hero__trust .logo-wall__item:hover img,
  .hero__trust .logo-wall__item:focus-within img {
    transform: translateY(-0.18rem) scale(1.5);
    filter: drop-shadow(0 10px 22px rgb(var(--shadow-rgb) / 0.14));
  }
  .certification-inline-hints .logo-wall__item[data-certification-text]:hover::after,
  .certification-inline-hints .logo-wall__item[data-certification-text]:hover::before {
    opacity: 1;
  }

  .certification-inline-hints .logo-wall__item[data-certification-text]:hover::after {
    transform: translate(-50%, 0);
  }

  .certification-inline-hints .logo-wall__item[data-certification-text]:hover::before {
    transform: translate(-50%, 0) rotate(45deg);
  }
}

.section-focus {
  padding-top: clamp(4.75rem, 8vw, 6rem);
}

.home-services + .section-focus {
  padding-top: clamp(3.4rem, 5vw, 4.6rem);
}

.home-services .grid,
.home-references .grid {
  align-items: stretch;
}

.home-services .section-header {
  max-width: none;
}

.home-services .section-header h2 {
  margin-bottom: 0;
  font-size: clamp(1.95rem, 2.7vw, 2.7rem);
  white-space: nowrap;
}

.home-services .section-header .lede {
  max-width: none;
  margin-bottom: 0;
}

.home-references .section-header {
  max-width: none;
  margin-bottom: 2rem;
}

.home-references .section-header h2 {
  margin-bottom: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.7rem, 2.55vw, 2.6rem);
  white-space: nowrap;
}

.home-references .section-header .lede {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  line-height: 1.82;
}

.home-references .logo-wall--references {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.7rem;
}

.home-references .logo-wall--references .logo-wall__item {
  min-height: 5.1rem;
  padding: 0.9rem 1rem;
  border-color: rgb(var(--accent-rgb) / 0.08);
  background: rgb(var(--surface-rgb) / 0.78);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.16),
    0 10px 18px rgb(var(--shadow-rgb) / 0.06);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.home-references .logo-wall--references .logo-wall__item img,
.home-references .logo-wall--references .logo-wall__item .logo-wall__text {
  max-height: 48px;
  opacity: 1;
  filter: none;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color var(--transition),
    opacity var(--transition);
}

.home-references .logo-wall--references .logo-wall__item:hover,
.home-references .logo-wall--references .logo-wall__item:focus-within {
  transform: translateY(-6px);
  border-color: rgb(var(--accent-rgb) / 0.24);
  background: linear-gradient(180deg, rgb(var(--highlight-rgb) / 0.18), rgb(var(--surface-strong-rgb) / 0.98));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.22),
    0 18px 30px rgb(var(--shadow-rgb) / 0.13);
}

.home-references .logo-wall--references .logo-wall__item:hover img,
.home-references .logo-wall--references .logo-wall__item:focus-within img,
.home-references .logo-wall--references .logo-wall__item:hover .logo-wall__text,
.home-references .logo-wall--references .logo-wall__item:focus-within .logo-wall__text {
  transform: scale(1.1);
}

.home-references .logo-wall--references .logo-wall__item:hover .logo-wall__text,
.home-references .logo-wall--references .logo-wall__item:focus-within .logo-wall__text {
  color: var(--color-accent-strong);
}

.references-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-references .section-action {
  margin-top: 1.6rem;
}

.services-hero-grid {
  margin-bottom: 2rem;
}

.services-hero-card {
  --service-tint-rgb: var(--accent-rgb);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border-color: rgb(var(--service-tint-rgb) / 0.18);
  background:
    linear-gradient(180deg, rgb(var(--service-tint-rgb) / 0.1), rgb(var(--surface-strong-rgb) / 0.96) 34%, rgb(var(--surface-strong-rgb) / 0.98));
  box-shadow:
    0 24px 56px rgb(var(--shadow-rgb) / 0.1),
    0 0 0 1px rgb(var(--service-tint-rgb) / 0.05);
}

.services-hero-card::before,
.services-hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.services-hero-card::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgb(var(--service-tint-rgb) / 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgb(var(--service-tint-rgb) / 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgb(0 0 0 / 0.28), rgb(0 0 0 / 0) 62%);
  opacity: 0.55;
}

.services-hero-card::after {
  inset: auto -10% 34% 45%;
  height: 200px;
  border-radius: 999px;
  background: radial-gradient(circle, rgb(var(--service-tint-rgb) / 0.2), transparent 70%);
  filter: blur(20px);
  opacity: 0.7;
  transition: opacity var(--transition), transform 320ms ease;
}

.services-hero-card:hover,
.services-hero-card:focus-within {
  transform: translateY(-8px) scale(1.02);
  border-color: rgb(var(--service-tint-rgb) / 0.3);
  box-shadow:
    0 28px 62px rgb(var(--shadow-rgb) / 0.14),
    0 0 0 1px rgb(var(--service-tint-rgb) / 0.12),
    0 0 26px rgb(var(--service-tint-rgb) / 0.16);
}

.services-hero-card:hover::after,
.services-hero-card:focus-within::after {
  opacity: 1;
  transform: scale(1.04);
}

.services-hero-card--analysis {
  --service-tint-rgb: 157 95 104;
}

.services-hero-card--advisory {
  --service-tint-rgb: 180 119 73;
}

.services-hero-card--delivery {
  --service-tint-rgb: 76 122 96;
}

.services-hero-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid rgb(var(--service-tint-rgb) / 0.12);
}

.services-hero-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.services-hero-card:hover .services-hero-card__media img,
.services-hero-card:focus-within .services-hero-card__media img {
  transform: scale(1.04);
}

.services-hero-card__body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem;
  min-height: 0;
}

.services-hero-card__body h3,
.services-anchor-card h3 {
  margin: 0;
}

.services-hero-card__body p,
.services-anchor-card p {
  margin: 0;
  color: var(--color-text-soft);
}

.services-hero-card__bullets {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-hero-card__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.services-hero-card__bullets li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.45rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(var(--service-tint-rgb) / 0.95), rgb(var(--service-tint-rgb) / 0.45));
  box-shadow: 0 0 0 5px rgb(var(--service-tint-rgb) / 0.08);
}

.services-hero-card__trust {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgb(var(--service-tint-rgb) / 0.18);
}

.services-hero-card__trust-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(var(--service-tint-rgb) / 0.95);
  font-weight: 600;
}

.services-hero-card__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  margin-top: 1rem;
}

.services-hero-card__actions .button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  font-size: 0.98rem;
  line-height: 1.2;
  white-space: nowrap;
}

.services-domain-header {
  max-width: 42rem;
  margin: 0 0 1.5rem;
}

.services-domain-header .eyebrow {
  margin-bottom: 0.55rem;
}

.services-domain-intro {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.services-domain-grid {
  align-items: stretch;
}

.home-services .card__media {
  aspect-ratio: 16 / 11;
}

.services-anchor-grid {
  align-items: stretch;
}

.services-anchor-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--accent-rgb) / 0.06), rgb(var(--surface-strong-rgb) / 0.96));
}

.services-anchor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.16), transparent 32%),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgb(var(--accent-rgb) / 0.05) 1px, transparent 1px);
  background-size: auto, 18px 18px, 18px 18px;
  mask-image: linear-gradient(180deg, rgb(0 0 0 / 0.42), rgb(0 0 0 / 0));
}

.services-anchor-card h3,
.services-anchor-card p,
.services-anchor-card .card__meta {
  position: relative;
  z-index: 1;
}

.home-references .card__media,
.reference-card .card__media {
  aspect-ratio: 16 / 8.8;
}

.service-card .button-text,
.reference-card__body > :last-child {
  margin-top: auto;
}

.home-references .reference-card {
  border-color: rgb(var(--accent-rgb) / 0.14);
  background: rgb(var(--surface-strong-rgb) / 0.94);
}

.home-references .reference-card:hover,
.home-references .reference-card:focus-within {
  transform: translateY(-3px);
  border-color: rgb(var(--accent-rgb) / 0.2);
  box-shadow: 0 18px 30px rgb(var(--shadow-rgb) / 0.09);
}

.home-references .reference-card .card__media img {
  transition: transform 360ms ease;
}

.reference-card__body {
  grid-template-rows: auto auto 1fr;
  min-height: 100%;
  gap: 0.7rem;
  padding: 1.05rem 1rem 1.1rem;
}

.home-references .reference-card .card__meta {
  margin-bottom: 0.15rem;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
}

.home-references .reference-card h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.22;
}

.home-references .reference-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.58;
}

.legal-content {
  max-width: 54rem;
}

.legal-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  gap: 2rem;
}

.contact-panel,
.contact-sidebar {
  padding: 1.8rem;
}

.contact-panel__actions {
  margin-top: 1.6rem;
}

.cta-band {
  padding: 2rem;
}

.content-panel {
  padding: 1.8rem;
}

.cta-band__actions {
  margin-top: 1rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-card strong {
  color: var(--color-accent);
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 2rem;
}

.section-publicity .media-block__copy,
.section-publicity .quote-card {
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.section-publicity .media-block__copy:hover,
.section-publicity .media-block__copy:focus-within,
.section-publicity .quote-card:hover,
.section-publicity .quote-card:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.18);
  box-shadow: var(--shadow-card);
}

.section-team-home .section-header {
  max-width: 56rem;
  margin-bottom: clamp(1.8rem, 3vw, 2.5rem);
}

.section-team-home .section-header h2 {
  white-space: nowrap;
}

.team-home-panel {
  padding: clamp(1.85rem, 3vw, 2.75rem);
  background:
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), rgb(var(--surface-strong-rgb) / 0.98) 38%, rgb(var(--surface-rgb) / 0.92));
}

.team-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 clamp(1.6rem, 2.8vw, 2.2rem);
  padding: 0;
  list-style: none;
}

.team-highlights li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.12);
  border-radius: var(--radius-pill);
  background: rgb(var(--surface-strong-rgb) / 0.78);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.42);
  color: var(--color-text);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.team-home-panel__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 3vw, 2.7rem);
}

.team-home-panel__body {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  max-width: none;
}

.team-home-panel__text {
  display: grid;
  gap: 1.15rem;
}

.team-home-panel__text p {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 1.02rem;
  line-height: 1.76;
}

.team-home-panel__action {
  margin-top: 0.15rem;
}

.team-home-panel__visual {
  position: relative;
  display: grid;
  place-items: end center;
  margin: 0;
  padding: clamp(0.7rem, 2vw, 1.2rem) clamp(0.5rem, 1.8vw, 1rem) 0;
}

.team-home-panel__visual::before {
  content: "";
  position: absolute;
  inset: 4% -1% -6%;
  border-radius: calc(var(--radius-lg) + 0.75rem);
  background:
    radial-gradient(ellipse 74% 58% at 50% 34%, rgb(var(--highlight-rgb) / 0.18) 0%, rgb(var(--highlight-rgb) / 0.1) 38%, transparent 78%),
    radial-gradient(ellipse 92% 52% at 50% 88%, rgb(var(--surface-strong-rgb) / 0.56) 0%, rgb(var(--accent-rgb) / 0.07) 42%, transparent 82%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.26), rgb(var(--surface-strong-rgb) / 0.14) 48%, rgb(var(--accent-rgb) / 0.03));
  filter: blur(18px);
  opacity: 0.98;
  transform: translateY(1.5%);
  pointer-events: none;
}

.team-home-panel__visual img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgb(var(--shadow-rgb) / 0.12));
}

@media (max-width: 920px) {
  .home-services .section-header h2 {
    white-space: normal;
  }

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

  .services-hero-grid {
    gap: 1.2rem;
  }

  .services-hero-card__actions .button {
    min-width: 0;
  }

  .contact-layout,
  .article-grid,
  .logo-wall--strip,
  .trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 0;
    padding-top: 0.25rem;
  }

  .hero__trust .logo-wall--certified {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__trust .logo-wall--certified .logo-wall__item img {
    max-width: 100%;
    max-height: 65px;
  }

  .home-references .logo-wall--references {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .home-references .logo-wall--references .logo-wall__item {
    min-width: 0;
    scroll-snap-align: none;
  }

  .trust-strip__inner {
    gap: 0.75rem;
    padding-top: 0.65rem;
  }

  .team-home-panel__content {
    grid-template-columns: 1fr;
    gap: 1.45rem;
  }

  .section-team-home .section-header h2 {
    white-space: normal;
  }

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

  .team-home-panel__visual {
    padding-top: 0.25rem;
  }

  .team-home-panel__visual::before {
    inset: 6% 1% -7%;
  }

  .team-home-panel__visual img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 560px) {
  .references-preview-grid {
    grid-template-columns: 1fr;
  }

  .home-references .logo-wall--references {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-references .logo-wall--references .logo-wall__item {
    min-height: 4.7rem;
  }

  .home-references .reference-card__body {
    padding: 0.95rem 0.95rem 1rem;
  }

  .services-hero-card__body {
    padding: 1.3rem;
  }

  .services-hero-card__actions {
    flex-direction: column;
  }

  .services-hero-card__actions .button {
    width: 100%;
  }

  .hero__trust .logo-wall--certified {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-home-panel {
    padding: 1.45rem;
  }

  .team-highlights {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .team-highlights li {
    justify-content: flex-start;
  }

  .team-home-panel__text p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .team-home-panel__action .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .home-references .section-header h2 {
    white-space: normal;
  }
}

.section-focus--services .section-header {
  max-width: none;
}

.section-focus--services .section-header h2 {
  max-width: none;
  width: 100%;
  text-wrap: pretty;
}

.section-focus--services .focus-heading-accent {
  color: var(--color-accent-strong);
}

.section-focus--services .section-header .lede {
  max-width: none;
  width: 100%;
}

body[data-page="home"] .section-focus--services .focus-alternatives {
  display: grid;
  gap: clamp(1.35rem, 2.4vw, 1.9rem);
  margin-top: clamp(1.7rem, 3vw, 2.35rem);
}

body[data-page="home"] .section-focus--services .focus-alternative {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 2.5vw, 1.8rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: calc(var(--radius-lg) + 0.15rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.94)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), transparent 48%);
  box-shadow:
    0 18px 36px rgb(var(--shadow-rgb) / 0.08),
    inset 0 1px 0 rgb(255 255 255 / 0.32);
}

body[data-page="home"] .section-focus--services .focus-alternative::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.1), transparent 34%),
    linear-gradient(180deg, rgb(255 255 255 / 0.18), transparent 38%);
  pointer-events: none;
}

body[data-page="home"] .section-focus--services .focus-alternative__line {
  position: absolute;
  top: clamp(1.15rem, 2vw, 1.5rem);
  left: clamp(1.1rem, 2.4vw, 1.5rem);
  right: clamp(1.1rem, 2.4vw, 1.5rem);
  height: clamp(8.4rem, 17vw, 12rem);
  overflow: visible;
  pointer-events: none;
}

body[data-page="home"] .section-focus--services .focus-alternative__path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-page="home"] .section-focus--services .focus-alternative__path--base {
  stroke: rgb(var(--accent-rgb) / 0.2);
  stroke-width: 4;
}

body[data-page="home"] .section-focus--services .focus-alternative__path--pulse {
  stroke: var(--color-accent);
  stroke-width: 2.5;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 12px rgb(var(--accent-rgb) / 0.18));
  transition: stroke-dashoffset 1.1s ease 180ms;
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-alternative__path--pulse {
  stroke-dashoffset: 0;
}

body[data-page="home"] .section-focus--services .focus-compact-path,
body[data-page="home"] .section-focus--services .focus-milestones {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

body[data-page="home"] .section-focus--services .focus-compact-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 1.2rem clamp(0.8rem, 1.5vw, 1.2rem);
  align-items: start;
  min-height: clamp(14rem, 24vw, 18rem);
  padding-top: clamp(0.2rem, 0.8vw, 0.45rem);
}

body[data-page="home"] .section-focus--services .focus-compact-path__step {
  position: relative;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem 1rem 1.1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.13);
  border-radius: calc(var(--radius-md) + 0.1rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.95));
  box-shadow: 0 14px 28px rgb(var(--shadow-rgb) / 0.06);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 420ms ease,
    border-color var(--transition),
    box-shadow var(--transition);
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.92rem;
  height: 0.92rem;
  border: 4px solid rgb(var(--surface-strong-rgb) / 0.98);
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 8px rgb(var(--accent-rgb) / 0.1);
  transform: translateX(-50%);
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(odd)::before {
  bottom: -1.7rem;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(even)::before {
  top: -1.7rem;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step:hover,
body[data-page="home"] .section-focus--services .focus-compact-path__step:focus-within {
  border-color: rgb(var(--accent-rgb) / 0.24);
  box-shadow: 0 20px 36px rgb(var(--shadow-rgb) / 0.1);
}

body[data-page="home"] .section-focus--services .focus-compact-path__index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.3rem 0.58rem;
  border-radius: 999px;
  background: rgb(var(--accent-rgb) / 0.08);
  color: var(--color-accent-strong);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step h3,
body[data-page="home"] .section-focus--services .focus-milestones__card h3 {
  margin: 0;
  font-size: clamp(1.06rem, 1.3vw, 1.28rem);
  line-height: 1.22;
}

body[data-page="home"] .section-focus--services .focus-compact-path__step p,
body[data-page="home"] .section-focus--services .focus-milestones__card p {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 0.95rem;
  line-height: 1.52;
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-compact-path__step,
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__card {
  opacity: 1;
  transform: translateY(0);
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__node {
  opacity: 1;
  transform: translate(-50%, -50%);
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-compact-path__step:nth-child(1),
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(1) .focus-milestones__node,
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(1) .focus-milestones__card {
  transition-delay: 0.08s;
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-compact-path__step:nth-child(2),
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(2) .focus-milestones__node,
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(2) .focus-milestones__card {
  transition-delay: 0.16s;
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-compact-path__step:nth-child(3),
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(3) .focus-milestones__node,
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(3) .focus-milestones__card {
  transition-delay: 0.24s;
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-compact-path__step:nth-child(4),
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(4) .focus-milestones__node,
body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones__item:nth-child(4) .focus-milestones__card {
  transition-delay: 0.32s;
}

body[data-page="home"] .section-focus--services .focus-milestones {
  --focus-milestone-axis: 50%;
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 0.2rem 0;
}

body[data-page="home"] .section-focus--services .focus-milestones::before,
body[data-page="home"] .section-focus--services .focus-milestones::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  left: var(--focus-milestone-axis);
  width: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
}

body[data-page="home"] .section-focus--services .focus-milestones::before {
  background: linear-gradient(180deg, rgb(var(--accent-rgb) / 0.12), rgb(var(--accent-rgb) / 0.34), rgb(var(--accent-rgb) / 0.12));
}

body[data-page="home"] .section-focus--services .focus-milestones::after {
  background: linear-gradient(180deg, var(--color-accent), var(--color-highlight));
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 0.95s ease 0.16s;
}

body[data-page="home"] .section-focus--services .focus-alternative.is-visible .focus-milestones::after {
  transform: translateX(-50%) scaleY(1);
}

body[data-page="home"] .section-focus--services .focus-milestones__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: 6.7rem;
}

body[data-page="home"] .section-focus--services .focus-milestones__node,
body[data-page="home"] .section-focus--services .focus-milestones__card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 420ms ease,
    border-color var(--transition),
    box-shadow var(--transition);
}

body[data-page="home"] .section-focus--services .focus-milestones__node {
  position: absolute;
  top: 50%;
  left: var(--focus-milestone-axis);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.2);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.94));
  box-shadow:
    0 14px 30px rgb(var(--shadow-rgb) / 0.08),
    0 0 0 8px rgb(var(--accent-rgb) / 0.07);
  transform: translate(-50%, -50%) translateY(18px);
}

body[data-page="home"] .section-focus--services .focus-milestones__node span {
  color: var(--color-accent-strong);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body[data-page="home"] .section-focus--services .focus-milestones__card {
  position: relative;
  display: grid;
  gap: 0.4rem;
  width: min(100%, 26rem);
  padding: 1rem 1.15rem 1rem 1.2rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.13);
  border-radius: calc(var(--radius-md) + 0.05rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.95));
  box-shadow: 0 16px 28px rgb(var(--shadow-rgb) / 0.06);
}

body[data-page="home"] .section-focus--services .focus-milestones__card::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(1.15rem, 2vw, 1.6rem);
  height: 1px;
  background: linear-gradient(90deg, rgb(var(--accent-rgb) / 0.42), rgb(var(--accent-rgb) / 0.12));
  transform: translateY(-50%);
}

body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(odd) .focus-milestones__card {
  grid-column: 1;
  justify-self: stretch;
  margin-right: clamp(2.2rem, 4vw, 3.3rem);
}

body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(odd) .focus-milestones__card::before {
  right: calc(clamp(1.15rem, 2vw, 1.6rem) * -1);
}

body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(even) .focus-milestones__card {
  grid-column: 2;
  justify-self: stretch;
  margin-left: clamp(2.2rem, 4vw, 3.3rem);
}

body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(even) .focus-milestones__card::before {
  left: calc(clamp(1.15rem, 2vw, 1.6rem) * -1);
}

body[data-page="home"] .section-focus--services .focus-milestones__card:hover,
body[data-page="home"] .section-focus--services .focus-milestones__card:focus-within {
  border-color: rgb(var(--accent-rgb) / 0.24);
  box-shadow: 0 20px 34px rgb(var(--shadow-rgb) / 0.1);
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline {
  padding: clamp(1.5rem, 2.7vw, 1.9rem);
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.reveal {
  opacity: 0;
  transform: translateY(54px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body[data-page="home"] .section-focus--services .focus-home-timeline-shell {
  --timeline-axis: 50%;
  position: relative;
}

body[data-page="home"] .section-focus--services .focus-home-timeline {
  position: relative;
  padding: 2.9rem 0 3.2rem;
  margin: 0;
  list-style: none;
}

body[data-page="home"] .section-focus--services .focus-home-timeline::before,
body[data-page="home"] .section-focus--services .focus-home-timeline::after {
  content: "";
  position: absolute;
  top: 1.65rem;
  bottom: 1.8rem;
  left: var(--timeline-axis);
  transform: translateX(-50%);
}

body[data-page="home"] .section-focus--services .focus-home-timeline::before {
  width: 1px;
  background: rgb(var(--accent-rgb) / 0.18);
}

body[data-page="home"] .section-focus--services .focus-home-timeline::after {
  width: 2px;
  background: linear-gradient(180deg, rgb(var(--highlight-rgb) / 0.84), rgb(var(--accent-rgb) / 0.52));
  box-shadow: 0 0 16px rgb(var(--accent-rgb) / 0.14);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: transform 1160ms cubic-bezier(0.22, 1, 0.36, 1) 240ms;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline::after {
  transform: translateX(-50%) scaleY(1);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.25rem;
  padding: 0.34rem 0.72rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.94)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.14), transparent 70%);
  box-shadow:
    0 14px 28px rgb(var(--shadow-rgb) / 0.08),
    inset 0 1px 0 rgb(255 255 255 / 0.28);
  color: var(--color-accent-strong);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__label--start {
  top: 1.65rem;
  left: var(--timeline-axis);
  transform: translate(-50%, -56%);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__label--end {
  bottom: 1.8rem;
  left: var(--timeline-axis);
  transform: translate(-50%, 56%);
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__label {
  opacity: 1;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__label--start {
  transform: translate(-50%, -50%);
  transition-delay: 0.12s;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__label--end {
  transform: translate(-50%, 50%);
  transition-delay: 0.74s;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(3.2rem, 5vw, 4.8rem);
  align-items: center;
  margin: 0;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__item + .focus-home-timeline__item {
  margin-top: clamp(0.8rem, 1.5vw, 1.1rem);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__node {
  position: absolute;
  top: 50%;
  left: var(--timeline-axis);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.18);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.14), transparent 62%);
  box-shadow:
    0 18px 30px rgb(var(--shadow-rgb) / 0.1),
    inset 0 1px 0 rgb(255 255 255 / 0.24);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__node::before {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 50%;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__node span {
  position: relative;
  z-index: 1;
  color: var(--color-accent-strong);
  font-family: var(--font-heading);
  font-size: 1.28rem;
  letter-spacing: 0.06em;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__card {
  grid-column: 1;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin-right: clamp(0.9rem, 1.8vw, 1.35rem);
  padding: clamp(1.22rem, 1.8vw, 1.55rem);
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), transparent 60%);
  box-shadow: 0 18px 34px rgb(var(--shadow-rgb) / 0.08);
  opacity: 0;
  transform: translateY(44px);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color var(--transition),
    box-shadow var(--transition);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__item:nth-child(even) .focus-home-timeline__card {
  grid-column: 2;
  margin-right: 0;
  margin-left: clamp(0.9rem, 1.8vw, 1.35rem);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__card h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.22rem, 1.06rem + 0.34vw, 1.46rem);
  line-height: 1.2;
  text-wrap: pretty;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__list {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  margin: 0;
  color: var(--color-text-soft);
  font-size: 0.94rem;
  line-height: 1.56;
}

body[data-page="home"] .section-focus--services .focus-home-timeline__list li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-highlight));
  box-shadow: 0 0 0 4px rgb(var(--accent-rgb) / 0.08);
}

body[data-page="home"] .section-focus--services .focus-home-timeline__card:hover,
body[data-page="home"] .section-focus--services .focus-home-timeline__card:focus-within {
  border-color: rgb(var(--accent-rgb) / 0.22);
  box-shadow: 0 22px 40px rgb(var(--shadow-rgb) / 0.1);
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__node,
body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__card {
  opacity: 1;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__node {
  transform: translate(-50%, -50%) scale(1);
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__card {
  transform: none;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(1) .focus-home-timeline__node,
body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(1) .focus-home-timeline__card {
  transition-delay: 0.22s;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(2) .focus-home-timeline__node,
body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(2) .focus-home-timeline__card {
  transition-delay: 0.34s;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(3) .focus-home-timeline__node,
body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(3) .focus-home-timeline__card {
  transition-delay: 0.46s;
}

body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(4) .focus-home-timeline__node,
body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__item:nth-child(4) .focus-home-timeline__card {
  transition-delay: 0.58s;
}

@media (max-width: 1180px) and (min-width: 681px) {
  body[data-page="home"] .section-focus--services .focus-compact-path__step h3,
  body[data-page="home"] .section-focus--services .focus-milestones__card h3 {
    font-size: 1.08rem;
  }
}

@media (max-width: 680px) {
  .section-focus--services .section-header h2,
  .section-focus--services .section-header .lede {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  body[data-page="home"] .section-focus--services .focus-alternative {
    padding: 1.3rem 1.15rem 1.2rem 1.45rem;
  }

  body[data-page="home"] .section-focus--services .focus-alternative__line {
    display: none;
  }

  body[data-page="home"] .section-focus--services .focus-alternative--route::after {
    content: "";
    position: absolute;
    top: 1.55rem;
    bottom: 1.35rem;
    left: 0.42rem;
    width: 2px;
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgb(var(--accent-rgb) / 0.14), rgb(var(--accent-rgb) / 0.42), rgb(var(--accent-rgb) / 0.14));
    z-index: 0;
  }

  body[data-page="home"] .section-focus--services .focus-compact-path {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0.95rem;
    min-height: 0;
    padding-top: 0;
  }

  body[data-page="home"] .section-focus--services .focus-compact-path__step,
  body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="home"] .section-focus--services .focus-compact-path__step {
    padding-left: 1.35rem;
  }

  body[data-page="home"] .section-focus--services .focus-compact-path__step::before,
  body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(odd)::before,
  body[data-page="home"] .section-focus--services .focus-compact-path__step:nth-child(even)::before {
    top: 1.35rem;
    bottom: auto;
    left: -1.47rem;
    transform: none;
  }

  body[data-page="home"] .section-focus--services .focus-milestones {
    --focus-milestone-axis: 1.35rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__item {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-left: 3rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__node {
    left: var(--focus-milestone-axis);
    width: 3rem;
    height: 3rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__card,
  body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(odd) .focus-milestones__card,
  body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(even) .focus-milestones__card {
    grid-column: 1;
    width: 100%;
    margin: 0;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__card::before,
  body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(odd) .focus-milestones__card::before,
  body[data-page="home"] .section-focus--services .focus-milestones__item:nth-child(even) .focus-milestones__card::before {
    left: calc(clamp(1.15rem, 2vw, 1.6rem) * -1);
    right: auto;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline-shell {
    --timeline-axis: 1.25rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline {
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline::before,
  body[data-page="home"] .section-focus--services .focus-home-timeline::after {
    top: 1.45rem;
    bottom: 1.45rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__label--start,
  body[data-page="home"] .section-focus--services .focus-home-timeline__label--end {
    left: var(--timeline-axis);
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__label--start {
    top: 1.45rem;
    transform: translate(-50%, -56%);
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__label--end {
    bottom: 1.45rem;
    transform: translate(-50%, 56%);
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__item {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: 1rem;
    gap: 1rem;
    align-items: start;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__node {
    position: relative;
    top: auto;
    left: auto;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.25rem;
    transform: scale(0.82);
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__node::before {
    inset: 0.28rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__node span {
    font-size: 0.92rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__card,
  body[data-page="home"] .section-focus--services .focus-home-timeline__item:nth-child(even) .focus-home-timeline__card {
    grid-column: 2;
    justify-self: stretch;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  body[data-page="home"] .section-focus--services .focus-alternative--timeline.is-visible .focus-home-timeline__node {
    transform: scale(1);
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .section-focus--services .focus-alternatives {
    gap: 1rem;
    margin-top: 1.35rem;
  }

  body[data-page="home"] .section-focus--services .focus-alternative {
    padding: 1.15rem 1rem 1rem 1.35rem;
  }

  body[data-page="home"] .section-focus--services .focus-compact-path__step h3,
  body[data-page="home"] .section-focus--services .focus-milestones__card h3 {
    font-size: 1rem;
  }

  body[data-page="home"] .section-focus--services .focus-compact-path__step p,
  body[data-page="home"] .section-focus--services .focus-milestones__card p {
    font-size: 0.92rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones::before,
  body[data-page="home"] .section-focus--services .focus-milestones::after {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__item {
    padding-left: 2.75rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__node {
    width: 2.75rem;
    height: 2.75rem;
  }

  body[data-page="home"] .section-focus--services .focus-milestones__node span,
  body[data-page="home"] .section-focus--services .focus-compact-path__index {
    letter-spacing: 0.14em;
  }

  body[data-page="home"] .section-focus--services .focus-alternative--timeline {
    padding: 1.15rem 1rem 1rem 1.1rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__label {
    min-width: 3.8rem;
    padding: 0.3rem 0.64rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__card {
    padding: 1rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__card h3 {
    font-size: 1.06rem;
  }

  body[data-page="home"] .section-focus--services .focus-home-timeline__list li {
    gap: 0.62rem;
    font-size: 0.92rem;
  }
}

body[data-page="about"] .about-hero {
  padding-bottom: clamp(2rem, 3.8vw, 3.25rem);
}

body[data-page="about"] .about-hero__inner {
  display: grid;
  gap: clamp(1.4rem, 2.3vw, 2.2rem);
}

body[data-page="about"] .about-hero__copy {
  display: grid;
  gap: 0.8rem;
  max-width: none;
}

body[data-page="about"] .about-hero__copy h1 {
  max-width: none;
  margin-bottom: 0;
  display: grid;
  width: 100%;
  gap: 0.12em;
  font-size: clamp(3.1rem, 5.1vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

body[data-page="about"] .about-hero__title-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.22em;
  row-gap: 0;
}

body[data-page="about"] .about-hero__title-accent {
  color: var(--color-accent-strong);
}

body[data-page="about"] .about-hero__title-line--full {
  display: block;
  width: 100%;
}

body[data-page="about"] .about-hero__lede {
  width: min(100%, 68rem);
  justify-self: center;
  margin: 0;
  font-size: clamp(1.08rem, 1.15vw, 1.22rem);
  line-height: 1.8;
  color: var(--color-text);
}

body[data-page="about"] .about-hero__visual {
  width: min(100%, 68rem);
  justify-self: center;
  display: block;
  margin: 0;
  padding: clamp(0.4rem, 1vw, 0.9rem) 0 0;
}

body[data-page="about"] .about-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgb(var(--shadow-rgb) / 0.12));
  opacity: 0;
  transform: translateY(4rem);
  animation: about-hero-team-fly-in 960ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

body[data-page="about"] .about-hero__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.2vw, 2.7rem);
  max-width: 62rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(var(--accent-rgb) / 0.14);
}

body[data-page="about"] .about-hero__column {
  max-width: 29rem;
}

body[data-page="about"] .about-hero__body p {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 1.01rem;
  line-height: 1.78;
}

@keyframes about-hero-team-fly-in {
  from {
    opacity: 0;
    transform: translateY(4rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-page="about"] .about-figures-section {
  position: relative;
  isolation: isolate;
  padding-top: clamp(0.9rem, 2vw, 1.45rem);
  padding-bottom: clamp(2rem, 3.4vw, 2.8rem);
}

body[data-page="about"] .about-figures-section::before,
body[data-page="about"] .about-usp-section::before,
body[data-page="about"] .about-team-section::before,
body[data-page="about"] .about-cta-section::before {
  content: none;
}

body[data-page="about"] .about-figures__intro {
  max-width: none;
  margin-bottom: clamp(1.35rem, 2.3vw, 2rem);
}

body[data-page="about"] .about-figures__intro h2 {
  margin-bottom: 0.7rem;
  max-width: none;
  text-wrap: pretty;
}

body[data-page="about"] .about-figures__intro .lede {
  margin-bottom: 0;
  max-width: none;
}

body[data-page="about"] .about-figures__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-bottom: 1px solid rgb(var(--accent-rgb) / 0.14);
}

body[data-page="about"] .about-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  min-width: 0;
  min-height: clamp(10.75rem, 13.5vw, 12.5rem);
  padding: clamp(1.85rem, 2.3vw, 2.45rem) clamp(1.8rem, 2.4vw, 2.35rem) clamp(1.6rem, 2vw, 2rem);
  text-align: center;
}

body[data-page="about"] .about-figure + .about-figure {
  border-left: 1px solid rgb(var(--accent-rgb) / 0.12);
}

body[data-page="about"] .about-figure__value {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3.35rem, 4.45vw, 4.95rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

body[data-page="about"] .about-figure__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
}

body[data-page="about"] .about-figure__label {
  margin: 0;
  margin-inline: auto;
  max-width: 18ch;
  color: var(--color-text-soft);
  font-size: 0.98rem;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: pretty;
}

body[data-page="about"] .about-figure__label-line {
  display: block;
}

body[data-page="about"] .about-section-header {
  max-width: 48rem;
  margin-bottom: clamp(1rem, 1.8vw, 1.45rem);
}

body[data-page="about"] .about-section-header h2 {
  margin-bottom: 0.7rem;
  max-width: 18ch;
  text-wrap: balance;
}

body[data-page="about"] .about-section-header .lede {
  margin-bottom: 0;
}

body[data-page="about"] .about-usp-section,
body[data-page="about"] .about-process-section,
body[data-page="about"] .about-team-section,
body[data-page="about"] .about-credentials-section,
body[data-page="about"] .about-cta-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

body[data-page="about"] .about-usp-section,
body[data-page="about"] .about-team-section {
  padding: clamp(2.1rem, 3.6vw, 3rem) 0;
}

body[data-page="about"] .about-usp-header {
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.2rem);
  margin-bottom: clamp(1.1rem, 1.9vw, 1.55rem);
}

body[data-page="about"] .about-usp-header h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

body[data-page="about"] .about-usp-header__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: none;
}

body[data-page="about"] .about-usp-header__body p {
  margin: 0;
  max-width: none;
  color: var(--color-text-soft);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.82;
}

body[data-page="about"] .about-usp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.2rem);
}

body[data-page="about"] .about-usp-card {
  display: grid;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-strong-rgb) / 0.92));
  box-shadow: var(--shadow-soft);
  position: relative;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

body[data-page="about"] .about-usp-card::before {
  content: none;
}

body[data-page="about"] .about-usp-card h3 {
  margin: 0;
  padding-left: 0;
  font-size: clamp(1.08rem, 1.2vw, 1.24rem);
  line-height: 1.28;
}

body[data-page="about"] .about-usp-card p {
  margin: 0;
  padding-left: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
}

body[data-page="about"] .about-usp-card:hover,
body[data-page="about"] .about-usp-card:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.22);
  background: rgb(var(--surface-strong-rgb) / 0.98);
  box-shadow: var(--shadow-card);
}

body[data-page="about"] .about-usp-trust {
  margin-top: 0;
  grid-column: 1 / -1;
}

body[data-page="about"] .about-usp-trust::before {
  content: none;
}

body[data-page="about"] .about-usp-trust .hero__trust-copy {
  max-width: none;
}

body[data-page="about"] .about-usp-trust .hero__trust-intro {
  padding-left: 0;
  width: 100%;
  max-width: none;
}

body[data-page="about"] .about-usp-trust .logo-wall--certified {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

body[data-page="about"] .about-usp-qualifications {
  grid-column: 1 / -1;
}

body[data-page="about"] .about-usp-qualifications .qualification-list {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.68;
}

body[data-page="about"] .about-process-section {
  position: relative;
}

body[data-page="about"] .about-process-section::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 0;
  width: min(32vw, 22rem);
  height: min(26vw, 18rem);
  background: radial-gradient(circle, rgb(var(--highlight-rgb) / 0.18), transparent 70%);
  pointer-events: none;
}

body[data-page="about"] .about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

body[data-page="about"] .about-process-step {
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1.45rem 1.25rem 1.35rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.1);
  border-radius: calc(var(--radius-lg) - 0.15rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.88));
  box-shadow: 0 18px 30px rgb(var(--shadow-rgb) / 0.06);
}

body[data-page="about"] .about-process-step__index {
  display: inline-flex;
  width: fit-content;
  padding: 0.32rem 0.58rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 999px;
  background: rgb(var(--accent-rgb) / 0.06);
  color: var(--color-accent-strong);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body[data-page="about"] .about-process-step h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.2vw, 1.26rem);
  line-height: 1.22;
}

body[data-page="about"] .about-process-step p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.66;
}

body[data-page="about"] .about-process-note {
  max-width: 40rem;
  margin: clamp(1.3rem, 2vw, 1.8rem) 0 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.72;
}

body[data-page="about"] .about-team-intro {
  display: block;
  margin-bottom: clamp(0.9rem, 1.6vw, 1.25rem);
}

body[data-page="about"] .about-team-intro .about-section-header,
body[data-page="about"] .about-team-intro .about-section-header h2,
body[data-page="about"] .about-team-intro .about-section-header .lede {
  max-width: none;
}

body[data-page="about"] .about-team-section {
  overflow: clip;
}

body[data-page="about"] .about-team-grid {
  gap: 1.15rem;
  align-items: stretch;
}

body[data-page="about"] .about-team-card {
  border-color: rgb(var(--accent-rgb) / 0.1);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.97), rgb(var(--surface-rgb) / 0.9));
  box-shadow: 0 18px 30px rgb(var(--shadow-rgb) / 0.06);
}

body[data-page="about"] .about-team-card:hover,
body[data-page="about"] .about-team-card:focus-within {
  transform: translateY(-3px);
  border-color: rgb(var(--accent-rgb) / 0.18);
  box-shadow: 0 22px 36px rgb(var(--shadow-rgb) / 0.1);
}

body[data-page="about"] .about-team-card__media {
  aspect-ratio: 4 / 4.05;
}

body[data-page="about"] .about-team-card__body {
  gap: 0.8rem;
  padding: 1.25rem 1.2rem 1.3rem;
}

body[data-page="about"] .about-team-card__body .card__meta {
  margin-bottom: 0.05rem;
  font-size: 0.76rem;
}

body[data-page="about"] .about-team-card__body h3 {
  margin: 0;
}

body[data-page="about"] .about-team-card__body p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.64;
}

body[data-page="about"] .about-credentials-section .about-section-header,
body[data-page="about"] .about-credentials-section .about-section-header h2,
body[data-page="about"] .about-credentials-section .about-section-header .lede {
  max-width: none;
}

body[data-page="about"] .about-credentials-section .about-section-header h2 {
  text-wrap: pretty;
}

body[data-page="about"] .about-credentials-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 2.6vw, 2rem);
  align-items: stretch;
}

body[data-page="about"] .about-credentials-list,
body[data-page="about"] .about-credentials-note {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-strong-rgb) / 0.92));
  box-shadow: var(--shadow-soft);
  position: relative;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

body[data-page="about"] .about-credentials-list:hover,
body[data-page="about"] .about-credentials-list:focus-within,
body[data-page="about"] .about-credentials-note:hover,
body[data-page="about"] .about-credentials-note:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.22);
  background: rgb(var(--surface-strong-rgb) / 0.98);
  box-shadow: var(--shadow-card);
}

body[data-page="about"] .about-credentials-box-title {
  margin: 0 0 1rem;
  font-size: clamp(1.04rem, 1.1vw, 1.18rem);
  line-height: 1.28;
}

body[data-page="about"] .about-credentials-list .qualification-list {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.68;
}

body[data-page="about"] .about-credentials-note {
  align-content: start;
}

body[data-page="about"] .about-credentials-note__eyebrow {
  margin: 0;
  color: var(--color-accent-strong);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="about"] .about-credentials-note p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
}

body[data-page="about"] .about-cta-section {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
}

body[data-page="about"] .about-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: clamp(1.2rem, 2vw, 2rem);
  align-items: center;
  padding: clamp(1.5rem, 2.6vw, 2.2rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.12);
  border-radius: calc(var(--radius-lg) + 0.1rem);
  background:
    linear-gradient(135deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.84) 52%, rgb(var(--highlight-rgb) / 0.08));
  box-shadow: 0 18px 30px rgb(var(--shadow-rgb) / 0.06);
}

body[data-page="about"] .about-cta-panel__copy {
  max-width: none;
}

body[data-page="about"] .about-cta-panel__copy h2 {
  margin-bottom: 0.7rem;
  white-space: nowrap;
}

body[data-page="about"] .about-cta-panel__copy p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
  white-space: nowrap;
}

body[data-page="about"] .about-cta-panel__action {
  justify-self: end;
}

@media (max-width: 1180px) {
  body[data-page="about"] .about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="about"] .about-process-step:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  body[data-page="about"] .about-hero__body,
  body[data-page="about"] .about-credentials-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  body[data-page="about"] .about-hero {
    padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  }

  body[data-page="about"] .about-figures-section {
    padding-top: clamp(0.85rem, 1.8vw, 1.2rem);
    padding-bottom: clamp(1.85rem, 3.6vw, 2.5rem);
  }

  body[data-page="about"] .about-usp-section,
  body[data-page="about"] .about-team-section {
    padding: clamp(1.9rem, 5.6vw, 2.5rem) 0;
  }

  body[data-page="about"] .about-cta-section {
    padding: clamp(1.35rem, 4.8vw, 2rem) 0 clamp(2rem, 5.6vw, 2.7rem);
  }

  body[data-page="about"] .about-figures__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="about"] .about-figure {
    min-height: 10rem;
    padding: 1.65rem 1.35rem 1.45rem;
    gap: 0.65rem;
  }

  body[data-page="about"] .about-figure__value {
    font-size: clamp(3rem, 4.2vw, 4.4rem);
  }

  body[data-page="about"] .about-usp-grid,
  body[data-page="about"] .about-process-grid,
  body[data-page="about"] .about-cta-panel {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .about-process-step:last-child {
    grid-column: auto;
  }

  body[data-page="about"] .about-cta-panel__action {
    justify-self: start;
  }

  body[data-page="about"] .about-cta-panel__copy h2,
  body[data-page="about"] .about-cta-panel__copy p {
    white-space: normal;
  }

  body[data-page="about"] .about-usp-trust .logo-wall--certified {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body[data-page="about"] .about-figures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="about"] .about-figure {
    min-height: 11rem;
    padding: 1.7rem 1.45rem 1.45rem;
  }

  body[data-page="about"] .about-figure__value {
    font-size: clamp(3rem, 6vw, 4.55rem);
  }
}

@media (max-width: 680px) {
  body[data-page="about"] .about-hero {
    padding-bottom: clamp(1.45rem, 5vw, 2rem);
  }

  body[data-page="about"] .about-figures-section {
    padding-top: 0.75rem;
    padding-bottom: clamp(1.6rem, 5.8vw, 2.2rem);
  }

  body[data-page="about"] .about-usp-section,
  body[data-page="about"] .about-team-section {
    padding: clamp(1.6rem, 6.5vw, 2.15rem) 0;
  }

  body[data-page="about"] .about-cta-section {
    padding: clamp(1.2rem, 5vw, 1.7rem) 0 clamp(1.8rem, 6.8vw, 2.35rem);
  }

  body[data-page="about"] .about-hero__copy h1 {
    font-size: clamp(2.7rem, 10.8vw, 3.6rem);
    text-wrap: balance;
  }

  body[data-page="about"] .about-hero__title-line {
    row-gap: 0.08em;
  }

  body[data-page="about"] .about-usp-header h2 {
    max-width: none;
  }

  body[data-page="about"] .about-hero__visual {
    width: 100%;
    padding-top: 0.35rem;
  }

  body[data-page="about"] .about-hero__visual img {
    width: 100%;
  }

  body[data-page="about"] .about-hero__lede {
    width: 100%;
  }

  body[data-page="about"] .about-usp-grid,
  body[data-page="about"] .about-process-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .about-figures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="about"] .about-figure {
    min-height: 10rem;
    padding: 1.45rem 1.15rem 1.25rem;
    gap: 0.55rem;
  }

  body[data-page="about"] .about-figure__value {
    font-size: clamp(2.75rem, 9vw, 3.95rem);
    line-height: 0.94;
  }

  body[data-page="about"] .about-figure__label {
    font-size: 0.95rem;
    max-width: 19ch;
  }
}

@media (max-width: 520px) {
  body[data-page="about"] .about-figures__grid {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .about-figure {
    min-height: auto;
    padding: 1.35rem 1rem 1.2rem;
    gap: 0.5rem;
  }

  body[data-page="about"] .about-figure + .about-figure {
    border-left: 0;
    border-top: 1px solid rgb(var(--accent-rgb) / 0.12);
  }

  body[data-page="about"] .about-usp-card,
  body[data-page="about"] .about-process-step,
  body[data-page="about"] .about-credentials-list,
  body[data-page="about"] .about-credentials-note,
  body[data-page="about"] .about-cta-panel {
    padding: 1.2rem;
  }

  body[data-page="about"] .about-usp-trust {
    grid-column: auto;
  }

  body[data-page="about"] .about-usp-trust .logo-wall--certified {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="about"] .about-hero__visual img {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

body[data-page="services"] .services-page-hero {
  padding-bottom: clamp(1.2rem, 2.4vw, 1.9rem);
}

body[data-page="services"] .services-page-hero__inner {
  display: grid;
  gap: clamp(1.5rem, 2.6vw, 2.5rem);
}

body[data-page="services"] .services-page-hero__copy {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  max-width: none;
}

body[data-page="services"] .services-page-hero__copy h1 {
  display: grid;
  gap: 0.1em;
  width: min(100%, 66rem);
  margin-bottom: 0;
  font-size: clamp(3rem, 4.9vw, 5.2rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
  text-wrap: initial;
}

body[data-page="services"] .services-page-hero__title-accent {
  color: var(--color-accent-strong);
}

body[data-page="services"] .services-page-hero__title-line {
  display: block;
  width: 100%;
  font-size: clamp(2.1rem, 3.6vw, 4.05rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

body[data-page="services"] .services-page-hero__lede {
  width: min(100%, 72rem);
  max-width: 72rem;
  margin: 0;
  font-size: clamp(1rem, 1.04vw, 1.12rem);
  line-height: 1.72;
  color: var(--color-text);
}

body[data-page="services"] .services-page-hero__visual {
  width: min(100%, 70rem);
  justify-self: center;
  display: block;
  margin: 0;
  padding-top: clamp(0.5rem, 1vw, 1rem);
}

body[data-page="services"] .services-page-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(1.2rem, 2vw, 1.9rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  box-shadow: 0 26px 54px rgb(var(--shadow-rgb) / 0.12);
}

body[data-page="services"] .services-page-hero__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.2vw, 2.6rem);
  max-width: 64rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(var(--accent-rgb) / 0.14);
}

body[data-page="services"] .services-page-hero__column p {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 1.02rem;
  line-height: 1.78;
}

body[data-page="services"] .services-page-pillar-section {
  padding-top: clamp(0.7rem, 1.6vw, 1.2rem);
  padding-bottom: clamp(1.25rem, 2.6vw, 2rem);
}

body[data-page="services"] .services-page-section-header {
  max-width: none;
  margin-bottom: clamp(1.7rem, 2.9vw, 2.5rem);
}

body[data-page="services"] .services-page-section-header h2,
body[data-page="services"] .services-page-section-header .lede {
  max-width: none;
}

body[data-page="services"] .services-page-pillar-grid,
body[data-page="services"] .services-page-domain-grid {
  align-items: stretch;
}

body[data-page="services"] .services-map {
  position: relative;
  isolation: isolate;
}

body[data-page="services"] .services-map::before {
  content: none;
}

body[data-page="services"] .services-map__connector-shell {
  display: none;
}

body[data-page="services"] .services-map__overview-body {
  position: relative;
}

body[data-page="services"] .services-map__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  padding: 0;
  margin: 0.1rem 0 0.35rem;
  list-style: none;
}

body[data-page="services"] .services-map__chips li {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.34rem 0.7rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.96), rgb(var(--surface-rgb) / 0.94)),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.05), rgb(var(--highlight-rgb) / 0.06));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 10px 18px rgb(var(--shadow-rgb) / 0.05);
  color: var(--color-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body[data-page="services"] .services-page-pillar-card {
  scroll-margin-top: 7rem;
  border-color: rgb(var(--service-tint-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--service-tint-rgb) / 0.07), rgb(var(--surface-strong-rgb) / 0.97) 34%, rgb(var(--surface-strong-rgb) / 0.99));
  box-shadow:
    0 20px 44px rgb(var(--shadow-rgb) / 0.08),
    0 0 0 1px rgb(var(--service-tint-rgb) / 0.04);
}

body[data-page="services"] .services-page-pillar-card::before {
  opacity: 0.42;
}

body[data-page="services"] .services-page-pillar-card::after {
  inset: auto -8% 38% 48%;
  height: 160px;
  opacity: 0.52;
}

body[data-page="services"] .services-page-pillar-card:hover,
body[data-page="services"] .services-page-pillar-card:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--service-tint-rgb) / 0.22);
  box-shadow:
    0 22px 48px rgb(var(--shadow-rgb) / 0.11),
    0 0 0 1px rgb(var(--service-tint-rgb) / 0.08);
}

body[data-page="services"] .services-page-pillar-card:hover::after,
body[data-page="services"] .services-page-pillar-card:focus-within::after {
  transform: none;
}

body[data-page="services"] .services-page-pillar-card .services-hero-card__media {
  aspect-ratio: 16 / 9.4;
}

body[data-page="services"] .services-page-pillar-card .services-hero-card__body {
  gap: 0.95rem;
  padding: 1.45rem;
}

body[data-page="services"] .services-page-pillar-card .card__meta {
  font-size: 0.96rem;
  white-space: nowrap;
}

body[data-page="services"] .services-page-pillar-card .services-hero-card__body h3 {
  font-size: clamp(1.36rem, 1.18rem + 0.42vw, 1.62rem);
  line-height: 1.22;
  text-wrap: pretty;
}

body[data-page="services"] .services-page-pillar-card .services-hero-card__body p {
  line-height: 1.68;
}

body[data-page="services"] .services-page-pillar-card .services-hero-card__trust {
  padding-top: 0.9rem;
}

body[data-page="services"] .services-page-pillar-card .services-hero-card__trust-text {
  font-size: 0.92rem;
}

body[data-page="services"] .services-page-pillar-link {
  align-self: flex-start;
  margin-top: 0.15rem;
}

body[data-page="services"] .services-page-overview-section {
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
}

body[data-page="services"] .services-page-domain-card {
  position: relative;
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-strong-rgb) / 0.95) 100%);
  box-shadow: 0 18px 36px rgb(var(--shadow-rgb) / 0.08);
}

body[data-page="services"] .services-page-domain-card::before {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: 50%;
  width: 0.92rem;
  height: 0.92rem;
  border: 4px solid rgb(var(--surface-strong-rgb) / 0.96);
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 8px rgb(var(--accent-rgb) / 0.12);
  transform: translateX(-50%);
  z-index: 4;
}

body[data-page="services"] .services-page-domain-card:hover,
body[data-page="services"] .services-page-domain-card:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.22);
  box-shadow: 0 22px 42px rgb(var(--shadow-rgb) / 0.11);
}

body[data-page="services"] .services-page-domain-card:focus-within {
  box-shadow:
    0 0 0 3px rgb(var(--accent-rgb) / 0.14),
    0 22px 42px rgb(var(--shadow-rgb) / 0.11);
}

body[data-page="services"] .services-page-domain-card .card__media {
  aspect-ratio: 16 / 10.4;
}

body[data-page="services"] .services-page-domain-card .card__media img {
  transition: transform 380ms ease;
}

body[data-page="services"] .services-page-domain-card > .card__media,
body[data-page="services"] .services-page-domain-card > .card__body {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

body[data-page="services"] .services-page-domain-card:hover .card__media img,
body[data-page="services"] .services-page-domain-card:focus-within .card__media img {
  transform: scale(1.03);
}

body[data-page="services"] .services-page-domain-card .service-card__body {
  padding: 1.05rem 1.2rem 1.2rem;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

body[data-page="services"] .services-page-domain-card .card__meta {
  margin-bottom: 0;
  font-size: 1.14rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

body[data-page="services"] .services-page-domain-card .service-card__actions {
  position: relative;
  z-index: 3;
  gap: 0.7rem 0.85rem;
  margin-top: 0;
  pointer-events: auto;
}

body[data-page="services"] .services-page-domain-card .service-card__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  text-decoration: none;
}

body[data-page="services"] .services-page-domain-card .service-card__actions .button {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

body[data-page="services"] .services-page-domain-card .service-card__actions .button-secondary-soft {
  margin-left: auto;
}

@media (min-width: 921px) {
  body[data-page="services"] .services-map__connector-shell {
    display: block;
    margin: 0 auto 0.55rem;
  }

  body[data-page="services"] .services-map__connector {
    width: min(100%, 72rem);
    margin-inline: auto;
  }

  body[data-page="services"] .services-map__connector-line {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 244;
    overflow: visible;
  }

  body[data-page="services"] .services-map__path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body[data-page="services"] .services-map__path--base {
    stroke: rgb(var(--accent-rgb) / 0.18);
    stroke-width: 4.5;
  }

  body[data-page="services"] .services-map__path--pulse {
    stroke: var(--color-accent);
    stroke-width: 2.7;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    filter: drop-shadow(0 0 12px rgb(var(--accent-rgb) / 0.18));
    transition: stroke-dashoffset 0.92s ease;
  }

  body[data-page="services"] .services-map__node,
  body[data-page="services"] .services-map__arrow {
    opacity: 0;
    transition: opacity 260ms ease;
  }

  body[data-page="services"] .services-map__node {
    fill: var(--color-accent);
    stroke: rgb(var(--surface-strong-rgb) / 0.94);
    stroke-width: 4;
    filter: drop-shadow(0 0 10px rgb(var(--accent-rgb) / 0.16));
  }

  body[data-page="services"] .services-map__node--start {
    fill: rgb(var(--surface-strong-rgb) / 0.98);
    stroke: var(--color-accent);
  }

  body[data-page="services"] .services-page-domain-grid {
    position: relative;
    row-gap: 2rem;
    padding-top: 0.2rem;
  }

  body[data-page="services"] .services-page-domain-card:nth-child(-n + 3)::before {
    display: none;
  }

  body[data-page="services"] .services-map__path--delay-1 {
    transition-delay: 0.12s;
  }

  body[data-page="services"] .services-map__path--delay-2 {
    transition-delay: 0.24s;
  }

  body[data-page="services"] .services-map__path--delay-3 {
    transition-delay: 0.42s;
  }

  body[data-page="services"] .services-map__path--delay-4 {
    transition-delay: 0.62s;
  }

  body[data-page="services"] .services-map__path--delay-5 {
    transition-delay: 0.76s;
  }

  body[data-page="services"] .services-map__node--delay-2 {
    transition-delay: 0.3s;
  }

  body[data-page="services"] .services-map__node--delay-5 {
    transition-delay: 0.88s;
  }

  body[data-page="services"] .services-map__connector.reveal.is-visible .services-map__path--pulse {
    stroke-dashoffset: 0;
  }

  body[data-page="services"] .services-map__connector.reveal.is-visible .services-map__node,
  body[data-page="services"] .services-map__connector.reveal.is-visible .services-map__arrow {
    opacity: 1;
  }
}

@media (max-width: 920px) {
  body[data-page="services"] .services-page-domain-card::before {
    display: none;
  }
}

body[data-page="services"] .services-page-cta-section {
  padding-top: clamp(1rem, 2vw, 1.8rem);
}

body[data-page="services"] .services-page-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) auto;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  padding: clamp(1.4rem, 2vw, 2rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.25rem, 1.8vw, 1.75rem);
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.14), transparent 30%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.86));
  box-shadow: 0 20px 40px rgb(var(--shadow-rgb) / 0.08);
}

body[data-page="services"] .services-page-cta-panel__copy h2 {
  margin-bottom: 0.65rem;
}

body[data-page="services"] .services-page-cta-panel__copy p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
}

body[data-page="services"] .services-page-cta-panel__action {
  justify-self: end;
}

@media (max-width: 1024px) {
  body[data-page="services"] .services-page-hero__body,
  body[data-page="services"] .services-page-cta-panel {
    grid-template-columns: 1fr;
  }

  body[data-page="services"] .services-page-cta-panel__action {
    justify-self: start;
  }
}

@media (max-width: 768px) {
  body[data-page="services"] .services-page-hero__copy h1 {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  body[data-page="services"] .services-page-hero__title-line {
    font-size: clamp(1.75rem, 5.8vw, 2.7rem);
    white-space: normal;
  }

  body[data-page="services"] .services-page-hero__lede,
  body[data-page="services"] .services-page-hero__column p {
    font-size: 1rem;
    line-height: 1.7;
  }

  body[data-page="services"] .services-page-hero__visual img,
  body[data-page="services"] .services-page-cta-panel {
    border-radius: 1.25rem;
  }

  body[data-page="services"] .services-page-pillar-card .services-hero-card__body,
  body[data-page="services"] .services-page-domain-card .service-card__body,
  body[data-page="services"] .services-page-cta-panel {
    padding: 1.25rem;
  }

  body[data-page="services"] .services-page-domain-card .service-card__body {
    padding: 0.95rem 1rem 1rem;
    gap: 0.65rem;
  }

  body[data-page="services"] .services-map__chips {
    gap: 0.42rem;
  }

  body[data-page="services"] .services-map__chips li {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="services"] .services-map__path--pulse {
    stroke-dashoffset: 0;
    transition: none;
  }

  body[data-page="services"] .services-map__node,
  body[data-page="services"] .services-map__arrow {
    transition: none;
  }
}

body[data-service-detail="damage-report"] .damage-report-hero {
  position: relative;
  overflow: clip;
  padding-bottom: clamp(2.9rem, 4.6vw, 4rem);
}

body[data-service-detail="damage-report"] {
  overflow-x: clip;
}

body[data-service-detail="damage-report"] .damage-report-hero::before {
  content: none;
}

body[data-service-detail="damage-report"] .damage-report-hero::after {
  content: none;
}

body[data-service-detail="damage-report"] .damage-report-services,
body[data-service-detail="damage-report"] .damage-report-process,
body[data-service-detail="damage-report"] .damage-report-trust,
body[data-service-detail="damage-report"] .damage-report-cta,
body[data-service-detail="project-delivery"] .project-delivery-services,
body[data-service-detail="project-delivery"] .project-delivery-checkpoints,
body[data-service-detail="project-delivery"] .project-delivery-value,
body[data-service-detail="project-delivery"] .project-delivery-cta {
  position: relative;
  isolation: isolate;
}

body[data-service-detail="damage-report"] .damage-report-services::before,
body[data-service-detail="damage-report"] .damage-report-process::before,
body[data-service-detail="damage-report"] .damage-report-trust::before,
body[data-service-detail="damage-report"] .damage-report-cta::before,
body[data-service-detail="project-delivery"] .project-delivery-services::before,
body[data-service-detail="project-delivery"] .project-delivery-checkpoints::before,
body[data-service-detail="project-delivery"] .project-delivery-value::before,
body[data-service-detail="project-delivery"] .project-delivery-cta::before {
  content: none;
}

body[data-service-detail="damage-report"] .damage-report-hero__intro {
  display: grid;
  gap: clamp(1.5rem, 2.8vw, 2.3rem);
  padding-top: clamp(1rem, 2.2vw, 1.8rem);
}

body[data-service-detail="damage-report"] .damage-report-hero__copy {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
  max-width: none;
}

body[data-service-detail="damage-report"] .damage-report-backlink {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-top: clamp(0.55rem, 1vw, 0.95rem);
  color: var(--color-text-soft);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--transition), transform var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-backlink::before {
  content: "\2190";
  font-size: 0.95em;
}

body[data-service-detail="damage-report"] .damage-report-backlink:hover,
body[data-service-detail="damage-report"] .damage-report-backlink:focus-visible {
  color: var(--color-accent);
  transform: translateX(-2px);
}

body[data-service-detail="damage-report"] .damage-report-hero__copy h1 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(3rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: pretty;
  overflow-wrap: anywhere;
  hyphens: auto;
}

body[data-service-detail="damage-report"] .damage-report-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(1.4rem, 2.6vw, 2.4rem);
  align-items: stretch;
  padding: clamp(1.2rem, 2vw, 1.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.12), transparent 26%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.86));
}

body[data-service-detail="damage-report"] .damage-report-hero__panel-copy {
  display: grid;
  align-content: center;
  gap: 1.1rem;
  min-width: 0;
  padding: clamp(0.7rem, 1.4vw, 1.1rem);
}

body[data-service-detail="damage-report"] .damage-report-hero__lede {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: clamp(1.08rem, 1.22vw, 1.24rem);
  line-height: 1.82;
  color: var(--color-text);
}

body[data-service-detail="damage-report"] .damage-report-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 1rem;
  margin-top: 0.1rem;
  border-top: 1px solid rgb(var(--accent-rgb) / 0.14);
}

body[data-service-detail="damage-report"] .damage-report-trust-line span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 2.35rem;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.96), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.05), rgb(var(--highlight-rgb) / 0.05));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.2),
    0 10px 18px rgb(var(--shadow-rgb) / 0.05);
  color: var(--color-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body[data-service-detail="damage-report"] .damage-report-hero__visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 100%;
  isolation: isolate;
}

body[data-service-detail="damage-report"] .damage-report-hero__glow {
  position: absolute;
  inset: 10% 8% 20% 14%;
  background: radial-gradient(circle, rgb(var(--highlight-rgb) / 0.28), transparent 68%);
  filter: blur(26px);
  pointer-events: none;
  z-index: 0;
}

body[data-service-detail="damage-report"] .damage-report-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  aspect-ratio: 16 / 11.4;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  overflow: hidden;
  box-shadow: 0 24px 46px rgb(var(--shadow-rgb) / 0.12);
}

body[data-service-detail="damage-report"] .damage-report-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-service-detail="damage-report"] .damage-report-services {
  padding-bottom: clamp(3.2rem, 5vw, 4.6rem);
}

body[data-service-detail="damage-report"] .damage-report-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.03), rgb(var(--shadow-rgb) / 0.16)),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.04), transparent 32%, transparent 68%, rgb(var(--highlight-rgb) / 0.05));
  pointer-events: none;
}

body[data-service-detail="damage-report"] .damage-report-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.78fr);
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  align-items: start;
}

body[data-service-detail="damage-report"] .damage-report-intro__copy,
body[data-service-detail="damage-report"] .damage-report-intro__box {
  padding: clamp(1.5rem, 2.5vw, 2.2rem);
}

body[data-service-detail="damage-report"] .damage-report-intro__copy {
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92));
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-intro__copy h2 {
  width: 100%;
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

body[data-service-detail="damage-report"] .damage-report-intro__copy p {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.84;
  color: var(--color-text-soft);
}

body[data-service-detail="damage-report"] .damage-report-intro__copy p + p {
  margin-top: 1rem;
}

body[data-service-detail="damage-report"] .damage-report-intro__box {
  display: grid;
  align-content: start;
  gap: 1rem;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.9));
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-intro__copy:hover,
body[data-service-detail="damage-report"] .damage-report-intro__copy:focus-within,
body[data-service-detail="damage-report"] .damage-report-intro__box:hover,
body[data-service-detail="damage-report"] .damage-report-intro__box:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.2);
  box-shadow: var(--shadow-card);
  background: rgb(var(--surface-strong-rgb) / 0.98);
}

body[data-service-detail="damage-report"] .damage-report-intro__box h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.2;
}

body[data-service-detail="damage-report"] .damage-report-intro__list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body[data-service-detail="damage-report"] .damage-report-intro__list li {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.25rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: calc(var(--radius-lg) - 0.45rem);
  background:
    linear-gradient(135deg, rgb(var(--surface-strong-rgb) / 0.96), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.05), transparent 70%);
  color: var(--color-text-soft);
  line-height: 1.58;
}

body[data-service-detail="damage-report"] .damage-report-intro__list li::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 0.75rem;
  width: 0.26rem;
  height: calc(100% - 2.1rem);
  min-height: 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-accent), rgb(var(--highlight-rgb) / 0.48));
}

body[data-service-detail="damage-report"] .damage-report-header {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(1.7rem, 2.8vw, 2.5rem);
}

body[data-service-detail="damage-report"] .damage-report-header h2,
body[data-service-detail="damage-report"] .damage-report-header .lede {
  width: 100%;
  max-width: none;
}

body[data-service-detail="damage-report"] .damage-report-header h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.25rem, 3.8vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

body[data-service-detail="damage-report"] .damage-report-header .lede {
  margin: 0;
  font-size: clamp(1.04rem, 1.16vw, 1.18rem);
  line-height: 1.82;
}

body[data-service-detail="damage-report"] .damage-report-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.6vw, 1.2rem);
  align-items: stretch;
}

body[data-service-detail="damage-report"] .damage-report-service-card {
  position: relative;
  display: block;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1rem, 1.6vw, 1.4rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.99), rgb(var(--surface-rgb) / 0.94)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), transparent 58%);
  box-shadow:
    0 18px 36px rgb(var(--shadow-rgb) / 0.08),
    0 0 0 1px rgb(var(--accent-rgb) / 0.04);
  overflow: hidden;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-service-card::before {
  content: "";
  position: absolute;
  inset: 0.85rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.1);
  border-radius: calc(clamp(1rem, 1.6vw, 1.4rem) - 0.3rem);
  pointer-events: none;
  transition:
    inset var(--transition),
    border-color var(--transition),
    opacity var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-service-card:hover,
body[data-service-detail="damage-report"] .damage-report-service-card:focus-within,
body[data-service-detail="damage-report"] .damage-report-service-card[open] {
  transform: translateY(-6px);
  border-color: rgb(var(--accent-rgb) / 0.22);
  box-shadow:
    0 24px 44px rgb(var(--shadow-rgb) / 0.12),
    0 0 0 1px rgb(var(--accent-rgb) / 0.05);
}

body[data-service-detail="damage-report"] .damage-report-service-card:hover::before,
body[data-service-detail="damage-report"] .damage-report-service-card:focus-within::before,
body[data-service-detail="damage-report"] .damage-report-service-card[open]::before {
  inset: 0.65rem;
  border-color: rgb(var(--accent-rgb) / 0.18);
}

body[data-service-detail="damage-report"] .damage-report-service-card__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "meta toggle"
    "headline toggle";
  column-gap: 0.95rem;
  row-gap: 0.65rem;
  padding: clamp(1rem, 1.35vw, 1.2rem);
  list-style: none;
  cursor: pointer;
  align-items: start;
}

body[data-service-detail="damage-report"] .damage-report-service-card__summary::-webkit-details-marker {
  display: none;
}

body[data-service-detail="damage-report"] .damage-report-service-card__summary:focus-visible {
  outline: none;
}

body[data-service-detail="damage-report"] .damage-report-service-card__meta {
  grid-area: meta;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

body[data-service-detail="damage-report"] .damage-report-service-card__eyebrow {
  margin: 0;
  color: var(--color-accent-strong);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-service-detail="damage-report"] .damage-report-service-card__index {
  color: rgb(var(--accent-rgb) / 0.62);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

body[data-service-detail="damage-report"] .damage-report-service-card__headline {
  grid-area: headline;
  display: grid;
  gap: 0.42rem;
  min-width: 0;
}

body[data-service-detail="damage-report"] .damage-report-service-card__headline h3 {
  margin: 0;
  font-size: clamp(1.12rem, 1rem + 0.34vw, 1.36rem);
  line-height: 1.2;
  text-wrap: balance;
}

body[data-service-detail="damage-report"] .damage-report-service-card__keywords {
  margin: 0;
  color: var(--color-accent-strong);
  font-size: 0.88rem;
  line-height: 1.4;
}

body[data-service-detail="damage-report"] .damage-report-service-card__toggle {
  grid-area: toggle;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgb(var(--surface-strong-rgb) / 1), rgb(var(--highlight-rgb) / 0.08));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 12px 20px rgb(var(--shadow-rgb) / 0.08);
  justify-self: end;
  align-self: center;
  position: relative;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-service-card__toggle::before,
body[data-service-detail="damage-report"] .damage-report-service-card__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.78rem;
  height: 2px;
  border-radius: 999px;
  background: var(--color-accent-strong);
  transform: translate(-50%, -50%);
  transition: transform var(--transition), opacity var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-service-card__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body[data-service-detail="damage-report"] .damage-report-service-card[open] .damage-report-service-card__toggle {
  border-color: rgb(var(--accent-rgb) / 0.24);
  background:
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.14), rgb(var(--surface-strong-rgb) / 1));
  transform: rotate(180deg);
}

body[data-service-detail="damage-report"] .damage-report-service-card[open] .damage-report-service-card__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

body[data-service-detail="damage-report"] .damage-report-service-card__content {
  display: none;
  gap: 0.95rem;
  padding: 0 clamp(1rem, 1.35vw, 1.2rem) clamp(1rem, 1.35vw, 1.2rem);
}

body[data-service-detail="damage-report"] .damage-report-service-card[open] .damage-report-service-card__content {
  display: grid;
}

body[data-service-detail="damage-report"] .damage-report-service-card__intro {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.58;
  font-size: 0.95rem;
}

body[data-service-detail="damage-report"] .damage-report-service-card__points {
  padding: 0.9rem 0.95rem 0.95rem 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: calc(var(--radius-lg) - 0.55rem);
  background:
    linear-gradient(135deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.94) 62%, rgb(var(--highlight-rgb) / 0.08));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 12px 22px rgb(var(--shadow-rgb) / 0.06);
}

body[data-service-detail="damage-report"] .damage-report-service-card__list {
  display: grid;
  gap: 0.68rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body[data-service-detail="damage-report"] .damage-report-service-card__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  color: var(--color-text);
  line-height: 1.48;
  font-size: 0.94rem;
}

body[data-service-detail="damage-report"] .damage-report-service-card__list li::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-highlight));
  box-shadow: 0 0 0 4px rgb(var(--accent-rgb) / 0.1);
}

body[data-service-detail="damage-report"] .damage-report-process {
  padding-top: clamp(3.2rem, 5vw, 4.6rem);
  padding-bottom: clamp(3rem, 4.8vw, 4.4rem);
  overflow: clip;
}

body[data-service-detail="damage-report"] .damage-report-timeline {
  --timeline-axis: 50%;
  position: relative;
  padding: 0.3rem 0;
  margin: 0;
  list-style: none;
}

body[data-service-detail="damage-report"] .damage-report-timeline::before,
body[data-service-detail="damage-report"] .damage-report-timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--timeline-axis);
  transform: translateX(-50%);
}

body[data-service-detail="damage-report"] .damage-report-timeline::before {
  width: 1px;
  background: rgb(var(--accent-rgb) / 0.18);
}

body[data-service-detail="damage-report"] .damage-report-timeline::after {
  width: 2px;
  background: linear-gradient(180deg, rgb(var(--highlight-rgb) / 0.84), rgb(var(--accent-rgb) / 0.52));
  box-shadow: 0 0 16px rgb(var(--accent-rgb) / 0.14);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: transform 960ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
}

body[data-service-detail="damage-report"] .damage-report-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(3.2rem, 5vw, 4.8rem);
  align-items: center;
  margin: 0;
}

body[data-service-detail="damage-report"] .damage-report-timeline__item + .damage-report-timeline__item {
  margin-top: clamp(0.8rem, 1.5vw, 1.1rem);
}

body[data-service-detail="damage-report"] .damage-report-timeline__node {
  position: absolute;
  top: 50%;
  left: var(--timeline-axis);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.18);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.14), transparent 62%);
  box-shadow:
    0 18px 30px rgb(var(--shadow-rgb) / 0.1),
    inset 0 1px 0 rgb(255 255 255 / 0.24);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.82);
  transition: opacity 360ms ease, transform 420ms ease;
}

body[data-service-detail="damage-report"] .damage-report-timeline__node::before {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 50%;
}

body[data-service-detail="damage-report"] .damage-report-timeline__node span {
  position: relative;
  z-index: 1;
  color: var(--color-accent-strong);
  font-family: var(--font-heading);
  font-size: 1.28rem;
  letter-spacing: 0.06em;
}

body[data-service-detail="damage-report"] .damage-report-timeline__card {
  grid-column: 1;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin-right: clamp(0.9rem, 1.8vw, 1.35rem);
  padding: clamp(1.35rem, 2vw, 1.7rem);
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), transparent 60%);
  box-shadow: 0 18px 34px rgb(var(--shadow-rgb) / 0.08);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    border-color var(--transition),
    box-shadow var(--transition);
}

body[data-service-detail="damage-report"] .damage-report-timeline__item:nth-child(even) .damage-report-timeline__card {
  grid-column: 2;
  margin-right: 0;
  margin-left: clamp(0.9rem, 1.8vw, 1.35rem);
}

body[data-service-detail="damage-report"] .damage-report-timeline__card h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.34rem, 1.18rem + 0.38vw, 1.62rem);
  line-height: 1.18;
  text-wrap: pretty;
}

body[data-service-detail="damage-report"] .damage-report-timeline__card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
}

body[data-service-detail="damage-report"] .damage-report-timeline__card:hover,
body[data-service-detail="damage-report"] .damage-report-timeline__card:focus-within {
  border-color: rgb(var(--accent-rgb) / 0.22);
  box-shadow: 0 22px 40px rgb(var(--shadow-rgb) / 0.1);
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible::after {
  transform: translateX(-50%) scaleY(1);
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__card {
  opacity: 1;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__node {
  transform: translate(-50%, -50%) scale(1);
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__card {
  transform: none;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(1) .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(1) .damage-report-timeline__card {
  transition-delay: 0.08s;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(2) .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(2) .damage-report-timeline__card {
  transition-delay: 0.16s;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(3) .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(3) .damage-report-timeline__card {
  transition-delay: 0.24s;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(4) .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(4) .damage-report-timeline__card {
  transition-delay: 0.32s;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(5) .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(5) .damage-report-timeline__card {
  transition-delay: 0.4s;
}

body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(6) .damage-report-timeline__node,
body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__item:nth-child(6) .damage-report-timeline__card {
  transition-delay: 0.48s;
}

body[data-service-detail="damage-report"] .damage-report-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

body[data-service-detail="damage-report"] .damage-report-trust {
  padding-top: clamp(2.8rem, 4vw, 3.7rem);
  padding-bottom: clamp(2.6rem, 4vw, 3.6rem);
}

body[data-service-detail="damage-report"] .damage-report-trust-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1.4rem 1.3rem 1.25rem;
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92));
  overflow: hidden;
}

body[data-service-detail="damage-report"] .damage-report-trust-card h3 {
  margin: 0;
  min-height: 1.35em;
  font-size: clamp(1rem, 0.95rem + 0.16vw, 1.08rem);
  line-height: 1.24;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

body[data-service-detail="damage-report"] .damage-report-trust-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.66;
}

body[data-service-detail="damage-report"] .damage-report-benefits__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1.4rem, 2.8vw, 2.4rem);
  align-items: start;
}

body[data-service-detail="damage-report"] .damage-report-benefits__intro {
  margin-bottom: 0;
}

body[data-service-detail="damage-report"] .damage-report-benefits__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body[data-service-detail="damage-report"] .damage-report-benefit-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 10.4rem;
  padding: 1.25rem 1.2rem;
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.09), transparent 62%);
}

body[data-service-detail="damage-report"] .damage-report-benefit-card::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 1.2rem;
  width: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, var(--color-accent), rgb(var(--highlight-rgb) / 0));
}

body[data-service-detail="damage-report"] .damage-report-benefit-card p {
  margin: 0;
  padding-top: 1.65rem;
  color: var(--color-text);
  line-height: 1.62;
}

body[data-service-detail="damage-report"] .damage-report-cta {
  padding-top: clamp(2rem, 3.6vw, 3.1rem);
}

body[data-service-detail="damage-report"] .damage-report-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) auto;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.25rem, 2vw, 1.8rem);
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.14), transparent 28%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.86));
  box-shadow: 0 20px 40px rgb(var(--shadow-rgb) / 0.08);
}

body[data-service-detail="damage-report"] .damage-report-cta__copy h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body[data-service-detail="damage-report"] .damage-report-cta__copy p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.76;
}

body[data-service-detail="damage-report"] .damage-report-cta__actions {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  body[data-service-detail="damage-report"] .damage-report-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body[data-service-detail="damage-report"] .damage-report-hero__panel,
  body[data-service-detail="damage-report"] .damage-report-intro__grid,
  body[data-service-detail="damage-report"] .damage-report-benefits__grid,
  body[data-service-detail="damage-report"] .damage-report-cta__panel {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="damage-report"] .damage-report-hero__image {
    aspect-ratio: 16 / 10.2;
  }

  body[data-service-detail="damage-report"] .damage-report-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  body[data-service-detail="damage-report"] .damage-report-timeline {
    --timeline-axis: 1.25rem;
  }

  body[data-service-detail="damage-report"] .damage-report-timeline__item {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: 1rem;
    gap: 1rem;
    align-items: start;
  }

  body[data-service-detail="damage-report"] .damage-report-timeline__node {
    position: relative;
    top: auto;
    left: auto;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.25rem;
    transform: scale(0.82);
  }

  body[data-service-detail="damage-report"] .damage-report-timeline__node::before {
    inset: 0.28rem;
  }

  body[data-service-detail="damage-report"] .damage-report-timeline__node span {
    font-size: 0.92rem;
  }

  body[data-service-detail="damage-report"] .damage-report-timeline__card,
  body[data-service-detail="damage-report"] .damage-report-timeline__item:nth-child(even) .damage-report-timeline__card {
    grid-column: 2;
    justify-self: stretch;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  body[data-service-detail="damage-report"] .damage-report-timeline.is-visible .damage-report-timeline__node {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  body[data-service-detail="damage-report"] .damage-report-hero__copy h1,
  body[data-service-detail="damage-report"] .damage-report-header h2,
  body[data-service-detail="damage-report"] .damage-report-intro__copy h2,
  body[data-service-detail="damage-report"] .damage-report-cta__copy h2 {
    text-wrap: balance;
  }

  body[data-service-detail="damage-report"] .damage-report-hero__copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.025em;
  }

  body[data-service-detail="damage-report"] .damage-report-hero__panel,
  body[data-service-detail="damage-report"] .damage-report-intro__copy,
  body[data-service-detail="damage-report"] .damage-report-intro__box,
  body[data-service-detail="damage-report"] .damage-report-cta__panel {
    padding: 1.25rem;
  }

  body[data-service-detail="damage-report"] .damage-report-services__grid,
  body[data-service-detail="damage-report"] .damage-report-benefits__cards {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="damage-report"] .damage-report-service-card__summary {
    min-height: 0;
  }

  body[data-service-detail="damage-report"] .damage-report-trust-card h3 {
    min-height: 0;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body[data-service-detail="damage-report"] .damage-report-hero__intro {
    gap: 1.2rem;
  }

  body[data-service-detail="damage-report"] .damage-report-hero__panel {
    gap: 1rem;
  }

  body[data-service-detail="damage-report"] .damage-report-trust-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-service-detail="damage-report"] .damage-report-trust-line span {
    width: fit-content;
  }

  body[data-service-detail="damage-report"] .damage-report-trust__grid {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="damage-report"] .damage-report-hero__actions,
  body[data-service-detail="damage-report"] .damage-report-cta__actions {
    align-items: stretch;
  }

  body[data-service-detail="damage-report"] .damage-report-services__grid {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="damage-report"] .damage-report-hero__actions .button,
  body[data-service-detail="damage-report"] .damage-report-cta__actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-service-detail="damage-report"] .damage-report-timeline::after,
  body[data-service-detail="damage-report"] .damage-report-timeline__node,
  body[data-service-detail="damage-report"] .damage-report-timeline__card {
    transition: none;
  }
}

body[data-service-detail="project-delivery"] .project-delivery-hero {
  position: relative;
  overflow: clip;
  padding-bottom: clamp(2.9rem, 4.6vw, 4rem);
}

body[data-service-detail="project-delivery"] .project-delivery-hero::before {
  content: none;
}

body[data-service-detail="project-delivery"] .project-delivery-hero::after {
  content: none;
}

body[data-service-detail="project-delivery"] .project-delivery-hero__intro {
  display: grid;
  gap: clamp(1.5rem, 2.8vw, 2.3rem);
  padding-top: clamp(1rem, 2.2vw, 1.8rem);
}

body[data-service-detail="project-delivery"] .project-delivery-hero__copy {
  display: grid;
  gap: 0.9rem;
  max-width: none;
}

body[data-service-detail="project-delivery"] .project-delivery-backlink {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-top: clamp(0.55rem, 1vw, 0.95rem);
  color: var(--color-text-soft);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--transition), transform var(--transition);
}

body[data-service-detail="project-delivery"] .project-delivery-backlink::before {
  content: "\2190";
  font-size: 0.95em;
}

body[data-service-detail="project-delivery"] .project-delivery-backlink:hover,
body[data-service-detail="project-delivery"] .project-delivery-backlink:focus-visible {
  color: var(--color-accent);
  transform: translateX(-2px);
}

body[data-service-detail="project-delivery"] .project-delivery-hero__copy h1 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(3rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

body[data-service-detail="project-delivery"] .project-delivery-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(1.4rem, 2.6vw, 2.4rem);
  align-items: stretch;
  padding: clamp(1.2rem, 2vw, 1.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.12), transparent 26%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.86));
}

body[data-service-detail="project-delivery"] .project-delivery-hero__panel-copy {
  display: grid;
  align-content: center;
  gap: 1.1rem;
  padding: clamp(0.7rem, 1.4vw, 1.1rem);
}

body[data-service-detail="project-delivery"] .project-delivery-hero__lede {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: clamp(1.08rem, 1.22vw, 1.24rem);
  line-height: 1.82;
  color: var(--color-text);
}

body[data-service-detail="project-delivery"] .project-delivery-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 1rem;
  margin-top: 0.1rem;
  border-top: 1px solid rgb(var(--accent-rgb) / 0.14);
}

body[data-service-detail="project-delivery"] .project-delivery-trust-line span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.96), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.05), rgb(var(--highlight-rgb) / 0.05));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.2),
    0 10px 18px rgb(var(--shadow-rgb) / 0.05);
  color: var(--color-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
}

body[data-service-detail="project-delivery"] .project-delivery-hero__visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 100%;
  isolation: isolate;
}

body[data-service-detail="project-delivery"] .project-delivery-hero__glow {
  position: absolute;
  inset: 10% 8% 20% 14%;
  background: radial-gradient(circle, rgb(var(--highlight-rgb) / 0.28), transparent 68%);
  filter: blur(26px);
  pointer-events: none;
  z-index: 0;
}

body[data-service-detail="project-delivery"] .project-delivery-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  aspect-ratio: 16 / 11.4;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  overflow: hidden;
  box-shadow: 0 24px 46px rgb(var(--shadow-rgb) / 0.12);
}

body[data-service-detail="project-delivery"] .project-delivery-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-service-detail="project-delivery"] .project-delivery-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.03), rgb(var(--shadow-rgb) / 0.16)),
    linear-gradient(90deg, rgb(var(--accent-rgb) / 0.04), transparent 32%, transparent 68%, rgb(var(--highlight-rgb) / 0.05));
  pointer-events: none;
}

body[data-service-detail="project-delivery"] .project-delivery-header {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(1.7rem, 2.8vw, 2.5rem);
}

body[data-service-detail="project-delivery"] .project-delivery-header h2,
body[data-service-detail="project-delivery"] .project-delivery-header .lede {
  width: 100%;
  max-width: none;
}

body[data-service-detail="project-delivery"] .project-delivery-header h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.25rem, 3.8vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

body[data-service-detail="project-delivery"] .project-delivery-header .lede {
  margin: 0;
  font-size: clamp(1.04rem, 1.16vw, 1.18rem);
  line-height: 1.82;
}

body[data-service-detail="project-delivery"] .project-delivery-services {
  padding-bottom: clamp(3.2rem, 5vw, 4.6rem);
}

body[data-service-detail="project-delivery"] .project-delivery-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 1.65rem);
  align-items: stretch;
}

body[data-service-detail="project-delivery"] .project-delivery-service-card {
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92));
  box-shadow:
    0 18px 36px rgb(var(--shadow-rgb) / 0.08),
    0 0 0 1px rgb(var(--accent-rgb) / 0.04);
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__body {
  height: 100%;
  align-content: stretch;
  padding: clamp(1.4rem, 2vw, 1.75rem);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__body h3 {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 0.42vw, 1.7rem);
  line-height: 1.2;
  text-wrap: pretty;
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__body p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__points {
  margin-top: auto;
  padding: 1rem 1rem 1rem 1.05rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: calc(var(--radius-lg) - 0.45rem);
  background:
    linear-gradient(135deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.94) 62%, rgb(var(--highlight-rgb) / 0.08));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 14px 24px rgb(var(--shadow-rgb) / 0.06);
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__list {
  display: grid;
  gap: 0.78rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  color: var(--color-text);
  line-height: 1.55;
}

body[data-service-detail="project-delivery"] .project-delivery-service-card__list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.43rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-highlight));
  box-shadow: 0 0 0 4px rgb(var(--accent-rgb) / 0.1);
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoints {
  padding-top: clamp(3.2rem, 5vw, 4.6rem);
  padding-bottom: clamp(2.6rem, 4vw, 3.7rem);
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoints__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.3rem, 2.5vw, 2.2rem);
  padding: clamp(1.5rem, 2.5vw, 2.2rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.3rem, 2vw, 1.8rem);
  background:
    radial-gradient(circle at top left, rgb(var(--highlight-rgb) / 0.12), transparent 28%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.86));
  box-shadow: 0 20px 40px rgb(var(--shadow-rgb) / 0.08);
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoints__intro {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoints__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoints__intro p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.78;
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoints__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoint-card {
  display: grid;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.1rem 1rem 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: calc(var(--radius-lg) - 0.45rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), transparent 65%);
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoint-card h3 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.22;
}

body[data-service-detail="project-delivery"] .project-delivery-checkpoint-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.66;
}

body[data-service-detail="project-delivery"] .project-delivery-value {
  padding-top: clamp(2.8rem, 4vw, 3.7rem);
  padding-bottom: clamp(2.6rem, 4vw, 3.6rem);
}

body[data-service-detail="project-delivery"] .project-delivery-value__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

body[data-service-detail="project-delivery"] .project-delivery-value-card {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem 1.2rem;
  border-color: rgb(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.92));
  overflow: hidden;
}

body[data-service-detail="project-delivery"] .project-delivery-value-card h3 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1.22;
}

body[data-service-detail="project-delivery"] .project-delivery-value-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.66;
}

body[data-service-detail="project-delivery"] .project-delivery-cta {
  padding-top: clamp(2rem, 3.6vw, 3.1rem);
}

body[data-service-detail="project-delivery"] .project-delivery-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) auto;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.25rem, 2vw, 1.8rem);
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.14), transparent 28%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.94), rgb(var(--surface-rgb) / 0.86));
  box-shadow: 0 20px 40px rgb(var(--shadow-rgb) / 0.08);
}

body[data-service-detail="project-delivery"] .project-delivery-cta__copy h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body[data-service-detail="project-delivery"] .project-delivery-cta__copy p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.76;
}

body[data-service-detail="project-delivery"] .project-delivery-cta__actions {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  body[data-service-detail="project-delivery"] .project-delivery-value__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body[data-service-detail="project-delivery"] .project-delivery-hero__panel,
  body[data-service-detail="project-delivery"] .project-delivery-checkpoints__panel,
  body[data-service-detail="project-delivery"] .project-delivery-cta__panel {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="project-delivery"] .project-delivery-hero__image {
    aspect-ratio: 16 / 10.2;
  }

  body[data-service-detail="project-delivery"] .project-delivery-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  body[data-service-detail="project-delivery"] .project-delivery-services__grid,
  body[data-service-detail="project-delivery"] .project-delivery-checkpoints__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body[data-service-detail="project-delivery"] .project-delivery-hero__copy h1,
  body[data-service-detail="project-delivery"] .project-delivery-header h2,
  body[data-service-detail="project-delivery"] .project-delivery-checkpoints__intro h2,
  body[data-service-detail="project-delivery"] .project-delivery-cta__copy h2 {
    text-wrap: balance;
  }

  body[data-service-detail="project-delivery"] .project-delivery-hero__panel,
  body[data-service-detail="project-delivery"] .project-delivery-checkpoints__panel,
  body[data-service-detail="project-delivery"] .project-delivery-cta__panel {
    padding: 1.25rem;
  }

  body[data-service-detail="project-delivery"] .project-delivery-service-card__body {
    grid-template-rows: auto auto auto;
  }
}

@media (max-width: 640px) {
  body[data-service-detail="project-delivery"] .project-delivery-value__grid {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="project-delivery"] .project-delivery-hero__actions,
  body[data-service-detail="project-delivery"] .project-delivery-cta__actions {
    align-items: stretch;
  }

  body[data-service-detail="project-delivery"] .project-delivery-hero__actions .button,
  body[data-service-detail="project-delivery"] .project-delivery-cta__actions .button {
    width: 100%;
  }
}

body[data-service-detail="damage-report"] .service-topic-hero-title {
  min-width: 0;
  max-width: none;
  margin: 0;
}

body[data-service-detail="damage-report"] .service-topic-hero-title__accent,
body[data-service-detail="damage-report"] .service-topic-hero-title__rest {
  display: block;
  text-wrap: balance;
  overflow-wrap: anywhere;
  hyphens: auto;
}

body[data-service-detail="damage-report"] .service-topic-hero-title__accent {
  color: var(--color-accent-strong);
}

body[data-service-detail="damage-report"] .service-topic-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 1.7rem);
  align-items: stretch;
}

body[data-service-detail="damage-report"] .service-topic-card {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: clamp(1.35rem, 2vw, 1.75rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.15rem, 2vw, 1.6rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.99), rgb(var(--surface-rgb) / 0.92)),
    linear-gradient(135deg, rgb(var(--highlight-rgb) / 0.08), transparent 55%);
  box-shadow:
    0 18px 34px rgb(var(--shadow-rgb) / 0.08),
    0 0 0 1px rgb(var(--accent-rgb) / 0.04);
  overflow: hidden;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body[data-service-detail="damage-report"] .service-topic-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.1);
  border-radius: 1rem;
  pointer-events: none;
  transition:
    inset var(--transition),
    border-color var(--transition),
    opacity var(--transition);
}

body[data-service-detail="damage-report"] .service-topic-card:hover,
body[data-service-detail="damage-report"] .service-topic-card:focus-within {
  transform: translateY(-6px);
  border-color: rgb(var(--accent-rgb) / 0.2);
  box-shadow:
    0 24px 42px rgb(var(--shadow-rgb) / 0.12),
    0 0 0 1px rgb(var(--accent-rgb) / 0.05);
}

body[data-service-detail="damage-report"] .service-topic-card:hover::before,
body[data-service-detail="damage-report"] .service-topic-card:focus-within::before {
  inset: 0.8rem;
  border-color: rgb(var(--accent-rgb) / 0.16);
}

body[data-service-detail="damage-report"] .service-topic-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

body[data-service-detail="damage-report"] .service-topic-card__eyebrow {
  margin: 0;
  color: var(--color-accent-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-service-detail="damage-report"] .service-topic-card__index {
  color: rgb(var(--accent-rgb) / 0.64);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

body[data-service-detail="damage-report"] .service-topic-card h3 {
  margin: 0;
  font-size: clamp(1.36rem, 1.18rem + 0.42vw, 1.72rem);
  line-height: 1.16;
  text-wrap: pretty;
}

body[data-service-detail="damage-report"] .service-topic-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
}

body[data-service-detail="damage-report"] .service-topic-card__list {
  display: grid;
  gap: 0.78rem;
  padding: 1rem 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgb(var(--accent-rgb) / 0.12);
}

body[data-service-detail="damage-report"] .service-topic-card__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
  line-height: 1.55;
}

body[data-service-detail="damage-report"] .service-topic-card__list li::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-highlight));
  box-shadow: 0 0 0 4px rgb(var(--accent-rgb) / 0.1);
}

body[data-service-detail="damage-report"] .service-topic-insight-panel {
  display: grid;
  gap: 1.4rem;
  padding: clamp(1.5rem, 2.6vw, 2.2rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.2rem, 2vw, 1.7rem);
  background:
    radial-gradient(circle at top right, rgb(var(--highlight-rgb) / 0.16), transparent 28%),
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.98), rgb(var(--surface-rgb) / 0.93));
  box-shadow: 0 20px 40px rgb(var(--shadow-rgb) / 0.08);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

body[data-service-detail="damage-report"] .service-topic-insight-panel:hover,
body[data-service-detail="damage-report"] .service-topic-insight-panel:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.2);
  box-shadow: 0 24px 46px rgb(var(--shadow-rgb) / 0.11);
}

body[data-service-detail="damage-report"] .service-topic-case-study {
  display: grid;
  gap: 0.9rem;
}

body[data-service-detail="damage-report"] .service-topic-case-study__header {
  display: grid;
  gap: 0.3rem;
}

body[data-service-detail="damage-report"] .service-topic-case-study__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: rgb(var(--accent-rgb) / 0.08);
  color: var(--color-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-service-detail="damage-report"] .service-topic-case-study__header h4 {
  margin: 0;
  font-size: clamp(1rem, 0.94rem + 0.22vw, 1.18rem);
  line-height: 1.28;
}

body[data-service-detail="damage-report"] .service-topic-case-study__copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.32rem;
}

body[data-service-detail="damage-report"] .service-topic-case-study__copy p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.45;
  font-size: 0.9rem;
}

body[data-service-detail="damage-report"] .service-topic-case-study__copy strong {
  color: var(--color-text);
}

body[data-service-detail="damage-report"] .service-topic-case-study__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

body[data-service-detail="damage-report"] .service-topic-case-study__figure {
  margin: 0;
  overflow: hidden;
  min-height: 9rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.1);
  border-radius: 0.95rem;
  background: rgb(var(--surface-strong-rgb) / 0.94);
  box-shadow: 0 10px 22px rgb(var(--shadow-rgb) / 0.06);
}

body[data-service-detail="damage-report"] .service-topic-case-study__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-service-detail="damage-report"] .service-topic-case-study__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem 1rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.11);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.99), rgb(var(--surface-rgb) / 0.95));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.2),
    0 12px 22px rgb(var(--shadow-rgb) / 0.05);
}

body[data-service-detail="damage-report"] .service-topic-case-study__cta p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.5;
  font-size: 0.91rem;
}

body[data-service-detail="damage-report"] .service-topic-case-study__actions {
  gap: 0.65rem;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

body[data-service-detail="damage-report"] .service-topic-case-study__actions .button {
  min-height: 2.5rem;
  padding: 0.68rem 0.95rem;
  font-size: 0.88rem;
}

body[data-service-detail="damage-report"] .service-topic-insight-panel__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.4rem;
}

body[data-service-detail="damage-report"] .service-topic-insight-panel__copy p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.76;
}

body[data-service-detail="damage-report"] .service-topic-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body[data-service-detail="damage-report"] .service-topic-insight-point {
  position: relative;
  padding: 1.15rem 1rem 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.11);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.99), rgb(var(--surface-rgb) / 0.95));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 14px 24px rgb(var(--shadow-rgb) / 0.06);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

body[data-service-detail="damage-report"] .service-topic-insight-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent), rgb(var(--highlight-rgb) / 0));
  opacity: 0.88;
}

body[data-service-detail="damage-report"] .service-topic-insight-point:hover,
body[data-service-detail="damage-report"] .service-topic-insight-point:focus-within {
  transform: translateY(-4px);
  border-color: rgb(var(--accent-rgb) / 0.18);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.3),
    0 18px 30px rgb(var(--shadow-rgb) / 0.1);
}

body[data-service-detail="damage-report"] .service-topic-insight-point h4 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  line-height: 1.22;
}

body[data-service-detail="damage-report"] .service-topic-insight-point p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.62;
  font-size: 0.97rem;
}

body[data-service-detail="damage-report"] .service-topic-process {
  padding-top: clamp(2.4rem, 4vw, 3.2rem);
  padding-bottom: clamp(2.2rem, 4vw, 3rem);
}

body[data-service-detail="damage-report"] .service-topic-process__panel {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.35rem, 2.3vw, 1.8rem);
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: clamp(1.15rem, 2vw, 1.55rem);
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.99), rgb(var(--surface-rgb) / 0.94));
  box-shadow: 0 18px 34px rgb(var(--shadow-rgb) / 0.08);
}

body[data-service-detail="damage-report"] .service-topic-process__intro {
  display: grid;
  gap: 0.55rem;
  max-width: 48rem;
}

body[data-service-detail="damage-report"] .service-topic-process__intro h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body[data-service-detail="damage-report"] .service-topic-process__intro p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.7;
}

body[data-service-detail="damage-report"] .service-topic-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

body[data-service-detail="damage-report"] .service-topic-process-step {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.11);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgb(var(--surface-strong-rgb) / 0.99), rgb(var(--surface-rgb) / 0.95));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.2),
    0 12px 22px rgb(var(--shadow-rgb) / 0.05);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

body[data-service-detail="damage-report"] .service-topic-process-step:hover,
body[data-service-detail="damage-report"] .service-topic-process-step:focus-within {
  transform: translateY(-3px);
  border-color: rgb(var(--accent-rgb) / 0.17);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.26),
    0 16px 28px rgb(var(--shadow-rgb) / 0.08);
}

body[data-service-detail="damage-report"] .service-topic-process-step__index {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(var(--accent-rgb) / 0.14);
  border-radius: 50%;
  background: rgb(var(--accent-rgb) / 0.06);
  color: var(--color-accent-strong);
  font-family: var(--font-heading);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

body[data-service-detail="damage-report"] .service-topic-process-step h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.22;
}

body[data-service-detail="damage-report"] .service-topic-process-step p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.56;
  font-size: 0.96rem;
}

@media (max-width: 980px) {
  body[data-service-detail="damage-report"] .service-topic-case-study__gallery,
  body[data-service-detail="damage-report"] .service-topic-process__grid,
  body[data-service-detail="damage-report"] .service-topic-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body[data-service-detail="damage-report"] .service-topic-services__grid,
  body[data-service-detail="damage-report"] .service-topic-case-study__gallery,
  body[data-service-detail="damage-report"] .service-topic-process__grid,
  body[data-service-detail="damage-report"] .service-topic-insight-panel__copy,
  body[data-service-detail="damage-report"] .service-topic-insight-grid {
    grid-template-columns: 1fr;
  }

  body[data-service-detail="damage-report"] .service-topic-card {
    padding: 1.25rem;
  }

  body[data-service-detail="damage-report"] .service-topic-case-study__cta {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  body[data-service-detail="damage-report"] .service-topic-case-study__actions {
    width: 100%;
    flex-direction: column;
  }

  body[data-service-detail="damage-report"] .service-topic-case-study__actions .button {
    width: 100%;
  }
}
