/* =============================================
   KALIMERA — Sub-page CSS (Chef + Menu Pages)
   ============================================= */

/* ─── Sub-page Hero ─── */
.kalimera-subpage-hero {
  margin-top: 0;
  background: #f6f4ee;
  padding: 5rem 2rem;
}
.kalimera-subpage-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.kalimera-chef-hero-text h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-chef-tagline {
  font-size: 1.4rem;
  color: #c8a96e;
  font-style: italic;
  margin-bottom: 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-chef-hero-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-chef-hero-img img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}

/* ─── Story Section ─── */
.kalimera-chef-story {
  background: #fff;
  padding: 5rem 2rem;
}
.kalimera-chef-story-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.kalimera-chef-story-img img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}
.kalimera-chef-story-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-chef-story-text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* ─── Precision + Hero Dish ─── */
.kalimera-chef-precision {
  background: #f6f4ee;
  padding: 5rem 2rem;
}
.kalimera-chef-precision-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.kalimera-chef-precision-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-chef-precision-text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-hero-dish-card {
  background: #fff;
  border-radius: 2px;
  padding: 2rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.kalimera-hero-dish-label {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-hero-dish-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.kalimera-hero-dish-card h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-hero-dish-card p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #666;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-dish-tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.kalimera-dish-tags span {
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #555;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-dish-tags span:first-child {
  background: #2090a0;
  color: #fff;
  border-color: #2090a0;
}

/* ─── Timeline ─── */
.kalimera-chef-timeline {
  background: #fff;
  padding: 5rem 2rem;
}
.kalimera-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.kalimera-timeline::before {
  content: '';
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0,0,0,0.1);
}
.kalimera-timeline-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.kalimera-timeline-item::before {
  content: '';
  position: absolute;
  left: 76px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8a96e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #c8a96e;
}
.kalimera-timeline-year {
  width: 80px;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #c8a96e;
  padding-top: 0.1rem;
  text-align: right;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-timeline-content {
  padding-left: 2rem;
}
.kalimera-timeline-content h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-timeline-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* ─── Menu Sub-page Hero ─── */
.kalimera-menu-hero {
  margin-top: 0;
  background: #f6f4ee;
  padding: 4rem 2rem 3rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.kalimera-menu-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-menu-hero p {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  max-width: 560px;
  margin: 0 auto 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-menu-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─── Menu Iframe Embed ─── */
.kalimera-menu-embed {
  background: #fff;
  padding: 2rem 0 4rem;
}
.kalimera-menu-embed iframe {
  display: block;
  width: 100%;
  min-height: 900px;
  border: none;
}

/* ─── Menu Video Banner Hero ─── */
.kalimera-menu-video-hero {
  position: relative;
  width: 100%;
  height: 56.25vw;
  min-height: 480px;
  overflow: hidden;
  background: #0a1a1c;
  margin-top: 0;
}
.kalimera-menu-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Responsive desktop/mobile video for menu pages */
.kalimera-menu-video.kalimera-hero-mobile { display: none; }
.kalimera-menu-video.kalimera-hero-desktop { display: block; }
@media (max-width: 768px) {
  .kalimera-menu-video-hero {
    height: 0;
    padding-bottom: 177.78%; /* 9:16 ratio */
    min-height: unset;
    max-height: none;
  }
  .kalimera-menu-video.kalimera-hero-desktop { display: none; }
  .kalimera-menu-video.kalimera-hero-mobile {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.kalimera-menu-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.6) 100%);
}
.kalimera-menu-video-content {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  width: 90%;
  max-width: 700px;
}
.kalimera-menu-video-content h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  letter-spacing: 0.04em;
}
.kalimera-menu-video-content p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.88);
  font-style: italic;
  margin-bottom: 1.75rem;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.kalimera-menu-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.kalimera-hero-btn {
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.kalimera-hero-btn-outline {
  color: #ffffff;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.85);
}
.kalimera-hero-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #ffffff;
}
.kalimera-hero-btn-filled {
  color: #ffffff;
  background: #c5a059;
  border: 2px solid #c5a059;
}
.kalimera-hero-btn-filled:hover {
  background: #d4b070;
  border-color: #d4b070;
}

/* ─── Kalimera Section Title ─── */
.kalimera-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

/* ─── Customer Favorites Section ─── */
.kalimera-favorites-section {
  background: #f9f7f3;
  padding: 5rem 2rem;
}
.kalimera-favorites-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.kalimera-favorites-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #777;
  font-style: italic;
  margin-top: -2rem;
  margin-bottom: 3rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.kalimera-fav-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.kalimera-fav-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
}
.kalimera-fav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}
.kalimera-fav-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.kalimera-fav-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.kalimera-fav-card:hover .kalimera-fav-img img {
  transform: scale(1.04);
}
.kalimera-fav-body {
  padding: 1.5rem 1.5rem 1.75rem;
}
.kalimera-fav-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}
.kalimera-fav-body p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.98rem;
  color: #666;
  line-height: 1.7;
}
.kalimera-favorites-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .kalimera-subpage-hero-inner,
  .kalimera-chef-story-inner,
  .kalimera-chef-precision-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .kalimera-chef-hero-img img,
  .kalimera-chef-story-img img {
    height: auto;
    max-height: 420px;
  }
  .kalimera-timeline::before { left: 60px; }
  .kalimera-timeline-item::before { left: 56px; }
  .kalimera-timeline-year { width: 60px; font-size: 0.75rem; }
  /* Video hero tablet — keep desktop 16:9 ratio */
  .kalimera-menu-video-hero { height: 56.25vw; min-height: 380px; }
  .kalimera-menu-video-content h1 { font-size: 2rem; }
  /* Favorites grid mobile */
  .kalimera-fav-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .kalimera-fav-img { height: 200px; }
}

/* ═══════════════════════════════════════════════════════
   FULL MENU PAGE — Category Nav + Item Grid
   ═══════════════════════════════════════════════════════ */

/* ─── Menu Page Wrapper ─── */
.menu-page-wrapper {
  background: #f9f9f7;
  padding-bottom: 5rem;
}

/* ─── Sticky Category Nav ─── */
.category-nav {
  position: sticky;
  top: 115px;
  z-index: 100;
  background: #1a1a1a;
  border-bottom: 2px solid #c5a059;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.cat-nav-inner {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  white-space: nowrap;
  padding: 0 0.5rem;
}
.cat-nav-inner::-webkit-scrollbar { display: none; }
.cat-link {
  display: inline-block;
  padding: 0.85rem 1.1rem;
  color: #ccc;
  text-decoration: none;
  font-family: 'Montserrat', 'Cormorant Garamond', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s;
  border-bottom: 3px solid transparent;
}
.cat-link:hover,
.cat-link.active {
  color: #c5a059;
  border-bottom-color: #c5a059;
  background: rgba(197,160,89,0.07);
}

/* ─── Category Nav Arrow Buttons ─── */
.cat-nav-arrow {
  flex-shrink: 0;
  background: #2a2a2a;
  border: none;
  color: #c5a059;
  font-size: 0.9rem;
  padding: 0 1rem;
  cursor: pointer;
  align-self: stretch;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
  user-select: none;
}
.cat-nav-arrow:hover {
  background: #c5a059;
  color: #1a1a1a;
}
.cat-nav-prev { border-right: 1px solid rgba(255,255,255,0.12); }
.cat-nav-next { border-left: 1px solid rgba(255,255,255,0.12); }

/* ─── Menu Sections Container ─── */
.menu-sections-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ─── Individual Section ─── */
.menu-section {
  padding: 4rem 0 2rem;
  border-bottom: 1px solid #e8e4da;
}
.menu-section:last-child { border-bottom: none; }

.menu-section-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 0.8rem;
}
.menu-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #c5a059;
}

.section-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
  margin-bottom: 1.5rem;
}

/* ─── Menu Grid ─── */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
/* Each link wrapper fills the grid cell */
.menu-grid > .menu-item-link {
  display: flex;
  flex-direction: column;
}

/* ─── Menu Item Link Wrapper ─── */
.menu-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  outline: none;
}
.menu-item-link:focus-visible {
  outline: 2px solid #c5a059;
  outline-offset: 2px;
}

/* ─── Menu Item Card ─── */
.menu-item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu-item-link:hover .menu-item {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}
.menu-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

/* Image area */
.menu-item-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0ede6;
}
.menu-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.menu-item:hover .menu-item-img { transform: scale(1.05); }
.menu-item-img.placeholder {
  object-fit: cover;
  opacity: 0.75;
  filter: grayscale(0.3);
}

/* ─── No-image variant (entire section has no images) ─── */
.menu-item.menu-item-no-img {
  flex-direction: row;
  align-items: flex-start;
}
.menu-item.menu-item-no-img .menu-item-info {
  padding: 1rem 1.2rem;
}
.menu-grid.menu-grid-no-img {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.menu-grid.menu-grid-no-img .menu-item-link {
  display: block;
}
@media (max-width: 768px) {
  .menu-grid.menu-grid-no-img { grid-template-columns: 1fr; }
}

/* ─── Menu Item Header (name + price row) ─── */
.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.menu-item-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #c5a059;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Text area */
.menu-item-info {
  padding: 1.2rem 1.4rem 1.6rem;
  flex: 1;
}
.menu-item-name {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 0.01em;
  flex: 1;
}
.menu-item-desc {
  font-family: 'Montserrat', 'Cormorant Garamond', sans-serif;
  font-size: 0.82rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ─── Mobile Responsive ─── */
@media (max-width: 768px) {
  .category-nav { top: 60px; }
  .cat-nav-arrow { min-width: 32px; padding: 0 0.6rem; font-size: 0.8rem; }
  .cat-link { padding: 0.75rem 0.8rem; font-size: 0.65rem; }
  .menu-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
  .menu-item-img-wrap { height: 160px; }
  .menu-sections-container { padding: 0 1rem; }
}
@media (max-width: 480px) {
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .menu-item-img-wrap { height: 130px; }
  .menu-item-info { padding: 0.8rem 0.9rem 1rem; }
  .menu-item-name { font-size: 0.9rem; }
  .menu-item-desc { font-size: 0.75rem; }
}

/* ============================================================
   CHEF'S FIT PICKS — NEW CONTENT SECTIONS (kfp-*)
   ============================================================ */

/* Shared container */
.kfp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── Section 1: Intro ── */
.kfp-intro-section {
  background: #f9f7f2;
  padding: 5rem 0 4rem;
}
.kfp-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.kfp-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2d6a6a;
  margin-bottom: 0.75rem;
}
.kfp-intro-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.kfp-intro-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.kfp-package-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.kfp-pkg-card {
  background: #fff;
  border: 1.5px solid #d4c5a0;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  min-width: 140px;
  text-align: center;
  position: relative;
}
.kfp-pkg-card.kfp-pkg-popular {
  border-color: #2d6a6a;
  border-width: 2px;
}
.kfp-pkg-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d6a6a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  white-space: nowrap;
}
.kfp-pkg-count {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d6a6a;
  margin-bottom: 0.25rem;
}
.kfp-pkg-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.kfp-pkg-note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.85rem;
  color: #777;
}
.kfp-cta-btn {
  display: inline-block;
  background: #2d6a6a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 1.25rem;
  transition: background 0.25s;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.kfp-cta-btn:hover { background: #245858; }
.kfp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.kfp-tags span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2d6a6a;
  background: rgba(45,106,106,0.08);
  border: 1px solid rgba(45,106,106,0.2);
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
}
.kfp-intro-right {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.kfp-intro-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* ── Section 2: Goal + Training ── */
.kfp-goal-section {
  background: #fff;
  padding: 5rem 0;
}
.kfp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.kfp-step-label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}
.kfp-step-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: #777;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.kfp-goal-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.kfp-goal-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border: 1.5px solid #e8e4da;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.kfp-goal-card.kfp-goal-active,
.kfp-goal-card:hover {
  border-color: #2d6a6a;
  background: rgba(45,106,106,0.04);
}
.kfp-goal-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.kfp-goal-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}
.kfp-goal-desc {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  color: #666;
}
.kfp-train-options {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.kfp-train-opt {
  padding: 0.8rem 1rem;
  border: 1.5px solid #e8e4da;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.kfp-train-opt.kfp-train-active,
.kfp-train-opt:hover {
  border-color: #2d6a6a;
  background: rgba(45,106,106,0.04);
}
.kfp-train-freq {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}
.kfp-train-desc {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  color: #777;
}
.kfp-routine-panel {
  background: #f0f7f7;
  border-left: 3px solid #2d6a6a;
  border-radius: 0 8px 8px 0;
  padding: 1.5rem;
}
.kfp-routine-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2d6a6a;
  margin-bottom: 0.5rem;
}
.kfp-routine-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.kfp-routine-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.kfp-routine-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kfp-routine-checks li {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  color: #444;
  padding: 0.3rem 0 0.3rem 1.4rem;
  position: relative;
}
.kfp-routine-checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2d6a6a;
  font-weight: 700;
}

/* ── Section 3: Plan + Meals ── */
.kfp-plan-section {
  background: #f9f7f2;
  padding: 5rem 0;
}
.kfp-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2.5rem;
  margin-top: 2rem;
  align-items: start;
}
.kfp-plan-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kfp-plan-card {
  background: #fff;
  border: 1.5px solid #d4c5a0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
}
.kfp-plan-card.kfp-plan-popular {
  border-color: #2d6a6a;
  border-width: 2px;
}
.kfp-plan-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d6a6a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  white-space: nowrap;
}
.kfp-plan-count {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d6a6a;
  margin-bottom: 0.25rem;
}
.kfp-plan-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.kfp-plan-note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  color: #777;
}
.kfp-rotation-panel {
  background: #fff;
  border: 1.5px solid #e8e4da;
  border-radius: 10px;
  padding: 2rem;
}
.kfp-rotation-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2d6a6a;
  margin-bottom: 0.5rem;
}
.kfp-rotation-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}
.kfp-rotation-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.kfp-rotation-meals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.kfp-rot-meal {
  background: #f9f7f2;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
.kfp-rot-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}
.kfp-rot-macro {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.85rem;
  color: #777;
}
.kfp-order-week-btn {
  display: block;
  background: #2d6a6a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: background 0.25s;
}
.kfp-order-week-btn:hover { background: #245858; }

/* Meals Included */
.kfp-meals-included {
  margin-top: 4rem;
  text-align: center;
}
.kfp-meals-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.kfp-meals-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: #777;
  font-style: italic;
  margin-bottom: 2rem;
}
.kfp-meals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  text-align: left;
}
.kfp-meal-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.kfp-meal-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.kfp-meal-info {
  padding: 1rem;
}
.kfp-meal-info h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
}
.kfp-meal-desc {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.3rem;
}
.kfp-meal-macro {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #2d6a6a;
}

/* ── Section 4: What Makes This Different ── */
.kfp-diff-section {
  background: #fff;
  padding: 5rem 0;
}
.kfp-diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.kfp-diff-card {
  background: #f9f7f2;
  border-radius: 10px;
  padding: 2.5rem;
}
.kfp-diff-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2d6a6a;
  margin-bottom: 0.6rem;
}
.kfp-diff-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.kfp-diff-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.75;
}
.kfp-diff-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kfp-diff-checks li {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  color: #444;
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.kfp-diff-checks li:last-child { border-bottom: none; }
.kfp-diff-checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2d6a6a;
  font-weight: 700;
}

/* ── Octopus Special ── */
.kfp-octopus-section {
  background: #f9f7f2;
  padding: 0;
}
.kfp-octopus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.kfp-octopus-img-wrap {
  overflow: hidden;
}
.kfp-octopus-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kfp-octopus-content {
  background: #1a2e2e;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kfp-octopus-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7ecaca;
  margin-bottom: 0.75rem;
}
.kfp-octopus-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.kfp-octopus-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  margin-bottom: 2rem;
}
.kfp-octopus-btn {
  display: inline-block;
  background: #2d6a6a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.25s;
}
.kfp-octopus-btn:hover { background: #245858; }

/* ── Final CTA ── */
.kfp-final-cta {
  background: #2d6a6a;
  padding: 5rem 0;
  text-align: center;
}
.kfp-final-cta-inner {
  max-width: 700px;
}
.kfp-final-cta-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}
.kfp-final-cta-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  font-style: italic;
  margin-bottom: 2rem;
}
.kfp-final-cta-btn {
  display: inline-block;
  background: #fff;
  color: #2d6a6a;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.kfp-final-cta-btn:hover {
  background: #f0f7f7;
  color: #245858;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  .kfp-intro-grid,
  .kfp-two-col,
  .kfp-plan-grid,
  .kfp-diff-grid,
  .kfp-octopus-grid {
    grid-template-columns: 1fr;
  }
  .kfp-intro-right { order: -1; }
  .kfp-intro-img { height: 280px; }
  .kfp-meals-grid { grid-template-columns: 1fr 1fr; }
  .kfp-rotation-meals { grid-template-columns: 1fr; }
  .kfp-octopus-content { padding: 2.5rem 1.5rem; }
  .kfp-octopus-img { height: 280px; }
  .kfp-package-row { flex-direction: column; }
  .kfp-pkg-card { min-width: unset; }
}
@media (max-width: 480px) {
  .kfp-meals-grid { grid-template-columns: 1fr; }
}
