/* ═══════════════════════════════════════════════
   RISTORANTE LA GROTTA — catch.css
   ═══════════════════════════════════════════════ */

.hero-pescato {
  background:
    linear-gradient(to right, rgba(15,38,64,0.92) 0%, rgba(15,38,64,0.78) 40%, rgba(15,38,64,0.35) 100%),
    url('/img/pesce-fresco-la-maddalena.jpg') center center / cover no-repeat;
  padding: 160px 0 96px; position: relative; overflow: hidden;
}
.hero-pescato::after {
  content: ''; position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  bottom: -200px; right: -100px;
  border: 1px solid rgba(123,189,212,0.06); pointer-events: none;
}
.hero-pescato-inner { position: relative; z-index: 1; max-width: 700px; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--azzurro-cielo); margin-bottom: 24px; }
.hero-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--azzurro-cielo); }
.hero-pescato h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 68px); font-weight: 400; color: #fff; line-height: 1.06; margin-bottom: 24px; }
.hero-pescato h1 em { font-style: italic; color: var(--azzurro-cielo); }
.hero-pescato-desc { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.8; max-width: 540px; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 4px; }
.hero-stat-val { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: #fff; line-height: 1; }
.hero-stat-lbl { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(184,221,232,0.6); }

.intro-pescato { padding: 96px 0; background: var(--bianco); }
.intro-pescato-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.sezione-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--azzurro); margin-bottom: 20px; }
.sezione-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--azzurro); }
.intro-pescato h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; color: var(--testo); line-height: 1.1; margin-bottom: 24px; }
.intro-pescato p { font-size: 15px; color: var(--testo-light); line-height: 1.85; margin-bottom: 20px; }
.highlight-box { background: rgba(123,189,212,0.1); border-left: 3px solid var(--azzurro); border-radius: 0 4px 4px 0; padding: 24px 28px; margin-top: 32px; }
.highlight-box strong { display: block; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--mare); margin-bottom: 10px; font-weight: 500; }
.highlight-box p { font-size: 14px; color: var(--testo-light); line-height: 1.75; margin: 0; }
.intro-foto { position: relative; }
.intro-foto img { width: 100%; height: 480px; object-fit: cover; border-radius: 4px; display: block; }
.intro-foto-badge { position: absolute; bottom: 24px; left: 24px; background: rgba(15,38,64,0.92); border: 1px solid rgba(184,221,232,0.2); border-radius: 2px; padding: 12px 18px; font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.5px; }
.intro-foto-badge strong { display: block; font-size: 20px; font-family: 'Cormorant Garamond', serif; font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 2px; }

.specie { padding: 96px 0; background: var(--bianco-caldo); }
.specie-header { text-align: center; max-width: 580px; margin: 0 auto 64px; }
.specie-header .sezione-tag { justify-content: center; }
.specie-header .sezione-tag::before { display: none; }
.specie-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.5vw, 46px); font-weight: 400; color: var(--testo); line-height: 1.1; margin-bottom: 16px; }
.specie-header p { font-size: 15px; color: var(--testo-light); line-height: 1.8; }
.specie-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.specie-card { background: #fff; border: 1px solid rgba(26,58,92,0.07); border-radius: 4px; padding: 28px 24px; transition: box-shadow 0.2s, transform 0.2s; }
.specie-card:hover { box-shadow: 0 6px 28px rgba(26,58,92,0.09); transform: translateY(-2px); }
.specie-icona { width: auto; height: 64px; margin-bottom: 14px; display: block; object-fit: contain; }
.specie-nome { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--testo); line-height: 1.2; margin-bottom: 4px; }
.specie-scientifico { font-size: 11px; color: var(--testo-light); font-style: italic; margin-bottom: 12px; }
.specie-desc { font-size: 13px; color: var(--testo-light); line-height: 1.7; margin-bottom: 16px; }
.badge-stagione { display: inline-block; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; font-weight: 500; }
.badge-annuale { background: rgba(46,125,101,0.1); color: var(--verde-mar); }
.badge-stagionale { background: rgba(90,106,122,0.1); color: var(--testo-light); }

.dal-mare { padding: 96px 0; background: var(--bianco); }
.dal-mare-header { text-align: center; max-width: 560px; margin: 0 auto 64px; }
.dal-mare-header .sezione-tag { justify-content: center; }
.dal-mare-header .sezione-tag::before { display: none; }
.dal-mare-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.5vw, 46px); font-weight: 400; color: var(--testo); line-height: 1.1; margin-bottom: 16px; }
.dal-mare-header p { font-size: 15px; color: var(--testo-light); line-height: 1.8; }
.processo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.processo-grid::before { content: ''; position: absolute; top: 44px; left: calc(16.67% + 20px); right: calc(16.67% + 20px); height: 1px; background: linear-gradient(90deg, rgba(26,58,92,0.12), rgba(26,58,92,0.06)); }
.processo-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 32px; }
.processo-num { width: 88px; height: 88px; border-radius: 50%; background: var(--mare); display: flex; align-items: center; justify-content: center; margin-bottom: 28px; position: relative; z-index: 1; flex-shrink: 0; }
.processo-num i { font-size: 28px; color: var(--azzurro-cielo); }
.processo-titolo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--testo); margin-bottom: 12px; line-height: 1.2; }
.processo-testo { font-size: 14px; color: var(--testo-light); line-height: 1.75; }

.cta-pescato { padding: 80px 0; background: var(--mare); }
.cta-pescato-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-pescato-testo h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 40px); font-weight: 400; color: #fff; line-height: 1.15; margin-bottom: 12px; }
.cta-pescato-testo p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; max-width: 480px; }
.cta-pescato-azioni { display: flex; gap: 16px; flex-wrap: wrap; flex-shrink: 0; }
.btn-bianco { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--mare); padding: 15px 28px; border-radius: 2px; text-decoration: none; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; transition: background 0.2s, transform 0.15s; }
.btn-bianco:hover { background: var(--bianco-caldo); transform: translateY(-1px); }
.btn-outline-white {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,0.5); color: rgba(255,255,255,0.9);
  padding: 15px 28px; border-radius: 2px;
  text-decoration: none; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; font-weight: 500;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.15s;
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; transform: translateY(-1px); }

.floating-cta { position: fixed; bottom: 28px; right: 28px; display: flex; flex-direction: column; gap: 10px; z-index: 90; }
.fcta-btn { display: flex; align-items: center; gap: 10px; padding: 13px 20px; border-radius: 2px; text-decoration: none; font-size: 13px; letter-spacing: 0.5px; font-weight: 500; box-shadow: 0 4px 20px rgba(0,0,0,0.18); transition: transform 0.15s, box-shadow 0.15s; white-space: nowrap; }
.fcta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(0,0,0,0.22); }
.fcta-wa { background: #25D366; color: #fff; }
.fcta-ren { background: var(--mare); color: #fff; }
@media (max-width: 480px) {
  .fcta-label { display: none; }
  .fcta-btn { padding: 14px; border-radius: 50%; }
}

@media (max-width: 1024px) { .specie-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .intro-pescato-grid { grid-template-columns: 1fr; }
  .intro-foto { display: none; }
  .processo-grid { grid-template-columns: 1fr; gap: 40px; }
  .processo-grid::before { display: none; }
  .cta-pescato-inner { flex-direction: column; text-align: center; }
  .cta-pescato-azioni { justify-content: center; }
}
@media (max-width: 600px) {
  .specie-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 28px; }
}
