:root{--olive:#35412e;--olive2:#263021;--cream:#edf7cf;--gold:#f1d57a;--paper:#fbfaef;--ink:#172014;--muted:#66725f;--line:#dbe4cc;--white:#fff;--shadow:0 18px 50px rgba(25,35,20,.15);--radius:26px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.5}img{max-width:100%;display:block}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;background:rgba(251,250,239,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,5vw,70px)}.brand img{height:32px;width:auto}.site-header nav{display:flex;gap:22px;font-size:14px;font-weight:700}.site-header nav a{text-decoration:none}.hero,.section,.page-hero{padding:clamp(50px,8vw,110px) clamp(20px,6vw,86px)}.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;background:linear-gradient(135deg,var(--olive),var(--olive2));color:var(--cream);min-height:78vh}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,82px);line-height:.95;margin:10px 0 22px;letter-spacing:-.05em}.hero p,.page-hero p{font-size:clamp(17px,2vw,21px);max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:var(--gold);margin:0 0 10px}.hero-media img,.split-img img,.feature img,.packaging img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--cream);color:var(--olive2);font-weight:900;text-decoration:none;padding:14px 22px;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.12);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.ghost{background:transparent;border:1px solid rgba(237,247,207,.45);color:var(--cream);box-shadow:none}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.price-strip{display:inline-block;border:1px solid rgba(237,247,207,.28);border-radius:999px;padding:10px 16px;background:rgba(255,255,255,.08)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:22px clamp(20px,6vw,86px);margin-top:-50px;position:relative;z-index:2}.trust-grid article{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.trust-grid strong{display:block;font-size:26px;color:var(--olive)}.trust-grid span{color:var(--muted)}.split,.feature,.packaging{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split-copy h2,.feature h2,.packaging h2,.section-head h2,.preorder h2{font-size:clamp(32px,4vw,56px);line-height:1;margin:0 0 20px;letter-spacing:-.04em}.split-copy p,.feature p,.packaging p,.form-copy p,.form-copy li{color:var(--muted);font-size:18px}.feature{background:#eef5d8}.gallery-preview{background:var(--white)}.section-head{text-align:center;max-width:850px;margin:0 auto 34px}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-grid img{border-radius:22px;aspect-ratio:1/1.18;object-fit:cover}.center{text-align:center;margin-top:28px}.packaging img{aspect-ratio:1.1/1}.page-hero{text-align:center;background:var(--olive);color:var(--cream);padding-bottom:60px}.page-hero .eyebrow{color:var(--gold)}.page-hero p{margin:auto}.promo-banner{margin:-32px clamp(20px,6vw,86px) 42px;background:linear-gradient(135deg,var(--gold),#f9edba);border-radius:24px;padding:22px 28px;box-shadow:var(--shadow);display:flex;gap:18px;align-items:center;flex-wrap:wrap}.promo-banner span{background:var(--olive);color:var(--cream);padding:7px 12px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:12px}.promo-banner strong{font-size:22px}.promo-banner p{margin:0;color:#51451d}.products{padding:0 clamp(20px,6vw,86px) 60px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-card img{aspect-ratio:1/1.12;object-fit: contain;width:100%;cursor:zoom-in}.product-body{padding:22px}.product-body h3{font-size:24px;margin:0 0 6px}.product-body p{color:var(--muted);margin:0 0 16px}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.badge{font-size:12px;font-weight:900;background:#edf7cf;color:var(--olive);border-radius:999px;padding:7px 10px}.price{font-size:22px;font-weight:950;margin-bottom:14px;color:var(--olive)}.product-card .btn{width:100%;background:var(--olive);color:var(--cream)}.preorder{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;background:#eef5d8}.preorder-form{background:var(--white);border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow);display:grid;gap:16px}label{font-weight:850}input,select,textarea{width:100%;border:1px solid #cad8bb;border-radius:14px;padding:13px 14px;font:inherit;margin-top:7px;background:#fff}small{color:var(--muted);font-weight:600}.check{display:flex;gap:10px;align-items:flex-start;font-weight:650;color:var(--muted)}.check input{width:auto;margin-top:5px}.hidden{display:none}footer{background:var(--olive2);color:var(--cream);text-align:center;padding:46px 20px}footer img{height:92px;margin:0 auto 14px}.muted{color:#bfc9b2;font-size:13px}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.82);display:none;align-items:center;justify-content:center;padding:24px;z-index:50}.lightbox.open{display:flex}.lightbox img{max-height:88vh;border-radius:20px}.lightbox button{position:absolute;top:18px;right:18px;border:0;border-radius:999px;background:#fff;padding:10px 14px;font-weight:900}@media(max-width:900px){.site-header{align-items:flex-start;gap:14px;flex-direction:column}.site-header nav{gap:14px;overflow:auto;width:100%;padding-bottom:3px}.hero,.split,.feature,.packaging,.preorder{grid-template-columns:1fr}.trust-grid,.mini-grid{grid-template-columns:repeat(2,1fr);margin-top:0}.products{grid-template-columns:repeat(2,1fr)}.hero{min-height:auto}.btn{width:100%}}@media(max-width:620px){.products,.trust-grid,.mini-grid{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:42px}.promo-banner{margin-left:16px;margin-right:16px}.brand img{height:26px}.hero,.section,.page-hero{padding-left:18px;padding-right:18px}}


.hidden{display:none!important}
.contact-section{padding:70px 0}
.preorder-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;font-weight:600}
.preorder-form input,.preorder-form textarea{width:100%;box-sizing:border-box}
.form-note{opacity:.75;margin-top:18px;font-size:.95rem}


/* Pagina Crea il tuo kit */
.kit-builder-section{padding:70px 0}
.kit-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.kit-counter{padding:12px 18px;border-radius:999px;background:rgba(91,107,76,.12);font-weight:700;white-space:nowrap}
.kit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;margin:30px 0 34px}
.kit-card{appearance:none;border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:22px;overflow:hidden;text-align:left;cursor:pointer;padding:0;box-shadow:0 12px 30px rgba(0,0,0,.06);transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease}
.kit-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.09)}
.kit-card.selected{border-color:#5b6b4c;box-shadow:0 0 0 3px rgba(91,107,76,.18),0 18px 38px rgba(0,0,0,.09)}
.kit-card:disabled{opacity:.45;cursor:not-allowed;transform:none}
.kit-card img{width:100%;height:180px;object-fit:cover;display:block}
.kit-card span{display:block;padding:16px 18px;font-weight:700}
.kit-summary{background:rgba(255,255,255,.72);border:1px solid rgba(0,0,0,.08);border-radius:26px;padding:28px;margin:28px 0}
.kit-summary ul{margin:14px 0 0;padding-left:20px}
.kit-price{margin-top:18px;opacity:.78}
.kit-form{margin-top:30px}
@media(max-width:720px){.kit-intro{display:block}.kit-counter{display:inline-block;margin-top:14px}.kit-card img{height:160px}}


/* Fix schede pettorine aggiunte in index.html */
.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.product-card img{width:100%;object-fit: contain;display:block}
.product-number{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;opacity:.7}


/* Schede pettorine aggiunte */
.products-grid,.product-grid,.pettorine-grid,.cards-grid,.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.product-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.08)}
.product-card img{width:100%;height: 320px;object-fit: contain;display:block}
.product-info,.product-card-content{padding:22px}
.product-code,.product-number{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin-bottom:6px}





/* Piccoli aggiustamenti di focus per immagini più verticali */
.products .product-card img[src*="pettorina-42"],
.products .product-card img[src*="pettorina-43"],
.products .product-card img[src*="pettorina-44"],
.products .product-card img[src*="pettorina-45"],
.products-section .product-card img[src*="pettorina-42"],
.products-section .product-card img[src*="pettorina-43"],
.products-section .product-card img[src*="pettorina-44"],
.products-section .product-card img[src*="pettorina-45"]{
  object-position:center 48% !important;
}

@media(max-width:720px){
  .products .product-card > img,
  .products .product-card .product-image img,
  .products .product-card [data-zoom],
  .products-section .product-card > img,
  .products-section .product-card .product-image img,
  .products-section .product-card [data-zoom],
  .products .product-card .product-image,
  .products-section .product-card .product-image{
    height:240px;
  }
}



/* Focus leggermente più basso per le foto verticali o con pettorina nella parte inferiore */
.products .product-card img[src*="pettorina-26"],
.products .product-card img[src*="pettorina-31"],
.products .product-card img[src*="pettorina-38"],
.products .product-card img[src*="pettorina-39"],
.products .product-card img[src*="pettorina-40"],
.products .product-card img[src*="pettorina-41"],
.products .product-card img[src*="pettorina-42"],
.products .product-card img[src*="pettorina-43"],
.products .product-card img[src*="pettorina-44"],
.products .product-card img[src*="pettorina-45"],
.products-section .product-card img[src*="pettorina-26"],
.products-section .product-card img[src*="pettorina-31"],
.products-section .product-card img[src*="pettorina-38"],
.products-section .product-card img[src*="pettorina-39"],
.products-section .product-card img[src*="pettorina-40"],
.products-section .product-card img[src*="pettorina-41"],
.products-section .product-card img[src*="pettorina-42"],
.products-section .product-card img[src*="pettorina-43"],
.products-section .product-card img[src*="pettorina-44"],
.products-section .product-card img[src*="pettorina-45"]{
  object-position:center 68% !important;
}

@media(max-width:720px){
  .products .product-card > img,
  .products .product-card .product-image img,
  .products .product-card [data-zoom],
  .products-section .product-card > img,
  .products-section .product-card .product-image img,
  .products-section .product-card [data-zoom],
  .products .product-card .product-image,
  .products-section .product-card .product-image{
    height:285px;
  }
}


/* Uniformazione finale immagini pettorine */
.products .product-card,
.products-section .product-card{
  overflow:hidden;
}

.products .product-card > img,
.products .product-card .product-image img,
.products .product-card [data-zoom],
.products-section .product-card > img,
.products-section .product-card .product-image img,
.products-section .product-card [data-zoom]{
  width:100%;
  height:300px;
  aspect-ratio:4/3;
  object-fit:cover !important;
  object-position:center 64% !important;
  background:#f6f1e8;
  padding:0 !important;
  box-sizing:border-box;
  display:block;
}

.products .product-card .product-image,
.products-section .product-card .product-image{
  width:100%;
  height:300px;
  aspect-ratio:4/3;
  background:#f6f1e8;
  overflow:hidden;
}

.products .product-card img[src*="arancio.webp"], .products-section .product-card img[src*="arancio.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="azzurra.webp"], .products-section .product-card img[src*="azzurra.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="blu-arcobaleno.webp"], .products-section .product-card img[src*="blu-arcobaleno.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="blu-navy.webp"], .products-section .product-card img[src*="blu-navy.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="blu-rainbow.webp"], .products-section .product-card img[src*="blu-rainbow.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="blu.webp"], .products-section .product-card img[src*="blu.webp"]{object-position:center 60% !important;}
.products .product-card img[src*="celeste.webp"], .products-section .product-card img[src*="celeste.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="fluo.webp"], .products-section .product-card img[src*="fluo.webp"]{object-position:center 64% !important;}
.products .product-card img[src*="founder.webp"], .products-section .product-card img[src*="founder.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="gialla-arancione.webp"], .products-section .product-card img[src*="gialla-arancione.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="gialla-fluo.webp"], .products-section .product-card img[src*="gialla-fluo.webp"]{object-position:center 64% !important;}
.products .product-card img[src*="gialla-verde.webp"], .products-section .product-card img[src*="gialla-verde.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="gialla.webp"], .products-section .product-card img[src*="gialla.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="giallo-ocra.webp"], .products-section .product-card img[src*="giallo-ocra.webp"]{object-position:center 64% !important;}
.products .product-card img[src*="giallo-verde.webp"], .products-section .product-card img[src*="giallo-verde.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="grigia.webp"], .products-section .product-card img[src*="grigia.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="hero.webp"], .products-section .product-card img[src*="hero.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="nera.webp"], .products-section .product-card img[src*="nera.webp"]{object-position:center 64% !important;}
.products .product-card img[src*="packaging.webp"], .products-section .product-card img[src*="packaging.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="personalizzata.webp"], .products-section .product-card img[src*="personalizzata.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="pettorina-38-bianca.jpeg"], .products-section .product-card img[src*="pettorina-38-bianca.jpeg"]{object-position:center 66% !important;}
.products .product-card img[src*="pettorina-39-marrone.jpeg"], .products-section .product-card img[src*="pettorina-39-marrone.jpeg"]{object-position:center 64% !important;}
.products .product-card img[src*="pettorina-40-verde.jpeg"], .products-section .product-card img[src*="pettorina-40-verde.jpeg"]{object-position:center 66% !important;}
.products .product-card img[src*="pettorina-41-arcobaleno.jpeg"], .products-section .product-card img[src*="pettorina-41-arcobaleno.jpeg"]{object-position:center 65% !important;}
.products .product-card img[src*="pettorina-42-arcobaleno.jpeg"], .products-section .product-card img[src*="pettorina-42-arcobaleno.jpeg"]{object-position:center 68% !important;}
.products .product-card img[src*="pettorina-43-marrone.jpeg"], .products-section .product-card img[src*="pettorina-43-marrone.jpeg"]{object-position:center 67% !important;}
.products .product-card img[src*="pettorina-44-bianca.jpeg"], .products-section .product-card img[src*="pettorina-44-bianca.jpeg"]{object-position:center 67% !important;}
.products .product-card img[src*="pettorina-45-verde.jpeg"], .products-section .product-card img[src*="pettorina-45-verde.jpeg"]{object-position:center 68% !important;}
.products .product-card img[src*="prova-indossata.webp"], .products-section .product-card img[src*="prova-indossata.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="rosa.webp"], .products-section .product-card img[src*="rosa.webp"]{object-position:center 67% !important;}
.products .product-card img[src*="rossa.webp"], .products-section .product-card img[src*="rossa.webp"]{object-position:center 63% !important;}
.products .product-card img[src*="verde-arancio.webp"], .products-section .product-card img[src*="verde-arancio.webp"]{object-position:center 62% !important;}
.products .product-card img[src*="verde-rossa.webp"], .products-section .product-card img[src*="verde-rossa.webp"]{object-position:center 63% !important;}
.products .product-card img[src*="verde.webp"], .products-section .product-card img[src*="verde.webp"]{object-position:center 66% !important;}
.products .product-card img[src*="wearing.webp"], .products-section .product-card img[src*="wearing.webp"]{object-position:center 66% !important;}

@media(max-width:720px){
  .products .product-card > img,
  .products .product-card .product-image img,
  .products .product-card [data-zoom],
  .products-section .product-card > img,
  .products-section .product-card .product-image img,
  .products-section .product-card [data-zoom],
  .products .product-card .product-image,
  .products-section .product-card .product-image{
    height:285px;
  }
}


/* Sezione recensioni homepage */
.reviews-section{
  padding-top:80px;
  padding-bottom:80px;
}

.reviews-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:stretch;
}

.review-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.06);
}

.review-card-large{
  grid-row:span 2;
}

.review-media,
.review-video{
  background:#f6f1e8;
  overflow:hidden;
}

.review-media img{
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.review-media-double{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
}

.review-media-double img{
  height:360px;
}

.review-video video{
  width:100%;
  height:520px;
  object-fit:contain;
  display:block;
  background:#f6f1e8;
}

.review-copy{
  padding:24px;
}

.review-copy h3{
  margin:10px 0 12px;
}

.review-copy p{
  margin-bottom:10px;
}

.review-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 12px;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(91,107,76,.12);
  color:#3f4a34;
  font-weight:700;
}

@media(max-width:860px){
  .reviews-grid{
    grid-template-columns:1fr;
  }

  .review-card-large{
    grid-row:auto;
  }

  .review-media-double{
    grid-template-columns:1fr;
  }

  .review-media img,
  .review-media-double img,
  .review-video video{
  width:100%;
  height:520px;
  object-fit:contain;
  display:block;
  background:#f6f1e8;
}
}


/* Fix video recensioni verticali */
.review-video{
  background:#f6f1e8;
  display:flex;
  align-items:center;
  justify-content:center;
}

.review-video video{
  width:100%;
  height:520px;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f6f1e8;
}

@media(max-width:860px){
  .review-video video{
    height:560px;
    max-height:75vh;
  }
}




/* Layout recensioni ordinato 2x2 */
.reviews-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
  grid-auto-flow:row !important;
}

.reviews-grid .review-card,
.reviews-grid .review-card-large,
.reviews-grid .review-card-video{
  grid-column:auto !important;
  grid-row:auto !important;
  width:100% !important;
  height:100%;
  display:flex;
  flex-direction:column;
}

.reviews-grid .review-media,
.reviews-grid .review-video{
  flex:0 0 auto;
}

.reviews-grid .review-copy{
  flex:1 1 auto;
}

.reviews-grid .review-media img{
  height:320px;
  object-fit:cover;
}

.reviews-grid .review-media-double{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.reviews-grid .review-media-double img{
  height:320px;
}

.reviews-grid .review-video video{
  height:420px;
  object-fit:contain !important;
}

@media(max-width:900px){
  .reviews-grid{
    grid-template-columns:1fr !important;
  }

  .reviews-grid .review-media img,
  .reviews-grid .review-media-double img{
    height:320px;
  }

  .reviews-grid .review-video video{
    height:520px;
    max-height:75vh;
  }
}


/* Crea il tuo kit - card illustrate */
.hidden{display:none!important}

.kit-builder-section,
.kit-builder-section p,
.kit-builder-section span,
.kit-builder-section label{
  color:#2f3828;
}

.kit-builder-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  margin:28px 0 22px;
  padding:18px 20px;
  border-radius:20px;
  background:#f6f1e8;
  color:#263020;
}

.kit-toolbar-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.kit-toolbar-copy strong{
  color:#263020;
}

.kit-toolbar-copy span{
  color:#35402d;
}

.kit-counter{
  display:inline-flex;
  border-radius:999px;
  padding:8px 14px;
  background:#fffaf1;
  color:#263020;
  border:1px solid rgba(64,80,51,.18);
  box-shadow:0 8px 20px rgba(0,0,0,.05);
  font-weight:800;
}

.kit-options-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;
  margin:34px 0;
}

.kit-option-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 16px 38px rgba(0,0,0,.07);
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, outline .2s ease, opacity .2s ease;
  position:relative;
  color:#2f3828;
}

.kit-option-card:hover,
.kit-option-card.is-selected{
  transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(0,0,0,.10);
}

.kit-option-card.is-selected{
  border-color:#405033;
  outline:3px solid rgba(64,80,51,.25);
}

.kit-option-card.is-selected::after{
  content:"✓";
  position:absolute;
  top:14px;
  right:14px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#405033;
  color:#fff;
  font-weight:900;
}

.kit-option-card.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  filter:saturate(.65);
  pointer-events:none;
}

.kit-option-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  background:#f7f1e7;
}

.kit-option-card > div{
  padding:22px;
}

.kit-option-card h3{
  margin:10px 0 8px;
  color:#263020;
}

.kit-option-card p{
  color:#35402d;
}

.kit-option-badge{
  display:inline-flex;
  border-radius:999px;
  padding:7px 12px;
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(64,80,51,.13);
  color:#2f3828;
  font-weight:800;
}

.kit-option-card.is-selected .kit-option-badge{
  background:#405033;
  color:#fff;
}

.kit-summary-box{
  margin:24px 0 44px;
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.kit-request-form{
  margin-top:28px;
}

.kit-form-fields label{
  color:#263020;
  font-weight:700;
}

@media(max-width:720px){
  .kit-options-grid{
    grid-template-columns:1fr;
  }
  .kit-option-card img{
    height:210px;
  }
}



/* Demo posatoi */
.kit-demo-section{
  margin-top:20px;
}

.kit-demo-card{
  max-width:900px;
  margin:32px auto 0;
  border-radius:32px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.kit-demo-card img{
  width:100%;
  display:block;
  object-fit:cover;
}


/* Home Kit CTA */
.home-kit-preview{
  padding:90px 20px;
}

.home-kit-preview__content{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
  background:#f8f4ea;
  border-radius:36px;
  overflow:hidden;
  padding:32px;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}

.home-kit-preview__text h2{
  font-size:clamp(2rem,4vw,3rem);
  margin-bottom:18px;
  color:#23452f;
}

.home-kit-preview__text p{
  color:#46614e;
  line-height:1.7;
  margin-bottom:24px;
}

.home-kit-preview__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
}

@media (max-width: 900px){
  .home-kit-preview__content{
    grid-template-columns:1fr;
  }
}


/* Home Kit CTA - evidenziata */
.home-kit-preview{
  padding:100px 20px;
  background:linear-gradient(135deg,#e8dfcf 0%,#dfe8d4 100%);
  margin-top:70px;
}

.home-kit-preview__content{
  background:rgba(255,250,241,.92);
  border:1px solid rgba(64,80,51,.12);
  box-shadow:0 24px 70px rgba(47,56,40,.14);
}

.home-kit-preview .eyebrow{
  color:#405033;
  font-weight:800;
}

.home-kit-preview__text h2{
  color:#263020;
}

.home-kit-preview__text p{
  color:#35402d;
}


/* Kit price note */
.kit-price-note{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin:24px 0;
  padding:18px 20px;
  border-radius:22px;
  background:#fffaf1;
  border:1px solid rgba(64,80,51,.16);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
}

.kit-price-note span{
  display:inline-flex;
  border-radius:999px;
  padding:7px 12px;
  background:#405033;
  color:#fff;
  font-weight:800;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.kit-price-note strong{
  color:#263020;
  font-size:1.15rem;
}

.kit-price-note p{
  margin:0;
  color:#35402d;
}

/* Home kit dynamic badge */
.home-kit-badge{
  display:inline-flex;
  width:max-content;
  margin:8px 0 18px;
  padding:9px 15px;
  border-radius:999px;
  background:#405033;
  color:#fff;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 10px 24px rgba(64,80,51,.22);
}


/* Hero CTA alignment */
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}


/* Tutorial pettorina */
.tutorial-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:1050px;
  margin:28px auto;
  padding:18px 22px;
  border-radius:24px;
  background:#fffaf1;
  border:1px solid rgba(64,80,51,.16);
  box-shadow:0 14px 36px rgba(0,0,0,.06);
  text-decoration:none;
  color:#263020;
}

.tutorial-cta span{
  display:inline-flex;
  border-radius:999px;
  padding:8px 13px;
  background:#405033;
  color:#fff;
  font-weight:800;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.tutorial-cta strong{
  font-size:1.05rem;
  color:#263020;
}

.tutorial-section{
  padding-top:80px;
  padding-bottom:80px;
}

.tutorial-video-card{
  max-width:760px;
  margin:34px auto 0;
  border-radius:32px;
  overflow:hidden;
  background:#f6f1e8;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.tutorial-video-card video{
  width:100%;
  max-height:78vh;
  display:block;
  background:#f6f1e8;
  object-fit:contain;
}

@media(max-width:720px){
  .tutorial-cta{
    flex-direction:column;
    align-items:flex-start;
    margin:22px 18px;
  }

  .tutorial-video-card{
    border-radius:24px;
  }
}


/* Form success page */
.hidden{display:none!important}

.thank-you-section{
  min-height:65vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:90px 20px;
  background:#f6f1e8;
}

.thank-you-card{
  max-width:720px;
  margin:0 auto;
  padding:44px;
  border-radius:32px;
  background:#fffaf1;
  border:1px solid rgba(64,80,51,.14);
  box-shadow:0 22px 60px rgba(0,0,0,.08);
  text-align:center;
}

.thank-you-card h1{
  color:#263020;
  margin-bottom:16px;
}

.thank-you-card p{
  color:#35402d;
  margin-bottom:26px;
}


/* Netlify form thank you */
.hidden{display:none!important}

.thank-you-section{
  min-height:65vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:90px 20px;
  background:#f6f1e8;
}

.thank-you-card{
  max-width:720px;
  margin:0 auto;
  padding:44px;
  border-radius:32px;
  background:#fffaf1;
  border:1px solid rgba(64,80,51,.14);
  box-shadow:0 22px 60px rgba(0,0,0,.08);
  text-align:center;
}

.thank-you-card h1{
  color:#263020;
  margin-bottom:16px;
}

.thank-you-card p{
  color:#35402d;
  margin-bottom:26px;
}

/* Thank you page final */
.hidden{display:none!important}
.thank-you-section{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:90px 20px;background:#f6f1e8}
.thank-you-card{max-width:720px;margin:0 auto;padding:44px;border-radius:32px;background:#fffaf1;border:1px solid rgba(64,80,51,.14);box-shadow:0 22px 60px rgba(0,0,0,.08);text-align:center}
.thank-you-card h1{color:#263020;margin-bottom:16px}
.thank-you-card p{color:#35402d;margin-bottom:26px}


/* Thank you page Netlify final */
.hidden{display:none!important}
.thank-you-section{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:90px 20px;background:#f6f1e8}
.thank-you-card{max-width:720px;margin:0 auto;padding:44px;border-radius:32px;background:#fffaf1;border:1px solid rgba(64,80,51,.14);box-shadow:0 22px 60px rgba(0,0,0,.08);text-align:center}
.thank-you-card h1{color:#263020;margin-bottom:16px}
.thank-you-card p{color:#35402d;margin-bottom:26px}


/* Header logo layout */
header{
  position:relative;
  z-index:20;
}

.header-inner{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.site-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:inherit;
  flex:0 0 auto;
}

.site-logo img{
  width:54px;
  height:54px;
  object-fit:contain;
  display:block;
}

.site-logo-mark{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dfe8a8;
  color:#263020;
  font-weight:900;
  letter-spacing:.04em;
}

.site-logo-text{
  font-weight:800;
  color:#263020;
  letter-spacing:.01em;
  white-space:nowrap;
}

.main-nav,
.header-inner nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  flex-wrap:wrap;
}

.main-nav a,
.header-inner nav a{
  text-decoration:none;
}

@media(max-width:820px){
  .header-inner{
    width:min(100% - 24px, 1180px);
    gap:14px;
  }

  .site-logo img{
    width:44px;
    height:44px;
  }

  .site-logo-text{
    font-size:.95rem;
  }

  .main-nav,
  .header-inner nav{
    gap:12px;
    font-size:.92rem;
  }
}

@media(max-width:560px){
  .header-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .main-nav,
  .header-inner nav{
    width:100%;
    justify-content:flex-start;
  }
}


/* Header logo premium update */
.header-inner{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}

.site-logo{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
  text-decoration:none;
  line-height:1;
}

.site-logo img{
  width:190px;
  max-width:32vw;
  height:auto;
  display:block;
  object-fit:contain;
}

.header-inner nav,
.main-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  flex-wrap:wrap;
}

@media(max-width:820px){
  .header-inner{
    width:min(100% - 24px, 1180px);
    gap:16px;
  }

  .site-logo img{
    width:155px;
    max-width:46vw;
  }

  .header-inner nav,
  .main-nav{
    gap:12px;
    font-size:.92rem;
  }
}

@media(max-width:560px){
  .header-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .site-logo img{
    width:165px;
    max-width:72vw;
  }

  .header-inner nav,
  .main-nav{
    width:100%;
    justify-content:flex-start;
  }
}
