/* ================================
   SWEET LEAF BAKERY & CAFE
   Faithful Wix migration
   ================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  background: #fff;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ================================
   HEADER / NAV
   ================================ */
.site-header {
  background: #000;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 52px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s;
}

.nav-links a:hover { color: #ccc; }
.nav-links a.active { color: #c0392b; }

.nav-address {
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  letter-spacing: 0.03em;
  margin-left: auto;
  padding-left: 24px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  margin-left: 16px;
}

/* ================================
   HERO (Home)
   ================================ */
.hero {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  letter-spacing: -0.01em;
}

/* ================================
   FRESH & LOCAL
   ================================ */
.fresh-local {
  text-align: center;
  padding: 40px 24px 28px;
  max-width: 600px;
  margin: 0 auto;
}

.fresh-local h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.fresh-local p {
  font-size: 14px;
  color: #444;
  line-height: 1.65;
}

/* ================================
   3-PHOTO ROW
   ================================ */
.photo-row {
  display: flex;
  width: 100%;
}

.photo-cell {
  flex: 1;
  overflow: hidden;
}

.photo-cell img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* ================================
   HOURS BLOCK (Home)
   ================================ */
.hours-block {
  text-align: center;
  padding: 28px 24px 32px;
  font-size: 13.5px;
  color: #333;
  line-height: 1.9;
}

/* ================================
   FULL-WIDTH BANNER IMAGE
   ================================ */
.wide-banner {
  width: 100%;
  line-height: 0;
}

.wide-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

/* ================================
   SPLIT SECTIONS (shared)
   ================================ */
.split-section {
  display: flex;
  align-items: stretch;
  min-height: 420px;
}

.split-text {
  flex: 1;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-text h2 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}

.split-text h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.split-text p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.65;
}

.split-img {
  flex: 1;
  overflow: hidden;
  line-height: 0;
}

.split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================================
   READ MORE / DARK BUTTON
   ================================ */
.btn-dark {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 28px;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 2px;
  transition: background 0.2s;
  align-self: flex-start;
}

.btn-dark:hover { background: #444; }

/* ================================
   EMAIL BUTTON (Contact)
   ================================ */
.btn-email {
  display: inline-block;
  margin: 14px 0 20px;
  padding: 10px 28px;
  background: transparent;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 2px solid #222;
  border-radius: 20px;
  transition: background 0.2s, color 0.2s;
  align-self: flex-start;
}

.btn-email:hover { background: #222; color: #fff; }

/* ================================
   COFFEE BANNER
   ================================ */
.coffee-banner {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.coffee-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.coffee-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}

.coffee-content p {
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.coffee-content h2 {
  color: #fff;
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}

/* ================================
   ABOUT PAGE - top section
   ================================ */
.about-top {
  min-height: 500px;
}

/* ================================
   FLAVOUR LIST
   ================================ */
.flavour-list {
  list-style: disc;
  padding-left: 20px;
  margin: 8px 0 12px;
}

.flavour-list li {
  font-size: 14px;
  color: #333;
  padding: 2px 0;
}

/* ================================
   CONTACT PAGE
   ================================ */
.contact-main { padding-top: 0; }

.contact-page-title {
  padding: 36px 44px 16px;
}

.contact-page-title h1 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111;
}

.contact-top {
  align-items: flex-start;
  min-height: 480px;
}

.contact-info-text {
  justify-content: flex-start;
  padding-top: 16px;
}

.contact-cake-img img {
  height: 480px;
  object-fit: cover;
}

.contact-detail {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px !important;
}

.contact-detail a { color: #333; }
.contact-detail a:hover { text-decoration: underline; }

.contact-note {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

.contact-bottom {
  align-items: stretch;
  min-height: 380px;
  margin-top: 40px;
}

.map-wrap {
  padding: 0;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.contact-hours-text {
  text-align: center;
  justify-content: center;
}

.contact-hours-text h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-hours-text p {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.contact-address-line {
  margin-bottom: 16px !important;
  font-size: 14px;
  color: #333;
}

/* ================================
   FOOTER
   ================================ */
.site-footer {
  background: #111;
  color: rgba(255,255,255,0.8);
  text-align: center;
  padding: 32px 24px 24px;
  font-size: 13px;
}

.site-footer p { margin-bottom: 10px; }

.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-social img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: inline-block;
}

.footer-copy {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-bottom: 0 !important;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 768px) {
  .nav-address { display: none; }
  .nav-toggle { display: block; }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 52px;
    left: 0; right: 0;
    background: #111;
    padding: 8px 0;
    z-index: 200;
  }

  .nav-links.open { display: flex; }

  .nav-links a {
    display: block;
    padding: 12px 24px;
  }

  .navbar { position: relative; }

  .hero { height: 340px; }
  .hero-text h1 { font-size: 2.4rem; }

  .photo-row { flex-direction: column; }
  .photo-cell img { height: 200px; }

  .wide-banner img { height: 240px; }

  .split-section { flex-direction: column; }
  .split-text { padding: 32px 24px; }
  .split-img img { height: 300px; }

  .about-top { flex-direction: column-reverse; }

  .contact-cake-img img { height: 280px; }
  .contact-top { flex-direction: column; }
  .contact-bottom { flex-direction: column; }

  .coffee-banner { height: 260px; }
  .coffee-content { padding: 0 28px; }
  .coffee-content h2 { font-size: 3rem; }

  .contact-page-title { padding: 24px 24px 12px; }
  .contact-page-title h1 { font-size: 1.4rem; }
}
