@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap");

html:has(.hhc-premium),
body:has(.hhc-premium) {
  overflow-x: clip;
}

.hhc-premium {
  --hhc-ink: #17231c;
  --hhc-forest: #1f3429;
  --hhc-deep: #0f1d16;
  --hhc-moss: #30483a;
  --hhc-sage: #9cab91;
  --hhc-ivory: #fbf8f2;
  --hhc-paper: #fffefa;
  --hhc-linen: #e9e2d8;
  --hhc-gold: #c9a96e;
  --hhc-rose: #c9968c;
  --hhc-clay: #75584f;
  --hhc-muted: #6e706a;
  --hhc-line: rgba(23, 35, 28, .14);
  --hhc-shadow: 0 24px 70px rgba(15, 29, 22, .16);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: clip;
  background: var(--hhc-ivory);
  color: var(--hhc-ink);
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
}

.entry-content > .hhc-premium,
.wp-block-post-content > .hhc-premium {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.hhc-premium,
.hhc-premium * {
  box-sizing: border-box;
}

.hhc-premium h1,
.hhc-premium h2,
.hhc-premium h3,
.hhc-premium p {
  margin-top: 0;
}

.hhc-premium h1,
.hhc-premium h2,
.hhc-premium h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hhc-premium a {
  color: inherit;
}

.hhc-premium img {
  display: block;
  width: 100%;
}

.hhc-premium__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hhc-premium__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--hhc-gold);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hhc-premium__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.hhc-premium__eyebrow--forest {
  color: var(--hhc-moss);
}

.hhc-premium__button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hhc-premium__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.hhc-premium__button:hover,
.hhc-premium__button:focus-visible {
  transform: translateY(-2px);
}

.hhc-premium__button--gold {
  background: var(--hhc-gold);
  color: var(--hhc-deep) !important;
}

.hhc-premium__button--light {
  border-color: rgba(255, 254, 250, .58);
  background: rgba(255, 254, 250, .08);
  color: var(--hhc-paper) !important;
}

.hhc-premium__button--forest {
  background: var(--hhc-forest);
  color: var(--hhc-paper) !important;
}

.hhc-premium__button--outline {
  border-color: var(--hhc-moss);
  color: var(--hhc-moss) !important;
}

.hhc-premium__hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  color: var(--hhc-paper);
  background-color: var(--hhc-deep);
  background-image:
    linear-gradient(90deg, rgba(8, 17, 12, .98) 0%, rgba(8, 17, 12, .91) 42%, rgba(8, 17, 12, .32) 72%, rgba(8, 17, 12, .14) 100%),
    url("https://herholisticcoach.site/private-mentoring-assets/alisha-private-mentoring-hero.png");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: cover, auto 100%;
}

.hhc-premium__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(201, 169, 110, .44);
}

.hhc-premium__hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 94px 0 88px;
}

.hhc-premium__hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--hhc-paper);
  font-size: 76px;
  line-height: .94;
}

.hhc-home-v2 .hhc-premium__hero h1 {
  font-size: 72px;
  text-transform: uppercase;
}

.hhc-premium__hero-statement {
  max-width: 650px;
  margin: 0 0 20px;
  color: var(--hhc-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.08;
}

.hhc-premium__hero-lead {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(255, 254, 250, .84);
  font-size: 18px;
  line-height: 1.75;
}

.hhc-premium__hero-note {
  margin: 18px 0 0;
  color: rgba(255, 254, 250, .68);
  font-size: 13px;
  line-height: 1.6;
}

.hhc-premium__trust {
  background: var(--hhc-paper);
  border-bottom: 1px solid var(--hhc-line);
}

.hhc-premium__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hhc-premium__trust-item {
  min-height: 112px;
  padding: 26px 30px;
  border-right: 1px solid var(--hhc-line);
}

.hhc-premium__trust-item:last-child {
  border-right: 0;
}

.hhc-premium__trust-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--hhc-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.hhc-premium__trust-item span {
  color: var(--hhc-muted);
  font-size: 13px;
  line-height: 1.55;
}

.hhc-premium__section {
  padding: 104px 0;
}

.hhc-premium__section--paper {
  background: var(--hhc-paper);
}

.hhc-premium__section--dark {
  background: var(--hhc-deep);
  color: var(--hhc-paper);
}

.hhc-premium__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 78px;
  align-items: center;
}

.hhc-premium__split--wide-copy {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}

.hhc-premium__section h2 {
  max-width: 780px;
  margin: 0 0 26px;
  color: var(--hhc-ink);
  font-size: 50px;
  line-height: 1.02;
}

.hhc-premium__section--dark h2 {
  color: var(--hhc-paper);
}

.hhc-premium__body {
  color: var(--hhc-muted);
  font-size: 17px;
  line-height: 1.82;
}

.hhc-premium__body p {
  margin-bottom: 18px;
}

.hhc-premium__body strong {
  color: var(--hhc-forest);
}

.hhc-premium__section--dark .hhc-premium__body {
  color: rgba(255, 254, 250, .72);
}

.hhc-premium__section--dark .hhc-premium__body strong {
  color: var(--hhc-gold);
}

.hhc-premium__image {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--hhc-shadow);
  background: var(--hhc-linen);
}

.hhc-premium__image img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hhc-premium__image--portrait img {
  object-position: center 18%;
}

.hhc-premium__image-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 254, 250, .3);
  border-radius: 4px;
  background: rgba(15, 29, 22, .82);
  color: var(--hhc-paper);
  backdrop-filter: blur(12px);
}

.hhc-premium__image-caption strong {
  display: block;
  margin-bottom: 5px;
  color: var(--hhc-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.hhc-premium__image-caption span {
  font-size: 13px;
  line-height: 1.55;
}

.hhc-premium__signal-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--hhc-line);
}

.hhc-premium__signal {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hhc-line);
}

.hhc-premium__signal span {
  color: var(--hhc-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.hhc-premium__signal strong {
  display: block;
  margin-bottom: 5px;
  color: var(--hhc-forest);
  font-size: 15px;
}

.hhc-premium__signal p {
  margin: 0;
  color: var(--hhc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.hhc-premium__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid var(--hhc-line);
  border-bottom: 1px solid var(--hhc-line);
}

.hhc-premium__step {
  min-height: 285px;
  padding: 34px 30px;
  border-right: 1px solid var(--hhc-line);
}

.hhc-premium__step:last-child {
  border-right: 0;
}

.hhc-premium__step-number {
  display: block;
  margin-bottom: 42px;
  color: var(--hhc-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.hhc-premium__step h3 {
  margin: 0 0 12px;
  color: var(--hhc-forest);
  font-size: 27px;
  line-height: 1.08;
}

.hhc-premium__step p {
  margin: 0;
  color: var(--hhc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.hhc-premium__scan-band {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  color: var(--hhc-paper);
  background-color: var(--hhc-deep);
  background-image:
    linear-gradient(90deg, rgba(15, 29, 22, .98) 0%, rgba(15, 29, 22, .92) 52%, rgba(15, 29, 22, .35) 100%),
    url("https://herholisticcoach.site/private-mentoring-assets/alisha-video-mentoring.png");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: cover, auto 100%;
}

.hhc-premium__scan-copy {
  max-width: 650px;
  padding: 92px 0;
}

.hhc-premium__scan-band h2 {
  margin: 0 0 24px;
  color: var(--hhc-paper);
  font-size: 56px;
  line-height: 1;
}

.hhc-premium__scan-band p {
  max-width: 610px;
  color: rgba(255, 254, 250, .78);
  font-size: 17px;
  line-height: 1.78;
}

.hhc-premium__scan-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 660px;
  margin: 32px 0;
  border-top: 1px solid rgba(255, 254, 250, .2);
  border-bottom: 1px solid rgba(255, 254, 250, .2);
}

.hhc-premium__scan-fact {
  padding: 18px 18px 18px 0;
}

.hhc-premium__scan-fact strong {
  display: block;
  color: var(--hhc-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.hhc-premium__scan-fact span {
  color: rgba(255, 254, 250, .64);
  font-size: 12px;
}

.hhc-premium__standards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 254, 250, .15);
  border: 1px solid rgba(255, 254, 250, .15);
}

.hhc-premium__standard {
  min-height: 210px;
  padding: 30px;
  background: var(--hhc-deep);
}

.hhc-premium__standard span {
  display: block;
  margin-bottom: 32px;
  color: var(--hhc-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.hhc-premium__standard h3 {
  margin: 0 0 10px;
  color: var(--hhc-paper);
  font-size: 25px;
  line-height: 1.08;
}

.hhc-premium__standard p {
  margin: 0;
  color: rgba(255, 254, 250, .65);
  font-size: 14px;
  line-height: 1.65;
}

.hhc-premium__pathways {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 14px;
  margin-top: 46px;
}

.hhc-premium__pathway {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid var(--hhc-line);
  border-radius: 6px;
  background: var(--hhc-paper);
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease;
}

.hhc-premium__pathway:hover,
.hhc-premium__pathway:focus-visible {
  transform: translateY(-3px);
  border-color: var(--hhc-gold);
}

.hhc-premium__pathway--primary {
  color: var(--hhc-paper) !important;
  background-color: var(--hhc-forest);
  background-image:
    linear-gradient(180deg, rgba(31, 52, 41, .16), rgba(15, 29, 22, .95)),
    url("https://herholisticcoach.site/private-mentoring-assets/alisha-video-mentoring.png");
  background-position: center;
  background-size: cover;
}

.hhc-premium__pathway small {
  display: block;
  margin-bottom: 10px;
  color: var(--hhc-rose);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hhc-premium__pathway--primary small {
  color: var(--hhc-gold);
}

.hhc-premium__pathway h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.05;
}

.hhc-premium__pathway p {
  margin: 0;
  color: var(--hhc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.hhc-premium__pathway--primary p {
  color: rgba(255, 254, 250, .72);
}

.hhc-premium__final {
  position: relative;
  padding: 110px 0;
  background: var(--hhc-linen);
  text-align: center;
}

.hhc-premium__final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 84px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--hhc-gold);
}

.hhc-premium__final h2 {
  max-width: 760px;
  margin: 0 auto 20px;
  color: var(--hhc-ink);
  font-size: 54px;
  line-height: 1;
}

.hhc-premium__final p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: var(--hhc-muted);
  font-size: 17px;
  line-height: 1.75;
}

.hhc-premium__final .hhc-premium__button-row {
  justify-content: center;
}

@media (max-width: 900px) {
  .hhc-premium__hero {
    min-height: calc(100svh - 118px);
    background-image:
      linear-gradient(180deg, rgba(8, 17, 12, .18) 0%, rgba(8, 17, 12, .36) 35%, rgba(8, 17, 12, .98) 73%, rgba(8, 17, 12, 1) 100%),
      url("https://herholisticcoach.site/private-mentoring-assets/alisha-private-mentoring-hero.png");
    background-position: center, 66% top;
    background-size: cover, auto 58%;
    align-items: end;
  }

  .hhc-premium__hero-copy {
    max-width: 720px;
    padding: 360px 0 58px;
  }

  .hhc-premium__hero h1,
  .hhc-home-v2 .hhc-premium__hero h1 {
    font-size: 52px;
  }

  .hhc-premium__hero-statement {
    font-size: 29px;
  }

  .hhc-premium__split,
  .hhc-premium__split--wide-copy {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hhc-premium__steps,
  .hhc-premium__pathways {
    grid-template-columns: 1fr;
  }

  .hhc-premium__step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--hhc-line);
  }

  .hhc-premium__step:last-child {
    border-bottom: 0;
  }

  .hhc-premium__step-number {
    margin-bottom: 24px;
  }

  .hhc-premium__pathway {
    min-height: 235px;
  }

  .hhc-premium__scan-band {
    min-height: 760px;
    align-items: end;
    background-image:
      linear-gradient(180deg, rgba(15, 29, 22, .2) 0%, rgba(15, 29, 22, .42) 35%, rgba(15, 29, 22, .98) 72%, rgba(15, 29, 22, 1) 100%),
      url("https://herholisticcoach.site/private-mentoring-assets/alisha-video-mentoring.png");
    background-position: center, center top;
    background-size: cover, auto 60%;
  }

  .hhc-premium__scan-copy {
    padding: 400px 0 70px;
  }
}

@media (max-width: 640px) {
  .entry-content > .hhc-premium,
  .hhc-premium {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .hhc-premium__inner {
    width: min(100% - 32px, 1180px);
  }

  .hhc-premium__hero {
    min-height: calc(100svh - 104px);
  }

  .hhc-premium__hero-copy {
    padding: 315px 0 42px;
  }

  .hhc-premium__eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .hhc-premium__hero h1,
  .hhc-home-v2 .hhc-premium__hero h1 {
    font-size: 43px;
    line-height: .96;
  }

  .hhc-premium__hero-statement {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .hhc-premium__hero-lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hhc-premium__button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hhc-premium__button {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .hhc-premium__hero-note {
    margin-top: 14px;
    font-size: 12px;
  }

  .hhc-premium__trust-grid {
    grid-template-columns: 1fr;
  }

  .hhc-premium__trust-item {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--hhc-line);
  }

  .hhc-premium__trust-item:last-child {
    border-bottom: 0;
  }

  .hhc-premium__section {
    padding: 72px 0;
  }

  .hhc-premium__section h2,
  .hhc-premium__scan-band h2,
  .hhc-premium__final h2 {
    font-size: 38px;
    line-height: 1.03;
  }

  .hhc-premium__body,
  .hhc-premium__scan-band p,
  .hhc-premium__final p {
    font-size: 15px;
    line-height: 1.72;
  }

  .hhc-premium__image {
    min-height: 480px;
  }

  .hhc-premium__steps {
    margin-top: 34px;
  }

  .hhc-premium__step {
    padding: 28px 4px;
  }

  .hhc-premium__scan-band {
    min-height: 750px;
    background-size: cover, auto 54%;
  }

  .hhc-premium__scan-copy {
    padding: 350px 0 58px;
  }

  .hhc-premium__scan-facts {
    grid-template-columns: 1fr;
  }

  .hhc-premium__scan-fact {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 254, 250, .12);
  }

  .hhc-premium__scan-fact:last-child {
    border-bottom: 0;
  }

  .hhc-premium__standards {
    grid-template-columns: 1fr;
  }

  .hhc-premium__standard {
    min-height: 0;
  }

  .hhc-premium__pathway {
    min-height: 220px;
    padding: 24px;
  }

  .hhc-premium__final {
    padding: 82px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hhc-premium__button,
  .hhc-premium__pathway {
    transition: none;
  }
}

/* Premium site frame shared by Home and About. */
body:has(.hhc-premium) > .wp-site-blocks > .site-header,
body:has(.hhc-premium) > .wp-site-blocks > .site-footer,
body.page-id-1078 > .wp-site-blocks > .site-header,
body.page-id-1078 > .wp-site-blocks > .site-footer,
body.page-id-1107 > .wp-site-blocks > .site-header,
body.page-id-1107 > .wp-site-blocks > .site-footer {
  display: none !important;
}

body:has(.hhc-premium) .wp-block-post-content.has-global-padding,
body.page-id-1078 .wp-block-post-content.has-global-padding,
body.page-id-1107 .wp-block-post-content.has-global-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body:has(.hhc-premium) .wp-site-blocks > main,
body.page-id-1078 .wp-site-blocks > main,
body.page-id-1107 .wp-site-blocks > main {
  margin-block-start: 0 !important;
}

.hhc-premium {
  font-family: "DM Sans", Montserrat, Arial, sans-serif;
}

.hhc-premium h1,
.hhc-premium h2,
.hhc-premium h3,
.hhc-luxe-footer__brand strong {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.hhc-luxe-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 100;
  width: min(1060px, calc(100% - 32px));
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 18px;
  transform: translateX(-50%);
  border: 1px solid rgba(216, 180, 111, .28);
  border-radius: 999px;
  background: rgba(255, 250, 244, .86);
  box-shadow: 0 18px 60px rgba(15, 29, 22, .2);
  backdrop-filter: blur(18px);
}

.hhc-luxe-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--hhc-moss) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hhc-luxe-nav__mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 169, 110, .7);
  border-radius: 50%;
  background: rgba(255, 254, 250, .82);
  color: var(--hhc-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}

.hhc-luxe-nav__links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hhc-luxe-nav__links a {
  color: rgba(62, 47, 42, .72) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hhc-luxe-nav__links a:hover,
.hhc-luxe-nav__links a:focus-visible,
.hhc-luxe-nav__links a[aria-current="page"] {
  color: var(--hhc-moss) !important;
}

.hhc-luxe-nav__links .hhc-luxe-nav__cta {
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dfbd79, var(--hhc-gold));
  color: #211a16 !important;
  box-shadow: 0 12px 34px rgba(201, 169, 110, .24);
}

.hhc-luxe-nav__links .hhc-luxe-nav__cta--moss {
  background: var(--hhc-moss);
  color: var(--hhc-paper) !important;
  box-shadow: 0 12px 34px rgba(48, 72, 58, .2);
}

.hhc-luxe-mobile-nav {
  display: none;
}

.hhc-home-v2 .hhc-premium__hero,
.hhc-about-v2 .hhc-premium__hero {
  min-height: 100svh;
  background-color: #111711;
  background-image:
    linear-gradient(90deg, rgba(10, 18, 13, .99) 0%, rgba(15, 29, 22, .94) 43%, rgba(37, 30, 25, .25) 72%, rgba(37, 30, 25, .08) 100%),
    url("https://herholisticcoach.site/private-mentoring-assets/alisha-private-mentoring-hero.png");
  background-position: center, right center;
  background-size: cover, auto 100%;
}

.hhc-home-v2 .hhc-premium__hero-copy,
.hhc-about-v2 .hhc-premium__hero-copy {
  max-width: 800px;
  padding: 150px 0 104px;
}

.hhc-home-v2 .hhc-premium__hero h1 {
  max-width: 920px;
  margin-bottom: 28px;
  font-size: clamp(82px, 8vw, 138px);
  font-weight: 600;
  line-height: .84;
}

.hhc-about-v2 .hhc-premium__hero h1 {
  max-width: 840px;
  font-size: clamp(78px, 8vw, 132px);
  font-weight: 600;
  line-height: .88;
}

.hhc-home-v2 .hhc-premium__hero-statement,
.hhc-about-v2 .hhc-premium__hero-statement {
  max-width: 720px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.1vw, 50px);
  line-height: 1.02;
}

.hhc-home-v2 .hhc-premium__hero-lead,
.hhc-about-v2 .hhc-premium__hero-lead {
  max-width: 670px;
  font-size: 18px;
}

.hhc-premium__story-section {
  position: relative;
  background: #111711;
  color: var(--hhc-paper);
}

.hhc-premium__story-section h2 {
  max-width: 900px;
  color: var(--hhc-paper);
}

.hhc-premium__story-section .hhc-premium__eyebrow {
  color: var(--hhc-gold);
}

.hhc-story-chapters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.hhc-story-chapter {
  min-height: 590px;
  padding: 34px;
  border: 1px solid rgba(201, 169, 110, .24);
  border-radius: 6px;
  background: rgba(255, 254, 250, .055);
}

.hhc-story-chapter > span {
  display: block;
  margin-bottom: 70px;
  color: var(--hhc-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}

.hhc-story-chapter__kicker {
  margin: 0 0 14px;
  color: rgba(255, 254, 250, .58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hhc-story-chapter h3 {
  margin: 0 0 24px;
  color: var(--hhc-paper);
  font-size: 34px;
  line-height: 1.02;
}

.hhc-story-chapter p:not(.hhc-story-chapter__kicker) {
  margin: 0 0 18px;
  color: rgba(255, 254, 250, .72);
  font-size: 15px;
  line-height: 1.78;
}

.hhc-story-quote {
  max-width: 920px;
  margin: 72px 0 0;
  padding: 10px 0 10px 32px;
  border-left: 1px solid var(--hhc-gold);
  color: var(--hhc-paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-style: italic;
  line-height: 1.05;
}

.hhc-luxe-footer {
  padding: 82px 0 28px;
  border-top: 1px solid rgba(201, 169, 110, .22);
  background: #0d1711;
  color: var(--hhc-paper);
}

.hhc-luxe-footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 52px;
  padding-bottom: 64px;
}

.hhc-luxe-footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 420px;
}

.hhc-luxe-footer__brand strong {
  display: block;
  margin-bottom: 14px;
  color: var(--hhc-paper);
  font-size: 27px;
  line-height: 1;
}

.hhc-luxe-footer__brand p,
.hhc-luxe-footer__links span {
  margin: 0;
  color: rgba(255, 254, 250, .58);
  font-size: 13px;
  line-height: 1.7;
}

.hhc-luxe-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.hhc-luxe-footer__links > strong {
  margin-bottom: 4px;
  color: var(--hhc-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hhc-luxe-footer__links a {
  color: rgba(255, 254, 250, .78) !important;
  font-size: 13px;
  text-decoration: none;
}

.hhc-luxe-footer__links a:hover,
.hhc-luxe-footer__links a:focus-visible {
  color: var(--hhc-gold) !important;
}

.hhc-luxe-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 254, 250, .1);
  color: rgba(255, 254, 250, .42);
  font-size: 11px;
}

@media (max-width: 1080px) {
  .hhc-luxe-nav__links {
    gap: 10px;
  }

  .hhc-luxe-nav__links a {
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .hhc-luxe-nav {
    top: 10px;
    width: calc(100% - 18px);
  }

  .hhc-luxe-nav__links {
    display: none;
  }

  .hhc-luxe-mobile-nav {
    position: fixed;
    top: 76px;
    left: 50%;
    z-index: 99;
    width: calc(100% - 18px);
    display: block;
    padding: 7px 8px;
    transform: translateX(-50%);
    border: 1px solid rgba(216, 180, 111, .24);
    border-radius: 999px;
    background: rgba(255, 250, 244, .84);
    box-shadow: 0 18px 44px rgba(15, 29, 22, .16);
    backdrop-filter: blur(18px);
  }

  .hhc-luxe-mobile-nav nav {
    display: flex;
    align-items: center;
    gap: 9px;
    overflow-x: auto;
    padding: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .hhc-luxe-mobile-nav nav::-webkit-scrollbar {
    display: none;
  }

  .hhc-luxe-mobile-nav a {
    flex: 0 0 auto;
    padding: 9px 14px;
    scroll-snap-align: start;
    border: 1px solid rgba(201, 169, 110, .2);
    border-radius: 999px;
    background: rgba(255, 254, 250, .64);
    color: rgba(62, 47, 42, .76) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hhc-luxe-mobile-nav .hhc-luxe-mobile-nav__cta {
    border-color: rgba(201, 169, 110, .44);
    background: linear-gradient(135deg, #dfbd79, var(--hhc-gold));
    color: #211a16 !important;
  }

  .hhc-home-v2 .hhc-premium__hero,
  .hhc-about-v2 .hhc-premium__hero {
    min-height: 100svh;
    background-image:
      linear-gradient(180deg, rgba(8, 17, 12, .12) 0%, rgba(8, 17, 12, .3) 38%, rgba(8, 17, 12, .96) 72%, rgba(8, 17, 12, 1) 100%),
      url("https://herholisticcoach.site/private-mentoring-assets/alisha-private-mentoring-hero.png");
    background-position: center, 44% top;
    background-size: cover, auto 58%;
  }

  .hhc-home-v2 .hhc-premium__hero-copy,
  .hhc-about-v2 .hhc-premium__hero-copy {
    padding-top: 390px;
  }

  .hhc-story-chapters {
    grid-template-columns: 1fr;
  }

  .hhc-story-chapter {
    min-height: 0;
  }

  .hhc-story-chapter > span {
    margin-bottom: 36px;
  }

  .hhc-luxe-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hhc-luxe-nav__brand {
    font-size: 11px;
    letter-spacing: .1em;
  }

  .hhc-home-v2 .hhc-premium__hero h1,
  .hhc-about-v2 .hhc-premium__hero h1 {
    font-size: 52px;
    line-height: .9;
  }

  .hhc-home-v2 .hhc-premium__hero-statement,
  .hhc-about-v2 .hhc-premium__hero-statement {
    font-size: 28px;
  }

  .hhc-home-v2 .hhc-premium__hero-copy,
  .hhc-about-v2 .hhc-premium__hero-copy {
    padding: 350px 0 50px;
  }

  .hhc-story-chapter {
    padding: 26px;
  }

  .hhc-story-chapter h3 {
    font-size: 30px;
  }

  .hhc-story-quote {
    margin-top: 54px;
    padding-left: 22px;
    font-size: 36px;
  }

  .hhc-luxe-footer {
    padding-top: 66px;
  }

  .hhc-luxe-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hhc-luxe-footer__base {
    flex-direction: column;
  }
}
