/* ============================================================
   HalalBrew — halalbrew.com
   Premium halal-certified specialty coffee & chai
   ============================================================ */

:root {
  --espresso: #1d130e;
  --coffee: #2a1b12;
  --bark: #43301f;
  --cream: #faf5ec;
  --cream-2: #f2e9d8;
  --paper: #fffdf8;
  --gold: #c08a3e;
  --gold-d: #a4752e;
  --green: #1e5b45;
  --ink: #241a12;
  --muted: #77685a;
  --line: #e8ddc9;
  --shadow: 0 18px 45px -18px rgba(42, 27, 18, .22);
  --radius: 16px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--espresso);
}

.container { width: min(1180px, 92%); margin: 0 auto; }

section { padding: clamp(4rem, 8vw, 6.5rem) 0; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--espresso); color: var(--cream); padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 700; font-size: .95rem;
  padding: .95rem 1.9rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: all .25s ease; letter-spacing: .01em; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #1a1008; }
.btn-gold:hover { background: var(--gold-d); transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(192, 138, 62, .55); }
.btn-dark { background: var(--espresso); color: var(--cream); }
.btn-dark:hover { background: var(--bark); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(250, 245, 236, .55); color: var(--cream); background: rgba(29, 19, 14, .18); backdrop-filter: blur(3px); }
.btn-ghost:hover { border-color: var(--cream); background: rgba(250, 245, 236, .12); }
.btn-outline { border-color: var(--espresso); color: var(--espresso); background: transparent; }
.btn-outline:hover { background: var(--espresso); color: var(--cream); }
.btn-sm { padding: .65rem 1.3rem; font-size: .85rem; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--espresso); color: rgba(250, 245, 236, .92);
  text-align: center; font-size: .8rem; font-weight: 600; letter-spacing: .06em;
  padding: .55rem 1rem;
}
.announce b { color: var(--gold); font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 245, 236, .92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px -18px rgba(42, 27, 18, .25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 0; }

.logo { display: inline-flex; align-items: center; gap: .65rem; }
.logo-text { font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; color: var(--espresso); letter-spacing: -.01em; }
.logo-text em { font-style: normal; color: var(--gold); }

.site-nav { display: flex; align-items: center; gap: 1.9rem; }
.site-nav > a:not(.btn) {
  font-size: .93rem; font-weight: 600; color: var(--ink); opacity: .82;
  position: relative; padding: .3rem 0; transition: opacity .2s;
}
.site-nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold); transition: width .25s ease; border-radius: 2px;
}
.site-nav > a:not(.btn):hover, .site-nav > a.active { opacity: 1; }
.site-nav > a:not(.btn):hover::after, .site-nav > a.active::after { width: 100%; }
.nav-cta { margin-left: .4rem; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .5rem;
}
.nav-toggle span { width: 24px; height: 2.5px; background: var(--espresso); border-radius: 2px; transition: all .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; min-height: clamp(560px, 92vh, 860px);
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(5rem, 10vw, 8rem) 0 0; color: var(--cream); overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(20, 12, 8, .88) 0%, rgba(20, 12, 8, .55) 45%, rgba(20, 12, 8, .18) 75%, rgba(20, 12, 8, .35) 100%);
}
.hero-content { max-width: 640px; }
.hero h1 { color: var(--paper); font-size: clamp(2.6rem, 5.6vw, 4.4rem); font-weight: 600; margin: 1.1rem 0 1.4rem; }
.hero h1 span { color: var(--gold); font-style: italic; }
.hero-sub { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: rgba(250, 245, 236, .88); max-width: 54ch; margin-bottom: 2.2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(3rem, 7vw, 5.5rem); padding: 1.6rem 0 2rem;
  border-top: 1px solid rgba(250, 245, 236, .22);
}
.hero-stats div { padding: 0 1.4rem; border-left: 1px solid rgba(250, 245, 236, .18); }
.hero-stats div:first-child { border-left: 0; padding-left: 0; }
.hero-stats strong { display: block; font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: var(--gold); font-weight: 600; }
.hero-stats span { font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; color: rgba(250, 245, 236, .72); font-weight: 600; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative; padding: clamp(5.5rem, 11vw, 8.5rem) 0; color: var(--cream);
  overflow: hidden; text-align: center;
}
.page-hero .hero-bg { z-index: -2; }
.page-hero .hero-overlay { background: linear-gradient(180deg, rgba(20, 12, 8, .72), rgba(20, 12, 8, .82)); }
.page-hero h1 { color: var(--paper); font-size: clamp(2.4rem, 5vw, 3.7rem); margin-top: 1rem; }
.page-hero p { max-width: 60ch; margin: 1.2rem auto 0; color: rgba(250, 245, 236, .85); font-size: 1.05rem; }

/* ---------- Section heads ---------- */
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-d);
}
.eyebrow.light { color: var(--gold); }
.section-head { max-width: 640px; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin: .8rem 0 1rem; }
.section-head p { color: var(--muted); font-size: 1.04rem; }
.dark .section-head h2, .dark h2, .dark h3 { color: var(--paper); }
.dark .section-head p { color: rgba(250, 245, 236, .72); }

/* ---------- Feature cards ---------- */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.feature-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.6rem; transition: transform .3s ease, box-shadow .3s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, #f6ead2, #eeddbd); color: var(--gold-d); margin-bottom: 1.2rem;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.18rem; margin-bottom: .55rem; }
.feature-card p { font-size: .93rem; color: var(--muted); }

/* ---------- Products ---------- */
.bg-alt { background: var(--cream-2); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.product-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { position: relative; overflow: hidden; aspect-ratio: 1 / 1; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-media img { transform: scale(1.05); }
.product-tag {
  position: absolute; top: 1rem; left: 1rem; background: rgba(29, 19, 14, .82); color: var(--cream);
  font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: .35rem .75rem; border-radius: 999px; backdrop-filter: blur(4px);
}
.product-body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.product-body h3 { font-size: 1.28rem; }
.product-roast { font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.product-notes { font-size: .9rem; color: var(--muted); flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: .9rem; gap: .8rem; }
.product-price { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--espresso); }
.product-price small { font-family: var(--font-body); font-size: .75rem; color: var(--muted); font-weight: 600; }
.section-cta { text-align: center; margin-top: 2.8rem; }

/* Filter chips */
.filter-bar { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; margin: -1rem 0 2.6rem; }
.chip {
  border: 1.5px solid var(--line); background: var(--paper); color: var(--ink);
  font-weight: 700; font-size: .86rem; padding: .55rem 1.25rem; border-radius: 999px;
  cursor: pointer; transition: all .22s;
}
.chip:hover { border-color: var(--gold); }
.chip.active { background: var(--espresso); border-color: var(--espresso); color: var(--cream); }

/* ---------- Split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media::after {
  content: ""; position: absolute; inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 2px solid var(--gold); border-radius: var(--radius); z-index: -1; opacity: .5;
}
.split-body h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: .8rem 0 1.1rem; }
.split-body p { color: var(--muted); margin-bottom: 1rem; }
.check-list { list-style: none; margin: 1.4rem 0 1.9rem; display: grid; gap: .75rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; font-weight: 600; font-size: .97rem; }
.check-list svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; margin-top: .15rem; }

/* ---------- Process (dark) ---------- */
.dark { background: var(--espresso); color: rgba(250, 245, 236, .85); }
.dark .eyebrow { color: var(--gold); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.process-step {
  border: 1px solid rgba(250, 245, 236, .14); border-radius: var(--radius);
  padding: 1.9rem 1.5rem; background: rgba(250, 245, 236, .03); transition: border-color .3s, background .3s;
}
.process-step:hover { border-color: rgba(192, 138, 62, .55); background: rgba(250, 245, 236, .05); }
.process-num { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; color: var(--gold); font-style: italic; }
.process-step h3 { color: var(--paper); font-size: 1.15rem; margin: .7rem 0 .5rem; }
.process-step p { font-size: .92rem; color: rgba(250, 245, 236, .68); }

/* ---------- Testimonials ---------- */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.quote-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.7rem; display: flex; flex-direction: column; gap: 1rem;
}
.stars { color: var(--gold); letter-spacing: .15em; font-size: .95rem; }
.quote-card blockquote { font-family: var(--font-display); font-size: 1.08rem; font-style: italic; color: var(--ink); line-height: 1.5; flex: 1; }
.quote-who strong { display: block; font-size: .95rem; }
.quote-who span { font-size: .82rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.band { position: relative; padding: clamp(5rem, 10vw, 7.5rem) 0; color: var(--cream); overflow: hidden; text-align: center; }
.band .hero-bg { z-index: -2; }
.band .hero-overlay { background: rgba(23, 14, 9, .78); }
.band h2 { color: var(--paper); font-size: clamp(2.1rem, 4.2vw, 3.2rem); max-width: 20ch; margin: .9rem auto 1.1rem; }
.band p { max-width: 58ch; margin: 0 auto 2rem; color: rgba(250, 245, 236, .85); }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--cream-2); }
.newsletter-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center;
  background: var(--espresso); border-radius: 24px; padding: clamp(2.2rem, 5vw, 3.8rem);
}
.newsletter-inner h2 { color: var(--paper); font-size: clamp(1.7rem, 3vw, 2.4rem); margin: .6rem 0 .7rem; }
.newsletter-inner p { color: rgba(250, 245, 236, .72); font-size: .97rem; }
.newsletter-form { display: flex; gap: .7rem; }
.newsletter-form input[type="email"] {
  flex: 1; padding: 1rem 1.3rem; border-radius: 999px; border: 1px solid rgba(250, 245, 236, .25);
  background: rgba(250, 245, 236, .08); color: var(--cream); font-family: var(--font-body); font-size: .95rem;
}
.newsletter-form input::placeholder { color: rgba(250, 245, 236, .5); }
.newsletter-form input:focus { outline: 2px solid var(--gold); border-color: transparent; }

/* ---------- Forms ---------- */
.form-wrap {
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  padding: clamp(1.8rem, 4vw, 3rem); box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: .4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .85rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font-body); font-size: .95rem; color: var(--ink);
  padding: .85rem 1.05rem; border-radius: 12px; border: 1.5px solid var(--line); background: var(--cream);
  transition: border-color .2s;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--gold); }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 1rem; }
.hp-field { position: absolute; left: -5000px; opacity: 0; height: 0; overflow: hidden; }

.form-banner {
  display: none; padding: 1rem 1.3rem; border-radius: 12px; font-weight: 600; font-size: .95rem; margin-bottom: 1.6rem;
}
.form-banner.show { display: block; }
.form-banner.ok { background: #e5f2ea; color: #14532d; border: 1px solid #bfdccb; }
.form-banner.err { background: #fbe9e7; color: #8c2f24; border: 1px solid #efc4bd; }

/* ---------- Info cards ---------- */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.info-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.6rem; text-align: center;
}
.info-card .feature-icon { margin: 0 auto 1rem; }
.info-card h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.info-card p { font-size: .92rem; color: var(--muted); }
.info-card a { color: var(--gold-d); font-weight: 700; }
.info-card a:hover { text-decoration: underline; }

/* ---------- Accordion ---------- */
.accordion { max-width: 760px; margin: 0 auto; display: grid; gap: .8rem; }
.acc-item { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.acc-btn {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  padding: 1.15rem 1.4rem; font-family: var(--font-body); font-size: 1rem; font-weight: 700; color: var(--ink);
}
.acc-btn::after { content: "+"; font-size: 1.4rem; color: var(--gold-d); transition: transform .3s; line-height: 1; }
.acc-item.open .acc-btn::after { transform: rotate(45deg); }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.acc-panel p { padding: 0 1.4rem 1.25rem; font-size: .94rem; color: var(--muted); }

/* ---------- Values / origins ---------- */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.origin-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem;
  position: relative; overflow: hidden;
}
.origin-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), #e3b878); }
.origin-card h3 { font-size: 1.15rem; margin-bottom: .2rem; }
.origin-alt { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.origin-card p { font-size: .9rem; color: var(--muted); margin-top: .6rem; }

/* ---------- Wholesale steps ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.step-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.6rem; position: relative; }
.step-card::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--font-display); font-style: italic; font-size: 2.4rem; color: var(--gold); font-weight: 600; display: block; margin-bottom: .6rem;
}
.step-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.step-card p { font-size: .93rem; color: var(--muted); }

.serve-chips { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; }
.serve-chips span {
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 999px;
  padding: .6rem 1.3rem; font-weight: 700; font-size: .9rem;
}
.serve-chips span:hover { border-color: var(--gold); }

/* ---------- Quote band ---------- */
.big-quote { text-align: center; max-width: 800px; margin: 0 auto; }
.big-quote blockquote { font-family: var(--font-display); font-style: italic; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--paper); line-height: 1.4; }
.big-quote cite { display: block; margin-top: 1.5rem; font-style: normal; font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }

/* ---------- Cert badge ---------- */
.cert-note {
  display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.2rem;
  font-size: .82rem; font-weight: 700; color: var(--green);
  background: #e9f2ec; border: 1px solid #cfe2d5; padding: .55rem 1.1rem; border-radius: 999px;
}
.cert-note svg { width: 18px; height: 18px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso); color: rgba(250, 245, 236, .75); padding: clamp(3.5rem, 7vw, 5rem) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand .logo-text { color: var(--paper); }
.footer-brand p { font-size: .92rem; margin: 1rem 0 1.4rem; max-width: 34ch; }
.footer-grid h4 { color: var(--paper); font-family: var(--font-body); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-links { list-style: none; display: grid; gap: .6rem; }
.footer-links a { font-size: .93rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact { list-style: none; display: grid; gap: .7rem; font-size: .93rem; }
.footer-contact a:hover { color: var(--gold); }
.socials { display: flex; gap: .8rem; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(250, 245, 236, .25); color: rgba(250, 245, 236, .85); transition: all .25s;
}
.socials a:hover { background: var(--gold); border-color: var(--gold); color: #1a1008; transform: translateY(-2px); }
.socials svg { width: 17px; height: 17px; }
.footer-cert { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.2rem; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .06em; }
.footer-cert svg { width: 20px; height: 20px; }
.footer-bottom {
  border-top: 1px solid rgba(250, 245, 236, .14); padding: 1.4rem 0 1.6rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: rgba(250, 245, 236, .55);
}

/* ---------- Reveal animations ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.js .reveal-d1 { transition-delay: .1s; }
.js .reveal-d2 { transition-delay: .2s; }
.js .reveal-d3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .features-grid, .products-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 1.5rem; }
  .hero-stats div:nth-child(3) { border-left: 0; padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: flex-start; gap: 0; padding: .6rem 4%;
    box-shadow: 0 24px 40px -20px rgba(42, 27, 18, .3);
    max-height: 0; overflow: hidden; transition: max-height .35s ease; visibility: hidden;
  }
  .site-nav.open { max-height: 420px; visibility: visible; padding-bottom: 1.2rem; }
  .site-nav > a:not(.btn) { padding: .85rem 0; width: 100%; border-bottom: 1px solid var(--line); }
  .site-nav > a:not(.btn)::after { display: none; }
  .nav-cta { margin: 1rem 0 0; }
  .split, .newsletter-inner { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .quotes-grid, .info-grid, .steps-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .features-grid, .products-grid, .process-grid, .values-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .newsletter-form { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
}
