/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Kristi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/uK_y4ricdeU6zwdhDRcS.woff2) format('woff2');
}
@font-face {
  font-family: 'Nixie One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/lW-8wjkKLXjg5y2o2uUYV-ty.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrE.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2) format('woff2');
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease, opacity .25s ease; }
a:hover { color: #c8a05a; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nixie One', 'Raleway', serif;
  font-weight: 400;
  color: #222;
  margin: 0 0 .6em;
  letter-spacing: .02em;
}
h1 { font-size: 3.2rem; line-height: 1.1; }
h3 { font-size: 1.9rem; line-height: 1.3; text-transform: uppercase; }
h6 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: .8rem; letter-spacing: .12em; color: #fff; margin-bottom: .3em; }
p { margin: 0 0 1.2em; }
hr { border: 0; border-top: 1px solid #e0d4c0; max-width: 60px; margin: 1.6em 0; }

.sub-title {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 12px;
  color: #333;
  line-height: 1.4;
}
.sub-title.text-white { color: #fff; }
.text-white { color: #fff !important; }
.text-center { text-align: center; }
.text-left { text-align: left; }

.line {
  width: 60px;
  height: 1px;
  background: #c8a05a;
  margin: 18px auto;
}

/* ---------- Layout helpers ---------- */
.section { padding: 110px 0; position: relative; }
.row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

/* ---------- Off-canvas nav ---------- */
.nav-toggle {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 50;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease;
}
.nav-toggle:hover { background: #c8a05a; }
.nav-toggle svg { width: 22px; height: 22px; fill: currentColor; }

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 60;
}
.nav-overlay.is-open { opacity: 1; visibility: visible; }

.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  max-width: 90vw;
  background: #1d1d1d;
  color: #ccc;
  padding: 50px 40px 40px;
  z-index: 70;
  transform: translateX(-100%);
  transition: transform .35s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.off-canvas.is-open { transform: translateX(0); }

.off-canvas .nav-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: #aaa;
}
.off-canvas .nav-close:hover { color: #fff; }
.off-canvas .nav-close svg { width: 18px; height: 18px; fill: currentColor; }

.off-canvas .brand { text-align: center; margin-bottom: 30px; }
.off-canvas .brand img { margin: 0 auto 12px; max-width: 160px; }

.off-canvas .menu {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
.off-canvas .menu li { margin: 14px 0; }
.off-canvas .menu a {
  font-family: 'Nixie One', serif;
  font-size: 1.1rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #ddd;
}
.off-canvas .menu a:hover { color: #c8a05a; }

.off-canvas .bottom-content {
  margin-top: auto;
  text-align: center;
  padding-top: 30px;
}
.off-canvas .socials { margin-bottom: 14px; }
.off-canvas .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 4px;
  border: 1px solid #555;
  border-radius: 50%;
  color: #ccc;
}
.off-canvas .socials a:hover { color: #fff; border-color: #c8a05a; background: #c8a05a; }
.off-canvas .socials svg { width: 16px; height: 16px; fill: currentColor; }

.off-canvas .contact-details {
  list-style: none; padding: 0; margin: 0;
  font-size: .85rem;
  color: #999;
}
.off-canvas .contact-details li { margin: 6px 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero .bg {
  position: absolute;
  inset: 0;
  background: url('img/FoodCo_HeroHeader.jpg') center/cover no-repeat;
  z-index: 0;
}
.hero .bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.hero .hero-content img { max-width: 80%; margin: 0 auto; }

/* ---------- Split sections (photo + text) ---------- */
.split {
  display: flex;
  align-items: stretch;
  min-height: 600px;
  width: 100%;
}
.split .photo {
  flex: 0 0 41.666%;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.split .content {
  flex: 1;
  padding: 90px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
}
.split.left .photo  { order: 0; }
.split.left .content { order: 1; }
.split.right .photo  { order: 1; }
.split.right .content { order: 0; margin-left: auto; }

.split .signature { max-width: 200px; margin-top: 14px; }

/* ---------- Divider sections (full bg image, dark overlay) ---------- */
.divider {
  position: relative;
  padding: 130px 0;
  color: #fff;
  text-align: center;
  background-color: #2a2a2a;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.divider::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}
.divider .row { z-index: 1; }
.divider h3 { color: #fff; }

.divider.light { background: #f4ede1; color: #333; }
.divider.light::before { display: none; }
.divider.light h3 { color: #222; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 16px 38px;
  background: #c8a05a;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .3s ease, transform .3s ease;
}
.btn:hover { background: #b88c44; color: #fff; transform: translateY(-2px); }

/* ---------- Gallery slider ---------- */
.gallery {
  position: relative;
  height: 80vh;
  min-height: 480px;
  overflow: hidden;
}
.gallery .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.gallery .slide.active { opacity: 1; }

.gallery-dots {
  position: absolute;
  bottom: 22px;
  left: 0; right: 0;
  text-align: center;
  z-index: 3;
}
.gallery-dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  border: 0;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: background .25s ease;
}
.gallery-dots button.active { background: #fff; }

/* ---------- Instagram strip ---------- */
.insta-link { padding: 60px 0; text-align: center; }
.insta-link a { display: inline-flex; align-items: center; gap: 12px; }
.insta-link svg { width: 28px; height: 28px; fill: #c8a05a; vertical-align: middle; }

/* ---------- Contact ---------- */
.contact {
  position: relative;
  background: #1d1d1d;
  color: #fff;
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
}
.contact .map {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) brightness(.6);
}
.contact .map::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, .82);
}
.contact .row { position: relative; z-index: 1; }

.contact .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  margin: 0 6px 18px;
  color: #fff;
}
.contact .socials a:hover { background: #c8a05a; border-color: #c8a05a; }
.contact .socials svg { width: 18px; height: 18px; fill: currentColor; }

.contact .large-link {
  font-family: 'Nixie One', serif;
  font-size: 1.4rem;
  letter-spacing: .1em;
  display: inline-block;
  margin: 4px 0;
}

/* ---------- Footer ---------- */
.footer {
  background: #141414;
  color: #aaa;
  padding: 30px 20px;
  text-align: center;
  font-size: .8rem;
}
.footer h6 { color: #fff; margin-bottom: 6px; letter-spacing: .15em; }
.footer span { letter-spacing: .1em; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  h1 { font-size: 2.2rem; }
  h3 { font-size: 1.5rem; }

  .split { flex-direction: column; }
  .split .photo {
    order: 0 !important;
    flex: 0 0 auto;
    width: 100%;
    height: 320px;
    min-height: 320px;
  }
  .split .content {
    order: 1 !important;
    padding: 60px 28px;
    max-width: 100%;
    margin: 0 !important;
  }

  .section, .divider { padding: 80px 0; }
  .divider { background-attachment: scroll; }

  .gallery { height: 55vh; min-height: 360px; }
  .hero { min-height: 480px; }
}
