/* =========================================================
   RICCI 1895 — Pagina "Il nostro olio"
   Usa i token colore e i font definiti in home.css
========================================================= */

/* ---------- HERO (foto + overlay + testo bianco) ---------- */
.no-hero {
  position: relative;
  min-height: clamp(360px, 56vh, 620px);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: var(--ric-brown);
  overflow: hidden;
}
.no-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.no-hero::after {                 /* velo scuro per leggibilità del testo */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55));
}
.no-hero-inner { position: relative; z-index: 2; padding: 0 20px; }
.no-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin-bottom: 1rem;
}
.no-hero p {
  color: rgba(255,255,255,.9);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  letter-spacing: .03em; margin: 0;
}

/* ---------- SPLIT "Gli uliveti" (foto + pannello verde) ---------- */
.no-split .row { min-height: 520px; }
.no-media { min-height: 380px; background: #e8e4de; }
.no-media-img {
  width: 100%; height: 100%; min-height: 380px;
  object-fit: cover; display: block;
}
.no-panel {
  display: flex; flex-direction: column; justify-content: center;
  padding: 72px clamp(28px, 6vw, 80px);
}
.no-panel.green { background: var(--ric-green); color: #fff; }
.no-panel.green h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 1.4rem; }
.no-panel.green p  { color: rgba(255,255,255,.9); line-height: 1.9; margin: 0; }

/* ---------- PROCESSO "Come nasce il nostro olio" ---------- */
.no-process { background: var(--ric-cream); text-align: center; }
.no-process h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 3.4rem; }

.no-step { text-align: center; margin-bottom: 2.6rem; }
.no-step-media { position: relative; width: 100%; margin-bottom: 1.4rem; }
.no-step-img {
  width: 100%; aspect-ratio: 1 / 1;
  object-fit: cover; display: block; border-radius: 6px;
}
.no-step-num {
  position: absolute; left: 14px; bottom: 14px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ric-dark); color: #fff;
  font-family: var(--font-head); font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
}
.no-step h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.no-step p  { color: var(--ric-muted); font-size: .9rem; line-height: 1.65; max-width: 300px; margin: 0 auto; }

/* ---------- ORGANOLETTICO (foto + lista proprietà) ---------- */
.no-organo .row { align-items: stretch; }
.no-organo-media { min-height: 420px; background: #e8e4de; }
.no-organo-media-img {
  width: 100%; height: 100%; min-height: 420px;
  object-fit: cover; display: block;
}
.no-organo-body { padding: 24px clamp(20px, 4vw, 56px); }
.no-organo-body h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 2rem; }
.no-organo-list { list-style: none; padding: 0; margin: 0; }
.no-organo-item {
  display: flex; flex-wrap: wrap; gap: .2rem .9rem;
  padding: 1.05rem 0; border-bottom: 1px solid var(--ric-line);
}
.no-organo-item:last-child { border-bottom: none; }
.no-organo-item .lbl {
  font-family: var(--font-head); font-size: 1.15rem;
  color: var(--ric-dark); min-width: 130px;
}
.no-organo-item .desc { color: var(--ric-muted); line-height: 1.6; flex: 1; }

/* ---------- ABBINAMENTI (fascia scura) ---------- */
.no-abbinamenti { background: var(--ric-brown); color: #fff; }
.no-abb-head h2 { color: #fff; font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin: 0; }
.no-abb-head .novita {
  display: inline-block;
  font-family: var(--font-body); font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ric-orange); margin-bottom: 1rem;
}
.no-abb-card { text-align: center; }
.no-abb-img {
  width: 100%; aspect-ratio: 1 / 1;
  object-fit: cover; display: block; border-radius: 6px; margin-bottom: .9rem;
}
.no-abb-cap { font-family: var(--font-head); font-size: 1rem; color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .no-split .row { min-height: 0; }
  .no-panel { padding: 48px 28px; }
  .no-organo-media { min-height: 300px; }
  .no-organo-body { padding: 36px 8px 0; }
}
