/** Shopify CDN: Minification failed

Line 3372:0 Unexpected "}"

**/
/* =========================================================
GHAMAHEALTH SPRING / SUMMER FRONT PAGE
File: gh-seasonal.css
CSS only — do not include <style> tags
========================================================= */

/* =========================================================

1. SPRING / SUMMER HERO
   Hero + SVG wavy trust icon band
   ========================================================= */

.gh-ss-hero {
--gh-teal: #006D65;
--gh-teal-dark: #0E4A45;
--gh-ink: #123B37;
--gh-text: #3E5B58;
--gh-gold: #D2A63C;
--gh-ivory: #FBF8F2;
--gh-soft-line: rgba(16, 74, 69, 0.12);

width: 100%;
overflow: hidden;
background: var(--gh-ivory);
color: var(--gh-text);
font-family: inherit;
}

.gh-ss-hero *,
.gh-ss-hero *::before,
.gh-ss-hero *::after {
box-sizing: border-box;
}

.gh-ss-hero__main {
position: relative;
min-height: clamp(560px, 38vw, 740px);
background-color: var(--gh-ivory);
background-image: url("/cdn/shop/files/Summer_Wellness_1.png?v=1782254325");
background-size: cover;
background-position: center 42%;
background-repeat: no-repeat;
}

.gh-ss-hero__main::before {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(
90deg,
rgba(251,248,242,0.98) 0%,
rgba(251,248,242,0.90) 16%,
rgba(251,248,242,0.62) 31%,
rgba(251,248,242,0.28) 46%,
rgba(251,248,242,0.04) 63%,
rgba(251,248,242,0) 100%
);
z-index: 1;
pointer-events: none;
}

.gh-ss-hero__inner {
position: relative;
z-index: 2;
width: 100%;
min-height: clamp(560px, 38vw, 740px);
margin: 0;
padding: clamp(46px, 4vw, 76px) clamp(22px, 4vw, 72px) clamp(108px, 6vw, 130px);
display: flex;
align-items: center;
}

.gh-ss-hero__content {
max-width: 530px;
margin-left: 0;
}

.gh-ss-eyebrow {
margin: 0 0 16px;
color: var(--gh-teal);
font-size: 13px;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
}

.gh-ss-eyebrow::after {
content: "";
display: block;
width: 60px;
height: 2px;
margin-top: 12px;
background: var(--gh-gold);
border-radius: 99px;
}

.gh-ss-hero h1 {
margin: 0 0 14px;
color: var(--gh-ink);
font-size: clamp(42px, 4.7vw, 74px);
line-height: 0.98;
letter-spacing: -0.045em;
font-weight: 500;
}

.gh-ss-hero__text {
max-width: 470px;
margin: 0 0 26px;
color: var(--gh-text);
font-size: 17px;
line-height: 1.62;
}

.gh-ss-hero__buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.gh-ss-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 13px 24px;
border-radius: 999px;
font-size: 14px;
font-weight: 800;
line-height: 1;
text-decoration: none !important;
transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.gh-ss-btn:hover {
transform: translateY(-1px);
opacity: .96;
}

.gh-ss-btn--primary {
background: var(--gh-teal-dark);
color: #ffffff !important;
box-shadow: 0 10px 20px rgba(0, 77, 68, 0.16);
}

/* SVG wave */
.gh-ss-wave {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
height: 120px;
z-index: 3;
pointer-events: none;
}

.gh-ss-wave svg {
width: 100%;
height: 100%;
display: block;
}

.gh-ss-wave path {
fill: var(--gh-ivory);
}

/* Trust icon strip */
.gh-ss-trust-strip {
position: relative;
z-index: 4;
background: var(--gh-ivory);
padding: 0 24px 14px;
margin-top: -18px;
}

.gh-ss-trust-inner {
max-width: 1180px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 0;
align-items: stretch;
}

.gh-ss-trust-item {
position: relative;
min-height: 58px;
padding: 4px 14px;
display: grid;
place-items: center;
text-align: center;
color: var(--gh-teal-dark);
}

.gh-ss-trust-item:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 7px;
bottom: 7px;
width: 1px;
background: var(--gh-soft-line);
}

.gh-ss-trust-icon {
width: 35px;
height: 35px;
margin-bottom: 3px;
color: var(--gh-teal);
}

.gh-ss-trust-icon svg {
width: 100%;
height: 100%;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}

.gh-ss-trust-item span {
display: block;
font-size: 10.8px;
font-weight: 700;
line-height: 1.12;
}

@media (max-width: 1280px) {
.gh-ss-hero__main,
.gh-ss-hero__inner {
min-height: 600px;
}

.gh-ss-hero__inner {
padding: 48px 42px 96px;
}

.gh-ss-hero__main {
background-position: center 40%;
}

.gh-ss-wave {
height: 105px;
}
}

@media (max-width: 980px) {
.gh-ss-hero__main,
.gh-ss-hero__inner {
min-height: 420px;
}

.gh-ss-hero__main {
background-position: 58% 42%;
}

.gh-ss-hero__main::before {
background:
linear-gradient(
90deg,
rgba(251,248,242,0.98) 0%,
rgba(251,248,242,0.88) 26%,
rgba(251,248,242,0.52) 48%,
rgba(251,248,242,0.10) 70%,
rgba(251,248,242,0) 100%
);
}

.gh-ss-hero__inner {
padding: 34px 22px 72px;
}

.gh-ss-hero__content {
max-width: 48%;
}

.gh-ss-hero h1 {
font-size: clamp(32px, 5.8vw, 52px);
}

.gh-ss-hero__text {
max-width: 360px;
font-size: 15px;
}

.gh-ss-wave {
height: 82px;
}

.gh-ss-trust-strip {
margin-top: -14px;
padding: 0 12px 10px;
}

.gh-ss-trust-icon {
width: 24px;
height: 24px;
}

.gh-ss-trust-item span {
font-size: 9.2px;
}
}

@media (max-width: 620px) {
.gh-ss-hero__main,
.gh-ss-hero__inner {
min-height: 315px;
}

.gh-ss-hero__main {
background-size: cover;
background-position: 60% 44%;
}

.gh-ss-hero__inner {
padding: 20px 10px 48px;
}

.gh-ss-hero__content {
width: 48%;
max-width: 48%;
}

.gh-ss-eyebrow {
margin-bottom: 7px;
font-size: 7.3px;
letter-spacing: 0.1em;
}

.gh-ss-eyebrow::after {
width: 30px;
height: 1.5px;
margin-top: 5px;
}

.gh-ss-hero h1 {
margin-bottom: 7px;
font-size: clamp(20px, 6.3vw, 28px);
line-height: 1.02;
}

.gh-ss-hero__text {
max-width: 155px;
margin-bottom: 10px;
font-size: 9.2px;
line-height: 1.34;
}

.gh-ss-btn {
min-height: 30px;
padding: 7px 11px;
font-size: 9.2px;
}

.gh-ss-wave {
height: 58px;
}

.gh-ss-trust-strip {
margin-top: -10px;
padding: 0 6px 8px;
}

.gh-ss-trust-item {
min-height: 42px;
padding: 3px 2px;
}

.gh-ss-trust-item::after {
display: none;
}

.gh-ss-trust-icon {
width: 17px;
height: 17px;
margin-bottom: 2px;
}

.gh-ss-trust-item span {
font-size: 6.8px;
line-height: 1.05;
}
}

@media (max-width: 420px) {
.gh-ss-hero__main,
.gh-ss-hero__inner {
min-height: 300px;
}

.gh-ss-hero__main {
background-position: 90% 44%;
}

.gh-ss-hero__inner {
padding: 18px 9px 46px;
}

.gh-ss-hero h1 {
font-size: 20px;
}

.gh-ss-hero__text {
max-width: 148px;
font-size: 8.8px;
}

.gh-ss-btn {
min-height: 29px;
padding: 7px 10px;
font-size: 8.8px;
}

.gh-ss-wave {
height: 52px;
}

.gh-ss-trust-item span {
font-size: 6.5px;
}
}

/* =========================================================
2. SEASONAL PATHWAYS
Rounded soft green / ivory panel
========================================================= */

.gh-season-pathways {
--gh-teal: #006D65;
--gh-teal-dark: #0E4A45;
--gh-ink: #123B37;
--gh-text: #3E5B58;
--gh-ivory: #FBF8F2;
--gh-card: #FFFDF8;
--gh-border: rgba(16, 74, 69, 0.10);

width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
background: var(--gh-ivory);
padding: 18px clamp(20px, 3vw, 42px) 30px;
font-family: inherit;
color: var(--gh-text);
overflow: hidden;
}

.gh-season-pathways *,
.gh-season-pathways *::before,
.gh-season-pathways *::after {
box-sizing: border-box;
}

.gh-season-pathways__inner {
width: 100%;
margin: 0 auto;
padding: clamp(28px, 3.4vw, 46px) clamp(48px, 6vw, 120px) clamp(28px, 3.4vw, 46px) clamp(36px, 5.2vw, 110px);
display: grid;
grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
gap: clamp(24px, 3.4vw, 58px);
align-items: center;
background:
radial-gradient(circle at 7% 10%, rgba(255,255,255,0.92), transparent 34%),
linear-gradient(135deg, #EEF4EF 0%, #F3F7F2 48%, #F8F5ED 100%);
border: 1px solid rgba(16, 74, 69, 0.10);
border-radius: 32px;
overflow: hidden;
box-shadow: 0 14px 32px rgba(18, 61, 58, 0.05);
}

.gh-season-pathways__intro {
max-width: 320px;
}

.gh-season-pathways__eyebrow {
margin: 0 0 9px;
color: var(--gh-teal);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.gh-season-pathways h2 {
margin: 0 0 12px;
color: var(--gh-ink);
font-size: clamp(34px, 2.75vw, 50px);
line-height: 0.98;
letter-spacing: -0.04em;
font-weight: 500;
}

.gh-season-pathways__intro p {
margin: 0 0 16px;
color: var(--gh-text);
font-size: 15px;
line-height: 1.5;
}

.gh-season-pathways__btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 36px;
padding: 9px 17px;
border-radius: 999px;
border: 1px solid rgba(0, 109, 101, 0.35);
color: var(--gh-teal-dark) !important;
background: rgba(255,255,255,0.65);
font-size: 13px;
font-weight: 800;
line-height: 1;
text-decoration: none !important;
transition: all .2s ease;
}

.gh-season-pathways__btn:hover {
background: #ffffff;
transform: translateY(-1px);
}

.gh-season-pathways__cards {
width: 100%;
display: grid;
grid-template-columns: repeat(5, minmax(160px, 1fr));
gap: clamp(14px, 1.45vw, 22px);
}

.gh-season-card {
display: flex;
flex-direction: column;
min-height: auto;
overflow: hidden;
background: var(--gh-card);
border: 1px solid rgba(16, 74, 69, 0.10);
border-radius: 14px;
box-shadow: 0 8px 18px rgba(18, 61, 58, 0.06);
text-decoration: none !important;
color: var(--gh-teal-dark) !important;
transition: transform .2s ease, box-shadow .2s ease;
}

.gh-season-card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 22px rgba(18, 61, 58, 0.10);
}

.gh-season-card__image-wrap {
aspect-ratio: 2 / 3;
width: 100%;
overflow: hidden;
background: #f7f4ed;
}

.gh-season-card__image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}

.gh-season-card__label {
min-height: 42px;
padding: 7px 8px 8px;
display: grid;
place-items: center;
text-align: center;
color: var(--gh-teal-dark);
font-size: 13px;
font-weight: 800;
line-height: 1.08;
}

/* Large desktop */
@media (min-width: 1500px) {
.gh-season-pathways {
padding-left: clamp(28px, 3vw, 56px);
padding-right: clamp(28px, 3vw, 56px);
}

.gh-season-pathways__inner {
grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
padding-left: clamp(60px, 6vw, 130px);
padding-right: clamp(70px, 7vw, 150px);
gap: clamp(28px, 3.4vw, 62px);
}

.gh-season-pathways__cards {
grid-template-columns: repeat(5, minmax(180px, 1fr));
gap: clamp(16px, 1.45vw, 24px);
}
}

/* Very large desktop */
@media (min-width: 1900px) {
.gh-season-pathways {
padding-left: 60px;
padding-right: 60px;
}

.gh-season-pathways__inner {
padding-left: 150px;
padding-right: 170px;
}

.gh-season-pathways__cards {
grid-template-columns: repeat(5, minmax(195px, 1fr));
gap: 24px;
}
}

/* Tablet */
@media (max-width: 980px) {
.gh-season-pathways {
padding: 14px 14px 22px;
}

.gh-season-pathways__inner {
grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
gap: 18px;
padding: 22px 18px 22px 16px;
align-items: center;
border-radius: 26px;
}

.gh-season-pathways__intro {
max-width: 260px;
}

.gh-season-pathways h2 {
font-size: clamp(28px, 4vw, 36px);
}

.gh-season-pathways__intro p {
font-size: 14px;
}

.gh-season-pathways__cards {
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 7px;
}

.gh-season-card {
min-width: 0;
border-radius: 12px;
}

.gh-season-card__label {
min-height: 36px;
padding: 6px 4px 7px;
font-size: 9.5px;
line-height: 1.05;
}
}

/* Mobile */
@media (max-width: 620px) {
.gh-season-pathways {
padding: 12px 8px 18px;
}

.gh-season-pathways__inner {
grid-template-columns: 38% 62%;
gap: 7px;
padding: 14px 9px 14px 8px;
align-items: center;
border-radius: 20px;
}

.gh-season-pathways__intro {
max-width: none;
}

.gh-season-pathways__eyebrow {
margin-bottom: 6px;
font-size: 7.2px;
letter-spacing: 0.11em;
}

.gh-season-pathways h2 {
margin-bottom: 7px;
font-size: clamp(18px, 5.5vw, 23px);
line-height: 0.98;
letter-spacing: -0.04em;
}

.gh-season-pathways__intro p {
margin-bottom: 9px;
font-size: 8.5px;
line-height: 1.32;
}

.gh-season-pathways__btn {
min-height: 26px;
padding: 6px 8px;
font-size: 8.2px;
white-space: nowrap;
}

.gh-season-pathways__cards {
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 4px;
}

.gh-season-card {
min-width: 0;
border-radius: 8px;
box-shadow: 0 5px 10px rgba(18, 61, 58, 0.06);
}

.gh-season-card:hover {
transform: none;
}

.gh-season-card__label {
min-height: 24px;
padding: 3px 2px 4px;
font-size: 6.2px;
line-height: 1.02;
}
}

/* Very small mobile */
@media (max-width: 420px) {
.gh-season-pathways {
padding: 10px 7px 16px;
}

.gh-season-pathways__inner {
grid-template-columns: 35% 60%;
gap: 5px;
padding: 10px 7px 10px 6px;
border-radius: 16px;
}

.gh-season-pathways__intro {
padding-left: 9px;
}

.gh-season-pathways__eyebrow {
margin-bottom: 4px;
font-size: 5.6px;
letter-spacing: 0.08em;
}

.gh-season-pathways h2 {
max-width: 115px;
margin-bottom: 5px;
font-size: 14.8px;
line-height: 0.96;
letter-spacing: -0.035em;
}

.gh-season-pathways__intro p {
max-width: 122px;
margin-bottom: 6px;
font-size: 6.4px;
line-height: 1.22;
}

.gh-season-pathways__btn {
min-height: 20px;
padding: 5px 6px;
font-size: 6.4px;
}

.gh-season-pathways__cards {
gap: 4px;
}

.gh-season-card__label {
min-height: 22px;
font-size: 5.8px;
}
}


/* =========================================================
3. SEASONAL PRODUCTS
Softer product cards — no heavy image background
========================================================= */

.gh-season-products {
  --gh-teal: #006D65;
  --gh-teal-dark: #0E4A45;
  --gh-ink: #123B37;
  --gh-text: #3E5B58;
  --gh-gold: #D2A63C;
  --gh-ivory: #FBF8F2;
  --gh-mint: #E8F0EE;
  --gh-card: #FFFDF8;
  --gh-border: rgba(16, 74, 69, 0.11);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 12% 12%, rgba(232,240,238,0.72), transparent 34%),
    linear-gradient(180deg, #FBF8F2 0%, #F8F3EA 100%);
  padding: clamp(30px, 4vw, 56px) 0 clamp(34px, 4vw, 62px);
  font-family: inherit;
  color: var(--gh-text);
  overflow: hidden;
}

.gh-season-products *,
.gh-season-products *::before,
.gh-season-products *::after {
  box-sizing: border-box;
}

.gh-season-products__inner {
  width: 100%;
  padding: 0 clamp(36px, 5.2vw, 110px);
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}

.gh-season-products__intro {
  max-width: 320px;
}

.gh-season-products__eyebrow {
  margin: 0 0 10px;
  color: var(--gh-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gh-season-products h2 {
  margin: 0 0 14px;
  color: var(--gh-ink);
  font-size: clamp(34px, 2.8vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.gh-season-products__intro p {
  margin: 0 0 18px;
  color: var(--gh-text);
  font-size: 15px;
  line-height: 1.52;
}

.gh-season-products__main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--gh-teal-dark);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(0, 77, 68, 0.14);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.gh-season-products__main-btn:hover {
  transform: translateY(-1px);
  opacity: .96;
  box-shadow: 0 14px 24px rgba(0, 77, 68, 0.18);
}

.gh-season-products__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}

/* PRODUCT CARD - soft outline, no floating shadow */
.gh-product-card {
min-width: 0;
display: flex;
flex-direction: column;
overflow: hidden;
background: transparent;
border: 1px solid rgba(16, 74, 69, 0.14);
border-radius: 14px;
box-shadow: none;
transition: border-color .22s ease, background .22s ease;
}

.gh-product-card:hover {
transform: none;
border-color: rgba(0, 109, 101, 0.22);
box-shadow: none;
background: rgba(255,255,255,0.18);
}

.gh-product-card__image-link {
display: block;
padding: 18px 16px 10px;
background: transparent;
text-decoration: none !important;
}

.gh-product-card__body {
flex: 1;
padding: 10px 12px 13px;
display: flex;
flex-direction: column;
background: transparent;
}

.gh-product-card h3 {
  margin: 0 0 5px;
  color: var(--gh-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.22;
}

.gh-product-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.gh-product-card__tag {
  margin: 0 0 8px;
  color: var(--gh-text);
  font-size: 10.5px;
  line-height: 1.2;
}

.gh-product-card__price {
  margin: auto 0 10px;
  color: var(--gh-teal-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.gh-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 10px;
  border-radius: 8px;
  background: var(--gh-teal);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}

.gh-product-card__btn:hover {
  background: var(--gh-teal-dark);
  transform: translateY(-1px);
}

@media (min-width: 1500px) {
  .gh-season-products__inner {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    padding-left: clamp(60px, 6vw, 130px);
    padding-right: clamp(60px, 6vw, 130px);
  }

  .gh-season-products__grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }
}

@media (min-width: 1900px) {
  .gh-season-products__inner {
    padding-left: 150px;
    padding-right: 150px;
  }

  .gh-season-products__grid {
    grid-template-columns: repeat(4, minmax(240px, 1fr));
  }
}

@media (max-width: 980px) {
  .gh-season-products {
    padding: 24px 0 32px;
  }

  .gh-season-products__inner {
    grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
    gap: 18px;
    padding: 0 16px;
  }

  .gh-season-products__intro {
    max-width: 260px;
  }

  .gh-season-products h2 {
    font-size: clamp(28px, 4vw, 36px);
  }

  .gh-season-products__intro p {
    font-size: 14px;
  }

  .gh-season-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
  }

  .gh-product-card {
    border-radius: 12px;
  }

  .gh-product-card__image-link {
    padding: 10px 8px 6px;
  }

  .gh-product-card h3 {
    font-size: 10px;
  }

  .gh-product-card__tag {
    display: none;
  }

  .gh-product-card__price {
    font-size: 11px;
    margin-bottom: 7px;
  }

  .gh-product-card__btn {
    min-height: 28px;
    padding: 7px 6px;
    font-size: 9.4px;
  }
}

@media (max-width: 620px) {
  .gh-season-products {
    padding: 18px 0 24px;
  }

  .gh-season-products__inner {
    grid-template-columns: 38% 62%;
    gap: 8px;
    padding: 0 8px;
    align-items: center;
  }

  .gh-season-products__intro {
    max-width: none;
  }

  .gh-season-products__eyebrow {
    margin-bottom: 6px;
    font-size: 7.2px;
    letter-spacing: 0.11em;
  }

  .gh-season-products h2 {
    margin-bottom: 7px;
    font-size: clamp(18px, 5.5vw, 23px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .gh-season-products__intro p {
    margin-bottom: 9px;
    font-size: 8.5px;
    line-height: 1.32;
  }

  .gh-season-products__main-btn {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 8.2px;
    white-space: nowrap;
  }

  .gh-season-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .gh-product-card {
    border-radius: 9px;
    box-shadow: 0 5px 10px rgba(18, 61, 58, 0.05);
  }

  .gh-product-card:hover {
    transform: none;
  }

  .gh-product-card__image-link {
    padding: 6px 5px 4px;
  }

  .gh-product-card__body {
    padding: 5px 4px 5px;
  }

  .gh-product-card h3 {
    margin-bottom: 3px;
    font-size: 6.8px;
    line-height: 1.08;
  }

  .gh-product-card__price {
    margin-bottom: 5px;
    font-size: 7.2px;
  }

  .gh-product-card__btn {
    min-height: 20px;
    padding: 4px 4px;
    border-radius: 5px;
    font-size: 6.2px;
  }
}

@media (max-width: 420px) {
  .gh-season-products__inner {
    grid-template-columns: 35% 60%;
    gap: 5px;
    padding: 0 6px;
  }

  .gh-season-products__intro {
    padding-left: 9px;
  }

  .gh-season-products__eyebrow {
    margin-bottom: 4px;
    font-size: 5.6px;
    letter-spacing: 0.08em;
  }

  .gh-season-products h2 {
    max-width: 115px;
    margin-bottom: 5px;
    font-size: 14.8px;
    line-height: 0.96;
    letter-spacing: -0.035em;
  }

  .gh-season-products__intro p {
    max-width: 122px;
    margin-bottom: 6px;
    font-size: 6.4px;
    line-height: 1.22;
  }

  .gh-season-products__main-btn {
    min-height: 20px;
    padding: 5px 6px;
    font-size: 6.4px;
  }

  .gh-season-products__grid {
    gap: 5px;
  }

  .gh-product-card h3 {
    font-size: 6px;
  }

  .gh-product-card__price {
    font-size: 6.4px;
  }

  .gh-product-card__btn {
    min-height: 17px;
    font-size: 5.4px;
  }
}
/* =========================================================
3B. SHOP BY HEALTH GOAL
Compact navigation bridge
========================================================= */

.gh-health-goals {
--gh-teal: #006D65;
--gh-teal-dark: #0E4A45;
--gh-ink: #123B37;
--gh-text: #3E5B58;
--gh-gold: #D2A63C;
--gh-ivory: #FBF8F2;
--gh-border: rgba(16, 74, 69, 0.10);

width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
background: var(--gh-ivory);
padding: 18px clamp(20px, 3vw, 42px) 30px;
font-family: inherit;
color: var(--gh-text);
overflow: hidden;
}

.gh-health-goals *,
.gh-health-goals *::before,
.gh-health-goals *::after {
box-sizing: border-box;
}

.gh-health-goals__inner {
width: 100%;
margin: 0 auto;
padding: clamp(28px, 3.4vw, 46px) clamp(42px, 5vw, 92px);
display: grid;
grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
gap: clamp(28px, 4vw, 62px);
align-items: center;
background:
radial-gradient(circle at 8% 12%, rgba(255,255,255,0.92), transparent 35%),
linear-gradient(135deg, #FBF8F2 0%, #F8F3EA 52%, #EEF4EF 100%);
border: 1px solid var(--gh-border);
border-radius: 32px;
overflow: hidden;
box-shadow: 0 14px 32px rgba(18, 61, 58, 0.045);
}

.gh-health-goals__intro {
max-width: 320px;
}

.gh-health-goals__eyebrow {
margin: 0 0 9px;
color: var(--gh-gold);
font-size: 12px;
font-weight: 850;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.gh-health-goals h2 {
margin: 0 0 12px;
color: var(--gh-ink);
font-size: clamp(32px, 2.55vw, 46px);
line-height: 0.98;
letter-spacing: -0.04em;
font-weight: 500;
}

.gh-health-goals__intro p {
margin: 0;
color: var(--gh-text);
font-size: 15px;
line-height: 1.52;
}

.gh-health-goals__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}

.gh-health-goal-card {
min-width: 0;
min-height: 72px;
padding: 13px 14px;
display: grid;
grid-template-columns: 42px minmax(0, 1fr) auto;
gap: 12px;
align-items: center;
background: rgba(255,253,248,0.72);
border: 1px solid rgba(16, 74, 69, 0.12);
border-radius: 15px;
color: var(--gh-teal-dark) !important;
text-decoration: none !important;
box-shadow: none;
transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.gh-health-goal-card:hover {
transform: translateY(-2px);
background: rgba(255,255,255,0.92);
border-color: rgba(0,109,101,0.22);
}

.gh-health-goal-card__icon {
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: 999px;
background: rgba(232,240,238,0.78);
color: var(--gh-teal);
}

.gh-health-goal-card__icon svg {
width: 21px;
height: 21px;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}

.gh-health-goal-card strong,
.gh-health-goal-card em {
display: block;
font-style: normal;
line-height: 1.16;
}

.gh-health-goal-card strong {
margin-bottom: 4px;
color: var(--gh-teal-dark);
font-size: 13.5px;
font-weight: 850;
}

.gh-health-goal-card em {
color: var(--gh-text);
font-size: 11px;
}

.gh-health-goal-card b {
color: var(--gh-teal);
font-size: 22px;
font-weight: 400;
line-height: 1;
}

/* Tablet */
@media (max-width: 980px) {
.gh-health-goals {
padding: 14px 14px 22px;
}

.gh-health-goals__inner {
grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
gap: 18px;
padding: 22px 16px;
border-radius: 26px;
}

.gh-health-goals h2 {
font-size: clamp(27px, 4vw, 36px);
}

.gh-health-goals__intro p {
font-size: 13.5px;
}

.gh-health-goals__grid {
gap: 7px;
}

.gh-health-goal-card {
min-height: 56px;
padding: 8px 9px;
grid-template-columns: 28px minmax(0, 1fr) auto;
gap: 7px;
border-radius: 11px;
}

.gh-health-goal-card__icon {
width: 26px;
height: 26px;
}

.gh-health-goal-card__icon svg {
width: 16px;
height: 16px;
}

.gh-health-goal-card strong {
font-size: 9.6px;
margin-bottom: 2px;
}

.gh-health-goal-card em {
font-size: 8px;
}

.gh-health-goal-card b {
font-size: 15px;
}
}

/* Mobile */
@media (max-width: 620px) {
.gh-health-goals {
padding: 12px 8px 18px;
}

.gh-health-goals__inner {
grid-template-columns: 35% 65%;
gap: 7px;
padding: 14px 9px 14px 8px;
border-radius: 20px;
}

.gh-health-goals__eyebrow {
margin-bottom: 5px;
font-size: 6px;
letter-spacing: 0.09em;
}

.gh-health-goals h2 {
margin-bottom: 6px;
font-size: 14.8px;
line-height: 0.98;
}

.gh-health-goals__intro p {
font-size: 6.4px;
line-height: 1.25;
}

.gh-health-goals__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 4px;
}

.gh-health-goal-card {
min-height: 31px;
padding: 4px 4px;
grid-template-columns: 15px minmax(0, 1fr) auto;
gap: 3px;
border-radius: 6px;
}

.gh-health-goal-card__icon {
width: 14px;
height: 14px;
}

.gh-health-goal-card__icon svg {
width: 9px;
height: 9px;
}

.gh-health-goal-card strong {
margin-bottom: 1px;
font-size: 4.9px;
line-height: 1.05;
}

.gh-health-goal-card em {
font-size: 4.1px;
line-height: 1.05;
}

.gh-health-goal-card b {
font-size: 9px;
}
}

/* Very small mobile */
@media (max-width: 420px) {
.gh-health-goals {
padding: 10px 7px 16px;
}

.gh-health-goals__inner {
grid-template-columns: 35% 65%;
gap: 5px;
padding: 10px 7px 10px 6px;
border-radius: 16px;
}

.gh-health-goals__intro {
padding-left: 9px;
}

.gh-health-goals__eyebrow {
font-size: 5.4px;
}

.gh-health-goals h2 {
max-width: 118px;
font-size: 13.8px;
}

.gh-health-goals__intro p {
max-width: 122px;
font-size: 5.9px;
}

.gh-health-goal-card {
min-height: 29px;
}

.gh-health-goal-card strong {
font-size: 4.5px;
}

.gh-health-goal-card em {
font-size: 3.8px;
}
}

/* =========================================================
4. SEASONAL CONFIDENCE / SUPPORT BANNER
========================================================= */

.gh-season-confidence {
--gh-teal: #006D65;
--gh-teal-dark: #0E4A45;
--gh-ink: #123B37;
--gh-text: #3E5B58;
--gh-gold: #D2A63C;
--gh-ivory: #FBF8F2;
--gh-cream: #F8F3EA;
--gh-border: rgba(16, 74, 69, 0.10);

width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
background: var(--gh-ivory);
padding: 16px 28px 20px;
color: var(--gh-text);
font-family: inherit;
overflow: hidden;
box-sizing: border-box;
}

.gh-season-confidence *,
.gh-season-confidence *::before,
.gh-season-confidence *::after {
box-sizing: border-box;
}

.gh-season-confidence__inner {
width: 100%;
min-height: 265px;
margin: 0 auto;
padding: 0;
display: grid;
grid-template-columns: minmax(0, 43%) minmax(0, 31%) minmax(0, 26%);
gap: 0;
align-items: stretch;
background:
linear-gradient(90deg, #F8F3EA 0%, #FBF8F2 52%, #F8F3EA 100%);
border: 1px solid var(--gh-border);
border-radius: 30px;
overflow: hidden;
box-shadow: none;
}

.gh-season-confidence__image {
height: 100%;
min-height: 265px;
overflow: hidden;
background: transparent;
border-radius: 30px 0 0 30px;
}

.gh-season-confidence__image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: 48% center;
border-radius: 30px 0 0 30px;
}

.gh-season-confidence__content {
min-width: 0;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 430px;
padding: 28px 34px;
}

.gh-season-confidence__eyebrow {
margin: 0 0 8px;
color: var(--gh-gold);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.gh-season-confidence h2 {
margin: 0 0 10px;
color: var(--gh-ink);
font-size: clamp(25px, 2vw, 34px);
line-height: 1.02;
letter-spacing: -0.035em;
font-weight: 500;
}

.gh-season-confidence__content p {
margin: 0 0 12px;
color: var(--gh-text);
font-size: 13px;
line-height: 1.42;
}

.gh-season-confidence__btn {
width: fit-content;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 10px 20px;
border-radius: 999px;
border: 1px solid rgba(0, 109, 101, 0.36);
color: var(--gh-teal-dark) !important;
background: rgba(255,255,255,0.72);
font-size: 12.5px;
font-weight: 800;
line-height: 1;
text-decoration: none !important;
transition: transform .2s ease, background .2s ease, border-color .2s ease;
}


.gh-season-confidence__btn:hover {
transform: translateY(-1px);
background: #ffffff;
border-color: rgba(0, 109, 101, 0.44);
}

.gh-season-confidence__links {
  min-width: 0;
  width: 88%;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 20px 0;
}

.gh-season-confidence__link {
  width: 100%;
  min-width: 0;
  min-height: 80px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(16, 74, 69, 0.10);
  border-radius: 14px;
  box-shadow: none;
  color: var(--gh-teal-dark) !important;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.gh-season-confidence__link:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(0, 109, 101, 0.22);
}

.gh-season-confidence__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(232,240,238,0.72);
  color: var(--gh-teal);
}

.gh-season-confidence__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gh-season-confidence__link strong {
  display: block;
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.12;
}

.gh-season-confidence__link em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 10.8px;
  line-height: 1.2;
  color: var(--gh-text);
}

.gh-season-confidence__link b {
  color: var(--gh-teal);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1500px) {
.gh-season-confidence {
padding-left: 36px;
padding-right: 36px;
}

.gh-season-confidence__inner {
min-height: 280px;
grid-template-columns: minmax(0, 44%) minmax(0, 30%) minmax(0, 26%);
}

.gh-season-confidence__image {
min-height: 280px;
}

.gh-season-confidence__content {
padding: 32px 42px;
}

.gh-season-confidence__links {
padding: 28px 48px 28px 10px;
}
}

@media (max-width: 980px) {
.gh-season-confidence {
padding: 12px 14px 16px;
}

.gh-season-confidence__inner {
min-height: 175px;
grid-template-columns: minmax(0, 38%) minmax(0, 33%) minmax(0, 29%);
border-radius: 22px;
}

.gh-season-confidence__image {
min-height: 175px;
border-radius: 22px 0 0 22px;
}

.gh-season-confidence__image img {
object-position: 50% center;
border-radius: 22px 0 0 22px;
}

.gh-season-confidence__content {
padding: 14px 12px;
}

.gh-season-confidence__eyebrow {
margin-bottom: 5px;
font-size: 7px;
}

.gh-season-confidence h2 {
margin-bottom: 6px;
font-size: clamp(20px, 3vw, 27px);
}

.gh-season-confidence__content p {
margin-bottom: 8px;
font-size: 10px;
line-height: 1.32;
}

.gh-season-confidence__btn {
min-height: 27px;
padding: 7px 10px;
font-size: 9px;
}

.gh-season-confidence__links {
gap: 6px;
padding: 12px 10px 12px 4px;
}

.gh-season-confidence__link {
min-height: 43px;
padding: 7px 8px;
grid-template-columns: 25px minmax(0, 1fr) auto;
gap: 6px;
}

.gh-season-confidence__icon {
width: 24px;
height: 24px;
}

.gh-season-confidence__icon svg {
width: 16px;
height: 16px;
}

.gh-season-confidence__link strong {
font-size: 8.2px;
}

.gh-season-confidence__link em {
font-size: 7.8px;
}

.gh-season-confidence__link b {
font-size: 14px;
}
}

@media (max-width: 620px) {
.gh-season-confidence {
padding: 10px 7px 14px;
}

.gh-season-confidence__inner {
min-height: 108px;
grid-template-columns: minmax(0, 38%) minmax(0, 34%) minmax(0, 28%);
border-radius: 14px;
}

.gh-season-confidence__image {
min-height: 108px;
border-radius: 14px 0 0 14px;
}

.gh-season-confidence__image img {
object-position: 50% center;
border-radius: 14px 0 0 14px;
}

.gh-season-confidence__content {
padding: 7px 6px;
}

.gh-season-confidence__eyebrow {
margin-bottom: 3px;
font-size: 5px;
letter-spacing: 0.08em;
}

.gh-season-confidence h2 {
margin-bottom: 4px;
font-size: 12px;
line-height: 1;
}

.gh-season-confidence__content p {
margin-bottom: 5px;
font-size: 5.6px;
line-height: 1.2;
}

.gh-season-confidence__btn {
min-height: 18px;
padding: 4px 5px;
font-size: 5.2px;
}

.gh-season-confidence__links {
gap: 3px;
padding: 6px 5px 6px 2px;
}

.gh-season-confidence__link {
min-height: 24px;
padding: 3px 4px;
grid-template-columns: 14px minmax(0, 1fr) auto;
gap: 3px;
border-radius: 6px;
}

.gh-season-confidence__icon {
width: 14px;
height: 14px;
}

.gh-season-confidence__icon svg {
width: 9px;
height: 9px;
}

.gh-season-confidence__link strong {
font-size: 4.6px;
}

.gh-season-confidence__link em {
margin-top: 0;
font-size: 4.4px;
}

.gh-season-confidence__link b {
font-size: 9px;
}
}

@media (max-width: 420px) {
.gh-season-confidence__inner {
min-height: 100px;
grid-template-columns: minmax(0, 38%) minmax(0, 34%) minmax(0, 28%);
}

.gh-season-confidence__image {
min-height: 100px;
border-radius: 14px 0 0 14px;
}

.gh-season-confidence__image img {
border-radius: 14px 0 0 14px;
}

.gh-season-confidence__eyebrow {
font-size: 4.8px;
}

.gh-season-confidence h2 {
font-size: 11.5px;
}

.gh-season-confidence__content p {
font-size: 5.3px;
}

.gh-season-confidence__btn {
min-height: 17px;
font-size: 5px;
}

.gh-season-confidence__link {
min-height: 23px;
}

.gh-season-confidence__link strong {
font-size: 4.3px;
}

.gh-season-confidence__link em {
font-size: 4.1px;
}
}

/* =========================================================
5. SEASONAL LEARNING / RESOURCES
Learning cards + final search/email + values strip
========================================================= */

.gh-season-learning {
--gh-teal: #006D65;
--gh-teal-dark: #0E4A45;
--gh-ink: #123B37;
--gh-text: #3E5B58;
--gh-gold: #D2A63C;
--gh-ivory: #FBF8F2;
--gh-border: rgba(16, 74, 69, 0.10);

width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
background: var(--gh-ivory);
color: var(--gh-text);
font-family: inherit;
overflow: hidden;
}

.gh-season-learning *,
.gh-season-learning *::before,
.gh-season-learning *::after {
box-sizing: border-box;
}

/* Top learning area */
.gh-season-learning__top {
width: 100%;
padding: 42px clamp(34px, 5.5vw, 110px) 34px;
display: grid;
grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
gap: clamp(24px, 4vw, 64px);
align-items: center;
background: transparent;
}

.gh-season-learning__intro {
max-width: 300px;
}

.gh-season-learning__eyebrow {
margin: 0 0 11px;
color: var(--gh-gold);
font-size: 12px;
font-weight: 850;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.gh-season-learning h2 {
margin: 0 0 18px;
color: var(--gh-ink);
font-size: clamp(32px, 2.8vw, 48px);
line-height: 0.98;
letter-spacing: -0.04em;
font-weight: 500;
}

.gh-season-learning__btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 10px 18px;
border-radius: 999px;
border: 1px solid rgba(0, 109, 101, 0.34);
background: rgba(255,255,255,0.72);
color: var(--gh-teal-dark) !important;
font-size: 13px;
font-weight: 800;
line-height: 1;
text-decoration: none !important;
}

/* Learning cards - same visual style as product cards */
/* Learning cards - soft outline card like example */
.gh-season-learning__cards {
min-width: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(16px, 1.8vw, 26px);
}

.gh-learning-card {
min-width: 0;
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(255,255,255,0.22);
border: 1px solid rgba(16, 74, 69, 0.14);
border-radius: 14px;
box-shadow: none;
color: var(--gh-teal-dark) !important;
text-decoration: none !important;
transition: border-color .22s ease, background .22s ease;
}

.gh-learning-card:hover {
transform: none;
border-color: rgba(0, 109, 101, 0.22);
box-shadow: none;
background: rgba(255,255,255,0.30);
}

.gh-learning-card__image {
margin: 10px 10px 0;
width: calc(100% - 20px);
aspect-ratio: 1.85 / 1;
overflow: hidden;
background: transparent;
border: 1px solid rgba(16, 74, 69, 0.10);
border-radius: 10px;
}

.gh-learning-card__image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}

.gh-learning-card__body {
position: relative;
min-height: 72px;
padding: 12px 38px 14px 14px;
background: transparent;
}

.gh-learning-card__body strong {
display: block;
margin: 0 0 5px;
color: var(--gh-teal-dark);
font-size: 14px;
font-weight: 850;
line-height: 1.12;
}

.gh-learning-card__body span {
display: block;
color: var(--gh-text);
font-size: 11px;
line-height: 1.25;
}

.gh-learning-card__body b {
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
color: var(--gh-teal);
font-size: 24px;
font-weight: 400;
line-height: 1;
}

/* Tablet */
@media (max-width: 980px) {
.gh-season-learning__cards {
gap: 10px;
}

.gh-learning-card {
border-radius: 12px;
}

.gh-learning-card__image {
margin: 7px 7px 0;
width: calc(100% - 14px);
border-radius: 8px;
}

.gh-learning-card__body {
min-height: 62px;
padding: 10px 26px 10px 10px;
}

.gh-learning-card__body strong {
font-size: 11px;
}

.gh-learning-card__body span {
font-size: 9px;
}

.gh-learning-card__body b {
right: 9px;
font-size: 16px;
}
}

/* Mobile */
@media (max-width: 620px) {
.gh-season-learning__cards {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 5px;
}

.gh-learning-card {
border-radius: 7px;
box-shadow: none;
}

.gh-learning-card:hover {
transform: none;
}

.gh-learning-card__image {
margin: 3px 3px 0;
width: calc(100% - 6px);
aspect-ratio: 1.9 / 1;
border-radius: 4px;
}

.gh-learning-card__body {
min-height: 32px;
padding: 3px 8px 4px 4px;
}

.gh-learning-card__body strong {
margin-bottom: 1px;
font-size: 4.2px;
line-height: 1.02;
}

.gh-learning-card__body span {
font-size: 3.45px;
line-height: 1.05;
}

.gh-learning-card__body b {
right: 3px;
font-size: 7px;
}
}

/* Very small mobile */
@media (max-width: 420px) {
.gh-season-learning__cards {
gap: 4px;
}

.gh-learning-card__body {
min-height: 30px;
padding: 3px 7px 4px 3px;
}

.gh-learning-card__body strong {
font-size: 3.95px;
}

.gh-learning-card__body span {
font-size: 3.25px;
}
}

.gh-learning-card__body b {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
color: var(--gh-teal);
font-size: 24px;
font-weight: 400;
line-height: 1;
}

/* Final search + Wellness Circle */
.gh-final-actions {
width: 100%;
background: var(--gh-ivory);
padding: 28px clamp(34px, 5.5vw, 110px) 34px;
color: var(--gh-text);
font-family: inherit;
overflow: hidden;
}

.gh-final-actions *,
.gh-final-actions *::before,
.gh-final-actions *::after {
box-sizing: border-box;
}

.gh-final-actions__inner {
width: 100%;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(32px, 5vw, 64px);
align-items: stretch;
}

.gh-final-actions__search,
.gh-final-actions__subscribe {
min-width: 0;
max-width: 620px;
height: 100%;
padding: 0;
display: flex;
flex-direction: column;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}

.gh-final-actions__subscribe {
margin-left: auto;
}

.gh-final-actions__eyebrow {
margin: 0 0 12px;
color: var(--gh-teal);
font-size: 12px;
font-weight: 850;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.gh-final-actions h2 {
max-width: 500px;
margin: 0 0 14px;
color: var(--gh-ink);
font-size: clamp(24px, 1.9vw, 34px);
line-height: 1.08;
letter-spacing: -0.035em;
font-weight: 500;
}

.gh-final-actions p {
max-width: 560px;
margin: 0 0 12px;
color: var(--gh-text);
font-size: 15px;
line-height: 1.5;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
width: 100%;
max-width: 520px;
margin-top: 0;
padding: 0;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 8px;
align-items: center;
background: transparent;
border: 0;
border-radius: 0;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
width: 100%;
min-height: 44px;
padding: 11px 16px;
border: 1px solid rgba(16, 74, 69, 0.16);
border-radius: 999px;
background: rgba(255,255,255,0.68);
color: var(--gh-ink);
font-size: 14px;
font-family: inherit;
line-height: 1;
outline: none;
box-shadow: none;
}

.gh-final-actions input::placeholder {
color: rgba(62, 91, 88, 0.72);
}

.gh-final-actions input:focus {
border-color: rgba(0, 109, 101, 0.30);
background: rgba(255,255,255,0.88);
}

.gh-final-actions button {
min-height: 44px;
padding: 11px 22px;
border: 0;
border-radius: 999px;
background: var(--gh-teal-dark);
color: #ffffff;
font-size: 14px;
font-weight: 850;
line-height: 1;
font-family: inherit;
cursor: pointer;
white-space: nowrap;
transition: transform .2s ease, opacity .2s ease;
}

.gh-final-actions button:hover {
transform: translateY(-1px);
opacity: 0.96;
}

.gh-final-actions__message {
grid-column: 1 / -1;
margin: 6px 0 0 !important;
font-size: 12px !important;
color: var(--gh-teal-dark) !important;
}

.gh-final-actions__message--error {
color: #8A3A2A !important;
}

/* Values strip */
.gh-season-learning__values {
background:
radial-gradient(circle at 50% 10%, rgba(210,166,60,0.08), transparent 28%),
linear-gradient(135deg, #006D65 0%, #005E58 48%, #004B44 100%);
padding: 18px clamp(34px, 5.5vw, 110px) 20px;
color: #ffffff;
}

.gh-season-learning__values-inner {
display: grid;
grid-template-columns: repeat(5, 1fr);
align-items: center;
}

.gh-learning-value {
position: relative;
min-height: 54px;
padding: 4px 22px;
display: grid;
grid-template-columns: 42px 1fr;
gap: 14px;
align-items: center;
color: rgba(255,255,255,0.90);
}

.gh-learning-value:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 8px;
bottom: 8px;
width: 1px;
background: rgba(255,255,255,0.25);
}

.gh-learning-value span {
color: var(--gh-gold);
font-size: 30px;
line-height: 1;
}

.gh-learning-value strong {
font-size: 12px;
font-weight: 650;
line-height: 1.2;
}

.gh-learning-value--center {
display: grid;
place-items: center;
grid-template-columns: 1fr;
}

.gh-learning-value--center span {
font-size: 46px;
}

/* Tablet */
@media (max-width: 980px) {
.gh-season-learning__top {
padding: 24px 16px 28px;
grid-template-columns: 30% minmax(0, 1fr);
gap: 18px;
}

.gh-season-learning__intro {
padding-left: 14px;
}

.gh-season-learning h2 {
font-size: clamp(24px, 3.5vw, 34px);
}

.gh-season-learning__cards {
gap: 10px;
}

.gh-learning-card {
border-radius: 12px;
}

.gh-learning-card__body {
min-height: 62px;
padding: 10px 26px 10px 10px;
}

.gh-learning-card__body strong {
font-size: 11px;
}

.gh-learning-card__body span {
font-size: 9px;
}

.gh-learning-card__body b {
right: 9px;
font-size: 16px;
}

.gh-final-actions {
padding: 24px 16px 28px;
}

.gh-final-actions__inner {
gap: 24px;
}

.gh-final-actions__search,
.gh-final-actions__subscribe {
max-width: none;
}

.gh-final-actions h2 {
font-size: clamp(22px, 3vw, 30px);
}

.gh-final-actions p {
font-size: 12.5px;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
max-width: 100%;
gap: 7px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"],
.gh-final-actions button {
min-height: 40px;
font-size: 12px;
}

.gh-season-learning__values {
padding: 12px 14px 14px;
}

.gh-learning-value {
min-height: 44px;
padding: 4px 12px;
grid-template-columns: 32px 1fr;
gap: 8px;
}

.gh-learning-value span {
font-size: 24px;
}

.gh-learning-value strong {
font-size: 9px;
}

.gh-learning-value--center span {
font-size: 36px;
}
}

/* Mobile */
@media (max-width: 620px) {
.gh-season-learning__top {
padding: 10px 6px 12px;
grid-template-columns: 28% 72%;
gap: 4px;
align-items: center;
}

.gh-season-learning__intro {
max-width: none;
min-width: 0;
padding-left: 10px;
}

.gh-season-learning__eyebrow {
margin-bottom: 3px;
font-size: 4.5px;
letter-spacing: 0.07em;
}

.gh-season-learning h2 {
max-width: 90px;
margin-bottom: 5px;
font-size: 10.8px;
line-height: 0.95;
letter-spacing: -0.035em;
}

.gh-season-learning__btn {
min-height: 16px;
padding: 4px 5px;
font-size: 4.6px;
white-space: nowrap;
}

.gh-season-learning__cards {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 5px;
}

.gh-learning-card {
border-radius: 7px;
box-shadow: none;
}

.gh-learning-card:hover {
transform: none;
}

.gh-learning-card__image {
aspect-ratio: 1.9 / 1;
}

.gh-learning-card__body {
min-height: 32px;
padding: 3px 8px 4px 4px;
}

.gh-learning-card__body strong {
margin-bottom: 1px;
font-size: 4.2px;
line-height: 1.02;
}

.gh-learning-card__body span {
font-size: 3.45px;
line-height: 1.05;
}

.gh-learning-card__body b {
right: 3px;
font-size: 7px;
}

.gh-final-actions {
padding: 12px 8px 14px;
}

.gh-final-actions__inner {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
align-items: stretch;
}

.gh-final-actions__search,
.gh-final-actions__subscribe {
min-width: 0;
max-width: none;
margin-left: 0;
}

.gh-final-actions__search {
padding-left: 11px;
}

.gh-final-actions__eyebrow {
margin-bottom: 4px;
font-size: 4.8px;
letter-spacing: 0.08em;
}

.gh-final-actions h2 {
max-width: 100%;
margin-bottom: 5px;
font-size: 10px;
line-height: 1.03;
letter-spacing: -0.025em;
font-weight: 500;
}

.gh-final-actions p {
max-width: 100%;
margin-bottom: 7px;
font-size: 5.2px;
line-height: 1.18;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
width: 100%;
max-width: none;
height: 22px;
grid-template-columns: minmax(0, 1fr) auto;
gap: 4px;
align-items: center;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
height: 22px !important;
min-height: 22px !important;
padding: 0 6px !important;
border-radius: 999px;
font-size: 5.5px;
line-height: 1 !important;
}

.gh-final-actions button {
height: 22px !important;
min-height: 22px !important;
padding: 0 7px !important;
border-radius: 999px;
font-size: 5.5px;
line-height: 1 !important;
}

.gh-final-actions__message {
font-size: 5.5px !important;
}

.gh-season-learning__values {
padding: 6px 6px 7px;
}

.gh-learning-value {
min-height: 34px;
padding: 3px 4px;
grid-template-columns: 14px 1fr;
gap: 4px;
}

.gh-learning-value span {
font-size: 13px;
}

.gh-learning-value strong {
font-size: 4.7px;
line-height: 1.08;
}

.gh-learning-value--center span {
font-size: 20px;
}
}

/* Very small mobile */
@media (max-width: 420px) {
.gh-season-learning__top {
padding: 9px 5px 11px;
grid-template-columns: 25% 70%;
gap: 3px;
}

.gh-season-learning__intro {
padding-left: 12px;
}

.gh-season-learning h2 {
max-width: 82px;
font-size: 10px;
}

.gh-season-learning__btn {
min-height: 15px;
padding: 3px 4px;
font-size: 4.3px;
}

.gh-season-learning__cards {
gap: 4px;
}

.gh-learning-card__body {
min-height: 30px;
padding: 3px 7px 4px 3px;
}

.gh-learning-card__body strong {
font-size: 3.95px;
}

.gh-learning-card__body span {
font-size: 3.25px;
}

.gh-final-actions {
padding: 11px 7px 13px;
}

.gh-final-actions__inner {
gap: 8px;
}

.gh-final-actions__search {
padding-left: 16px;
}

.gh-final-actions__eyebrow {
margin-bottom: 3px;
font-size: 4.2px;
}

.gh-final-actions h2 {
margin-bottom: 4px;
font-size: 8.9px;
line-height: 1.02;
}

.gh-final-actions p {
margin-bottom: 6px;
font-size: 4.7px;
line-height: 1.12;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
height: 19px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
height: 19px !important;
min-height: 19px !important;
padding: 0 5px !important;
font-size: 4.8px;
}

.gh-final-actions button {
height: 19px !important;
min-height: 19px !important;
padding: 0 6px !important;
font-size: 4.8px;
}
}


/* =========================================================
FINAL SEARCH + WELLNESS CIRCLE
Light integrated section
========================================================= */

.gh-final-actions {
width: 100%;
background: var(--gh-ivory);
padding: 28px clamp(34px, 5.5vw, 110px) 34px;
color: var(--gh-text);
font-family: inherit;
overflow: hidden;
}

.gh-final-actions *,
.gh-final-actions *::before,
.gh-final-actions *::after {
box-sizing: border-box;
}

.gh-final-actions__inner {
width: 100%;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(32px, 5vw, 64px);
align-items: stretch;
}

.gh-final-actions__search,
.gh-final-actions__subscribe {
min-width: 0;
max-width: 620px;
height: 100%;
padding: 0;
display: flex;
flex-direction: column;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}

.gh-final-actions__subscribe {
margin-left: auto;
}

.gh-final-actions__eyebrow {
margin: 0 0 12px;
color: var(--gh-teal);
font-size: 12px;
font-weight: 850;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.gh-final-actions h2 {
max-width: 500px;
margin: 0 0 14px;
color: var(--gh-ink);
font-size: clamp(24px, 1.9vw, 34px);
line-height: 1.08;
letter-spacing: -0.035em;
font-weight: 500;
}

.gh-final-actions p {
max-width: 560px;
margin: 0 0 12px;
color: var(--gh-text);
font-size: 15px;
line-height: 1.5;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
width: 100%;
max-width: 520px;
margin-top: 0;
padding: 0;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 8px;
align-items: center;
background: transparent;
border: 0;
border-radius: 0;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
width: 100%;
min-height: 44px;
padding: 11px 16px;
border: 1px solid rgba(16, 74, 69, 0.16);
border-radius: 999px;
background: rgba(255,255,255,0.68);
color: var(--gh-ink);
font-size: 14px;
font-family: inherit;
line-height: 1;
outline: none;
box-shadow: none;
}

.gh-final-actions input::placeholder {
color: rgba(62, 91, 88, 0.72);
}

.gh-final-actions input:focus {
border-color: rgba(0, 109, 101, 0.30);
background: rgba(255,255,255,0.88);
}

.gh-final-actions button {
min-height: 44px;
padding: 11px 22px;
border: 0;
border-radius: 999px;
background: var(--gh-teal-dark);
color: #ffffff;
font-size: 14px;
font-weight: 850;
line-height: 1;
font-family: inherit;
cursor: pointer;
white-space: nowrap;
transition: transform .2s ease, opacity .2s ease;
}

.gh-final-actions button:hover {
transform: translateY(-1px);
opacity: 0.96;
}

.gh-final-actions__message {
grid-column: 1 / -1;
margin: 6px 0 0 !important;
font-size: 12px !important;
color: var(--gh-teal-dark) !important;
}

.gh-final-actions__message--error {
color: #8A3A2A !important;
}

/* Tablet */
@media (max-width: 980px) {
.gh-final-actions {
padding: 24px 16px 28px;
}

.gh-final-actions__inner {
gap: 24px;
}

.gh-final-actions__search,
.gh-final-actions__subscribe {
max-width: none;
}

.gh-final-actions h2 {
font-size: clamp(22px, 3vw, 30px);
}

.gh-final-actions p {
font-size: 12.5px;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
max-width: 100%;
gap: 7px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"],
.gh-final-actions button {
min-height: 40px;
font-size: 12px;
}
}

/* Mobile */
@media (max-width: 620px) {
.gh-final-actions {
padding: 12px 8px 14px;
}

.gh-final-actions__inner {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
align-items: stretch;
}

.gh-final-actions__search,
.gh-final-actions__subscribe {
min-width: 0;
max-width: none;
margin-left: 0;
}

.gh-final-actions__search {
padding-left: 11px;
}

.gh-final-actions__eyebrow {
margin-bottom: 4px;
font-size: 4.8px;
letter-spacing: 0.08em;
}

.gh-final-actions h2 {
max-width: 100%;
margin-bottom: 5px;
font-size: 10px;
line-height: 1.03;
letter-spacing: -0.025em;
font-weight: 500;
}

.gh-final-actions p {
max-width: 100%;
margin-bottom: 7px;
font-size: 5.2px;
line-height: 1.18;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
width: 100%;
max-width: none;
height: 22px;
grid-template-columns: minmax(0, 1fr) auto;
gap: 4px;
align-items: center;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
height: 22px !important;
min-height: 22px !important;
padding: 0 6px !important;
border-radius: 999px;
font-size: 5.5px;
line-height: 1 !important;
}

.gh-final-actions button {
height: 22px !important;
min-height: 22px !important;
padding: 0 7px !important;
border-radius: 999px;
font-size: 5.5px;
line-height: 1 !important;
}

.gh-final-actions__message {
font-size: 5.5px !important;
}
}

/* Very small mobile */
@media (max-width: 420px) {
.gh-final-actions {
padding: 11px 7px 13px;
}

.gh-final-actions__inner {
gap: 8px;
}

.gh-final-actions__search {
padding-left: 16px;
}

.gh-final-actions__eyebrow {
margin-bottom: 3px;
font-size: 4.2px;
}

.gh-final-actions h2 {
margin-bottom: 4px;
font-size: 8.9px;
line-height: 1.02;
}

.gh-final-actions p {
margin-bottom: 6px;
font-size: 4.7px;
line-height: 1.12;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
height: 19px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
height: 19px !important;
min-height: 19px !important;
padding: 0 5px !important;
font-size: 4.8px;
}

.gh-final-actions button {
height: 19px !important;
min-height: 19px !important;
padding: 0 6px !important;
font-size: 4.8px;
}
}

/* =========================================================
FINAL OVERRIDE — FINAL ACTIONS MOBILE HEADING ALIGNMENT
========================================================= */

@media (max-width: 620px) {
.gh-season-learning .gh-final-actions .gh-final-actions__search h2,
.gh-season-learning .gh-final-actions .gh-final-actions__subscribe h2 {
margin-bottom: 4px !important;
font-size: 7.6px !important;
line-height: 1.12 !important;
letter-spacing: -0.012em !important;
font-weight: 500 !important;
}

.gh-season-learning .gh-final-actions .gh-final-actions__search h2 {
max-width: 72px !important;
}

.gh-season-learning .gh-final-actions .gh-final-actions__subscribe h2 {
max-width: 84px !important;
}

.gh-season-learning .gh-final-actions p {
margin-bottom: 5px !important;
font-size: 4.9px !important;
line-height: 1.14 !important;
}
}

@media (max-width: 420px) {
.gh-season-learning .gh-final-actions .gh-final-actions__search h2,
.gh-season-learning .gh-final-actions .gh-final-actions__subscribe h2 {
margin-bottom: 3px !important;
font-size: 7px !important;
line-height: 1.1 !important;
}

.gh-season-learning .gh-final-actions .gh-final-actions__search h2 {
max-width: 66px !important;
}

.gh-season-learning .gh-final-actions .gh-final-actions__subscribe h2 {
max-width: 78px !important;
}

.gh-season-learning .gh-final-actions p {
margin-bottom: 4px !important;
font-size: 4.5px !important;
}
}

/* Values strip */
.gh-season-learning__values {
background:
radial-gradient(circle at 50% 10%, rgba(210,166,60,0.08), transparent 28%),
linear-gradient(135deg, #006D65 0%, #005E58 48%, #004B44 100%);
padding: 14px clamp(34px, 5.5vw, 110px) 15px;
color: #F3EEE3;
}

.gh-season-learning__values-inner {
display: grid;
grid-template-columns: repeat(5, 1fr);
align-items: center;
}

.gh-learning-value {
position: relative;
min-height: 46px;
padding: 3px 22px;
display: grid;
grid-template-columns: 1fr;
gap: 5px;
place-items: center;
text-align: center;
color: rgba(243, 238, 227, 0.92);
}

.gh-learning-value:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 7px;
bottom: 7px;
width: 1px;
background: rgba(243, 238, 227, 0.22);
}

.gh-learning-value span {
color: var(--gh-gold);
font-size: 27px;
line-height: 1;
}

.gh-learning-value strong {
display: block;
color: #F3EEE3 !important;
font-size: 11px;
font-weight: 600;
line-height: 1.14;
}

.gh-learning-value--center {
display: grid;
place-items: center;
grid-template-columns: 1fr;
}

.gh-learning-value--center span {
font-size: 34px;
}

/* Mobile values strip */
@media (max-width: 620px) {
.gh-season-learning__values {
padding: 5px 6px 6px;
}

.gh-learning-value {
min-height: 28px;
padding: 2px 4px;
gap: 2px;
}

.gh-learning-value:not(:last-child)::after {
top: 5px;
bottom: 5px;
}

.gh-learning-value span {
font-size: 12px;
}

.gh-learning-value strong {
color: #F3EEE3 !important;
font-size: 4.4px;
font-weight: 600;
line-height: 1.05;
}

.gh-learning-value--center span {
font-size: 16px;
}
}

/* Very small mobile values strip */
@media (max-width: 420px) {
.gh-season-learning__values {
padding: 5px 5px 6px;
}

.gh-learning-value {
min-height: 26px;
padding: 2px 3px;
}

.gh-learning-value span {
font-size: 11px;
}

.gh-learning-value strong {
font-size: 4.1px;
}

.gh-learning-value--center span {
font-size: 15px;
}
}


/* Tablet */
@media (max-width: 980px) {
.gh-season-learning__top {
padding: 24px 16px 28px;
grid-template-columns: 30% minmax(0, 1fr);
gap: 18px;
}

.gh-season-learning__intro {
padding-left: 14px;
}

.gh-season-learning h2 {
font-size: clamp(24px, 3.5vw, 34px);
}

.gh-season-learning__cards {
gap: 10px;
}

.gh-learning-card {
border-radius: 12px;
}

.gh-learning-card__image {
margin: 7px 7px 0;
width: calc(100% - 14px);
border-radius: 8px;
}

.gh-learning-card__body {
min-height: 62px;
padding: 10px 26px 10px 10px;
}

.gh-learning-card__body strong {
font-size: 11px;
}

.gh-learning-card__body span {
font-size: 9px;
}

.gh-learning-card__body b {
right: 9px;
font-size: 16px;
}

.gh-final-actions {
padding: 24px 16px 28px;
}

.gh-final-actions__inner {
gap: 22px;
}

.gh-final-actions h2 {
font-size: clamp(22px, 3vw, 30px);
}

.gh-final-actions p {
font-size: 12.5px;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
padding: 8px;
gap: 8px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"],
.gh-final-actions button {
min-height: 40px;
font-size: 12px;
}

.gh-season-learning__values {
  background:
    radial-gradient(circle at 50% 10%, rgba(210,166,60,0.10), transparent 28%),
    linear-gradient(135deg, #006D65 0%, #005E58 48%, #004B44 100%);
  padding: 28px clamp(34px, 5.5vw, 110px) 30px;
  color: #F3EEE3;
}

.gh-learning-value {
  position: relative;
  min-height: 76px;
  padding: 6px 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  color: rgba(251, 248, 242, 0.92);
}

.gh-learning-value strong {
  color: var(--gh-ivory);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
}
}

.gh-learning-value--center span {
font-size: 36px;
}
}

/* Mobile */
@media (max-width: 620px) {
.gh-season-learning__top {
padding: 10px 6px 12px;
grid-template-columns: 28% 72%;
gap: 4px;
align-items: center;
}

.gh-season-learning__intro {
max-width: none;
min-width: 0;
padding-left: 10px;
}

.gh-season-learning__eyebrow {
margin-bottom: 3px;
font-size: 4.5px;
letter-spacing: 0.07em;
}

.gh-season-learning h2 {
max-width: 90px;
margin-bottom: 5px;
font-size: 10.8px;
line-height: 0.95;
letter-spacing: -0.035em;
}

.gh-season-learning__btn {
min-height: 16px;
padding: 4px 5px;
font-size: 4.6px;
white-space: nowrap;
}

.gh-season-learning__cards {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 3px;
}

.gh-learning-card {
border-radius: 7px;
box-shadow: none;
}

.gh-learning-card__image {
margin: 3px 3px 0;
width: calc(100% - 6px);
aspect-ratio: 1.9 / 1;
border-radius: 4px;
}

.gh-learning-card__body {
min-height: 32px;
padding: 3px 8px 4px 4px;
}

.gh-learning-card__body strong {
margin-bottom: 1px;
font-size: 4.2px;
line-height: 1.02;
}

.gh-learning-card__body span {
font-size: 3.45px;
line-height: 1.05;
}

.gh-learning-card__body b {
right: 3px;
font-size: 7px;
}

.gh-final-actions {
padding: 14px 7px 16px;
}

.gh-final-actions__inner {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}

.gh-final-actions__eyebrow {
margin-bottom: 5px;
font-size: 5px;
letter-spacing: 0.08em;
}

.gh-final-actions h2 {
margin-bottom: 6px;
font-size: 11.5px;
line-height: 1.02;
letter-spacing: -0.025em;
}

.gh-final-actions p {
margin-bottom: 8px;
font-size: 5.8px;
line-height: 1.18;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
grid-template-columns: minmax(0, 1fr) auto;
padding: 4px;
gap: 4px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
min-height: 23px;
padding: 5px 6px;
font-size: 6px;
}

.gh-final-actions button {
min-height: 23px;
padding: 5px 7px;
font-size: 6px;
white-space: nowrap;
}

.gh-final-actions__message {
font-size: 6px !important;
}

.gh-season-learning__values {
padding: 6px 6px 7px;
}

.gh-learning-value {
min-height: 34px;
padding: 3px 4px;
grid-template-columns: 14px 1fr;
gap: 4px;
}

.gh-learning-value span {
font-size: 13px;
}

.gh-learning-value strong {
font-size: 4.7px;
line-height: 1.08;
}

.gh-learning-value--center span {
font-size: 20px;
}
}

/* Very small mobile */
@media (max-width: 420px) {
.gh-season-learning__top {
padding: 9px 5px 11px;
grid-template-columns: 25% 70%;
gap: 3px;
}

.gh-season-learning__intro {
padding-left: 12px;
}

.gh-season-learning h2 {
max-width: 82px;
font-size: 10px;
}

.gh-season-learning__btn {
min-height: 15px;
padding: 3px 4px;
font-size: 4.3px;
}

.gh-season-learning__cards {
gap: 3px;
}

.gh-learning-card__body {
min-height: 30px;
padding: 3px 7px 4px 3px;
}

.gh-learning-card__body strong {
font-size: 3.95px;
}

.gh-learning-card__body span {
font-size: 3.25px;
}

.gh-final-actions {
padding: 12px 6px 14px;
}

.gh-final-actions__inner {
gap: 6px;
}

.gh-final-actions__eyebrow {
margin-bottom: 4px;
font-size: 4.4px;
}

.gh-final-actions h2 {
margin-bottom: 5px;
font-size: 10px;
line-height: 1;
}

.gh-final-actions p {
margin-bottom: 6px;
font-size: 5px;
line-height: 1.14;
}

.gh-final-actions__search-form,
.gh-final-actions__email-form {
padding: 3px;
gap: 3px;
}

.gh-final-actions input[type="search"],
.gh-final-actions input[type="email"] {
min-height: 20px;
padding: 4px 5px;
font-size: 5.2px;
}

.gh-final-actions button {
min-height: 20px;
padding: 4px 6px;
font-size: 5.2px;
}
}
/* Final override — soften values strip text */
.gh-season-learning .gh-season-learning__values .gh-learning-value,
.gh-season-learning .gh-season-learning__values .gh-learning-value strong {
color: #F3EEE3 !important;
}

.gh-season-learning .gh-season-learning__values .gh-learning-value span {
color: var(--gh-gold) !important;
}

/* =========================================================
VALUES STRIP — MOBILE ALIGNMENT FIX
Keep all 5 values centred and even
========================================================= */

@media (max-width: 620px) {
.gh-season-learning__values {
padding: 6px 4px 7px !important;
}

.gh-season-learning__values-inner {
display: grid !important;
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
align-items: center !important;
width: 100% !important;
}

.gh-learning-value {
min-width: 0 !important;
min-height: 30px !important;
padding: 2px 3px !important;
display: grid !important;
grid-template-columns: 1fr !important;
gap: 2px !important;
place-items: center !important;
text-align: center !important;
}

.gh-learning-value:not(:last-child)::after {
top: 5px !important;
bottom: 5px !important;
right: 0 !important;
}

.gh-learning-value span {
font-size: 10px !important;
line-height: 1 !important;
}

.gh-learning-value strong {
max-width: 42px !important;
color: #F3EEE3 !important;
font-size: 4px !important;
font-weight: 600 !important;
line-height: 1.05 !important;
text-align: center !important;
}

.gh-learning-value--center span {
font-size: 12px !important;
}
}

@media (max-width: 420px) {
.gh-season-learning__values {
padding: 5px 3px 6px !important;
}

.gh-learning-value {
min-height: 28px !important;
padding: 2px 2px !important;
}

.gh-learning-value span {
font-size: 9px !important;
}

.gh-learning-value strong {
max-width: 38px !important;
font-size: 3.7px !important;
line-height: 1.04 !important;
}

.gh-learning-value--center span {
font-size: 11px !important;
}
}
