/* ── KAAFII GLOBAL STYLES ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500&family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300&display=swap');

:root {
  --cream: #F5EDD8;
  --warm-white: #FBF7EE;
  --coffee: #3B2314;
  --espresso: #1C0F07;
  --caramel: #C4872A;
  --gold: #E6A832;
  --sage: #7A8C6E;
  --rust: #B84B2B;
  --foam: #EDE0C4;
  --mist: #F0E8D5;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--warm-white); color: var(--coffee); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 16px 48px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(251,247,238,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196,135,42,0.2);
}
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 900; color: var(--espresso); text-decoration: none; }
.nav-logo span { color: var(--caramel); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--coffee); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--caramel); }
.nav-cta { background: var(--coffee) !important; color: var(--cream) !important; padding: 8px 20px; }
.nav-cta:hover { background: var(--caramel) !important; color: var(--cream) !important; }

/* BREADCRUMB */
.breadcrumb {
  margin-top: 72px; padding: 14px 48px;
  background: var(--foam); border-bottom: 1px solid rgba(196,135,42,0.15);
  font-size: 0.78rem; color: rgba(59,35,20,0.6);
}
.breadcrumb a { color: var(--caramel); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 8px; }

/* HERO ITEM */
.item-hero {
  background: var(--cream);
  padding: 60px 48px 50px;
  display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
}
.item-hero-left {}
.item-category-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--caramel); margin-bottom: 16px;
}
.item-category-tag::before { content: ''; width: 24px; height: 1px; background: var(--caramel); }
.item-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; line-height: 1.1; color: var(--espresso);
  margin-bottom: 12px;
}
.item-hero h1 em { font-style: italic; color: var(--caramel); font-weight: 400; }
.item-hero-desc {
  font-size: 1rem; line-height: 1.85; color: rgba(59,35,20,0.7);
  max-width: 520px; margin-bottom: 30px;
}
.item-price-badge {
  display: inline-flex; flex-direction: column;
  background: var(--coffee); color: var(--cream);
  padding: 16px 28px; margin-bottom: 28px;
}
.item-price-badge .price-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.65; margin-bottom: 4px; }
.item-price-badge .price-value { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; color: var(--gold); }
.item-price-badge .price-note { font-size: 0.72rem; opacity: 0.55; margin-top: 2px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--coffee); color: var(--cream);
  padding: 13px 28px; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.07em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: background 0.25s;
}
.btn-primary:hover { background: var(--caramel); }
.btn-outline {
  background: transparent; color: var(--coffee);
  padding: 13px 28px; border: 1.5px solid var(--coffee);
  font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.07em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.25s;
}
.btn-outline:hover { background: var(--coffee); color: var(--cream); }

/* PHOTO PLACEHOLDER */
.photo-placeholder {
  background: var(--foam); aspect-ratio: 4/3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; border: 2px dashed rgba(196,135,42,0.35);
  position: relative; overflow: hidden;
}
.photo-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(196,135,42,0.04) 10px, rgba(196,135,42,0.04) 11px);
}
.photo-placeholder .ph-emoji { font-size: 4rem; position: relative; z-index: 1; }
.photo-placeholder .ph-text { font-size: 0.78rem; color: rgba(59,35,20,0.45); text-align: center; position: relative; z-index: 1; letter-spacing: 0.05em; }
.photo-badges { display: flex; gap: 8px; position: absolute; top: 14px; left: 14px; z-index: 2; }
.badge { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 10px; }
.badge-veg { background: var(--sage); color: white; }
.badge-hot { background: var(--rust); color: white; }
.badge-new { background: var(--caramel); color: white; }

/* DETAILS STRIP */
.details-strip {
  background: var(--espresso); padding: 24px 48px;
  display: flex; gap: 0; align-items: stretch;
}
.detail-item {
  flex: 1; padding: 0 32px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.detail-item:last-child { border-right: none; }
.detail-item:first-child { padding-left: 0; }
.detail-icon { font-size: 1.3rem; margin-bottom: 6px; display: block; }
.detail-label { font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,237,216,0.45); margin-bottom: 4px; }
.detail-value { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--cream); }

/* CONTENT SECTIONS */
.content-section { padding: 64px 48px; }
.content-section.alt { background: var(--cream); }
.section-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--caramel); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.section-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--caramel); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--espresso); margin-bottom: 20px; }
.section-body { font-size: 0.97rem; line-height: 1.9; color: rgba(59,35,20,0.72); max-width: 680px; }
.section-body p { margin-bottom: 16px; }
.section-body p:last-child { margin-bottom: 0; }

/* WHY GRID */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.why-card { background: var(--warm-white); padding: 28px 24px; border-left: 3px solid var(--caramel); }
.why-card-icon { font-size: 1.6rem; margin-bottom: 12px; display: block; }
.why-card-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--espresso); margin-bottom: 8px; }
.why-card-desc { font-size: 0.83rem; line-height: 1.65; color: rgba(59,35,20,0.65); }

/* FAQ */
.faq-list { margin-top: 32px; display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: var(--mist); }
.faq-q {
  padding: 18px 24px; font-weight: 500; font-size: 0.95rem;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  color: var(--espresso); user-select: none;
}
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--caramel); font-weight: 300; transition: transform 0.25s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 18px; font-size: 0.9rem; line-height: 1.75; color: rgba(59,35,20,0.7); }
.faq-item.open .faq-a { display: block; }

/* RELATED ITEMS */
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.related-card {
  background: var(--mist); padding: 22px 18px;
  text-decoration: none; color: inherit;
  border-bottom: 3px solid transparent; transition: all 0.25s;
  display: block;
}
.related-card:hover { border-bottom-color: var(--caramel); transform: translateY(-4px); box-shadow: 0 12px 30px rgba(59,35,20,0.08); }
.related-emoji { font-size: 2rem; margin-bottom: 10px; display: block; }
.related-name { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; color: var(--espresso); margin-bottom: 4px; }
.related-price { font-size: 0.88rem; color: var(--caramel); font-weight: 500; }

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, var(--espresso), #3B2314);
  padding: 56px 48px; text-align: center;
}
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; color: var(--cream); margin-bottom: 10px; }
.cta-band p { font-size: 0.95rem; color: rgba(245,237,216,0.6); margin-bottom: 28px; }
.cta-band .cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-gold { background: var(--caramel); color: white; padding: 14px 32px; text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; display: inline-block; transition: background 0.2s; }
.btn-gold:hover { background: var(--gold); }
.btn-ghost { background: transparent; color: var(--cream); border: 1.5px solid rgba(245,237,216,0.3); padding: 14px 32px; text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; display: inline-block; transition: all 0.2s; }
.btn-ghost:hover { border-color: var(--cream); background: rgba(245,237,216,0.08); }

/* FOOTER */
footer {
  background: var(--espresso); padding: 48px 48px 28px;
  color: var(--cream);
}
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; margin-bottom: 36px; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 900; }
.footer-brand span { color: var(--caramel); }
.footer-tagline { font-size: 0.82rem; color: rgba(245,237,216,0.45); margin-top: 6px; font-style: italic; }
.footer-links-col h4 { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--caramel); margin-bottom: 14px; }
.footer-links-col a { display: block; color: rgba(245,237,216,0.55); text-decoration: none; font-size: 0.85rem; margin-bottom: 8px; transition: color 0.2s; }
.footer-links-col a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; font-size: 0.75rem; color: rgba(245,237,216,0.3); display: flex; justify-content: space-between; align-items: center; }
.footer-veg { background: var(--sage); color: white; font-size: 0.65rem; padding: 4px 10px; letter-spacing: 0.1em; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .breadcrumb { padding: 12px 20px; }
  .item-hero { grid-template-columns: 1fr; padding: 40px 20px; gap: 32px; }
  .details-strip { padding: 20px; flex-wrap: wrap; gap: 16px; }
  .detail-item { flex: calc(50% - 8px); border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 12px 0; }
  .content-section { padding: 44px 20px; }
  .why-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { padding: 44px 20px; }
  footer { padding: 40px 20px 24px; }
  .footer-inner { flex-direction: column; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}
@media (max-width: 480px) {
  .related-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
}
