.about-houleye-template-body {
  background: #eef5f0;
  color: #1a2e24;
  margin: 0;
  overflow-x: hidden;
}

.about-houleye-page,
.about-houleye-page * {
  box-sizing: border-box;
}

.about-houleye-page {
  --cream: #eef5f0;
  --warm-white: #f5faf7;
  --gold: #3d6b55;
  --gold-light: #c8dfd0;
  --terracotta: #3d6b55;
  --terra-soft: #6aaa88;
  --brown: #2a5040;
  --brown-dark: #1a2e24;
  --text-mid: #3d5045;
  --text-light: #4a7060;
  --border: #c8dfd0;
  --section-bg: #e5f2eb;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}

.about-houleye-page a {
  color: var(--terracotta);
  text-decoration: none;
}

.about-houleye-page p {
  color: var(--text-mid);
  font-size: 1.05rem;
  line-height: 1.95;
  margin: 0 0 1.4rem;
}

.about-houleye-page .about-nav {
  align-items: center;
  background: #5a8f74;
  border-bottom: none;
  display: flex;
  height: 220px;
  justify-content: space-between;
  left: 0;
  overflow: visible;
  padding: 0 3rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.about-houleye-page .nav-hamburger {
  display: none;
}

.about-houleye-page .about-nav__logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.about-houleye-page .about-nav__logo-image {
  height: 200px;
  width: auto;
  filter: brightness(1.3) drop-shadow(0 1px 4px rgba(0,0,0,0.25));
}

.about-houleye-page .about-nav__logo-name {
  color: #d4a84b;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-style: normal;
  letter-spacing: 0.05em;
}

.about-houleye-page .seo-h1 {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.about-houleye-page .page-tagline {
  background: #eef5f0;
  color: #b5872a;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 220px;
  padding: 0.6rem 3rem;
  text-align: center;
}

.about-houleye-page .nav-links {
  display: flex;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.about-houleye-page .nav-links .btn {
  white-space: nowrap;
  padding: 0.85rem 0.8rem;
  letter-spacing: 0.05em;
  font-size: 0.68rem;
}

.about-houleye-page .nav-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s;
  white-space: nowrap;
}

.about-houleye-page .nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  margin-left: 2rem;
}

/* Nav login icon & user menu */
.about-houleye-page .nav-login-btn {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
  white-space: nowrap;
}
.about-houleye-page .nav-login-btn:hover { color: #fff; }

.about-houleye-page .nav-user-menu {
  position: relative;
}
.about-houleye-page .nav-user-btn {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.82);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0;
  transition: color 0.2s;
  white-space: nowrap;
}
.about-houleye-page .nav-user-btn:hover { color: #fff; }
.about-houleye-page .nav-user-name { max-width: 100px; overflow: hidden; text-overflow: ellipsis; }

.about-houleye-page .nav-user-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(61,107,85,0.14);
  min-width: 160px;
  overflow: hidden;
  z-index: 200;
}
.about-houleye-page .nav-user-btn[aria-expanded="true"] + .nav-user-dropdown {
  display: block;
}
.about-houleye-page .nav-user-dropdown a {
  display: block;
  padding: 0.75rem 1.1rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3d6b55;
  text-decoration: none;
  transition: background 0.15s;
}
.about-houleye-page .nav-user-dropdown a:hover { background: #f0f7f3; }
.about-houleye-page .nav-user-dropdown a + a {
  border-top: 1px solid #e8ede9;
  color: #c0392b;
}
.about-houleye-page .nav-user-dropdown a + a:hover { color: #922b21; background: #fff5f5; }

/* Language switcher */
.about-houleye-page .lang-switcher.lang-switcher--mobile {
  display: none;
}

.about-houleye-page .lang-switcher {
  display: flex;
  align-items: center;
}
.about-houleye-page .lang-switcher ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-houleye-page .lang-switcher li {
  display: flex;
  align-items: center;
}
.about-houleye-page .lang-switcher a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}
.about-houleye-page .lang-switcher a:hover {
  color: #fff;
  background: rgba(255,255,255,0.12);
}
.about-houleye-page .lang-switcher .current-lang a {
  color: #fff;
  font-weight: 600;
}
.about-houleye-page .lang-switcher img {
  border-radius: 2px;
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.about-houleye-page .nav-links a:hover,
.about-houleye-page .nav-links a.active {
  color: #fff;
}

.about-houleye-page .btn {
  cursor: pointer;
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  padding: 0.85rem 2.2rem;
  text-transform: uppercase;
  transition: all 0.3s;
}

.about-houleye-page .btn-solid {
  background: #3d6b55;
  color: #fff !important;
}

.about-houleye-page .btn-solid:hover {
  background: #2a5040;
  transform: translateY(-2px);
}

.about-houleye-page .btn-outline {
  border: 1px solid var(--gold);
  color: var(--brown) !important;
}

.about-houleye-page .btn-outline:hover {
  background: var(--gold);
  color: #fff !important;
}

.about-houleye-page .btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  color: #fff !important;
  font-size: 0.78rem;
  padding: 0.7rem 1.6rem;
}

.about-houleye-page .btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

.about-houleye-page .btn-outline-dark {
  border: 1.5px solid #1a2e24;
  border-radius: 0.5rem;
  color: #1a2e24 !important;
  padding: 0.8rem 1.6rem;
}

.about-houleye-page .btn-outline-dark:hover {
  background: #1a2e24;
  color: #fff !important;
}

.about-houleye-page .btn-text-arrow {
  background: none;
  border: none;
  border-radius: 0;
  color: #3d6b55 !important;
  font-size: 0.9rem;
  padding: 0;
}

.about-houleye-page .btn-text-arrow:hover {
  color: #1a2e24 !important;
  transform: none;
}

.about-houleye-page .btn-outline-light-compact {
  border-color: rgba(201, 169, 110, 0.4);
  color: var(--gold-light) !important;
  display: block;
  text-align: center;
  padding: 0.85rem 1.2rem;
  letter-spacing: 0.1em;
}

.about-houleye-page .btn-block {
  display: block;
  text-align: center;
}

.about-houleye-page .eyebrow {
  align-items: center;
  color: var(--terracotta);
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  gap: 0.8rem;
  letter-spacing: 0.28em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.about-houleye-page .eyebrow::before {
  background: var(--terracotta);
  content: '';
  display: block;
  height: 1px;
  width: 32px;
}

.about-houleye-page .eyebrow-center {
  justify-content: center;
}

.about-houleye-page .eyebrow-center::before,
.about-houleye-page .eyebrow-center::after {
  background: currentColor;
  content: '';
  display: block;
  height: 1px;
  width: 32px;
}

.about-houleye-page .eyebrow-gold {
  color: var(--gold);
}

.about-houleye-page .about-hero {
  background-color: #eef5f0;
  margin-top: 0;
  min-height: 580px;
  overflow: hidden;
  position: relative;
}

/* food side strip overlaid on top of portrait left area — homepage only */
body:not(.about-page-body) .about-houleye-page .about-hero__photo-wrap {
  position: relative;
  border-radius: 12px;
  -webkit-mask-image:
    linear-gradient(to right,  transparent 0%, black 7%, black 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 8%,  black 92%, transparent 100%);
  mask-image:
    linear-gradient(to right,  transparent 0%, black 7%, black 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 8%,  black 92%, transparent 100%);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
}

/* Food strip overlay disabled — baked into hero-composite.png */
body:not(.about-page-body) .about-houleye-page .about-hero__photo-wrap::before {
  content: none;
}

/* Portrait styles — composite image used, no mask or blend needed */
body:not(.about-page-body) .about-houleye-page .about-hero__portrait {
  width: 100%;
  margin-left: 0;
  display: block;
  position: relative;
  z-index: 3;
  object-position: center top;
}

.about-houleye-page .about-hero--light {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  padding: 5rem 6rem;
}

.about-houleye-page .about-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Badge */
.about-houleye-page .hero-greeting {
  color: #3d5045;
  font-family: 'Jost', sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  margin: 0.5rem 0 0.25rem;
}

.about-houleye-page .hero-greeting strong {
  color: #b5872a;
  font-weight: 600;
}

.about-houleye-page .hero-name-badge {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.about-houleye-page .hero-name {
  color: #1a2e24;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.about-houleye-page .hero-badge {
  background: rgba(255,255,255,0.7);
  border-radius: 2rem;
  color: #3d6b55;
  display: inline-flex;
  align-items: center;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  padding: 0.6rem 1.6rem;
  white-space: nowrap;
  width: fit-content;
}

.about-houleye-page .hero-badge::before {
  background: #3d6b55;
  border-radius: 50%;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
}

/* Headline */
.about-houleye-page .about-hero h1 {
  color: #1a2e24;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 1.6rem;
}

.about-houleye-page .about-hero h1 em {
  color: #3d6b55;
  font-style: italic;
}

/* Subtext blockquote */
.about-houleye-page .hero-subtext {
  border-left: 3px solid #b5872a;
  color: #b5872a;
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 2.2rem;
  padding-left: 1.2rem;
}

/* Photo side */
.about-houleye-page .about-hero__photo-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-houleye-page .about-hero__photo-label {
  color: #b5872a;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.04em;
  margin: 0.6rem 0 0;
  text-align: center;
}

.about-houleye-page .about-hero__portrait {
  border-radius: 12px;
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  max-height: 700px;
  max-width: 100%;
  object-fit: contain;
  object-position: center top;
  width: 100%;
}

.about-houleye-page .about-hero__photo-placeholder {
  align-items: center;
  background: #c8dfd0;
  border-radius: 12px;
  color: #4a7060;
  display: flex;
  flex-direction: column;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  gap: 1rem;
  height: 580px;
  justify-content: center;
  max-width: 100%;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

.about-houleye-page .placeholder-icon {
  font-size: 1.8rem;
}

/* Floating tags */
.about-houleye-page .hero-tag {
  background: #fff;
  border: 1px solid #c8dfd0;
  border-radius: 2rem;
  color: #3d6b55;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.4rem 1rem;
  position: absolute;
}

.about-houleye-page .hero-tag--1 {
  right: 0;
  top: 2rem;
}

.about-houleye-page .hero-tag--2 {
  right: 0;
  top: 4.5rem;
}

/* Testimonial strip */
.about-houleye-page .hero-testimonial {
  align-items: center;
  border-top: 1px solid #c8dfd0;
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
}

.about-houleye-page .hero-stars {
  color: #c9a96e;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.about-houleye-page .hero-testimonial p {
  color: #4a5e52;
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

/* Hero social proof strip — spans full width at bottom of hero */
.about-houleye-page .hero-social-proof {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(42, 74, 58, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding-top: 2.5rem;
}

.about-houleye-page .hero-social-proof__items {
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
}

.about-houleye-page .hero-social-proof__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 340px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
}

.about-houleye-page .hero-social-proof__stars {
  color: #c9a96e;
  font-size: 1rem;
  letter-spacing: 3px;
}

.about-houleye-page .hero-social-proof__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #2a4a3a;
  line-height: 1.6;
  margin: 0;
}

.about-houleye-page .hero-social-proof__author {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  color: #666;
  letter-spacing: 0.05em;
}

.about-houleye-page .hero-social-proof__link {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  color: #2a4a3a;
  text-decoration: none;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #c9a96e;
  padding-bottom: 1px;
  transition: color 0.2s;
}

.about-houleye-page .hero-social-proof__link:hover {
  color: #c9a96e;
}

.about-houleye-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.about-houleye-page .intro-section {
  background: var(--warm-white);
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: center;
  margin-top: 220px;
}

.about-houleye-page .intro-photo {
  align-self: start;
  overflow: hidden;
}

.about-houleye-page .intro-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-houleye-page .intro-photo-caption {
  background: linear-gradient(to top, rgba(26, 46, 36, 0.88), transparent);
  bottom: 0;
  color: var(--gold-light);
  font-family: 'Jost', sans-serif;
  font-size: 0.63rem;
  left: 0;
  letter-spacing: 0.18em;
  padding: 1.4rem 1.8rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.about-houleye-page .intro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 6rem 5rem 5rem;
}

.about-houleye-page .intro-text h2,
.about-houleye-page .section-heading {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 1.8rem;
}

.about-houleye-page .intro-text h2 em,
.about-houleye-page .section-heading em,
.about-houleye-page .story-header h2 em,
.about-houleye-page .cred-text h2 em,
.about-houleye-page .about-cta h2 em {
  color: #d4a84b;
  font-style: italic;
}

.about-houleye-page .intro-text p,
.about-houleye-page .chapter p {
  font-size: 1.1rem;
  line-height: 2;
}

.about-houleye-page .intro-stats {
  border-top: 1px solid var(--gold-light);
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
}

.about-houleye-page .stat-item,
.about-houleye-page .stat-box {
  text-align: center;
}

.about-houleye-page .stat-num {
  color: var(--terracotta);
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}

.about-houleye-page .stat-label {
  color: var(--text-light);
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin-top: 0.4rem;
  text-transform: uppercase;
}

.about-houleye-page .story-section {
  background: var(--cream);
  padding: 7rem 0;
}

.about-houleye-page .story-inner,
.about-houleye-page .quote-inner {
  margin: 0 auto;
  max-width: 860px;
}

.about-houleye-page .story-inner {
  padding: 0 3rem;
}

.about-houleye-page .story-header {
  margin-bottom: 5rem;
  text-align: center;
}

.about-houleye-page .story-header h2 {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 300;
  margin: 0 0 0.8rem;
}

.about-houleye-page .story-header p {
  font-size: 1.1rem;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 520px;
}

.about-houleye-page .chapter {
  border-bottom: 1px solid var(--border);
  margin-bottom: 1rem;
  opacity: 0;
  padding-bottom: 1rem;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-houleye-page .chapter.visible {
  opacity: 1;
  transform: none;
}

.about-houleye-page .chapter:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-houleye-page .ch-label {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.about-houleye-page .ch-icon {
  font-size: 2rem;
}

.about-houleye-page .ch-tag {
  color: var(--terracotta);
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-houleye-page .chapter h3 {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 1.4rem;
}

.about-houleye-page .chapter p:last-child {
  margin-bottom: 0;
}

.about-houleye-page .chapter p em {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
}

.about-houleye-page .ch-quote {
  background: var(--warm-white);
  border-left: 4px solid var(--gold);
  margin: 2rem 0;
  padding: 1.2rem 2rem;
}

.about-houleye-page .ch-quote p {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}

.about-houleye-page .quote-section {
  background: #1a2e24;
  overflow: hidden;
  padding: 8rem 3rem;
  position: relative;
  text-align: center;
}

.about-houleye-page .quote-section .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.about-houleye-page .quote-section .eyebrow-center::before,
.about-houleye-page .quote-section .eyebrow-center::after {
  background: rgba(255, 255, 255, 0.85);
}

.about-houleye-page .quote-section::before {
  color: rgba(61, 107, 85, 0.1);
  content: '"';
  font-family: 'Cormorant Garamond', serif;
  font-size: 30rem;
  left: 2rem;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: -5rem;
}

.about-houleye-page .pull-quote {
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 2.5rem;
}

.about-houleye-page .pull-quote em {
  color: #6aaa88;
}

.about-houleye-page .quote-section p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1rem;
  line-height: 1.95;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.about-houleye-page .philosophy-section {
  background: var(--section-bg);
  padding: 3rem 3rem 7rem;
}

.about-houleye-page .philosophy-inner {
  margin: 0 auto;
  max-width: 1100px;
}

.about-houleye-page .philosophy-quote {
  border: none;
  color: #2a4a3a;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  margin: 3rem auto 0;
  max-width: 860px;
  padding: 2.5rem 3rem;
  position: relative;
  text-align: center;
  background: rgba(212, 168, 75, 0.08);
  border-left: 4px solid #d4a84b;
  border-right: 4px solid #d4a84b;
}

.about-houleye-page .phil-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
}

.about-houleye-page .phil-card {
  background: var(--warm-white);
  border-left: 4px solid var(--gold);
  opacity: 0;
  padding: 2.8rem;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-houleye-page .phil-card.visible {
  opacity: 1;
  transform: none;
}

.about-houleye-page .phil-card:nth-child(2) {
  transition-delay: 0.15s;
}

.about-houleye-page .phil-card:nth-child(3) {
  transition-delay: 0.3s;
}

.about-houleye-page .phil-icon {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}

.about-houleye-page .phil-card h3 {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  margin: 0 0 0.9rem;
}

.about-houleye-page .phil-card p {
  font-size: 1.05rem;
  line-height: 1.9;
  margin: 0;
}

.about-houleye-page .cred-section {
  background: var(--warm-white);
  padding: 7rem 3rem;
}

.about-houleye-page .cred-inner {
  align-items: start;
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 360px;
  margin: 0 auto;
  max-width: 1060px;
}

.about-houleye-page .cred-text h2 {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  margin: 0 0 1.4rem;
}

.about-houleye-page .cred-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.about-houleye-page .cred-list li {
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
  color: var(--text-mid);
  display: flex;
  font-size: 1.05rem;
  gap: 0.9rem;
  line-height: 1.6;
  padding: 0.8rem 0;
}

.about-houleye-page .cred-list li:last-child {
  border-bottom: 0;
}

.about-houleye-page .cred-list li::before {
  color: var(--gold);
  content: '✦';
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.about-houleye-page .legal-note {
  background: var(--section-bg);
  border-left: 3px solid var(--gold-light);
  color: var(--text-light);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.7;
  margin-top: 1.2rem;
  padding: 1rem 1.4rem;
}

.about-houleye-page .stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.5rem;
}

.about-houleye-page .stat-box {
  background: var(--section-bg);
  border-top: 3px solid var(--terracotta);
  padding: 1.8rem;
}

.about-houleye-page .stat-box .stat-num {
  font-size: 2.8rem;
}

.about-houleye-page .stat-box .stat-label {
  letter-spacing: 0.13em;
  margin-top: 0.5rem;
}

.about-houleye-page .cred-photo-wrap {
  position: relative;
}

.about-houleye-page .cred-photo-wrap::before {
  border: 1px solid var(--gold-light);
  bottom: -16px;
  content: '';
  left: 16px;
  position: absolute;
  right: -16px;
  top: 16px;
  z-index: 0;
}

.about-houleye-page .cred-photo-wrap img {
  border-top: 4px solid var(--gold);
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.about-houleye-page .about-cta {
  background: #2a5040;
  overflow: hidden;
  padding: 8rem 3rem;
  position: relative;
  text-align: center;
}

.about-houleye-page .about-cta .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.about-houleye-page .about-cta .eyebrow-center::before,
.about-houleye-page .about-cta .eyebrow-center::after {
  background: rgba(255, 255, 255, 0.85);
}

.about-houleye-page .about-cta::before {
  background: radial-gradient(circle at 60% 40%, rgba(61, 107, 85, 0.25) 0%, transparent 60%);
  content: '';
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

.about-houleye-page .cta-inner {
  margin: 0 auto;
  max-width: 760px;
  position: relative;
}

.about-houleye-page .about-cta h2 {
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1.4rem;
}

.about-houleye-page .cta-intro {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 0 auto 3.5rem;
  max-width: 580px;
}

.about-houleye-page .cta-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.about-houleye-page .cta-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 223, 208, 0.3);
  flex: 1;
  max-width: 260px;
  min-width: 210px;
  padding: 2.2rem 2.5rem;
  text-align: center;
  transition: background 0.3s, border-color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-houleye-page .cta-card .btn {
  margin-top: auto;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-houleye-page .cta-card:hover {
  background: rgba(61, 107, 85, 0.2);
  border-color: rgba(200, 223, 208, 0.6);
}

.about-houleye-page .cta-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.9rem;
}

.about-houleye-page .cta-card h3 {
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.about-houleye-page .cta-card p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0.4rem 0 1.4rem;
}

.about-houleye-page .cta-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 1rem;
  padding-top: 1.5rem;
}

.about-houleye-page .about-footer {
  align-items: center;
  background: #1a2e24;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 2rem 3rem;
}

.about-houleye-page .about-footer p {
  color: var(--text-light);
  font-size: 0.75rem;
  margin: 0;
}

.about-houleye-page .about-footer__fine-print {
  font-size: 0.7rem;
}

.about-houleye-page .about-footer__legal {
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.about-houleye-page .about-footer__legal a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.about-houleye-page .about-footer__legal a:hover {
  color: rgba(255,255,255,0.85);
}

.about-houleye-page .about-footer__disclaimer {
  font-size: 0.72rem;
  color: #c9a96e;
  text-align: center;
  max-width: 640px;
  margin: 0.75rem auto 0;
  line-height: 1.6;
}

.about-houleye-page .about-footer__logo {
  height: 220px;
  opacity: 1;
  width: auto;
}

.about-houleye-page .about-footer__socials {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.about-houleye-page .about-footer__socials a {
  align-items: center;
  color: rgba(255,255,255,0.85);
  display: flex;
  flex-direction: column;
  font-size: 0.68rem;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.about-houleye-page .about-footer__socials a svg {
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.about-houleye-page .about-footer__socials a:hover {
  color: #fff;
}

.about-houleye-page .about-footer__socials a:hover svg {
  transform: translateY(-3px);
}

/* Instagram brand colour on hover */
.about-houleye-page .about-footer__socials a:nth-child(1):hover svg {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-color: transparent;
}

/* Facebook brand colour on hover */
.about-houleye-page .about-footer__socials a:nth-child(2):hover svg {
  background: #1877f2;
  border-color: transparent;
}

/* YouTube brand colour on hover */
.about-houleye-page .about-footer__socials a:nth-child(3):hover svg {
  background: #ff0000;
  border-color: transparent;
}

.about-houleye-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-houleye-page .reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .about-houleye-page .intro-section {
    grid-template-columns: 1fr;
  }

  .about-houleye-page .intro-photo {
    width: 100%;
  }

  .about-houleye-page .intro-text {
    padding: 4rem 3rem;
  }

  .about-houleye-page .cred-inner {
    grid-template-columns: 1fr;
  }

  .about-houleye-page .phil-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-houleye-page .about-hero--light {
    gap: 3rem;
    padding: 4rem 3rem;
  }
}

@media (max-width: 768px) {
  /* ── Nav ── */
  .about-houleye-page .about-nav {
    height: 90px;
    padding: 0 1.2rem;
  }

  .about-houleye-page .about-nav__logo-image {
    height: 85px;
  }

  .about-houleye-page .nav-links {
    display: none;
  }

  .about-houleye-page .nav-right {
    display: none;
  }

  .about-houleye-page .lang-switcher.lang-switcher--mobile {
    display: flex;
  }

  .about-houleye-page .lang-switcher.lang-switcher--desktop {
    display: none;
  }

  /* Hamburger button */
  .about-houleye-page .nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
  }

  .about-houleye-page .nav-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }

  /* Animate to X when open */
  .about-houleye-page .about-nav.nav-open .nav-hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .about-houleye-page .about-nav.nav-open .nav-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .about-houleye-page .about-nav.nav-open .nav-hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* Mobile dropdown */
  .about-houleye-page .about-nav.nav-open {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 1.2rem;
  }

  .about-houleye-page .about-nav.nav-open .nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin-top: 0.5rem;
    order: 3;
  }

  .about-houleye-page .about-nav.nav-open .nav-links li {
    border-top: 1px solid rgba(255,255,255,0.15);
  }

  .about-houleye-page .about-nav.nav-open .nav-links a {
    display: block;
    padding: 0.9rem 0;
    font-size: 1rem;
  }

  .about-houleye-page .about-nav.nav-open .nav-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.8rem;
    order: 4;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.15);
  }

  /* ── Content offset ── */
  .about-houleye-page .page-tagline,
  .about-houleye-page .intro-section {
    margin-top: 90px;
  }

  /* ── Hero ── */
  .about-houleye-page .about-hero {
    overflow: visible;
    min-height: 0;
  }

  .about-houleye-page .about-hero--light {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem;
    gap: 2rem;
  }

  .about-houleye-page .about-hero__photo-wrap {
    order: -1;
  }

  .about-houleye-page .about-hero__portrait,
  .about-houleye-page .about-hero__photo-placeholder {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    display: block;
  }

  /* Reset portrait offset from food strip desktop layout */
  body:not(.about-page-body) .about-houleye-page .about-hero__portrait {
    width: 100%;
    margin-left: 0;
  }

  /* Fade food strip right edge more aggressively on mobile */
  body:not(.about-page-body) .about-houleye-page .about-hero__photo-wrap::before {
    width: 120px;
    -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
    mask-image: linear-gradient(to right, black 60%, transparent 100%);
  }

  .about-houleye-page .about-hero__content h1 {
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .about-houleye-page .hero-name-badge {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .about-houleye-page .hero-actions {
    flex-direction: column;
    gap: 1rem;
  }

  .about-houleye-page .hero-social-proof__items {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  .about-houleye-page .hero-social-proof__item {
    max-width: 100%;
  }

  /* ── Stats strip ── */
  .about-houleye-page .stats-strip__inner {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }

  /* ── Intro ── */
  .about-houleye-page .intro-section {
    grid-template-columns: 1fr;
  }

  .about-houleye-page .intro-photo {
    width: 100%;
  }

  .about-houleye-page .intro-text {
    padding: 2.5rem 1.5rem;
  }

  /* ── Story / Sections ── */
  .about-houleye-page .story-inner {
    padding: 0 1.5rem;
  }

  .about-houleye-page .story-section,
  .about-houleye-page .philosophy-section,
  .about-houleye-page .cred-section,
  .about-houleye-page .about-cta,
  .about-houleye-page .quote-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /* ── Philosophy ── */
  .about-houleye-page .phil-grid {
    grid-template-columns: 1fr;
  }

  .about-houleye-page .philosophy-quote {
    padding: 1.8rem 1.5rem;
    font-size: 1.2rem;
  }

  /* ── CTA ── */
  .about-houleye-page .cta-cards {
    align-items: center;
    flex-direction: column;
  }

  .about-houleye-page .cta-card {
    max-width: 100%;
    width: 100%;
  }

  .about-houleye-page .about-cta h2 {
    font-size: 2.2rem;
  }

  /* ── Footer ── */
  .about-houleye-page .about-footer {
    flex-direction: column;
    text-align: center;
  }

  .about-houleye-page .about-footer__socials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-houleye-page .about-footer__logo {
    height: 140px;
  }

  /* ── Page tagline ── */
  .about-houleye-page .page-tagline {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}

/* =========================================================
   About Veggie Banner
   ========================================================= */

.about-houleye-page .about-nature-banner {
  height: 480px;
  overflow: hidden;
  width: 100%;
}

.about-houleye-page .about-nature-banner img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

@media (max-width: 768px) {
  .about-houleye-page .about-nature-banner {
    height: 280px;
  }
}

.about-houleye-page .about-veggie-banner {
  height: 320px;
  overflow: hidden;
  position: relative;
}

.about-houleye-page .about-veggie-banner img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
  width: 100%;
}

.about-houleye-page .about-veggie-banner--duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.about-houleye-page .about-veggie-banner--duo img {
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (max-width: 768px) {
  .about-houleye-page .about-veggie-banner--duo {
    grid-template-columns: 1fr;
    height: 220px;
  }
  .about-houleye-page .about-veggie-banner--duo img:last-child {
    display: none;
  }
}

/* =========================================================
   Nutrition Gallery
   ========================================================= */

.about-houleye-page .nutrition-gallery {
  overflow: hidden;
  padding: 0;
}

.about-houleye-page .nutrition-gallery__grid {
  align-items: stretch;
  display: grid;
  gap: 4px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  height: 600px;
}

.about-houleye-page .nutrition-gallery__item {
  overflow: hidden;
}

.about-houleye-page .nutrition-gallery__item--tall {
  grid-row: 1 / 4;
  align-self: stretch;
  height: 100%;
}

.about-houleye-page .nutrition-gallery__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.about-houleye-page .nutrition-gallery__item:hover img {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .about-houleye-page .nutrition-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    height: auto;
  }

  .about-houleye-page .nutrition-gallery__item--tall {
    grid-row: auto;
  }
}

@media (max-width: 480px) {
  .about-houleye-page .nutrition-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 200px);
  }
}

/* =========================================================
   Stats Strip
   ========================================================= */

.about-houleye-page .stats-strip {
  background: #2a5040;
  padding: 3rem 2rem;
}

.about-houleye-page .stats-strip__title {
  color: #eef5f0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  margin: 0 auto 2rem;
  max-width: 1200px;
  padding: 0 2rem;
  text-align: center;
}

.about-houleye-page .stats-strip__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.about-houleye-page .stats-strip__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.about-houleye-page .stats-strip__number {
  color: #d4a84b;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.about-houleye-page .stats-strip__label {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.5;
}

.about-houleye-page .stats-strip__number sup {
  font-size: 0.5em;
  vertical-align: super;
}

.about-houleye-page .stats-strip__tagline {
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-style: italic;
  letter-spacing: 0.02em;
  margin: 2rem auto 0;
  max-width: 700px;
  text-align: center;
}

.about-houleye-page .stats-strip__legend {
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 2rem;
  justify-content: center;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding-top: 1rem;
}

.about-houleye-page .stats-strip__legend p {
  color: rgba(255,255,255,0.4);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  margin: 0;
}

@media (max-width: 900px) {
  .about-houleye-page .stats-strip__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .about-houleye-page .stats-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .about-houleye-page .stats-strip__inner {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Blog Index
   ========================================================= */

.blog-index-page .blog-hero {
  padding: 260px 2rem 4rem;
  text-align: center;
}

.blog-index-page .blog-hero h1 {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 400;
  margin: 0.5rem 0 1rem;
}

.blog-index-page .blog-hero p {
  color: var(--text-mid);
  font-size: 1.05rem;
  margin: 0 auto;
  max-width: 520px;
}

.blog-grid-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
}

.blog-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(26, 46, 36, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-card:hover {
  box-shadow: 0 6px 28px rgba(26, 46, 36, 0.13);
  transform: translateY(-3px);
}

.blog-card__image-link {
  display: block;
  overflow: hidden;
}

.blog-card__image {
  display: block;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.04);
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}

.blog-card__meta {
  color: var(--text-light);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.blog-card__title {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 0.8rem;
}

.blog-card__title a {
  color: inherit;
}

.blog-card__title a:hover {
  color: var(--terracotta);
}

.blog-card__excerpt {
  color: var(--text-mid);
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.2rem;
}

.blog-card__read-more {
  color: var(--terracotta);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.blog-card__read-more:hover {
  text-decoration: underline;
}

.blog-no-posts {
  color: var(--text-mid);
  grid-column: 1 / -1;
  text-align: center;
}

.blog-pagination {
  margin-top: 3rem;
  text-align: center;
}

.blog-pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination a,
.blog-pagination .page-numbers {
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--terracotta);
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.4rem 0.9rem;
}

.blog-pagination .page-numbers.current {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: #fff;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-index-page .blog-hero {
    padding: 7rem 1.5rem 3rem;
  }

  .blog-grid-section {
    padding: 1.5rem 1.5rem 4rem;
  }
}

/* =========================================================
   Blog Category Sections — side-by-side horizontal layout
   ========================================================= */

.blog-categories-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 2rem;
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.blog-category-section {
  box-sizing: border-box;
  height: 100%;
  padding: 3rem 2.5rem;
}

.blog-category-section--story {
  background: #fff;
}

.blog-category-section--alt {
  background: #f7fbf9;
}

.blog-category-section__inner {
  max-width: 100%;
}

.blog-category-section__banner {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  overflow: hidden;
}

.blog-category-section__banner-img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.blog-category-section__banner--story .blog-category-section__banner-img {
  object-position: 85% center;
}

.blog-category-section__header {
  margin-bottom: 2rem;
}

.blog-category-section__header h2 {
  color: var(--brown);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  margin: 0.5rem 0 0;
}

/* Each column shows cards stacked 1-per-row */
.blog-categories-wrapper .blog-grid,
.blog-categories-wrapper .blog-grid--story {
  grid-template-columns: 1fr;
}

/* Reset the featured-wide-card style so cards stack normally in narrow columns */
.blog-categories-wrapper .blog-grid--story .blog-card:first-child {
  display: flex;
  flex-direction: column;
  grid-column: auto;
}

.blog-categories-wrapper .blog-grid--story .blog-card:first-child .blog-card__image {
  height: 220px;
  min-height: 0;
}

.blog-categories-wrapper .blog-grid--story .blog-card:first-child .blog-card__title {
  font-size: 1.5rem;
}

.blog-categories-wrapper .blog-grid--story .blog-card:first-child .blog-card__body {
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .blog-categories-wrapper {
    grid-template-columns: 1fr;
    margin: 2rem auto;
    padding: 0;
  }

  .blog-category-section {
    padding: 3rem 1.5rem;
  }

  .blog-category-section--alt {
    border-left: none !important;
    border-top: 1px solid #e0ece6;
  }
}

/* =========================================================
   Single Post (Recipe Posts)
   ========================================================= */

.single-post-page {
  padding-top: 220px;
}

.single-post-hero {
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}

.single-post-hero img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.single-post-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem 3rem 6rem;
}

.single-post-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 400;
  color: #1a2e24;
  line-height: 1.15;
  margin: 0 0 2.5rem;
}

.single-post-body-content {
  font-family: 'Jost', sans-serif;
  font-size: 1.08rem;
  font-weight: 300;
  color: #3d5045;
  line-height: 1.95;
}

.single-post-body-content p {
  margin-bottom: 1.6rem;
}

.single-post-body-content h2,
.single-post-body-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: #1a2e24;
  margin-top: 2rem;
}

@media (max-width: 600px) {
  .single-post-inner {
    padding: 2rem 1.2rem 4rem;
  }
}

/* =========================================================
   Contact Page
   ========================================================= */

.contact-page .contact-hero {
  background-color: #eef5f0;
  border-bottom: 1px solid #c8dfd0;
  margin-top: 220px;
  padding: 4rem 2rem 3rem;
  text-align: center;
}

.contact-page .contact-hero h1 {
  color: #1a2e24;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0.5rem 0 1rem;
}

.contact-page .contact-hero h1 em {
  color: #3d6b55;
  font-style: italic;
}

.contact-page .contact-hero p {
  color: #3d5045;
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 700px;
}

.contact-section {
  background: #f5faf7;
  min-height: 60vh;
  padding: 4rem 2rem 6rem;
}

.contact-inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(26, 46, 36, 0.07);
  margin: 0 auto;
  max-width: 780px;
  padding: 3rem 3.5rem;
}

.contact-form__row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5rem;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.contact-form__row .contact-form__field {
  margin-bottom: 0;
}

.contact-form__field label {
  color: #1a2e24;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.contact-form__field .required {
  color: #3d6b55;
}

.contact-form__field input,
.contact-form__field textarea {
  background: #fff;
  border: 1.5px solid #c8dfd0;
  border-radius: 4px;
  color: #1a2e24;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  outline: none;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s;
  width: 100%;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: #3d6b55;
}

.contact-form__field textarea {
  resize: vertical;
}

.contact-form__submit {
  background: #3d6b55;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  padding: 1rem;
  text-transform: uppercase;
  transition: background 0.2s;
  width: 100%;
}

.contact-form__submit:hover {
  background: #2a5040;
}

.contact-form__success {
  background: #eef5f0;
  border-left: 3px solid #3d6b55;
  border-radius: 4px;
  color: #2a5040;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.4rem;
}

.contact-form__error {
  background: #fdf0ee;
  border-left: 3px solid #c4694f;
  border-radius: 4px;
  color: #7a3020;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.4rem;
}

@media (max-width: 600px) {
  .contact-inner {
    padding: 2rem 1.5rem;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

/* ── Contact Form 7 styling ───────────────────────────────────── */
.wpcf7-form {
  display: flex;
  flex-direction: column;
}

.wpcf7-form p {
  margin: 0 0 1.5rem;
}

.wpcf7-form p:has(> .wpcf7-text[name="first_name"]),
.wpcf7-form p:has(> .wpcf7-text[name="last_name"]) {
  display: inline-block;
  width: calc(50% - 0.75rem);
  margin-bottom: 1.5rem;
}

.wpcf7-form p:has(> .wpcf7-text[name="first_name"]) {
  margin-right: 1.5rem;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-textarea {
  background: #fff;
  border: 1.5px solid #c8dfd0;
  border-radius: 4px;
  color: #1a2e24;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  outline: none;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-textarea:focus {
  border-color: #3d6b55;
}

.wpcf7-form .wpcf7-textarea {
  resize: vertical;
  min-height: 150px;
}

.wpcf7-form .wpcf7-submit {
  background: #3d6b55;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  padding: 1rem;
  text-transform: uppercase;
  transition: background 0.2s;
  width: 100%;
}

.wpcf7-form .wpcf7-submit:hover {
  background: #2a5040;
}

.wpcf7-response-output {
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  margin: 0 0 1.5rem !important;
  padding: 1rem 1.4rem !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: #eef5f0;
  border: none !important;
  border-left: 3px solid #3d6b55 !important;
  color: #2a5040;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  background: #fdf0ee;
  border: none !important;
  border-left: 3px solid #c4694f !important;
  color: #7a3020;
}

.wpcf7-not-valid-tip {
  color: #c4694f;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  margin-top: 0.3rem;
}

@media (max-width: 600px) {
  .wpcf7-form p:has(> .wpcf7-text[name="first_name"]),
  .wpcf7-form p:has(> .wpcf7-text[name="last_name"]) {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}

/* ── Home CTA Strip ───────────────────────────────────────────── */
.home-cta-strip {
  background: #2a5040;
  padding: 4rem 2rem;
  text-align: center;
}

.home-cta-strip__inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.home-cta-strip__text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.btn-cta-primary {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2a5040;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 1rem 2.5rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-cta-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

@media (max-width: 600px) {
  .home-cta-strip__text {
    font-size: 1.25rem;
  }
  .btn-cta-primary {
    width: 100%;
    text-align: center;
  }
}

/* ── For You Section ─────────────────────────────────────────── */
.for-you-section {
  background: var(--section-bg);
  padding: 7rem 3rem 3rem;
}

.for-you-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.for-you-list {
  list-style: none;
  padding: 0;
  margin: 3.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.for-you-list li {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #3d5045;
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
}

.for-you-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3d6b55;
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .for-you-section {
    padding: 4rem 1.5rem;
  }
  .for-you-list li {
    font-size: 1rem;
  }
  .for-you-list li {
    font-size: 1rem;
  }
}

.for-you-btn {
  margin-top: 2.5rem;
  display: inline-block;
  background: #fff;
  color: #2a5040;
  border-color: #2a5040;
}

.for-you-btn:hover {
  background: #2a5040;
  color: #fff;
  border-color: #2a5040;
}

/* =============================================================
   SERVICES PAGE
   ============================================================= */

.services-hero {
  text-align: center;
  padding: 260px 24px 48px;
  max-width: 700px;
  margin: 0 auto;
}


.services-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 12px 0 20px;
  line-height: 1.2;
}

.services-hero__sub {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
}

.services-grid-section {
  padding: 0 24px 80px;
  max-width: 1100px;
  margin: 0 auto;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: stretch;
}

.services-grid .service-card {
  height: 100%;
}

.service-card {
  background: #fff;
  border: 1px solid #e8e2d9;
  border-top: 3px solid #c8ddd4;
  border-radius: 16px;
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card--featured {
  border-color: #3a6b55;
  border-top: 3px solid #3a6b55;
  background: #f7fbf9;
  box-shadow: 0 8px 32px rgba(58, 107, 85, 0.13);
}

.service-card--premium {
  border-color: #2c5241;
  border-top: 3px solid #2c5241;
  background: #f2f7f5;
  box-shadow: 0 8px 32px rgba(44, 82, 65, 0.15);
}

.service-card__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a6b55;
}

.service-card--premium .service-card__eyebrow {
  color: #2c5241;
}

.service-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

.service-card__desc {
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e2d9;
}

.service-card__includes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.service-card__includes li {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #333;
  padding-left: 20px;
  position: relative;
}

.service-card__includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3a6b55;
  font-weight: 600;
}

.service-card .btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.services-section-header {
  text-align: center;
  padding: 0 24px 40px;
  max-width: 700px;
  margin: 0 auto;
}

.services-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 8px 0 0;
  line-height: 1.2;
}

.services-section-title em {
  font-style: italic;
  color: #3a6b55;
}

.services-note {
  text-align: center;
  padding: 0 24px 64px;
}

.services-note p {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #888;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
}

.services-note__returning {
  margin-top: 10px !important;
  font-style: normal !important;
  color: #555 !important;
}

.services-note__returning a {
  color: #3a6b55;
  text-decoration: underline;
}

/* Workshops section */
.workshops-section {
  background: #faf9f6;
  padding: 80px 24px 64px;
}

.workshops-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.workshops-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 8px 0 16px;
  line-height: 1.2;
}

.workshops-title em {
  font-style: italic;
  color: #3a6b55;
}

.workshops-subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #666;
  max-width: 540px;
  margin: 0 auto 48px;
  line-height: 1.7;
  text-align: center;
  text-wrap: balance;
}

.workshops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  text-align: left;
}

.workshop-card {
  background: #fff;
  border: 1px solid #e8e2d9;
  border-radius: 14px;
  padding: 28px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.2s;
}

.workshop-card:hover {
  box-shadow: 0 6px 24px rgba(58, 107, 85, 0.1);
}

.workshop-card__icon {
  font-size: 1.6rem;
  line-height: 1;
}

.workshop-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.workshop-card__desc {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #666;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.workshop-card__format {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a6b55;
  background: #eef5f0;
  padding: 4px 10px;
  border-radius: 20px;
  align-self: flex-start;
}

.workshops-footnote {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  color: #888;
  font-style: italic;
  text-align: center;
  margin: 8px 0 32px;
}

.workshops-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}

.workshops-cta__text {
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
  margin: 0;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-hero {
    padding: 130px 20px 32px;
  }

  .workshops-grid {
    grid-template-columns: 1fr;
  }

  .workshops-section {
    padding: 60px 20px 48px;
  }
}

/* ══════════════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════════════ */
.testimonials-page .testimonials-page-hero {
  background: #faf9f6;
  padding: 320px 2rem 60px;
  text-align: center;
}

.testimonials-page .testimonials-section .eyebrow,
.testimonials-page .testimonials-section .testimonials-title {
  display: none;
}

.testimonials-page .testimonials-page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #1a2e22;
  margin-top: 12px;
}

.testimonials-page .testimonials-page-hero h1 em {
  font-style: italic;
  color: #c9a96e;
}

@media (max-width: 768px) {
  .testimonials-page .testimonials-page-hero {
    padding: 180px 1.5rem 40px;
  }
}

.testimonials-section {
  background: #f5f0ea;
  padding: 80px 2rem;
}

.testimonials-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: #1a2e24;
  margin-bottom: 48px;
}

.testimonials-title em {
  color: #b5872a;
  font-style: italic;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 48px 52px;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 24px rgba(26,46,36,0.07);
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 24px;
  left: 40px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  color: #d4a84b;
  opacity: 0.3;
  line-height: 1;
}

.testimonial-stars {
  color: #d4a84b;
  font-size: 1.1rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #2a4a3a;
  line-height: 1.9;
  margin-bottom: 28px;
  border: none;
  padding: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-name {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a8f74;
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 1.5rem;
  }

  .testimonial-card {
    padding: 36px 28px;
  }
}

/* MailerLite popup: hide sidebar image on mobile */
@media (max-width: 600px) {
  .ml-popup-sidebar-content {
    display: none !important;
  }
}

/* FAQ Section */
.home-faq {
  background: #f9f6f0;
  padding: 80px 2rem;
}

.home-faq__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-faq__inner h2 {
  margin-bottom: 48px;
}

.home-faq__list {
  text-align: left;
}

.home-faq__item {
  border-bottom: 1px solid #e0d9ce;
  padding: 0;
}

.home-faq__item:first-child {
  border-top: 1px solid #e0d9ce;
}

.home-faq__question {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2c3e2d;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.home-faq__question::-webkit-details-marker { display: none; }

.home-faq__question::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: #5a8f74;
  transition: transform 0.2s ease;
}

details[open] .home-faq__question::after {
  content: '−';
}

.home-faq__answer {
  font-size: 0.97rem;
  color: #4a5568;
  line-height: 1.75;
  padding: 0 0 20px 0;
  margin: 0;
}

@media (max-width: 768px) {
  .home-faq {
    padding: 60px 1.5rem;
  }
}

/* Contact page social links section */
.contact-socials {
  background: #3d6b55;
  padding: 48px 2rem;
  text-align: center;
}

.contact-socials .contact-socials__label {
  color: rgba(255,255,255,0.7);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.contact-socials .about-footer__socials {
  justify-content: center;
}

/* About page video section */
.about-video {
  background: #f9f6f0;
  padding: 80px 2rem;
  text-align: center;
}

.about-video__inner {
  max-width: 800px;
  margin: 0 auto;
}

.about-video__inner h2 {
  margin-bottom: 2rem;
}

.about-video__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}

.about-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .about-video {
    padding: 60px 1.5rem;
  }
}

/* ===========================
   Links Page (link-in-bio)
   =========================== */

.links-page-body {
  background: #eef5f0;
  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
}

.links-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 3rem 1.5rem 4rem;
  max-width: 480px;
  margin: 0 auto;
}

.links-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  text-align: center;
}

.links-profile__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #5a8f74;
  margin-bottom: 1rem;
}

.links-profile__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #1a2e24;
  margin: 0 0 0.4rem;
}

.links-profile__subtitle {
  font-size: 1rem;
  color: #3d5045;
  font-weight: 500;
  margin: 0 0 0.6rem;
  text-align: center;
}

.links-profile__tagline {
  font-size: 1rem;
  color: #3d5045;
  line-height: 1.6;
  margin: 0;
  max-width: 360px;
  text-align: left;
}

.links-nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  margin-bottom: 2.5rem;
}

.links-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  color: #1a2e24;
  border: 1.5px solid #c8dfd0;
  border-radius: 50px;
  padding: 0.9rem 1.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.links-btn:hover {
  background: #e5f2eb;
  border-color: #5a8f74;
  transform: translateY(-2px);
}

.links-btn--primary {
  background: #5a8f74;
  color: #fff;
  border-color: #5a8f74;
  font-weight: 500;
}

.links-btn--primary:hover {
  background: #3d6b55;
  border-color: #3d6b55;
  color: #fff;
}

.links-btn__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.links-socials {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.links-socials a {
  color: #3d6b55;
  display: flex;
  align-items: center;
  transition: color 0.2s, transform 0.15s;
}

.links-socials a:hover {
  color: #1a2e24;
  transform: translateY(-2px);
}

.links-footer-text {
  font-size: 0.8rem;
  color: #7aaa90;
  margin: 0;
}

/* ── Recipe Index Page ─────────────────────────────────────── */

.recipe-index-hero {
  text-align: center;
  margin-top: 220px;
  padding: 4rem 2rem 2rem;
}

.recipe-index-hero h1 {
  font-size: 2.5rem;
  margin: 0.5rem 0 1rem;
}

.recipe-index-hero p {
  max-width: 600px;
  margin: 0 auto;
  color: #4a7a5a;
}

.recipe-index-section {
  padding: 2rem 2rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.recipe-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.filter-btn {
  background: transparent;
  border: 2px solid #3d6b55;
  color: #3d6b55;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #3d6b55;
  color: #fff;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}

.recipe-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}

.recipe-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recipe-card__image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e8f0eb;
  flex-shrink: 0;
}

.recipe-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.recipe-card:hover .recipe-card__image-wrap img {
  transform: scale(1.04);
}

.recipe-card__image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #d4e8dc 0%, #c0d8c8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.recipe-card__image-placeholder::after {
  content: '🌿';
  font-size: 2.5rem;
  opacity: 0.4;
}

.recipe-card__body {
  padding: 1rem 1.1rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.recipe-card__category {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3d6b55;
}

.recipe-card__title {
  font-size: 1rem;
  margin: 0;
  color: #1a2e24;
  line-height: 1.35;
  font-weight: 600;
}

/* ── Recipe Login CTA ─────────────────────────────────────── */

.recipe-login-cta {
  margin: 3rem auto 1rem;
  max-width: 680px;
  padding: 0 1.5rem;
}

.recipe-login-cta__inner {
  background: linear-gradient(135deg, #f0f7f3 0%, #e4f0e9 100%);
  border: 1.5px solid #b8d9c4;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  text-align: center;
}

.recipe-login-cta__icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.recipe-login-cta__heading {
  font-size: 1.6rem;
  color: #1a2e24;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.recipe-login-cta__text {
  color: #4a6a55;
  font-size: 1rem;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.recipe-login-cta__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.recipe-login-cta__btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.recipe-login-cta__btn--primary {
  background: #3d6b55;
  color: #fff;
}

.recipe-login-cta__btn--primary:hover {
  background: #1a2e24;
  transform: translateY(-2px);
}

.recipe-login-cta__btn--secondary {
  background: transparent;
  color: #3d6b55;
  border: 2px solid #3d6b55;
}

.recipe-login-cta__btn--secondary:hover {
  background: #3d6b55;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Locked recipe cards ───────────────────────────────────── */

.recipe-card--locked {
  position: relative;
  cursor: pointer;
}

.recipe-card--locked .recipe-card__image-wrap img,
.recipe-card--locked .recipe-card__image-placeholder {
  filter: blur(6px);
  opacity: 0.55;
}

.recipe-card--locked .recipe-card__body {
  filter: blur(3px);
  opacity: 0.5;
  user-select: none;
}

.recipe-card__lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  z-index: 2;
}

.recipe-card__lock-icon {
  font-size: 1.8rem;
  line-height: 1;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.25));
}

.recipe-card__lock-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3d6b55;
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 0.3rem 0.9rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.recipe-card--locked:hover .recipe-card__lock-label {
  background: #3d6b55;
  color: #fff;
}

/* ── Login / Register Page ─────────────────────────────────── */

.login-page-main {
  min-height: 100vh;
  padding: 260px 1.5rem 4rem;
  background: linear-gradient(160deg, #eef4ef 0%, #f5f2ec 100%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.login-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 48px rgba(61, 107, 85, 0.10), 0 2px 12px rgba(0,0,0,0.06);
  padding: 2.8rem 2.6rem 2.6rem;
  width: 100%;
  max-width: 460px;
}

.login-card__logo {
  text-align: center;
  margin-bottom: 0.6rem;
}
.login-card__logo img {
  height: 80px;
  width: auto;
  filter: brightness(0.95);
}

.login-card__tagline {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #7a9e8a;
  margin: 0 0 1.8rem;
}

/* Tabs */
.login-tabs {
  display: flex;
  border-bottom: 2px solid #e8ede9;
  margin-bottom: 2rem;
  gap: 0;
}
.login-tab {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding: 0.65rem 1rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ab0a0;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.login-tabs--hidden { display: none; }

.login-tab--active {
  color: #3d6b55;
  border-bottom-color: #3d6b55;
}
.login-tab:hover:not(.login-tab--active) {
  color: #5a8f74;
}

/* Panels */
.login-panel { display: none; }
.login-panel--active { display: block; }

/* WordPress login form overrides */
.login-panel #loginform {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.login-panel #loginform p { margin: 0 0 1.2rem; }
.login-panel #loginform label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7a65;
  margin-bottom: 0.45rem;
}
.login-panel #loginform input[type="text"],
.login-panel #loginform input[type="password"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #d4e0d7;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  color: #2d4a38;
  background: #f9fbf9;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.login-panel #loginform input[type="text"]:focus,
.login-panel #loginform input[type="password"]:focus {
  outline: none;
  border-color: #5a8f74;
  box-shadow: 0 0 0 3px rgba(90,143,116,0.12);
  background: #fff;
}
.login-panel #loginform .forgetmenot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  color: #6a8f78;
}
.login-panel #loginform .forgetmenot input[type="checkbox"] {
  accent-color: #3d6b55;
  width: 15px;
  height: 15px;
}
.login-panel #loginform .submit { margin: 0; }
.login-panel #loginform #gs-login-submit,
.login-panel #loginform input[type="submit"] {
  width: 100%;
  padding: 0.9rem 1rem;
  background: #3d6b55;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.4rem;
}
.login-panel #loginform #gs-login-submit:hover,
.login-panel #loginform input[type="submit"]:hover {
  background: #2e5240;
  transform: translateY(-1px);
}

/* Forgot password */
.login-forgot {
  text-align: center;
  margin-top: 1.2rem;
}
.login-forgot a {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  color: #7a9e8a;
  text-decoration: none;
  transition: color 0.2s;
}
.login-forgot a:hover { color: #3d6b55; }

/* Register form fields */
.gs-register-form { display: flex; flex-direction: column; gap: 1.2rem; }

.gs-field { display: flex; flex-direction: column; gap: 0.45rem; }
.gs-field label {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7a65;
}
.gs-field input {
  padding: 0.75rem 1rem;
  border: 1.5px solid #d4e0d7;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  color: #2d4a38;
  background: #f9fbf9;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gs-field input:focus {
  outline: none;
  border-color: #5a8f74;
  box-shadow: 0 0 0 3px rgba(90,143,116,0.12);
  background: #fff;
}
.gs-field__hint {
  font-family: 'Jost', sans-serif;
  font-size: 0.73rem;
  color: #9ab0a0;
}

/* Password visibility toggle */
.gs-field__password-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.gs-field__password-wrap input { flex: 1; padding-right: 3rem; }
.gs-toggle-pw {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #9ab0a0;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.gs-toggle-pw:hover { color: #3d6b55; }

/* Submit button */
.gs-submit-btn {
  width: 100%;
  padding: 0.9rem 1rem;
  background: #3d6b55;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.2rem;
}
.gs-submit-btn:hover {
  background: #2e5240;
  transform: translateY(-1px);
}

/* Notices */
.login-notice--error {
  background: #fff5f5;
  border: 1px solid #f5b8b8;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.2rem;
}
.login-notice--error p {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  color: #c0392b;
}
.login-notice--success {
  background: #f0f7f3;
  border: 1px solid #b8d9c4;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.2rem;
}
.login-notice--success p {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  color: #2e5240;
  font-weight: 500;
}

/* Newsletter disclaimer on register form */
.gs-register-disclaimer {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  color: #9ab0a0;
  text-align: center;
  line-height: 1.6;
  margin: 0.8rem 0 0;
}

/* Registration success */
.reg-success {
  text-align: center;
  padding: 0.5rem 0 0.8rem;
}
.reg-success__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}
.reg-success__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #2d4a38;
  margin: 0 0 0.6rem;
}
.reg-success__text {
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  color: #3d6b55;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
.reg-success__email-note {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  color: #7a9e8a;
  margin: 0 0 0.5rem;
  line-height: 1.6;
  background: #f0f7f3;
  border: 1px solid #c8dfd0;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
}

/* Mobile */
@media (max-width: 500px) {
  .login-card { padding: 2rem 1.4rem 2rem; border-radius: 16px; }
  .login-page-main { padding-top: 130px; align-items: flex-start; }
}

/* ── Single Recipe Page ────────────────────────────────────── */

.single-recipe-wrap {
  max-width: 860px;
  margin: 220px auto 4rem;
  padding: 0 1.5rem;
}

.recipe-with-photo {
  position: relative;
}

.recipe-houleye-photo {
  position: absolute;
  top: 0;
  right: -300px;
  width: 260px;
  border-radius: 12px;
  overflow: hidden;
}

.recipe-houleye-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 1200px) {
  .recipe-houleye-photo {
    display: none;
  }
}

.single-recipe-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #3d6b55;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.single-recipe-back:hover {
  color: #1a2e24;
}

/* ── Recipe share buttons ──────────────────────────────────── */

.recipe-share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2ebe4;
}

.recipe-share__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4a5568;
  white-space: nowrap;
}

.recipe-share__buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.recipe-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  line-height: 1;
}

.recipe-share__btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.recipe-share__btn--facebook {
  background: #1877f2;
  color: #fff;
}

.recipe-share__btn--whatsapp {
  background: #25d366;
  color: #fff;
}

.recipe-share__btn--x {
  background: #000;
  color: #fff;
}

.recipe-share__btn--copy {
  background: #f0f4f1;
  color: #3d6b55;
  border: 1.5px solid #c6d9cc;
}

/* ── Recipe page mobile ────────────────────────────────────── */

@media (max-width: 768px) {
  .recipe-index-hero h1 { font-size: 1.8rem; }
  .recipe-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
  .recipe-card__title { font-size: 0.9rem; }
  .single-recipe-wrap { margin: 1rem auto 3rem; }
  .recipe-share { gap: 0.5rem; }
  .recipe-share__btn { padding: 0.35rem 0.75rem; font-size: 0.75rem; }
  .recipe-login-cta__inner { padding: 2rem 1.5rem; }
  .recipe-login-cta__heading { font-size: 1.3rem; }
  .recipe-login-cta__buttons { flex-direction: column; align-items: center; }
}
