.vp-page-concierge {
  --cc-white: #fcfeff;
  --cc-cream: #fffdfa;
  --cc-soft: #f0f6ff;
  --cc-navy-800: #051730;
  --cc-navy-700: #08234a;
  --cc-navy-600: #0d3c7e;
  --cc-grey: #3e4651;
  --cc-ink: #0e0f0f;
  --cc-beige-25: #fffdfa;
  --cc-beige-100: #dabb9a;
  --cc-beige-200: #d1ac84;
  --cc-beige-400: #bf8f5c;
  --cc-beige-500: #ac753a;
  --cc-beige-600: #ac753a;
  --cc-border: rgba(193, 200, 212, 0.3);
  background: var(--cc-white);
}

.vp-page-concierge .cc-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-inline: 60px;
}

.vp-page-concierge .cc-container-narrow {
  width: min(100%, 950px);
}

.vp-page-concierge h1,
.vp-page-concierge h2,
.vp-page-concierge h3 {
  margin: 0;
  font-family: var(--vp-display);
  font-weight: 400;
  letter-spacing: 1px;
}

.vp-page-concierge p,
.vp-page-concierge li {
  margin: 0;
}

.vp-page-concierge .cc-eyebrow {
  margin: 0 0 32px;
  color: var(--cc-beige-200);
  font-family: var(--vp-sans);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.vp-page-concierge .cc-eyebrow-light {
  color: var(--cc-beige-200);
}

.vp-page-concierge .cc-lede {
  color: var(--cc-grey);
  font-size: 24px;
  line-height: 1.5;
}

/* Hero */
.cc-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 700px;
  color: var(--cc-beige-25);
  isolation: isolate;
  overflow: hidden;
}

.cc-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.cc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 23, 48, 0.7) 0%, rgba(5, 23, 48, 0.7) 41.135%, rgba(5, 23, 48, 0) 100%);
}

.vp-page-concierge .cc-hero .cc-container,
.vp-page-concierge .cc-hero .cc-hero-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 80px;
}

.cc-hero-copy {
  width: 100%;
  max-width: 871px;
  text-align: left;
}

.cc-hero h1 {
  max-width: none;
  color: var(--cc-beige-25);
  font-size: 100px;
  line-height: 1.15;
  letter-spacing: 0;
}

.cc-hero .cc-lede {
  max-width: 1034px;
  margin-top: 24px;
  color: var(--cc-beige-25);
  font-family: var(--vp-sans);
  font-weight: 400;
  text-align: left;
}

/* Intro */
.cc-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 348px;
  padding: 84px 60px;
  background: var(--cc-cream);
  text-align: center;
}

.cc-intro-frame {
  position: relative;
  padding: 0;
}

.cc-intro-frame::before,
.cc-intro-frame::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.cc-intro-frame::before {
  top: -36px;
  left: -32px;
  border-top: 2px solid var(--cc-beige-400);
  border-left: 2px solid var(--cc-beige-400);
}

.cc-intro-frame::after {
  right: -32px;
  bottom: -36px;
  border-right: 2px solid var(--cc-beige-400);
  border-bottom: 2px solid var(--cc-beige-400);
}

.cc-intro p {
  color: var(--cc-ink);
  font-family: var(--vp-sans);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

/* Sections */
.cc-section {
  padding: 84px 0;
  background: var(--cc-white);
}

.cc-section-head {
  max-width: 1000px;
  margin: 0 auto 64px;
  text-align: center;
}

.cc-section-head h2 {
  color: var(--cc-navy-700);
  font-size: 84px;
  line-height: 1.2;
}

/* Highlights */
.cc-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-auto-flow: column;
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
}

.cc-highlight-card {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding: 32px;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  background: var(--cc-white);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.05);
}

.cc-highlight-num {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cc-beige-400);
  color: var(--cc-white);
  font-family: var(--vp-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.cc-highlight-card p {
  flex: 1 1 auto;
  color: var(--cc-navy-700);
  font-family: var(--vp-sans);
  font-size: 20px;
  font-weight: 450;
  line-height: 1.5;
}

/* Partner cards */
.cc-partners {
  background: var(--cc-soft);
}

.cc-partner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
}

.cc-partner-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: span 3;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cc-partner-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
}

.cc-partner-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cc-partner-media-logo {
  background: transparent;
}

.cc-partner-media-logo img {
  object-fit: contain;
  padding: 0;
}

.cc-partner-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.cc-partner-body h3 {
  color: var(--cc-navy-700);
  font-size: 32px;
  line-height: 1.2;
}

.cc-partner-body p {
  color: var(--cc-grey);
  font-family: var(--vp-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Steps */
.cc-steps {
  min-height: 707px;
}

.cc-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  max-width: 1320px;
  margin: 0 auto;
}

.cc-step-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.vp-page-concierge .cc-step-num {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--cc-beige-100);
  color: var(--cc-beige-400);
  font-family: var(--vp-sans);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.cc-step-card h3 {
  color: var(--cc-navy-700);
  font-size: 36px;
  line-height: 1.2;
}

.cc-step-card p:not(.cc-step-num) {
  color: var(--cc-ink);
  font-family: var(--vp-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

/* Framework band */
.cc-framework {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 600px;
  background: var(--cc-navy-800);
}

.cc-framework-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 60px;
}

.cc-framework-copy h2 {
  margin-top: 0;
  color: var(--cc-white);
  font-size: 56px;
  line-height: 1.2;
  text-align: left;
}

.cc-framework-copy p:not(.cc-eyebrow) {
  margin-top: 24px;
  color: var(--cc-soft);
  font-family: var(--vp-sans);
  font-size: 18px;
  line-height: 1.5;
}

.cc-framework-media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
}

.cc-framework-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 23, 48, 0.5) 0%, rgba(5, 23, 48, 0.25) 100%);
  pointer-events: none;
}

.cc-framework-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

/* CTA */
.cc-cta {
  display: flex;
  align-items: center;
  min-height: 597px;
  padding: 84px 0;
  background: var(--cc-cream);
  text-align: center;
}

.cc-cta h2 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--cc-ink);
  font-size: 84px;
  line-height: 1.2;
}

.cc-cta .cc-lede {
  max-width: 720px;
  margin: 12px auto 0;
  color: #343d4a;
  font-family: var(--vp-sans);
  font-weight: 400;
}

.cc-actions {
  display: flex;
  flex-flow: row nowrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 44px;
}

.cc-button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 200px;
  min-height: 56px;
  padding: 16px 32px;
  border: 0;
  border-radius: 8px;
  color: var(--cc-white);
  font-family: var(--vp-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 1.62px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}

.cc-button::after {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: currentColor;
  -webkit-mask: url("../../img/static-pages/health-span-programs/button-arrow.svg") center / contain no-repeat;
  mask: url("../../img/static-pages/health-span-programs/button-arrow.svg") center / contain no-repeat;
}

.cc-button-phone::after,
.cc-button-download::after {
  content: none;
  display: none;
}

.cc-button-icon {
  display: block;
  flex: 0 0 auto;
}

.cc-button-phone .cc-button-icon {
  width: 26px;
  height: 26px;
}

.cc-button-download .cc-button-icon {
  width: 20px;
  height: 20px;
}

.cc-button-primary {
  background: var(--cc-navy-600);
}

.cc-button-secondary {
  background: var(--cc-beige-600);
}

.cc-button-primary:hover,
.cc-button-primary:focus-visible {
  background: #164f9d;
  box-shadow: 0 10px 24px rgba(13, 60, 126, 0.22);
}

.cc-button-secondary:hover,
.cc-button-secondary:focus-visible {
  background: var(--cc-beige-400);
  box-shadow: 0 10px 24px rgba(172, 117, 58, 0.24);
}

.cc-button:focus-visible {
  outline: 3px solid rgba(209, 172, 132, 0.95);
  outline-offset: 4px;
}

.cc-button:active {
  transform: translateY(1px) scale(0.99);
}

@media (max-width: 1180px) {
  .cc-hero h1 {
    font-size: 64px;
  }

  .cc-section-head h2,
  .cc-cta h2 {
    font-size: 64px;
  }

  .cc-framework-copy h2 {
    font-size: 44px;
  }

  .cc-partner-body h3 {
    font-size: 28px;
  }

  .cc-step-card h3 {
    font-size: 32px;
  }

  .cc-highlight-grid,
  .cc-step-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .cc-partner-grid {
    grid-template-columns: 1fr;
  }

  .cc-partner-card {
    grid-column: auto;
  }

  .cc-framework {
    grid-template-columns: 1fr;
  }

  .cc-framework-media,
  .cc-framework-media img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .vp-page-concierge .cc-container,
  .vp-page-concierge .cc-hero .cc-container,
  .vp-page-concierge .cc-hero .cc-hero-container {
    padding-inline: 24px;
  }

  .cc-hero {
    min-height: 620px;
  }

  .cc-hero h1 {
    font-size: 50px;
  }

  .cc-section-head h2,
  .cc-cta h2 {
    font-size: 50px;
  }

  .cc-framework-copy {
    padding: 64px 24px;
  }

  .cc-framework-copy h2 {
    font-size: 36px;
  }

  .cc-partner-body h3 {
    font-size: 24px;
  }

  .cc-step-card h3 {
    font-size: 28px;
  }

  .cc-eyebrow {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 2.4px;
  }

  .cc-hero .cc-lede,
  .cc-intro p,
  .cc-highlight-card p,
  .cc-step-card p:not(.cc-step-num),
  .cc-framework-copy p:not(.cc-eyebrow),
  .cc-cta .cc-lede {
    font-size: 18px;
  }

  .cc-intro {
    padding: 64px 24px;
  }

  .cc-intro-frame::before,
  .cc-intro-frame::after {
    width: 64px;
    height: 64px;
  }

  .cc-intro-frame::before {
    top: -24px;
    left: -8px;
  }

  .cc-intro-frame::after {
    right: -8px;
    bottom: -24px;
  }

  .cc-section,
  .cc-cta {
    padding: 64px 0;
  }

  .cc-actions {
    flex-flow: column nowrap;
    gap: 16px;
  }

  .cc-button {
    width: 100%;
    white-space: normal;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
