@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --emerald:   #1B3A2F;
  --emerald-l: #2A5444;
  --emerald-d: #0D1F17;
  --sand:      #F7F0E6;
  --sand-2:    #EDE3D4;
  --sand-3:    #DDD0BC;
  --copper:    #B87333;
  --copper-l:  #D4904A;
  --copper-d:  #8A5520;
  --ink:       #0D1F17;
  --rule:      #D8CCBA;
  --success:   #15803d;
  --error:     #991b1b;
  --font-d:    'Cormorant Garamond', Georgia, serif;
  --font-b:    'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-b); background: var(--sand); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }

/* DISCLAIMER */
.disclaimer-bar {
  background: var(--emerald-d);
  color: rgba(255,255,255,.5);
  text-align: center;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 9px 20px;
  position: relative;
  z-index: 100;
}

/* NAV */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  padding: 0 48px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(247,240,230,.97);
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(10px);
}
.nav-logo { font-family: var(--font-d); font-size: 22px; font-weight: 600; color: var(--ink); flex-shrink: 0; }
.nav-logo em { font-style: italic; color: var(--copper); }
.nav-right { display: flex; align-items: center; gap: 28px; }
.nav-link { font-size: 13px; font-weight: 500; color: var(--ink); transition: color .2s; white-space: nowrap; }
.nav-link:hover { color: var(--copper); }
.nav-cta { background: var(--copper); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 24px; border-radius: 4px; white-space: nowrap; transition: background .2s; flex-shrink: 0; }
.nav-cta:hover { background: var(--copper-d); color: #fff; }

/* HERO */
.hero-full {
  position: relative;
  height: 90vh;
  min-height: 560px;
  max-height: 860px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(13,31,23,.88) 0%, rgba(13,31,23,.35) 50%, rgba(13,31,23,.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px 72px;
  max-width: 820px;
}
.hero-pretitle {
  font-family: var(--font-b);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--copper-l);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-pretitle::before { content: ''; display: block; width: 32px; height: 1px; background: var(--copper-l); }
.hero-h1 { font-family: var(--font-d); font-size: clamp(42px, 6vw, 80px); font-weight: 400; line-height: 1.0; color: #fff; margin-bottom: 20px; }
.hero-h1 em { font-style: italic; color: var(--copper-l); }
.hero-desc { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.7; max-width: 480px; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-hero-main { background: var(--copper); color: #fff; font-family: var(--font-b); font-size: 14px; font-weight: 600; padding: 15px 34px; border-radius: 4px; border: none; transition: background .2s; cursor: pointer; }
.btn-hero-main:hover { background: var(--copper-d); color: #fff; }
.hero-price-inline { font-family: var(--font-d); font-size: 28px; color: #fff; display: flex; align-items: baseline; gap: 8px; }
.hero-price-old { font-size: 16px; color: rgba(255,255,255,.35); text-decoration: line-through; font-family: var(--font-b); font-weight: 300; }
.hero-scroll { position: absolute; bottom: 32px; right: 48px; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll-line { width: 1px; height: 36px; background: rgba(255,255,255,.3); animation: scrollpulse 2s infinite; }
@keyframes scrollpulse { 0%,100%{opacity:.3} 50%{opacity:.8} }

/* EDITORIAL STRIP */
.editorial-strip {
  background: var(--emerald);
  padding: 52px 80px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 0 40px;
  align-items: center;
}
.ed-divider { background: rgba(255,255,255,.12); }
.ed-item { text-align: center; }
.ed-num { font-family: var(--font-d); font-size: 52px; font-weight: 400; color: var(--copper-l); line-height: 1; margin-bottom: 4px; }
.ed-label { font-size: 13px; color: rgba(255,255,255,.5); }

/* SHOWCASE */
.showcase-section { padding: 100px 80px; background: var(--sand); }
.showcase-kicker { text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); margin-bottom: 12px; }
.showcase-h2 { text-align: center; font-family: var(--font-d); font-size: clamp(36px, 5vw, 64px); font-weight: 400; color: var(--ink); line-height: 1.05; margin-bottom: 14px; }
.showcase-h2 em { font-style: italic; }
.showcase-sub { text-align: center; font-size: 16px; color: #5A6B62; max-width: 500px; margin: 0 auto 56px; line-height: 1.7; }

/* CAROUSEL */
.main-carousel { position: relative; max-width: 640px; margin: 0 auto 56px; }
.mc-outer { border-radius: 8px; overflow: hidden; background: var(--sand-2); width: 100%; }
.mc-track { display: flex; transition: transform .5s ease; }
.mc-slide { flex: 0 0 100%; }
.mc-slide img { width: 100%; height: 480px; object-fit: contain; padding: 28px; background: var(--sand-2); display: block; }
.mc-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--sand); border: 1px solid var(--rule); color: var(--ink);
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,.1); transition: all .2s;
}
.mc-btn:hover { background: var(--emerald); color: #fff; border-color: var(--emerald); }
.mc-btn.prev { left: -22px; }
.mc-btn.next { right: -22px; }
.mc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.mc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sand-3); border: none; cursor: pointer; transition: all .2s; }
.mc-dot.on { background: var(--copper); transform: scale(1.3); }

/* FEATURE GRID */
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; max-width: 900px; margin: 0 auto; }
.fg-item { background: var(--sand); padding: 28px 20px; text-align: center; transition: background .2s; }
.fg-item:hover { background: var(--sand-2); }
.fg-icon { font-size: 26px; margin-bottom: 10px; }
.fg-title { font-family: var(--font-d); font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.fg-desc { font-size: 13px; color: #5A6B62; line-height: 1.55; }

/* ZONE SECTION */
.zone-section { padding: 100px 80px; background: var(--emerald-d); }
.zone-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.zone-text .kicker { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper-l); margin-bottom: 12px; }
.zone-h2 { font-family: var(--font-d); font-size: clamp(30px, 4vw, 52px); font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.zone-h2 em { font-style: italic; color: var(--copper-l); }
.zone-desc { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 28px; }
.zone-list { display: flex; flex-direction: column; gap: 10px; }
.zone-item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; cursor: pointer; transition: all .2s; }
.zone-item.active, .zone-item:hover { background: rgba(184,115,51,.15); border-color: var(--copper); }
.zone-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--copper-l); flex-shrink: 0; }
.zone-name { font-size: 14px; font-weight: 500; color: #fff; }
.zone-temp { margin-left: auto; font-size: 13px; color: rgba(255,255,255,.4); white-space: nowrap; }
.zone-item.active .zone-temp { color: var(--copper-l); }
.zone-svg-wrap { display: flex; flex-direction: column; align-items: center; }
.zone-svg { width: 100%; max-width: 300px; height: auto; }

/* ORDER */
.order-section { padding: 100px 80px; background: var(--sand-2); }
.order-inner { max-width: 560px; margin: 0 auto; }
.order-kicker { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); text-align: center; margin-bottom: 10px; }
.order-h2 { font-family: var(--font-d); font-size: clamp(28px, 4vw, 48px); font-weight: 400; color: var(--ink); text-align: center; margin-bottom: 4px; line-height: 1.1; }
.order-price-row { display: flex; align-items: baseline; gap: 10px; justify-content: center; margin-bottom: 36px; }
.order-price { font-family: var(--font-d); font-size: 44px; font-weight: 600; color: var(--copper); }
.order-old { font-size: 18px; color: var(--sand-3); text-decoration: line-through; font-family: var(--font-b); }
.form-stack { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field label { font-size: 11px; font-weight: 600; color: #5A6B62; letter-spacing: .05em; text-transform: uppercase; }
.form-field input { background: var(--sand); border: 1px solid var(--rule); border-radius: 4px; padding: 12px 14px; font-size: 15px; font-family: var(--font-b); color: var(--ink); outline: none; transition: border-color .2s; width: 100%; }
.form-field input::placeholder { color: var(--sand-3); }
.form-field input:focus { border-color: var(--emerald); }
.form-field input.valid { border-color: var(--success); }
.form-field input.invalid { border-color: var(--error); }
.field-error { font-size: 12px; color: var(--error); display: none; }
.field-error.show { display: block; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #5A6B62; line-height: 1.5; }
.consent-row input { margin-top: 3px; flex-shrink: 0; accent-color: var(--copper); }
.consent-row a { color: var(--copper); text-decoration: underline; }
.btn-order { width: 100%; background: var(--emerald); color: #fff; font-family: var(--font-b); font-size: 15px; font-weight: 600; padding: 16px; border-radius: 4px; border: none; margin-top: 8px; transition: background .2s; }
.btn-order:hover { background: var(--emerald-l); }
.order-notes { font-size: 12px; color: #5A6B62; text-align: center; margin-top: 14px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.order-note-item::before { content: '✓ '; color: var(--success); font-weight: 700; }

/* RATING */
.rating-section { padding: 72px 80px; background: var(--sand); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.rating-inner { max-width: 640px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center; }
.r-score { font-family: var(--font-d); font-size: 80px; font-weight: 400; color: var(--ink); line-height: 1; }
.r-stars { color: var(--copper); font-size: 20px; letter-spacing: 3px; margin: 6px 0 8px; }
.r-count { font-size: 13px; color: #5A6B62; }
.rating-bars { display: flex; flex-direction: column; gap: 9px; }
.rb-row { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.rb-lbl { width: 28px; text-align: right; color: #5A6B62; }
.rb-track { flex: 1; height: 6px; background: var(--sand-2); border-radius: 3px; overflow: hidden; }
.rb-fill { height: 100%; background: var(--copper); border-radius: 3px; }
.rb-pct { width: 32px; font-size: 12px; color: #5A6B62; }

/* REVIEWS — horizontal infinite scroll */
.reviews-section { padding: 80px 0; background: var(--sand-2); overflow: hidden; }
.reviews-header { padding: 0 80px; margin-bottom: 48px; }
.rev-kicker { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); margin-bottom: 10px; }
.rev-h2 { font-family: var(--font-d); font-size: clamp(28px, 4vw, 48px); font-weight: 400; color: var(--ink); }
.reviews-track-outer { overflow: hidden; width: 100%; }
.reviews-track {
  display: flex;
  gap: 20px;
  padding: 4px 80px;
  width: max-content;
  animation: scrollrev 32s linear infinite;
}
.reviews-track:hover { animation-play-state: paused; }
@keyframes scrollrev { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.rev-card { background: var(--sand); border: 1px solid var(--rule); border-radius: 8px; padding: 24px 28px; width: 340px; flex-shrink: 0; }
.rev-stars { color: var(--copper); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.rev-text { font-family: var(--font-d); font-style: italic; font-size: 16px; color: var(--ink); line-height: 1.6; margin-bottom: 16px; }
.rev-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { display: block; flex-shrink: 0; border-radius: 50%; overflow: hidden; }
.rev-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.rev-location { font-size: 12px; color: #5A6B62; }
.rev-badge { font-size: 11px; color: var(--copper); font-weight: 600; margin-top: 12px; }

/* FAQ */
.faq-section { padding: 88px 80px; background: var(--sand); }
.faq-inner { max-width: 680px; margin: 0 auto; }
.faq-kicker { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); margin-bottom: 10px; }
.faq-h2 { font-family: var(--font-d); font-size: clamp(28px, 3.5vw, 46px); font-weight: 400; color: var(--ink); margin-bottom: 40px; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 20px 0; font-size: 15px; font-weight: 500; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.faq-ico { font-size: 20px; color: var(--copper); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-ico { transform: rotate(45deg); }
.faq-a { font-size: 14px; color: #5A6B62; line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 18px; }

/* DELIVERY */
.delivery-section { padding: 64px 80px; background: var(--emerald); }
.delivery-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.delivery-h2 { font-family: var(--font-d); font-size: clamp(22px, 3vw, 36px); font-weight: 400; color: #fff; margin-bottom: 8px; }
.delivery-sub { font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 44px; }
.delivery-track { display: flex; align-items: flex-start; justify-content: space-between; position: relative; }
.delivery-track::before { content: ''; position: absolute; top: 20px; left: 10%; right: 10%; height: 1px; background: rgba(255,255,255,.15); }
.d-step { display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 1; flex: 1; }
.d-ico { font-size: 24px; background: var(--emerald); padding: 0 4px; }
.d-lbl { font-size: 12px; text-align: center; color: rgba(255,255,255,.5); line-height: 1.4; }

/* BLOG */
.blog-section { padding: 88px 80px; background: var(--sand-2); }
.blog-kicker { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); margin-bottom: 10px; }
.blog-h2 { font-family: var(--font-d); font-size: clamp(28px, 4vw, 48px); font-weight: 400; color: var(--ink); margin-bottom: 44px; }
.blog-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.blog-card { background: var(--sand); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(13,31,23,.12); }
.bc-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.bc-body { padding: 20px 22px 18px; }
.bc-tag { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper); margin-bottom: 8px; display: block; }
.bc-title { font-family: var(--font-d); font-size: 19px; font-weight: 600; line-height: 1.3; color: var(--ink); margin-bottom: 8px; display: block; }
.bc-excerpt { font-size: 14px; color: #5A6B62; line-height: 1.6; display: block; margin-bottom: 14px; }
.bc-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--rule); }
.bc-meta { font-size: 12px; color: #5A6B62; }
.bc-cta { font-size: 13px; font-weight: 600; color: var(--copper); }

/* FOOTER */
.site-footer { background: var(--emerald-d); color: rgba(255,255,255,.4); padding: 52px 80px 24px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 52px; margin-bottom: 40px; }
.footer-logo { font-family: var(--font-d); font-size: 20px; font-weight: 600; color: #fff; display: inline-block; margin-bottom: 12px; }
.footer-logo em { font-style: italic; color: var(--copper-l); }
.footer-brand p { font-size: 13px; line-height: 1.75; max-width: 280px; }
.footer-col h4 { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.35); transition: color .2s; }
.footer-col ul li a:hover { color: var(--copper-l); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 18px; font-size: 12px; color: rgba(255,255,255,.2); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: rgba(255,255,255,.25); }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(13,31,23,.7); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal-card { position: relative; z-index: 10000; background: var(--sand); border-radius: 8px; padding: 48px 40px; max-width: 420px; width: 100%; text-align: center; }
.modal-ico { font-size: 60px; margin-bottom: 14px; }
.modal-title { font-family: var(--font-d); font-size: 28px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.modal-sub { font-size: 15px; color: #5A6B62; line-height: 1.65; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* BLOG ARTICLES */
.legal-hero { background: var(--sand-2); border-bottom: 1px solid var(--rule); padding: 80px 80px 36px; }
.legal-hero h1 { font-family: var(--font-d); font-size: clamp(24px, 3.5vw, 40px); font-weight: 400; color: var(--ink); }
.legal-body { max-width: 720px; margin: 0 auto; padding: 48px 80px 72px; }
.legal-body h2 { font-family: var(--font-d); font-size: 20px; font-weight: 600; margin: 28px 0 10px; color: var(--ink); }
.legal-body p, .legal-body li { font-size: 15px; color: #5A6B62; line-height: 1.8; margin-bottom: 12px; }
.legal-body ul { padding-left: 18px; }
.legal-body a { color: var(--copper); text-decoration: underline; }

.article-wrap { max-width: 720px; margin: 0 auto; padding: 64px 40px; }
.article-hero-img { width: 100%; height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 32px; }
.article-meta { font-size: 12px; color: #5A6B62; margin-bottom: 14px; display: flex; gap: 16px; }
.article-title { font-family: var(--font-d); font-size: clamp(26px, 4vw, 48px); font-weight: 400; color: var(--ink); line-height: 1.1; margin-bottom: 16px; }
.article-intro { font-family: var(--font-d); font-style: italic; font-size: 19px; color: #5A6B62; line-height: 1.65; margin-bottom: 28px; }
.article-body h2 { font-family: var(--font-d); font-size: 22px; font-weight: 600; color: var(--ink); margin: 32px 0 12px; }
.article-body p { font-size: 16px; color: #5A6B62; line-height: 1.8; margin-bottom: 16px; }
.article-body ul { padding-left: 18px; margin-bottom: 16px; }
.article-body ul li { font-size: 15px; color: #5A6B62; line-height: 1.75; margin-bottom: 6px; }
.pull-quote { border-left: 3px solid var(--copper); margin: 28px 0; padding: 16px 24px; background: rgba(184,115,51,.06); font-family: var(--font-d); font-style: italic; font-size: 1.1em; line-height: 1.6; color: var(--ink); }
.info-box { display: flex; gap: 14px; align-items: flex-start; background: var(--sand-2); border-radius: 6px; padding: 16px 20px; margin: 20px 0; border: 1px solid var(--rule); }
.info-box-icon { font-size: 20px; flex-shrink: 0; }
.info-box-content strong { display: block; margin-bottom: 4px; font-size: 14px; }
.info-box-content p { margin: 0; font-size: 13px; line-height: 1.6; color: #5A6B62; }
.article-table-wrap { overflow-x: auto; margin: 20px 0; }
.article-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-table th { background: var(--emerald); color: #fff; padding: 10px 14px; text-align: left; }
.article-table td { padding: 9px 14px; border-bottom: 1px solid var(--rule); }
.article-table tr:nth-child(even) td { background: var(--sand-2); }
.article-infographic { background: var(--sand-2); border-radius: 6px; padding: 20px; margin: 20px 0; text-align: center; border: 1px solid var(--rule); }
.infographic-title { font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.infographic-svg { max-width: 100%; height: auto; }
.infographic-caption { font-size: 11px; color: #5A6B62; margin: 6px 0 0; }
.article-cta-box { background: var(--emerald); border-radius: 8px; padding: 28px; margin-top: 32px; text-align: center; }
.article-cta-box h3 { font-family: var(--font-d); font-size: 22px; color: #fff; margin-bottom: 8px; }
.article-cta-box p { font-size: 14px; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.article-cta-box .btn-hero-main { display: inline-block; background: var(--copper); color: #fff; padding: 13px 30px; border-radius: 4px; font-size: 14px; font-weight: 600; }
.article-cta-box .btn-hero-main:hover { background: var(--copper-d); }
.article-disclaimer { font-size: 12px; color: #aaa; border-top: 1px solid var(--rule); margin-top: 36px; padding-top: 18px; line-height: 1.6; }

/* BLOG LISTING */
.blog-listing-hero { background: var(--sand-2); border-bottom: 1px solid var(--rule); padding: 80px 80px 36px; }
.blog-listing-grid { max-width: 1100px; margin: 0 auto; padding: 48px 80px 72px; display: flex; flex-direction: column; gap: 18px; }
.blog-list-card { display: flex; background: var(--sand); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.blog-list-card:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(13,31,23,.1); }
.blog-list-card .card-img { width: 260px; flex-shrink: 0; object-fit: cover; display: block; }
.blog-list-card .card-body { flex: 1; padding: 22px 26px; display: flex; flex-direction: column; justify-content: space-between; }
.card-tag { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--copper); margin-bottom: 7px; }
.card-title { font-family: var(--font-d); font-size: clamp(16px, 2vw, 20px); font-weight: 600; line-height: 1.3; color: var(--ink); margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-excerpt { font-size: 14px; color: #5A6B62; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.card-meta { font-size: 12px; color: #5A6B62; }
.card-cta { font-size: 13px; font-weight: 600; color: var(--copper); }

/* RESPONSIVE */
@media(max-width:1024px){
  .editorial-strip { grid-template-columns: repeat(3,1fr); padding: 36px 40px; }
  .ed-divider { display: none; }
  .showcase-section,.zone-section,.order-section,.faq-section,.blog-section,.delivery-section,.rating-section { padding: 64px 40px; }
  .zone-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .site-footer { padding: 44px 40px 22px; }
  .blog-grid { grid-template-columns: 1fr; }
  .legal-hero,.legal-body,.blog-listing-hero,.blog-listing-grid { padding-left: 40px; padding-right: 40px; }
  .reviews-header { padding: 0 40px; }
  .hero-content { padding: 0 40px 56px; }
}
@media(max-width:768px){
  .site-nav { padding: 0 20px; }
  .nav-right .nav-link { display: none; }
  .hero-content { padding: 0 24px 44px; }
  .editorial-strip { grid-template-columns: 1fr 1fr; padding: 28px 20px; gap: 20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .rating-inner { grid-template-columns: 1fr; gap: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .mc-btn.prev { left: -12px; }
  .mc-btn.next { right: -12px; }
  .showcase-section,.zone-section,.order-section,.faq-section,.blog-section,.delivery-section,.rating-section { padding: 48px 20px; }
  .legal-hero,.legal-body,.blog-listing-hero,.blog-listing-grid { padding-left: 20px; padding-right: 20px; }
  .reviews-header { padding: 0 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding: 40px 20px 20px; }
  .blog-list-card { flex-direction: column; }
  .blog-list-card .card-img { width: 100%; height: 200px; }
}
@media(prefers-reduced-motion:reduce){
  .reveal { opacity:1; transform:none; transition:none; }
  .reviews-track { animation: none; }
  * { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}

/* BLOG.HTML listing cards */
.blog-grid .blog-card { display: flex; flex-direction: row; }
.blog-grid .blog-card .card-img { width: 260px; flex-shrink: 0; object-fit: cover; height: auto; min-height: 190px; }
.blog-grid .blog-card .card-body { flex: 1; padding: 22px 26px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
@media(max-width:768px){
  .blog-grid .blog-card { flex-direction: column; }
  .blog-grid .blog-card .card-img { width: 100%; height: 200px; }
}
