:root{--paper:#fbf9f5;--white:#fff;--ink:#211d1a;--muted:#73685f;--gold:#b99a5b;--gold-dark:#93743d;--line:#ded4c6;--taupe:#6a584a;--dark:#493c32;--radius:14px;--shadow:0 18px 55px rgba(54,43,34,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.55}body.no-scroll{overflow:hidden}button,a{font:inherit}button{cursor:pointer}.skip{position:fixed;left:1rem;top:-5rem;z-index:99;background:#fff;padding:.8rem}.skip:focus{top:1rem}h1,h2,h3{font-family:"Playfair Display",serif;font-weight:500;line-height:1.04;margin:0}p{margin:0}.site-header{height:82px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(251,249,245,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.brand{display:flex;gap:12px;align-items:center;color:var(--ink);text-decoration:none}.brand-mark{font-family:"Playfair Display",serif;font-size:31px;color:var(--gold-dark);line-height:1}.brand-copy{font-size:11px;line-height:1.05;letter-spacing:.12em}.brand-copy small{font-size:8px;color:var(--muted)}nav{display:flex;gap:30px;align-items:center}nav a,.text-button{border:0;background:transparent;color:var(--ink);text-decoration:none;font-size:14px;padding:10px 0}.cart-button{border:0;background:transparent;font-weight:600}.cart-button span{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--gold);color:white;margin-left:6px}.hero{min-height:700px;display:grid;grid-template-columns:46% 54%;background:#f7f2eb}.hero-copy{padding:clamp(60px,7vw,105px) clamp(28px,6vw,92px);display:flex;flex-direction:column;justify-content:center}.demo-note{align-self:flex-start;background:#eee6da;border:1px solid #d9ccb9;padding:7px 11px;font-size:12px;color:#6c5e52;margin-bottom:24px}.hero h1{font-size:clamp(48px,5.3vw,78px);letter-spacing:-.035em;max-width:680px}.lead{font-size:clamp(17px,1.6vw,23px);max-width:650px;color:var(--muted);margin:26px 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;padding:0 25px;border-radius:8px;border:1px solid var(--gold);text-decoration:none;font-weight:600;transition:.2s}.primary{background:var(--gold);color:white}.primary:hover,.primary:focus-visible{background:var(--gold-dark);box-shadow:0 8px 24px rgba(185,154,91,.3)}.secondary{background:transparent;color:var(--ink)}.secondary:hover,.secondary:focus-visible{background:white}.hero-points{display:flex;gap:28px;margin-top:60px;color:var(--muted);font-size:13px}.hero-points span:before{content:"◇";color:var(--gold);font-size:20px;margin-right:8px}.hero-media{position:relative;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-signature{position:absolute;right:7%;bottom:8%;background:rgba(255,255,255,.9);padding:20px 25px;border-left:3px solid var(--gold);font-family:"Playfair Display",serif;font-size:23px}.hero-signature em{color:var(--gold-dark)}.section{padding:90px clamp(24px,5vw,76px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.section-heading>div>p,.learning-intro>p,.about>div>p,.drawer>p{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin-bottom:8px}.section-heading h2,.about h2,.cta h2{font-size:clamp(36px,4vw,58px)}.section-heading>p{max-width:320px;color:var(--muted)}.filters{display:flex;gap:9px;margin:32px 0 24px}.filters button{padding:9px 18px;border:1px solid var(--line);border-radius:6px;background:white}.filters button.active{background:var(--gold);border-color:var(--gold);color:white}.course-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:22px}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.course-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s;display:flex;flex-direction:column;min-height:405px}.course-card:hover,.course-card:focus-within{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--gold)}.course-card img{width:100%;height:190px;object-fit:cover}.course-card>div{padding:17px;display:flex;flex-direction:column;flex:1}.course-card h3{font-size:22px;margin-bottom:8px}.course-card p{font-size:14px;color:var(--muted)}.course-card footer{margin-top:auto;padding:16px 0 0;border:0;display:flex;align-items:center;justify-content:space-between;background:none;font-size:13px}.course-card button{border:0;background:none;color:var(--gold-dark);font-weight:600;padding:0}.course-detail{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:18px;position:sticky;top:104px;align-self:start}.course-detail img{width:100%;height:205px;object-fit:cover;border-radius:9px}.course-detail h3{font-size:27px;margin:17px 0 10px}.course-detail>p{color:var(--muted);font-size:14px}.course-detail ul{padding:0;list-style:none;margin:18px 0}.course-detail li{padding:6px 0;font-size:14px}.course-detail li:before{content:"✓";color:var(--gold-dark);margin-right:9px}.full{width:100%}.learning{padding:86px clamp(24px,5vw,76px);background:var(--dark);color:white;display:grid;grid-template-columns:.85fr 1.45fr .8fr;gap:26px;align-items:center}.learning-intro h2{font-size:clamp(40px,4.5vw,64px)}.learning-intro>p:last-child{color:#ddd1c8;margin-top:20px}.video-player{position:relative;border:1px solid #baa993;border-radius:10px;overflow:hidden;background:black}.video-player img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.play{position:absolute;inset:50% auto auto 50%;translate:-50% -50%;width:70px;height:70px;border-radius:50%;border:1px solid white;background:rgba(33,29,26,.7);color:white;font-size:25px}.video-controls{position:absolute;bottom:0;left:0;right:0;padding:12px;display:flex;align-items:center;gap:10px;background:linear-gradient(transparent,rgba(0,0,0,.8));font-size:12px}.timeline{height:4px;background:#b6aaa1;flex:1}.timeline i{display:block;width:42%;height:100%;background:var(--gold)}.modules{border:1px solid #8c7a6b;border-radius:10px;padding:20px}.module-head{display:flex;justify-content:space-between;gap:10px;font-size:12px}.module-head strong{font-family:"Playfair Display",serif;font-size:19px}.progress{height:5px;background:#8a796b;margin:15px 0}.progress i{display:block;width:38%;height:100%;background:var(--gold)}.modules ol{list-style:none;padding:0;margin:0}.modules li{padding:9px 4px;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px;color:#cfc2b8}.modules li:before{content:"○";margin-right:8px}.modules li.done:before{content:"●";color:var(--gold)}.modules li.current{background:rgba(185,154,91,.17);color:white}.about{display:grid;grid-template-columns:.8fr 1.3fr .8fr;gap:55px;align-items:center}.about>img{width:100%;max-height:440px;object-fit:contain;object-position:bottom}.about>div>p:not(:first-child){color:var(--muted);margin:17px 0}.about ul{list-style:none;border-left:1px solid var(--line);padding-left:35px}.about li{padding:14px 0;border-bottom:1px solid var(--line)}.about li:before{content:"◇";color:var(--gold);margin-right:12px}.steps{padding-top:35px;padding-bottom:70px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.steps div{display:grid;grid-template-columns:auto 1fr;gap:2px 18px}.steps p{grid-row:1/3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:white}.steps h3{font-family:"DM Sans";font-size:18px}.steps span{color:var(--muted);font-size:14px}.cta{text-align:center;padding:85px 24px;background:#f0e8dc}.cta p{color:var(--muted);margin:15px 0 24px}body>footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px clamp(24px,5vw,76px);background:white;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}body>footer a{color:inherit}.drawer-backdrop{position:fixed;inset:0;background:rgba(28,23,19,.48);z-index:70}.drawer{position:fixed;top:0;right:0;width:min(440px,100%);height:100vh;background:var(--paper);z-index:71;padding:70px 32px 30px;translate:100% 0;transition:.25s;box-shadow:-20px 0 50px rgba(0,0,0,.18);overflow:auto}.drawer.open{translate:0}.drawer-close,.modal-close{position:absolute;right:20px;top:18px;border:0;background:transparent;font-size:30px}.drawer h2{font-size:42px;margin-bottom:25px}.cart-item{display:flex;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item img{width:80px;height:65px;object-fit:cover;border-radius:6px}.cart-item button{margin-left:auto;border:0;background:none}.drawer-total{display:flex;justify-content:space-between;margin:28px 0}.drawer small{display:block;color:var(--muted);margin-top:15px}.learning-card{background:white;border:1px solid var(--line);padding:20px;border-radius:10px}.learning-card h3{font-size:27px}.learning-card .progress{background:#e5ddd1}.learning-card p{color:var(--muted);font-size:14px;margin:10px 0 18px}dialog{border:0;border-radius:14px;padding:32px;max-width:620px;width:calc(100% - 32px);box-shadow:var(--shadow)}dialog::backdrop{background:rgba(28,23,19,.58)}dialog h2{font-size:37px;margin-bottom:16px}dialog p{color:var(--muted);margin:10px 0}.toast{position:fixed;left:50%;bottom:28px;translate:-50% 30px;opacity:0;background:var(--dark);color:white;padding:12px 18px;border-radius:7px;z-index:100;transition:.2s}.toast.show{translate:-50% 0;opacity:1}
@media(max-width:1050px){nav{display:none}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding:60px 34px}.hero-points{flex-direction:column;gap:8px;margin-top:32px}.course-layout{grid-template-columns:1fr}.course-detail{position:relative;top:auto;display:grid;grid-template-columns:240px 1fr;gap:20px}.course-detail img{height:100%}.learning{grid-template-columns:1fr 1.4fr}.modules{grid-column:1/-1}.about{grid-template-columns:.7fr 1.3fr}.about ul{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);border-left:0;padding:0}.course-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.site-header{height:70px;padding:0 16px}.brand-mark{font-size:26px}.brand-copy{font-size:9px}.cart-button{font-size:0}.cart-button:before{content:"Warenkorb";font-size:12px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:45px 20px 36px}.hero h1{font-size:44px}.lead{font-size:17px}.hero-media{height:430px}.hero-actions{flex-direction:column}.button{width:100%}.hero-points{font-size:12px}.section{padding:65px 20px}.section-heading{display:block}.section-heading>p{margin-top:16px}.filters{overflow:auto;padding-bottom:5px}.filters button{white-space:nowrap}.course-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-20px;padding-right:20px}.course-card{min-width:82vw;scroll-snap-align:start}.course-detail{display:block}.course-detail img{height:210px}.learning{display:block;padding:65px 20px}.learning-intro{margin-bottom:25px}.modules{margin-top:20px}.about{display:flex;flex-direction:column;padding-bottom:35px}.about>img{max-height:360px;order:2}.about>div{order:1}.about ul{order:3;display:block;width:100%}.steps{display:block;padding:20px}.steps div{margin:30px 0}.cta{padding:65px 20px}body>footer{align-items:flex-start;flex-direction:column}.hero-signature{font-size:18px}.drawer{padding-left:22px;padding-right:22px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.date-select{display:block;font-size:12px;font-weight:600;margin:16px 0}.date-select select{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid var(--line);border-radius:7px;background:white;color:var(--ink)}.training-photo{min-height:360px}.training-photo img{height:100%;min-height:360px}.photo-caption{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:13px 15px;background:rgba(35,29,25,.88);border:1px solid rgba(255,255,255,.25);border-radius:7px}.photo-caption span{font-size:12px;color:#e5d9cf}
@media(max-width:700px){html,body{max-width:100%;overflow-x:hidden}.site-header{max-width:100vw}.brand{min-width:0}.cart-button{padding:0}.cart-button:before{content:""}.cart-button span{font-size:12px;margin-left:0}.hero,.hero-copy{min-width:0;width:100%}.lead{max-width:100%;overflow-wrap:anywhere}.photo-caption{left:10px;right:10px;display:block}.photo-caption span{display:block;margin-top:4px}}

/* Premium academy shop cards */
.course-layout{display:block}.course-detail{display:none}.course-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.course-card{position:relative;isolation:isolate;overflow:visible;min-height:0;background:rgba(255,255,255,.96);border:1px solid rgba(185,154,91,.34);border-radius:16px;cursor:pointer;box-shadow:0 14px 35px rgba(63,45,21,.08);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.course-card:before{content:"";position:absolute;z-index:-1;inset:18px 10px -12px;border-radius:18px;background:rgba(151,111,43,.24);filter:blur(24px);opacity:.45;transition:opacity .3s ease,transform .3s ease}.course-card:hover,.course-card:focus-visible,.course-card:focus-within{transform:translateY(-7px);border-color:rgba(185,154,91,.78);box-shadow:0 22px 48px rgba(72,48,14,.16),0 0 0 1px rgba(185,154,91,.18)}.course-card:hover:before,.course-card:focus-visible:before,.course-card:focus-within:before{opacity:.95;transform:scale(1.025)}.course-card:focus-visible{outline:2px solid var(--gold-dark);outline-offset:5px}.course-image{position:relative;aspect-ratio:1/1;margin:11px 11px 0;overflow:hidden;border-radius:11px;background:linear-gradient(145deg,#f4eee5,#e8dccb)}.course-card img{width:100%;height:100%;aspect-ratio:1/1;display:block;object-fit:contain;object-position:center;background:#efe7dc}.course-image:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.course-image>span{position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:5px;background:rgba(43,34,27,.82);color:#fff;font-size:11px;letter-spacing:.045em;backdrop-filter:blur(7px)}.course-card>div.course-card-copy{padding:20px 20px 19px;min-height:190px}.course-card h3{font-size:25px;line-height:1.12;margin-bottom:10px}.course-card p{font-size:14px;line-height:1.55}.course-card footer{padding-top:22px;align-items:flex-end}.course-card footer button{position:relative;text-align:left}.course-card footer button:after{content:"";display:inline-block;width:18px;height:8px;margin-left:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:skewX(35deg) translateY(-2px)}

dialog[data-modal]{max-width:980px;width:min(980px,calc(100% - 36px));max-height:calc(100vh - 36px);padding:0;border:1px solid rgba(185,154,91,.42);border-radius:18px;background:#fbf8f3;overflow:auto;box-shadow:0 34px 95px rgba(36,27,20,.34)}dialog[data-modal]::backdrop{background:rgba(32,24,18,.7);backdrop-filter:blur(7px)}dialog[data-modal] .modal-close{z-index:4;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);border:1px solid rgba(185,154,91,.45);font-size:25px;line-height:1;color:var(--ink);box-shadow:0 8px 24px rgba(45,32,20,.14)}.course-modal{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);min-height:610px}.course-modal-media{position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#f4eee5,#e6d7c5);padding:30px}.course-modal-media img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:#eee5d9;box-shadow:0 22px 45px rgba(70,49,25,.16)}.course-modal-media>span{position:absolute;left:48px;right:48px;bottom:48px;padding:10px 12px;border-radius:6px;background:rgba(45,35,27,.84);color:white;text-align:center;font-size:12px;letter-spacing:.05em}.course-modal-copy{padding:54px 48px 42px}.course-modal-copy .modal-kicker{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:600}.course-modal-copy h2{font-size:44px;margin:8px 0 18px}.course-modal-copy>p:not(.modal-kicker){font-size:15px;line-height:1.65;color:var(--muted)}.course-modal-copy h3{font-family:"DM Sans",sans-serif;font-size:15px;font-weight:600;margin:25px 0 10px}.course-modal-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;list-style:none;padding:0;margin:0}.course-modal-copy li{font-size:13px;padding:9px 0;border-bottom:1px solid var(--line)}.course-modal-copy li:before{content:"✓";color:var(--gold-dark);font-weight:700;margin-right:8px}.modal-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:22px 0 10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.modal-facts span{padding:13px 8px;font-size:12px;color:var(--muted);border-right:1px solid var(--line)}.modal-facts span:last-child{border-right:0}.modal-facts strong{display:block;color:var(--ink);font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}

@media(max-width:1050px){.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.course-modal{grid-template-columns:.85fr 1.15fr}.course-modal-copy{padding:48px 34px 34px}}
@media(max-width:700px){.course-grid{display:flex;gap:18px}.course-card{min-width:84vw}.course-card>div.course-card-copy{min-height:178px}.course-card h3{font-size:23px}.course-image{margin:9px 9px 0}.course-modal{display:block;min-height:0}.course-modal-media{padding:18px}.course-modal-media img{max-height:350px}.course-modal-media>span{left:30px;right:30px;bottom:30px}.course-modal-copy{padding:30px 22px 28px}.course-modal-copy h2{font-size:34px;padding-right:28px}.course-modal-copy ul{grid-template-columns:1fr}.modal-facts{grid-template-columns:1fr 1fr 1fr}.modal-facts span{padding:10px 5px;font-size:10px}dialog[data-modal]{width:calc(100% - 18px);max-height:calc(100vh - 18px)}}

/* Brand, reviews and compact academy presentation */
.brand-logo{width:58px;height:58px;object-fit:contain;flex:0 0 auto}.google-proof{display:inline-flex;align-items:center;align-self:flex-start;gap:13px;margin-top:28px;padding:12px 16px;border:1px solid rgba(185,154,91,.45);border-radius:10px;background:rgba(255,255,255,.72);color:var(--ink);text-decoration:none;box-shadow:0 12px 30px rgba(77,55,24,.08);transition:.2s}.google-proof:hover,.google-proof:focus-visible{transform:translateY(-2px);border-color:var(--gold);box-shadow:0 14px 34px rgba(132,91,25,.16)}.google-mark{width:31px;height:31px}.google-mark svg{display:block;width:100%;height:100%}.google-proof>span:last-child{display:grid;grid-template-columns:auto auto;column-gap:9px;align-items:center}.google-stars{grid-column:1/-1;color:#e1ae35;font-size:12px;letter-spacing:.08em}.google-proof strong{font-size:13px}.google-proof small{font-size:11px;color:var(--muted)}.hero-points{margin-top:28px}
.review-band{padding:48px clamp(24px,5vw,76px);display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:20px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.review-band-heading{padding-right:28px}.review-band-heading>p,.results-copy>p{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin-bottom:8px}.review-band h2,.results h2{font-size:clamp(34px,3.4vw,50px)}.review-score{display:flex;align-items:center;gap:14px;margin-top:22px}.review-score>strong{font-family:"Playfair Display",serif;font-size:37px;color:var(--gold-dark)}.review-score span{display:flex;flex-direction:column;font-size:11px;color:var(--muted)}.review-score b,.review-stars{color:#e1ae35;letter-spacing:.08em}.review-band article{padding:25px;border:1px solid rgba(185,154,91,.34);border-radius:13px;background:linear-gradient(145deg,#fff,#fbf7f0);box-shadow:0 15px 34px rgba(70,49,22,.07)}.review-band blockquote{font-family:"Playfair Display",serif;font-size:19px;line-height:1.45;margin:14px 0 18px}.review-band article p{font-size:12px;color:var(--muted)}
.results{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);gap:52px;align-items:center;background:#f3ede4}.results-copy>p:last-child{color:var(--muted);margin-top:20px;max-width:480px}.results-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}.results-gallery figure{position:relative;margin:0;overflow:hidden;border-radius:14px;background:#e8ddcf;box-shadow:0 17px 40px rgba(68,47,25,.14)}.results-gallery figure:first-child{grid-row:span 2}.results-gallery img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}.results-gallery figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:6px;background:rgba(35,28,23,.82);color:#fff;font-size:12px;backdrop-filter:blur(7px)}
.course-card>div.course-card-copy{height:176px;min-height:0;padding:17px 18px 15px}.course-card h3{font-size:23px}.course-card footer{padding-top:12px}.course-image{aspect-ratio:4/3}.course-card img{aspect-ratio:auto}.course-image>span{padding:6px 9px}

@media(max-width:1050px){.review-band{grid-template-columns:1fr 1fr}.review-band-heading{grid-column:1/-1}.results{grid-template-columns:1fr}.results-copy{max-width:760px}}
@media(max-width:700px){html,body{width:100%;max-width:100%;overflow-x:clip}.site-header{width:100%;max-width:100%;padding:0 14px}.site-header>*{min-width:0}.site-header .brand{flex:0 1 auto}.cart-button{flex:0 0 auto;margin-left:auto}.brand-logo{width:46px;height:46px}.brand-copy{display:none}.hero{width:100%;max-width:100%;overflow:hidden}.hero-copy{width:auto!important;max-width:100%;min-width:0;padding:38px 18px 30px}.hero-copy>*{max-width:100%}.hero h1{font-size:clamp(39px,12vw,48px);overflow-wrap:anywhere}.lead{width:100%;max-width:100%;overflow-wrap:anywhere}.hero-actions{width:100%;min-width:0}.google-proof{width:auto;max-width:100%;align-self:stretch;margin-top:23px}.google-proof>span:last-child{min-width:0}.hero-points{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-top:22px}.hero-media{width:100%;max-width:100%;min-width:0;height:370px}.review-band{display:block;width:100%;max-width:100%;padding:48px 18px;overflow:hidden}.review-band-heading{min-width:0;padding:0;margin-bottom:20px}.review-band article{min-width:0;margin-top:14px;padding:21px}.section{width:100%;max-width:100%;padding-left:18px;padding-right:18px;overflow:hidden}.section-heading,.section-heading>*{min-width:0;max-width:100%}.filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:visible;width:100%;max-width:100%;gap:8px}.filters button{min-width:0;white-space:normal;padding:9px 8px}.course-layout,.course-grid{min-width:0;max-width:100%}.course-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:17px;width:100%;margin:0;padding:0;overflow:visible}.course-card{min-width:0;max-width:100%;width:100%;display:grid;grid-template-columns:39% minmax(0,61%);border-radius:13px;overflow:hidden}.course-card:before{inset:12px 7px -7px}.course-image{height:100%;min-width:0;aspect-ratio:auto;margin:0;border-radius:0}.course-card img{height:100%;min-height:176px;object-fit:cover}.course-image>span{left:7px;right:7px;bottom:7px;text-align:center;font-size:9px}.course-card>div.course-card-copy{height:auto;min-width:0;min-height:176px;padding:14px 13px}.course-card h3{font-size:20px;margin-bottom:7px;overflow-wrap:anywhere}.course-card p{font-size:12px;line-height:1.4}.course-card footer{display:block;padding-top:10px}.course-card footer button{font-size:12px}.course-card footer>span{display:block;margin-top:4px;font-size:10px;color:var(--muted)}.course-card footer button:after{width:13px;margin-left:5px}.results{padding-top:55px;padding-bottom:55px}.results-copy,.results-gallery{min-width:0;max-width:100%}.results-gallery{grid-template-columns:minmax(0,1fr);gap:12px}.results-gallery figure:first-child{grid-row:auto}.results-gallery img{height:auto;min-height:0;aspect-ratio:1/1;object-fit:cover}.results-gallery figure:nth-child(3) img{object-fit:contain}.course-modal{width:100%;max-width:100%;overflow:hidden}.course-modal-media img{width:100%;max-width:100%}.course-modal-copy{min-width:0;max-width:100%}.modal-facts{width:100%}body>footer{width:100%;max-width:100%;overflow:hidden}body>footer .brand-copy{display:block}}
@media(max-width:700px){.hero-copy{width:100vw!important;max-width:100vw}.hero-copy>h1,.hero-copy>.lead,.hero-copy>.hero-actions,.hero-copy>.google-proof,.hero-copy>.hero-points{width:calc(100vw - 36px);max-width:calc(100vw - 36px)}.review-band-heading,.review-band article,.section-heading,.filters,.course-layout,.course-grid,.course-card,.results-copy,.results-gallery{width:calc(100vw - 36px);max-width:calc(100vw - 36px)}.site-header{width:100vw;max-width:100vw}.cart-button{position:absolute;right:14px}.hero-media{width:100vw;max-width:100vw}}

/* Compact course-card rhythm */
.catalog .section-heading,.catalog .filters,.catalog .course-layout{width:100%;max-width:1320px;margin-left:auto;margin-right:auto}.course-card>div.course-card-copy{height:auto;min-height:0;padding:15px 17px 14px}.course-card h3{display:block;min-height:0;margin:0;font-size:22px;line-height:1.12}.course-card footer{margin-top:14px;padding-top:0}.course-card footer button,.course-card footer>span{font-size:12px}.course-grid{gap:22px;align-items:start}.course-card{align-self:start}
@media(min-width:1150px){.course-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:701px) and (max-width:1149px){.course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.catalog .section-heading,.catalog .filters,.catalog .course-layout{width:calc(100vw - 36px);max-width:calc(100vw - 36px)}.course-card>div.course-card-copy{height:125px;min-height:125px;padding:13px 12px}.course-card h3{min-height:0;font-size:19px}.course-card img{min-height:125px}.course-card footer{margin-top:auto;padding-top:7px}}

.booking-form{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.booking-form>h3{margin:0 0 13px}.booking-fields{display:grid;grid-template-columns:1fr 1fr;gap:11px 12px}.booking-fields label{font-size:11px;font-weight:600;color:var(--ink)}.booking-fields input{display:block;width:100%;height:43px;margin-top:5px;padding:0 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:13px}.booking-fields input:focus{outline:2px solid rgba(185,154,91,.32);border-color:var(--gold)}.booking-wide{grid-column:1/-1}.booking-form .button{margin-top:14px}.booking-form small{display:block;margin-top:8px;color:var(--muted);font-size:10px;line-height:1.4}.booking-success{padding:54px 48px;text-align:center}.booking-success .success-mark{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 19px;border-radius:50%;background:var(--gold);color:#fff;font-size:30px}.booking-success h2{margin:8px 0 16px}.booking-success>p:not(.modal-kicker){max-width:620px;margin:12px auto;color:var(--muted)}.booking-success .button{margin-top:16px}
@media(max-width:700px){.booking-fields{grid-template-columns:1fr}.booking-wide{grid-column:auto}.booking-success{padding:45px 22px}.course-modal-copy{padding-bottom:34px}}

/* Branded opening sequence */
.academy-intro{position:fixed;inset:0;z-index:200;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 44%,#fff 0,#faf6ef 44%,#eadfce 100%);animation:intro-exit 5s cubic-bezier(.7,0,.3,1) forwards}.academy-intro:before,.academy-intro:after{content:"";position:absolute;left:50%;top:50%;border-radius:50%;translate:-50% -50%;pointer-events:none}.academy-intro:before{width:min(60vw,620px);aspect-ratio:1;border:0;background:radial-gradient(circle,rgba(255,255,255,.8) 0,rgba(255,255,255,.28) 46%,transparent 72%);filter:blur(22px)}.academy-intro:after{width:9px;height:9px;background:#d4b46d;box-shadow:-214px -108px 0 -2px rgba(185,154,91,.45),205px -74px 0 -3px rgba(185,154,91,.55),-188px 132px 0 -3px rgba(185,154,91,.4),180px 146px 0 -2px rgba(185,154,91,.45);animation:intro-spark 2.7s ease both}.academy-intro-stage{position:relative;width:min(82vw,540px);height:min(82vw,540px);display:grid;place-items:center}.academy-intro-orbit{position:absolute;inset:0;width:100%;height:100%;overflow:visible;animation:intro-craft-fade .34s 2.02s ease forwards}.intro-bird{fill:url(#intro-gold);opacity:0;transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 5px 8px rgba(121,88,33,.18))}.intro-bird-one{animation:intro-bird-one 1.42s .12s cubic-bezier(.22,.76,.25,1) forwards}.intro-bird-two{animation:intro-bird-two 1.58s .25s cubic-bezier(.22,.76,.25,1) forwards}.intro-bird-three{animation:intro-bird-three 1.72s .08s cubic-bezier(.22,.76,.25,1) forwards}.academy-intro-logo{position:absolute;width:clamp(178px,23vw,252px);height:auto;opacity:0;transform:scale(.58);filter:drop-shadow(0 18px 35px rgba(88,63,25,.18));animation:intro-logo-reveal .78s 1.98s cubic-bezier(.18,.82,.22,1) forwards}.academy-intro-wordmark{position:absolute;top:calc(50% + clamp(132px,16vw,172px));left:0;right:0;text-align:center;opacity:0;transform:translateY(14px);animation:intro-words-reveal .7s 2.68s ease forwards}.academy-intro-wordmark p{font-family:"Playfair Display",serif;font-size:clamp(29px,3.8vw,47px);line-height:1;letter-spacing:.025em;color:var(--ink)}.academy-intro-wordmark span{display:block;margin-top:11px;color:var(--gold-dark);font-size:clamp(10px,1vw,13px);font-weight:600;letter-spacing:.29em;text-transform:uppercase}.hero-media>img{object-position:center center}
@keyframes intro-bird-one{0%{opacity:0;transform:translate(-250px,115px) rotate(-38deg) scale(.65)}70%{opacity:1;transform:translate(8px,-5px) rotate(5deg) scale(1.06)}100%{opacity:1;transform:none}}
@keyframes intro-bird-two{0%{opacity:0;transform:translate(55px,-235px) rotate(28deg) scale(.58)}72%{opacity:1;transform:translate(-5px,7px) rotate(-4deg) scale(1.05)}100%{opacity:1;transform:none}}
@keyframes intro-bird-three{0%{opacity:0;transform:translate(245px,105px) rotate(36deg) scale(.62)}72%{opacity:1;transform:translate(-7px,-4px) rotate(-5deg) scale(1.04)}100%{opacity:1;transform:none}}
@keyframes intro-craft-fade{to{opacity:0;transform:scale(1.035)}}
@keyframes intro-logo-reveal{0%{opacity:0;transform:scale(.58)}58%{opacity:1;transform:scale(1.09);filter:drop-shadow(0 0 32px rgba(185,154,91,.48))}100%{opacity:1;transform:scale(1);filter:drop-shadow(0 18px 35px rgba(88,63,25,.18))}}
@keyframes intro-words-reveal{to{opacity:1;transform:none}}
@keyframes intro-spark{0%{opacity:0;transform:scale(.25) rotate(0)}45%{opacity:.85}100%{opacity:.25;transform:scale(1.25) rotate(24deg)}}
@keyframes intro-exit{0%,82%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}
@media(max-width:700px){.academy-intro:before{width:112vw}.academy-intro-stage{width:96vw;height:96vw}.academy-intro-logo{width:166px}.academy-intro-wordmark{top:calc(50% + 118px)}.academy-intro-wordmark p{font-size:31px}.academy-intro-wordmark span{letter-spacing:.21em}.academy-intro:after{box-shadow:-145px -90px 0 -2px rgba(185,154,91,.45),142px -64px 0 -3px rgba(185,154,91,.55),-132px 103px 0 -3px rgba(185,154,91,.4),126px 116px 0 -2px rgba(185,154,91,.45)}}
@media(prefers-reduced-motion:reduce){.academy-intro{animation-duration:.65s}.academy-intro-orbit,.intro-bird,.academy-intro-logo,.academy-intro-wordmark,.academy-intro:after{animation:none}.academy-intro-orbit{display:none}.academy-intro-logo,.academy-intro-wordmark{opacity:1;transform:none}}
.intro-bird{fill:none;transform-box:view-box;transform-origin:center}
.academy-intro-orbit{animation:intro-craft-fade .18s 1.88s ease-in forwards}
.academy-intro-logo{width:clamp(210px,27vw,300px)}
.academy-intro-wordmark{top:calc(50% + clamp(154px,18vw,196px))}
@media(max-width:700px){.academy-intro-logo{width:185px}.academy-intro-wordmark{top:calc(50% + 130px)}}

/* Stronger academy brand in the navigation */
@media(min-width:701px){.site-header{height:94px}.brand{gap:15px}.brand-logo{width:72px;height:72px}.brand-copy{font-size:13px;line-height:1.15;letter-spacing:.14em;font-weight:600}.brand-copy small{font-size:9px;letter-spacing:.17em}}
@media(max-width:700px){.brand{gap:9px}.brand-logo{width:52px;height:52px}.site-header .brand-copy{display:block;font-size:9px;line-height:1.12;letter-spacing:.1em;font-weight:600}.site-header .brand-copy small{font-size:7px;letter-spacing:.12em}}

/* Refined academy experience */
.cart-button{display:inline-flex;align-items:center;gap:8px;color:var(--ink)}.cart-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cart-button .cart-label{display:inline;width:auto;height:auto;margin:0;border-radius:0;background:transparent;color:inherit;font-weight:600}.cart-button [data-cart-count]{margin-left:0}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:670px}.hero-points span{display:flex;align-items:center;justify-content:center;min-height:52px;padding:10px 12px;border:1px solid rgba(185,154,91,.34);border-radius:10px;background:rgba(255,255,255,.72);color:var(--ink);box-shadow:0 10px 28px rgba(96,68,31,.07);text-align:center;font-weight:500}.hero-points span:before{display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;margin-right:8px;border-radius:50%;background:linear-gradient(145deg,#d8bd7c,#a77f39);color:#fff;font-size:14px;line-height:1}
.course-card-copy>p{margin-top:9px;min-height:43px}.course-card footer{gap:8px}.course-card footer>span{text-align:right}
.course-process{display:grid;gap:8px;margin:0;padding:0;list-style:none}.course-process li{display:grid;grid-template-columns:35px 1fr;gap:10px;align-items:center;padding:10px 12px!important;border:1px solid rgba(185,154,91,.25)!important;border-radius:8px;background:#fff;font-size:12px!important}.course-process li:before{display:none!important}.course-process b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f1e6d4;color:var(--gold-dark);font-size:10px;letter-spacing:.08em}
.process-modal{min-height:620px;padding:54px;background:linear-gradient(145deg,#fbf8f3 0,#fff 52%,#f2e8da 100%)}.process-modal-head{max-width:720px;margin:0 auto 34px;text-align:center}.process-modal-head>img{width:92px;height:92px;object-fit:contain;margin-bottom:12px}.process-modal-head>p:first-of-type{color:var(--gold-dark);font-size:11px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.process-modal-head h2{margin:9px 0 16px;font-size:clamp(42px,5vw,64px);line-height:1.02}.process-lead{max-width:680px;margin:0 auto!important;font-size:16px;line-height:1.65}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-steps article{position:relative;padding:24px 20px;border:1px solid rgba(185,154,91,.35);border-radius:12px;background:rgba(255,255,255,.84);box-shadow:0 16px 35px rgba(65,45,20,.08)}.process-steps b{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:12px;letter-spacing:.1em}.process-steps h3{font-family:"Playfair Display",serif;font-size:23px;line-height:1.1}.process-steps p{margin-top:11px;font-size:13px;line-height:1.55}.process-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.process-modal-foot p{margin:0}.process-modal-foot .button{flex:0 0 auto}

@media(max-width:700px){
 .site-header{height:76px;justify-content:center}.site-header .brand{position:absolute;left:50%;transform:translateX(-50%);gap:7px;white-space:nowrap}.site-header .brand-logo{width:48px;height:48px}.site-header .brand-copy{font-size:8px;letter-spacing:.08em}.site-header .brand-copy small{font-size:6.5px}.cart-button{position:absolute;right:10px!important;top:50%;transform:translateY(-50%);display:grid;grid-template-columns:auto auto;gap:0 2px;justify-items:center;padding:5px;border:1px solid rgba(185,154,91,.38);border-radius:9px;background:#fff;box-shadow:0 8px 20px rgba(77,55,24,.1)}.cart-icon{grid-row:1;width:19px;height:19px}.cart-button .cart-label{grid-column:1/-1;grid-row:2;font-size:7px!important;line-height:1;margin-top:1px}.cart-button [data-cart-count]{grid-row:1;width:17px;height:17px;font-size:9px!important}
 .hero-copy{text-align:center;align-items:center}.demo-note{align-self:center}.hero h1,.lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.google-proof{align-self:center;justify-content:center}.hero-points{grid-template-columns:1fr;width:min(100%,330px)!important;max-width:330px!important;margin:24px auto 0}.hero-points span{width:100%;min-height:50px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,237,223,.94));border-color:rgba(185,154,91,.48);box-shadow:0 11px 27px rgba(105,74,30,.1)}
 .review-band,.section-heading,.learning-intro,.about>div,.steps,.cta,body>footer{text-align:center}.review-score{justify-content:center}.section-heading>p{margin-left:auto;margin-right:auto}.filters{justify-content:center}.course-card-copy{text-align:center;align-items:center}.course-card-copy>p{min-height:0}.course-card footer{width:100%;text-align:center}.course-card footer>span{text-align:center}.learning-intro>p:last-child{max-width:340px;margin-left:auto;margin-right:auto}.photo-caption{text-align:center}.module-head{justify-content:center;flex-wrap:wrap}.about>div .button{margin-left:auto;margin-right:auto}.about ul{text-align:left}.steps div{grid-template-columns:1fr;text-align:center}.steps div>p{grid-row:auto;margin:0 auto 10px}.steps span{max-width:310px;margin:5px auto 0}body>footer{align-items:center}
 dialog[data-modal]{width:calc(100% - 12px);max-height:calc(100dvh - 12px);border-radius:15px}.process-modal{min-height:0;padding:40px 18px 24px}.process-modal-head{margin-bottom:24px}.process-modal-head>img{width:78px;height:78px}.process-modal-head h2{font-size:38px}.process-lead{font-size:14px!important}.process-steps{grid-template-columns:1fr;gap:10px}.process-steps article{display:grid;grid-template-columns:42px 1fr;gap:2px 13px;padding:16px;text-align:left}.process-steps b{grid-row:1/3;width:38px;height:38px;margin:0}.process-steps h3{font-size:20px}.process-steps p{margin-top:4px}.process-modal-foot{display:block;text-align:center}.process-modal-foot .button{width:100%;margin-top:18px}.course-modal-copy{text-align:center}.course-modal-copy>p{margin-left:auto;margin-right:auto}.course-modal-copy ul,.course-process{text-align:left}.course-process li{grid-template-columns:34px 1fr}.booking-form{text-align:left}
 .course-card{display:block;width:100%;overflow:visible}.course-image{height:auto;aspect-ratio:4/3;margin:10px 10px 0;border-radius:10px}.course-card img{width:100%;height:100%;min-height:0;object-fit:contain}.course-card>div.course-card-copy{height:auto;min-height:178px;padding:18px 18px 17px}.course-card h3{font-size:25px;line-height:1.12}.course-card-copy>p{margin-top:10px;font-size:14px;line-height:1.5}.course-card footer{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:auto;padding-top:16px}.course-card footer button{font-size:14px}.course-card footer>span{margin:0;font-size:11px}
}
@media(max-width:350px){.hero-copy>.hero-actions{gap:7px!important}.hero-actions .button{padding:0 8px!important;font-size:11px!important}.hero-actions .primary{min-width:150px!important}.hero-actions .secondary{min-width:110px!important}.hero-points span{padding:0 5px!important;font-size:9px!important}}

/* Lighter mobile hero composition */
.hero-media-mobile{display:none}
@media(max-width:700px){
 .hero-copy{padding:30px 18px 28px}.demo-note{margin-bottom:20px;padding:6px 10px;font-size:10px}.hero h1{font-size:clamp(39px,11vw,45px);line-height:1.03}.hero-media-mobile{display:block;width:calc(100vw - 36px);max-width:460px;aspect-ratio:4/3;margin:24px auto 20px;overflow:hidden;border-radius:18px;box-shadow:0 17px 42px rgba(75,52,27,.16)}.hero-media-mobile img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 28%}.hero>.hero-media{display:none}.hero .lead{margin:0 auto 22px;font-size:16px;line-height:1.58}.hero-copy>.hero-actions{width:auto!important;max-width:100%!important;display:flex;flex-direction:row;justify-content:center;gap:9px}.hero-actions .button{width:auto;min-height:43px;padding:0 14px;font-size:12px;border-radius:7px}.hero-actions .primary{min-width:164px}.hero-actions .secondary{min-width:120px}.hero-copy>.google-proof{width:auto!important;max-width:285px!important;align-self:center;margin-top:17px;padding:9px 13px;gap:10px;border-radius:8px;box-shadow:none}.google-proof .google-mark{width:25px;height:25px}.google-proof strong{font-size:12px}.google-proof small{font-size:9px}.google-stars{font-size:10px}.hero-copy>.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:calc(100vw - 36px)!important;max-width:360px!important;gap:0;margin:23px auto 0}.hero-points span{display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:0 8px;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--muted);font-size:10px;line-height:1.35;font-weight:500}.hero-points span+span{border-left:1px solid rgba(185,154,91,.32)}.hero-points span:before{content:"";display:block;width:8px;height:8px;margin:1px auto 8px;border:0;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(185,154,91,.12)}
}
