@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#20211f;--muted:#666861;--paper:#fafaf7;--line:#deded7;--orange:#b6441f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,summary,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #a340db;outline-offset:5px}.skip{position:absolute;top:-60px;background:white;padding:10px;z-index:5}.skip:focus{top:0}header{height:94px;padding:0 5.3%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:10px;font:800 20px 'Manrope',sans-serif;letter-spacing:1px}.brand img{width:35px;height:35px;object-fit:contain}nav{display:flex;gap:32px;font-size:14px}nav a:hover,.text-link:hover{color:var(--orange)}.nav-cta{font-size:14px;border-bottom:1px solid;padding:7px 0}.nav-cta span{margin-left:22px}.wrap{max-width:1360px;margin:auto;padding-left:5.3%;padding-right:5.3%}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:55px;padding-top:65px;padding-bottom:65px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:25px}h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.13;margin:0;font-weight:600;letter-spacing:-2px}h1{font-size:clamp(44px,4.7vw,70px)}h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:540px;color:var(--muted);margin:28px 0 32px;font-size:17px}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;padding:13px 17px;border:1px solid #bfc0b9;border-radius:4px;font-size:14px;font-weight:600;align-items:center;justify-content:center;gap:10px;transition:transform .2s,background .2s}.btn:hover{transform:translateY(-2px);background:#eeeee7}.btn.warm{background:#b6441f;color:#fff;border-color:#b6441f}.btn.warm:hover{background:#923719}.text-link{font-size:14px;padding:12px}.support{font-size:12px;color:var(--muted);margin-top:28px}.support span{margin:0 7px}.hero-art{background:radial-gradient(ellipse at 45% 50%,#512416 0,#221913 45%,#161611 78%);border-radius:7px;position:relative;min-height:488px;color:#e7dfcf;display:flex;flex-direction:column;justify-content:space-between;padding:25px;overflow:hidden}.hero-art>img{width:80%;height:330px;object-fit:contain;align-self:center;filter:drop-shadow(0 0 25px #c4472533)}.art-top,.art-bottom{display:flex;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:1.2px}.art-bottom{align-items:end}.art-bottom span:last-child{font-size:20px;letter-spacing:-.5px}.principles{display:flex;align-items:center;justify-content:space-evenly;gap:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 5%;font-size:12px;letter-spacing:2px}.principles b{font-size:20px;color:#bd4a25}.section{padding-top:85px;padding-bottom:85px}h2{font-size:clamp(34px,3.2vw,47px)}.intro{max-width:660px;color:var(--muted);margin:22px 0 36px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}h3{font-size:25px;letter-spacing:-.8px}.card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff}.card-art{height:260px;position:relative;overflow:hidden;background:#231511}.card-art img{width:100%;height:100%;object-fit:contain}.card-art.pt{background:radial-gradient(at 30% 60%,#803012,#26110c 70%)}.card-art.pt img{padding:25px}.card-art.online img{object-fit:cover;object-position:center 52%}.card-art.live{background:radial-gradient(at 30% 60%,#036b69,#061923 75%)}.card-art.live img{padding:25px;filter:hue-rotate(135deg)}.card-tag{position:absolute;top:16px;left:16px;color:white;font-size:11px;letter-spacing:1px;background:#0006;padding:4px 10px;border:1px solid #ffffff40;border-radius:30px}.card-body{padding:27px}.card-body p{color:var(--muted);font-size:15px}.card-body ul{padding:0;list-style:none;font-size:14px;margin:23px 0}.card-body li{margin:8px 0;padding-left:20px;position:relative}.card-body li:before{content:'✓';position:absolute;left:0;color:var(--orange)}.card-body .btn{width:100%;justify-content:space-between}.card.online .btn{color:#663c9e}.card.live .btn{color:#08726b}@media(max-width:900px){.hero{gap:25px}.hero-art{min-height:420px}.hero-art>img{height:290px}.cards{gap:14px}.card-body{padding:20px}nav{gap:18px}.principles{letter-spacing:1px}h1{font-size:48px}}@media(max-width:680px){header{height:auto;min-height:82px;flex-wrap:wrap;padding:18px 5%;gap:15px}.brand{font-size:17px}nav{order:3;width:100%;justify-content:space-between}.nav-cta{font-size:12px}.nav-cta span{margin-left:4px}.hero{grid-template-columns:1fr;padding-top:38px;padding-bottom:38px}.hero-art{min-height:365px}.hero-art>img{height:265px}.hero-copy>p{font-size:16px}.principles{flex-wrap:wrap;gap:12px;font-size:10px}.principles b{display:none}.cards{grid-template-columns:1fr;gap:25px}.section{padding-top:55px;padding-bottom:55px}.card-art{height:300px}h1{font-size:45px}.eyebrow{margin-bottom:18px}.support{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.split{display:grid;grid-template-columns:1fr 1.15fr;gap:90px}.method{background:#20221d;color:#f8f8ef}.method h2{font-size:clamp(44px,4.7vw,65px)}.method h2 span{color:#eaa079}.method-copy p{color:#c3c5bb;margin:0 0 24px}.method-copy .lead{font-size:23px;line-height:1.5;color:#f5f5ee}.method-copy .statement{color:white;font-size:21px;margin-top:32px}.method-sign{display:flex;align-items:center;gap:14px;margin-top:45px}.method-sign img{width:46px;height:46px}.method-sign p{margin:0;line-height:1.5}.method-sign small{font-size:12px;color:#babcaf}.method-copy .signature{font-size:13px}.number-list,.reason-list{list-style:none;padding:0;margin:0}.number-list li{display:flex;align-items:center;gap:24px;padding:19px 0;border-bottom:1px solid var(--line);line-height:1.5}.number-list li:first-child{padding-top:0}.number-list li span{color:#a8aaa1;font-size:12px;letter-spacing:1px}.steps-section{background:#f0f1eb}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:40px}.step-num{display:block;font:400 45px 'Manrope',sans-serif;color:#a9aca0;border-top:1px solid #d0d3c7;padding-top:16px;margin-bottom:22px}.steps h3{font-size:23px}.steps p{color:var(--muted);font-size:15px}.offer{display:grid;grid-template-columns:1fr 1.3fr auto;gap:35px;align-items:center;border-top:1px solid var(--line);padding:32px 0;scroll-margin-top:20px}.offer:last-child{border-bottom:1px solid var(--line)}.offer-title{display:flex;gap:17px;align-items:center}.offer-title>span{font-size:12px;color:#b34d29}.offer.online .offer-title>span{color:#7044b2}.offer.classes .offer-title>span{color:#087b70}.offer h3{font-size:22px}.offer p{margin:8px 0 0;font-size:14px;color:var(--muted)}.offer strong{font-size:15px;font-weight:500}.note{font-size:13px;color:var(--muted);margin-top:22px}.note a{text-decoration:underline}.why{background:#eceee7}.reason-list{display:grid;grid-template-columns:1fr 1fr;gap:28px}.reason-list li{font-size:15px;display:flex;gap:14px}.reason-list span{color:#a94423}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.quotes figure{margin:0;border-top:1px solid var(--line);padding-top:22px}.quote-mark{font-family:Georgia,serif;color:#b64a27;font-size:55px;line-height:1}.quotes blockquote{margin:0 0 23px;font-size:19px;line-height:1.6}.quotes figcaption{font-size:12px;color:var(--muted)}.draft-note{display:inline-block;font-size:12px;color:#6e604d;background:#efece3;padding:5px 10px;margin-bottom:28px;border-radius:3px}.faq-section{background:#f0f1ec}.faq-list details{border-bottom:1px solid #d2d5c9}.faq-list details:first-child{border-top:1px solid #d2d5c9}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.faq-list summary{padding:21px 0;display:flex;justify-content:space-between;align-items:center;gap:25px;font-weight:500;line-height:1.45}.faq-list summary span{font-size:23px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0 30px 24px 0;color:var(--muted);font-size:15px}.final-cta{text-align:center;padding-top:90px;padding-bottom:100px}.final-cta h2{font-size:clamp(46px,6vw,78px)}.final-cta p{max-width:530px;margin:25px auto 30px;color:var(--muted)}.final-cta .actions{justify-content:center}footer{background:#171914;color:#dbddd2;padding:45px 0 25px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:100px}.footer-wordmark{width:245px;height:82px;object-fit:contain;margin:-15px 0 0 -5px}.footer-top p{font-size:14px;max-width:410px;color:#afb4a5}.contact-link{font-size:14px;border-bottom:1px solid #7e8276;padding-bottom:5px}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:14px;align-content:start;padding-top:15px}.footer-nav a:hover{color:white}.footer-bottom{border-top:1px solid #383c32;margin-top:45px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#adb2a3}.footer-bottom>div{display:flex;gap:24px}.legal{margin-top:25px;font-size:12px;color:#b7bbad}.legal details{margin-top:8px}.legal p{max-width:900px;line-height:1.7}.legal summary{padding:6px 0;text-decoration:underline}details:target{outline:1px solid #858b7a;outline-offset:5px}@media(max-width:900px){.split{gap:40px}.offer{gap:20px;grid-template-columns:1fr 1.2fr}.offer>.btn{grid-column:2;justify-self:start}.steps{gap:25px}.quotes{gap:20px}.footer-top{gap:40px}}@media(max-width:680px){.split,.steps,.quotes,.footer-top{grid-template-columns:1fr;gap:35px}.reason-list{grid-template-columns:1fr;gap:20px}.method h2{font-size:48px}.method-copy .lead{font-size:21px}.method-sign{margin-top:25px}.steps{gap:18px}.offer{grid-template-columns:1fr;gap:18px}.offer>.btn{grid-column:1}.quotes{gap:30px}.footer-bottom{flex-direction:column}.final-cta{padding-top:65px;padding-bottom:65px}.footer-top{gap:25px}}
:root{--glow:#ff6a3d}.hero-art>img{animation:ember 4s ease-in-out infinite;filter:drop-shadow(0 0 18px #ff4a2870) drop-shadow(0 0 38px #ff196444)}@keyframes ember{0%,100%{transform:scale(1);filter:drop-shadow(0 0 18px #ff4a2870) drop-shadow(0 0 38px #ff196444)}50%{transform:scale(1.025);filter:drop-shadow(0 0 28px #ff7a4fbb) drop-shadow(0 0 60px #ff196477)}}.product-drawer{margin-top:20px;padding:30px;border:1px solid var(--line);border-radius:7px;background:#fff}.drawer-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.drawer-head h3{font-size:28px}.live-pill{font-size:11px;letter-spacing:1px;padding:6px 10px;border:1px solid #c8c9c0;border-radius:20px}.drawer-intro{max-width:760px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}.product-card{border-top:1px solid var(--line);padding:18px 0;display:flex;justify-content:space-between;gap:18px;align-items:end}.product-card h4{margin:0 0 5px;font:600 17px 'Manrope'}.product-card strong{font-size:14px}.product-card p{color:var(--muted);font-size:13px;margin:7px 0 0}.drawer-note{font-size:12px;color:var(--muted)}.neon-btn{border-color:#763d9c;color:#763d9c}.live-btn{border-color:#087b70;color:#087b70}@media(max-width:680px){.product-grid{grid-template-columns:1fr}.product-card{display:block}.product-card .btn{margin-top:12px}.drawer-head{display:block}.live-pill{display:inline-block;margin-top:12px}}
:root{--glow:#ff6a3d}.card.pt h3{color:#b34d29}.card.online h3{color:#7044b2}.card.live h3{color:#087b70}.offer.personal .offer-title h3{color:#b34d29!important}.offer.online .offer-title h3{color:#7044b2!important}.offer.classes .offer-title h3{color:#087b70!important}header{position:sticky;top:0;z-index:20;background:rgba(250,250,247,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}#personal-options .product-grid{grid-template-rows:repeat(6,auto);grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);grid-template-columns:none}#support-options .product-grid{grid-template-rows:repeat(3,auto);grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);grid-template-columns:none}#online-options .product-grid{grid-template-rows:repeat(4,auto);grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);grid-template-columns:none}.product-card .btn{white-space:nowrap;flex-shrink:0}.testimonial-heading{display:flex;justify-content:space-between;gap:30px;align-items:end}.swipe-cue{font-size:12px;letter-spacing:1px;color:var(--muted);padding-bottom:38px;white-space:nowrap}.testimonials .quotes{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,31%);grid-template-columns:none;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:#b7b8b0 transparent;padding:0 7% 24px 0;gap:24px}.testimonials .quotes figure{scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:7px;padding:25px;min-height:330px}.testimonials figcaption{font-weight:600}.testimonials figcaption small{display:block;font-weight:400;color:var(--muted);margin-top:2px}.stars{color:#b34d29;font-size:12px;letter-spacing:3px;margin-bottom:18px}.footer-nav{column-gap:50px;row-gap:18px}.footer-nav .btn{display:block;padding:0;border:0;border-radius:0;font-size:14px;font-weight:400;transform:none;background:transparent}.footer-nav .btn:hover{transform:none;background:transparent;color:#fff}@media(max-width:680px){#personal-options .product-grid,#support-options .product-grid,#online-options .product-grid{grid-template-rows:none;grid-auto-flow:row;grid-template-columns:1fr}.testimonial-heading{display:block}.swipe-cue{display:block;padding:0 0 20px}.testimonials .quotes{grid-auto-columns:88%}.footer-nav{row-gap:16px}}
.card{display:flex;flex-direction:column}.card-body{display:flex;flex:1;flex-direction:column}.card-body .btn{margin-top:auto}.card.pt .btn{color:#b34d29}.card-tag{padding:0 0 5px;background:transparent;border:0;border-bottom:1px solid currentColor;border-radius:0;font-weight:700;letter-spacing:1.8px}
.drawer-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0 6px}.drawer-guides article{padding:18px;border:1px solid var(--line);border-radius:5px;background:#f8f8f4}.drawer-guides h4{margin:0 0 7px;font:600 15px 'Manrope',sans-serif}.drawer-guides p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.product-details{margin-top:13px;max-width:410px}.product-details summary{display:flex;align-items:center;justify-content:space-between;gap:18px;width:max-content;min-width:155px;padding:7px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:600}.product-details summary span{font-size:18px;line-height:1;transition:transform .2s}.product-details[open] summary span{transform:rotate(45deg)}.product-details ul{margin:12px 0 2px;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.55}.product-details li{margin:6px 0}@media(max-width:680px){.drawer-guides{grid-template-columns:1fr}.drawer-guides article{padding:16px}.product-details{max-width:none}}
#personal-options{border-top:3px solid #b34d29}#support-options{border-top:3px solid #c8642f}#online-options{border-top:3px solid transparent;border-image:linear-gradient(90deg,#7044b2,#087b70,#08758f) 1}#personal-options .drawer-head h3,#support-options .drawer-head h3{color:#b34d29}#online-options .drawer-head h3{background:linear-gradient(90deg,#7044b2,#087b70);-webkit-background-clip:text;background-clip:text;color:transparent;width:max-content}.guide-card{position:relative;overflow:hidden;border-top:3px solid var(--guide-accent)!important;background:var(--guide-tint)!important}.guide-card h4{color:var(--guide-accent)}#personal-options .guide-1{--guide-accent:#d07822;--guide-tint:#fdf7ee}#personal-options .guide-2{--guide-accent:#b34d29;--guide-tint:#fcf4f0}#personal-options .guide-3{--guide-accent:#8e3028;--guide-tint:#fbf2f1}#support-options .guide-1{--guide-accent:#ca672e;--guide-tint:#fdf6ef}#support-options .guide-2{--guide-accent:#a43d32;--guide-tint:#fbf2f1}#online-options .guide-1{--guide-accent:#7044b2;--guide-tint:#f7f3fb}#online-options .guide-2{--guide-accent:#087b70;--guide-tint:#eff9f7}#online-options .guide-3{--guide-accent:#08758f;--guide-tint:#eff8fa}#personal-options .product-card:nth-child(-n+4) h4,#personal-options .product-card:nth-child(-n+4) .btn{color:#d07822}#personal-options .product-card:nth-child(n+5):nth-child(-n+8) h4,#personal-options .product-card:nth-child(n+5):nth-child(-n+8) .btn{color:#b34d29}#personal-options .product-card:nth-child(n+9) h4,#personal-options .product-card:nth-child(n+9) .btn{color:#8e3028}#support-options .product-card:nth-child(-n+3) h4,#support-options .product-card:nth-child(-n+3) .btn{color:#ca672e}#support-options .product-card:nth-child(n+4) h4,#support-options .product-card:nth-child(n+4) .btn{color:#a43d32}#online-options .product-card:first-child h4,#online-options .product-card:first-child .btn{color:#7044b2}#online-options .product-card:nth-child(n+2):nth-child(-n+4) h4,#online-options .product-card:nth-child(n+2):nth-child(-n+4) .btn{color:#087b70}#online-options .product-card:nth-child(n+5) h4,#online-options .product-card:nth-child(n+5) .btn{color:#08758f}
.drawer-visual{position:relative;height:240px;margin:26px 0 18px;border-radius:7px;overflow:hidden;color:#fff}.drawer-visual>span,.drawer-visual>div>span{position:absolute;z-index:2;top:18px;left:20px;font-size:10px;font-weight:700;letter-spacing:2px;border-bottom:1px solid currentColor;padding-bottom:5px}.warm-visual{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 26% 60%,#7b210f 0,#34110d 37%,#170b0d 72%),linear-gradient(120deg,#2c1008,#16070f);box-shadow:inset 0 0 80px #ff3b161f}.warm-visual:after{content:'';position:absolute;inset:auto -8% -70% 40%;height:180%;background:radial-gradient(circle,#fa008642 0,transparent 62%)}.warm-visual img{position:relative;z-index:1;width:225px;height:225px;object-fit:contain;filter:drop-shadow(0 0 18px #ff4b16aa) drop-shadow(0 0 38px #ff008077)}.warm-visual strong{position:absolute;right:22px;bottom:18px;z-index:2;font-size:10px;letter-spacing:1.7px;font-weight:600}.online-visual{display:grid;grid-template-columns:1.35fr .85fr;background:#071321}.online-scene,.live-scene{position:relative;overflow:hidden}.online-scene:after,.live-scene:after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 50px #0008}.online-scene img{width:100%;height:100%;object-fit:cover;object-position:center 56%;filter:saturate(1.18) contrast(1.05)}.live-scene{background:radial-gradient(circle at 50% 55%,#046c65,#032d39 48%,#041722 80%);border-left:1px solid #27dddb55}.live-scene img{width:100%;height:100%;padding:20px;object-fit:contain;filter:hue-rotate(112deg) saturate(1.55) drop-shadow(0 0 22px #00e7bd88)}.guide-card{box-shadow:inset 0 1px #ffffff12,0 8px 24px #14141408}.guide-card h4{font-size:16px;text-shadow:0 0 16px currentColor}.guide-card p{color:#d2d3cf}.guide-card:after{content:'';position:absolute;inset:auto -30% -60% 30%;height:140%;background:radial-gradient(circle,var(--guide-glow),transparent 66%);pointer-events:none}#personal-options .guide-1{--guide-tint:#24120d;--guide-glow:#ff9b1933}#personal-options .guide-2{--guide-tint:#25100d;--guide-glow:#ff3d213d}#personal-options .guide-3{--guide-tint:#210c11;--guide-glow:#ff00683d}#support-options .guide-1{--guide-tint:#24120d;--guide-glow:#ff761f38}#support-options .guide-2{--guide-tint:#210c11;--guide-glow:#ff174d38}#online-options .guide-1{--guide-tint:#100f2d;--guide-glow:#c600ff48}#online-options .guide-2{--guide-tint:#072522;--guide-glow:#00e7bd3d}#online-options .guide-3{--guide-tint:#06212b;--guide-glow:#00c8ff3d}.product-card{padding-left:12px;padding-right:12px;border-radius:4px;transition:background .2s}.product-card:hover{background:#f6f6f1}@media(max-width:680px){.drawer-visual{height:210px}.online-visual{grid-template-columns:1fr 1fr}.online-scene img{object-position:center 54%}.live-scene img{padding:22px}.warm-visual img{width:190px;height:190px}.warm-visual strong{display:none}}
.guide-card h4{color:var(--guide-bright,var(--guide-accent))}#personal-options .guide-1{--guide-bright:#ffb52e}#personal-options .guide-2{--guide-bright:#ff6a3d}#personal-options .guide-3{--guide-bright:#ff3f73}#support-options .guide-1{--guide-bright:#ff8a3d}#support-options .guide-2{--guide-bright:#ff4f68}#online-options .guide-1{--guide-bright:#bd70ff}#online-options .guide-2{--guide-bright:#39f3d4}#online-options .guide-3{--guide-bright:#34dfff}
/* Webshop treatment */
.card-art.online{background:#061522}.card-art.online img{object-fit:contain;object-position:center;padding:4px}
.product-drawer{position:relative;isolation:isolate;margin-top:30px;padding:38px;border:0;color:#fff;overflow:hidden;box-shadow:0 22px 60px #18181618}.product-drawer:before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(115deg,#ffffff08,transparent 32%,#ffffff05 70%,transparent)}#personal-options{border-top:0;background:radial-gradient(circle at 12% 5%,#8a2b12 0,transparent 33%),radial-gradient(circle at 95% 18%,#7b073a 0,transparent 32%),linear-gradient(145deg,#26100b 0,#180b0c 54%,#200915 100%)}#support-options{border-top:0;background:radial-gradient(circle at 6% 12%,#a84b18 0,transparent 30%),radial-gradient(circle at 96% 10%,#8c1730 0,transparent 32%),linear-gradient(145deg,#25140d 0,#170e0c 55%,#200d13 100%)}#online-options{border:0;background-image:linear-gradient(125deg,#03182ff2 0,#12102ded 48%,#37072bea 100%),url('assets/online-coaching.png');background-size:cover;background-position:center 43%;box-shadow:0 22px 70px #43109c20}.product-drawer .drawer-head{position:relative;padding-bottom:22px;border-bottom:1px solid #ffffff2b}.product-drawer .drawer-head .eyebrow{color:#ffffffad;margin-bottom:12px}.product-drawer .drawer-head h3,#personal-options .drawer-head h3,#support-options .drawer-head h3,#online-options .drawer-head h3{width:auto;background:none;-webkit-background-clip:initial;background-clip:initial;color:#fff;text-shadow:0 0 24px #ffffff25}.product-drawer .drawer-guides{margin:22px 0 18px}.product-drawer .guide-card{min-height:142px;border:1px solid #ffffff24!important;border-top:3px solid var(--guide-bright)!important;background:#09090973!important;box-shadow:inset 0 1px #ffffff13,0 14px 34px #0003;backdrop-filter:blur(10px)}.product-drawer .guide-card p{color:#ecece7}.product-drawer .product-grid{gap:16px;margin-top:18px}.product-drawer .product-card{min-height:190px;padding:24px;border:1px solid #ffffff24;background:linear-gradient(145deg,#ffffff17,#ffffff0a);border-radius:8px;box-shadow:inset 0 1px #ffffff16,0 14px 34px #0002;backdrop-filter:blur(12px);align-items:stretch;transition:transform .2s,border-color .2s,background .2s}.product-drawer .product-card:hover{transform:translateY(-3px);border-color:var(--product-accent);background:linear-gradient(145deg,#ffffff20,#ffffff0d)}.product-drawer .product-card>div{display:flex;flex:1;flex-direction:column;align-items:flex-start}.product-drawer .product-card h4{color:var(--product-accent)!important;font-size:19px;line-height:1.25;text-shadow:0 0 18px var(--product-glow);margin-bottom:8px}.product-drawer .product-card strong{color:#fff;font-size:15px}.product-drawer .product-card p{color:#e1e1dc;font-size:13px;line-height:1.55}.product-drawer .product-card .btn{align-self:flex-end;min-width:150px;margin-left:12px;background:var(--product-accent);border-color:var(--product-accent);color:#fff!important;box-shadow:0 0 22px var(--product-glow);font-weight:700}.product-drawer .product-card .btn:hover{background:#fff;border-color:#fff;color:#171713!important}.product-drawer .product-details{color:#fff}.product-drawer .product-details summary{border-bottom-color:#ffffff3d;color:#fff}.product-drawer .product-details ul{color:#dbdcd6}.product-drawer .product-details summary span{color:var(--product-accent)}#personal-options .product-card:nth-child(-n+4){--product-accent:#ffae2b;--product-glow:#ff8a205c}#personal-options .product-card:nth-child(n+5):nth-child(-n+8){--product-accent:#ff6038;--product-glow:#ff3d285c}#personal-options .product-card:nth-child(n+9){--product-accent:#ff3f73;--product-glow:#ff00605c}#support-options .product-card:nth-child(-n+3){--product-accent:#ff8a3d;--product-glow:#ff6a285c}#support-options .product-card:nth-child(n+4){--product-accent:#ff4f68;--product-glow:#ff174d5c}#online-options .product-card:first-child{--product-accent:#bd70ff;--product-glow:#b900ff70}#online-options .product-card:nth-child(n+2):nth-child(-n+4){--product-accent:#39e8cf;--product-glow:#00dfbd66}#online-options .product-card:nth-child(n+5){--product-accent:#32cff2;--product-glow:#00c8ff66}@media(max-width:680px){.product-drawer{padding:24px 18px}.product-drawer .product-card{min-height:0;padding:20px;display:block}.product-drawer .product-card .btn{width:100%;margin:18px 0 0}.product-drawer .guide-card{min-height:0}}

/* Train With Ed photographic identity */
.card-art.pt{background:#1b0d09}.card-art.pt img{padding:0;object-fit:cover;object-position:center}
#personal-options{background-image:linear-gradient(125deg,#170a06ed 0,#2b1008e8 48%,#390919e8 100%),url('assets/train-with-ed.png');background-size:cover;background-position:center}

/* Richer shop scenery and improved purchase readability */
#personal-options{
  background-color:#1b0b09;
  background-image:linear-gradient(125deg,#130704b8 0,#251009a8 52%,#300817b8 100%),url('assets/train-with-ed.png');
  background-size:cover,100% auto;
  background-position:center top,center top;
  background-repeat:no-repeat;
}

/* v67 — phone-first purchase cards and single-row hero actions */
@media(max-width:700px){
  .hero .actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%}
  .hero .actions .btn{min-width:0;padding:11px 5px;white-space:nowrap;font-size:11px;line-height:1.15}

  .coaching-card,.pt-shop,.support-shop,.live-shop{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;min-height:0!important}
  .coaching-content,.coaching-purchase,.pt-shop-browse,.pt-purchase,.support-shop-browse,.support-purchase,.live-shop-browse,.live-purchase{min-width:0;width:100%;padding:18px 15px!important}

  .coaching-content>h4{font-size:27px!important}.coaching-lead{font-size:13px!important}
  .coaching-benefits{grid-template-columns:1fr!important}.coaching-benefits li{font-size:12px!important}
  .coaching-purchase{min-height:0!important;gap:13px!important}.coaching-price strong{font-size:48px!important}
  .coaching-app,.coaching-promise,.coaching-next{margin-top:8px!important;padding:11px!important}

  .pt-memberships{grid-template-columns:1fr!important}.pt-offer{min-height:66px!important;padding:11px 13px!important}
  .pt-offer h5{margin-bottom:3px!important;font-size:15px!important}.pt-offer>strong{top:11px;right:13px;font-size:15px!important}.pt-offer p{font-size:11px!important;line-height:1.35!important}
  .pt-packs,.support-services,.live-services{grid-template-columns:1fr!important;gap:9px!important;margin-top:14px!important}
  .pt-pack,.support-service,.live-service{min-height:0!important;padding:14px!important}
  .pt-pack h5,.support-service-head h5,.live-service-head h5{font-size:18px!important}
  .pt-pack>p,.support-service>p,.live-service>p{min-height:0!important;margin-top:7px!important;font-size:12px!important;line-height:1.4!important}
  .pt-quantities,.support-quantities,.live-quantities{gap:7px!important}.pt-quantities button,.support-quantities button,.live-quantities button{width:36px!important;height:36px!important}
  .pt-pack>b,.support-card-price strong,.live-card-price strong{font-size:31px!important}.pt-choose,.support-choose,.live-choose{margin-top:10px!important;padding:10px!important}

  .pt-purchase,.support-purchase,.live-purchase{display:block!important;min-height:0!important}
  .pt-purchase.logo-selection .pt-brand,.pt-purchase.logo-selection .pt-brand.personal,.pt-purchase.logo-selection .pt-brand.duo,.support-brand,.live-brand{top:14px!important;right:13px!important;width:70px!important;height:70px!important}
  .pt-purchase h4,.support-purchase h4,.live-purchase h4{max-width:calc(100% - 78px)!important;margin:19px 0 5px!important;font-size:21px!important;line-height:1.15!important}
  .pt-selection-copy,.support-selection-copy,.live-selection-copy,.pt-purchase.consultation-selection .pt-selection-copy,.pt-purchase.personal-selection .pt-selection-copy{max-width:100%!important;min-height:0!important;margin-bottom:10px!important;font-size:12px!important;line-height:1.4!important}
  .pt-price strong,.support-price strong,.live-price strong{font-size:45px!important}.pt-term,.support-term,.live-term{font-size:11px!important}
  .pt-included,.support-included,.live-included{margin-top:11px!important;padding:10px 0!important}.pt-included li,.support-included li,.live-included li{margin:4px 0!important;font-size:11px!important;line-height:1.35!important}
  .pt-buy,.support-buy,.live-buy{position:static!important;margin:12px 0 0!important;padding:8px!important}.pt-buy>a,.support-buy>a,.live-buy>a{min-height:48px!important;font-size:14px!important}
}

@media(max-width:370px){
  .hero .actions{gap:5px}.hero .actions .btn{padding:10px 3px;font-size:10px}
}
#support-options{
  background-color:#241008;
  background-image:linear-gradient(120deg,#251006ba 0,#491706ae 48%,#35100dc4 100%),radial-gradient(circle at 12% 12%,#ff83194d 0,transparent 37%),url('assets/train-with-ed.png');
  background-size:cover,cover,115% auto;
  background-position:center,center,left top;
  background-repeat:no-repeat;
}
.product-drawer .drawer-head{padding-top:8px}
.product-drawer .drawer-intro{font-size:16px;line-height:1.65;color:#f0f0eb}
.product-drawer .guide-card p{font-size:15px;line-height:1.62}
.product-drawer .product-card p{font-size:15px;line-height:1.62}
.product-drawer .product-details summary{font-size:15px}
.product-drawer .product-details ul{font-size:15px;line-height:1.62}
@media(max-width:680px){
  #personal-options{background-size:cover,auto 760px;background-position:center,center top}
  #support-options{background-size:cover,cover,auto 760px;background-position:center,center,30% top}
  .product-drawer .guide-card p,.product-drawer .product-card p,.product-drawer .product-details summary,.product-drawer .product-details ul{font-size:14px}
}

/* Portrait campaign master across the in-person journey */
.card-art.pt img{
  object-fit:cover;
  object-position:center 43%;
}
#personal-options{
  background-color:#160806;
  background-image:linear-gradient(125deg,#100503b0 0,#2410079b 50%,#2d0715ac 100%),url('assets/train-with-ed-portrait.png');
  background-size:cover,cover;
  background-position:center,center 48%;
  background-repeat:no-repeat;
}
#support-options{
  background-color:#251006;
  background-image:linear-gradient(120deg,#2b0d03a8 0,#4d1805a2 50%,#32100ac0 100%),radial-gradient(circle at 10% 35%,#ff8a233b 0,transparent 42%),url('assets/train-with-ed-portrait.png');
  background-size:cover,cover,138% auto;
  background-position:center,center,left 64%;
  background-repeat:no-repeat;
}
@media(max-width:680px){
  .card-art.pt img{object-position:center 43%}
  #personal-options{background-size:cover,auto 100%;background-position:center,center top}
  #support-options{background-size:cover,cover,auto 125%;background-position:center,center,31% center}
}

/* Centre the complete Train With Ed sign inside its pathway card */
.card-art.pt img{object-position:center 34%}
@media(max-width:680px){.card-art.pt img{object-position:center 34%}}

/* Online Coaching portrait identity */
.card-art.online{background:#050a20}
.card-art.online img{
  padding:0;
  object-fit:cover;
  object-position:center 28%;
}
#online-options{
  background-color:#07091e;
  background-image:linear-gradient(125deg,#020b20a3 0,#130a2c99 48%,#350520a8 100%),url('assets/online-coaching-portrait-v2.png');
  background-size:cover,cover;
  background-position:center,center 46%;
  background-repeat:no-repeat;
}
#online-options .guide-card{background:#0608178f!important}
#online-options .product-card{background:linear-gradient(145deg,#10152fc4,#090818a6)}
#online-options .product-card:hover{background:linear-gradient(145deg,#171d3dd1,#100b24ba)}
@media(max-width:680px){
  .card-art.online img{object-position:center 28%}
  #online-options{background-size:cover,auto 100%;background-position:center,center top}
}

/* Compact premium product cards */
.card-art.online{
  background-image:linear-gradient(90deg,#04091d99,#16072988),url('assets/online-coaching-portrait-v2.png');
  background-size:cover;
  background-position:center 28%;
}
.card-art.online img{
  width:86%;
  margin:0 auto;
  object-fit:cover;
  object-position:center 28%;
}
#online-options{
  background-size:cover,82% auto;
  background-position:center,center 45%;
}
.product-drawer .product-card{
  min-height:132px;
  padding:20px 22px;
  align-items:flex-start;
}
.product-drawer .product-card>.product-main{
  display:block;
  flex:1 1 auto;
  min-width:0;
  padding-right:12px;
}
.product-drawer .product-actions{
  display:flex;
  flex:0 0 172px;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
}
.product-drawer .product-card .btn{
  align-self:stretch;
  width:100%;
  min-width:0;
  margin:0;
  padding:10px 13px;
}
.product-drawer .product-details{
  width:100%;
  max-width:none;
  margin:0;
}
.product-drawer .product-details summary{
  width:100%;
  min-width:0;
  padding:7px 2px;
  justify-content:space-between;
}
.product-drawer .product-details ul{
  margin:10px 0 0;
  padding-left:18px;
}
@media(max-width:680px){
  .card-art.online img{width:86%;object-position:center 28%}
  #online-options{background-size:cover,auto 86%;background-position:center,center top}
  .product-drawer .product-card{display:flex;min-height:0;padding:18px}
  .product-drawer .product-card>.product-main{padding-right:0}
  .product-drawer .product-actions{flex-basis:150px}
  .product-drawer .product-card .btn{margin:0;width:100%}
}
@media(max-width:480px){
  .product-drawer .product-card{display:block}
  .product-drawer .product-actions{margin-top:16px}
}

/* Final compact action and Online artwork balance */
#online-options{background-size:cover,74% auto}
.product-drawer .product-details summary{gap:8px;white-space:nowrap;font-size:14px}
@media(max-width:680px){#online-options{background-size:cover,auto 76%}}

/* Fine alignment for the Online Coaching pathway emblem */
.card-art.online img{
  width:82%;
  margin:0 auto;
  transform:translate(3%,3%);
  object-position:54% 31%;
}
@media(max-width:680px){
  .card-art.online img{width:82%;transform:translate(3%,3%);object-position:54% 31%}
}

/* Approved photoreal campaign artwork */
.card-art.pt img{
  object-position:center 34%;
}
.card-art.online{
  background-image:linear-gradient(90deg,#04091d70,#16072968),url('assets/online-coaching-portrait-v3.png');
  background-position:center 31%;
}
.card-art.online img{
  width:82%;
  transform:translate(3%,3%);
  object-position:54% 31%;
}
.card-art.live{
  background:#071c1b;
}
.card-art.live img{
  width:100%;
  height:100%;
  padding:0;
  object-fit:cover;
  object-position:center 35%;
  filter:none;
}
#personal-options{
  background-image:linear-gradient(125deg,#100503e2 0,#241007d8 50%,#2d0715e3 100%),url('assets/train-with-ed-portrait-v3.png');
  background-position:center,center 48%;
}
#support-options{
  background-image:linear-gradient(120deg,#2b0d03a0 0,#4d180598 50%,#32100ab8 100%),radial-gradient(circle at 10% 35%,#ff8a2335 0,transparent 42%),url('assets/train-with-ed-portrait-v3.png');
  background-position:center,center,left 64%;
}
#online-options{
  background-image:linear-gradient(125deg,#020b2090 0,#130a2c8a 48%,#35052096 100%),url('assets/online-coaching-portrait-v3.png');
  background-size:cover,74% auto;
  background-position:center,left center;
}
#online-options:after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 32%,#03141622 58%,#03141678 100%),url('assets/live-classes-portrait-v4.png') right center/54% auto no-repeat;
  -webkit-mask-image:linear-gradient(90deg,transparent 42%,#000 68%);
  mask-image:linear-gradient(90deg,transparent 42%,#000 68%);
  opacity:.82;
}
@media(max-width:680px){
  .card-art.pt img{object-position:center 34%}
  .card-art.online img{width:82%;transform:translate(3%,3%);object-position:54% 31%}
  .card-art.live img{object-position:center 34%}
  #personal-options{background-size:cover,auto 100%;background-position:center,center top}
  #support-options{background-size:cover,cover,auto 125%;background-position:center,center,31% center}
  #online-options{background-size:cover,auto 76%;background-position:center,left top}
  #online-options:after{background-size:auto 72%;background-position:right top;opacity:.72}
}

/* v30 — pathway hierarchy, open-image cards and four distinct shops */
.hero-art{
  min-height:510px;
  overflow:visible;
  background:transparent;
  border-radius:0;
  color:var(--ink);
  padding:20px 12px;
}
.hero-art>img{
  width:88%;
  height:390px;
  object-fit:contain;
  align-self:center;
  animation:hero-heartbeat 5.8s cubic-bezier(.42,0,.32,1) infinite;
  transform-origin:center;
}
.art-top,.art-bottom{position:relative;z-index:2;color:#30312e;font-weight:700}
.art-bottom span:last-child{color:#a23e25}
@keyframes hero-heartbeat{
  0%,100%{
    transform:scaleX(.995) scaleY(.99);
    filter:brightness(.99) saturate(1) drop-shadow(0 8px 17px #a4312028) drop-shadow(0 0 20px #ff356526)
  }
  25%{
    transform:scaleX(1.002) scaleY(1.004);
    filter:brightness(1.012) saturate(1.022) drop-shadow(0 9px 18px #b53e272c) drop-shadow(0 0 24px #ff296032)
  }
  50%{
    transform:scaleX(1.021) scaleY(1.034);
    filter:brightness(1.075) saturate(1.09) drop-shadow(0 11px 23px #c64b2a3d) drop-shadow(0 0 39px #ff197050)
  }
  75%{
    transform:scaleX(1.002) scaleY(1.004);
    filter:brightness(1.012) saturate(1.022) drop-shadow(0 9px 18px #b53e272c) drop-shadow(0 0 24px #ff296032)
  }
}

.cards{align-items:stretch;gap:26px}
.card{
  position:relative;
  isolation:isolate;
  min-height:880px;
  border:0;
  background:#0b0c0c;
  color:#fff;
  box-shadow:0 22px 48px #12120f20;
}
.card-art{
  position:absolute;
  inset:0;
  z-index:-2;
  height:auto;
  background:#090b0c!important;
}
.card-art:after{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,transparent 0,transparent 26%,#06070824 39%,#070809c9 58%,#070809f5 78%,#070809 100%);
}
.card-art img,.card-art.pt img,.card-art.online img,.card-art.live img{
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  object-fit:cover;
  object-position:center top;
  filter:none;
}
.card-art.online img{transform:scale(1.035) translate(3.2%,3.8%);object-position:center top}
.card-art.pt img{transform:none;object-position:center top}
.card-art.live img{transform:scale(1.035) translateY(4.8%);object-position:center top}
.card-tag{z-index:3;top:20px;left:20px;color:#fff;text-shadow:0 2px 12px #000}
.card-body{
  position:relative;
  z-index:2;
  min-height:880px;
  justify-content:flex-end;
  padding:340px 28px 28px;
  background:linear-gradient(180deg,transparent 0,transparent 24%,#08090a16 36%,#08090a9e 52%,#08090aee 67%,#08090afc 100%);
}
.card h3,.card.pt h3,.card.online h3,.card.live h3{color:#fff;text-shadow:0 3px 20px #000}
.card-body p{color:#f2f2ed;font-size:15px;line-height:1.6;text-shadow:0 2px 12px #000}
.card-body ul{color:#fff;margin:18px 0 24px;text-shadow:0 2px 10px #000}
.card-body li:before{color:var(--path-accent)}
.card.online{--path-accent:#d78cff}.card.pt{--path-accent:#ff7650}.card.live{--path-accent:#51e7ce}
.card-body .btn,.card.pt .btn,.card.online .btn,.card.live .btn{
  color:#fff;
  border-color:var(--path-accent);
  background:#080909b8;
  box-shadow:0 0 22px color-mix(in srgb,var(--path-accent) 35%,transparent);
  backdrop-filter:blur(10px);
}
.card-body .btn:hover{background:var(--path-accent);color:#10110f}

.offer{grid-template-columns:minmax(260px,1fr) minmax(440px,1.65fr) auto;column-gap:42px}
.offer>div:nth-child(2){justify-self:stretch}

#coaching-options{
  background-color:#07091e;
  background-image:linear-gradient(125deg,#020b2094 0,#130a2c8e 48%,#3505209c 100%),url('assets/online-coaching-portrait-v3.png');
  background-size:cover,76% auto;
  background-position:center,left center;
  background-repeat:no-repeat;
  box-shadow:0 22px 70px #43109c28;
}
#coaching-options .drawer-guides{grid-template-columns:1fr}
#coaching-options .guide-1{--guide-bright:#cf74ff;--guide-glow:#b900ff70}
#coaching-options .product-grid{display:block}
#coaching-options .product-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  min-height:0;
  gap:34px;
  padding:30px;
  --product-accent:#c96fff;
  --product-glow:#b900ff70;
  background:linear-gradient(145deg,#151638dc,#160a2cc4);
}
#coaching-options .product-main{padding-right:0}
#coaching-options .product-main>p{max-width:760px;font-size:16px}
.expanded-inclusions{margin-top:24px;padding-top:20px;border-top:1px solid #ffffff30}
.expanded-inclusions h5{margin:0 0 12px;font:700 15px 'Manrope',sans-serif;color:#fff}
.expanded-inclusions ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 30px;margin:0;padding-left:20px;color:#f0eff4;font-size:15px;line-height:1.55}
.expanded-inclusions li::marker{color:#d889ff}

#support-options{
  background-color:#17201e;
  background-image:linear-gradient(125deg,#071c1ccc 0,#183127bd 48%,#3f2519c4 100%),radial-gradient(circle at 88% 20%,#2ae6c23d 0,transparent 38%),url('assets/train-with-ed-portrait-v3.png');
  background-size:cover,cover,132% auto;
  background-position:center,center,22% 61%;
}
#support-options .drawer-head h3{color:#fff}
#support-options .guide-1{--guide-bright:#ffd166;--guide-glow:#ffbd3860}
#support-options .guide-2{--guide-bright:#8be3cf;--guide-glow:#35d8b85c}
#support-options .product-card:nth-child(-n+3){--product-accent:#ffd166;--product-glow:#ffbd3858}
#support-options .product-card:nth-child(n+4){--product-accent:#78d9c5;--product-glow:#30d4b45c}

#live-options{
  background-color:#071c1b;
  background-image:linear-gradient(125deg,#031816a3 0,#0925239a 48%,#28210aa0 100%),url('assets/live-classes-portrait-v4.png');
  background-size:cover,84% auto;
  background-position:center,right center;
  background-repeat:no-repeat;
  box-shadow:0 22px 70px #087b7026;
}
#live-options .drawer-guides{grid-template-columns:repeat(2,minmax(0,1fr))}
#live-options .guide-1{--guide-bright:#5ce3cf;--guide-glow:#20d9bd5c}
#live-options .guide-2{--guide-bright:#d8e74c;--guide-glow:#b7d51f5c}
#live-options .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#live-options .product-card:nth-child(-n+3){--product-accent:#55dbc7;--product-glow:#20d6b95c}
#live-options .product-card:nth-child(n+4){--product-accent:#d7e94d;--product-glow:#b6d9255c}

@media(max-width:900px){
  .card{min-height:840px}
  .card-body{min-height:840px;padding:310px 22px 24px}
  .offer{grid-template-columns:1fr 1.45fr;column-gap:24px}
  .offer>.btn{grid-column:2}
}
@media(max-width:680px){
  .hero-art{min-height:420px;padding:8px 0}
  .hero-art>img{height:320px;width:94%}
  .cards{gap:28px}
  .card{min-height:820px}
  .card-body{min-height:820px;padding:330px 24px 24px}
  .card-art.online img{transform:scale(1.03) translate(2.5%,3.5%)}
  .card-art.live img{transform:scale(1.03) translateY(4.5%)}
  .offer{grid-template-columns:1fr;gap:18px}
  .offer>.btn{grid-column:1}
  #coaching-options,#live-options{background-size:cover,auto 84%;background-position:center,center top}
  #support-options{background-size:cover,cover,auto 116%;background-position:center,center,30% center}
  #coaching-options .product-card{display:block;padding:22px}
  #coaching-options .product-actions{margin-top:20px}
  .expanded-inclusions ul{grid-template-columns:1fr}
  #live-options .drawer-guides,#live-options .product-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.hero-art>img{animation:none}}

/* v31 — refined pathways, compact shop cards and wider review rail */
.hero-art>img{
  width:80%;
  height:330px;
}

.card,.card-body{min-height:748px}
.card-body{padding:230px 28px 28px}
.card-art.online img{transform:scale(.82) translate(3.5%,-10%)}
.card-art.pt img{transform:scale(.93) translateY(-7%)}
.card-art.live img{transform:scale(.93) translateY(-8%)}
.card-art:after{
  background:linear-gradient(180deg,transparent 0,transparent 32%,#06070820 43%,#070809b8 59%,#070809f1 76%,#070809 100%);
}
.card-body{
  background:linear-gradient(180deg,transparent 0,transparent 30%,#08090a12 40%,#08090a8e 55%,#08090ae9 69%,#08090afc 100%);
}

.offer.personal>div:nth-child(2){transform:translateX(-10px)}

.product-drawer .product-card.compact-product{
  min-height:104px;
  height:104px;
  padding:18px 20px;
  align-items:center;
  align-self:start;
}
.product-drawer .compact-product .product-main,
.product-drawer .compact-product .product-actions{justify-content:center}
.product-drawer .compact-product h4{margin-bottom:4px}

#live-options .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,104px)}
#live-options .product-card:nth-child(1){grid-column:1;grid-row:1}
#live-options .product-card:nth-child(2){grid-column:1;grid-row:2}
#live-options .product-card:nth-child(3){grid-column:1;grid-row:3}
#live-options .product-card:nth-child(4){grid-column:2;grid-row:1}
#live-options .product-card:nth-child(5){grid-column:2;grid-row:2}
#live-options .product-card:nth-child(6){grid-column:2;grid-row:3}
#live-options .product-card:nth-child(7){grid-column:2;grid-row:4}

.testimonials .quotes{grid-auto-columns:minmax(390px,43%)}

@media(max-width:900px){
  .card,.card-body{min-height:720px}
  .card-body{padding:225px 22px 24px}
  .card-art.online img{transform:scale(.84) translate(3%,-9%)}
  .card-art.pt img,.card-art.live img{transform:scale(.94) translateY(-7%)}
}
@media(max-width:680px){
  .hero-art>img{height:265px;width:82%}
  .card,.card-body{min-height:730px}
  .card-body{padding:240px 24px 24px}
  .offer.personal>div:nth-child(2){transform:none}
  .product-drawer .product-card.compact-product{height:auto;min-height:0;padding:16px 18px}
  #live-options .product-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
  #live-options .product-card:nth-child(n){grid-column:auto;grid-row:auto}
  .testimonials .quotes{grid-auto-columns:88%}
}

/* v36 — wider pathway artwork with slimmer editorial cards */
#pathway-cards{
  width:100%;
  max-width:none;
  margin-left:auto;
  margin-right:auto;
  gap:26px;
}
.card-body{padding-top:278px}
.card-art.online img{
  object-position:center top;
  transform:scale(1.015) translateY(-14%);
}
.card-art.pt img{
  object-position:center top;
  transform:scale(1.015) translateY(-20%);
}
.card-art.live img{
  object-position:center top;
  transform:scale(1.015) translateY(-11%);
}
@media(max-width:900px){
  #pathway-cards{gap:16px}
  .card-body{padding-top:250px}
  .card-art.online img{transform:scale(1.02) translateY(-14%)}
  .card-art.pt img{transform:scale(1.02) translateY(-20%)}
  .card-art.live img{transform:scale(1.02) translateY(-11%)}
}
@media(max-width:680px){
  #pathway-cards{max-width:430px;gap:26px}
  .card-body{padding-top:265px}
}

/* v40 — consolidated personal-training pack selector */
#personal-options .product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:none;
  grid-auto-flow:row;
  grid-auto-columns:auto;
}
#personal-options .variant-product{
  grid-column:1/-1;
  min-height:170px;
  --product-accent:#ff6038;
  --product-glow:#ff3d285c;
}
.session-picker{
  display:flex;
  gap:10px;
  margin-top:16px;
  flex-wrap:wrap;
}
.session-option{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #ffffff58;
  border-radius:50%;
  background:#08080878;
  color:#fff;
  font:700 14px 'Manrope',sans-serif;
  cursor:pointer;
  transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;
}
.session-option:hover,.session-option:focus-visible{
  transform:translateY(-2px);
  border-color:var(--product-accent);
  box-shadow:0 0 18px var(--product-glow);
}
.session-option.active{
  background:var(--product-accent);
  border-color:var(--product-accent);
  box-shadow:0 0 20px var(--product-glow);
}
@media(max-width:680px){
  #personal-options .product-grid{grid-template-columns:1fr}
  #personal-options .variant-product{grid-column:auto}
}

/* v41 — one consistent quantity selector for every session-based service */
#personal-options .variant-product{grid-column:auto;min-height:190px}
#support-options .product-grid,
#live-options .product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:none;
  grid-auto-flow:row;
  grid-auto-columns:auto;
}
#support-options .variant-product,
#live-options .variant-product{
  min-height:190px;
  grid-column:auto;
  grid-row:auto;
}
#live-options .product-card:nth-child(n){grid-column:auto;grid-row:auto}
#personal-options .variant-personal{--product-accent:#ff6038;--product-glow:#ff3d285c}
#personal-options .variant-duo{--product-accent:#ff3f73;--product-glow:#ff00605c}
#support-options .product-card.variant-mobility-person{--product-accent:#ffd166;--product-glow:#ffbd3858}
#support-options .product-card.variant-recovery{--product-accent:#78d9c5;--product-glow:#30d4b45c}
#live-options .product-card.variant-mobility-online{--product-accent:#55dbc7;--product-glow:#20d6b95c}
#live-options .product-card.variant-live-group{--product-accent:#d7e94d;--product-glow:#b6d9255c}
@media(max-width:680px){
  #support-options .product-grid,#live-options .product-grid{grid-template-columns:1fr}
  #personal-options .variant-product,#support-options .variant-product,#live-options .variant-product{min-height:0}
}

/* v44 — premium Online Coaching shop */
#coaching-options.coaching-showcase{
  position:relative;
  isolation:isolate;
  width:100vw;
  margin:42px 0 38px calc(50% - 50vw);
  padding:72px max(5.3vw,calc((100vw - 1216px)/2));
  overflow:hidden;
  color:#fff;
  background:linear-gradient(105deg,#030817f2 0,#080c21dc 44%,#280526c9 100%),url('assets/online-coaching-portrait-v3.png') center 48%/cover no-repeat;
  box-shadow:0 30px 90px #2a12551f;
  font-family:'Avenir Next',Avenir,'Helvetica Neue',Arial,sans-serif;
}
#coaching-options.coaching-showcase:before{
  content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:radial-gradient(circle at 78% 16%,#ff24cf22,transparent 30%),radial-gradient(circle at 14% 82%,#10cfff20,transparent 34%);
}
.coaching-shell{width:min(1216px,100%);margin:auto}
.coaching-kicker{font-size:12px;font-weight:600;letter-spacing:.2em;color:#b9c6ff;margin-bottom:12px}
.coaching-title{margin:0 0 34px;color:#fff;font:500 clamp(38px,4vw,58px)/1 'Avenir Next',Avenir,sans-serif;letter-spacing:-.045em}
.coaching-card{display:grid;grid-template-columns:1.15fr .85fr;border:1px solid #ffffff2b;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#0d1534e8,#160d2ee8 58%,#260b2de8);box-shadow:0 35px 100px #0009,0 0 70px #6824ff24;backdrop-filter:blur(22px)}
.coaching-content{padding:50px 52px 46px;border-right:1px solid #ffffff20}
.coaching-label{display:flex;align-items:center;gap:9px;margin-bottom:27px;color:#d8dfff;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.coaching-label:before{content:'';width:8px;height:8px;border-radius:50%;background:#b96cff;box-shadow:0 0 16px #b96cff}
.coaching-content>h4{max-width:690px;margin:0 0 21px;color:#fff;font:500 clamp(40px,4.1vw,62px)/.99 'Avenir Next',Avenir,sans-serif;letter-spacing:-.045em}
.coaching-lead{max-width:670px;margin:0 0 35px;color:#d9dced;font-size:18px;line-height:1.6}
.coaching-includes-title{margin-bottom:14px;color:#9aa8d6;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.coaching-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px;margin:0;padding:0;list-style:none}
.coaching-benefits li{position:relative;padding:13px 14px 13px 38px;border-top:1px solid #ffffff18;color:#eef0fb;font-size:14px;line-height:1.4}
.coaching-benefits li:before{content:'✓';position:absolute;left:13px;top:12px;color:#4be4ff;font-weight:800}
.coaching-details{margin-top:24px;border:1px solid #ffffff22;border-radius:17px;background:linear-gradient(145deg,#ffffff0a,#ffffff04);box-shadow:inset 0 1px #ffffff12}
.coaching-details summary{display:flex;align-items:center;justify-content:space-between;padding:18px 21px;color:#e9ecf8;cursor:pointer;font-size:13px;font-weight:600;letter-spacing:.04em;list-style:none}
.coaching-details summary::-webkit-details-marker{display:none}
.coaching-details summary:after{content:'+';display:grid;place-items:center;width:27px;height:27px;border:1px solid #ffffff31;border-radius:50%;color:#63e7ff;font-size:18px;line-height:1;transition:transform .25s}
.coaching-details[open] summary:after{transform:rotate(45deg)}
.coaching-details .hide-details{display:none}.coaching-details[open] .show-details{display:none}.coaching-details[open] .hide-details{display:inline}
.coaching-detail-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 25px;padding:0 21px 18px}
.coaching-detail-panel>div{padding:16px 0;border-top:1px solid #ffffff16}.coaching-detail-panel>div:last-child{grid-column:1/-1}
.coaching-detail-panel h5{margin:0 0 6px;color:#7ce8ff;font:600 13px 'Avenir Next',Avenir,sans-serif}.coaching-detail-panel p{margin:0;color:#c8cddd;font-size:12px;line-height:1.55}
.coaching-purchase{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:32px;padding:49px 43px;background:linear-gradient(165deg,#ffffff09,#ffffff03)}
.coaching-plan{color:#aeb9df;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
.coaching-price{display:flex;align-items:flex-start;gap:9px;margin:14px 0 9px}.coaching-price span{margin-top:9px;font-size:24px;font-weight:600}.coaching-price strong{color:#fff;font-size:82px;line-height:.9;letter-spacing:-.075em;font-weight:600}
.coaching-term{padding-bottom:19px;border-bottom:1px solid #ffffff24;color:#bec5dc;font-size:14px}
.coaching-app{display:grid;gap:5px;margin-top:18px;padding:17px;border:1px solid #6fe7ff45;border-radius:14px;background:linear-gradient(135deg,#20d7ff12,#b038ff12)}
.coaching-app span{color:#5de5ff;font-size:10px;font-weight:700;letter-spacing:.17em}.coaching-app strong{color:#fff;font-size:15px;font-weight:600}.coaching-app small{color:#bfc7df;font-size:12px;line-height:1.45}
.coaching-promise{margin:17px 0 0;padding-bottom:19px;border-bottom:1px solid #ffffff24;color:#d9dced;font-size:14px;line-height:1.5}
.coaching-next{padding:18px 0;border-top:1px solid #ffffff1c;border-bottom:1px solid #ffffff1c}.coaching-next>span,.coaching-buy>span{color:#9da9cf;font-size:10px;font-weight:600;letter-spacing:.17em}.coaching-next ol{display:grid;gap:10px;margin:13px 0 0;padding:0;list-style:none;counter-reset:next}.coaching-next li{counter-increment:next;display:flex;gap:10px;color:#d5d9e9;font-size:13px}.coaching-next li:before{content:'0' counter(next);color:#5de5ff;font-size:10px;letter-spacing:.08em;padding-top:2px}
.coaching-buy{display:grid;gap:12px}.coaching-buy>a{min-height:66px;display:flex;align-items:center;justify-content:center;padding:0 22px;border-radius:14px;background:linear-gradient(100deg,#8a56ff,#d83cff 52%,#ff3fa4);box-shadow:0 16px 42px #9d2cff42,inset 0 1px #ffffff66;color:#fff;font-size:16px;font-weight:600;letter-spacing:.015em;transition:transform .2s,box-shadow .2s}.coaching-buy>a:hover{transform:translateY(-2px);box-shadow:0 21px 50px #9d2cff65,inset 0 1px #ffffff7a}.coaching-buy small{color:#aeb5d0;font-size:12px}.coaching-buy small:before{content:'◆';margin-right:8px;color:#53e8ff;font-size:8px}
@media(max-width:900px){.coaching-card{grid-template-columns:1fr}.coaching-content{border-right:0;border-bottom:1px solid #ffffff20}.coaching-purchase{min-height:620px}.coaching-next{max-width:520px}}
@media(max-width:680px){#coaching-options.coaching-showcase{padding:50px 18px;background-position:58% center}.coaching-card{border-radius:18px}.coaching-content,.coaching-purchase{padding:30px 23px}.coaching-content>h4{font-size:40px}.coaching-lead{font-size:16px}.coaching-benefits,.coaching-detail-panel{grid-template-columns:1fr}.coaching-detail-panel>div:last-child{grid-column:auto}.coaching-purchase{min-height:580px}.coaching-price strong{font-size:68px}}
/* v45 — premium Personal Training shop */
#coaching-options.coaching-showcase{margin-bottom:0;padding-left:max(3.2vw,24px);padding-right:max(3.2vw,24px)}
#coaching-options .coaching-shell{width:min(1400px,100%)}
#coaching-options .coaching-card{grid-template-columns:minmax(0,1.22fr) minmax(380px,.78fr)}
.pt-shop-showcase{position:relative;left:50%;right:50%;width:100vw;max-width:none;margin:0 -50vw 38px;padding:82px max(3.2vw,24px) 92px;overflow:hidden;color:#fff;background:linear-gradient(96deg,#12070548 0%,#1b090540 38%,#18060848 72%,#07060768 100%),url('assets/train-with-ed-portrait-v3.png') 50% 47%/cover fixed no-repeat}
.pt-shop-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 17%,#ff9a2b18,transparent 31%),radial-gradient(circle at 82% 72%,#ff1c8f16,transparent 34%),linear-gradient(180deg,#09030208,#08030442);pointer-events:none}
.pt-shop-shell{position:relative;width:min(1400px,100%);margin:auto}.pt-shop-kicker{color:#ffc38e;font-size:12px;font-weight:700;letter-spacing:.2em}.pt-shop-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin:14px 0 30px}.pt-shop-heading h3{margin:0;color:#fff;font:500 clamp(42px,5vw,68px)/1 "Avenir Next",Avenir,sans-serif;letter-spacing:-.055em}.pt-shop-heading p{width:min(450px,42vw);margin:0;color:#f0ded6;font-size:16px;line-height:1.55}
.pt-shop{position:relative;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(380px,.78fr);min-height:800px;border:1px solid #ffffff38;border-radius:28px;overflow:hidden;background:linear-gradient(132deg,#26100ce9,#180a0ceb 55%,#19070eed);box-shadow:0 38px 100px #000b,0 0 70px #ff5b1d22;backdrop-filter:blur(9px)}.pt-shop:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px #ffffff3b,inset 0 -1px #ff73242c;pointer-events:none}.pt-shop-browse{padding:40px 44px 44px;border-right:1px solid #ffffff20}.pt-shop-intro h4{margin:0;color:#fff;font-size:27px;font-weight:560;letter-spacing:-.035em}.pt-shop-intro p{margin:7px 0 0;color:#c9b7af;font-size:14px;line-height:1.5}.pt-choice-group{margin-top:28px}.pt-group-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:11px}.pt-group-heading span{color:#f2b08d;font-size:12px;font-weight:700;letter-spacing:.15em}.pt-group-heading strong{color:#f6ebe6;font-size:14px;font-weight:570}
.pt-offer{position:relative;width:100%;min-height:88px;padding:17px 20px;border:1px solid #ffffff22;border-radius:17px;background:linear-gradient(140deg,#ffffff0d,#ffffff05);color:#fff;text-align:left;cursor:pointer;transition:transform .2s,border-color .2s,background .2s}.pt-offer:hover{transform:translateY(-2px);border-color:#ff9a6975;background:linear-gradient(140deg,#ffffff15,#ff6a160c)}.pt-offer.selected{border-color:#ff9c68c5;background:linear-gradient(140deg,#ff792422,#ff236b14);box-shadow:inset 0 1px #ffffff29,0 13px 35px #0004}.pt-offer h5{margin:0 0 7px;padding-right:82px;color:#fff;font-size:17px;font-weight:620;letter-spacing:-.015em}.pt-offer>strong{position:absolute;top:17px;right:18px;color:#fff;font-size:18px;font-weight:600}.pt-offer p{margin:0;padding-right:25px;color:#d1c0b9;font-size:13px;line-height:1.45}.pt-offer i{position:absolute;right:17px;bottom:15px;width:18px;height:18px;border:1px solid #ffffff42;border-radius:50%}.pt-offer.selected i{border:5px solid #ff8d4c;background:#fff}.pt-memberships{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pt-memberships .pt-offer{min-height:108px;padding:17px}.pt-memberships .pt-offer h5{font-size:17px}.pt-memberships .pt-offer p{font-size:13px}
.pt-packs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pt-pack{min-height:310px;padding:21px;border:1px solid #ffffff22;border-radius:19px;background:linear-gradient(145deg,#ffffff0d,#ffffff05);transition:border-color .2s,background .2s}.pt-pack.selected{border-color:#ff9c6894;background:linear-gradient(145deg,#ff7b1915,#ff236b0d)}.pt-pack h5{margin:0 0 8px;color:#fff;font-size:21px;font-weight:580;letter-spacing:-.025em}.pt-pack>p{min-height:65px;margin:0;color:#d3c4be;font-size:14px;line-height:1.5}.pt-pack>span{display:block;margin:18px 0 12px;color:#f1c3af;font-size:12px;font-weight:700;letter-spacing:.14em}.pt-quantities{display:flex;gap:8px}.pt-quantities button{width:43px;height:43px;border:1px solid #ffffff2d;border-radius:50%;background:#ffffff08;color:#e8dad4;font-weight:700;cursor:pointer}.pt-quantities button.active{border-color:#ff9a60;background:linear-gradient(145deg,#ff933f,#e92563);box-shadow:0 7px 25px #ee4e3547;color:#fff}.pt-pack>b{display:block;margin-top:18px;color:#fff;font-size:40px;line-height:1;font-weight:570;letter-spacing:-.05em}.pt-pack>small{display:block;margin-top:7px;color:#c3b0a8;font-size:12px}.pt-choose{width:100%;margin-top:17px;padding:14px;border:1px solid #ff9b6d67;border-radius:11px;background:#ff663112;color:#fff;font-weight:650;cursor:pointer;transition:background .2s,border-color .2s}.pt-choose:hover{border-color:#ffac82;background:#ff663122}
.pt-purchase{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:42px 39px;background:linear-gradient(160deg,#ffffff0b,#ffffff03)}.pt-purchase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 4%,#ff98281e,transparent 32%),radial-gradient(circle at 12% 96%,#e319741c,transparent 36%);pointer-events:none}.pt-purchase>*{position:relative}.pt-selection-label{text-align:right;color:#f2b08b;font-size:12px;font-weight:700;letter-spacing:.17em}.pt-brand{display:none}.pt-purchase.logo-selection .pt-brand{position:absolute;display:block;top:62px;right:14px;width:196px;height:196px;border:5px solid #fff;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 1px #ffffff72,0 12px 34px #0005}.pt-purchase.logo-selection .pt-brand img{width:100%;height:100%;object-fit:contain;transform:scale(1.5)}.pt-purchase.logo-selection .pt-brand.consultation img,.pt-purchase.logo-selection .pt-brand.duo img{transform:scale(1.25)}.pt-purchase h4{max-width:54%;margin:42px 0 8px;color:#fff;font-size:29px;font-weight:570;line-height:1.14;letter-spacing:-.04em}.pt-selection-copy{max-width:54%;min-height:58px;margin:0 0 22px;color:#e0d1cb;font-size:14px;line-height:1.55}.pt-purchase.consultation-selection .pt-selection-copy{max-width:46%}.pt-price{display:flex;align-items:flex-start;gap:8px;margin:9px 0}.pt-price span{margin-top:9px;font-size:24px}.pt-price strong{font-size:76px;line-height:.9;font-weight:590;letter-spacing:-.07em}.pt-term{color:#c6b3ac;font-size:13px}.pt-included{margin-top:29px;padding:22px 0;border-top:1px solid #ffffff22;border-bottom:1px solid #ffffff22}.pt-included>span,.pt-buy>span{color:#f2b08b;font-size:12px;font-weight:700;letter-spacing:.15em}.pt-included ul{margin:14px 0 0;padding:0;list-style:none}.pt-included li{position:relative;margin:10px 0;padding-left:22px;color:#ebdfda;font-size:13px;line-height:1.42}.pt-included li:before{content:'✓';position:absolute;left:0;color:#ff9f5c}.pt-buy{display:grid;gap:12px}.pt-buy>a{min-height:64px;display:flex;align-items:center;justify-content:center;border:1px solid #ffbd9070;border-radius:14px;background:linear-gradient(100deg,#ff8d34,#f1484c 56%,#e72779);box-shadow:0 16px 40px #e83f3d42,inset 0 1px #ffffff6b;color:#fff;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s}.pt-buy>a:hover{transform:translateY(-2px);box-shadow:0 21px 48px #e83f3d5c,inset 0 1px #ffffff7a}.pt-buy small{display:flex;align-items:center;gap:8px;color:#c1aea6;font-size:12px}.pt-buy small:before{content:'◆';color:#ff8e4c;font-size:8px}.pt-buy p{margin:2px 0 0;color:#b7a39b;font-size:12px;line-height:1.45}.pt-buy p b{color:#decbc4;font-weight:650}
@media(max-width:1050px){.pt-shop{grid-template-columns:1fr}.pt-shop-browse{border-right:0;border-bottom:1px solid #ffffff20}.pt-purchase{min-height:760px}.pt-memberships{grid-template-columns:1fr}.pt-memberships .pt-offer{min-height:92px}.pt-shop-heading p{width:min(390px,42vw)}}
@media(max-width:700px){.pt-shop-showcase{padding:62px 18px 70px;background-attachment:scroll}.pt-shop-heading{display:block}.pt-shop-heading p{width:auto;margin-top:16px}.pt-shop-browse,.pt-purchase{padding:30px 22px}.pt-packs{grid-template-columns:1fr}.pt-group-heading{align-items:start;flex-direction:column;gap:5px}.pt-purchase.logo-selection .pt-brand{top:58px;right:12px;width:150px;height:150px}.pt-purchase h4,.pt-selection-copy,.pt-purchase.consultation-selection .pt-selection-copy{max-width:52%}.pt-purchase h4{font-size:25px}.pt-price strong{font-size:64px}}

/* v51 — final service logos in purchase cards */
.product-drawer .product-card .product-logo{
  flex:0 0 auto;
  width:clamp(116px,12vw,168px);
  height:116px;
  margin:-8px 18px -8px -4px;
  object-fit:contain;
  mix-blend-mode:screen;
  filter:drop-shadow(0 12px 24px #0005);
}
.product-drawer .variant-product{align-items:center}
#support-options .variant-product .product-logo,
#live-options .variant-mobility-online .product-logo{mix-blend-mode:normal;border-radius:12px}
.pt-purchase.logo-selection .pt-brand.personal,
.pt-purchase.logo-selection .pt-brand.duo{
  top:54px;
  right:18px;
  width:210px;
  height:210px;
  border:5px solid #fff;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  box-shadow:0 0 0 1px #ffffff72,0 12px 34px #0005;
}
.pt-purchase.logo-selection .pt-brand.personal img,
.pt-purchase.logo-selection .pt-brand.duo img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:none;
  filter:none;
}
.pt-purchase.logo-selection .pt-brand.personal img{transform:scale(1.15)}
@media(max-width:700px){
  .product-drawer .product-card .product-logo{width:116px;height:96px;margin:0 0 12px}
  .pt-purchase.logo-selection .pt-brand.personal,
  .pt-purchase.logo-selection .pt-brand.duo{top:52px;right:8px;width:155px;height:155px}
}
/* v53 — approved Personal and Duo selection refinements */
.pt-shop{grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr)}
.pt-purchase.logo-selection .pt-brand.duo img{transform:scale(.98)}
.pt-purchase.logo-selection .pt-brand.personal img{transform:scale(1.13)}
.pt-purchase.personal-selection .pt-selection-copy{max-width:48%}

/* v54 — premium In-person Support shop */
.support-shop-showcase{position:relative;left:50%;width:100vw;margin:0 -50vw 0;padding:82px max(3.2vw,24px) 92px;overflow:hidden;color:#fff;background:linear-gradient(102deg,#081318d9 0,#112127c7 42%,#1f1716bf 72%,#0d0a0acc 100%),url('assets/train-with-ed-portrait-v3.png') 31% 52%/cover fixed no-repeat;font-family:'Avenir Next',Avenir,'Helvetica Neue',Arial,sans-serif}
.support-shop-showcase:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,#d9d29f1f,transparent 31%),radial-gradient(circle at 88% 68%,#4ee6d51c,transparent 34%),linear-gradient(180deg,#07101510,#05090b55);pointer-events:none}
.support-shop-shell{position:relative;width:min(1400px,100%);margin:auto}.support-shop-kicker{color:#cfe7e1;font-size:12px;font-weight:700;letter-spacing:.2em}.support-shop-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin:14px 0 30px}.support-shop-heading h3{margin:0;color:#fff;font:500 clamp(42px,5vw,68px)/1 'Avenir Next',Avenir,sans-serif;letter-spacing:-.055em}.support-shop-heading p{width:min(470px,42vw);margin:0;color:#dce8e5;font-size:16px;line-height:1.55}
.support-shop{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);min-height:760px;border:1px solid #ffffff38;border-radius:28px;overflow:hidden;background:linear-gradient(132deg,#101c20eb,#0b171aeb 54%,#171413ed);box-shadow:0 38px 100px #000b,0 0 70px #61d9ca1f;backdrop-filter:blur(12px)}.support-shop:after{content:'';position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px #ffffff3b,inset 0 -1px #6edfc536;pointer-events:none}
.support-shop-browse{padding:40px 44px 44px;border-right:1px solid #ffffff20}.support-shop-intro h4{margin:0;color:#fff;font-size:27px;font-weight:560;letter-spacing:-.035em}.support-shop-intro p{margin:7px 0 0;color:#b9cdca;font-size:14px;line-height:1.5}.support-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px}
.support-service{min-height:480px;padding:22px;border:1px solid #ffffff22;border-radius:20px;background:linear-gradient(145deg,#ffffff0e,#ffffff05);transition:transform .2s,border-color .2s,background .2s}.support-service:hover{transform:translateY(-2px);border-color:#bde9dc75}.support-service.selected{border-color:#cbe9d5a8;background:linear-gradient(145deg,#d9d3a416,#56d8c912);box-shadow:inset 0 1px #ffffff29,0 16px 38px #0004}.support-service-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.support-service-head span{color:#b9ded7;font-size:10px;font-weight:700;letter-spacing:.15em}.support-service-head h5{margin:7px 0 0;color:#fff;font-size:22px;font-weight:580;letter-spacing:-.025em}.support-service-head img{width:112px;height:112px;flex:0 0 112px;border:4px solid #fff;border-radius:50%;background:#fff;object-fit:contain;filter:drop-shadow(0 10px 24px #0005)}.support-service>p{min-height:67px;margin:20px 0 0;color:#ccdad7;font-size:14px;line-height:1.5}.support-quantity-label{margin:22px 0 12px;color:#b9ded7;font-size:11px;font-weight:700;letter-spacing:.14em}.support-quantities{display:flex;gap:9px}.support-quantities button{width:44px;height:44px;border:1px solid #ffffff32;border-radius:50%;background:#ffffff08;color:#e9f0ee;font-weight:700;cursor:pointer;transition:transform .18s,border-color .18s,background .18s}.support-quantities button:hover{transform:translateY(-2px);border-color:#bce8dc}.support-quantities button.active{border-color:#d8eadc;background:linear-gradient(145deg,#d8c887,#56bdb5);box-shadow:0 8px 25px #5bd5c23d;color:#10211e}.support-card-price{margin-top:21px;color:#fff;font-size:22px}.support-card-price strong{font-size:42px;font-weight:570;letter-spacing:-.05em}.support-choose{width:100%;margin-top:18px;padding:14px;border:1px solid #bde4da6b;border-radius:11px;background:#82d9c712;color:#fff;font-weight:650;cursor:pointer}.support-choose:hover{border-color:#d9f1ea;background:#82d9c725}
.support-purchase{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:42px 39px;background:linear-gradient(160deg,#ffffff0b,#ffffff03)}.support-purchase:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 5%,#dfd39420,transparent 32%),radial-gradient(circle at 12% 96%,#53d8c51b,transparent 36%);pointer-events:none}.support-purchase>*{position:relative}.support-selection-label{text-align:right;color:#bfe1da;font-size:12px;font-weight:700;letter-spacing:.17em}.support-brand{position:absolute;top:54px;right:18px;width:210px;height:210px;border:5px solid #fff;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 1px #ffffff72,0 12px 34px #0005}.support-brand img{width:100%;height:100%;object-fit:contain;transform:scale(1.05)}.support-purchase h4{max-width:50%;margin:42px 0 8px;color:#fff;font-size:29px;font-weight:570;line-height:1.14;letter-spacing:-.04em}.support-selection-copy{max-width:49%;min-height:84px;margin:0 0 20px;color:#d6e2df;font-size:14px;line-height:1.55}.support-price{display:flex;align-items:flex-start;gap:8px;margin:9px 0}.support-price span{margin-top:9px;font-size:24px}.support-price strong{font-size:76px;line-height:.9;font-weight:590;letter-spacing:-.07em}.support-term{color:#b9cbc7;font-size:13px}.support-included{margin-top:29px;padding:22px 0;border-top:1px solid #ffffff22;border-bottom:1px solid #ffffff22}.support-included>span,.support-buy>span{color:#bfe1da;font-size:12px;font-weight:700;letter-spacing:.15em}.support-included ul{margin:14px 0 0;padding:0;list-style:none}.support-included li{position:relative;margin:10px 0;padding-left:22px;color:#e3ece9;font-size:13px;line-height:1.42}.support-included li:before{content:'✓';position:absolute;left:0;color:#6fe0cc}.support-buy{display:grid;gap:12px}.support-buy>a{min-height:64px;display:flex;align-items:center;justify-content:center;border:1px solid #e6e3bd82;border-radius:14px;background:linear-gradient(100deg,#c8b76f,#6fbfb4 54%,#36a99f);box-shadow:0 16px 40px #4ebdad35,inset 0 1px #ffffff7a;color:#071c19;font-size:16px;font-weight:750;transition:transform .2s,box-shadow .2s}.support-buy>a:hover{transform:translateY(-2px);box-shadow:0 21px 48px #4ebdad52,inset 0 1px #ffffff90}.support-buy small{display:flex;align-items:center;gap:8px;color:#b5c7c3;font-size:12px}.support-buy small:before{content:'◆';color:#6fe0cc;font-size:8px}.support-buy p{margin:2px 0 0;color:#aebfbb;font-size:12px;line-height:1.45}
@media(max-width:1050px){.support-shop{grid-template-columns:1fr}.support-shop-browse{border-right:0;border-bottom:1px solid #ffffff20}.support-purchase{min-height:720px}.support-shop-heading p{width:min(410px,42vw)}}
@media(max-width:700px){.support-shop-showcase{padding:62px 18px 70px;background-attachment:scroll}.support-shop-heading{display:block}.support-shop-heading p{width:auto;margin-top:16px}.support-shop-browse,.support-purchase{padding:30px 22px}.support-services{grid-template-columns:1fr}.support-service{min-height:0}.support-brand{top:52px;right:8px;width:155px;height:155px}.support-purchase h4,.support-selection-copy{max-width:53%}.support-purchase h4{font-size:25px}.support-price strong{font-size:64px}}

/* v55 — approved Duo and Movement/Recovery refinements */
.pt-shop-showcase{margin-bottom:0}
.pt-purchase.logo-selection .pt-brand.duo img{transform:scale(1.03) translateY(-4%)}
.support-shop-showcase{margin-bottom:0;background-image:linear-gradient(102deg,#08131878,#11212763 42%,#1f17165c 72%,#0d0a0a70),url('assets/train-with-ed-portrait-v3.png');background-position:31% 52%;background-size:cover}
.support-shop-heading h3{font-size:clamp(42px,5vw,68px)}
.support-shop{background:linear-gradient(132deg,#101c20b5,#0b171aab 54%,#171413b0);backdrop-filter:blur(7px)}
.support-shop-browse{background:#07131622}.support-purchase{background:linear-gradient(160deg,#15262a8c,#1016177d)}
.support-service{background:linear-gradient(145deg,#ffffff17,#ffffff09);backdrop-filter:blur(5px)}
.support-service.selected{background:linear-gradient(145deg,#d9d3a424,#56d8c91c)}
.support-service-head img{width:148px;height:148px;flex-basis:148px}
.support-service-head img{transform:none}
.support-brand{width:252px;height:252px;right:42px}
.support-brand img{transform:scale(1.36)}
@media(max-width:1400px){.support-service-head img{width:124px;height:124px;flex-basis:124px}.support-brand{width:220px;height:220px;right:22px}}
@media(max-width:700px){.support-service-head img{width:132px;height:132px;flex-basis:132px}.support-brand{width:155px;height:155px;right:8px}.support-brand img{transform:scale(1.3)}}

/* v56 — approved purchase typography, backgrounds and section order */
#coaching-options.coaching-showcase{margin:0 0 0 calc(50% - 50vw);background-image:linear-gradient(105deg,#03081766,#080c2160 42%,#2805265c),url('assets/online-coaching-portrait-v3.png')}
.coaching-card{background:linear-gradient(135deg,#0d1534bd,#160d2eb8 58%,#260b2dbc);backdrop-filter:blur(8px)}
.coaching-detail-panel h5{font-size:17px}.coaching-detail-panel p{font-size:16px;line-height:1.58}.coaching-app span{font-size:13px}.coaching-app strong{font-size:17px}.coaching-app small{font-size:16px;line-height:1.55}.coaching-buy>span{display:block;text-align:right;font-size:13px;font-weight:600;letter-spacing:.19em}
.pt-shop-showcase{background-image:linear-gradient(96deg,#17090542,#210b0838 45%,#18060940 75%,#08060750),url('assets/train-with-ed-portrait-v3.png')}.pt-shop{background:linear-gradient(132deg,#26100cba,#180a0caf 55%,#19070eb5);backdrop-filter:blur(7px)}
.pt-selection-copy,.pt-included li{font-size:16px;line-height:1.55}.pt-price strong{font-size:84px}.pt-term{font-size:15px}.pt-buy>span{display:block;text-align:right;font-size:13px;font-weight:600;letter-spacing:.19em}.pt-buy>a{min-height:68px;font-weight:600}
.support-selection-copy,.support-included li,.support-service>p{font-size:16px;line-height:1.55}.support-price strong{font-size:84px}.support-term{font-size:15px}.support-buy>span{display:block;text-align:right;font-size:13px;font-weight:600;letter-spacing:.19em}.support-buy>a{min-height:68px;font-weight:600}
.live-shop-showcase{position:relative;left:50%;width:100vw;margin:0 -50vw;padding:72px max(3.2vw,24px) 92px;overflow:hidden;color:#fff;background:linear-gradient(100deg,#03201c70,#071b1763 43%,#16170958 72%,#06100e6b),url('assets/live-classes-portrait-v4.png') center 45%/cover fixed no-repeat;font-family:'Avenir Next',Avenir,'Helvetica Neue',Arial,sans-serif}.live-shop-showcase:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,#00e5c51c,transparent 28%),radial-gradient(circle at 88% 70%,#d8e94d1b,transparent 32%);pointer-events:none}.live-shop-shell{position:relative;width:min(1400px,100%);margin:auto}.live-shop-kicker{color:#bce8da;font-size:12px;font-weight:600;letter-spacing:.19em}.live-shop-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin:14px 0 30px}.live-shop-heading h3{margin:0;color:#fff;font:500 clamp(42px,5vw,68px)/1 'Avenir Next',Avenir,sans-serif;letter-spacing:-.045em}.live-shop-heading p{width:min(470px,42vw);margin:0;color:#e1ece7;font-size:16px;line-height:1.55}.live-shop{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);min-height:745px;border:1px solid #ffffff3d;border-radius:28px;overflow:hidden;background:linear-gradient(132deg,#071c1ab3,#0a1917a7 54%,#171b0dae);box-shadow:0 38px 100px #0009,0 0 70px #63e5c41c;backdrop-filter:blur(7px)}.live-shop-browse{padding:40px 44px;border-right:1px solid #ffffff24;background:#06161324}.live-shop-intro h4{margin:0;font-size:27px;font-weight:500;letter-spacing:-.035em}.live-shop-intro p{margin:7px 0 0;color:#c3d5ce;font-size:14px}.live-services{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.live-service{min-height:500px;padding:22px;border:1px solid #ffffff27;border-radius:20px;background:linear-gradient(145deg,#ffffff18,#ffffff09);backdrop-filter:blur(5px)}.live-service.selected{border-color:#dce885a6;background:linear-gradient(145deg,#54ddc625,#d7e94d1c);box-shadow:0 16px 38px #0004}.live-service-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.live-service-head span,.live-quantity-label{color:#bce8dc;font-size:12px;font-weight:600;letter-spacing:.19em}.live-service-head h5{margin:8px 0 0;font-size:22px;line-height:1.18}.live-service-head img{width:148px;height:148px;flex:0 0 148px;border:4px solid #fff;border-radius:50%;background:#fff;object-fit:contain;box-shadow:0 10px 24px #0005}.live-service>p{min-height:82px;margin:20px 0 0;color:#d2e0da;font-size:16px;line-height:1.55}.live-quantity-label{margin:24px 0 12px}.live-quantities{display:flex;gap:9px}.live-quantities button{width:42px;height:42px;border:1px solid #ffffff3b;border-radius:50%;background:transparent;color:#fff;font-weight:700}.live-quantities button.active{background:linear-gradient(145deg,#50d9c4,#d5e64d);box-shadow:0 8px 25px #74d8bd40;color:#071b17}.live-card-price{margin-top:21px;font-size:22px}.live-card-price strong{font-size:42px;font-weight:570}.live-choose{width:100%;margin-top:18px;padding:14px;border:1px solid #dbe88370;border-radius:11px;background:#7ed8bd15;color:#fff;font-weight:650}.live-purchase{display:flex;flex-direction:column;justify-content:space-between;padding:42px 39px;background:linear-gradient(160deg,#1025228c,#171d107d)}.live-selection-label{text-align:right;color:#cce8df;font-size:12px;font-weight:600;letter-spacing:.19em}.live-purchase h4{margin:45px 0 8px;font-size:30px;font-weight:500;letter-spacing:-.035em}.live-selection-copy{max-width:72%;min-height:84px;margin:0 0 20px;color:#d8e5df;font-size:16px;line-height:1.55}.live-price{display:flex;align-items:flex-start;gap:8px}.live-price span{margin-top:9px;font-size:25px}.live-price strong{font-size:84px;line-height:.9;font-weight:650}.live-term{color:#bdd0c8;font-size:15px}.live-included{margin-top:29px;padding:22px 0;border-top:1px solid #ffffff25;border-bottom:1px solid #ffffff25}.live-included>span{color:#cce8df;font-size:12px;font-weight:600;letter-spacing:.19em}.live-included ul{margin:14px 0 0;padding:0;list-style:none}.live-included li{position:relative;margin:10px 0;padding-left:22px;color:#e6efeb;font-size:16px;line-height:1.5}.live-included li:before{content:'✓';position:absolute;left:0;color:#d8e94d}.live-buy{display:grid;gap:12px}.live-buy>span{display:block;text-align:right;color:#cce8df;font-size:13px;font-weight:600;letter-spacing:.19em}.live-buy>a{min-height:68px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(100deg,#36cbb9,#7dd09d 54%,#d8e54c);color:#071b17;font-size:16px;font-weight:600}.live-buy small{color:#bdd0c8;font-size:12px}.live-buy small:before{content:'◆';margin-right:8px;color:#d8e94d;font-size:8px}
@media(max-width:1050px){.live-shop{grid-template-columns:1fr}.live-shop-browse{border-right:0;border-bottom:1px solid #ffffff24}.live-purchase{min-height:680px}}
@media(max-width:700px){.live-shop-showcase{padding:62px 18px 70px;background-attachment:scroll}.live-shop-heading{display:block}.live-shop-heading p{width:auto;margin-top:16px}.live-shop-browse,.live-purchase{padding:30px 22px}.live-services{grid-template-columns:1fr}.live-service{min-height:0}.live-service-head img{width:126px;height:126px;flex-basis:126px}.live-selection-copy{max-width:100%}}

/* v57 — consistent parallax backgrounds across every purchase section */
#coaching-options.coaching-showcase,
.pt-shop-showcase,
.support-shop-showcase{
  background-attachment:fixed;
  background-repeat:no-repeat;
}
@media(max-width:700px), (prefers-reduced-motion:reduce){
  #coaching-options.coaching-showcase,
  .pt-shop-showcase,
  .support-shop-showcase{background-attachment:scroll}
}

/* v58 — scroll-driven parallax for the two in-person purchase scenes */
.pt-shop-showcase{
  background-attachment:scroll;
  background-position:center,50% calc(47% + var(--purchase-parallax,0px));
}
.support-shop-showcase{
  background-attachment:scroll;
  background-position:center,31% calc(52% + var(--purchase-parallax,0px));
}
@media(max-width:700px), (prefers-reduced-motion:reduce){
  .pt-shop-showcase{background-position:center,50% 47%}
  .support-shop-showcase{background-position:center,31% 52%}
}

/* v59 — one consistent moving image layer for all purchase scenes */
#coaching-options.coaching-showcase,
.live-shop-showcase,
.pt-shop-showcase,
.support-shop-showcase{
  isolation:isolate;
  background-attachment:scroll;
  background-repeat:no-repeat;
}
#coaching-options.coaching-showcase{background-image:linear-gradient(105deg,#03081766,#080c2160 42%,#2805265c)}
.live-shop-showcase{background-image:linear-gradient(100deg,#03201c70,#071b1763 43%,#16170958 72%,#06100e6b)}
.pt-shop-showcase{background-image:linear-gradient(96deg,#17090542,#210b0838 45%,#18060940 75%,#08060750)}
.support-shop-showcase{background-image:linear-gradient(102deg,#08131878,#11212763 42%,#1f17165c 72%,#0d0a0a70)}
#coaching-options.coaching-showcase:after,
.live-shop-showcase:after,
.pt-shop-showcase:after,
.support-shop-showcase:after{
  content:'';
  position:absolute;
  inset:-130px 0;
  z-index:-2;
  pointer-events:none;
  background-repeat:no-repeat;
  background-size:cover;
  transform:translate3d(0,var(--scene-parallax,0px),0) scale(1.04);
  will-change:transform;
}
#coaching-options.coaching-showcase:after{background-image:url('assets/online-coaching-portrait-v3.png');background-position:left center}
.live-shop-showcase:after{background-image:url('assets/live-classes-portrait-v4.png');background-position:center 45%}
.pt-shop-showcase:after{background-image:url('assets/train-with-ed-portrait-v3.png');background-position:50% 47%}
.support-shop-showcase:after{background-image:url('assets/train-with-ed-portrait-v3.png');background-position:31% 52%}
@media(max-width:700px), (prefers-reduced-motion:reduce){
  #coaching-options.coaching-showcase:after,
  .live-shop-showcase:after,
  .pt-shop-showcase:after,
  .support-shop-showcase:after{inset:0;transform:none}
}

/* v60 — Personal Training and Movement & Recovery share one continuous parallax scene */
.in-person-scenes{
  position:relative;
  left:50%;
  width:100vw;
  margin-left:-50vw;
  overflow:hidden;
  isolation:isolate;
  background:#150806;
}
.in-person-scenes:after{
  content:'';
  position:absolute;
  inset:-180px 0;
  z-index:0;
  pointer-events:none;
  background:url('assets/train-with-ed-portrait-v3.png') 50% 47%/cover no-repeat;
  transform:translate3d(0,var(--scene-parallax,0px),0) scale(1.04);
  will-change:transform;
}
.in-person-scenes>.pt-shop-showcase,
.in-person-scenes>.support-shop-showcase{
  position:relative;
  left:auto;
  right:auto;
  z-index:1;
  width:100%;
  margin:0;
}
.in-person-scenes>.pt-shop-showcase:after,
.in-person-scenes>.support-shop-showcase:after{display:none}
.in-person-scenes>.pt-shop-showcase{background-image:linear-gradient(96deg,#17090542,#210b0838 45%,#18060940 75%,#08060750)}
.in-person-scenes>.support-shop-showcase{background-image:linear-gradient(96deg,#17090542,#210b0838 45%,#18060940 75%,#08060750)}
@media(max-width:700px), (prefers-reduced-motion:reduce){
  .in-person-scenes:after{inset:0;transform:none}
}

/* v61 — visibly continuous, brighter in-person photograph */
.in-person-scenes{
  background:
    linear-gradient(96deg,#17090526 0%,#210b0820 45%,#18060924 75%,#0806072e 100%),
    url('assets/train-with-ed-portrait-v3.png') 50% 47%/cover fixed no-repeat;
}
.in-person-scenes:after{display:none}
.in-person-scenes>.pt-shop-showcase,
.in-person-scenes>.support-shop-showcase{
  background:transparent!important;
}
@media(max-width:700px), (prefers-reduced-motion:reduce){
  .in-person-scenes{background-attachment:scroll}
}

/* v62 — remove the remaining Personal Training section veil */
.in-person-scenes>.pt-shop-showcase:before{display:none}

/* v63 — approved Live Group Classes logo placement and shared typography */
.live-service-head img.mobility{transform:scale(1.2)}
.live-service-head img.group{transform:scale(1.03) translateY(-4%)}
.live-purchase{position:relative}
.live-brand{position:absolute;top:75px;right:42px;width:252px;height:252px;border:5px solid #fff;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 1px #ffffff72,0 12px 34px #0005;display:grid;place-items:center}
.live-brand img{width:100%;height:100%;object-fit:contain;object-position:center}
.live-brand.group img{transform:scale(1.03) translateY(-4%)}
.live-brand.mobility img{transform:scale(1.2)}
.live-purchase h4,.live-selection-copy{max-width:49%}
@media(max-width:700px){
  .live-brand{top:54px;right:10px;width:150px;height:150px}
  .live-purchase h4,.live-selection-copy{max-width:52%}
}

/* v64 — cleaner option cards and consistent selection-circle sizing */
.support-service-head img,
.live-service-head img{display:none}
.support-service-head,
.live-service-head{justify-content:flex-start}
.support-service-head>div,
.live-service-head>div{width:100%}
.support-brand,
.live-brand{top:62px;right:18px;width:196px;height:196px}
.support-purchase h4,
.support-selection-copy,
.live-purchase h4,
.live-selection-copy{max-width:54%}
@media(max-width:700px){
  .support-brand,
  .live-brand{top:58px;right:12px;width:150px;height:150px}
  .support-purchase h4,
  .support-selection-copy,
  .live-purchase h4,
  .live-selection-copy{max-width:52%}
}

/* v65 — direct purchase journey and compact getting-started strip */
.steps-strip{padding:34px max(3.2vw,24px);background:#f0f1eb;border-top:1px solid #dfe1d8;border-bottom:1px solid #d9dcd1}
.steps-strip>.wrap{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,2.28fr);align-items:center;gap:48px;padding:0}
.steps-strip-heading .eyebrow{margin-bottom:7px}
.steps-strip-heading h2{font-size:clamp(27px,2.4vw,36px);line-height:1.08}
.steps-strip .steps{margin:0;gap:0}
.steps-strip .steps article{display:flex;align-items:center;gap:17px;min-height:72px;padding:5px 26px;border-left:1px solid #ced2c5}
.steps-strip .step-num{flex:0 0 auto;margin:0;padding:0;border:0;font-size:26px;line-height:1;color:#969b8d}
.steps-strip .steps h3{margin:0 0 4px;font-size:17px;line-height:1.2}
.steps-strip .steps p{margin:0;font-size:13px;line-height:1.45}
.purchase-sections{margin:0;padding:0}
@media(max-width:900px){.steps-strip>.wrap{grid-template-columns:1fr;gap:22px}.steps-strip .steps article:first-child{border-left:0;padding-left:0}}
@media(max-width:680px){.steps-strip{padding:30px 20px}.steps-strip>.wrap{gap:18px}.steps-strip .steps{gap:0}.steps-strip .steps article,.steps-strip .steps article:first-child{min-height:auto;padding:15px 0;border-left:0;border-top:1px solid #ced2c5}.steps-strip .step-num{width:34px}.steps-strip .steps h3{font-size:16px}.steps-strip .steps p{font-size:13px}}

/* v66 — compact, direct mobile purchase journey */
@media(max-width:700px){
  #coaching-options.coaching-showcase,.live-shop-showcase,.pt-shop-showcase,.support-shop-showcase{padding:42px 14px 48px}
  .coaching-title,.live-shop-heading h3,.pt-shop-heading h3,.support-shop-heading h3{font-size:36px;line-height:1.03}
  .coaching-title{margin-bottom:22px}.live-shop-heading,.pt-shop-heading,.support-shop-heading{margin:10px 0 20px}
  .live-shop-heading p,.pt-shop-heading p,.support-shop-heading p{margin-top:11px;font-size:14px;line-height:1.48}
  .coaching-card,.live-shop,.pt-shop,.support-shop{border-radius:18px}
  .coaching-content,.coaching-purchase,.live-shop-browse,.live-purchase,.pt-shop-browse,.pt-purchase,.support-shop-browse,.support-purchase{padding:22px 17px}
  .coaching-content>h4{font-size:31px;line-height:1.04;margin-bottom:14px}.coaching-lead{margin-bottom:20px;font-size:14px;line-height:1.5}.coaching-label{margin-bottom:16px}
  .coaching-benefits{grid-template-columns:1fr 1fr;gap:0 10px}.coaching-benefits li{padding:10px 4px 10px 24px;font-size:12px}.coaching-benefits li:before{left:5px;top:9px}
  .coaching-details{margin-top:17px}.coaching-details summary{padding:14px 15px}.coaching-detail-panel{padding:0 15px 14px}.coaching-detail-panel h5{font-size:14px}.coaching-detail-panel p{font-size:13px}
  .coaching-purchase{min-height:0;gap:18px}.coaching-price{margin:8px 0}.coaching-price strong{font-size:56px}.coaching-price span{font-size:20px}
  .coaching-app{margin-top:12px;padding:13px}.coaching-app span{font-size:10px}.coaching-app strong{font-size:14px}.coaching-app small{font-size:13px}
  .coaching-promise{margin-top:12px;padding-bottom:14px;font-size:13px}.coaching-next{padding:14px 0}.coaching-next ol{gap:7px}.coaching-next li{font-size:12px}.coaching-buy>a{min-height:56px}
  .live-shop-intro h4,.pt-shop-intro h4,.support-shop-intro h4{font-size:23px}.live-shop-intro p,.pt-shop-intro p,.support-shop-intro p{font-size:13px}
  .live-services,.support-services{margin-top:19px;gap:12px}.live-service,.support-service,.pt-pack{padding:17px;min-height:0}
  .live-service>p,.support-service>p,.pt-pack>p{min-height:0;margin-top:10px;font-size:13px;line-height:1.45}.live-service-head h5,.support-service-head h5,.pt-pack h5{font-size:19px}
  .live-service-head span,.support-service-head span,.live-quantity-label,.support-quantity-label,.pt-pack>span{font-size:10px;letter-spacing:.14em}.live-quantity-label,.support-quantity-label,.pt-pack>span{margin:14px 0 9px}
  .live-quantities button,.support-quantities button,.pt-quantities button{width:39px;height:39px}.live-card-price,.support-card-price{margin-top:13px}.live-card-price strong,.support-card-price strong{font-size:34px}
  .pt-pack>b{margin-top:13px;font-size:34px}.live-choose,.support-choose,.pt-choose{margin-top:13px;padding:12px}.pt-choice-group{margin-top:20px}.pt-memberships{gap:9px}
  .pt-offer{min-height:78px;padding:14px 16px}.pt-offer h5{font-size:16px}.pt-offer p{font-size:12px}.pt-packs{gap:12px}.pt-pack>p{min-height:0}
  .live-purchase,.pt-purchase,.support-purchase{min-height:0;display:block;padding-bottom:18px}.live-selection-label,.pt-selection-label,.support-selection-label{text-align:left;font-size:10px}
  .live-brand,.support-brand,.pt-purchase.logo-selection .pt-brand,.pt-purchase.logo-selection .pt-brand.personal,.pt-purchase.logo-selection .pt-brand.duo{top:18px;right:15px;width:82px;height:82px;border-width:3px}
  .live-purchase h4,.support-purchase h4,.pt-purchase h4{max-width:calc(100% - 92px);margin:24px 0 6px;font-size:23px}
  .live-selection-copy,.support-selection-copy,.pt-selection-copy,.pt-purchase.consultation-selection .pt-selection-copy,.pt-purchase.personal-selection .pt-selection-copy{max-width:100%;min-height:0;margin:0 0 13px;padding-right:0;font-size:13px;line-height:1.45}
  .live-price,.support-price,.pt-price{margin:5px 0}.live-price strong,.support-price strong,.pt-price strong{font-size:51px}.live-price span,.support-price span,.pt-price span{font-size:19px}.live-term,.support-term,.pt-term{font-size:12px}
  .live-included,.support-included,.pt-included{margin-top:15px;padding:14px 0}.live-included>span,.support-included>span,.pt-included>span{font-size:10px}.live-included ul,.support-included ul,.pt-included ul{margin-top:9px}
  .live-included li,.support-included li,.pt-included li{margin:6px 0;font-size:12px;line-height:1.38}
  .live-buy,.support-buy,.pt-buy{position:sticky;bottom:8px;z-index:4;margin:16px -5px 0;padding:10px;border:1px solid #ffffff28;border-radius:14px;background:#07100ee8;box-shadow:0 10px 28px #0008;backdrop-filter:blur(14px)}
  .pt-buy{background:#180a0ce8}.support-buy{background:#0b1718e8}.live-buy>span,.support-buy>span,.pt-buy>span{text-align:left;font-size:10px}
  .live-buy>a,.support-buy>a,.pt-buy>a{min-height:53px;font-size:15px}.live-buy small,.support-buy small,.pt-buy small{font-size:10px}.live-buy p,.support-buy p,.pt-buy p{display:none}
}

/* v67 final mobile overrides */
@media(max-width:700px){
  .hero .actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%}
  .hero .actions .btn{min-width:0;padding:11px 5px;white-space:nowrap;font-size:11px;line-height:1.15}
  .coaching-card,.pt-shop,.support-shop,.live-shop{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;min-height:0!important}
  .coaching-content,.coaching-purchase,.pt-shop-browse,.pt-purchase,.support-shop-browse,.support-purchase,.live-shop-browse,.live-purchase{min-width:0;width:100%;padding:18px 15px!important}
  .coaching-content>h4{font-size:27px!important}.coaching-lead{font-size:13px!important}.coaching-benefits{grid-template-columns:1fr!important}.coaching-benefits li{font-size:12px!important}
  .coaching-purchase{min-height:0!important;gap:13px!important}.coaching-price strong{font-size:48px!important}.coaching-app,.coaching-promise,.coaching-next{margin-top:8px!important;padding:11px!important}
  .pt-memberships{grid-template-columns:1fr!important}.pt-offer{min-height:66px!important;padding:11px 13px!important}.pt-offer h5{margin-bottom:3px!important;font-size:15px!important}.pt-offer>strong{top:11px;right:13px;font-size:15px!important}.pt-offer p{font-size:11px!important;line-height:1.35!important}
  .pt-packs,.support-services,.live-services{grid-template-columns:1fr!important;gap:9px!important;margin-top:14px!important}.pt-pack,.support-service,.live-service{min-height:0!important;padding:14px!important}
  .pt-pack h5,.support-service-head h5,.live-service-head h5{font-size:18px!important}.pt-pack>p,.support-service>p,.live-service>p{min-height:0!important;margin-top:7px!important;font-size:12px!important;line-height:1.4!important}
  .pt-quantities,.support-quantities,.live-quantities{gap:7px!important}.pt-quantities button,.support-quantities button,.live-quantities button{width:36px!important;height:36px!important}.pt-pack>b,.support-card-price strong,.live-card-price strong{font-size:31px!important}.pt-choose,.support-choose,.live-choose{margin-top:10px!important;padding:10px!important}
  .pt-purchase,.support-purchase,.live-purchase{display:block!important;min-height:0!important}.pt-purchase.logo-selection .pt-brand,.pt-purchase.logo-selection .pt-brand.personal,.pt-purchase.logo-selection .pt-brand.duo,.support-brand,.live-brand{top:14px!important;right:13px!important;width:70px!important;height:70px!important}
  .pt-purchase h4,.support-purchase h4,.live-purchase h4{max-width:calc(100% - 78px)!important;margin:19px 0 5px!important;font-size:21px!important;line-height:1.15!important}.pt-selection-copy,.support-selection-copy,.live-selection-copy,.pt-purchase.consultation-selection .pt-selection-copy,.pt-purchase.personal-selection .pt-selection-copy{max-width:100%!important;min-height:0!important;margin-bottom:10px!important;font-size:12px!important;line-height:1.4!important}
  .pt-price strong,.support-price strong,.live-price strong{font-size:45px!important}.pt-term,.support-term,.live-term{font-size:11px!important}.pt-included,.support-included,.live-included{margin-top:11px!important;padding:10px 0!important}.pt-included li,.support-included li,.live-included li{margin:4px 0!important;font-size:11px!important;line-height:1.35!important}
  .pt-buy,.support-buy,.live-buy{position:static!important;margin:12px 0 0!important;padding:8px!important}.pt-buy>a,.support-buy>a,.live-buy>a{min-height:48px!important;font-size:14px!important}
}
@media(max-width:370px){.hero .actions{gap:5px}.hero .actions .btn{padding:10px 3px;font-size:10px}}

/* v68 — tighter page rhythm, compact reviews and collision-free mobile summaries */
.testimonials{padding-bottom:58px}
.faq-section .section{padding-top:58px;padding-bottom:68px}
.testimonials .quotes blockquote{font-size:16px;line-height:1.52}
.testimonials .quotes figure{min-height:285px}
.swipe-cue{font-weight:600}

@media(max-width:700px){
  .section{padding-top:44px;padding-bottom:44px}
  .testimonials{padding-top:44px;padding-bottom:28px}
  .testimonial-heading .intro{margin:14px 0 12px}
  .swipe-cue{display:inline-flex;align-items:center;margin:0 0 14px;padding:7px 11px;border:1px solid #cfd1c8;border-radius:999px;background:#fff;font-size:11px;letter-spacing:.06em}
  .testimonials .quotes{grid-auto-columns:86%;gap:12px;padding-bottom:12px}
  .testimonials .quotes figure{min-height:0;padding:18px}
  .testimonials .quotes blockquote{margin-bottom:17px;font-size:14px;line-height:1.48}
  .testimonials .quote-mark{font-size:38px}
  .testimonials .stars{margin-bottom:10px}
  .faq-section .section{padding-top:38px;padding-bottom:44px;gap:24px}
  .faq-section .intro{margin:12px 0 4px}
  .faq-list summary{padding:17px 0}
  .pt-purchase h4,.support-purchase h4,.live-purchase h4{max-width:calc(100% - 82px)!important}
  .pt-selection-copy,.support-selection-copy,.live-selection-copy,.pt-purchase.consultation-selection .pt-selection-copy,.pt-purchase.personal-selection .pt-selection-copy{max-width:calc(100% - 82px)!important;padding-right:0!important;overflow-wrap:anywhere}
  .pt-price,.support-price,.live-price{clear:both}
}

@media(max-width:390px){
  .pt-purchase.logo-selection .pt-brand,.pt-purchase.logo-selection .pt-brand.personal,.pt-purchase.logo-selection .pt-brand.duo,.support-brand,.live-brand{width:64px!important;height:64px!important}
  .pt-purchase h4,.support-purchase h4,.live-purchase h4,.pt-selection-copy,.support-selection-copy,.live-selection-copy,.pt-purchase.consultation-selection .pt-selection-copy,.pt-purchase.personal-selection .pt-selection-copy{max-width:calc(100% - 74px)!important}
}
