/* HERO NAVY — senza foto */
.page-hero { margin-top: 52px; background: var(--navy); padding: 102px 48px 74px; border-bottom: 3px solid var(--amber); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.08; }
.page-hero-img { position: absolute; top: 0; left: 0; width: 100%; height: 600px; z-index: 0; background-size: cover; background-position: center bottom;}
.page-hero-gradient { position: absolute; top: 0; left: 0; width: 100%; height:600px; z-index: 1; background: linear-gradient(0deg, rgba(7,13,20,0.8) 30%, rgba(7,13,20,0) 80%); }
.page-hero-inner { position: relative; z-index: 1; max-width: 800px; }
.breadcrumb { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 20px; }
.breadcrumb a { color: var(--amber-light); text-decoration: none; }
.breadcrumb span { margin: 0 8px; }
.hero-inner { max-width: 680px; position: relative; }
.page-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(44px, 5.5vw, 72px); line-height: 1; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
.page-hero h1 em { font-style: normal; color: var(--amber-light); }
.page-hero p { font-size: 16px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.58); max-width: 540px; }

/* SEZIONE PRINCIPALE — form + info */
.section-main { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }

/* COLONNA SINISTRA — form */
.col-form { padding: 72px 56px; background: var(--white); }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(26px, 3vw, 38px); line-height: 1.05; text-transform: uppercase; color: var(--navy); margin-bottom: 32px; }

.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light); margin-bottom: 8px; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; background: var(--gray-light); border: 1px solid #ddd8d0; padding: 13px 16px; font-family: 'Barlow', sans-serif; font-size: 15px; font-weight: 300; color: var(--text); outline: none; transition: border-color 0.2s; border-radius: 0; -webkit-appearance: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--amber); background: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-privacy { font-size: 12px; font-weight: 300; color: var(--gray-mid); margin-bottom: 24px; line-height: 1.6; }
.form-privacy a { color: var(--amber); text-decoration: none; }
.btn-submit { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); background: var(--amber); border: none; padding: 16px 40px; cursor: pointer; transition: background 0.2s; width: 100%; }
.btn-submit:hover { background: var(--amber-light); }

/* COLONNA DESTRA — info + mappa */
.col-info { background: var(--navy); display: flex; flex-direction: column; }
.info-block { padding: 56px 52px 40px; flex: 1; }
.info-block .section-label { color: rgba(200,114,26,0.8); }
.info-block .section-title { color: var(--white); font-size: clamp(22px, 2.5vw, 32px); margin-bottom: 36px; }

.info-item { display: flex; gap: 20px; margin-bottom: 32px; align-items: flex-start; }
.info-icon { width: 40px; height: 40px; border: 1px solid rgba(200,114,26,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-icon svg { width: 18px; height: 18px; stroke: var(--amber-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.info-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.32); margin-bottom: 5px; }
.info-value { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.82); line-height: 1.6; }
.info-value a { color: var(--amber-light); text-decoration: none; }
.info-value a:hover { color: var(--white); }
.info-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 0 52px 0; }

/* MAPPA */
.map-container { height: 260px; position: relative; overflow: hidden; }
.map-container iframe { width: 100%; height: 100%; border: none; display: block; }

/* ORARI */
.section-orari { background: var(--gray-light); padding: 56px 48px; border-top: 1px solid #e8e3da; }
.orari-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; margin-top: 36px; }
.orario-item { background: var(--white); padding: 28px 28px; }
.orario-giorno { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; color: var(--navy); letter-spacing: 0.1em; margin-bottom: 6px; }
.orario-fascia { font-size: 15px; font-weight: 300; color: var(--text-light); }
.orario-nota { font-size: 12px; font-weight: 300; color: var(--gray-mid); margin-top: 4px; }

/* ============================================================
   RESPONSIVE — breakpoint 1024px / 768px / 480px
   ============================================================ */

/* ── TABLET LANDSCAPE (≤ 1024px) ── */
@media (max-width: 1024px) {

  .page-hero { padding: 80px 32px 56px; }

  .col-form { padding: 56px 40px; }
  .info-block { padding: 40px 40px 32px; }
  .info-divider { margin: 0 40px; }

  .section-orari { padding: 48px 32px; }
}


/* ── TABLET PORTRAIT (≤ 768px) ── */
@media (max-width: 768px) {

  /* Hero */
  .page-hero { padding: 64px 24px 48px; margin-top: 48px; }
  .page-hero-img,
  .page-hero-gradient { height: 460px; }
  .page-hero p { font-size: 15px; }

  /* Layout principale: da 2 colonne a 1 */
  .section-main { grid-template-columns: 1fr; min-height: auto; }

  .col-form { padding: 48px 32px; }

  .info-block { padding: 40px 32px 32px; }
  .info-divider { margin: 0 32px; }

  /* Campi doppi a colonna singola */
  .form-row { grid-template-columns: 1fr; gap: 0; }

  /* Mappa più bassa */
  .map-container { height: 220px; }

  /* Orari */
  .section-orari { padding: 48px 24px; }
  .orari-grid { grid-template-columns: 1fr; }
  .orario-item {
    padding: 18px 24px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
  }
  .orario-giorno { margin-bottom: 0; min-width: 140px; }
  .orario-fascia { text-align: right; }
  .orario-nota { width: 100%; text-align: right; }
}


/* ── MOBILE (≤ 480px) ── */
@media (max-width: 480px) {

  /* Hero */
  .page-hero { padding: 48px 16px 40px; }

  /* Form */
  .col-form { padding: 40px 16px; }
  .section-title { margin-bottom: 24px; }
  .form-group { margin-bottom: 16px; }
  .btn-submit { padding: 15px 24px; }

  /* Info */
  .info-block { padding: 32px 16px 24px; }
  .info-divider { margin: 0 16px; }
  .info-item { gap: 14px; margin-bottom: 24px; }
  .info-icon { width: 34px; height: 34px; }
  .info-icon svg { width: 15px; height: 15px; }

  /* Mappa */
  .map-container { height: 200px; }

  /* Orari */
  .section-orari { padding: 40px 16px; }
  .orario-item { flex-direction: column; align-items: flex-start; padding: 18px 16px; }
  .orario-fascia,
  .orario-nota { text-align: left; }
}
