/*
Theme Name: TinySalt Child
Theme URI: https://monsaladier.com
Description: Child Theme pour TinySalt - Mon Saladier
Author: Mathilde
Template: tinysalt
Version: 1.1
*/






/* ============================================
   À PROPOS PAGE — ms-about-* classes
   Source: a-propos-preview.html
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #2e7d32;
  --green-dark: #1b5e20;
  --green-deep: #1a3a2a;
  --green-light: #4caf50;
  --sage: #a8c5a0;
  --sage-light: #cfe2c8;
  --cream: #faf7f2;
  --clay: #c16a4e;
  --clay-light: #e8b8a0;
  --text: #2d2d2d;
  --text-light: #6b6b6b;
  --text-muted: #9e9e9e;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.08);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.1);
  --radius: 16px;
  --radius-sm: 8px;
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max-width: 1200px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.ms-container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.ms-section { padding: 100px 0; }

.ms-section-header { text-align: center; margin-bottom: 60px; }

.ms-section-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-light);
  max-width: 620px;
  margin: 16px auto 0;
}

.ms-section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
  position: relative;
}

.ms-section-tag::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--sage);
  margin: 12px auto 0;
}

.ms-section-tag a,
.ms-section-header h2 a {
  color: inherit !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}

.ms-section-tag a:hover,
.ms-section-header h2 a:hover {
  opacity: 0.7;
}

.ms-section-header h2 {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

/* ============================================
   1. HERO â€” Ã€ propos / About Page
   ============================================ */
.ms-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--cream);
}

/* Split layout: image right, content left */
.ms-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  min-height: 100vh;
  align-items: center;
  position: relative;
  z-index: 3;
}

/* Left column â€” text content */
.ms-hero-content {
  padding: 60px 48px 60px 24px;
  max-width: 580px;
  justify-self: end;
}

.ms-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 24px;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.3s forwards;
}

.ms-hero-badge::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--sage);
}

.ms-hero-content h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 8px;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.5s forwards;
}

.ms-hero-content .ms-hero-name {
  font-family: var(--font-sans);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  display: block;
  margin-bottom: 24px;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.6s forwards;
}

.ms-hero-content .ms-hero-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 24px;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.7s forwards;
}

/* E-E-A-T trust bar */
.ms-hero-eeat {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.8s forwards;
}

.ms-eeat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.3px;
}

.ms-eeat-item svg {
  width: 14px;
  height: 14px;
  color: var(--green);
  flex-shrink: 0;
}

/* CTA button */
.ms-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.9s forwards;
}

.ms-btn {
  display: inline-block;
  padding: 15px 36px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all var(--transition);
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.ms-btn-primary {
  color: var(--white);
  background: var(--green);
  border: 2px solid var(--green);
}

.ms-btn-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.ms-btn-outline {
  color: var(--green);
  border: 2px solid var(--sage);
  background: transparent;
}

.ms-btn-outline:hover {
  border-color: var(--green);
  background: var(--cream);
  transform: translateY(-2px);
}

/* Right column â€” portrait image */
.ms-hero-visual {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 24px 60px 0;
  opacity: 0;
  animation: ms-fade-up 0.8s 0.4s forwards;
}

.ms-hero-image-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 3 / 4;
}

.ms-hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Decorative frame behind portrait */
.ms-hero-image-frame::before {
  content: '';
  position: absolute;
  inset: -12px;
  border: 2px solid var(--sage);
  border-radius: 24px;
  z-index: -1;
  pointer-events: none;
}

/* Small decorative circle top-right */
.ms-hero-image-frame::after {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--sage-light);
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}

/* Small accent dot bottom-left */
.ms-hero-accent {
  position: absolute;
  bottom: 40px;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--clay);
  opacity: 0.3;
  pointer-events: none;
}

/* Bottom wave */
.ms-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 4;
  line-height: 0;
  pointer-events: none;
}

.ms-hero-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Scroll */
.ms-scroll-indicator {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation: ms-fade-up 0.8s 1.2s forwards;
}

.ms-scroll-indicator span {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ms-scroll-mouse {
  width: 20px;
  height: 30px;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
}

.ms-scroll-mouse::after {
  content: '';
  width: 2px;
  height: 7px;
  background: var(--green);
  border-radius: 2px;
  animation: ms-scroll-bounce 2s ease-in-out infinite;
}

@keyframes ms-scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.2; }
}

/* ============================================
   2. STORY
   ============================================ */
.ms-story { background: var(--white); }

.ms-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ms-story-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.ms-story-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ms-story-image:hover img { transform: scale(1.03); }

.ms-story-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid var(--sage);
  border-radius: var(--radius);
  top: 16px;
  left: 16px;
  z-index: -1;
  pointer-events: none;
}

.ms-story-text .ms-section-tag { margin-bottom: 12px; }
.ms-story-text .ms-section-tag::after { margin: 12px 0 0; }

.ms-story-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
  color: var(--text);
}

.ms-story-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 20px;
}

.ms-story-text p:last-of-type { margin-bottom: 28px; }

.ms-signature {
  max-width: 140px;
  opacity: 0.8;
}

/* ============================================
   3. PHILOSOPHY
   ============================================ */
.ms-philosophy { background: var(--cream); }

.ms-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ms-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 48px 36px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--green);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.ms-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(180deg, rgba(46,125,50,0.04) 0%, transparent 100%);
  transition: height 0.4s ease;
}

.ms-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.ms-card:hover::before { height: 100%; }

.ms-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}

.ms-card:hover .ms-card-icon { background: var(--sage-light); }

.ms-card-icon svg { width: 28px; height: 28px; color: var(--green); }

.ms-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}

.ms-card p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* ============================================
   4. OFFERINGS
   ============================================ */
.ms-offerings { background: var(--white); }

.ms-offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ms-offering-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--cream);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  cursor: default;
}

.ms-offering-item:hover {
  background: var(--sage-light);
  transform: translateX(4px);
}

.ms-offering-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

.ms-offering-icon svg { width: 20px; height: 20px; color: var(--green); }

.ms-offering-item span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

/* ============================================
   5. QUOTE
   ============================================ */
.ms-quote-section { background: var(--cream); position: relative; }

.ms-quote-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 40px 20px;
}

.ms-quote-marks {
  font-family: var(--font-serif);
  font-size: 8rem;
  line-height: 1;
  color: var(--sage);
  opacity: 0.25;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.ms-quote-block blockquote {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: var(--text);
  position: relative;
  z-index: 1;
}

.ms-leaf-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 32px auto 0;
}

.ms-leaf-divider::before,
.ms-leaf-divider::after {
  content: '';
  width: 60px;
  height: 1px;
  background: var(--sage);
}

.ms-leaf-divider svg {
  width: 20px;
  height: 20px;
  color: var(--green);
  opacity: 0.6;
}

/* ============================================
   6. RECIPES
   ============================================ */
.ms-recipes { background: var(--white); }

.ms-recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ms-recipe-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.ms-recipe-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.ms-recipe-image {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.ms-recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ms-recipe-card:hover .ms-recipe-image img { transform: scale(1.06); }

.ms-recipe-body { padding: 24px 28px 28px; }

.ms-recipe-body h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}

.ms-recipe-body p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.ms-recipe-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--green);
  transition: gap var(--transition);
}

.ms-recipe-link:hover { gap: 14px; }

.ms-recipe-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition);
}

.ms-recipe-link:hover svg { transform: translateX(2px); }

/* Category chips */
/* Category cards */
.ms-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ms-category-card {
  display: block;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
}

.ms-category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.ms-category-image {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.ms-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ms-category-card:hover .ms-category-image img {
  transform: scale(1.06);
}

.ms-category-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,94,32,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ms-category-card:hover .ms-category-overlay {
  opacity: 1;
}

.ms-category-cta {
  display: inline-block;
  padding: 12px 28px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.ms-category-card:hover .ms-category-cta {
  background: var(--white);
  color: var(--green-dark);
}

.ms-category-body {
  padding: 24px 28px 28px;
}

.ms-category-body h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}

.ms-category-body p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.ms-category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--green);
  transition: gap var(--transition);
}

.ms-category-card:hover .ms-category-link {
  gap: 14px;
}

.ms-category-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition);
}

.ms-category-card:hover .ms-category-link svg {
  transform: translateX(2px);
}

/* ============================================
   7. CTA
   ============================================ */
.ms-cta {
  background: var(--green);
  position: relative;
  overflow: hidden;
}

.ms-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

.ms-cta::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

.ms-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.ms-cta-content h2 {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}

.ms-cta-content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  line-height: 1.7;
}

.ms-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.ms-btn-primary {
  background: var(--white);
  color: var(--green-dark);
  border: 2px solid var(--white);
}

.ms-btn-primary:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.ms-btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.35);
}

.ms-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  transform: translateY(-2px);
}

/* ============================================
   ANIMATIONS
   ============================================ */
.ms-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.ms-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ms-reveal-delay-1 { transition-delay: 0.1s; }
.ms-reveal-delay-2 { transition-delay: 0.2s; }
.ms-reveal-delay-3 { transition-delay: 0.3s; }
.ms-reveal-delay-4 { transition-delay: 0.4s; }

@keyframes ms-fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .ms-section { padding: 80px 0; }
  .ms-section-header h2 { font-size: 2.2rem; }
  .ms-split-layout { gap: 40px; }
  .ms-story-image img { height: 480px; }
  .ms-cards-grid { gap: 24px; }
  .ms-card { padding: 40px 28px; }
}

@media (max-width: 900px) {
  .ms-split-layout { grid-template-columns: 1fr; gap: 40px; }
  .ms-story-image { order: -1; }
  .ms-story-image::before { display: none; }
  .ms-story-image img { height: 400px; }
  .ms-story-text h2 { font-size: 2rem; }
  .ms-cards-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
  .ms-offerings-grid { grid-template-columns: 1fr 1fr; }
  .ms-recipes-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
  .ms-category-grid { grid-template-columns: repeat(2, 1fr); }
  .ms-quote-block blockquote { font-size: 1.4rem; }
  .ms-cta-content h2 { font-size: 2rem; }
}

@media (max-width: 1024px) {
  .ms-hero-inner { grid-template-columns: 1fr 1fr; }
  .ms-hero-content { padding: 40px 32px; }
  .ms-hero-image-frame { max-width: 380px; }
}

@media (max-width: 768px) {
  .ms-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 100px 0 60px;
  }
  .ms-hero-content {
    padding: 40px 24px 20px;
    max-width: 100%;
    justify-self: center;
    text-align: center;
  }
  .ms-hero-badge { justify-content: center; }
  .ms-hero-badge::before { display: none; }
  .ms-hero-content .ms-hero-subtitle { max-width: 100%; }
  .ms-hero-actions { justify-content: center; }
  .ms-hero-visual {
    height: auto;
    padding: 0 24px 40px;
    justify-content: center;
  }
  .ms-hero-image-frame { max-width: 320px; }
  .ms-hero-image-frame::after { display: none; }
  .ms-hero-accent { display: none; }
}

@media (max-width: 600px) {
  .ms-section { padding: 60px 0; }
  .ms-hero { min-height: auto; }
  .ms-hero-content h1 { font-size: 2rem; }
  .ms-hero-content .ms-hero-name { font-size: 0.8rem; letter-spacing: 1.5px; max-width: 320px; }
  .ms-hero-content .ms-hero-subtitle { font-size: 0.95rem; }
  .ms-hero-eeat { flex-wrap: wrap; gap: 12px; }
  .ms-hero-actions { flex-direction: column; align-items: center; }
  .ms-btn { padding: 13px 28px; font-size: 0.8rem; }
  .ms-hero-wave svg { height: 30px; }
  .ms-scroll-indicator { bottom: 40px; }
  .ms-section-header h2 { font-size: 1.8rem; }
  .ms-section-header { margin-bottom: 40px; }
  .ms-story-text h2 { font-size: 1.6rem; }
  .ms-story-image img { height: 300px; }
  .ms-offerings-grid { grid-template-columns: 1fr; }
  .ms-category-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
  .ms-card { padding: 32px 24px; }
  .ms-cta-content h2 { font-size: 1.6rem; }
  .ms-btn { padding: 14px 28px; font-size: 0.8rem; }
  .ms-cta-buttons { flex-direction: column; align-items: center; }
  .ms-leaf-divider::before, .ms-leaf-divider::after { width: 40px; }
}

/* New Elementor-style Footer */

.ms-elementor-footer .ms-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 24px;
    text-align: center;
}
.ms-elementor-footer .ms-footer-nav {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
}
.ms-elementor-footer .ms-footer-nav li {
    margin: 0;
    padding: 0;
}
.ms-elementor-footer .ms-footer-nav a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.2s;
}
.ms-elementor-footer .ms-footer-nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.ms-elementor-footer .ms-footer-copyright p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}
.ms-elementor-footer .ms-footer-copyright a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.ms-elementor-footer .ms-footer-copyright a:hover {
    color: #ffffff;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .ms-elementor-footer .ms-footer-inner {
        padding: 24px 16px;
    }
    .ms-elementor-footer .ms-footer-nav {
        flex-direction: column;
        gap: 10px;
    }
}

/* Hide old theme footer - replaced by new Elementor-style footer */
.ms-footer {
    display: none !important;
}

/* ============================================================
   STICKY HEADER — Mon Saladier (global)
   ============================================================ */
.ms-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 64px;
    background: var(--green-deep);
    border-bottom: 1px solid rgba(168,213,176,0.08);
}

.ms-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 62% 42%, rgba(42,105,68,0.4) 0%, transparent 70%),
        radial-gradient(ellipse 50% 80% at 80% 70%, rgba(74,153,99,0.12) 0%, transparent 60%),
        radial-gradient(circle, rgba(168,213,176,0.08) 1px, transparent 1px);
    background-size: auto, auto, 36px 36px;
    pointer-events: none;
    z-index: -1;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.header-logo-img { height: auto; width: auto; max-width: 200px; max-height: 64px; display: block; }

.header-nav {
    display: flex;
    gap: 36px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-nav li { position: relative; margin: 0; }

.header-nav a {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(247,243,236,0.55);
    text-decoration: none;
    transition: color var(--transition), padding var(--transition);
    position: relative;
    padding: 6px 0;
}

.header-nav a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: var(--green-light);
    transition: width var(--transition), left var(--transition);
    transform: translateX(-50%);
}

.header-nav a:hover { color: var(--cream); }
.header-nav a:hover::before { width: 100%; }

.header-nav li.current-menu-item a,
.header-nav li.current_page_item a,
.header-nav a[aria-current="page"] { color: var(--cream); }

.header-nav li.current-menu-item a::after,
.header-nav li.current_page_item a::after,
.header-nav a[aria-current="page"]::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--clay);
    transform: translateX(-50%);
}

.header-nav li.current-menu-item a::before,
.header-nav li.current_page_item a::before,
.header-nav a[aria-current="page"]::before { display: none; }

.header-nav li + li::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(168,213,176,0.2);
    transform: translateY(-50%);
}

.ms-header-spacer { height: 88px; }

@media (max-width: 1024px) {
    .ms-header { padding: 14px 32px; }
    .header-nav { gap: 24px; }
    .header-logo-img { height: 54px; }
    .ms-header-spacer { height: 82px; }
}

@media (max-width: 640px) {
    .ms-header { padding: 12px 20px; flex-direction: column; gap: 8px; }
    .header-logo-img { height: 48px; }
    .header-nav { gap: 10px; flex-wrap: wrap; justify-content: center; }
    .header-nav a { font-size: 0.65rem; letter-spacing: 0.12em; }
    .header-nav li + li::before { display: none; }
    .ms-header-spacer { height: 100px; }
}


/* === SIDEBAR 340px WIDTH === */
@media screen and (min-width: 1120px) {
  .site-content[class*="with-sidebar-"] .sidebar {
    width: 340px;
  }
  .site-content[class*="with-sidebar-"] .sidebar-container {
    width: 340px;
  }
  .site-content[class*="with-sidebar-"] .primary {
    width: calc(100% - 400px);
  }
}

/* === MOBILE HEADER — Visible on all pages, 25%/75% columns === */
/* Override Elementor's desktop hiding — show mobile header everywhere */
@media (min-width: 1025px) {
    .elementor-element-b76f9b7 {
        display: block !important;
    }
    /* Hide desktop header — mobile header is now universal */
    .elementor-element-42afa2d2 {
        display: none !important;
    }
}

/* Swap columns: logo (left) 25% / hamburger (right) 75% */
.elementor-element-b76f9b7 .elementor-col-75 {
    width: 25% !important;
}
.elementor-element-b76f9b7 .elementor-col-25 {
    width: 75% !important;
}
