
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Quicksand', sans-serif; color: #1a1a1a; overflow-x: hidden; background: #fff; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

:root {
  --rz-orange: #FF6B35;
  --rz-dark: #1a1a1a;
  --rz-cream: #FFF8F0;
  --rz-gold: #FFD700;
  --rz-brown: #2A1A0A;
  --rz-amber: #D4A574;
  --rz-green: #2D7A3A;
  --rz-teal: #1A7A8E;
}

/* ── NAV ── */
.rz-nav {
  position: sticky; top: 0; z-index: 200;
  background: var(--rz-orange);
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 40px;
}
.rz-nav-center {
  display: flex; align-items: center; gap: 36px;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.rz-nav a {
  color: #fff; font-family: 'Quicksand', sans-serif;
  font-weight: 700; font-size: 15px; text-transform: lowercase; position: relative;
}
.rz-nav a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--rz-gold); transition: width 0.3s;
}
.rz-nav a:hover::after { width: 100%; }
.rz-nav .rz-logo-nav img { height: 44px; filter: brightness(0) invert(1); }
.rz-nav-right .rz-nav-cart {
  background: var(--rz-gold); color: var(--rz-dark);
  padding: 8px 22px; border-radius: 30px;
  font-weight: 800; font-size: 13px; text-transform: lowercase; cursor: pointer;
}

/* ── MARQUEE ── */
.rz-marquee {
  background: var(--rz-brown); padding: 10px 0; overflow: hidden; white-space: nowrap;
}
.rz-marquee-inner {
  display: inline-flex; gap: 40px; animation: marquee 30s linear infinite;
  font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 13px;
  color: var(--rz-amber); text-transform: uppercase; letter-spacing: 1px;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── WAVE ── */
.rz-wave { width: 100%; line-height: 0; margin-top: -2px; }
.rz-wave svg { display: block; width: 100%; }

/* ── IMAGE PLACEHOLDER ── */
.img-ph {
  background: var(--rz-cream); border: 2px dashed var(--rz-amber);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center; padding: 32px 20px;
}
.img-ph .ph-icon { font-size: 32px; }
.img-ph .ph-label { font-weight: 800; font-size: 11px; color: var(--rz-amber); text-transform: uppercase; letter-spacing: 1.5px; }
.img-ph .ph-desc { font-size: 12px; color: #bbb; max-width: 200px; line-height: 1.5; }

/* ── HERO ── */
.rz-hero {
  background: var(--rz-dark); min-height: 76vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  position: relative; overflow: hidden; padding: 80px 40px;
}
.rz-hero::before {
  content: ''; position: absolute;
  top: -100px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: var(--rz-orange); opacity: 0.07;
}
.rz-hero::after {
  content: ''; position: absolute;
  bottom: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%;
  background: var(--rz-gold); opacity: 0.05;
}
.rz-hero-inner { position: relative; z-index: 1; max-width: 780px; }
.rz-hero-tag {
  display: inline-block; background: var(--rz-orange); color: white;
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 16px; border-radius: 20px; margin-bottom: 20px;
}
.rz-hero h1 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400; color: var(--rz-gold); text-transform: lowercase;
  line-height: 1; margin-bottom: 20px;
}
.rz-hero p {
  font-family: 'Fraunces', serif;
  font-size: clamp(18px, 2vw, 24px); font-weight: 700;
  color: rgba(255,255,255,0.8); line-height: 1.6; max-width: 560px; margin: 0 auto 40px;
}
.rz-hero-stats {
  display: flex; gap: 0; justify-content: center;
  border: 1.5px solid rgba(255,255,255,0.12); border-radius: 16px; overflow: hidden;
  max-width: 600px; margin: 0 auto;
}
.rz-hero-stat {
  flex: 1; padding: 20px 16px; border-right: 1.5px solid rgba(255,255,255,0.12);
  text-align: center;
}
.rz-hero-stat:last-child { border-right: none; }
.rz-hero-stat .rz-stat-n {
  font-family: 'Lilita One', cursive; font-size: 32px; color: var(--rz-gold);
  line-height: 1; display: block; margin-bottom: 4px;
}
.rz-hero-stat .rz-stat-l { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }

/* ── WHAT IS TEMPEH ── */
.rz-tempeh {
  background: var(--rz-cream); padding: 100px 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; max-width: 1200px; margin: 0 auto;
}
.rz-section-tag {
  display: inline-block; background: var(--rz-orange); color: white;
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 14px; border-radius: 20px; margin-bottom: 20px;
}
.rz-tempeh-copy h2 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(32px, 4vw, 52px); font-weight: 400;
  color: var(--rz-brown); text-transform: lowercase; line-height: 1.1; margin-bottom: 24px;
}
.rz-tempeh-copy p {
  font-family: 'Nunito', sans-serif; font-size: 17px; color: #555;
  line-height: 1.8; font-weight: 600; margin-bottom: 16px;
}
.rz-tempeh-copy p strong { color: var(--rz-brown); font-weight: 800; }
.rz-tempeh-facts {
  margin-top: 28px; display: flex; flex-direction: column; gap: 12px;
}
.rz-fact {
  display: flex; align-items: flex-start; gap: 12px;
  background: white; border-radius: 12px; padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.rz-fact-icon {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: var(--rz-orange); display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.rz-fact-text strong { display: block; font-size: 14px; font-weight: 800; color: var(--rz-brown); margin-bottom: 2px; }
.rz-fact-text span { font-size: 13px; color: #777; font-weight: 600; }
.rz-tempeh-img { border-radius: 20px; overflow: hidden; }
.rz-tempeh-img .img-ph { aspect-ratio: 4/5; border-radius: 20px; }
.rz-tempeh-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px; }

/* ── HOW IT'S MADE ── */
.rz-process { background: var(--rz-brown); padding: 100px 40px; }
.rz-process-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.rz-process-header .rz-section-tag { background: var(--rz-orange); }
.rz-process-header h2 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(36px, 4.5vw, 60px); font-weight: 400;
  color: var(--rz-gold); text-transform: lowercase; line-height: 1.1; margin-bottom: 14px;
}
.rz-process-header p {
  font-family: 'Nunito', sans-serif; font-size: 17px;
  color: var(--rz-amber); font-weight: 700; line-height: 1.7;
}
.rz-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; max-width: 1100px; margin: 0 auto;
  position: relative;
}
.rz-steps::before {
  content: ''; position: absolute;
  top: 56px; left: 12.5%; right: 12.5%; height: 2px;
  background: linear-gradient(90deg, var(--rz-orange), var(--rz-gold));
  z-index: 0;
}
.rz-step {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 32px 24px; text-align: center;
  position: relative; z-index: 1; transition: background 0.3s;
}
.rz-step:hover { background: rgba(255,255,255,0.1); }
.rz-step-circle {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--rz-orange); color: white;
  font-family: 'Lilita One', cursive; font-size: 22px; font-weight: 400;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; border: 3px solid var(--rz-brown);
  box-shadow: 0 0 0 2px var(--rz-orange);
}
.rz-step h3 {
  font-family: 'Lilita One', cursive; font-size: 20px; font-weight: 400;
  color: var(--rz-gold); text-transform: lowercase; margin-bottom: 10px;
}
.rz-step p {
  font-family: 'Nunito', sans-serif; font-size: 14px;
  color: rgba(255,255,255,0.7); font-weight: 600; line-height: 1.6;
}
.rz-step .rz-step-emoji { font-size: 28px; margin-bottom: 12px; }

/* ── NUMBERS ── */
.rz-numbers { background: var(--rz-cream); padding: 80px 40px; }
.rz-numbers-header { text-align: center; margin-bottom: 56px; }
.rz-numbers-header h2 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(36px, 4.5vw, 60px); font-weight: 400;
  color: var(--rz-brown); text-transform: lowercase; margin-bottom: 12px;
}
.rz-numbers-header p { font-family: 'Nunito', sans-serif; font-size: 16px; color: #888; font-weight: 700; }
.rz-numbers-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; max-width: 900px; margin: 0 auto;
}
.rz-num-card {
  background: white; border-radius: 20px; padding: 36px 28px; text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07); border: 1px solid #f0f0f0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.rz-num-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.rz-num-card .rz-big { font-family: 'Lilita One', cursive; font-size: clamp(44px, 5vw, 64px); color: var(--rz-orange); line-height: 1; display: block; margin-bottom: 6px; }
.rz-num-card .rz-label { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--rz-brown); display: block; margin-bottom: 8px; }
.rz-num-card .rz-note { font-family: 'Nunito', sans-serif; font-size: 14px; color: #888; font-weight: 600; line-height: 1.5; }
/* Accent variant */
.rz-num-card.accent { background: var(--rz-brown); border-color: var(--rz-brown); }
.rz-num-card.accent .rz-big { color: var(--rz-gold); }
.rz-num-card.accent .rz-label { color: var(--rz-amber); }
.rz-num-card.accent .rz-note { color: rgba(212,165,116,0.7); }

/* ── BENEFITS ── */
.rz-benefits { background: #fff; padding: 100px 40px; }
.rz-benefits-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.rz-benefits-header h2 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(36px, 4.5vw, 60px); font-weight: 400;
  color: var(--rz-brown); text-transform: lowercase; line-height: 1.1; margin-bottom: 12px;
}
.rz-benefits-header p { font-family: 'Nunito', sans-serif; font-size: 17px; color: #888; font-weight: 700; }
.rz-benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; max-width: 1100px; margin: 0 auto;
}
.rz-benefit-card {
  border-radius: 20px; padding: 36px 28px;
  transition: transform 0.3s;
}
.rz-benefit-card:hover { transform: translateY(-4px); }
.rz-benefit-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 20px;
}
.rz-benefit-card h3 {
  font-family: 'Lilita One', cursive; font-size: 22px; font-weight: 400;
  text-transform: lowercase; margin-bottom: 10px;
}
.rz-benefit-card p {
  font-family: 'Nunito', sans-serif; font-size: 15px;
  line-height: 1.7; font-weight: 600;
}
/* Card color variants */
.bc-orange { background: #FFF3ED; }
.bc-orange .rz-benefit-icon { background: var(--rz-orange); }
.bc-orange h3 { color: var(--rz-orange); }
.bc-orange p { color: #8a4020; }

.bc-green { background: #EEF7EF; }
.bc-green .rz-benefit-icon { background: var(--rz-green); }
.bc-green h3 { color: var(--rz-green); }
.bc-green p { color: #2a5030; }

.bc-teal { background: #EAF5F8; }
.bc-teal .rz-benefit-icon { background: var(--rz-teal); }
.bc-teal h3 { color: var(--rz-teal); }
.bc-teal p { color: #1a4a55; }

.bc-amber { background: #FEF8EE; }
.bc-amber .rz-benefit-icon { background: var(--rz-amber); }
.bc-amber h3 { color: #9a6520; }
.bc-amber p { color: #7a5015; }

.bc-brown { background: #F5EEE8; }
.bc-brown .rz-benefit-icon { background: #EDD5BA; }
.bc-brown .rz-benefit-icon i svg { stroke: #7A4F2A; }
.bc-brown h3 { color: var(--rz-brown); }
.bc-brown p { color: #5a3a20; }

.bc-gold { background: #FFFAEA; }
.bc-gold .rz-benefit-icon { background: #E6B800; }
.bc-gold h3 { color: #8a7000; }
.bc-gold p { color: #6a5500; }

/* ── COMPARISON STRIP ── */
.rz-compare { background: var(--rz-orange); padding: 64px 40px; }
.rz-compare-inner { max-width: 900px; margin: 0 auto; }
.rz-compare h2 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(28px, 3.5vw, 48px); font-weight: 400;
  color: var(--rz-gold); text-transform: lowercase; text-align: center; margin-bottom: 40px;
}
.rz-compare-table {
  background: rgba(255,255,255,0.12); border-radius: 16px; overflow: hidden;
}
.rz-compare-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rz-compare-row:last-child { border-bottom: none; }
.rz-compare-row.header { background: rgba(0,0,0,0.2); }
.rz-compare-cell {
  padding: 16px 20px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; gap: 8px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.rz-compare-cell:last-child { border-right: none; }
.rz-compare-row.header .rz-compare-cell {
  font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: 1px;
  color: rgba(255,255,255,0.6);
}
.rz-compare-cell.metric { color: rgba(255,255,255,0.9); }
.rz-compare-cell.rakuzel { color: var(--rz-gold); font-weight: 800; }
.rz-compare-cell.rakuzel::before { content: '✓'; color: #5cd65c; font-size: 16px; }
.rz-compare-cell.other { color: rgba(255,255,255,0.5); }
.rz-compare-cell.other.bad::before { content: '✗'; color: #ff6b6b; font-size: 16px; }

/* ── CTA ── */
.rz-cta { background: var(--rz-dark); padding: 100px 40px; text-align: center; }
.rz-cta h2 {
  font-family: 'Lilita One', cursive;
  font-size: clamp(40px, 5.5vw, 76px); font-weight: 400;
  color: var(--rz-gold); text-transform: lowercase; margin-bottom: 16px;
}
.rz-cta p {
  font-family: 'Nunito', sans-serif; font-size: 18px; color: rgba(255,255,255,0.75);
  font-weight: 700; max-width: 480px; margin: 0 auto 40px; line-height: 1.6;
}
.rz-cta-btn {
  display: inline-block; background: var(--rz-gold); color: var(--rz-brown);
  padding: 18px 60px; border-radius: 40px;
  font-weight: 800; font-size: 17px; text-transform: lowercase;
  border: 3px solid #b34a00; box-shadow: 4px 4px 0 #b34a00; transition: all 0.2s;
}
.rz-cta-btn:hover { background: #b34a00; color: #fff; box-shadow: 1px 1px 0 #b34a00; transform: translate(3px,3px); }

/* ── LUCIDE ICONS ── */
.rz-benefit-icon i { display: block; }
.rz-benefit-icon i svg { width: 28px; height: 28px; stroke: #fff; stroke-width: 1.8; }
.rz-fact-icon i svg { width: 20px; height: 20px; stroke: #fff; stroke-width: 2; }
.rz-step-icon { font-size: 0; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.rz-step-icon i svg { width: 32px; height: 32px; stroke: var(--rz-amber); stroke-width: 1.8; }

/* ── FOOTER ── */
.rz-footer {
  background: var(--rz-orange); padding: 40px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
}
.rz-footer img { height: 48px; filter: brightness(0) invert(1); }
.rz-footer-links { display: flex; gap: 28px; }
.rz-footer-links a { color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 700; }
.rz-footer-links a:hover { color: #fff; }
.rz-footer-copy { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 600; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .rz-tempeh { grid-template-columns: 1fr; gap: 48px; padding: 64px 24px; }
  .rz-steps { grid-template-columns: repeat(2, 1fr); }
  .rz-steps::before { display: none; }
  .rz-numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .rz-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .rz-compare-row { grid-template-columns: 1fr 1fr 1fr; }
  .rz-nav-center { position: static; transform: none; }
  .rz-footer { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .rz-nav { padding: 12px 20px; }
  .rz-nav-center { display: none; }
  .rz-steps { grid-template-columns: 1fr; }
  .rz-numbers-grid { grid-template-columns: 1fr; }
  .rz-benefits-grid { grid-template-columns: 1fr; }
  .rz-hero-stats { flex-direction: column; border: none; gap: 2px; }
  .rz-hero-stat { border-right: none; border-bottom: 1.5px solid rgba(255,255,255,0.12); }
  .rz-compare-cell { font-size: 12px; padding: 12px 10px; }
}
