.ghk-cu-page {
  --ghk-copper: #ad744b;
  --ghk-copper-soft: rgba(173, 116, 75, 0.18);
  background: #ffffff;
}

.ghk-cu-page main {
  overflow: clip;
  padding-top: var(--internal-header-height, 78px);
}

.ghk-cu-page .site-footer {
  background: #ffffff;
  border-top-color: rgba(159, 126, 63, 0.22);
}

.ghk-cu-shell {
  margin-inline: auto;
  max-width: var(--max-width);
  padding-inline: clamp(1.1rem, 4vw, 3rem);
  width: 100%;
}

.ghk-cu-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid rgba(159, 126, 63, 0.16);
  padding-block: 0.72rem;
}

.ghk-cu-breadcrumb ol {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.68rem;
  font-weight: 700;
  gap: 0.48rem;
  letter-spacing: 0.09em;
  list-style: none;
  margin: 0;
  padding-block: 0;
  text-transform: uppercase;
}

.ghk-cu-breadcrumb li + li::before {
  color: var(--champagne-dark);
  content: ">";
  margin-right: 0.48rem;
}

.ghk-cu-breadcrumb a {
  color: var(--champagne-dark);
}

.ghk-cu-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(199, 168, 108, 0.14), transparent 28%),
    linear-gradient(118deg, #fffdf8 0%, #ffffff 58%, rgba(251, 247, 239, 0.78) 100%);
  border-bottom: 1px solid rgba(159, 126, 63, 0.15);
  position: relative;
}

.ghk-cu-hero::after {
  background: url("../images/elixia-services-intro-pearl.webp") center / cover no-repeat;
  content: "";
  inset: 0 0 0 68%;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
}

.ghk-cu-hero-layout {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5.25rem);
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 25.5rem);
  min-height: min(660px, calc(100vh - 120px));
  padding-block: clamp(2.25rem, 4vw, 3.6rem);
  position: relative;
  z-index: 1;
}

.ghk-cu-eyebrow,
.ghk-cu-section-label,
.ghk-cu-facts dt {
  color: var(--champagne-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.ghk-cu-hero-copy {
  max-width: 40rem;
}

.ghk-cu-hero h1,
.ghk-cu-section h2,
.ghk-cu-closing h2 {
  color: var(--charcoal);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.ghk-cu-hero h1 {
  font-size: clamp(4rem, 6vw, 5.6rem);
  line-height: 0.88;
  margin: 0.82rem 0 0;
}

.ghk-cu-hero h1 span {
  display: block;
  white-space: nowrap;
}

.ghk-cu-hero-lead {
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 1.25rem 0 0;
}

.ghk-cu-hero-description {
  color: var(--muted);
  font-size: clamp(0.94rem, 1.15vw, 1.02rem);
  line-height: 1.65;
  margin: 0.72rem 0 0;
  max-width: 36rem;
}

.ghk-cu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.ghk-cu-hero-actions .button,
.ghk-cu-closing .button {
  gap: 0.8rem;
  min-height: 46px;
  padding-inline: 1.35rem;
  width: fit-content;
}

.ghk-cu-hero-actions .button span,
.ghk-cu-closing .button span {
  font-size: 1rem;
  line-height: 1;
}

.ghk-cu-eligibility-note {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-size: 0.76rem;
  gap: 0.48rem;
  line-height: 1.5;
  margin: 0.85rem 0 0;
  max-width: 29rem;
}

.ghk-cu-eligibility-note svg {
  fill: none;
  flex: 0 0 1rem;
  height: 1rem;
  margin-top: 0.08rem;
  stroke: var(--champagne-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 1rem;
}

.ghk-cu-hero-visual {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(159, 126, 63, 0.32);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(73, 54, 22, 0.12);
  margin: 0;
  max-height: 31rem;
  overflow: hidden;
  position: relative;
}

.ghk-cu-hero-visual::after,
.ghk-cu-education-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: inherit;
  content: "";
  inset: 5px;
  pointer-events: none;
  position: absolute;
}

.ghk-cu-hero-visual img,
.ghk-cu-education-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ghk-cu-benefit-strip {
  background: #ffffff;
  border-bottom: 1px solid rgba(159, 126, 63, 0.16);
}

.ghk-cu-benefit-strip ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin-block: 0;
  padding-block: clamp(1.35rem, 2.5vw, 2rem);
}

.ghk-cu-benefit-strip li {
  min-width: 0;
  padding: 0 clamp(1rem, 2.3vw, 1.75rem);
  text-align: center;
}

.ghk-cu-benefit-strip li + li {
  border-left: 1px solid rgba(159, 126, 63, 0.2);
}

.ghk-cu-benefit-strip svg,
.ghk-cu-guidance-list svg {
  fill: none;
  stroke: var(--champagne-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.ghk-cu-benefit-strip svg {
  height: 2rem;
  width: 2rem;
}

.ghk-cu-benefit-strip h2 {
  color: var(--champagne-dark);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  margin: 0.65rem 0 0;
  text-transform: uppercase;
}

.ghk-cu-benefit-strip p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0.42rem auto 0;
  max-width: 13rem;
}

.ghk-cu-section {
  background: #ffffff;
  padding-block: clamp(3.4rem, 6vw, 5.4rem);
}

.ghk-cu-section h2,
.ghk-cu-closing h2 {
  font-size: clamp(2.55rem, 4.1vw, 3.8rem);
  line-height: 0.98;
  margin: 0.65rem 0 0;
}

.ghk-cu-section-copy > p:not(.ghk-cu-section-label) {
  color: var(--muted);
  line-height: 1.68;
  margin: 0.9rem 0 0;
  max-width: 37rem;
}

.ghk-cu-education {
  padding-bottom: clamp(3rem, 5vw, 4.4rem);
}

.ghk-cu-education-layout {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5.2rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.ghk-cu-education-visual {
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(159, 126, 63, 0.25);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(73, 54, 22, 0.08);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.ghk-cu-potential {
  border-block: 1px solid rgba(159, 126, 63, 0.15);
  padding-block: clamp(2.8rem, 4vw, 3.8rem);
}

.ghk-cu-centered-heading {
  margin-inline: auto;
  max-width: 43rem;
  text-align: center;
}

.ghk-cu-potential-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
}

.ghk-cu-potential-grid li {
  align-items: flex-start;
  border: 1px solid rgba(159, 126, 63, 0.24);
  border-radius: 12px;
  display: flex;
  gap: 0.65rem;
  min-height: 5rem;
  padding: 1rem;
}

.ghk-cu-potential-grid span {
  align-items: center;
  border: 1px solid var(--champagne-dark);
  border-radius: 50%;
  color: var(--champagne-dark);
  display: inline-flex;
  flex: 0 0 1.05rem;
  font-size: 0.62rem;
  height: 1.05rem;
  justify-content: center;
  margin-top: 0.12rem;
}

.ghk-cu-potential-grid p {
  color: var(--charcoal);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
}

.ghk-cu-guidance {
  padding-block: clamp(3rem, 4.8vw, 4.25rem);
}

.ghk-cu-guidance-panel {
  border-block: 1px solid rgba(159, 126, 63, 0.24);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  padding-block: clamp(1.55rem, 3vw, 2.35rem);
}

.ghk-cu-guidance-column {
  min-width: 0;
}

.ghk-cu-guidance-column + .ghk-cu-guidance-column {
  border-left: 1px solid rgba(159, 126, 63, 0.2);
}

.ghk-cu-guidance-panel h2 {
  font-size: clamp(2.25rem, 3.2vw, 3rem);
}

.ghk-cu-guidance-panel p:not(.ghk-cu-section-label) {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0.82rem 0 0;
}

.ghk-cu-guidance-list {
  display: grid;
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
}

.ghk-cu-guidance-list li {
  align-items: center;
  border-top: 1px solid rgba(159, 126, 63, 0.2);
  color: var(--charcoal);
  display: grid;
  font-size: 0.86rem;
  gap: 0.72rem;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  line-height: 1.45;
  min-height: 44px;
  padding-block: 0.58rem;
}

.ghk-cu-guidance-list li:last-child {
  border-bottom: 1px solid rgba(159, 126, 63, 0.2);
}

.ghk-cu-guidance-list svg {
  height: 1.35rem;
  width: 1.35rem;
}

.ghk-cu-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0 0;
}

.ghk-cu-facts div {
  display: flex;
  flex-direction: column;
  padding: 0.72rem 1rem 0.12rem 0;
}

.ghk-cu-facts div + div {
  border-left: 1px solid rgba(159, 126, 63, 0.22);
  padding-left: 1rem;
}

.ghk-cu-facts dt {
  order: 2;
  margin-top: 0.25rem;
}

.ghk-cu-facts dd {
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  order: 1;
}

.ghk-cu-suitability-list {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.ghk-cu-suitability-list li {
  border-top: 1px solid rgba(159, 126, 63, 0.2);
  color: var(--charcoal);
  font-size: 0.86rem;
  line-height: 1.45;
  padding: 0.62rem 0 0.62rem 0.9rem;
  position: relative;
}

.ghk-cu-suitability-list li::before {
  color: var(--champagne-dark);
  content: "•";
  left: 0.12rem;
  position: absolute;
}

.ghk-cu-guidance-panel .ghk-cu-provider-note {
  border-left: 2px solid rgba(159, 126, 63, 0.55);
  font-size: 0.8rem;
  margin-top: 1rem;
  padding-left: 0.8rem;
}

.ghk-cu-faq-section {
  background: var(--warm-white);
  border-top: 1px solid rgba(159, 126, 63, 0.14);
  padding-block: clamp(3.2rem, 5vw, 4.5rem);
}

.ghk-cu-faq-list {
  display: grid;
  gap: 0 2.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.7rem;
}

.ghk-cu-faq-list details {
  border-top: 1px solid rgba(159, 126, 63, 0.26);
}

.ghk-cu-faq-list details:nth-last-child(-n + 2) {
  border-bottom: 1px solid rgba(159, 126, 63, 0.26);
}

.ghk-cu-faq-list summary {
  align-items: center;
  color: var(--charcoal);
  cursor: pointer;
  display: flex;
  font-size: 0.86rem;
  font-weight: 650;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  min-height: 48px;
  padding: 0.72rem 0.25rem;
}

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

.ghk-cu-faq-list summary::after {
  color: var(--champagne-dark);
  content: "+";
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 500;
}

.ghk-cu-faq-list details[open] summary::after {
  content: "−";
}

.ghk-cu-faq-list summary:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(159, 126, 63, 0.5);
  outline-offset: 3px;
}

.ghk-cu-faq-list p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.62;
  margin: 0;
  padding: 0 2.2rem 1rem 0.25rem;
}

.ghk-cu-closing {
  background: #ffffff;
  padding-block: clamp(2rem, 4vw, 3.5rem) clamp(3.3rem, 5vw, 4.8rem);
}

.ghk-cu-closing-panel {
  align-items: center;
  background:
    radial-gradient(circle at 92% 20%, rgba(199, 168, 108, 0.2), transparent 34%),
    linear-gradient(110deg, var(--warm-white), rgba(251, 247, 239, 0.8));
  border: 1px solid rgba(159, 126, 63, 0.25);
  border-radius: 18px;
  display: flex;
  gap: 1.5rem 3rem;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.55rem, 3.4vw, 2.7rem);
  position: relative;
}

.ghk-cu-closing-panel::after {
  border: 1px solid var(--ghk-copper-soft);
  border-radius: 50%;
  content: "";
  height: 14rem;
  pointer-events: none;
  position: absolute;
  right: -7rem;
  top: -8rem;
  width: 14rem;
}

.ghk-cu-closing h2 {
  font-size: clamp(2.15rem, 3.5vw, 3.3rem);
}

.ghk-cu-closing .button {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 901px) {
  .ghk-cu-hero-copy {
    padding-left: clamp(0rem, 1.5vw, 1rem);
  }
}

@media (max-width: 1100px) {
  .ghk-cu-hero-layout {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem);
  }

  .ghk-cu-hero h1 {
    font-size: clamp(3.65rem, 6vw, 4.65rem);
  }
}

@media (max-width: 900px) {
  .ghk-cu-hero::after {
    inset: 55% 0 0;
  }

  .ghk-cu-hero-layout {
    gap: 1.8rem;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-block: 2.6rem 3rem;
  }

  .ghk-cu-hero-copy {
    max-width: 42rem;
  }

  .ghk-cu-hero h1 {
    font-size: clamp(3.7rem, 9vw, 4.8rem);
  }

  .ghk-cu-hero-visual {
    aspect-ratio: 16 / 9;
    max-height: none;
    width: 100%;
  }

  .ghk-cu-hero-visual img {
    object-position: center 35%;
  }

  .ghk-cu-benefit-strip ul,
  .ghk-cu-potential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghk-cu-benefit-strip li:nth-child(3) {
    border-left: 0;
  }

  .ghk-cu-benefit-strip li:nth-child(n + 3) {
    border-top: 1px solid rgba(159, 126, 63, 0.2);
    padding-top: 1.25rem;
  }

  .ghk-cu-benefit-strip li:nth-child(-n + 2) {
    padding-bottom: 1.25rem;
  }

  .ghk-cu-guidance-panel {
    grid-template-columns: 1fr;
  }

  .ghk-cu-guidance-column + .ghk-cu-guidance-column {
    border-left: 0;
    border-top: 1px solid rgba(159, 126, 63, 0.2);
    margin-top: 1.7rem;
    padding-top: 1.7rem;
  }
}

@media (min-width: 901px) {
  .ghk-cu-guidance-panel > div:first-child {
    padding-right: clamp(1.5rem, 4vw, 3rem);
  }

  .ghk-cu-guidance-panel > div:last-child {
    padding-left: clamp(1.5rem, 4vw, 3rem);
  }
}

@media (max-width: 759px) {
  .ghk-cu-education-layout,
  .ghk-cu-faq-list {
    grid-template-columns: 1fr;
  }

  .ghk-cu-education-layout {
    gap: 1.8rem;
  }

  .ghk-cu-education-visual {
    order: 2;
  }

  .ghk-cu-faq-list details:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ghk-cu-faq-list details:last-child {
    border-bottom: 1px solid rgba(159, 126, 63, 0.26);
  }

  .ghk-cu-closing-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .ghk-cu-breadcrumb {
    padding-block: 0.62rem;
  }

  .ghk-cu-breadcrumb ol {
    font-size: 0.61rem;
    gap: 0.35rem;
    letter-spacing: 0.07em;
  }

  .ghk-cu-breadcrumb li + li::before {
    margin-right: 0.35rem;
  }

  .ghk-cu-hero-layout {
    gap: 1.45rem;
    padding-block: 2.05rem 2.4rem;
  }

  .ghk-cu-hero h1 {
    font-size: clamp(2.85rem, 14vw, 3.65rem);
  }

  .ghk-cu-hero-lead {
    font-size: clamp(1.42rem, 7vw, 1.75rem);
    margin-top: 1rem;
  }

  .ghk-cu-hero-description {
    font-size: 0.91rem;
  }

  .ghk-cu-hero-actions .button,
  .ghk-cu-closing .button {
    justify-content: center;
    min-height: 48px;
    width: 100%;
  }

  .ghk-cu-hero-visual {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .ghk-cu-hero-visual img {
    object-position: center 34%;
  }

  .ghk-cu-benefit-strip ul {
    grid-template-columns: 1fr;
    padding-block: 0;
  }

  .ghk-cu-benefit-strip li {
    align-items: center;
    display: grid;
    gap: 0.2rem 0.85rem;
    grid-template-columns: 2rem 1fr;
    padding: 1rem 0;
    text-align: left;
  }

  .ghk-cu-benefit-strip li + li,
  .ghk-cu-benefit-strip li:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(159, 126, 63, 0.2);
    padding-top: 1rem;
  }

  .ghk-cu-benefit-strip li:nth-child(-n + 2) {
    padding-bottom: 1rem;
  }

  .ghk-cu-benefit-strip svg {
    grid-row: 1 / span 2;
  }

  .ghk-cu-benefit-strip h2,
  .ghk-cu-benefit-strip p {
    margin: 0;
    max-width: none;
  }

  .ghk-cu-section {
    padding-block: 3rem;
  }

  .ghk-cu-section h2,
  .ghk-cu-closing h2 {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .ghk-cu-centered-heading {
    text-align: left;
  }

  .ghk-cu-potential-grid {
    gap: 0.65rem;
    grid-template-columns: 1fr;
    margin-top: 1.35rem;
  }

  .ghk-cu-potential-grid li {
    min-height: 0;
    padding: 0.85rem;
  }

  .ghk-cu-facts {
    gap: 0.75rem;
  }

  .ghk-cu-suitability-list {
    grid-template-columns: 1fr;
  }

  .ghk-cu-faq-list {
    margin-top: 1.3rem;
  }

  .ghk-cu-faq-list summary {
    font-size: 0.82rem;
  }

  .ghk-cu-closing {
    padding-block: 1.4rem 3.2rem;
  }

  .ghk-cu-closing h2 br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ghk-cu-page *,
  .ghk-cu-page *::before,
  .ghk-cu-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
