body.page-insel {
  --insel-readable-navy: #082b49;
}

/* Gold remains a structural accent; text on light surfaces uses readable navy. */
body.page-insel .hero .eyebrow,
body.page-insel .hero h1 span,
body.page-insel .hero-aside .big,
body.page-insel .story .eyebrow,
body.page-insel #problem .eyebrow,
body.page-insel .services .eyebrow,
body.page-insel .services .tag,
body.page-insel .restart-services .eyebrow,
body.page-insel .restart-services .restart-kicker,
body.page-insel .buyer-trust .eyebrow,
body.page-insel .buyer-trust .trust-callout h3,
body.page-insel .process-band .step .n,
body.page-insel .expertise .eyebrow,
body.page-insel .expertise .stat strong,
body.page-insel .expertise .quote em,
body.page-insel #remote-checkup .eyebrow,
body.page-insel .offers .eyebrow,
body.page-insel .offers .price,
body.page-insel .offer-includes,
body.page-insel .pdsb-kicker,
body.page-insel .pdsb-selected,
body.page-insel .pdsb-status a,
body.page-insel .pdsb-result,
body.page-insel .pdsb-result a,
body.page-insel .pdsb-consent a,
body.page-insel .light-text-accent,
body.page-insel .light-emphasis-link,
body.page-insel .text-link {
  color: var(--insel-readable-navy) !important;
}

body.page-insel .light-emphasis-link,
body.page-insel .text-link {
  font-weight: 780;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.page-insel .services .tag {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.page-insel .service-card .service-note {
  color: var(--pds-copy) !important;
  font-size: 0.9rem;
}

body.page-insel .pdsb-day.active,
body.page-insel .pdsb-slot.active {
  color: var(--insel-readable-navy);
}

.expertise-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
  margin-top: clamp(38px, 5vw, 64px);
}

.expertise-heading {
  min-width: 0;
}

.expertise-lines {
  max-width: 100%;
  margin: 0;
  color: var(--insel-readable-navy);
  font-size: clamp(3.1rem, 5.7vw, 5rem);
  font-weight: 560;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.expertise-lines span {
  display: block;
  white-space: nowrap;
}

.expertise-profile-portrait {
  width: min(100%, 460px);
  margin: 0;
  aspect-ratio: 4 / 3;
  align-self: center;
  justify-self: end;
  overflow: hidden;
  background: #eef0ef;
  border: 1px solid rgba(6, 21, 38, 0.16);
  border-bottom: 4px solid var(--pds-gold, var(--gold));
  box-shadow: 0 24px 58px rgba(7, 28, 47, 0.16);
}

.expertise-profile-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 23%;
  filter: saturate(0.94) contrast(1.02);
}

body.page-insel .expertise .stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.page-insel .expertise .stat {
  min-width: 0;
  padding: 24px 16px;
}

body.page-insel .expertise-details {
  margin: 28px 0 0;
}

body.page-insel .expertise-details .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 21, 38, 0.14);
  border-left: 4px solid var(--pds-gold, var(--gold));
  box-shadow: 0 12px 30px rgba(7, 28, 47, 0.08);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.35;
}

body.page-insel .offer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

body.page-insel .offer-title {
  min-width: 0;
  margin: 14px 0 8px;
  color: var(--insel-readable-navy);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.025em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.page-insel .offer-title span {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.page-insel .offer-title-primary {
  white-space: nowrap;
  font-size: clamp(0.9rem, 1.9vw, 1.38rem);
}

body.page-insel .offer-title-secondary {
  margin-top: 7px;
  font-size: clamp(1.35rem, 2.55vw, 1.9rem);
}

body.page-insel .offer-title-addon {
  margin-top: 13px;
  font-size: clamp(1rem, 1.75vw, 1.28rem);
  line-height: 1.25;
}

body.page-insel .offer-card .price {
  margin-top: 10px;
}

body.page-insel .offer-features {
  display: grid;
  gap: 0;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

body.page-insel .offer-features li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 23px;
  border-top: 1px solid rgba(6, 21, 38, 0.11);
  overflow-wrap: break-word;
}

body.page-insel .offer-features li::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pds-gold, var(--gold));
}

body.page-insel .offer-features strong {
  color: var(--insel-readable-navy);
}

body.page-insel .offer-includes {
  margin-top: 9px;
  padding: 12px 14px;
  background: #edf4f7;
  border-left: 3px solid var(--pds-gold, var(--gold));
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

body.page-insel .offer-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Keep the booking honeypot accessible without placing it far outside the page. */
body.page-insel .pdsb-hp {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  .expertise-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .expertise-profile-portrait {
    width: min(100%, 520px);
    justify-self: start;
  }

  body.page-insel .expertise .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .expertise-hero,
  .expertise-heading,
  .expertise-profile-portrait,
  .expertise-profile-portrait img {
    min-width: 0;
    max-width: 100%;
  }

  .expertise-hero {
    gap: 24px;
    margin-top: 28px;
  }

  .expertise-lines {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: 0.94;
  }

  .expertise-profile-portrait {
    width: 100%;
  }

  body.page-insel .expertise .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-insel .expertise .stat {
    padding: 20px 10px;
  }

  body.page-insel .expertise-details .text-link {
    width: 100%;
    justify-content: flex-start;
    padding: 14px 15px;
    font-size: 1.05rem;
  }

  body.page-insel .offer-title-primary {
    letter-spacing: -0.035em;
  }

  body.page-insel .offer-features {
    margin-bottom: 24px;
  }

  body.page-insel .offer-features li {
    padding: 13px 0 13px 21px;
  }

  body.page-insel .offer-card .btn {
    align-self: stretch;
  }

  body.page-insel .story-visual {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    border-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
  }
}

@media (max-width: 374px) {
  .expertise-lines {
    font-size: 2.2rem;
  }

  body.page-insel .expertise .stats {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-insel .offer-card {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.page-insel .offer-title-primary {
    font-size: 0.84rem;
  }
}
