/*
Theme Name: Hyphy Burger
Theme URI: https://hyphyburger.com
Author: Hyphy Burger
Author URI: https://hyphyburger.com
Description: A bold, modern, single-page WordPress theme built for Hyphy Burger. Includes a sticky nav, hero, about, menu, why-choose-us, testimonials, a dynamic blog feed, and a contact section. Fully responsive.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hyphy-burger
*/

/* ==========================================================
   HYPHY BURGER — STYLESHEET
   Bold, food-inspired palette: charcoal, flame red, mustard gold, cream
========================================================== */

#hyphy-burger-page {
  --hb-dark: #1D1B1B;
  --hb-red: #D62828;
  --hb-red-dark: #B01F1F;
  --hb-gold: #F4A300;
  --hb-cream: #FFF8F0;
  --hb-gray: #6b6560;
  --hb-radius: 14px;
  --hb-shadow: 0 10px 30px rgba(0,0,0,0.12);
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--hb-dark);
  background: var(--hb-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

#hyphy-burger-page * { box-sizing: border-box; }
#hyphy-burger-page img { max-width: 100%; display: block; }
#hyphy-burger-page a { text-decoration: none; color: inherit; }
#hyphy-burger-page ul { list-style: none; margin: 0; padding: 0; }

.hb-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.hb-section { padding: 90px 0; scroll-margin-top: 80px; }

.hb-eyebrow {
  color: var(--hb-red);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

.hb-section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.hb-section-subtitle {
  color: var(--hb-gray);
  max-width: 620px;
  font-size: 17px;
}

.hb-section-header { margin-bottom: 48px; }
.hb-section-header.hb-light .hb-section-subtitle,
.hb-section-header.hb-light .hb-section-title { color: var(--hb-cream); }
.hb-section-header.hb-light .hb-section-subtitle { color: #e7dfd6; }

/* ---------- Buttons ---------- */
.hb-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.hb-btn-primary { background: var(--hb-red); color: #fff; }
.hb-btn-primary:hover { background: var(--hb-red-dark); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(214,40,40,0.35); }
.hb-btn-outline { border-color: var(--hb-cream); color: var(--hb-dark); background: transparent; }
.hb-hero .hb-btn-outline, .hb-footer .hb-btn-outline { border-color: var(--hb-cream); color: var(--hb-cream); }
.hb-btn-outline:hover { background: rgba(0,0,0,0.06); transform: translateY(-2px); }
.hb-btn-small { padding: 9px 18px; font-size: 13px; }
.hb-btn-full { width: 100%; text-align: center; }

/* ---------- Navbar ---------- */
.hb-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--hb-cream);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.hb-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hb-logo { font-weight: 800; font-size: 22px; color: var(--hb-dark); }
.hb-logo span { color: var(--hb-red); }
.hb-nav-links { display: flex; gap: 26px; flex: 1; justify-content: center; }
.hb-nav-link { font-weight: 600; font-size: 14.5px; color: var(--hb-dark); position: relative; padding: 6px 0; }
.hb-nav-link:hover { color: var(--hb-red); }
.hb-nav-cta { white-space: nowrap; }
.hb-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hb-hamburger span { width: 24px; height: 3px; background: var(--hb-dark); border-radius: 2px; transition: 0.2s; }

/* ---------- Hero ---------- */
.hb-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--hb-cream);
  background: linear-gradient(135deg, #241f1f 0%, #1D1B1B 60%), url('https://placehold.co/1600x900/1D1B1B/1D1B1B?text=+') center/cover;
  padding: 60px 24px;
}
.hb-hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(214,40,40,0.25), transparent 55%),
              radial-gradient(circle at 80% 80%, rgba(244,163,0,0.18), transparent 50%);
}
.hb-hero-content { position: relative; max-width: 780px; }
.hb-hero-title { font-size: clamp(36px, 6vw, 64px); font-weight: 800; margin: 0 0 22px; }
.hb-hero-title span { color: var(--hb-gold); }
.hb-hero-subtitle { font-size: 18px; color: #efe6da; max-width: 560px; margin: 0 auto 34px; }
.hb-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- About ---------- */
.hb-about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }
.hb-about-image img { border-radius: var(--hb-radius); box-shadow: var(--hb-shadow); }
.hb-about-content h3 { font-size: 20px; margin: 26px 0 8px; }
.hb-about-content p { color: #3d3835; }

/* ---------- Menu ---------- */
.hb-menu { background: #fff; }
.hb-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hb-menu-card {
  background: var(--hb-cream);
  border-radius: var(--hb-radius);
  overflow: hidden;
  box-shadow: var(--hb-shadow);
  transition: transform 0.2s ease;
}
.hb-menu-card:hover { transform: translateY(-6px); }
.hb-menu-img { height: 200px; background-size: cover; background-position: center; }
.hb-menu-body { padding: 22px; }
.hb-menu-body h3 { margin: 0 0 8px; font-size: 19px; }
.hb-menu-body p { color: var(--hb-gray); font-size: 14.5px; min-height: 62px; }
.hb-menu-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.hb-price { font-weight: 800; color: var(--hb-red); font-size: 18px; }

/* ---------- Why Choose Us ---------- */
.hb-why { background: var(--hb-dark); color: var(--hb-cream); }
.hb-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hb-why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--hb-radius);
  padding: 30px 24px;
  text-align: center;
}
.hb-why-icon { font-size: 34px; margin-bottom: 14px; }
.hb-why-card h3 { margin: 0 0 10px; font-size: 18px; }
.hb-why-card p { color: #d9cfc3; font-size: 14.5px; }

/* ---------- Testimonials ---------- */
.hb-testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hb-testimonial-card {
  background: #fff;
  border-radius: var(--hb-radius);
  padding: 26px 22px;
  box-shadow: var(--hb-shadow);
}
.hb-stars { color: var(--hb-gold); letter-spacing: 2px; margin: 0 0 12px; }
.hb-testimonial-card p { font-size: 14.5px; color: #3d3835; }
.hb-testimonial-card h4 { margin: 14px 0 0; font-size: 14px; color: var(--hb-red); }

/* ---------- Blog ---------- */
.hb-blog { background: #fff; }
.hb-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hb-blog-card { background: var(--hb-cream); border-radius: var(--hb-radius); overflow: hidden; box-shadow: var(--hb-shadow); }
.hb-blog-img { height: 190px; background-size: cover; background-position: center; display: block; }
.hb-blog-body { padding: 22px; }
.hb-blog-date { font-size: 12px; color: var(--hb-gray); text-transform: uppercase; letter-spacing: 0.05em; }
.hb-blog-body h3 { font-size: 18px; margin: 8px 0; }
.hb-blog-body h3 a:hover { color: var(--hb-red); }
.hb-blog-body p { font-size: 14.5px; color: var(--hb-gray); }
.hb-blog-link { font-weight: 700; color: var(--hb-red); font-size: 14px; }

/* ---------- Contact ---------- */
.hb-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.hb-contact-list { margin: 24px 0; }
.hb-contact-list li { margin-bottom: 10px; font-size: 15px; }
.hb-contact-list a { color: var(--hb-red); font-weight: 600; }
.hb-social-icons { display: flex; gap: 12px; margin-bottom: 24px; }
.hb-social-icons a {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--hb-dark); color: var(--hb-cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.hb-social-icons a:hover { background: var(--hb-red); }
.hb-map-placeholder { border-radius: var(--hb-radius); overflow: hidden; box-shadow: var(--hb-shadow); }

.hb-contact-form { background: #fff; padding: 34px; border-radius: var(--hb-radius); box-shadow: var(--hb-shadow); }
.hb-contact-form label { display: block; font-weight: 700; font-size: 13.5px; margin: 16px 0 6px; }
.hb-contact-form label:first-child { margin-top: 0; }
.hb-contact-form input,
.hb-contact-form textarea {
  width: 100%; padding: 13px 14px; border-radius: 10px;
  border: 1.5px solid #e5ddd1; font-family: inherit; font-size: 14.5px;
  background: var(--hb-cream);
}
.hb-contact-form input:focus,
.hb-contact-form textarea:focus { outline: none; border-color: var(--hb-red); }
.hb-contact-form button { margin-top: 20px; }

/* ---------- Footer ---------- */
.hb-footer { background: var(--hb-dark); color: var(--hb-cream); padding: 26px 0; }
.hb-footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.hb-footer-inner p { margin: 0; font-size: 14px; color: #cfc5b8; }

/* ==========================================================
   RESPONSIVE
========================================================== */
@media (max-width: 991px) {
  .hb-about-grid,
  .hb-contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .hb-menu-grid,
  .hb-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .hb-why-grid,
  .hb-testimonial-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .hb-nav-links {
    position: fixed;
    top: 62px; left: 0; right: 0;
    background: var(--hb-cream);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 16px;
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
    transform: translateY(-130%);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .hb-nav-links.hb-nav-open { transform: translateY(0); opacity: 1; }
  .hb-nav-cta { display: none; }
  .hb-hamburger { display: flex; }
  .hb-section { padding: 64px 0; }
}

@media (max-width: 600px) {
  .hb-menu-grid,
  .hb-blog-grid,
  .hb-why-grid,
  .hb-testimonial-grid { grid-template-columns: 1fr; }
  .hb-hero { min-height: 80vh; }
  .hb-hero-ctas { flex-direction: column; align-items: stretch; }
  .hb-footer-inner { flex-direction: column; text-align: center; }
}
