/* ===== Levi's Smoked Jerky — static rebuild ===== */
:root{
  --orange:#e07723;
  --orange-deep:#c0611a;
  --amber:#db9423;
  --gold:#f0b429;
  --char:#121212;        /* charcoal */
  --char-2:#1d1b19;
  --cream:#f6f1e7;       /* warm paper */
  --cream-2:#efe7d6;
  --ink:#2a2723;
  --ink-soft:#46413a;
  --line:rgba(0,0,0,.12);
  --shadow:0 18px 40px -18px rgba(0,0,0,.55);
  --maxw:1180px;
  --display:'Cinzel',Georgia,serif;
  --script:'Cinzel',serif;
  --body:'Merriweather',Georgia,serif;
  --ui:'Oswald',system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{
  margin:0;font-family:var(--body);color:var(--ink);background:var(--cream);
  font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--orange-deep);text-decoration:none}
h1,h2,h3{font-family:var(--display);line-height:1.15;letter-spacing:.01em}
h2{font-size:clamp(1.9rem,4vw,2.9rem);font-weight:800;margin:0 0 .4em}
h3{font-size:clamp(1.3rem,2.6vw,1.8rem);font-weight:700;margin:0 0 .5em}
h4{font-family:var(--ui);font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:1.05rem;margin:0 0 .4em}
p{margin:0 0 1.1em}
em{font-style:italic}
.container{width:min(var(--maxw),92%);margin-inline:auto}
.narrow{max-width:820px}
.center{text-align:center}
.divider{margin:1rem auto;height:auto;width:200px}
.muted{color:#8a8378;font-family:var(--ui);font-weight:400;text-transform:uppercase;letter-spacing:.08em}
.accent-orange{color:var(--orange)}
.accent-amber{color:var(--amber)}
.emphasis{font-weight:700;color:var(--orange-deep)}
.underline{text-decoration:underline;text-underline-offset:4px}

/* ===== Buttons ===== */
.btn{
  display:inline-block;font-family:var(--ui);font-weight:600;text-transform:uppercase;
  letter-spacing:.07em;font-size:.95rem;padding:.85em 1.9em;border-radius:4px;
  cursor:pointer;border:2px solid transparent;transition:.2s ease;line-height:1;
}
.btn-lg{font-size:1.05rem;padding:1em 2.4em}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 18px -8px rgba(224,119,35,.8)}
.btn-primary:hover{background:var(--orange-deep);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.btn-ghost:hover{background:#fff;color:var(--char)}
.btn-dark{background:#fff;color:var(--char);border-color:var(--char)}
.btn-dark:hover{background:var(--char);color:#fff}

/* ===== Header ===== */
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(18,18,18,.96);
  backdrop-filter:blur(8px);border-bottom:3px solid var(--orange);
}
.header-inner{
  width:min(var(--maxw),94%);margin-inline:auto;display:flex;align-items:center;
  justify-content:space-between;gap:1rem;min-height:74px;
}
.brand img{width:190px;height:auto}
.main-nav{display:flex;align-items:center;gap:1.6rem}
.main-nav a{
  font-family:var(--ui);text-transform:uppercase;letter-spacing:.08em;font-size:.92rem;
  color:#f3ead9;font-weight:500;padding:.3em 0;position:relative;
}
.main-nav a:not(.nav-cta):after{
  content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--gold);transition:.25s}
.main-nav a:not(.nav-cta):hover{color:var(--gold)}
.main-nav a:not(.nav-cta):hover:after{width:100%}
.nav-cta{background:var(--orange);color:#fff!important;padding:.6em 1.3em;border-radius:4px}
.nav-cta:hover{background:var(--orange-deep)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.nav-toggle span{width:26px;height:3px;background:var(--gold);border-radius:2px;transition:.3s}
.mobile-nav{display:none;flex-direction:column;background:var(--char-2);border-bottom:3px solid var(--orange)}
.mobile-nav a{color:#f3ead9;font-family:var(--ui);text-transform:uppercase;letter-spacing:.06em;
  padding:1rem 7%;border-top:1px solid rgba(255,255,255,.07)}
.mobile-nav .nav-cta{background:var(--orange);color:#fff;text-align:center;margin:1rem 7%;border-radius:4px}
.mobile-nav.open{display:flex}

/* ===== Hero ===== */
.hero{position:relative;min-height:84vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.05)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,9,8,.62),rgba(10,9,8,.78))}
.hero-content{position:relative;z-index:2;color:#fff;padding:6rem 1rem;animation:rise .9s ease both}
.eyebrow{font-family:var(--ui);text-transform:uppercase;letter-spacing:.35em;font-size:.8rem;color:var(--gold);margin-bottom:1rem}
.hero h1{font-size:clamp(2.6rem,7vw,5rem);font-weight:800;color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.5);margin:0}
.hero-sub{font-size:clamp(1.1rem,2.4vw,1.5rem);max-width:600px;margin:1rem auto 2rem;color:#f3ead9}
.hero-sub em{color:var(--gold)}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
@keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}

/* ===== Sections ===== */
.section{position:relative;padding:clamp(3.5rem,8vw,6.5rem) 0;overflow:hidden}
.section-cream{background:var(--cream)}
.section-cream:nth-of-type(even){background:var(--cream-2)}
.section-head{text-align:center;margin-bottom:3rem}
.icon-mark{margin:0 auto 1rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);margin-bottom:3.5rem}
.grid-2:last-child{margin-bottom:0}
.align-center{align-items:center}
.prose h3,.prose h2{font-family:var(--display)}
.media img{border-radius:8px;box-shadow:var(--shadow)}
.media img.tall{aspect-ratio:3/4;object-fit:cover;width:100%}
.fb-link{display:inline-block;margin-top:1rem}
.fb-link img{box-shadow:none;border-radius:6px}

/* ===== Dark sections ===== */
.section-dark{color:#fff}
.section-dark .dark-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.18}
.section-dark:before{content:"";position:absolute;inset:0;background:var(--char);z-index:-1}
.section-dark .dark-bg{z-index:-1}
.light{color:#f3ead9}
.warning{margin-top:2rem;font-family:var(--ui);font-weight:600;letter-spacing:.02em;color:#ffd9a8;
  background:rgba(224,119,35,.12);border:1px solid rgba(224,119,35,.5);border-radius:8px;padding:1.2rem 1.5rem;font-size:.95rem;line-height:1.6}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left;margin:2.5rem 0}
.mission-grid h4{margin-bottom:.3em}

/* ===== Products ===== */
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.product-card{
  background:#fff;border-radius:12px;padding:1.2rem;text-align:center;box-shadow:var(--shadow);
  transition:.25s ease;border:1px solid var(--line);
}
.product-card:hover{transform:translateY(-6px)}
.product-img{border-radius:8px;overflow:hidden;margin-bottom:1.1rem;aspect-ratio:3/4}
.product-img img{width:100%;height:100%;object-fit:cover;transition:.4s ease}
.product-card:hover .product-img img{transform:scale(1.06)}
.product-card h3{font-size:1.25rem;margin:.2em 0}
.price{font-family:var(--ui);font-weight:700;font-size:1.4rem;color:var(--orange-deep);margin:.2em 0 1em}

/* ===== Reviews ===== */
.section-pattern{position:relative;background:var(--cream)}
.pattern-bg{position:absolute;inset:0;background-size:300px;opacity:.06;z-index:0}
.section-pattern .container{position:relative;z-index:1}
.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;margin:2.5rem 0}
.review{margin:0;background:#fff;border-radius:12px;padding:1.6rem 1.2rem;box-shadow:var(--shadow);
  display:flex;flex-direction:column;justify-content:space-between;gap:1rem}
.review p{font-size:1.05rem;font-style:italic;margin:0;color:var(--ink)}
.review figcaption{display:flex;align-items:center;gap:.7rem;justify-content:center}
.review figcaption img{width:50px;height:50px;border-radius:50%}
.review figcaption span{font-family:var(--ui);font-weight:600;color:var(--orange-deep)}
.rating-line{color:#7c756a;font-family:var(--body);font-style:italic;font-weight:400;text-transform:none;letter-spacing:0;margin-top:1rem}

/* ===== Map ===== */
.map-wrap{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);line-height:0}
.map-wrap iframe{width:100%;height:430px;display:block}
.center-mobile{}

/* ===== Footer ===== */
.site-footer{background:var(--char);color:#cfc7b8;padding:3.5rem 0 0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}
.footer-col p{font-size:.95rem;color:#b8b0a2}
.footer-col a{color:var(--gold)}
.footer-col h4{margin-bottom:.6em}
.footer-bar{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:1.2rem;background:#0c0c0c}
.footer-bar p{margin:0;font-family:var(--ui);letter-spacing:.05em;font-size:.85rem;color:#9a9284}

/* ===== Scroll-top ===== */
.scroll-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border-radius:6px;
  background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;opacity:0;pointer-events:none;transition:.3s;z-index:40;box-shadow:var(--shadow)}
.scroll-top.show{opacity:1;pointer-events:auto}
.scroll-top:hover{background:var(--orange-deep)}

/* ===== Reveal on scroll ===== */
.reveal{opacity:0;transform:translateY(28px);transition:.7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}

/* ===== Responsive ===== */
@media(max-width:900px){
  .main-nav{display:none}
  .nav-toggle{display:flex}
  .grid-2{grid-template-columns:1fr;gap:2rem}
  .grid-2.reverse .media{order:-1}
  .products{grid-template-columns:1fr;max-width:420px;margin-inline:auto}
  .reviews{grid-template-columns:1fr 1fr}
  .mission-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center}
}
@media(max-width:540px){
  .reviews{grid-template-columns:1fr}
  .hero{min-height:78vh}
}
