:root{--red:#ef382f;--ink:#111;--paper:#f5f2ed;--muted:#777;--line:#d8d3cc;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid rgba(0,0,0,.08)}.brand img{width:220px;display:block}.site-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.site-nav a{text-decoration:none}.nav-cta{background:var(--ink);color:#fff;padding:12px 18px}.menu-toggle{display:none;background:none;border:0;font-weight:800}.hero{min-height:calc(100vh - 84px);position:relative;display:grid;align-items:end;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0;background:url('assets/hero-band.jpeg') center 46%/cover no-repeat;filter:saturate(.82) contrast(1.04)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.83) 0%,rgba(0,0,0,.53) 48%,rgba(0,0,0,.12) 100%)}.hero-content{position:relative;z-index:2;width:min(900px,92vw);padding:10vh 6vw 7vh}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:12px;color:var(--red);margin:0 0 18px}.hero h1,.section h2,.contact-section h2{font-size:clamp(42px,6.4vw,92px);line-height:.94;letter-spacing:-.055em;margin:0 0 28px}.hero-copy{font-size:clamp(18px,2vw,25px);max-width:760px;color:#eee}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 21px;text-decoration:none;border:1px solid transparent;font-weight:800;font-size:14px;cursor:pointer}.primary{background:var(--red);color:#fff}.secondary{border-color:#fff;color:#fff;background:rgba(0,0,0,.18)}.hero-meta{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;color:#ddd}.hero-meta span:before{content:'•';color:var(--red);margin-right:8px}.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ink);color:#fff}.proof-strip div{padding:28px 3vw;border-right:1px solid #333}.proof-strip strong,.proof-strip span{display:block}.proof-strip span{color:#aaa;font-size:13px}.section{padding:110px 5vw}.section-light{background:var(--paper)}.section-dark{background:#0d0d0d;color:#fff}.section-heading{max-width:900px;margin:0 auto 55px}.section-heading h2{font-size:clamp(38px,5vw,68px)}.section-heading>p:last-child{font-size:19px;color:#666;max-width:760px}.section-dark .section-heading>p:last-child{color:#aaa}.split-heading{max-width:var(--max);display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:end}.cards{max-width:var(--max);margin:auto}.courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.card{background:var(--paper);padding:34px;min-height:310px}.card-number{color:var(--red);font-weight:900}.card h3{font-size:27px;line-height:1.05;margin:70px 0 18px}.video-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-card{background:#171717}.video-button{padding:0;border:0;background:none;color:#fff;text-align:left;width:100%;cursor:pointer}.video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden}.video-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.video-card:hover img{transform:scale(1.035)}.play{position:absolute;left:18px;bottom:18px;width:52px;height:52px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-size:20px}.video-meta{padding:18px}.video-meta strong{display:block;font-size:18px}.video-meta span{font-size:13px;color:#999}.video-frame{width:100%;aspect-ratio:16/9;border:0;display:block}.method-section{padding:0;display:grid;grid-template-columns:1fr 1fr;background:#fff}.method-image img{width:100%;height:100%;object-fit:cover;display:block;max-height:850px}.method-copy{padding:110px 7vw}.method-copy h2{font-size:clamp(40px,5vw,70px)}.method-points>div{padding:24px 0;border-top:1px solid var(--line)}.method-points strong{font-size:20px}.photo-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-grid img{width:100%;height:460px;object-fit:cover}.testimonials{background:#fff}.testimonial-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid blockquote{margin:0;padding:34px;border-top:4px solid var(--red);background:#f7f7f7;font-size:21px}.testimonial-grid cite{display:block;margin-top:25px;font-style:normal;font-size:14px;font-weight:800}.teacher-section{background:#141414;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.teacher-copy{max-width:720px}.teacher-copy h2{font-size:clamp(48px,6vw,82px)}.teacher-copy p{font-size:18px;color:#bbb}.text-link{color:#fff;font-weight:800}.teacher-stats{display:grid;align-content:center}.teacher-stats div{padding:24px 0;border-bottom:1px solid #333}.teacher-stats strong,.teacher-stats span{display:block}.teacher-stats strong{font-size:34px;color:var(--red)}.teacher-stats span{color:#aaa}.faq-list{max-width:900px;margin:auto}.faq-list details{border-top:1px solid #bbb;padding:23px 0}.faq-list summary{font-weight:800;font-size:20px;cursor:pointer}.faq-list p{color:#555}.contact-section{padding:110px 5vw;background:var(--red);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-copy h2{font-size:clamp(48px,6vw,82px)}.contact-copy .eyebrow{color:#111}.contact-links{display:grid;gap:9px;margin:35px 0}.contact-links a{font-size:20px;font-weight:800}.transport{color:#3b0906}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;color:#111;padding:34px}.contact-form label{display:grid;gap:7px;font-size:13px;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #bbb;padding:13px;font:inherit;width:100%}.full{grid-column:1/-1}.contact-form small{color:#666}footer{padding:35px 5vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd}footer img{width:170px}footer p{font-size:13px;color:#666}@media(max-width:900px){.site-header{height:72px}.brand img{width:180px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:25px 5vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}.site-nav.open{display:flex}.hero{min-height:760px}.hero-content{padding:120px 5vw 55px}.proof-strip{grid-template-columns:1fr 1fr}.courses-grid,.video-grid,.photo-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.split-heading,.method-section,.teacher-section,.contact-section{grid-template-columns:1fr}.method-image img{height:540px}.photo-grid img{height:390px}}@media(max-width:600px){.section{padding:80px 20px}.hero h1{font-size:48px}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.35))}.hero-meta{display:grid;gap:7px}.proof-strip,.courses-grid,.video-grid,.photo-grid,.testimonial-grid{grid-template-columns:1fr}.proof-strip div{border-bottom:1px solid #333}.card{min-height:auto}.card h3{margin-top:45px}.method-copy{padding:80px 20px}.method-image img{height:430px}.photo-grid img{height:auto}.contact-section{padding:80px 20px}.contact-form{grid-template-columns:1fr;padding:24px}.contact-form>*{grid-column:1}.teacher-section{gap:35px}footer{align-items:flex-start;gap:20px;flex-direction:column}}
.course-details{max-width:var(--max);margin:58px auto 0;border-top:1px solid #bdb7af}.course-details details{border-bottom:1px solid #bdb7af}.course-details summary{list-style:none;display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:28px 4px;cursor:pointer}.course-details summary::-webkit-details-marker{display:none}.course-details summary span{font-size:clamp(24px,3vw,38px);font-weight:900;letter-spacing:-.025em}.course-details summary small{font-size:13px;color:#666;text-align:right}.course-details summary:after{content:'+';font-size:32px;color:var(--red);line-height:1}.course-details details[open] summary:after{content:'−'}.course-detail-body{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;padding:8px 4px 50px}.course-detail-body.single-column{grid-template-columns:1fr;max-width:820px}.course-detail-body h3{font-size:24px;margin:8px 0 14px}.course-detail-body p{color:#5d5954}.curriculum-list,.audience-list{margin:0;padding:0;list-style:none}.curriculum-list li,.audience-list li{position:relative;padding:10px 0 10px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.curriculum-list li:before,.audience-list li:before{content:'—';position:absolute;left:0;color:var(--red);font-weight:900}.instrument-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.instrument-tags span{border:1px solid #aaa;padding:9px 12px;font-size:13px;font-weight:800;background:#fff}.resource-note{margin-top:24px;padding:16px;border-left:4px solid var(--red);background:#fff}
@media(max-width:900px){.course-detail-body{grid-template-columns:1fr;gap:32px}.course-details summary{align-items:flex-start}.course-details summary small{max-width:180px}}
@media(max-width:600px){.course-details{margin-top:40px}.course-details summary{display:grid;grid-template-columns:1fr auto;gap:4px 14px}.course-details summary small{text-align:left;grid-column:1}.course-details summary:after{grid-column:2;grid-row:1/3}.course-detail-body{padding-bottom:38px}}

.resource-download{display:inline-block;margin-top:10px;color:var(--ink);font-weight:900;text-decoration-thickness:2px;text-underline-offset:4px}.resource-download:hover{color:var(--red)}

/* v004 — uso editoriale delle fotografie degli studenti */
.student-stories{overflow:hidden}.story-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,330px);gap:18px}.story{position:relative;margin:0;overflow:hidden;background:#111}.story-featured{grid-row:1/3}.story img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}.story:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.story figcaption{position:absolute;z-index:2;left:26px;right:26px;bottom:24px;color:#fff}.story figcaption span{display:block;margin-bottom:7px;color:#ff6259;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900}.story figcaption strong{display:block;max-width:520px;font-size:clamp(19px,2vw,30px);line-height:1.08}.story:hover img{transform:scale(1.025);filter:saturate(.9)}.story-cta{max-width:var(--max);margin:28px auto 0;text-align:right}.dark-link{color:var(--ink)}
@media(max-width:900px){.story-grid{grid-template-columns:1fr 1fr;grid-template-rows:480px 330px}.story-featured{grid-column:1/3;grid-row:auto}.story-cta{text-align:left}}
@media(max-width:600px){.story-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.story,.story-featured{grid-column:auto;grid-row:auto;height:420px}.story:not(.story-featured){height:330px}.story figcaption{left:20px;right:20px;bottom:20px}}

/* v005 — testimonianze fotografiche, non carosello */
.testimonials-heading{align-items:start}.testimonial-gallery{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.18fr .82fr;gap:20px}.testimonial-card{position:relative;min-height:500px;overflow:hidden;background:#111;color:#fff}.testimonial-card-wide{grid-row:span 2;min-height:1020px}.testimonial-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.testimonial-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.82) 100%)}.testimonial-panel{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88) 22%)}.testimonial-panel blockquote{margin:0;max-width:780px;font-size:clamp(19px,2.05vw,31px);line-height:1.28;letter-spacing:-.015em}.testimonial-panel p{display:flex;gap:15px;align-items:baseline;margin:22px 0 0}.testimonial-panel strong{color:#ff6259;font-size:16px}.testimonial-panel span{color:#ccc;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.testimonial-card:not(.testimonial-card-wide) .testimonial-panel blockquote{font-size:clamp(17px,1.45vw,22px)}
@media(max-width:900px){.testimonial-gallery{grid-template-columns:1fr}.testimonial-card,.testimonial-card-wide{grid-row:auto;min-height:680px}.testimonial-card:not(.testimonial-card-wide){min-height:570px}}
@media(max-width:600px){.testimonial-card,.testimonial-card-wide,.testimonial-card:not(.testimonial-card-wide){min-height:620px}.testimonial-panel{padding:26px 20px 24px}.testimonial-panel blockquote,.testimonial-card:not(.testimonial-card-wide) .testimonial-panel blockquote{font-size:19px}.testimonial-panel p{display:grid;gap:3px}.testimonial-card-wide img{object-position:57% center}.testimonial-card:nth-child(2) img{object-position:47% center}.testimonial-card:nth-child(3) img{object-position:55% center}}


/* v006 — profilo docente e accesso ai video */
.youtube-link{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#111;color:#fff;transition:background .2s,transform .2s}.youtube-link svg{width:19px;height:19px;fill:currentColor}.youtube-link:hover{background:var(--red);transform:translateY(-1px)}
.teacher-profile{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);background:#141414;color:#fff}.teacher-photo{min-height:820px;overflow:hidden}.teacher-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%;display:block}.teacher-profile-copy{padding:100px 7vw;align-self:center}.teacher-profile-copy h2{font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.05em;margin:0 0 28px}.teacher-profile-copy>p{font-size:18px;color:#bbb;max-width:740px}.teacher-profile-copy .teacher-lead{font-size:24px;line-height:1.35;color:#fff}.teacher-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#333;margin:38px 0}.teacher-highlights div{background:#1b1b1b;padding:20px}.teacher-highlights strong,.teacher-highlights span{display:block}.teacher-highlights strong{color:var(--red);font-size:20px}.teacher-highlights span{color:#aaa;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.teacher-bio{border-top:1px solid #3b3b3b;border-bottom:1px solid #3b3b3b;margin:0 0 28px}.teacher-bio summary{cursor:pointer;padding:20px 0;font-weight:900;list-style:none}.teacher-bio summary::-webkit-details-marker{display:none}.teacher-bio summary:after{content:'+';float:right;color:var(--red);font-size:24px;line-height:1}.teacher-bio[open] summary:after{content:'−'}.teacher-bio div{padding:0 0 18px;max-width:760px}.teacher-bio p{color:#bbb;margin:0 0 15px}.teacher-bio em{color:#fff}
@media(max-width:1000px){.teacher-profile{grid-template-columns:1fr}.teacher-photo{min-height:620px;max-height:760px}.teacher-profile-copy{padding:80px 6vw}.teacher-highlights{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:600px){.youtube-link{width:100%;height:auto;border-radius:0;background:transparent;color:var(--red);display:flex;justify-content:flex-start;gap:10px}.youtube-link:after{content:'Video YouTube';font-weight:800}.teacher-photo{min-height:520px}.teacher-profile-copy{padding:70px 20px}.teacher-profile-copy .teacher-lead{font-size:21px}.teacher-highlights{grid-template-columns:1fr}.teacher-highlights div{padding:16px}}

.contact-map{grid-column:1/-1;min-height:430px;border:8px solid rgba(255,255,255,.22);background:#fff}.contact-map iframe{display:block;width:100%;height:430px;border:0}@media(max-width:600px){.contact-map{min-height:340px;border-width:4px}.contact-map iframe{height:340px}}

/* v008 — logo centrato e recensioni Google */
.brand{height:100%;display:flex;align-items:center;flex:0 0 auto;overflow:visible}
.brand img{display:block;width:auto;height:58px;max-width:min(310px,38vw);object-fit:contain;object-position:center}
footer img{width:auto;height:76px;max-width:min(300px,70vw);object-fit:contain}
.reviews-cta{max-width:var(--max);margin:30px auto 0;display:flex;justify-content:center}
.google-review-button{background:#111;color:#fff;border-color:#111}
.google-review-button:hover{background:#ef382f;border-color:#ef382f}
@media(max-width:900px){.brand img{height:48px;max-width:55vw}}
@media(max-width:600px){.brand img{height:44px;max-width:62vw}.reviews-cta{justify-content:stretch}.google-review-button{width:100%}}

.pathway-section{background:#fff}.pathway-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.pathway-grid article{padding:34px;min-height:280px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.pathway-grid article>span{display:block;color:var(--red);font-weight:900;font-size:13px}.pathway-grid h3{font-size:28px;line-height:1.05;margin:54px 0 16px}.pathway-grid p{margin:0;color:#5d5954}.resource-note:before{content:'PDF incluso nel sito';display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:var(--red);margin-bottom:5px}@media(max-width:900px){.pathway-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.pathway-grid{grid-template-columns:1fr}.pathway-grid article{min-height:auto}.pathway-grid h3{margin-top:34px}}

/* v012 — recapiti: icone, gerarchia chiara e nessuna sottolineatura */
.contact-links{display:grid;gap:12px;margin:35px 0;max-width:620px}
.contact-links .contact-item{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:15px;padding:14px 16px;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.10);color:#fff;text-decoration:none;border-radius:2px;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.contact-links .contact-item:hover,.contact-links .contact-item:focus-visible{background:rgba(255,255,255,.19);border-color:rgba(255,255,255,.72);transform:translateY(-1px);outline:none}
.contact-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--red);flex:0 0 auto}
.contact-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-text{display:grid;gap:2px;min-width:0}
.contact-label{font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#4c100d}
.contact-text strong{font-size:18px;line-height:1.3;overflow-wrap:anywhere}
@media(max-width:600px){.contact-links .contact-item{grid-template-columns:42px minmax(0,1fr);padding:12px}.contact-icon{width:42px;height:42px}.contact-text strong{font-size:16px}}


/* v013 — placeholder compatti per i video del docente e quarta testimonianza */
.teacher-video-placeholders{max-width:var(--max);margin:54px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.teacher-video-placeholder{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:16px;padding:20px;border:1px solid var(--line);background:#fff;min-height:120px}
.placeholder-play{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#161616;color:#fff;font-size:17px;padding-left:3px}
.teacher-video-placeholder span{display:block;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px}
.teacher-video-placeholder h3{font-size:20px;line-height:1.1;margin:0 0 5px}
.teacher-video-placeholder p{margin:0;color:#777;font-size:13px}
.testimonial-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
.testimonial-card-wide{grid-row:auto;min-height:620px}
.testimonial-card{min-height:620px}
.testimonial-card:nth-child(4) img{object-position:center 42%}
@media(max-width:900px){.teacher-video-placeholders{grid-template-columns:1fr}.testimonial-gallery{grid-template-columns:1fr}.testimonial-card,.testimonial-card-wide{min-height:650px}}
@media(max-width:600px){.teacher-video-placeholders{margin-top:38px}.teacher-video-placeholder{grid-template-columns:46px 1fr;padding:16px}.placeholder-play{width:44px;height:44px}.testimonial-card,.testimonial-card-wide{min-height:590px}}
[hidden] { display: none !important; }
/* v014: prova sociale in alto, programmi dettagliati chiusi per ridurre la densità iniziale */
#studenti { scroll-margin-top: 84px; }
.testimonials { scroll-margin-top: 84px; }
.course-details { margin-top: 2.5rem; }

/* v015 — modulo contatti più completo e leggibile */
.contact-form{border:1px solid rgba(17,17,17,.12);box-shadow:0 18px 50px rgba(89,14,10,.12)}
.contact-form label{color:#2a2a2a;letter-spacing:.01em}
.contact-form input,.contact-form select,.contact-form textarea{background:#f6f4f1;border:1px solid #d4cec7;border-radius:0;padding:15px 14px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--red);background:#fff;box-shadow:0 0 0 3px rgba(239,56,47,.12)}
.contact-form select{appearance:auto}
.contact-submit{background:#111;color:#fff;border-color:#111;justify-self:start;min-width:220px}
.contact-submit:hover,.contact-submit:focus-visible{background:var(--red);border-color:var(--red);outline:none}
@media(max-width:600px){.contact-submit{width:100%;justify-self:stretch}.contact-form{box-shadow:none}}

/* v016: form clarity and institutional positioning */
.required-mark { color: var(--accent, #b3262e); font-weight: 800; }
.form-note { margin: -0.2rem 0 0; font-size: 0.82rem; opacity: 0.72; }
.teacher-profile-copy > .teacher-lead { max-width: 42rem; }
.teacher-bio summary { font-weight: 700; }


/* v017 — video studenti: player principale con playlist */
.video-showcase{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.featured-video{background:#171717;min-width:0}.featured-trigger{position:relative;display:block;width:100%;padding:0;border:0;background:#000;cursor:pointer;aspect-ratio:16/9;overflow:hidden}.featured-trigger img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}.featured-trigger:hover img{transform:scale(1.015)}.featured-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;display:grid;place-items:center;padding-left:5px;background:var(--red);color:#fff;font-size:28px;box-shadow:0 12px 35px rgba(0,0,0,.35)}.featured-frame{display:block;width:100%;aspect-ratio:16/9;border:0}.featured-caption{display:flex;justify-content:space-between;gap:20px;align-items:baseline;padding:18px 20px;background:#171717}.featured-caption strong{font-size:20px}.featured-caption span{color:#999;font-size:14px;text-align:right}.video-playlist{display:grid;gap:8px;max-height:620px;overflow:auto;padding-right:5px}.playlist-item{display:grid;grid-template-columns:126px minmax(0,1fr);gap:13px;align-items:center;width:100%;padding:8px;border:1px solid #2e2e2e;background:#151515;color:#fff;text-align:left;cursor:pointer;transition:border-color .2s,background .2s}.playlist-item:hover,.playlist-item.active{border-color:var(--red);background:#1d1d1d}.playlist-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#000}.playlist-thumb img{width:100%;height:100%;object-fit:cover;display:block}.playlist-thumb>span{position:absolute;inset:auto auto 7px 7px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;padding-left:2px;background:var(--red);font-size:11px}.playlist-copy{min-width:0}.playlist-copy strong,.playlist-copy small{display:block}.playlist-copy strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-copy small{margin-top:3px;color:#999;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:900px){.video-showcase{grid-template-columns:1fr}.video-playlist{display:flex;overflow-x:auto;max-height:none;padding:0 0 8px;scroll-snap-type:x proximity}.playlist-item{flex:0 0 280px;scroll-snap-align:start}}
@media(max-width:600px){.featured-play{width:62px;height:62px;font-size:23px}.featured-caption{display:block}.featured-caption span{display:block;text-align:left;margin-top:3px}.playlist-item{flex-basis:245px;grid-template-columns:104px minmax(0,1fr)}}


/* v019 — hero con fotografia reale di musica d'insieme */
.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.59) 43%,rgba(0,0,0,.22) 72%,rgba(0,0,0,.10) 100%)}
.hero-content{max-width:980px}
@media(max-width:900px){.hero-media{background-position:54% center}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.38))}}
@media(max-width:600px){.hero{min-height:calc(100svh - 72px)}.hero-media{background-position:58% center}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.30) 0%,rgba(0,0,0,.58) 42%,rgba(0,0,0,.88) 100%)}.hero-content{padding:18vh 6vw 6vh}.hero-copy{max-width:34rem}}

/* v020 — testimonianze con una storia principale e selettore compatto */
.testimonial-showcase{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:stretch}
.testimonial-featured{position:relative;min-height:650px;overflow:hidden;background:#111;color:#fff}
.testimonial-featured img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.testimonial-featured:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06) 25%,rgba(0,0,0,.88) 100%)}
.testimonial-featured-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:42px}
.testimonial-featured blockquote{margin:0;max-width:850px;font-size:clamp(22px,2.25vw,34px);line-height:1.28;letter-spacing:-.02em}
.testimonial-featured-meta{display:flex;gap:16px;align-items:baseline;margin-top:24px}
.testimonial-featured-meta strong{color:#ff6259;font-size:17px}.testimonial-featured-meta span{color:#d0d0d0;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.testimonial-selector{display:grid;gap:10px;align-content:start}
.testimonial-select-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:center;width:100%;padding:9px;border:1px solid #ddd;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s,background .2s}
.testimonial-select-item:hover,.testimonial-select-item.active{border-color:var(--red);background:#f8f5f1}
.testimonial-select-item img{width:92px;height:82px;object-fit:cover;display:block}.testimonial-select-copy{min-width:0}.testimonial-select-copy strong,.testimonial-select-copy small{display:block}.testimonial-select-copy strong{font-size:15px}.testimonial-select-copy small{margin-top:4px;color:#777;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:900px){.testimonial-showcase{grid-template-columns:1fr}.testimonial-selector{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.testimonial-select-item{flex:0 0 270px;scroll-snap-align:start}.testimonial-featured{min-height:620px}}
@media(max-width:600px){.testimonial-featured{min-height:590px}.testimonial-featured-content{padding:26px 21px}.testimonial-featured blockquote{font-size:20px}.testimonial-featured-meta{display:grid;gap:2px}.testimonial-select-item{flex-basis:245px;grid-template-columns:78px minmax(0,1fr)}.testimonial-select-item img{width:78px;height:72px}}


/* v025 — testimonianze: immagine e testo separati per leggibilità */
.testimonial-featured{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  background:#111;
}
.testimonial-featured img{
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
}
.testimonial-featured:after{display:none}
.testimonial-featured-content{
  position:relative;
  inset:auto;
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#171717;
}
.testimonial-featured blockquote{
  max-width:none;
  font-size:clamp(21px,2vw,31px);
  line-height:1.38;
}
.testimonial-featured-meta{margin-top:30px}
@media(max-width:900px){
  .testimonial-featured{grid-template-columns:1fr;min-height:0}
  .testimonial-featured img{height:440px;min-height:0}
  .testimonial-featured-content{padding:36px}
}
@media(max-width:600px){
  .testimonial-featured{min-height:0}
  .testimonial-featured img{height:330px}
  .testimonial-featured-content{padding:28px 22px}
  .testimonial-featured blockquote{font-size:19px}
}


/* Video dimostrativi del docente */
.teacher-video-grid{max-width:var(--max);margin:54px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.teacher-video-card{border:1px solid var(--line);background:#fff;overflow:hidden}
.teacher-video-trigger{position:relative;display:block;width:100%;aspect-ratio:16/9;padding:0;border:0;background:#111;cursor:pointer;overflow:hidden}
.teacher-video-trigger img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,opacity .25s ease}
.teacher-video-trigger:hover img{transform:scale(1.025);opacity:.88}
.teacher-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--red);color:#fff;font-size:20px;box-shadow:0 8px 28px rgba(0,0,0,.28)}
.teacher-video-frame{display:block;width:100%;aspect-ratio:16/9;border:0}
.teacher-video-copy{padding:20px}
.teacher-video-copy span{display:block;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}
.teacher-video-copy h3{font-size:22px;line-height:1.12;margin:0 0 8px}
.teacher-video-copy p{margin:0;color:#666;font-size:14px;line-height:1.5}
@media(max-width:900px){.teacher-video-grid{grid-template-columns:1fr 1fr}.teacher-video-card:last-child{grid-column:1/-1;max-width:calc(50% - 9px)}}
@media(max-width:620px){.teacher-video-grid{grid-template-columns:1fr;margin-top:38px}.teacher-video-card:last-child{grid-column:auto;max-width:none}}


/* v030 — hero slider */
.hero-slider{position:relative;min-height:calc(100svh - 84px);overflow:hidden;background:#050505;color:#fff}
.hero-slide{position:absolute;inset:0;display:grid;align-items:end;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease;background-image:var(--hero-image);background-size:cover;background-position:var(--hero-position,center);background-repeat:no-repeat}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.58) 44%,rgba(0,0,0,.12) 78%,rgba(0,0,0,.18) 100%)}
.hero-slider .hero-content{position:relative;z-index:2;width:min(850px,92%);padding:9vh 6vw 12vh}
.hero-slider h1,.hero-slider h2{font-size:clamp(44px,5.7vw,84px);line-height:.96;letter-spacing:-.05em;margin:0 0 24px;max-width:12ch}
.hero-slider .hero-copy{max-width:720px}
.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:48px;height:64px;border:0;background:rgba(0,0,0,.35);color:#fff;font-size:44px;line-height:1;cursor:pointer;transition:background .2s ease}
.hero-arrow:hover,.hero-arrow:focus-visible{background:rgba(130,10,18,.9)}
.hero-prev{left:18px}.hero-next{right:18px}
.hero-dots{position:absolute;z-index:4;left:50%;bottom:44px;transform:translateX(-50%);display:flex;gap:10px}
.hero-dots button{width:11px;height:11px;border-radius:50%;border:1px solid rgba(255,255,255,.9);padding:0;background:rgba(255,255,255,.35);cursor:pointer}
.hero-dots button.is-active{background:#fff;transform:scale(1.18)}
.hero-slider>.hero-meta{position:absolute;z-index:4;left:6vw;right:6vw;bottom:22px;display:flex;gap:10px;flex-wrap:wrap}
.hero-slider>.hero-meta span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:rgba(255,255,255,.88)}
@media(max-width:700px){
  .hero-slider{min-height:calc(100svh - 72px)}
  .hero-slide{background-position:var(--hero-position-mobile,var(--hero-position,center))}
  .hero-slide-overlay{background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.30) 37%,rgba(0,0,0,.92) 83%,rgba(0,0,0,.96) 100%)}
  .hero-slider .hero-content{width:100%;padding:38vh 22px 12vh}
  .hero-slider h1,.hero-slider h2{font-size:44px;max-width:11ch}
  .hero-arrow{width:40px;height:52px;font-size:36px;top:42%}
  .hero-prev{left:6px}.hero-next{right:6px}
  .hero-dots{bottom:62px}
  .hero-slider>.hero-meta{left:22px;right:22px;bottom:18px;gap:8px 12px}
  .hero-slider>.hero-meta span{font-size:9px}
}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}


/* v031 — CTA hero collegate ai corsi e testimonianze con dimensioni uniformi */
#corso-individuali,#corso-insieme,#corso-easy-start{scroll-margin-top:110px}
.testimonial-featured{
  height:560px;
  min-height:560px;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
}
.testimonial-featured img{
  height:560px;
  min-height:560px;
}
.testimonial-featured-content{
  height:560px;
  min-height:560px;
  overflow-y:auto;
  justify-content:center;
  scrollbar-width:thin;
}
.testimonial-featured-content.is-long blockquote{font-size:20px;line-height:1.42}
@media(max-width:900px){
  .testimonial-featured{height:650px;min-height:650px;grid-template-columns:1fr 1fr}
  .testimonial-featured img{height:650px;min-height:650px}
  .testimonial-featured-content{height:650px;min-height:650px;padding:34px}
}
@media(max-width:700px){
  .testimonial-featured{height:620px;min-height:620px;grid-template-columns:1fr;grid-template-rows:250px 370px}
  .testimonial-featured img{height:250px;min-height:250px}
  .testimonial-featured-content{height:370px;min-height:370px;padding:24px 21px;justify-content:flex-start}
  .testimonial-featured-content.is-long blockquote{font-size:17px;line-height:1.38}
}


/* v032 — testimonianze uniformi e contenuto sempre contenuto nel pannello */
.testimonial-featured{
  height:580px!important;
  min-height:580px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)!important;
  overflow:hidden!important;
}
.testimonial-featured img{
  width:100%!important;
  height:580px!important;
  min-height:580px!important;
  object-fit:cover!important;
}
.testimonial-featured-content{
  box-sizing:border-box!important;
  width:100%!important;
  height:580px!important;
  min-height:580px!important;
  padding:38px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  justify-content:center!important;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.testimonial-featured blockquote{
  margin:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere;
  font-size:clamp(18px,1.55vw,24px)!important;
  line-height:1.42!important;
}
.testimonial-featured-content.is-long{justify-content:flex-start!important}
.testimonial-featured-content.is-long blockquote{font-size:18px!important;line-height:1.42!important}
.testimonial-featured-meta{flex:0 0 auto;margin-top:24px!important;padding-bottom:4px}
@media(max-width:900px){
  .testimonial-featured{height:560px!important;min-height:560px!important;grid-template-columns:1fr 1fr!important}
  .testimonial-featured img{height:560px!important;min-height:560px!important}
  .testimonial-featured-content{height:560px!important;min-height:560px!important;padding:30px!important}
  .testimonial-featured blockquote{font-size:18px!important}
  .testimonial-featured-content.is-long blockquote{font-size:16px!important;line-height:1.38!important}
}
@media(max-width:700px){
  .testimonial-featured{height:650px!important;min-height:650px!important;grid-template-columns:1fr!important;grid-template-rows:235px 415px!important}
  .testimonial-featured img{height:235px!important;min-height:235px!important}
  .testimonial-featured-content{height:415px!important;min-height:415px!important;padding:24px 21px!important;justify-content:flex-start!important}
  .testimonial-featured blockquote{font-size:17px!important;line-height:1.4!important}
  .testimonial-featured-content.is-long blockquote{font-size:15px!important;line-height:1.36!important}
  .testimonial-featured-meta{margin-top:18px!important}
}


/* v033 — visual polish: frosted navigation and cinematic hero motion */
.site-header{
  position:fixed;
  left:0;
  right:0;
  top:0;
  background:rgba(255,255,255,.74);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
  backdrop-filter:blur(18px) saturate(145%);
  border-bottom:1px solid rgba(255,255,255,.42);
  box-shadow:0 1px 0 rgba(0,0,0,.04);
  transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.site-header.is-scrolled{
  background:rgba(255,255,255,.94);
  border-bottom-color:rgba(0,0,0,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.hero-slider{min-height:100svh}
.hero-slide{
  background-image:none !important;
  isolation:isolate;
  transition:opacity .95s cubic-bezier(.4,0,.2,1),visibility .95s;
}
.hero-slide::before{
  content:"";
  position:absolute;
  inset:-2%;
  z-index:-2;
  background-image:var(--hero-image);
  background-size:cover;
  background-position:var(--hero-position,center);
  background-repeat:no-repeat;
  transform:scale(1.065);
  transition:transform 7.4s cubic-bezier(.2,.7,.2,1),filter .8s ease;
  filter:saturate(.92) contrast(1.03);
  will-change:transform;
}
.hero-slide:nth-child(2)::before{transform:scale(1.055) translate3d(-.6%,0,0)}
.hero-slide:nth-child(3)::before{transform:scale(1.07) translate3d(.7%,0,0)}
.hero-slide.is-active::before{transform:scale(1) translate3d(0,0,0)}
.hero-slider .hero-content>*{
  opacity:0;
  transform:translateY(18px);
}
.hero-slide.is-active .hero-content>*{
  opacity:1;
  transform:translateY(0);
  transition:opacity .62s ease,transform .62s ease;
}
.hero-slide.is-active .hero-content>*:nth-child(2){transition-delay:.08s}
.hero-slide.is-active .hero-content>*:nth-child(3){transition-delay:.15s}
.hero-slide.is-active .hero-content>*:nth-child(4){transition-delay:.22s}
.hero-dots button{
  transition:width .3s ease,background .3s ease,opacity .3s ease;
}
.hero-dots button.is-active{width:34px}
@media(max-width:900px){
  .site-nav{background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
  .hero-slide::before{background-position:var(--hero-position-mobile,var(--hero-position,center))}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide::before,.hero-slider .hero-content>*{transition:none!important;transform:none!important}
}


/* v034 — navigazione più contemporanea e percorsi interattivi */
.site-header{
  top:12px;
  width:min(1460px,calc(100% - 24px));
  height:72px;
  margin:0 auto 12px;
  padding:0 20px 0 24px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.68);
  border-radius:18px;
  box-shadow:0 10px 35px rgba(17,17,17,.09);
  backdrop-filter:blur(20px) saturate(145%);
  -webkit-backdrop-filter:blur(20px) saturate(145%);
}
.brand img{width:205px}
.site-nav{gap:8px}
.site-nav>a:not(.nav-cta){padding:9px 11px;border-radius:10px;transition:background .2s ease,color .2s ease}
.site-nav>a:not(.nav-cta):hover,.site-nav>a:not(.nav-cta):focus-visible{background:rgba(17,17,17,.065);outline:none}
.nav-cta{border-radius:11px;padding:11px 17px;transition:transform .2s ease,background .2s ease}
.nav-cta:hover,.nav-cta:focus-visible{background:var(--red);transform:translateY(-1px);outline:none}

.course-card-link{position:relative;display:flex;flex-direction:column;color:inherit;text-decoration:none;overflow:hidden;transition:transform .22s ease,background .22s ease,box-shadow .22s ease;cursor:pointer}
.course-card-link:before{content:'';position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.course-card-link:hover,.course-card-link:focus-visible{background:#fff;transform:translateY(-5px);box-shadow:0 16px 36px rgba(17,17,17,.09);z-index:2;outline:none}
.course-card-link:hover:before,.course-card-link:focus-visible:before{transform:scaleX(1)}
.course-card-link p{margin-bottom:28px}
.course-card-action{margin-top:auto;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--red)}
.course-card-action span{display:inline-block;margin-left:5px;transition:transform .2s ease}
.course-card-link:hover .course-card-action span{transform:translateY(3px)}
.course-details details{scroll-margin-top:110px}
.advanced-note{margin-top:24px;padding:18px;border-left:4px solid var(--red);background:#fff}

.teacher-profile{grid-template-columns:minmax(300px,.7fr) minmax(560px,1.3fr)}
.teacher-photo{min-height:680px;max-height:760px}
.teacher-profile-copy{padding:86px 7vw}

@media(max-width:900px){
  .site-header{top:8px;width:calc(100% - 16px);height:66px;margin-bottom:8px;padding:0 15px;border-radius:15px}
  .brand img{width:174px}
  .site-nav{top:73px;left:8px;right:8px;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 18px 38px rgba(0,0,0,.12)}
  .teacher-profile{grid-template-columns:1fr}
  .teacher-photo{min-height:560px;max-height:660px}
}
@media(max-width:600px){
  .site-header{height:62px}
  .brand img{width:160px}
  .site-nav{top:69px}
  .course-card-link{min-height:260px}
  .teacher-photo{min-height:460px;max-height:540px}
}


/* v036 — translucent premium navigation and hero focal-point correction */
.site-header{
  background:rgba(248,246,242,.58);
  border-color:rgba(255,255,255,.58);
  box-shadow:0 8px 30px rgba(17,17,17,.07);
  -webkit-backdrop-filter:blur(24px) saturate(155%);
  backdrop-filter:blur(24px) saturate(155%);
}
.site-header.is-scrolled{
  background:rgba(248,246,242,.76);
  border-color:rgba(255,255,255,.72);
  box-shadow:0 12px 38px rgba(17,17,17,.10);
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .site-header,.site-header.is-scrolled{background:rgba(248,246,242,.94)}
}
@media(max-width:900px){
  .site-nav{background:rgba(248,246,242,.92)}
}

.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}


/* v037 — first-slide focal point: subject moved right and below the floating navigation */
@media(min-width:901px){
  .hero-slide[data-slide="0"]::before{
    background-position:20% 50%;
    transform:scale(1.035) translate3d(3.5%,4.5%,0)!important;
  }
}

/* v038 — ulteriore regolazione della prima slide su desktop */
@media(min-width:901px){
  .hero-slide[data-slide="0"]::before{
    background-position:20% 50%;
    transform:scale(1.035) translate3d(5.25%,6.25%,0)!important;
  }
}

/* v039 — mobile hero and navigation rebuilt for clear spacing */
@media(max-width:600px){
  .site-header,
  .site-header.is-scrolled{
    top:8px;
    width:calc(100% - 16px);
    height:56px;
    padding:0 10px 0 14px;
    border-radius:16px;
    background:rgba(248,246,242,.72);
    border:1px solid rgba(255,255,255,.72);
    box-shadow:0 8px 26px rgba(0,0,0,.12);
    -webkit-backdrop-filter:blur(20px) saturate(145%);
    backdrop-filter:blur(20px) saturate(145%);
  }
  .brand{display:flex;align-items:center;min-width:0}
  .brand img{width:142px;max-height:38px;object-fit:contain}
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:72px;
    height:38px;
    padding:0 15px;
    border:1px solid rgba(17,17,17,.12);
    border-radius:11px;
    background:rgba(17,17,17,.92);
    color:#fff;
    font-size:13px;
    letter-spacing:.01em;
  }
  .site-nav{
    top:64px;
    left:8px;
    right:8px;
    padding:14px;
    gap:4px;
    border:1px solid rgba(255,255,255,.75);
    border-radius:16px;
    background:rgba(248,246,242,.96);
    box-shadow:0 18px 38px rgba(0,0,0,.16);
  }
  .site-nav>a{width:100%;padding:11px 12px!important;border-radius:10px}
  .site-nav .nav-cta{text-align:center;margin-top:5px}

  .hero-slider{
    min-height:max(820px,100svh);
    background:#080808;
  }
  .hero-slide{
    align-items:stretch;
  }
  .hero-slide::before{
    inset:0 0 auto;
    height:46vh;
    min-height:330px;
    max-height:430px;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-color:#080808;
    background-position:var(--hero-position-mobile,center top)!important;
    transform:none!important;
    filter:saturate(.9) contrast(1.03);
  }
  .hero-slide[data-slide="0"]::before{background-position:48% top!important}
  .hero-slide[data-slide="1"]::before{background-position:58% center!important}
  .hero-slide[data-slide="2"]::before{background-position:50% center!important}
  .hero-slide-overlay{
    background:linear-gradient(180deg,
      rgba(0,0,0,.08) 0%,
      rgba(0,0,0,.16) 31%,
      rgba(8,8,8,.82) 45%,
      #080808 55%,
      #080808 100%);
  }
  .hero-slider .hero-content{
    width:100%;
    padding:43vh 20px 86px;
    align-self:stretch;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .hero-slider .eyebrow{
    margin:0 0 12px;
    font-size:10px;
    line-height:1.35;
    letter-spacing:.15em;
  }
  .hero-slider h1,
  .hero-slider h2{
    max-width:12ch;
    margin:0 0 18px;
    font-size:clamp(39px,12vw,52px);
    line-height:.98;
    letter-spacing:-.045em;
  }
  .hero-slider .hero-copy{
    margin:0;
    max-width:34rem;
    font-size:17px;
    line-height:1.48;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin:24px 0 0;
  }
  .hero-actions .button{
    width:100%;
    min-height:52px;
    padding:14px 16px;
  }
  .hero-arrow{
    top:25vh;
    width:38px;
    height:48px;
    font-size:33px;
    background:rgba(0,0,0,.38);
  }
  .hero-prev{left:8px}
  .hero-next{right:8px}
  .hero-dots{bottom:24px;gap:8px}
  .hero-dots button{width:10px;height:10px}
  .hero-dots button.is-active{width:30px}
  .hero-slider>.hero-meta{display:none}
}

@media(max-width:380px){
  .hero-slider{min-height:860px}
  .hero-slider .hero-content{padding-left:17px;padding-right:17px}
  .hero-slider h1,.hero-slider h2{font-size:38px}
}

/* Language switcher */
.language-switcher{display:inline-flex;align-items:center;gap:.18rem;padding:.22rem;border:1px solid rgba(20,20,20,.14);border-radius:999px;background:rgba(255,255,255,.38);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:.72rem;font-weight:800;letter-spacing:.08em;line-height:1}
.language-switcher a,.language-switcher span{display:grid;place-items:center;min-width:2rem;height:1.8rem;padding:0 .38rem;border-radius:999px;color:inherit;text-decoration:none}
.language-switcher span[aria-current=page]{background:#111;color:#fff}
.language-switcher a:hover{background:rgba(0,0,0,.08)}
@media(max-width:900px){.language-switcher{margin-left:auto}.site-nav .language-switcher{margin: .35rem 0 .25rem;align-self:flex-start}}

/* v044 — hybrid premium refinement: v042 clarity + v043 navigation and courses */
:root{
  --premium-dark:#0b0b0b;
  --premium-accent:#d8ff53;
  --premium-line:rgba(17,17,17,.16);
}
/* Header: dark glass, while retaining the original black/red logo on a light plaque */
.site-header{
  position:fixed;
  top:12px;
  left:2.2vw;
  right:2.2vw;
  width:auto;
  height:68px;
  padding:0 18px 0 10px;
  background:rgba(8,8,8,.48);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  box-shadow:0 12px 38px rgba(0,0,0,.14);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  transition:background .28s ease,box-shadow .28s ease,top .28s ease;
}
.site-header.is-scrolled,
.site-header.scrolled{
  top:8px;
  background:rgba(8,8,8,.76);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 14px 38px rgba(0,0,0,.22);
}
.brand{
  height:50px;
  min-width:205px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px 12px;
  background:rgba(255,255,255,.96);
  border-radius:9px;
  overflow:hidden;
}
.brand img{
  width:auto;
  height:39px;
  max-width:190px;
  filter:none;
  object-fit:contain;
}
.site-nav{gap:22px;font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}
.site-nav a{color:inherit;position:relative}
.site-nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right .22s ease}
.site-nav>a:not(.nav-cta):hover:after{right:0}
.language-switcher{border-left:1px solid rgba(255,255,255,.22);padding-left:16px}
.language-switcher span,.language-switcher a{color:#fff}
.language-switcher span[aria-current=page]{background:#fff;color:#111}
.language-switcher a:hover{background:rgba(255,255,255,.12)}
.nav-cta{background:var(--premium-accent);color:#111!important;padding:11px 15px;border-radius:8px}

/* Courses: premium editorial rows, without changing the rest of the site */
.courses-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  background:transparent;
  border-top:1px solid var(--premium-line);
}
.courses-grid .card{
  display:grid;
  grid-template-columns:70px minmax(250px,.82fr) 1fr auto;
  align-items:center;
  gap:28px;
  min-height:0;
  padding:30px 8px;
  background:transparent;
  border-bottom:1px solid var(--premium-line);
  text-decoration:none;
  transition:background .25s ease,color .25s ease,padding .25s ease;
}
.courses-grid .card:hover,
.courses-grid .card:focus-visible{
  background:var(--premium-dark);
  color:#fff;
  padding-left:22px;
  padding-right:22px;
  outline:none;
}
.courses-grid .card-number{font-size:11px;letter-spacing:.15em;color:var(--red);font-weight:900}
.courses-grid .card h3{margin:0;font-size:clamp(1.65rem,3vw,3.15rem);line-height:1;letter-spacing:-.045em}
.courses-grid .card p{margin:0;max-width:620px;color:#6f6b65}
.courses-grid .card:hover p,.courses-grid .card:focus-visible p{color:#b8b5ae}
.course-card-action{text-transform:uppercase;font-size:10px;letter-spacing:.13em;font-weight:900;white-space:nowrap}

@media(max-width:900px){
  .site-header{left:10px;right:10px;top:8px;height:64px;padding:0 12px;border-radius:12px}
  .brand{height:46px;min-width:170px;padding:4px 9px}
  .brand img{height:35px;max-width:158px}
  .menu-toggle{display:block;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:11px}
  .site-nav{top:70px;left:0;right:0;background:rgba(9,9,9,.97);color:#fff;border:1px solid rgba(255,255,255,.13);border-radius:12px;padding:24px;gap:18px}
  .language-switcher{border-left:0;padding-left:0}
  .courses-grid .card{grid-template-columns:52px 1fr auto;gap:17px}
  .courses-grid .card p{grid-column:2/4}
}
@media(max-width:600px){
  .site-header{height:60px;padding:0 9px}
  .brand{height:43px;min-width:145px;padding:3px 8px}
  .brand img{height:32px;max-width:138px}
  .courses-grid .card{grid-template-columns:40px 1fr;padding:24px 0;gap:12px}
  .courses-grid .card h3{font-size:1.85rem}
  .courses-grid .card p,.courses-grid .course-card-action{grid-column:2}
  .courses-grid .card:hover,.courses-grid .card:focus-visible{padding-left:10px;padding-right:10px}
}

/* v045 — single course accordion: no duplicated navigation */
.course-selector{margin-top:42px}
.course-selector summary{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:30px 4px}
.course-selector .course-index{font-size:11px;letter-spacing:.15em;color:var(--red);font-weight:900}
.course-selector summary>span{font-size:clamp(25px,3vw,40px);line-height:1.04}
.course-selector summary>small{max-width:310px}
.course-selector summary:hover>span,.course-selector summary:focus-visible>span{color:var(--red)}
.course-selector details[open] summary{background:rgba(255,255,255,.45)}
.teacher-video-grid{margin-top:64px}
@media(max-width:700px){
  .course-selector summary{grid-template-columns:38px minmax(0,1fr) auto;gap:10px 12px;padding:24px 0}
  .course-selector summary>small{grid-column:2;grid-row:2;text-align:left;max-width:none}
  .course-selector summary:after{grid-column:3;grid-row:1/3}
  .course-selector summary>span{font-size:1.65rem}
}

/* v046 — iPhone/mobile-first refinement. Desktop remains unchanged. */
@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }
  body { overflow-x: hidden; }
  #studenti, #metodo, #corsi, #scuola, #faq, #contatti, .testimonials { scroll-margin-top: 76px; }

  /* Compact mobile navigation */
  .site-header {
    top: 8px;
    left: 10px;
    right: 10px;
    height: 56px;
    padding: 0 8px;
    border-radius: 12px;
    background: rgba(8,8,8,.78);
    border-color: rgba(255,255,255,.14);
    box-shadow: 0 8px 24px rgba(0,0,0,.24);
  }
  .site-header.is-scrolled,
  .site-header.scrolled { top: 6px; background: rgba(8,8,8,.9); }
  .brand {
    height: 40px;
    min-width: 128px;
    max-width: 142px;
    padding: 3px 7px;
    border-radius: 8px;
  }
  .brand img { height: 29px; max-width: 124px; }
  .menu-toggle {
    min-width: 76px;
    height: 40px;
    padding: 0 14px;
    border-radius: 9px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 10px;
    letter-spacing: .16em;
  }
  .site-nav {
    top: 62px;
    left: 0;
    right: 0;
    max-height: calc(100svh - 78px);
    overflow-y: auto;
    padding: 18px;
    gap: 14px;
    border-radius: 12px;
    font-size: 13px;
  }
  .site-nav .nav-cta { width: 100%; text-align: center; }

  /* Hero: dedicated image area + dedicated copy area */
  .hero-slider {
    min-height: 815px;
    background: #080808;
  }
  .hero-slide {
    align-items: stretch;
    background-image: none !important;
  }
  .hero-slide::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 70px 0 auto;
    height: 315px;
    min-height: 0;
    max-height: none;
    background-image: var(--hero-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #080808;
    transform: none !important;
    filter: saturate(.9) contrast(1.03);
  }
  .hero-slide[data-slide="0"]::before { background-position: 43% 32% !important; }
  .hero-slide[data-slide="1"]::before { background-position: 52% 35% !important; }
  .hero-slide[data-slide="2"]::before { background-position: 49% 42% !important; }
  .hero-slide-overlay {
    z-index: 1;
    background: linear-gradient(180deg,
      rgba(0,0,0,.02) 70px,
      rgba(0,0,0,.02) 285px,
      rgba(8,8,8,.62) 350px,
      #080808 405px,
      #080808 100%);
  }
  .hero-slider .hero-content {
    z-index: 2;
    width: 100%;
    padding: 410px 20px 76px;
    align-self: stretch;
    justify-content: flex-start;
  }
  .hero-slider .eyebrow {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.3;
  }
  .hero-slider h1,
  .hero-slider h2 {
    max-width: 11ch;
    margin: 0 0 16px;
    font-size: clamp(38px, 11.2vw, 47px);
    line-height: .98;
  }
  .hero-slider .hero-copy {
    font-size: 16px;
    line-height: 1.46;
  }
  .hero-actions { margin-top: 20px; gap: 9px; }
  .hero-actions .button { min-height: 48px; padding: 12px 14px; font-size: 13px; }
  .hero-arrow {
    top: 225px;
    width: 36px;
    height: 46px;
    font-size: 31px;
    background: rgba(0,0,0,.44);
  }
  .hero-prev { left: 7px; }
  .hero-next { right: 7px; }
  .hero-dots { bottom: 24px; }
  .hero-slider > .hero-meta { display: none; }

  /* Global mobile rhythm */
  .section { padding: 66px 20px; }
  .section-heading,
  .section-heading.split-heading {
    display: block;
    max-width: none;
    margin: 0 0 32px;
  }
  .section-heading h2,
  .section-heading.split-heading h2 {
    margin: 0;
    font-size: clamp(38px, 10.5vw, 48px);
    line-height: 1.01;
    letter-spacing: -.045em;
  }
  .section-heading > p:last-child,
  .split-heading > p {
    margin: 18px 0 0;
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
  }
  .eyebrow { margin-bottom: 10px; }

  /* Proof strip */
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { padding: 20px 18px; min-height: 94px; }
  .proof-strip strong { font-size: 15px; }
  .proof-strip span { font-size: 12px; line-height: 1.35; }

  /* Student video player */
  .video-showcase { gap: 14px; }
  .featured-caption {
    display: block;
    padding: 15px 16px;
  }
  .featured-caption strong { font-size: 18px; }
  .featured-caption span { display: block; margin-top: 3px; text-align: left; font-size: 12px; }
  .featured-play { width: 64px; height: 64px; font-size: 23px; }
  .video-playlist { gap: 8px; margin-right: -20px; padding-right: 20px; }
  .playlist-item { flex-basis: 225px; grid-template-columns: 92px minmax(0,1fr); gap: 10px; }
  .playlist-copy strong { font-size: 13px; }
  .playlist-copy small { font-size: 11px; }

  /* Testimonials: compact, readable and equal footprint */
  .testimonials { padding-top: 66px; }
  .testimonial-showcase { gap: 14px; }
  .testimonial-featured {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0 !important;
    height: auto !important;
  }
  .testimonial-featured img {
    position: static;
    width: 100%;
    height: 265px !important;
    min-height: 0 !important;
    object-fit: cover;
  }
  .testimonial-featured-content {
    position: static;
    height: 345px !important;
    min-height: 345px !important;
    max-height: 345px;
    overflow-y: auto;
    padding: 24px 20px 22px !important;
    background: #151515;
  }
  .testimonial-featured blockquote,
  .testimonial-featured-content.is-long blockquote {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }
  .testimonial-featured-meta { margin-top: 20px; }
  .testimonial-selector { margin-right: -20px; padding-right: 20px; }
  .testimonial-select-item { flex-basis: 220px; grid-template-columns: 66px minmax(0,1fr); }
  .testimonial-select-item img { width: 66px; height: 64px; }
  .reviews-cta { margin-top: 24px; }
  .reviews-cta .button { width: 100%; }

  /* Method */
  .method-section { display: block; padding: 0; }
  .method-image img { height: 285px; object-position: center 35%; }
  .method-copy { padding: 58px 20px 62px; }
  .method-copy h2 { font-size: 39px; line-height: 1.02; margin-bottom: 28px; }
  .method-points > div { padding: 19px 0; }
  .method-points strong { font-size: 18px; }
  .method-points p { margin: 7px 0 0; }

  /* Courses */
  .course-selector { margin-top: 28px; }
  .course-selector summary { padding: 21px 0; }
  .course-selector summary > span { font-size: 1.48rem; line-height: 1.08; }
  .course-selector summary > small { font-size: 12px; line-height: 1.35; }
  .course-detail-body { padding: 0 0 30px 0; }
  .course-detail-body h3 { font-size: 20px; }
  .course-detail-body ul { padding-left: 20px; }
  .teacher-video-grid { margin-top: 44px; gap: 16px; }
  .teacher-video-copy { padding: 17px; }

  /* School, FAQ and contact */
  .teacher-photo { min-height: 390px; height: 390px; }
  .teacher-photo img { object-position: center 28%; }
  .teacher-profile-copy { padding: 58px 20px 64px; }
  .teacher-profile-copy h2 { font-size: 40px; line-height: 1.02; }
  .teacher-profile-copy .teacher-lead { font-size: 19px; }
  .teacher-highlights { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 18px; line-height: 1.35; padding-right: 24px; }
  .faq-list details { padding: 19px 0; }
  .contact-section { padding: 66px 20px; gap: 38px; }
  .contact-copy h2 { font-size: 43px; line-height: 1.01; }
  .contact-item { min-width: 0; }
  .contact-text strong { overflow-wrap: anywhere; font-size: 16px; }
  .contact-form { padding: 20px; gap: 15px; }
  .contact-map { min-height: 300px; border-width: 4px; }
  footer { padding: 28px 20px; }
}

@media (max-width: 380px) {
  .hero-slider { min-height: 825px; }
  .hero-slide::before { height: 300px; }
  .hero-slider .hero-content { padding-top: 390px; }
  .hero-slider h1,
  .hero-slider h2 { font-size: 37px; }
  .site-header { left: 7px; right: 7px; }
}
