/** Shopify CDN: Minification failed

Line 7:30 Unexpected ".0"

**/

ORIGINAL MAN — Stylesheet v1.0
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root {
  --cream:        #F0E6D4;   /* Crema dorata — sfondo chiaro */
  --cream-dark:   #DDD0B8;   /* Crema scura — hover, bordi */
  --oxblood:      #C47A2A;   /* Rame caldo — colore primario */
  --oxblood-mid:  #E8A040;   /* Rame luminoso — hover, glow */
  --oxblood-deep: #120D08;   /* Nero caldo profondo — header, footer, hero */
  --white:        #FAF5EC;   /* Panna — card, sezioni chiare */
  --text-dark:    #150E06;   /* Nero quasi puro caldo — testo principale */
  --text-mid:     #3A2A14;   /* Marrone scuro — testo secondario */
  --text-light:   #7A6040;   /* Bronzo opaco — label, placeholder */
  --gold:         #E8A040;   /* Rame incandescente — badge, accenti */
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Inter',system-ui,sans-serif;
  --max-w:1200px;--sp:5rem 1.5rem;--radius:4px;--tr:0.3s cubic-bezier(0.4,0,0.2,1)
}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--cream);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}
.section{padding:var(--sp)}
/* Typography */
.t-label{font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--oxblood-mid)}
.t-serif-xl{font-family:var(--serif);font-size:clamp(2.8rem,6vw,5rem);font-weight:600;line-height:1.08;color:var(--oxblood-deep)}
.t-serif-lg{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.12;color:var(--oxblood-deep)}
.t-body{font-size:1rem;line-height:1.75;color:var(--text-mid)}
/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;font-family:var(--sans);font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border:none;border-radius:var(--radius);cursor:pointer;transition:var(--tr);text-decoration:none}
.btn-primary{background:var(--oxblood);color:var(--cream);border:1.5px solid var(--oxblood)}
.btn-primary:hover{background:var(--oxblood-deep);border-color:var(--oxblood-deep);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--oxblood);border:1.5px solid var(--oxblood)}
.btn-outline:hover{background:var(--oxblood);color:var(--cream)}
.btn-ghost{background:transparent;color:var(--cream);border:1.5px solid rgba(239,234,225,.5)}
.btn-ghost:hover{background:rgba(239,234,225,.12);border-color:var(--cream)}
/* Header */
.site-header{position:sticky;top:0;z-index:100;background:var(--oxblood-deep);border-bottom:1px solid rgba(105,28,34,.4);transition:box-shadow var(--tr)}
.site-header.scrolled{box-shadow:0 2px 24px rgba(59,15,19,.35)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}
.header-logo{font-family:var(--serif);font-size:1.6rem;font-weight:600;color:var(--cream);letter-spacing:.06em;display:flex;flex-direction:column;line-height:1}
.header-logo span{font-size:.55rem;letter-spacing:.28em;font-family:var(--sans);font-weight:400;color:var(--oxblood-mid);text-transform:uppercase;margin-top:2px}
.header-nav{display:flex;align-items:center;gap:2.2rem}
.header-nav a{font-family:var(--sans);font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(239,234,225,.75);transition:color var(--tr)}
.header-nav a:hover,.header-nav a.active{color:var(--cream)}
.header-actions{display:flex;align-items:center;gap:1rem}
.cart-icon{position:relative;color:var(--cream);display:flex;align-items:center;padding:.4rem}
.cart-count{position:absolute;top:-4px;right:-4px;background:var(--oxblood-mid);color:var(--cream);font-size:.65rem;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--cream);padding:.4rem}
.mobile-nav{display:none;position:fixed;inset:0;background:var(--oxblood-deep);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav a{font-family:var(--serif);font-size:2rem;color:var(--cream);font-weight:600}
.mobile-nav-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--cream);cursor:pointer;font-size:1.5rem}
/* Hero */
.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:var(--oxblood-deep)}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.85}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(77, 50, 1, 0.15) 0%,rgba(32, 23, 7, 0.45) 60%,rgba(64, 51, 27, 0.72) 100%)}
.hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:5rem 1.5rem}
.hero-label{display:inline-block;font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;padding:.4rem 1rem;border:1px solid rgba(201,160,96,.35);border-radius:2px}
.hero-title{font-family:var(--serif);font-size:clamp(3.2rem,7vw,6rem);font-weight:600;color:var(--oxblood-mid);line-height:1.05;margin-bottom:1.5rem;max-width:700px}
.hero-title em{font-style:italic;color:rgba(239,234,225,.72)}
.hero-sub{font-size:1rem;font-weight:300;color:rgba(239,234,225,.7);max-width:500px;margin-bottom:1.5rem;line-height:1.75}
.hero-tagline{font-family:var(--serif);font-size:1.1rem;font-style:italic;color:var(--gold);margin-bottom:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
/* Pillars bar */
.pillars-bar{background:var(--oxblood);padding:1.5rem}
.pillars-inner{display:flex;justify-content:center;gap:3rem;max-width:var(--max-w);margin:0 auto;flex-wrap:wrap}
.pillar-item{display:flex;align-items:center;gap:.6rem;color:rgba(239,234,225,.8);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}
.pillar-item::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--gold)}
/* Ebook */
.ebook-section{background:var(--oxblood-deep);padding:var(--sp)}
.ebook-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.ebook-mockup{position:relative}
.ebook-mockup-card{background:var(--cream);border-radius:6px;overflow:hidden;aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;box-shadow:0 32px 80px rgba(0,0,0,.5);position:relative}
.ebook-mockup-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--oxblood)}
.ebook-om-monogram{font-family:var(--serif);font-size:5rem;font-weight:600;color:var(--oxblood);letter-spacing:.1em;margin-bottom:.5rem}
.ebook-om-divider{width:80%;height:1px;background:var(--oxblood);opacity:.2;margin:.75rem auto}
.ebook-om-title{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--oxblood-deep);line-height:1.2;margin-bottom:.5rem}
.ebook-om-sub{font-size:.78rem;color:var(--text-mid);letter-spacing:.08em}
.ebook-floating-badge{position:absolute;top:-1.5rem;right:-1.5rem;width:80px;height:80px;background:var(--oxblood);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cream);font-family:var(--serif);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.ebook-floating-badge strong{font-size:1.6rem;font-weight:600;line-height:1}
.ebook-floating-badge span{font-size:.6rem;letter-spacing:.12em;opacity:.8}
.ebook-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:var(--cream);line-height:1.1;margin-bottom:1.5rem}
.ebook-body{font-size:1rem;color:rgba(239,234,225,.72);line-height:1.8;margin-bottom:2rem}
.ebook-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}
.ebook-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:rgba(239,234,225,.75)}
.ebook-feature::before{content:'→';color:var(--gold);font-weight:500;flex-shrink:0}
.ebook-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.ebook-price{font-family:var(--serif);font-size:2.5rem;font-weight:600;color:var(--cream);line-height:1}
.ebook-price-label{font-size:.72rem;color:rgba(239,234,225,.5);letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem}
/* Featured / Carousel */
.featured-section{background:var(--cream);padding:var(--sp)}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-header .t-label{margin-bottom:.75rem;display:block}
.carousel-wrap{position:relative;overflow:hidden}
.carousel-track{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.product-card{flex:0 0 calc(33.333% - 1rem);min-width:0;background:var(--white);border:1px solid rgba(105,28,34,.1);border-radius:6px;overflow:hidden;transition:transform var(--tr),box-shadow var(--tr)}
.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(59,15,19,.12)}
.product-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--cream-dark)}
.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.product-card:hover .product-card-img img{transform:scale(1.04)}
.product-card-body{padding:1.25rem 1.5rem 1.5rem}
.product-card-label{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--oxblood-mid);margin-bottom:.5rem}
.product-card-title{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--oxblood-deep);margin-bottom:.5rem;line-height:1.2}
.product-card-desc{font-size:.85rem;color:var(--text-mid);line-height:1.6;margin-bottom:1rem}
.product-card-footer{display:flex;align-items:center;justify-content:space-between}
.product-price{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--oxblood)}
.product-price-compare{font-size:.85rem;color:var(--text-light);text-decoration:line-through;margin-left:.4rem}
.carousel-controls{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}
.carousel-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--oxblood);background:transparent;color:var(--oxblood);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--tr);font-size:1.1rem}
.carousel-btn:hover{background:var(--oxblood);color:var(--cream)}
.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}
.carousel-dot{width:6px;height:6px;border-radius:50%;background:var(--oxblood);opacity:.25;cursor:pointer;transition:var(--tr);border:none;padding:0}
.carousel-dot.active{opacity:1;width:20px;border-radius:3px}
/* What We Do */
.what-section{background:var(--oxblood-deep);padding:var(--sp)}
.what-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:var(--max-w);margin:0 auto}
.what-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:var(--cream);line-height:1.1;margin-bottom:1.5rem}
.what-body{font-size:1rem;color:rgba(239,234,225,.72);line-height:1.8;margin-bottom:2rem}
.what-pillars{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem}
.pillar-card{padding:1.25rem;border:1px solid rgba(105,28,34,.6);border-radius:4px;background:rgba(59,15,19,.5);transition:border-color var(--tr)}
.pillar-card:hover{border-color:rgba(201,160,96,.5)}
.pillar-card-num{font-family:var(--serif);font-size:1.8rem;font-weight:600;color:rgba(201,160,96,.35);line-height:1;margin-bottom:.4rem}
.pillar-card-name{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--cream);margin-bottom:.3rem}
.pillar-card-desc{font-size:.82rem;color:rgba(239,234,225,.55);line-height:1.55}
.what-visual{position:relative;aspect-ratio:4/5;border-radius:4px;overflow:hidden}
.what-visual img{width:100%;height:100%;object-fit:cover;opacity:.75}
.what-visual-badge{position:absolute;bottom:2rem;left:-1.5rem;background:var(--oxblood);padding:1.25rem 1.5rem;border-radius:4px;border-left:3px solid var(--gold)}
.what-visual-badge p:first-child{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--cream);line-height:1}
.what-visual-badge p:last-child{font-size:.75rem;color:rgba(239,234,225,.65);letter-spacing:.1em;margin-top:.2rem}
/* Mission */
.mission-section{background:var(--cream);padding:var(--sp)}
.mission-inner{max-width:820px;margin:0 auto;text-align:center}
.mission-title{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;color:var(--oxblood-deep);line-height:1.08;margin-bottom:2rem}
.mission-body{font-size:1.05rem;color:var(--text-mid);line-height:1.85;margin-bottom:1.5rem}
.mission-quote{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.2rem);font-style:italic;color:var(--oxblood);border-left:3px solid var(--oxblood);padding:1.5rem 2rem;margin:3rem 0;text-align:left;background:rgba(105,28,34,.04);border-radius:0 4px 4px 0}
.mission-values{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}
.value-num{font-family:var(--serif);font-size:2.5rem;font-weight:600;color:var(--oxblood);line-height:1}
.value-label{font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-mid);margin-top:.3rem}
/* About */
.about-section{background:var(--white);padding:var(--sp);border-top:1px solid rgba(105,28,34,.1);border-bottom:1px solid rgba(105,28,34,.1)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:var(--max-w);margin:0 auto}
.about-visual{position:relative;aspect-ratio:3/4;border-radius:4px;overflow:hidden}
.about-visual img{width:100%;height:100%;object-fit:cover}
.about-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(59,15,19,.4) 0%,transparent 50%)}
.about-visual-label{position:absolute;bottom:1.5rem;left:1.5rem;z-index:2;color:var(--cream);font-family:var(--serif);font-size:1.4rem;font-weight:600;font-style:italic}
.about-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;color:var(--oxblood-deep);line-height:1.1;margin-bottom:1.5rem}
.about-body{font-size:1rem;color:var(--text-mid);line-height:1.8;margin-bottom:1rem}
/* Corsi */
.corsi-section{background:var(--cream);padding:var(--sp)}
.corsi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.corso-card{background:var(--white);border:1px solid rgba(105,28,34,.12);border-radius:6px;overflow:hidden;transition:transform var(--tr),box-shadow var(--tr)}
.corso-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(59,15,19,.12)}
.corso-card-top{background:var(--oxblood);padding:2rem 1.5rem;position:relative;min-height:160px;display:flex;flex-direction:column;justify-content:flex-end}
.corso-card-top img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}
.corso-category{font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;position:relative;z-index:1}
.corso-card-title{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--cream);line-height:1.15;position:relative;z-index:1}
.corso-card-body{padding:1.5rem}
.corso-desc{font-size:.875rem;color:var(--text-mid);line-height:1.7;margin-bottom:1.25rem}
.corso-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(105,28,34,.1)}
/* Ebook */
.ebook-section{background:var(--oxblood-deep);padding:var(--sp)}
.ebook-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.ebook-mockup{position:relative}
.ebook-mockup-card{background:var(--cream);border-radius:6px;overflow:hidden;aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;box-shadow:0 32px 80px rgba(0,0,0,.5);position:relative}
.ebook-mockup-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--oxblood)}
.ebook-om-monogram{font-family:var(--serif);font-size:5rem;font-weight:600;color:var(--oxblood);letter-spacing:.1em;margin-bottom:.5rem}
.ebook-om-divider{width:80%;height:1px;background:var(--oxblood);opacity:.2;margin:.75rem auto}
.ebook-om-title{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--oxblood-deep);line-height:1.2;margin-bottom:.5rem}
.ebook-om-sub{font-size:.78rem;color:var(--text-mid);letter-spacing:.08em}
.ebook-floating-badge{position:absolute;top:-1.5rem;right:-1.5rem;width:80px;height:80px;background:var(--oxblood);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cream);font-family:var(--serif);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.ebook-floating-badge strong{font-size:1.6rem;font-weight:600;line-height:1}
.ebook-floating-badge span{font-size:.6rem;letter-spacing:.12em;opacity:.8}
.ebook-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:var(--cream);line-height:1.1;margin-bottom:1.5rem}
.ebook-body{font-size:1rem;color:rgba(239,234,225,.72);line-height:1.8;margin-bottom:2rem}
.ebook-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}
.ebook-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:rgba(239,234,225,.75)}
.ebook-feature::before{content:'→';color:var(--gold);font-weight:500;flex-shrink:0}
.ebook-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.ebook-price{font-family:var(--serif);font-size:2.5rem;font-weight:600;color:var(--cream);line-height:1}
.ebook-price-label{font-size:.72rem;color:rgba(239,234,225,.5);letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem}
/* Product page */
.product-hero{background:var(--cream);padding:4rem 0}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}
.product-gallery-main{aspect-ratio:1;background:var(--white);border-radius:6px;overflow:hidden;border:1px solid rgba(105,28,34,.1)}
.product-gallery-main img{width:100%;height:100%;object-fit:cover}
.product-thumbs{display:flex;gap:.75rem;margin-top:1rem}
.product-thumb{width:70px;aspect-ratio:1;border-radius:4px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--tr)}
.product-thumb.active,.product-thumb:hover{border-color:var(--oxblood)}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-breadcrumb{font-size:.75rem;color:var(--text-light);margin-bottom:1rem;display:flex;gap:.5rem;align-items:center}
.product-category{font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--oxblood-mid);margin-bottom:.5rem}
.product-title-main{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;color:var(--oxblood-deep);line-height:1.1;margin-bottom:1rem}
.product-short-desc{font-size:.95rem;color:var(--text-mid);line-height:1.75;margin-bottom:1.5rem}
.shopify-block{background:var(--white);border:1px solid rgba(105,28,34,.1);border-radius:6px;padding:1.5rem;margin:1.5rem 0}
.variant-label,.qty-label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mid);margin-bottom:.5rem}
.variant-picker{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}
.variant-btn{padding:.5rem 1rem;border:1.5px solid rgba(105,28,34,.2);border-radius:3px;background:transparent;font-size:.85rem;cursor:pointer;transition:var(--tr);color:var(--text-dark)}
.variant-btn.active,.variant-btn:hover{border-color:var(--oxblood);color:var(--oxblood);background:rgba(105,28,34,.04)}
.qty-selector{display:flex;align-items:center;border:1.5px solid rgba(105,28,34,.2);border-radius:3px;width:fit-content;margin-bottom:1.25rem;overflow:hidden}
.qty-btn{width:40px;height:40px;background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:var(--oxblood);transition:background var(--tr)}
.qty-btn:hover{background:rgba(105,28,34,.06)}
.qty-input{width:48px;height:40px;border:none;border-left:1px solid rgba(105,28,34,.2);border-right:1px solid rgba(105,28,34,.2);text-align:center;font-size:1rem;color:var(--text-dark);background:transparent}
.btn-add-cart{width:100%;padding:1rem;margin-bottom:.75rem;font-size:.85rem}
.btn-payment{width:100%}
/* Cart */
.cart-page{padding:var(--sp);max-width:860px;margin:0 auto}
.cart-title{font-family:var(--serif);font-size:2.5rem;font-weight:600;color:var(--oxblood-deep);margin-bottom:2.5rem}
.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.5rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid rgba(105,28,34,.1)}
.cart-item-img{aspect-ratio:1;border-radius:4px;overflow:hidden;border:1px solid rgba(105,28,34,.1)}
.cart-item-img img{width:100%;height:100%;object-fit:cover}
.cart-item-name{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--oxblood-deep);margin-bottom:.25rem}
.cart-totals{padding:2rem 0;border-top:2px solid rgba(105,28,34,.15)}
.cart-total-line{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;color:var(--text-mid)}
.cart-total-final{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--oxblood-deep)}
/* FAQ */
.faq-section{padding:var(--sp);background:var(--white)}
.faq-inner{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(105,28,34,.12)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:1.25rem 0;font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--oxblood-deep);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color var(--tr)}
.faq-question:hover{color:var(--oxblood)}
.faq-question span{font-size:1.3rem;transition:transform var(--tr)}
.faq-question.open span{transform:rotate(45deg)}
.faq-answer{overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1)}
.faq-answer-inner{padding-bottom:1.25rem;font-size:.95rem;color:var(--text-mid);line-height:1.8}
/* Collection */
.collection-header{background:var(--oxblood-deep);padding:4rem 1.5rem 3rem;text-align:center}
.collection-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:600;color:var(--cream)}
.collection-desc{font-size:1rem;color:rgba(239,234,225,.6);max-width:560px;margin:1rem auto 0}
.collection-grid-section{padding:var(--sp);background:var(--cream)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--max-w);margin:0 auto}
/* Footer */
.site-footer{background:var(--oxblood-deep);padding:4rem 1.5rem 2rem}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:var(--max-w);margin:0 auto 3rem}
.footer-logo-text{font-family:var(--serif);font-size:1.8rem;font-weight:600;color:var(--cream);letter-spacing:.06em;margin-bottom:.25rem}
.footer-tagline{font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--oxblood-mid);margin-bottom:1.25rem}
.footer-desc{font-size:.875rem;color:rgba(239,234,225,.5);line-height:1.75}
.footer-col h4{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}
.footer-col ul{display:flex;flex-direction:column;gap:.6rem}
.footer-col a{font-size:.85rem;color:rgba(239,234,225,.55);transition:color var(--tr)}
.footer-col a:hover{color:var(--cream)}
.footer-divider{height:1px;background:rgba(105,28,34,.5);max-width:var(--max-w);margin:0 auto 2rem}
.footer-legal{max-width:var(--max-w);margin:0 auto}
.footer-legal p{font-size:.72rem;color:rgba(239,234,225,.3);line-height:1.6;margin-bottom:.4rem}
.footer-legal strong{color:rgba(239,234,225,.5)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-w);margin:1.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(105,28,34,.3)}
.footer-copy{font-size:.75rem;color:rgba(239,234,225,.3)}
.footer-social{display:flex;gap:1rem}
.footer-social a{font-size:.75rem;color:rgba(239,234,225,.35);transition:color var(--tr);letter-spacing:.1em}
.footer-social a:hover{color:var(--cream)}
/* Scroll reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
/* Responsive */
@media(max-width:1024px){
  .what-grid,.about-grid,.ebook-inner{grid-template-columns:1fr;gap:3rem}
  .what-visual,.about-visual{aspect-ratio:16/9}
  .what-visual-badge{left:1rem}
  .corsi-grid{grid-template-columns:repeat(2,1fr)}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
  .product-layout{grid-template-columns:1fr}
}
@media(max-width:768px){
  :root{--sp:3.5rem 1rem}
  .header-nav{display:none}
  .menu-toggle{display:flex}
  .mobile-nav{display:flex}
  .what-pillars{grid-template-columns:1fr}
  .corsi-grid{grid-template-columns:1fr}
  .products-grid{grid-template-columns:1fr}
  .product-card{flex:0 0 calc(85% - .75rem)}
  .pillars-inner{gap:1.5rem}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
}
