
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bordeaux:     #6B1A2A;
    --bordeaux2:    #4E1020;
    --bordeaux-pale:#C4788A;
    --cipria:       #E8C4BC;
    --cipria2:      #F0D5CF;
    --cipria-pale:  #FAF0EE;
    --avorio:       #FBF7F2;
    --avorio2:      #F4EDE4;
    --sabbia:       #E8DDD4;
    --ink:          #1E1A18;
    --ink-mid:      #5A5048;
    --ink-soft:     #9A8E88;
    --bianco:       #FFFFFF;
    --font-display: 'Cormorant Garamond', serif;
    --font-body:    'Jost', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--avorio); color: var(--ink); font-family: var(--font-body); font-weight: 300; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.8rem 4rem;
    background: transparent;
    transition: background 0.4s, box-shadow 0.4s;
  }
  nav.scrolled {
    background: rgba(251,247,242,0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(0,0,0,0.07);
  }
  .nav-logo { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
  .nav-logo-text {
    font-family: var(--font-display); font-size: 2.28rem; font-weight: 400;
    letter-spacing: 0.08em; color: var(--bianco); line-height: 1; transition: color 0.3s;
    display: flex; flex-direction: row; align-items: baseline; gap: 0.45em;
  }
  .nav-logo-text small {
    font-size: 0.38em; letter-spacing: 0.28em;
    text-transform: uppercase; font-weight: 300; opacity: 0.75;
  }
  
  nav.scrolled .nav-logo-text { color: var(--bordeaux2); }
  .nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
  .nav-links a {
    color: rgba(255,255,255,0.88); text-decoration: none;
    font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
    font-weight: 400; transition: color 0.2s;
  }
  nav.scrolled .nav-links a { color: var(--ink-mid); }
  .nav-links a:hover { color: var(--bordeaux) !important; }
  .nav-cta {
    background: var(--bordeaux) !important; color: var(--bianco) !important;
    padding: 0.5rem 1.4rem; font-weight: 500 !important; transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--bordeaux2) !important; }

  /* HERO */
  #hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }
  .hero-left {
    position: relative;
    display: flex; align-items: center;
    background: linear-gradient(145deg, #4E1020 0%, #6B1A2A 55%, #8a2a40 100%);
    overflow: hidden;
  }
  /* logo watermark sx */
  .hero-left::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 80% 60%, rgba(232,196,188,0.08) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero-logo-watermark {
    position: absolute; right: -5%; bottom: -5%;
    height: 80%; width: auto; opacity: 0.07;
    pointer-events: none;
  }
  .hero-content {
    position: relative; z-index: 2;
    padding: 8rem 3.5rem 5rem;
  }
  .hero-right {
    position: relative; overflow: hidden;
    background: linear-gradient(160deg, var(--cipria2) 0%, var(--cipria) 60%, #d9a89e 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .hero-right::before {
    content: '';
    position: absolute; inset: 0; left: 0;
    width: 60px;
    background: linear-gradient(to right, rgba(78,16,32,0.18) 0%, transparent 100%);
    z-index: 1; pointer-events: none;
  }
  .hero-right-inner {
    display: flex; flex-direction: column; align-items: center;
    justify-content: flex-start; gap: 1.6rem;
    padding: 3.5rem 2.5rem; text-align: left; position: relative; z-index: 2;
    width: 100%; max-width: 480px;
  }
  .hero-right img {
    width: 300px; max-width: 75%;
    height: 340px; object-fit: cover; object-position: center top;
    box-shadow: 0 20px 50px rgba(78,16,32,0.22), 0 4px 16px rgba(78,16,32,0.14);
    display: block; border-radius: 14px;
    flex-shrink: 0;
  }
  .hero-eyebrow {
    font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--bianco); margin-bottom: 1.2rem;
    display: flex; align-items: center; gap: 0.9rem; font-weight: 400;
  }
  .hero-eyebrow::before { content: ''; display: block; width: 34px; height: 1px; background: var(--cipria); }
  .hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 5.5vw, 4.5rem); font-weight: 300;
    line-height: 1.04; color: var(--bianco); margin-bottom: 1.4rem;
  }
  .hero-title em { font-style: italic; color: var(--cipria); }
  .hero-sub { font-size: 0.93rem; color: rgba(255,255,255,0.62); line-height: 1.85; max-width: 430px; margin-bottom: 2.5rem; }
  .hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
  .btn-primary {
    background: var(--bordeaux); color: var(--bianco);
    padding: 0.88rem 2.1rem; font-family: var(--font-body);
    font-size: 0.74rem; font-weight: 500; letter-spacing: 0.16em;
    text-transform: uppercase; text-decoration: none; display: inline-block;
    transition: background 0.2s, transform 0.2s;
  }
  .btn-primary:hover { background: var(--bordeaux2); transform: translateY(-2px); }
  .btn-ghost {
    color: rgba(255,255,255,0.75); font-size: 0.74rem; letter-spacing: 0.12em;
    text-transform: uppercase; text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
  }
  .btn-ghost:hover { color: var(--bianco); border-color: rgba(255,255,255,0.7); }
  .hero-scroll {
    position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    color: var(--bordeaux-pale); font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  }
  .scroll-line {
    width: 1px; height: 46px;
    background: linear-gradient(to bottom, transparent, var(--bordeaux));
    animation: scrollPulse 2s ease-in-out infinite;
  }
  @keyframes scrollPulse { 0%,100%{opacity:.3} 50%{opacity:.9} }

  /* NUMERI */
  #numeri { background: var(--bordeaux2); display: grid; grid-template-columns: repeat(4,1fr); }
  .numero-item {
    text-align: center; padding: 3rem 1rem;
    border-right: 1px solid rgba(255,255,255,0.06); transition: background 0.3s;
  }
  .numero-item:last-child { border-right: none; }
  .numero-item:hover { background: rgba(232,196,188,0.1); }
  .numero-val { font-family: var(--font-display); font-size: 3.2rem; font-weight: 300; color: var(--cipria); line-height: 1; display: block; }
  .numero-label { font-size: 0.67rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.85); display: block; margin-top: 0.6rem; }

  /* SECTION BASE */
  section { scroll-margin-top: 70px; }
  .section-eyebrow {
    font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--bordeaux); margin-bottom: 0.7rem;
    display: flex; align-items: center; gap: 0.8rem; font-weight: 400;
  }
  .section-eyebrow::before { content: ''; display: block; width: 26px; height: 1px; background: var(--bordeaux); }
  .section-title {
    font-family: var(--font-display); font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 300; line-height: 1.15; color: var(--ink); margin-bottom: 1rem;
  }
  .section-title em { font-style: italic; color: var(--bordeaux); }
  .section-body { font-size: 0.92rem; line-height: 1.85; color: var(--ink-mid); max-width: 500px; }

  /* CORSI */
  #corsi { background: var(--avorio); padding: 7rem 4rem; }
  .corsi-header { margin-bottom: 3.5rem; }
  .corsi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--sabbia); }
  .corso-card {
    background: var(--avorio); padding: 2.8rem 2.2rem;
    position: relative; overflow: hidden; transition: background 0.35s;
  }
  .corso-card::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 3px; background: var(--bordeaux); transition: width 0.4s;
  }
  .corso-card:hover { background: var(--bordeaux2); }
  .corso-card:hover   .corso-card:hover   .corso-card:hover   .corso-card:hover::after { width: 100%; }
  .corso-num { font-family: var(--font-display); font-size: 4.4rem; font-weight: 300; color: rgba(107,26,42,0.22); line-height: 1; margin-bottom: 0.8rem; transition: color 0.3s; }
  .corso-card:hover .corso-num { color: rgba(255,255,255,0.35); }
  .corso-card:hover   .corso-nome { font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; color: var(--bordeaux2); margin-bottom: 0.7rem; transition: color 0.3s; }
  .corso-card:hover .corso-nome { color: var(--bianco); }
  .corso-desc { font-size: 0.96rem; line-height: 1.72; color: var(--ink); margin-bottom: 1.5rem; transition: color 0.3s; }
  .corso-card:hover .corso-desc { color: rgba(255,255,255,0.82); }
  .corso-eta { display: inline-block; font-size: 0.68rem; letter-spacing: 0.17em; text-transform: uppercase; color: var(--bordeaux2); font-weight: 600; border: 1px solid var(--bordeaux2); padding: 0.3rem 0.85rem; transition: color 0.3s, border-color 0.3s; }
  .corso-card:hover .corso-eta { color: var(--bianco); border-color: rgba(232,196,188,0.4); }

  /* CHI SIAMO */
  #chi-siamo {
    background: var(--cipria-pale);
    width: 100%;
  }
  #chi-siamo .chi-siamo-inner {
    max-width: 820px; margin: 0 auto;
    padding: 7rem 4rem;
  }
  .insegnante-quote {
    border-left: 2px solid var(--bordeaux); padding-left: 1.5rem; margin-top: 2rem;
    font-family: var(--font-display); font-size: 1.15rem;
    font-style: italic; color: var(--bordeaux2); line-height: 1.65;
  }
  .insegnante-firma { display: block; margin-top: 0.7rem; font-size: 0.67rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); font-style: normal; font-family: var(--font-body); }
  .chi-siamo-visual { position: relative; }
  .foto-placeholder {
    width: 100%; aspect-ratio: 3/4;
    background: linear-gradient(160deg, var(--cipria2) 0%, var(--cipria-pale) 100%);
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--sabbia);
  }
  .foto-logo-deco { width: 55%; opacity: 0.2; }
  .foto-overlay-text { position: absolute; bottom: 1.5rem; left: 1.5rem; font-family: var(--font-display); font-size: 0.82rem; font-style: italic; color: var(--ink-soft); }
  .anni-badge {
    position: absolute; top: -1.2rem; right: -1.2rem;
    width: 86px; height: 86px; background: var(--bordeaux);
    display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--bianco);
  }
  .anni-badge span:first-child { font-family: var(--font-display); font-size: 2rem; font-weight: 300; line-height: 1; }
  .anni-badge span:last-child { font-size: 0.52rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; margin-top: 2px; }

  /* STRUTTURE */
  #strutture { background: var(--avorio); padding: 7rem 4rem; }
  .strutture-header { margin-bottom: 3.5rem; }
  .strutture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .struttura-card { overflow: hidden; background: var(--bordeaux2); }
  .struttura-img-wrap { width: 100%; aspect-ratio: 16/9; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  .struttura-info { padding: 1.8rem 2rem; }
  .struttura-nome { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; color: var(--bianco); margin-bottom: 0.5rem; }
  .struttura-desc { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 1rem; }
  .struttura-stat { display: inline-block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bianco); border: 1px solid rgba(232,196,188,0.3); padding: 0.28rem 0.8rem; }

  /* PROMOZIONE */
  #promozione { background: var(--cipria2); padding: 6rem 4rem; }
  .promo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .promo-label { display: inline-block; background: var(--bordeaux); color: var(--bianco); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; padding: 0.32rem 0.9rem; margin-bottom: 1.5rem; }
  .promo-title { font-family: var(--font-display); font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 300; color: var(--bordeaux2); line-height: 1.2; margin-bottom: 1.2rem; }
  .promo-title em { font-style: italic; color: var(--bordeaux); }
  .promo-desc { font-size: 0.93rem; color: var(--ink-mid); line-height: 1.8; margin-bottom: 2rem; }
  .promo-visual { background: rgba(107,26,42,0.08); border: 1px solid rgba(107,26,42,0.12); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 12px; }
  .promo-logo-deco { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
  .promo-logo-deco img { height: 75%; width: auto; opacity: 0.15; }
  .promo-foto-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; z-index: 1; }
  .promo-eta-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; z-index: 3; }
  .promo-eta-num { font-family: var(--font-display); font-size: 4.5rem; font-weight: 300; color: var(--bianco); line-height: 1; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
  .promo-eta-label { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bianco); font-weight: 600; margin-top: 0.4rem; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }

  /* GALLERIA */
  #galleria { background: var(--bordeaux2); padding: 5rem 4rem; }
  .galleria-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; }
  .galleria-header .section-title { color: var(--bianco); margin-bottom: 0; }
  .galleria-header .section-title em { color: var(--cipria); }
  .galleria-link { color: var(--bianco); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(232,196,188,0.4); padding-bottom: 2px; }
  
  
  
  .foto-item:hover 
  
  
  
  
  
  .foto-logo-strip img { height: 55%; width: auto; opacity: 0.1; }
  

  /* CONTATTI */
  #contatti { background: var(--avorio); padding: 7rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
  .contatti-info { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 2rem; }
  .info-item { display: flex; align-items: flex-start; gap: 1rem; }
  .info-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bordeaux); min-width: 80px; padding-top: 2px; font-weight: 500; }
  .info-val { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.5; }
  .info-val a { color: var(--ink-mid); text-decoration: none; border-bottom: 1px solid var(--sabbia); }
  .info-val a:hover { color: var(--bordeaux); border-color: var(--bordeaux); }
  .wa-icon-link {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; margin-left: 0.5rem;
    color: var(--bordeaux) !important; border-bottom: none !important;
    vertical-align: middle; transition: opacity 0.2s;
  }
  .wa-icon-link:hover { opacity: 0.7; }
  .contatti-form { display: flex; flex-direction: column; gap: 1rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { display: flex; flex-direction: column; gap: 0.4rem; }
  .form-label { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
  .form-input, .form-textarea { background: var(--bianco); border: 1px solid var(--sabbia); padding: 0.82rem 1rem; font-family: var(--font-body); font-size: 0.88rem; font-weight: 300; color: var(--ink); outline: none; resize: none; transition: border-color 0.2s; }
  .form-input:focus, .form-textarea:focus { border-color: var(--bordeaux); }
  .form-textarea { height: 130px; }
  .form-submit { background: var(--bordeaux); color: var(--bianco); border: none; padding: 0.95rem 2.2rem; font-family: var(--font-body); font-size: 0.73rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; align-self: flex-start; margin-top: 0.5rem; }
  .form-submit:hover { background: var(--bordeaux2); }

  /* FOOTER */
  footer { background: var(--bordeaux2); padding: 3rem 4rem 2rem; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 1.5rem; }
  .footer-logo { height: 52px; width: auto; margin-bottom: 1rem; }
  .footer-tagline { font-size: 0.84rem; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 270px; }
  .footer-col-title { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bianco); margin-bottom: 1.2rem; font-weight: 500; }
  .footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
  .footer-links a { color: rgba(255,255,255,0.8); font-size: 0.88rem; text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--cipria); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 0.74rem; color: rgba(255,255,255,0.65); }
  .footer-social { display: flex; gap: 0.8rem; }
  .social-link { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); text-decoration: none; transition: border-color 0.2s, color 0.2s, background 0.2s; }
  .social-link:hover { border-color: var(--cipria); color: var(--cipria); }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }

  /* BOX PROMO NELLA HERO */
  .hero-promo-box {
    margin-top: 2.8rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(232,196,188,0.25);
    border-left: 3px solid var(--cipria);
    padding: 1.4rem 1.6rem;
    display: flex; flex-direction: column; gap: 0.55rem;
    max-width: 430px;
  }
  .hero-promo-badge {
    font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--bianco); font-weight: 600; font-family: var(--font-body);
    display: flex; align-items: center; gap: 0.5rem;
  }
  .hero-promo-badge::before {
    content: '';
    display: inline-block; width: 6px; height: 6px;
    background: var(--cipria); border-radius: 50%;
    flex-shrink: 0;
  }
  .hero-promo-title {
    font-family: var(--font-display);
    font-size: 1.45rem; font-weight: 300; line-height: 1.2;
    color: var(--bianco);
  }
  .hero-promo-title strong { font-weight: 600; color: var(--cipria); }
  .hero-promo-desc {
    font-size: 0.8rem; color: rgba(255,255,255,0.62);
    line-height: 1.6; margin-top: 0.1rem;
  }
  .hero-promo-cta {
    margin-top: 0.4rem;
    display: inline-flex; align-items: center; gap: 0.5rem;
    color: var(--bianco); font-size: 0.7rem; letter-spacing: 0.16em;
    text-transform: uppercase; text-decoration: none; font-weight: 500;
    transition: gap 0.2s;
  }
  .hero-promo-cta:hover { gap: 0.8rem; }
  .hero-promo-cta::after { content: '→'; }

  /* BOX PROMO COLONNA DX */
  .hero-promo-box-dx {
    background: rgba(78,16,32,0.08);
    border: 1px solid rgba(78,16,32,0.18);
    border-left: 3px solid #6B1A2A;
    padding: 1.2rem 1.4rem;
    display: flex; flex-direction: column; gap: 0.5rem;
    width: 100%; max-width: 340px;
  }
  .hero-promo-title-dx {
    font-family: var(--font-display);
    font-size: 1.25rem; font-weight: 300; line-height: 1.2;
    color: #3a0e18;
  }
  .hero-promo-title-dx strong { font-weight: 700; color: #6B1A2A; }
  .hero-promo-title-dx em { font-style: normal; color: #3a0e18; }
  .hero-promo-badge {
    font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
    color: #6B1A2A; font-weight: 700; font-family: var(--font-body);
    display: flex; align-items: center; gap: 0.5rem;
  }
  .hero-promo-badge::before {
    content: ''; display: inline-block; width: 6px; height: 6px;
    background: #6B1A2A; border-radius: 50%; flex-shrink: 0;
  }
  .hero-promo-desc {
    font-size: 0.78rem; color: rgba(58,14,24,0.7);
    line-height: 1.6; margin-top: 0.1rem;
  }
  .hero-promo-cta {
    margin-top: 0.3rem;
    display: inline-flex; align-items: center; gap: 0.5rem;
    color: #6B1A2A; font-size: 0.68rem; letter-spacing: 0.18em;
    text-transform: uppercase; text-decoration: none; font-weight: 600;
    transition: gap 0.25s ease;
    border-bottom: 1px solid rgba(107,26,42,0.35);
    padding-bottom: 2px; align-self: flex-start;
  }
  .hero-promo-cta::after { content: '→'; }
  .hero-promo-cta:hover { gap: 0.85rem; border-color: #6B1A2A; }

  /* CTA CONTATTO HERO */
  .hero-cta-contact {
    display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 0.2rem;
  }
  .cta-contact {
    display: inline-flex; align-items: center; gap: 0.55rem;
    padding: 0.72rem 1.5rem;
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
    border: 1px solid rgba(232,196,188,0.45);
    color: var(--bianco);
    position: relative; overflow: hidden;
    transition: color 0.3s, border-color 0.3s;
  }
  .cta-contact::before {
    content: '';
    position: absolute; inset: 0;
    background: var(--cipria);
    transform: translateX(-101%);
    transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);
    z-index: 0;
  }
  .cta-contact:hover::before { transform: translateX(0); }
  .cta-contact:hover { color: #3a0e18; border-color: var(--cipria); }
  .cta-contact .cta-icon, .cta-contact .cta-label { position: relative; z-index: 1; }
  .cta-icon { display: inline-flex; align-items: center; }
  .cta-icon svg { transition: stroke 0.3s; }
  .cta-contact:hover .cta-icon svg { stroke: #3a0e18; }
  .cta-phone { background: rgba(255,255,255,0.06); }
  .cta-whatsapp { background: rgba(255,255,255,0.03); }

  /* GALLERY FOTO DIRETTRICE */
  .chi-siamo-foto-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
  .chi-siamo-foto-grid figure {
    margin: 0; position: relative; overflow: hidden;
    aspect-ratio: 2/3;
    background: var(--cipria2);
    border-radius: 12px;
  }
  .chi-siamo-foto-grid figure img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: block;
    transition: transform 0.5s ease;
  }
  .chi-siamo-foto-grid figure:hover img {
    transform: scale(1.04);
  }
  .chi-siamo-foto-grid figure::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(78,16,32,0.22) 0%, transparent 50%);
    pointer-events: none;
  }

  /* LOGO BALLERINA A SINISTRA DEL NOME */
  .nav-logo-img {
    height: 54px; width: auto;
    opacity: 0.92;
    flex-shrink: 0;
  }

  @media (max-width: 900px) {
    #chi-siamo .chi-siamo-inner {
      padding: 5rem 2rem;
    }
    .chi-siamo-foto-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
    }
  }
  @media (max-width: 600px) {
    .chi-siamo-foto-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  }

  /* GALLERIA — 3 CARD TEMATICHE */
  .galleria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
  .galleria-card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 220px;
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px;
  }
  .galleria-card-bg {
    position: absolute; inset: 0;
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
  }
  .galleria-card:hover .galleria-card-bg {
    transform: scale(1.06);
  }
  .gc-bn  { background: linear-gradient(160deg, #7a4550 0%, #3a0f1a 100%); filter: saturate(0.35); }
  .gc-col { background: linear-gradient(160deg, #8a3040 0%, #4e1020 50%, #2e0810 100%); }
  .gc-cos { background: linear-gradient(160deg, #6b1a2a 0%, #3a0f1a 100%); }
  .galleria-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 55%, transparent 100%);
    z-index: 1;
  }
  .galleria-card-content {
    position: relative; z-index: 2;
    flex: 1 1 60%;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 1.8rem;
  }
  .galleria-card-photo {
    position: relative; z-index: 2;
    flex: 0 0 40%;
    margin: 0.7rem 0.7rem 0.7rem 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
  }
  .galleria-card:hover .galleria-card-photo {
    transform: scale(1.03);
  }
  .galleria-card-eyebrow {
    font-family: var(--font-display); font-size: 1.6rem; font-weight: 300;
    color: rgba(255,255,255,0.32); margin-bottom: 0.6rem; line-height: 1;
  }
  .galleria-card-title {
    font-family: var(--font-display); font-size: 1.6rem; font-weight: 400;
    color: var(--bianco); margin: 0 0 0.4rem;
  }
  .galleria-card-claim {
    font-family: var(--font-display); font-style: italic; font-size: 0.92rem;
    color: rgba(255,255,255,0.78); margin: 0 0 1.1rem; line-height: 1.4;
  }
  .galleria-card-link {
    font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--bianco); font-weight: 600;
    display: inline-flex; align-items: center; gap: 0.4rem;
    transition: gap 0.25s ease;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 3px; align-self: flex-start;
  }
  .galleria-card:hover .galleria-card-link { gap: 0.7rem; }

  @media (max-width: 800px) {
    .galleria-grid { grid-template-columns: 1fr; }
    .galleria-card { min-height: 280px; flex-direction: column; }
    .galleria-card-photo { flex: 0 0 140px; margin: 0 0.7rem 0.7rem; }
  }

  .galleria-card-icon {
    width: 42px; height: 42px;
    margin-bottom: 0.7rem;
    opacity: 0.85;
  }
  .galleria-card-icon svg { width: 100%; height: 100%; display: block; }

  /* LOGO BIANCO SU SFONDO TRASPARENTE/BORDEAUX, COLORE ORIGINALE SU NAV CHIARA */
  .nav-logo-img {
    filter: brightness(0) invert(1);
    transition: filter 0.4s;
  }
  nav.scrolled .nav-logo-img {
    filter: none;
  }


  /* GALLERIA FOTO - PAGINE DEDICATE */
  .galleria-foto-page { background: var(--avorio); padding: 7rem 4rem; }
  .galleria-foto-header { max-width: 720px; margin: 0 auto 4rem; text-align: center; }
  .galleria-foto-back {
    display: inline-block; margin-bottom: 2rem;
    font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--bordeaux); text-decoration: none; border-bottom: 1px solid var(--sabbia);
    padding-bottom: 2px; transition: border-color 0.2s;
  }
  .galleria-foto-back:hover { border-color: var(--bordeaux); }
  .galleria-foto-claim {
    font-family: var(--font-display); font-style: italic; font-size: 1.1rem;
    color: var(--ink-mid); margin-top: 0.8rem;
  }
  .galleria-foto-grid {
    columns: 3; column-gap: 1.2rem;
    max-width: 1200px; margin: 0 auto;
  }
  .galleria-foto-item {
    margin: 0 0 1.2rem; break-inside: avoid;
    border-radius: 8px; overflow: hidden;
    box-shadow: 0 8px 24px rgba(78,16,32,0.08);
  }
  .galleria-foto-item img {
    width: 100%; height: auto; display: block;
    transition: transform 0.4s ease;
  }
  .galleria-foto-item:hover img { transform: scale(1.03); }
  .galleria-foto-empty {
    text-align: center; color: var(--ink-soft); font-size: 0.9rem;
    grid-column: 1/-1; padding: 3rem;
  }
  @media (max-width: 900px) {
    .galleria-foto-page { padding: 5rem 1.5rem; }
    .galleria-foto-grid { columns: 2; }
  }
  @media (max-width: 600px) {
    .galleria-foto-grid { columns: 1; }
  }

  /* TEMPLATE PAGINA GALLERIA */
  .gallery-page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 2rem 5rem;
  }
  .gallery-page-header {
    margin-bottom: 3rem;
  }
  .gallery-page-back {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--bordeaux); text-decoration: none;
    border-bottom: 1px solid var(--sabbia); padding-bottom: 2px;
    transition: border-color 0.2s;
  }
  .gallery-page-back:hover { border-color: var(--bordeaux); }
  .gallery-page-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 300; color: var(--bordeaux2);
    margin: 0;
  }
  .gallery-page-content {
    margin-top: 2rem;
  }

  /* NAV COLORATA DI DEFAULT SU PAGINE NON-HOMEPAGE */
  body:not(.home) #nav {
    background: rgba(251,247,242,0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(0,0,0,0.07);
  }
  body:not(.home) #nav .nav-logo-text,
  body:not(.home) #nav .nav-links a {
    color: var(--ink-mid);
  }
  body:not(.home) #nav .nav-logo-img {
    filter: none;
  }

  /* FOOGALLERY CAROUSEL - frecce e bullets bordeaux */
  .fg-carousel-bullet {
    background: rgba(107,26,42,0.3) !important;
    border-color: #6B1A2A !important;
    opacity: 1 !important;
  }
  .fg-carousel-bullet.fg-bullet-active,
  .fg-carousel-bullet.fg-bullet-active:focus {
    background: #6B1A2A !important;
    background-color: #6B1A2A !important;
    border-color: #6B1A2A !important;
  }
  .fg-carousel-prev,
  .fg-carousel-next {
    color: #6B1A2A !important;
    opacity: 1 !important;
  }

  /* CTA CARD CORSI */
  .corso-cta {
    display: inline-block;
    margin-top: 1.2rem;
    font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
    font-weight: 600; text-decoration: none;
    padding: 0.6rem 1.2rem;
    border: 1px solid currentColor;
    transition: background 0.3s, color 0.3s;
  }
  .corso-card .corso-cta { color: var(--bordeaux); border-color: var(--bordeaux); }
  .corso-card .corso-cta:hover { background: var(--bordeaux); color: var(--bianco); }
  .corso-card:hover .corso-cta { color: var(--bianco); border-color: var(--cipria); }
  .corso-card:hover .corso-cta:hover { background: var(--cipria); color: var(--bordeaux2); }

  /* ══════════════════════════════════════
     BLOCCO PRENOTA
  ══════════════════════════════════════ */
  .rondine-prenota { padding: 5rem 4rem; background: var(--avorio); }

  /* Card griglia */
  .prenota-cards-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
    max-width: 1200px; margin: 0 auto;
  }
  .prenota-card {
    background: var(--bianco); border: 1px solid var(--sabbia);
    border-radius: 12px; padding: 1.8rem; display: flex; flex-direction: column; gap: 1rem;
    transition: box-shadow 0.3s, border-color 0.3s;
  }
  .prenota-card:hover { box-shadow: 0 8px 32px rgba(107,26,42,0.1); border-color: var(--bordeaux-pale); }
  .prenota-card-header { display: flex; align-items: flex-start; gap: 1rem; }
  .prenota-card-num {
    font-family: var(--font-display); font-size: 2rem; font-weight: 300;
    color: var(--bordeaux); line-height: 1; flex-shrink: 0;
  }
  .prenota-card-nome { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink); font-weight: 400; }
  .prenota-card-eta { font-size: 0.9rem; color: var(--bordeaux); margin-top: 0.2rem; font-weight: 500; }
  .prenota-card-orario {
    display: flex; flex-direction: column; gap: 0.2rem;
    padding: 0.8rem; background: var(--cipria-pale); border-radius: 8px;
  }
  .prenota-card-giorno { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bordeaux); font-weight: 600; }
  .prenota-card-ora { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); }
  .prenota-card-btn {
    margin-top: auto; padding: 0.75rem 1rem;
    background: var(--bordeaux); color: var(--bianco);
    border: none; border-radius: 6px; cursor: pointer;
    font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
    transition: background 0.2s;
  }
  .prenota-card-btn:hover { background: var(--bordeaux2); }

  /* Modal */
  .prenota-modal {
    position: fixed; inset: 0; background: rgba(30,26,24,0.7);
    z-index: 9999; display: flex; align-items: center; justify-content: center;
    padding: 1rem;
  }
  .prenota-modal-inner {
    background: var(--bianco); border-radius: 16px; padding: 2.5rem;
    max-width: 520px; width: 100%; position: relative; max-height: 90vh; overflow-y: auto;
  }
  .prenota-modal-close {
    position: absolute; top: 1rem; right: 1.2rem;
    background: none; border: none; font-size: 1.8rem; cursor: pointer; color: var(--ink-soft);
    line-height: 1;
  }
  .prenota-modal-close:hover { color: var(--bordeaux); }
  .prenota-modal-corso {
    font-size: 0.85rem; color: var(--bordeaux); margin-bottom: 1.5rem;
    padding-bottom: 1rem; border-bottom: 1px solid var(--sabbia);
    letter-spacing: 0.05em;
  }

  /* Calendario */
  .prenota-cal-nav {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 1rem;
  }
  .prenota-cal-nav button {
    background: none; border: 1px solid var(--sabbia); border-radius: 6px;
    width: 32px; height: 32px; cursor: pointer; font-size: 1.1rem; color: var(--bordeaux);
    transition: background 0.2s;
  }
  .prenota-cal-nav button:hover { background: var(--cipria-pale); }
  .prenota-cal-nav span { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink); }
  .prenota-cal-giorni-header {
    display: grid; grid-template-columns: repeat(7, 1fr);
    text-align: center; margin-bottom: 0.5rem;
  }
  .prenota-cal-giorni-header span { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); padding: 0.3rem 0; }
  .prenota-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
  .prenota-cal-cell {
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
    border-radius: 6px; font-size: 0.85rem; cursor: default;
  }
  .prenota-cal-vuota { background: transparent; }
  .prenota-cal-passato { color: var(--ink-soft); opacity: 0.4; }
  .prenota-cal-non-disponibile { color: var(--ink-soft); opacity: 0.5; }
  .prenota-cal-disponibile {
    background: var(--bordeaux); color: var(--bianco); cursor: pointer;
    font-weight: 600; transition: background 0.2s, transform 0.1s;
  }
  .prenota-cal-disponibile:hover { background: var(--bordeaux2); transform: scale(1.1); }

  /* Form */
  .prenota-data-scelta {
    background: var(--cipria-pale); border-left: 3px solid var(--bordeaux);
    padding: 0.8rem 1rem; border-radius: 0 8px 8px 0; margin-bottom: 1.5rem;
    font-size: 0.88rem; color: var(--ink);
  }
  .prenota-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .prenota-form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
  .prenota-form-group label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bordeaux); font-weight: 600; }
  .prenota-form-group input,
  .prenota-form-group textarea {
    border: 1px solid var(--sabbia); border-radius: 6px; padding: 0.65rem 0.9rem;
    font-size: 0.9rem; font-family: var(--font-body); color: var(--ink);
    background: var(--avorio); transition: border-color 0.2s;
  }
  .prenota-form-group input:focus,
  .prenota-form-group textarea:focus { outline: none; border-color: var(--bordeaux); }
  .prenota-submit {
    width: 100%; padding: 0.9rem; background: var(--bordeaux); color: var(--bianco);
    border: none; border-radius: 8px; font-size: 0.82rem; letter-spacing: 0.12em;
    text-transform: uppercase; font-weight: 600; cursor: pointer; transition: background 0.2s;
  }
  .prenota-submit:hover { background: var(--bordeaux2); }
  .prenota-submit:disabled { opacity: 0.6; cursor: not-allowed; }
  .prenota-feedback {
    margin-top: 1rem; padding: 0.8rem 1rem; border-radius: 6px; font-size: 0.88rem;
  }
  .prenota-feedback-ok { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
  .prenota-feedback-err { background: #fce4ec; color: #b71c1c; border: 1px solid #ef9a9a; }
  .prenota-torna {
    background: none; border: none; color: var(--bordeaux); cursor: pointer;
    font-size: 0.78rem; margin-top: 1rem; text-decoration: underline; padding: 0;
  }

  @media (max-width: 900px) {
    .prenota-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .rondine-prenota { padding: 4rem 1.5rem; }
  }
  @media (max-width: 600px) {
    .prenota-cards-grid { grid-template-columns: 1fr; }
    .prenota-form-row { grid-template-columns: 1fr; }
  }

  /* LISTA DATE PRENOTAZIONE */
  .prenota-date-lista {
    display: flex; flex-direction: column; gap: 0.4rem;
    margin-top: 0.5rem;
  }
  .prenota-data-btn {
    background: var(--avorio); border: 1px solid var(--sabbia);
    border-radius: 6px; padding: 0.55rem 0.9rem;
    text-align: left; cursor: pointer; font-size: 0.85rem;
    color: var(--ink); font-family: var(--font-body);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
  }
  .prenota-data-btn:hover {
    background: var(--bordeaux); color: var(--bianco);
    border-color: var(--bordeaux);
  }

  /* ══════════════════════════════════════
     CONTACT FORM 7 — stile identico al form HTML originale
  ══════════════════════════════════════ */
  .contatti-form-cf7 .wpcf7-form,
  .contatti-form-cf7 form.wpcf7-form {
    display: flex; flex-direction: column; gap: 1rem;
  }
  .contatti-form-cf7 .wpcf7-form p {
    margin: 0 !important;
  }
  /* Label CF7 - visibili sopra i campi in stile bordeaux */
  .contatti-form-cf7 label {
    display: block !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: var(--bordeaux) !important;
    font-weight: 600 !important;
    margin-bottom: 0.4rem !important;
    font-family: var(--font-body) !important;
  }
  .contatti-form-cf7 .wpcf7-form-control-wrap {
    display: block !important;
  }
  .contatti-form-cf7 .wpcf7-form p {
    margin: 0 0 1rem 0 !important;
  }
  /* Input e textarea */
  .contatti-form-cf7 input[type="text"],
  .contatti-form-cf7 input[type="email"],
  .contatti-form-cf7 input[type="tel"],
  .contatti-form-cf7 textarea {
    width: 100% !important;
    border: 1px solid var(--sabbia) !important;
    border-radius: 6px !important;
    padding: 0.65rem 0.9rem !important;
    font-size: 0.9rem !important;
    font-family: var(--font-body) !important;
    color: var(--ink) !important;
    background: var(--avorio) !important;
    transition: border-color 0.2s !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }
  .contatti-form-cf7 input[type="text"]:focus,
  .contatti-form-cf7 input[type="email"]:focus,
  .contatti-form-cf7 input[type="tel"]:focus,
  .contatti-form-cf7 textarea:focus {
    outline: none !important;
    border-color: var(--bordeaux) !important;
  }
  /* Riga nome + telefono affiancati */
  .contatti-form-cf7 .wpcf7-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  /* Submit */
  .contatti-form-cf7 input[type="submit"],
  .contatti-form-cf7 .wpcf7-submit {
    width: 100% !important;
    padding: 0.9rem !important;
    background: var(--bordeaux) !important;
    color: var(--bianco) !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    font-family: var(--font-body) !important;
    transition: background 0.2s !important;
    margin-top: 0.5rem !important;
  }
  .contatti-form-cf7 input[type="submit"]:hover,
  .contatti-form-cf7 .wpcf7-submit:hover {
    background: var(--bordeaux2) !important;
  }
  /* Messaggi di risposta CF7 */
  .contatti-form-cf7 .wpcf7-response-output {
    margin: 0.5rem 0 0 !important;
    padding: 0.8rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.88rem !important;
    border: none !important;
  }
  .contatti-form-cf7 .wpcf7-mail-sent-ok {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    border-left: 3px solid #2e7d32 !important;
  }
  .contatti-form-cf7 .wpcf7-mail-sent-ng,
  .contatti-form-cf7 .wpcf7-validation-errors {
    background: #fce4ec !important;
    color: #b71c1c !important;
    border-left: 3px solid #b71c1c !important;
  }
  /* Errori campi */
  .contatti-form-cf7 .wpcf7-not-valid {
    border-color: #b71c1c !important;
  }
  .contatti-form-cf7 .wpcf7-not-valid-tip {
    font-size: 0.75rem !important;
    color: #b71c1c !important;
    margin-top: 0.2rem !important;
  }
  /* Spinner */
  .contatti-form-cf7 .wpcf7-spinner {
    display: none !important;
  }


  /* ══════════════════════════════════════
     RESPONSIVE MOBILE — max 768px
  ══════════════════════════════════════ */
  @media (max-width: 768px) {

    /* NAV */
    nav {
      padding: 0.8rem 1.2rem;
    }
    .nav-logo-text {
      font-size: 1.3rem;
    }
    .nav-links {
      display: none;
    }

    /* HERO */
    #hero {
      grid-template-columns: 1fr;
      min-height: auto;
    }
    .hero-left { order: 1; }
    .hero-right { order: 2; min-height: 280px; }
    .hero-content {
      padding: 6rem 1.5rem 3rem;
    }
    .hero-title { font-size: clamp(2.2rem, 8vw, 3rem); }
    .hero-right-inner { padding: 2rem 1.5rem; }
    .hero-right img { width: 220px; height: 260px; }
    .hero-promo-box-dx { max-width: 100%; }
    .hero-cta-contact { flex-direction: column; gap: 0.6rem; }

    /* NUMERI */
    #numeri { grid-template-columns: repeat(2, 1fr); }

    /* CORSI */
    .corsi-grid { grid-template-columns: 1fr; }
    .corsi-header { padding: 3rem 1.5rem 1.5rem; }

    /* CHI SIAMO */
    #chi-siamo .chi-siamo-inner { padding: 4rem 1.5rem; }
    .chi-siamo-foto-grid { grid-template-columns: 1fr; gap: 1rem; }

    /* STRUTTURE */
    .strutture-grid { grid-template-columns: 1fr; }
    .strutture-header { padding: 3rem 1.5rem 1.5rem; }

    /* PROMOZIONE */
    .promo-inner { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem; }
    .promo-visual { max-width: 100%; }
    .promo-eta-num { font-size: 3rem; }
    .promo-eta-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

    /* GALLERIA HOME */
    .galleria-grid { grid-template-columns: 1fr; }
    .galleria-header { padding: 3rem 1.5rem 1.5rem; }
    #galleria { padding: 0 0 3rem; }

    /* CONTATTI */
    #contatti { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 1.5rem; }

    /* FOOTER */
    .footer-top { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem; }
    .footer-bottom { padding: 1rem 1.5rem; flex-direction: column; gap: 0.8rem; text-align: center; }

    /* PRENOTA */
    .prenota-cards-grid { grid-template-columns: 1fr; }
    .rondine-prenota { padding: 3rem 1.5rem; }

    /* SEZIONI GENERALI */
    section { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .section-title { font-size: clamp(1.8rem, 6vw, 2.5rem); }
  }

  /* ══════════════════════════════════════
     RESPONSIVE TABLET — max 1024px
  ══════════════════════════════════════ */
  @media (max-width: 1024px) and (min-width: 769px) {

    nav { padding: 0.8rem 2rem; }
    .nav-logo-text { font-size: 1.7rem; }
    .hero-content { padding: 7rem 2.5rem 4rem; }
    .corsi-grid { grid-template-columns: 1fr; }
    .strutture-grid { grid-template-columns: 1fr; }
    .prenota-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3rem 2rem; }
    #contatti { gap: 3rem; padding: 5rem 2rem; }
  }

  /* TESTO SOTTO TITOLO GALLERIA */
  .galleria-header-testo {
    font-size: 0.88rem; line-height: 1.8;
    color: rgba(255,255,255,0.75);
    max-width: 640px; margin-top: 1rem;
  }
