/* ============================================================
   ORTO VERTICALE — stile coerente con il catalogo TREVANI
   ============================================================ */

/* --- HERO --- */
.ov-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ov-hero-media { position: absolute; inset: 0; z-index: 0; }
.ov-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.ov-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(110deg, rgba(42,63,49,0.85) 0%, rgba(42,63,49,0.6) 50%, rgba(42,63,49,0.2) 100%);
}
.ov-hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; width: 100%;
  margin: 0 auto; padding: 72px 24px;
}
.ov-hero-eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-mist);
  margin-bottom: 18px;
}
.ov-hero-title {
  font-family: var(--font-serif);
  font-size: 54px; font-weight: 500; line-height: 1.06;
  color: white; max-width: 680px; margin-bottom: 22px;
}
.ov-hero-title em { font-style: italic; color: #F3D9A8; }
.ov-hero-sub {
  font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.92);
  max-width: 560px; margin-bottom: 32px;
}
.ov-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* --- INTRO (come funziona) --- */
.ov-intro {
  background: var(--paper);
  padding: 80px 0 72px;
}
.ov-intro-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center;
}
.ov-intro-text .section-eyebrow { text-align: left; }
.ov-intro-text .section-title { text-align: left; margin-bottom: 20px; }
.ov-intro-text p {
  font-size: 16px; line-height: 1.7; color: var(--ink);
  margin-bottom: 16px;
}
.ov-intro-cards {
  display: flex; flex-direction: column; gap: 16px;
}
.ov-intro-card {
  background: var(--green-mist);
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
}
.ov-intro-icon { font-size: 32px; line-height: 1; }
.ov-intro-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--green-darker);
  grid-column: 2;
  margin-bottom: 2px;
}
.ov-intro-card span {
  display: block;
  font-size: 13.5px;
  color: var(--ink-soft);
  grid-column: 2;
  line-height: 1.45;
}

/* --- SEZIONI a fasce alternate --- */
.ov-section {
  padding: 80px 0 72px;
  background: var(--ivory);
}
.ov-section-alt {
  background: var(--green-bg);
}
.ov-section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.ov-section-head .section-eyebrow { text-align: center; }
.ov-section-head .section-title { margin-bottom: 14px; }
.ov-section-head .section-sub {
  font-size: 16px; line-height: 1.65; color: var(--ink-soft);
  margin: 0 auto;
}

/* --- SCOVILLE LEGEND + WARNING --- */
.scoville-legend {
  background: var(--paper);
  border-left: 4px solid var(--terracotta);
  border-radius: 10px;
  padding: 22px 28px;
  margin: 0 auto 36px;
  max-width: 760px;
  box-shadow: 0 4px 18px rgba(42,63,49,0.05);
}
.scoville-legend h4 {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--green-darker);
  margin-bottom: 8px;
}
.scoville-legend p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}

.scoville-warning {
  background: linear-gradient(135deg, rgba(201,123,91,0.08), rgba(201,123,91,0.16));
  border: 1.5px solid rgba(201,123,91,0.3);
  border-radius: 14px;
  padding: 24px 28px;
  margin: 40px auto 0;
  max-width: 860px;
}
.scoville-warning strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--terracotta-dark);
  margin-bottom: 8px;
}
.scoville-warning p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
}

/* --- Badge SHU graduati per piccantezza --- */
.origin-badge.scoville-low {
  background: linear-gradient(135deg, #FFE9B8, #FCD06A);
  color: #6B4A12;
  border-color: rgba(107,74,18,0.18);
  font-weight: 700;
}
.origin-badge.scoville-mid {
  background: linear-gradient(135deg, #FFC58A, #F49555);
  color: #6B3812;
  border-color: rgba(107,56,18,0.20);
  font-weight: 700;
}
.origin-badge.scoville-high {
  background: linear-gradient(135deg, #F08555, #DC4F1C);
  color: white;
  border-color: rgba(220,79,28,0.35);
  font-weight: 700;
}
.origin-badge.scoville-xhigh {
  background: linear-gradient(135deg, #C73318, #8E1A0A);
  color: white;
  border-color: rgba(142,26,10,0.4);
  font-weight: 700;
}
.origin-badge.scoville-extreme {
  background: linear-gradient(135deg, #6B0E04, #2C0301);
  color: #FFB9A8;
  border-color: rgba(0,0,0,0.4);
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(255,185,168,0.2) inset;
}

/* --- Card peperoncino: lieve enfasi rispetto alle normali --- */
.prod-card.prod-piccante .prod-emoji-wrap {
  background: linear-gradient(135deg, #FFD2D2, #E8927A);
}

/* --- CTA finale --- */
.ov-cta {
  background: var(--green-darker);
  padding: 80px 24px;
  color: white;
}
.ov-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.ov-cta h2 {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 18px;
  color: white;
}
.ov-cta p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  margin-bottom: 30px;
}
.ov-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .ov-hero { min-height: 460px; }
  .ov-hero-title { font-size: 38px; }
  .ov-hero-sub { font-size: 16px; }
  .ov-intro-inner { grid-template-columns: 1fr; gap: 32px; }
  .ov-intro, .ov-section { padding: 56px 0 48px; }
  .ov-cta { padding: 56px 24px; }
  .ov-cta h2 { font-size: 30px; }
}
@media (max-width: 560px) {
  .ov-hero-content { padding: 56px 20px; }
  .ov-hero-title { font-size: 30px; }
  .scoville-legend, .scoville-warning { padding: 18px 20px; }
}
