:root{--ink:#0b090c;--ink-soft:#171119;--paper:#f8f5f7;--white:#fff;--pink:#e843a2;--pink-bright:#ff5db1;--plum:#651d64;--plum-dark:#341034;--lilac:#e9c7df;--line:#ded4dc;--muted:#6e636b;--background:var(--paper);--foreground:var(--ink);--card:var(--white);--card-foreground:var(--ink);--primary:var(--pink);--primary-foreground:var(--white);--secondary:#f0e8ee;--secondary-foreground:var(--ink);--border:var(--line);--ring:var(--pink);--radius:1rem}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-border: var(--border); --color-ring: var(--ring); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 6px); --font-sans: "Trebuchet MS", "Avenir Next", Avenir, Arial, sans-serif;}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Trebuchet MS,Avenir Next,Avenir,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}.site-header{z-index:50;width:100%;color:var(--white);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b090cf0;border-bottom:1px solid #ffffff17;grid-template-columns:auto 1fr auto;align-items:center;gap:2.5rem;padding:.95rem clamp(1.25rem,5vw,5rem);display:grid;position:sticky;top:0}.header-actions{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.mobile-menu{display:none;position:relative}.mobile-menu summary{color:#e8dfe5;cursor:pointer;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-width:46px;min-height:46px;padding:.65rem .8rem;font-size:.72rem;font-weight:800;list-style:none;display:inline-flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{border-color:var(--pink);background:#e843a221}.mobile-menu nav{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#120d12fa;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;align-items:stretch;gap:0;width:min(82vw,310px);padding:.55rem;display:flex;position:absolute;top:calc(100% + .8rem);right:0;box-shadow:0 24px 60px #00000059}.mobile-menu nav a{border-radius:12px;align-items:center;min-height:46px;padding:.75rem .9rem;display:flex}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{color:var(--pink-bright);background:#e843a21f}.mobile-menu nav a:after{display:none}.brand,.footer-brand{align-items:center;gap:.8rem;min-width:max-content;display:inline-flex}.brand-mark{width:44px;height:44px;color:var(--pink-bright);background:linear-gradient(145deg,#e843a238,#651d648c);border:1px solid #ffffff2e;border-radius:50%;place-items:center;display:grid;position:relative;overflow:hidden}.brand-mark svg:first-child{opacity:.48;width:34px;position:absolute}.brand-mark svg:last-child{position:relative}.brand>span:last-child,.footer-brand>span:last-child{flex-direction:column;line-height:1.05;display:flex}.brand strong,.footer-brand strong{letter-spacing:.02em;font-size:.98rem}.brand small,.footer-brand small{color:#c7bac3;letter-spacing:.2em;text-transform:uppercase;margin-top:.32rem;font-size:.64rem}.site-header nav{color:#d6cbd2;justify-content:center;align-items:center;gap:clamp(1.25rem,2.8vw,2.5rem);font-size:.83rem;display:flex}.site-header nav a,.text-link{position:relative}.site-header nav a:after{content:"";transform-origin:100%;background:var(--pink-bright);height:1px;transition:transform .24s;position:absolute;bottom:-.55rem;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover:after,.site-header nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.header-cta{border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:.55rem;min-height:46px;padding:.75rem 1.05rem;font-size:.8rem;font-weight:700;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.header-cta:hover{border-color:var(--pink);background:#e843a224;transform:translateY(-1px)}.hero{min-height:calc(100svh - 76px);color:var(--white);background:radial-gradient(circle at 9% 12%,#e843a224,#0000 27%),linear-gradient(125deg,#0b090c 0%,#151016 60%,#260e24 100%);grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);display:grid;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(#0000,#ffffff2e,#0000);width:1px;height:135%;position:absolute;top:-15%;left:45%;transform:rotate(17deg)}.hero-copy{z-index:2;flex-direction:column;justify-content:center;max-width:770px;padding:clamp(5rem,9vw,9rem) clamp(1.5rem,6vw,7rem);display:flex;position:relative}.eyebrow{color:var(--plum);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin:0 0 1.25rem;font-size:.72rem;font-weight:800;display:flex}.hero .eyebrow,.eyebrow-light{color:var(--lilac)}.eyebrow>span{background:currentColor;width:28px;height:2px}.hero h1{letter-spacing:-.065em;max-width:780px;margin:0;font-size:clamp(3.55rem,6.7vw,7.2rem);font-weight:700;line-height:.91}h1 em,h2 em{color:var(--pink-bright);font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-lead{color:#d0c4cb;max-width:620px;margin:2rem 0 0;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.75}.hero-actions{align-items:center;gap:1.6rem;margin-top:2rem;display:flex}.button{border:0;border-radius:999px;justify-content:center;align-items:center;gap:.75rem;width:fit-content;min-height:52px;padding:.9rem 1.35rem;font-size:.9rem;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary,.button-pink{background:linear-gradient(135deg, var(--pink), var(--pink-bright));color:var(--white);box-shadow:0 14px 40px #e843a233}.button-primary:hover,.button-pink:hover{box-shadow:0 18px 45px #e843a254}.button-dark{background:var(--ink);color:var(--white)}.text-link{color:#d9ced5;align-items:center;gap:.55rem;font-size:.86rem;font-weight:700;display:inline-flex}.text-link span{color:var(--pink-bright)}.hero-proof{border-top:1px solid #ffffff21;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:620px;margin-top:clamp(2.5rem,5vh,4.5rem);padding-top:1.3rem;display:grid}.hero-proof div{flex-direction:column;gap:.3rem;display:flex}.hero-proof strong{font-size:1.05rem}.hero-proof span{color:#a99ca4;font-size:.72rem}.hero-visual{isolation:isolate;min-height:690px;position:relative;overflow:hidden}.hero-visual:after{z-index:1;content:"";background:linear-gradient(#0000,#0b090ce0);height:36%;position:absolute;bottom:0;left:0;right:0}.hero-visual>img{object-fit:cover;object-position:center 12%;filter:saturate(.88)contrast(1.04);width:100%;height:100%}.hero-orbit{z-index:2;aspect-ratio:1;pointer-events:none;border:1px solid #ff5db180;border-radius:50%;width:min(38vw,560px);position:absolute;top:8%;right:-16%}.hero-orbit:before{background:var(--pink-bright);width:9px;height:9px;box-shadow:0 0 22px var(--pink-bright);content:"";border-radius:50%;position:absolute;top:16%;left:0}.hero-note{z-index:3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#120c12b8;border:1px solid #ffffff29;border-radius:16px;align-items:center;gap:.8rem;max-width:320px;padding:.9rem 1rem;display:flex;position:absolute;bottom:clamp(1.5rem,6vw,5rem);right:clamp(1rem,4vw,4.5rem)}.hero-note>span{background:var(--pink);border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.hero-note p{color:#c7bac3;margin:0;font-size:.72rem;line-height:1.45}.hero-note strong{color:var(--white);font-size:.82rem;display:block}.statement-band{background:var(--pink);min-height:100px;color:var(--white);letter-spacing:-.02em;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;font-size:clamp(1rem,1.6vw,1.35rem);display:flex}.statement-band p{opacity:.78;margin:0}.statement-band strong{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500}.section{width:min(100%,1440px);margin-inline:auto;padding:clamp(4.5rem,7.5vw,7.8rem) clamp(1.25rem,6vw,6.5rem)}.section-heading{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:end;gap:4rem;display:grid}.section-heading h2,.about h2,.authority h2,.final-cta h2{letter-spacing:-.065em;max-width:760px;margin:0;font-size:clamp(2.6rem,4.9vw,5.25rem);line-height:.98}.section-heading>p{max-width:480px;color:var(--muted);margin:0;font-size:1rem;line-height:1.75}.service-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.service-card{border:1px solid var(--line);background:#ffffffc7;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:390px;padding:1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.service-card:after{border:1px solid var(--lilac);content:"";border-radius:50%;width:150px;height:150px;transition:transform .3s;position:absolute;bottom:-65px;right:-65px}.service-card:hover{z-index:2;border-color:#e843a273;transform:translateY(-8px);box-shadow:0 26px 70px #260f221f}.service-card:hover:after{transform:scale(1.22)}.service-card:nth-child(3){background:linear-gradient(145deg, var(--plum-dark), #191018);color:var(--white);border-color:#0000}.service-number{color:var(--pink);font-family:Georgia,Times New Roman,serif;font-size:1rem;font-style:italic}.service-card h3{letter-spacing:-.04em;max-width:300px;margin:0 0 1rem;font-size:clamp(1.45rem,2vw,2rem)}.service-card p{max-width:330px;color:var(--muted);margin:0;font-size:.94rem;line-height:1.7}.service-card:nth-child(3) p{color:#c6b8c2}.service-card a{z-index:1;border-top:1px solid var(--line);color:var(--plum);justify-content:space-between;align-items:center;padding-top:1.2rem;font-size:.82rem;font-weight:800;display:flex;position:relative}.service-card:nth-child(3) a{color:var(--pink-bright);border-color:#ffffff1f}.results-track{scroll-snap-type:x mandatory;scrollbar-color:var(--pink) #00000014;scrollbar-width:thin;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;gap:1.1rem;margin-top:clamp(2rem,4vw,3rem);padding-bottom:1.1rem;display:flex;overflow-x:auto}.results-track:focus-visible{outline:2px solid var(--pink);outline-offset:8px;border-radius:22px}.result-card{scroll-snap-align:start;background:linear-gradient(110deg,#120e12 20%,#2d1828 40%,#120e12 60%) 0 0/220% 100%;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex:none;width:300px;margin:0;animation:1.4s linear infinite media-loading;display:flex;overflow:hidden;box-shadow:0 22px 55px #1b0d1829}.result-card img{aspect-ratio:9/16;background:var(--ink);object-fit:contain;width:100%;height:auto}@keyframes media-loading{to{background-position-x:-220%}}.results-hint{color:var(--muted);margin:.3rem 0 0;font-size:.76rem;font-weight:700}.results-disclaimer{max-width:640px;color:var(--muted);margin:1.5rem 0 0;font-size:.78rem;line-height:1.65}@media (max-width:640px){.result-card{width:min(78vw,320px)}}.about{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.about-photo{min-height:720px;position:relative}.about-photo:before{z-index:-1;content:"";border:1px solid #e843a273;border-radius:30px;width:70%;height:70%;position:absolute;top:-20px;right:-20px}.about-photo img{object-fit:cover;object-position:50% 16%;border-radius:28px;width:100%;height:100%;min-height:720px;box-shadow:0 32px 90px #1b0d182e}.about-stamp{background:var(--pink);color:var(--white);border-radius:14px;align-items:center;gap:.8rem;padding:1rem 1.2rem;display:flex;position:absolute;bottom:2rem;right:-1.5rem;box-shadow:0 20px 45px #e843a247}.about-stamp span{flex-direction:column;font-size:.72rem;display:flex}.about-stamp strong{font-size:.87rem}.about-copy{max-width:650px}.about-intro{color:var(--ink);margin:2rem 0 1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.5}.about-copy>p:not(.eyebrow,.about-intro){color:var(--muted);line-height:1.75}.about-highlights{gap:.8rem;margin:2rem 0;display:grid}.about-highlights div{color:#3b3138;align-items:center;gap:.8rem;font-size:.9rem;display:flex}.about-highlights svg{color:var(--pink);flex:none}.method{background:radial-gradient(circle at 90% 10%, #e843a22e, transparent 23%), var(--ink);color:var(--white);padding:clamp(4.5rem,7.5vw,7rem) clamp(1.25rem,6vw,6.5rem)}.method-header,.method-layout{width:min(100%,1240px);margin-inline:auto}.method-header h2{letter-spacing:-.065em;margin:0;font-size:clamp(2.7rem,5.2vw,5.9rem);line-height:.98}.method-layout{grid-template-columns:minmax(320px,.84fr) minmax(390px,1.16fr);align-items:stretch;gap:clamp(3rem,7vw,7rem);margin-top:4rem;display:grid}.method-photo{border-radius:24px;min-height:690px;overflow:hidden}.method-photo img{object-fit:cover;object-position:center 10%;filter:grayscale(.2)contrast(1.04);width:100%;height:100%}.method-steps{flex-direction:column;justify-content:center;display:flex}.method-steps article{border-top:1px solid #ffffff21;grid-template-columns:42px 46px 1fr;align-items:start;gap:1rem;padding:2rem 0;display:grid}.method-steps article:last-child{border-bottom:1px solid #ffffff21}.method-index{color:#7d6f79;padding-top:.7rem;font-family:Georgia,Times New Roman,serif;font-size:.8rem}.method-icon{width:42px;height:42px;color:var(--pink-bright);background:#e843a224;border-radius:50%;place-items:center;display:grid}.method-steps h3{letter-spacing:-.03em;margin:0 0 .7rem;font-size:clamp(1.35rem,2vw,1.8rem)}.method-steps p{color:#a99ba4;max-width:480px;margin:0;font-size:.94rem;line-height:1.7}.authority{grid-template-columns:minmax(280px,.66fr) minmax(500px,1.34fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.authority-copy>p:not(.eyebrow){color:var(--muted);margin:1.6rem 0;line-height:1.75}.authority-tag{color:var(--plum);border:1px solid #e843a23d;border-radius:999px;align-items:center;gap:.6rem;padding:.75rem .9rem;font-size:.78rem;font-weight:800;display:inline-flex}.authority-gallery{grid-template-columns:1.1fr .9fr;gap:1rem;height:710px;display:grid}.authority-shot{border-radius:22px;height:100%;overflow:hidden}.authority-shot img{object-fit:cover;object-position:center 14%;width:100%;height:100%;transition:transform .4s}.trophy-shot img{object-position:50% 20%}.stage-shot{align-self:end;height:82%}.stage-shot img{object-position:50% 20%}.testimonial{background:radial-gradient(circle at 50% 30%, #ffffff1f, transparent 34%), linear-gradient(130deg, var(--plum-dark), var(--plum));min-height:520px;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:clamp(4rem,8vw,7.5rem) 1.5rem;display:flex;position:relative;overflow:hidden}.testimonial:before,.testimonial:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:280px;height:280px;position:absolute}.testimonial:before{top:-140px;left:-80px}.testimonial:after{bottom:-140px;right:-80px}.quote-mark{height:60px;color:var(--pink-bright);font-family:Georgia,Times New Roman,serif;font-size:6rem;line-height:1}.testimonial blockquote{letter-spacing:-.045em;max-width:990px;margin:1rem auto 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4.5vw,4.5rem);font-style:italic;line-height:1.15}.testimonial>p{color:var(--lilac);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem}.testimonial-foot{color:#d7c7d2;border-top:1px solid #ffffff2e;align-items:center;gap:.6rem;margin-top:2rem;padding-top:1rem;font-size:.78rem;display:flex}.program{background:var(--ink-soft);min-height:790px;color:var(--white);grid-template-columns:minmax(350px,.9fr) minmax(390px,1.1fr);display:grid}.program-image{min-height:690px;position:relative}.program-image:after{content:"";background:linear-gradient(90deg, transparent, var(--ink-soft));width:22%;position:absolute;top:0;bottom:0;right:0}.program-image img{object-fit:cover;object-position:50% 14%;filter:saturate(.65)contrast(1.08);width:100%;height:100%}.program-badge{z-index:2;background:var(--pink);width:115px;height:115px;color:var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:3rem;right:1rem;transform:rotate(7deg);box-shadow:0 18px 45px #e843a24d}.program-badge strong{font-family:Georgia,Times New Roman,serif;font-size:2.7rem;line-height:.85}.program-badge span{letter-spacing:.15em;text-transform:uppercase;margin-top:.35rem;font-size:.7rem}.program-copy{flex-direction:column;justify-content:center;max-width:700px;padding:clamp(4rem,8vw,8rem);display:flex}.program-copy h2{letter-spacing:-.07em;margin:0;font-size:clamp(3.2rem,6vw,6.7rem);line-height:.88}.program-lead{color:#c7b9c2;max-width:560px;margin:2rem 0 1.5rem;font-size:1rem;line-height:1.7}.program-copy ul{gap:.85rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.program-copy li{color:#e4d9e0;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.program-copy li svg{color:var(--pink-bright)}.program-copy>small{color:#7f717a;margin:.9rem 0 0 .4rem;font-size:.7rem}.youtube-section{background:radial-gradient(circle at 88% 15%, #e843a217, transparent 24%), var(--paper);width:100%;max-width:none}.youtube-heading,.youtube-grid{width:min(100%,1310px);margin-inline:auto}.youtube-heading{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:clamp(2.5rem,7vw,7rem);display:grid}.youtube-heading h2{letter-spacing:-.065em;max-width:880px;margin:0;font-size:clamp(2.6rem,4.9vw,5.25rem);line-height:.98}.youtube-intro>p{color:var(--muted);margin:0 0 1.4rem;line-height:1.75}.youtube-intro>a{color:var(--plum);align-items:center;gap:.55rem;font-size:.82rem;font-weight:800;display:inline-flex}.youtube-intro>a svg{color:#f03;font-size:1.15rem}.youtube-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:clamp(2.8rem,5vw,4.5rem);display:grid}.youtube-card{border:1px solid var(--line);background:#ffffffd1;border-radius:22px;flex-direction:column;min-width:0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden}.youtube-card:hover{border-color:#e843a261;transform:translateY(-6px);box-shadow:0 24px 60px #260f221f}.youtube-thumb{aspect-ratio:16/9;background:linear-gradient(110deg,#160f15 20%,#382032 40%,#160f15 60%) 0 0/220% 100%;animation:1.4s linear infinite media-loading;display:block;position:relative;overflow:hidden}.youtube-thumb:after{content:"";background:linear-gradient(#0000 55%,#0b090c80);position:absolute;inset:0}.youtube-thumb>img{object-fit:cover;transition:transform .35s}.youtube-card:hover .youtube-thumb>img{transform:scale(1.035)}.youtube-play{z-index:2;color:#fff;background:#f03;border:2px solid #ffffffdb;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;bottom:1rem;right:1rem;box-shadow:0 10px 28px #0000003d}.youtube-card-copy{flex-direction:column;min-height:195px;padding:1.35rem;display:flex}.youtube-card-copy small{color:var(--pink);letter-spacing:.13em;text-transform:uppercase;font-size:.65rem;font-weight:800}.youtube-card-copy strong{letter-spacing:-.025em;margin-top:.75rem;font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.35}.youtube-card-copy>span{color:var(--plum);align-items:center;gap:.45rem;margin-top:auto;padding-top:1.2rem;font-size:.76rem;font-weight:800;display:flex}.final-cta{text-align:center;background:linear-gradient(#f8f5f7ed,#f8f5f7ed),repeating-linear-gradient(90deg,#0000 0 59px,#651d6412 60px);flex-direction:column;justify-content:center;align-items:center;min-height:560px;padding:clamp(4.5rem,8vw,8rem) 1.5rem;display:flex}.final-cta h2{max-width:900px}.final-cta>p:not(.eyebrow){max-width:620px;color:var(--muted);margin:1.5rem auto 2rem;line-height:1.7}footer{background:var(--ink);color:var(--white);border-top:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:2.5rem clamp(1.25rem,6vw,6rem);display:grid}.footer-links{gap:.65rem;display:flex}.footer-links a{color:#d8cad3;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:46px;height:46px;transition:border-color .18s,color .18s,background .18s,transform .18s;display:grid}.footer-links svg{width:19px;height:19px}.footer-links a:hover{background:#ffffff0d;transform:translateY(-2px)}.footer-links .instagram:hover{color:#e4405f;border-color:#e4405f}.footer-links .tiktok:hover{color:#25f4ee;border-color:#25f4ee}.footer-links .youtube:hover{color:#f03;border-color:#f03}.footer-links .whatsapp:hover{color:#25d366;border-color:#25d366}footer>p{color:#776b73;text-align:right;margin:0;font-size:.7rem}footer>p .footer-credit{color:#5f5560;margin-top:.3rem;display:block}footer>p .footer-credit a{color:inherit;border-bottom:1px solid #ffffff24;text-decoration:none}footer>p .footer-credit a:hover{color:#c7bac3}.whatsapp-float{z-index:45;width:54px;height:54px;color:var(--white);background:#25d366;border:2px solid #ffffffe6;border-radius:50%;place-items:center;transition:transform .18s;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 14px 35px #0a462447}.whatsapp-float:hover{transform:translateY(-3px)scale(1.03)}:focus-visible{outline:3px solid var(--pink-bright);outline-offset:3px}@media (max-width:1100px){.site-header{grid-template-columns:1fr auto}.site-header>nav{display:none}.mobile-menu{display:block}.site-header .mobile-menu nav{display:flex}.hero{grid-template-columns:1fr .84fr}.hero h1{font-size:clamp(3.4rem,7.3vw,5.6rem)}.section-heading{gap:2.5rem}.youtube-heading{gap:3rem}.youtube-grid{grid-template-columns:repeat(2,1fr)}.youtube-card:last-child{grid-column:1/-1;width:calc(50% - .5rem)}.service-grid{grid-template-columns:1fr 1fr}.service-card:nth-child(3){grid-column:1/-1;min-height:330px}.authority{grid-template-columns:1fr}.authority-copy{max-width:730px}.program-copy{padding-inline:4rem}}@media (min-width:821px) and (max-width:1100px) and (orientation:portrait){.hero{min-height:clamp(720px,82vw,840px)}.hero-copy{padding-block:4.5rem}.hero h1{font-size:clamp(3.75rem,7vw,4.65rem)}.hero-proof{margin-top:2.5rem}.hero-visual{min-height:clamp(720px,82vw,840px)}}@media (max-width:820px){.hero{flex-direction:column;min-height:auto;display:flex}.hero-copy{min-height:660px;padding-top:5rem;padding-bottom:4rem}.hero-visual{min-height:720px}.hero-visual>img{object-position:center 20%}.statement-band{text-align:center;flex-direction:column;gap:.3rem}.section-heading,.youtube-heading,.about,.method-layout,.program{grid-template-columns:1fr}.section-heading,.youtube-heading{align-items:start;gap:1.5rem}.about-photo,.about-photo img{min-height:650px}.about-stamp{right:1rem}.method-layout{gap:2rem}.method-photo{min-height:680px}.authority-gallery{height:650px}.program-image{min-height:720px}.program-image:after{background:linear-gradient(transparent, var(--ink-soft));width:auto;height:22%;top:auto}.program-badge{right:2rem}.program-copy{max-width:none;padding:4rem 1.5rem 5rem}footer{grid-template-columns:1fr auto}footer>p{text-align:left;grid-column:1/-1}}@media (max-width:580px){.site-header{padding:.75rem 1rem}.brand-mark{width:40px;height:40px}.brand strong{font-size:.88rem}.brand small{font-size:.55rem}.header-cta{padding:.68rem .85rem;font-size:.72rem}.header-cta svg,.mobile-menu summary span{display:none}.hero-copy{min-height:620px;padding:4rem 1.25rem 3rem}.hero h1{font-size:clamp(3.25rem,15vw,4.6rem)}.hero-actions{flex-direction:column;align-items:flex-start}.hero-proof{gap:.55rem}.hero-proof strong{font-size:.88rem}.hero-proof span{font-size:.63rem}.hero-visual{min-height:590px}.hero-note{bottom:1rem;left:1rem;right:1rem}.section{padding:4.5rem 1.25rem}.youtube-grid{grid-template-columns:1fr}.youtube-card:last-child{grid-column:auto;width:100%}.service-grid{grid-template-columns:1fr}.service-card:nth-child(3){grid-column:auto}.service-card{min-height:340px}.about-photo,.about-photo img{min-height:520px}.about-photo:before{right:-8px}.about-stamp{bottom:1rem;right:.75rem}.method{padding:4.5rem 1.25rem}.method-photo{min-height:560px}.method-steps article{grid-template-columns:32px 1fr}.method-icon{display:none}.authority-gallery{grid-template-columns:1fr .78fr;height:auto}.authority-shot{min-height:480px}.stage-shot{height:78%}.testimonial{min-height:510px}.program-image{min-height:590px}.program-badge{width:92px;height:92px;top:2rem;right:1.25rem}.program-badge strong{font-size:2.2rem}footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
