.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: 2.5rem;
  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.14em;
  text-transform: uppercase;
  transition: color 0.3s;
  white-space: nowrap;
}

.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;
}

body:not(.about-page-body) .about-houleye-page .about-hero__photo-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background-image: url('../images/about/food side.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.80;
  z-index: 2;
  border-radius: 12px 0 0 12px;
  -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
  mask-image: linear-gradient(to right, black 70%, transparent 100%);
}

body:not(.about-page-body) .about-houleye-page .about-hero__portrait {
  width: 100%;
  margin-left: 180px;
  display: block;
  position: relative;
  z-index: 3;
  object-position: center top;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 15%, black 100%);
  mask-image: linear-gradient(to left, transparent 0%, black 15%, black 100%);
}

.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: 560px;
  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;
}

.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__logo {
  height: 220px;
  opacity: 1;
  width: auto;
}

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

.about-houleye-page .about-footer__socials a {
  align-items: center;
  color: rgba(255,255,255,0.65);
  display: flex;
  font-size: 0.78rem;
  gap: 0.4rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.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--mobile {
    display: flex;
  }

  .about-houleye-page .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;
  }

  /* ── 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;
  }
}

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

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

.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: 780px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

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

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

.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;
  }
}

/* ── 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(3, 1fr);
  gap: 28px;
  align-items: start;
}

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

.service-card--featured {
  border-color: #3a6b55;
  box-shadow: 0 8px 32px rgba(58, 107, 85, 0.12);
  transform: translateY(-8px);
}

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

.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;
}

.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;
}

.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;
}

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

  .service-card--featured {
    transform: none;
  }

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

/* ══════════════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════════════ */
.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;
  }
}
