﻿.hhg-homepage--editorial {
  background:
    radial-gradient(circle at top left, rgba(203, 173, 141, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(173, 180, 166, 0.18), transparent 22%),
    linear-gradient(180deg, #f8f3ee 0%, #f7f2ec 100%);
  color: #6d675d;
  overflow: hidden;
}

.hhg-homepage--editorial,
.hhg-homepage--editorial p,
.hhg-homepage--editorial li {
  font-family: var(--hhg-body);
}

.hhg-homepage--editorial::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)),
    radial-gradient(rgba(135, 124, 103, 0.16) 0.8px, transparent 0.8px);
  background-size: auto, 7px 7px;
  mix-blend-mode: multiply;
}

.hhg-home-shell {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 42px;
}

.hhg-home-hero,
.hhg-home-intro,
.hhg-home-story,
.hhg-home-symptoms,
.hhg-home-resources,
.hhg-home-love {
  position: relative;
  padding: 48px 0 28px;
}

.hhg-home-hero {
  padding-top: 44px;
}

.hhg-home-hero-grid,
.hhg-home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: center;
}

.hhg-home-split--compact {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
}

.hhg-home-copy {
  max-width: 560px;
}

.hhg-home-copy--hero {
  max-width: 530px;
}

.hhg-home-copy--welcome {
  max-width: 620px;
}

.hhg-home-copy--narrow {
  max-width: 470px;
}

.hhg-home-kicker {
  margin: 0 0 18px;
  color: var(--hhg-olive);
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hhg-homepage--editorial h1,
.hhg-homepage--editorial h2 {
  margin: 0 0 22px;
  font-family: var(--hhg-serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--hhg-olive);
}

.hhg-homepage--editorial h1 {
  font-size: clamp(2.9rem, 5vw, 4.9rem);
  max-width: 9ch;
  color: var(--hhg-tan);
}

.hhg-homepage--editorial h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.hhg-home-script {
  font-family: var(--hhg-accent);
  font-weight: 500;
  color: var(--hhg-tan);
}

.hhg-home-subtitle,
.hhg-homepage--editorial p {
  color: #6f6a60;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
}

.hhg-home-subtitle {
  max-width: 500px;
  margin: 0 0 28px;
}

.hhg-home-intro-label {
  margin: 10px 0 0;
  color: var(--hhg-olive);
  font-weight: 600;
}

.hhg-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hhg-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 34px;
  border-radius: 12px;
  background: var(--hhg-olive);
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(86, 84, 65, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.hhg-home-btn:hover {
  background: var(--hhg-olive-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(86, 84, 65, 0.24);
}

.hhg-home-btn--secondary {
  background: rgba(247, 244, 239, 0.82);
  border-color: rgba(128, 137, 111, 0.28);
  color: var(--hhg-olive);
  box-shadow: 0 8px 22px rgba(124, 114, 98, 0.12);
}

.hhg-home-btn--secondary:hover {
  background: rgba(255, 251, 246, 0.98);
  color: var(--hhg-olive-dark);
}

.hhg-home-visual {
  position: relative;
}

.hhg-home-photo-card {
  position: relative;
}

.hhg-home-photo {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(225, 217, 205, 0.95);
  background-color: #e8e0d5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 24px 60px rgba(124, 114, 98, 0.12);
}

.hhg-home-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247, 244, 239, 0.08), rgba(247, 244, 239, 0.18));
}

.hhg-home-photo--hero {
  background-position: center top;
}

.hhg-home-photo--portrait-main {
  background-position: center 28%;
}

.hhg-home-photo--consult {
  background-position: center 34%;
}

.hhg-home-photo--writing {
  background-position: center 30%;
}

.hhg-home-photo--clinic {
  background-position: center 38%;
}

.hhg-home-photo--large {
  min-height: 640px;
}

.hhg-home-photo--portrait {
  min-height: 560px;
}

.hhg-home-photo--square {
  min-height: 360px;
}

.hhg-home-photo-float {
  position: absolute;
  left: -24px;
  bottom: -28px;
}

.hhg-home-still-life {
  min-width: 230px;
  min-height: 138px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(247, 241, 235, 0.98), rgba(229, 220, 208, 0.92));
  border: 1px solid rgba(226, 217, 205, 0.95);
  box-shadow: 0 18px 40px rgba(124, 114, 98, 0.12);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #88816d;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hhg-home-checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 30px;
  display: grid;
  gap: 14px;
}

.hhg-home-checklist--tight {
  margin: 0;
}

.hhg-home-checklist li {
  position: relative;
  padding-left: 34px;
  color: #6c675d;
  font-size: 17px;
  line-height: 1.7;
}

.hhg-home-checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--hhg-olive);
  font-weight: 600;
}

.hhg-home-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 42px;
  margin: 18px 0 28px;
}

.hhg-home-love {
  padding-bottom: 84px;
}

.hhg-home-love-head {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.hhg-home-love-head h2 {
  margin-bottom: 0;
}

.hhg-home-love-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: left;
}

.hhg-home-love-stars {
  margin-bottom: 18px;
  color: #b49a73;
  letter-spacing: 0.18em;
  font-size: 20px;
}

.hhg-home-love-quote {
  margin: 0 0 14px;
  color: #6e675f;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.7;
  font-style: normal;
}

.hhg-home-love-name {
  margin: 0;
  color: #938c7e;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home .site-header,
.home .inside-header,
.home .main-navigation,
.home .main-navigation ul ul {
  background: transparent;
}

.home .site-header {
  padding-top: 16px;
}

.home .inside-header {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 42px;
}

.home .main-title a,
.home .main-navigation .main-nav ul li a,
.home .main-navigation .menu-toggle,
.home .main-navigation .menu-bar-items {
  color: #6f6b60;
}

.home .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.home .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.home .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a {
  color: #8a8b72;
}

.home .hhg-nav-cta a {
  border-radius: 999px;
  padding: 14px 28px;
  background: #8a8b72;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(86, 84, 65, 0.18);
}

.home .hhg-nav-cta a:hover {
  background: #77795f;
}

@media (max-width: 1024px) {
  .hhg-home-hero-grid,
  .hhg-home-split,
  .hhg-home-split--compact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hhg-home-copy,
  .hhg-home-copy--hero,
  .hhg-home-copy--welcome,
  .hhg-home-copy--narrow {
    max-width: 100%;
  }

  .hhg-homepage--editorial h1 {
    max-width: 12ch;
  }

  .hhg-home-photo-float {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 768px) {
  .hhg-home-shell,
  .home .inside-header {
    padding: 0 22px;
  }

  .hhg-home-hero,
  .hhg-home-intro,
  .hhg-home-story,
  .hhg-home-symptoms,
  .hhg-home-resources,
  .hhg-home-love {
    padding: 32px 0 18px;
  }

  .hhg-home-photo--large {
    min-height: 420px;
  }

  .hhg-home-photo--portrait {
    min-height: 400px;
  }

  .hhg-home-photo--square {
    min-height: 260px;
  }

  .hhg-home-list-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hhg-home-actions {
    flex-direction: column;
  }

  .hhg-home-btn {
    width: 100%;
  }

  .hhg-home-love-card {
    text-align: center;
  }
}

.hhg-home-approach,
.hhg-home-work,
.hhg-home-optin,
.hhg-home-reviews,
.hhg-home-blog,
.hhg-home-instagram {
  position: relative;
  padding: 48px 0 28px;
}

.hhg-home-approach {
  background: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
}

.hhg-home-section-head {
  margin-bottom: 28px;
}

.hhg-home-section-head--split {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}

.hhg-home-copy--approach {
  max-width: 640px;
}

.hhg-home-note {
  margin: 20px 0 28px;
  padding: 24px 26px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(203, 173, 141, 0.18);
  box-shadow: 0 16px 34px rgba(124, 114, 98, 0.08);
}

.hhg-home-note h3,
.hhg-home-tile h3,
.hhg-home-blog-card h3 {
  margin: 0 0 10px;
  font-family: var(--hhg-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--hhg-olive);
}

.hhg-home-tile-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.hhg-home-tile {
  padding: 26px 22px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.88);
  border: 1px solid rgba(203, 173, 141, 0.16);
  box-shadow: 0 18px 38px rgba(124, 114, 98, 0.08);
}

.hhg-home-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--hhg-olive);
  text-decoration: none;
  font-weight: 600;
}

.hhg-home-text-link:hover {
  color: var(--hhg-olive-dark);
}

.hhg-home-optin-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,250,244,0.96), rgba(242,234,225,0.88));
  border: 1px solid rgba(203, 173, 141, 0.2);
  box-shadow: 0 24px 54px rgba(124, 114, 98, 0.1);
}

.hhg-home-optin-form-wrap {
  display: grid;
  gap: 14px;
}

.hhg-home-optin-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.hhg-home-symptoms--expanded .hhg-home-copy {
  max-width: 100%;
}

.hhg-home-symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 42px;
  margin: 18px 0 28px;
}

.hhg-home-review-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.hhg-home-review-card {
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(203, 173, 141, 0.18);
  box-shadow: 0 16px 34px rgba(124, 114, 98, 0.08);
}

.hhg-home-review-quote {
  margin: 0 0 14px;
  color: #6e675f;
  line-height: 1.8;
}

.hhg-home-review-name {
  margin: 0;
  color: #938c7e;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hhg-home-blog-grid,
.hhg-home-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hhg-home-blog-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(203, 173, 141, 0.16);
  box-shadow: 0 16px 34px rgba(124, 114, 98, 0.08);
}

.hhg-home-blog-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  background: linear-gradient(135deg, #d7c8b6 0%, #f0e6db 34%, #d8d4ca 100%);
  color: #8d8579;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-decoration: none;
}

.hhg-home-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hhg-home-blog-body {
  padding: 22px;
}

.hhg-home-blog-date {
  margin: 0 0 10px;
  color: #938c7e;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hhg-home-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.hhg-home-instagram-card {
  display: grid;
  gap: 12px;
  text-decoration: none;
}

.hhg-home-instagram-image {
  display: block;
  min-height: 280px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 34px rgba(124, 114, 98, 0.08);
}

.hhg-home-instagram-label {
  color: var(--hhg-olive);
  font-weight: 600;
}

@media (max-width: 1180px) {
  .hhg-home-tile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .hhg-home-optin-card,
  .hhg-home-section-head--split,
  .hhg-home-blog-grid,
  .hhg-home-instagram-grid,
  .hhg-home-symptom-grid {
    grid-template-columns: 1fr;
  }

  .hhg-home-section-head--split {
    display: grid;
    align-items: start;
  }

  .hhg-home-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hhg-home-approach,
  .hhg-home-work,
  .hhg-home-optin,
  .hhg-home-reviews,
  .hhg-home-blog,
  .hhg-home-instagram {
    padding: 32px 0 18px;
  }

  .hhg-home-optin-card {
    padding: 22px;
  }

  .hhg-home-tile-grid,
  .hhg-home-blog-grid,
  .hhg-home-instagram-grid {
    grid-template-columns: 1fr;
  }
}

.home,
.home body,
.home #page,
.home .site,
.home .site-content {
  background: transparent;
}

.home .site.grid-container.container {
  padding-left: 0;
  padding-right: 0;
}

/* Homepage full-canvas overrides */
.hhg-homepage--editorial {
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(203, 173, 141, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(173, 180, 166, 0.18), transparent 22%),
    linear-gradient(180deg, #f8f3ee 0%, #f7f2ec 100%) !important;
}

.hhg-home-shell {
  max-width: 1480px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 768px) {
  .hhg-home-shell {
    padding-left: 18px;
    padding-right: 18px;
  }
}
