@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;600;700&display=swap');
:root{--ink:#101828;--blue:#0758d8;--yellow:#ffc91c;--coral:#f15b46;--paper:#f7f4ec;--white:#fff;--line:3px solid var(--ink)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.site-header{height:90px;padding:0 4vw;display:flex;align-items:center;gap:3rem;background:var(--paper);border-bottom:var(--line);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:.65rem;font:16px/0.82 'Archivo Black';letter-spacing:-.04em;margin-right:auto}.brand-mark{display:grid;grid-template-columns:repeat(2,12px);gap:3px;transform:rotate(-5deg)}.brand-mark i{width:12px;height:12px;background:var(--yellow);border:2px solid var(--ink);border-radius:2px}.brand-mark i:nth-child(2){background:var(--coral)}.brand-mark i:nth-child(3){background:var(--blue)}.site-header nav{display:flex;gap:2rem;font-weight:700;font-size:14px}.site-header nav a:hover{text-decoration:underline;text-underline-offset:5px}.header-cta,.button{font-weight:700;border:var(--line);padding:.8rem 1rem;box-shadow:4px 4px 0 var(--ink);transition:.15s}.header-cta:hover,.button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink)}.menu{display:none;background:none;border:var(--line);padding:.45rem .7rem}.hero{min-height:680px;display:grid;grid-template-columns:44% 56%;position:relative;border-bottom:var(--line);overflow:hidden}.hero-image{background:url('Us.jpg') center/cover no-repeat;border-right:var(--line);min-height:600px}.hero-copy{padding:6vw 5vw;background:var(--blue);color:white;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow,.kicker{font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:13px}.eyebrow span{background:var(--yellow);color:var(--ink);padding:.4rem .6rem;margin-right:.7rem;border:2px solid var(--ink)}h1,h2,h3{font-family:'Archivo Black';text-transform:uppercase;margin:0;letter-spacing:-.055em}h1{font-size:clamp(3.8rem,7vw,7.4rem);line-height:.88;margin:2rem 0}h1 em{color:var(--yellow);font-style:normal}.lede{max-width:500px;font-size:1.15rem;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:2rem;margin-top:1.5rem}.button.primary{background:var(--yellow);color:var(--ink)}.text-link{font-weight:700}.text-link span{margin-left:.4rem}.course-stamp{position:absolute;left:calc(44% - 72px);bottom:45px;width:144px;height:144px;border:var(--line);border-radius:50%;background:var(--coral);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(6deg);color:var(--ink)}.course-stamp span{position:absolute;top:12px;font-size:9px;font-weight:700;letter-spacing:.16em}.course-stamp strong{font:3.5rem/1 'Archivo Black'}.course-stamp small{font-weight:700}.ticker{overflow:hidden;white-space:nowrap;background:var(--yellow);border-bottom:var(--line);padding:13px 0;font-weight:700;letter-spacing:.08em}.ticker div{width:max-content;animation:scroll 22s linear infinite}@keyframes scroll{to{transform:translateX(-50%)}}.section{padding:100px 6vw;border-bottom:var(--line)}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:4rem}.section-heading h2,.project h2,.pack h2{font-size:clamp(2.8rem,6vw,5.8rem);line-height:.95}.section-heading>p:last-child{max-width:480px;font-size:1.1rem;line-height:1.7}.kicker{color:var(--blue);margin:0 0 1rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);border:var(--line)}.step{min-height:330px;padding:1.5rem;display:flex;flex-direction:column;border-right:var(--line)}.step:last-child{border:0}.step>span{font-weight:700}.step-icon{font-size:4rem;margin:auto;text-align:center}.step h3{font-size:1.8rem;margin-bottom:.5rem}.step p{line-height:1.5;margin-bottom:0}.yellow{background:var(--yellow)}.blue{background:var(--blue);color:white}.coral{background:var(--coral)}.ink{background:var(--ink);color:white}.lessons{background:white}.section-heading.compact{grid-template-columns:1fr auto}.filters{display:flex;flex-wrap:wrap;gap:.5rem}.filters button{border:2px solid var(--ink);background:white;padding:.6rem 1rem;font-weight:700;cursor:pointer}.filters button.active{background:var(--ink);color:white}.lesson-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.lesson{border:var(--line);padding:1.35rem;min-height:410px;display:flex;flex-direction:column;box-shadow:5px 5px 0 var(--ink);transition:.25s;background:var(--paper)}.lesson:hover{transform:translateY(-5px)}.lesson[hidden]{display:none}.lesson-top{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:.08em}.lesson-art{height:150px;margin:1.5rem 0;display:flex;align-items:center;justify-content:center}.gear{font-size:8rem;color:var(--blue)}.wheels{gap:5px}.wheels i{width:70px;height:70px;background:var(--ink);border:15px solid var(--blue);border-radius:50%}.wheels b{width:60px;height:20px;background:var(--coral);border:3px solid var(--ink)}.blocks{flex-direction:column}.blocks i{width:125px;height:32px;background:var(--blue);border:3px solid var(--ink);border-radius:14px}.blocks i:nth-child(2){width:155px;background:var(--yellow)}.blocks i:nth-child(3){width:100px;background:var(--coral)}.sensor{gap:15px}.sensor div{width:75px;height:75px;background:white;border:8px solid var(--ink);border-radius:50%;color:var(--blue);display:grid;place-items:center}.lesson h3{font-size:1.65rem}.lesson p{line-height:1.5}.lesson-open{border:0;border-top:2px solid currentColor;background:transparent;color:inherit;padding:.9rem 0 0;margin-top:auto;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.lesson-detail{display:grid;grid-template-rows:0fr;transition:.25s}.lesson-detail>*{overflow:hidden;margin:0}.lesson.expanded .lesson-detail{grid-template-rows:1fr}.lesson.expanded .lesson-detail ul{margin:.8rem 0 0;padding-left:1.2rem}.lesson.featured{background:var(--yellow)}.lesson.dark{background:var(--ink);color:white}.lesson.mini{min-height:230px}.lesson.mini h3{margin-top:auto}.yellow-card{background:var(--yellow)}.coral-card{background:var(--coral)}.blue-card{background:var(--blue);color:white}.project{display:grid;grid-template-columns:1fr 1fr;gap:6vw;background:var(--coral);align-items:center}.project-copy>p:not(.kicker){max-width:550px;font-size:1.1rem;line-height:1.7}.project .kicker{color:var(--ink)}.project-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}.project-tags span{border:2px solid var(--ink);padding:.45rem .7rem;font-size:12px;font-weight:700;background:var(--yellow)}.class-photo{margin:0;background:white;border:var(--line);padding:12px;box-shadow:12px 12px 0 var(--ink);transform:rotate(2deg)}.class-photo img{aspect-ratio:4/3;object-fit:cover}.class-photo figcaption{padding:1rem .4rem .2rem;display:flex;justify-content:space-between;gap:1rem}.class-photo figcaption b{text-transform:uppercase}.pack{background:var(--yellow);display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw}.pack-list article{display:grid;grid-template-columns:50px 1fr;gap:0 1rem;border-top:var(--line);padding:1.5rem 0}.pack-list article:last-child{border-bottom:var(--line)}.pack-list span{grid-row:1/3;font-weight:700}.pack-list h3{font-size:1.4rem}.pack-list p{margin:.5rem 0 0;line-height:1.5}footer{min-height:300px;background:var(--ink);color:white;padding:60px 6vw;display:flex;align-items:flex-end;gap:4rem}footer .footer-mark{font:clamp(3rem,7vw,6rem)/.8 'Archivo Black';letter-spacing:-.08em;margin-right:auto}footer .footer-mark span{color:var(--yellow)}footer p{line-height:1.6}footer a{font-weight:700;border-bottom:2px solid var(--yellow);padding-bottom:.3rem}
@media(max-width:980px){.site-header nav,.header-cta{display:none}.menu{display:block}.site-header nav.open{display:flex;position:absolute;top:87px;left:0;right:0;background:var(--paper);border-bottom:var(--line);padding:1.5rem 4vw;flex-direction:column}.hero{grid-template-columns:1fr}.hero-image{min-height:430px;border-right:0;border-bottom:var(--line)}.course-stamp{left:auto;right:25px;bottom:calc(50% - 40px)}.steps,.lesson-grid{grid-template-columns:repeat(2,1fr)}.step:nth-child(2){border-right:0}.step:nth-child(-n+2){border-bottom:var(--line)}.project,.pack{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr}.section-heading.compact{grid-template-columns:1fr}}
@media(max-width:980px){.site-header .subpage-cta{display:inline-flex;margin-left:auto}.site-header:has(.subpage-cta) nav{display:none}}
@media(max-width:620px){.site-header{height:76px}.site-header nav.open{top:73px}.hero-image{min-height:330px}.hero-copy{padding:60px 6vw}.hero-actions{align-items:flex-start;flex-direction:column}.course-stamp{width:108px;height:108px;right:14px;bottom:calc(61% - 45px)}.course-stamp strong{font-size:2.7rem}.course-stamp span{display:none}.section{padding:72px 5vw}.steps,.lesson-grid{grid-template-columns:1fr}.step{border-right:0;border-bottom:var(--line)!important}.step:last-child{border-bottom:0!important}.section-heading.compact{align-items:start}.filters{margin-top:-2rem}.project{gap:3rem}.class-photo figcaption{flex-direction:column}footer{align-items:flex-start;flex-direction:column;gap:2rem}.footer-mark{margin-top:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.lesson,.lesson-detail{transition:none}}
.hero-image{background:url('Us.jpg') center/cover no-repeat}
.no-photo{background:var(--blue);min-height:360px;display:flex;flex-direction:column;justify-content:flex-end}.robot-mark{flex:1;display:grid;place-items:center;font-size:10rem;color:var(--yellow);text-shadow:7px 7px 0 var(--ink)}.no-photo figcaption{background:white;color:var(--ink)}
.step-icon .material-symbols-outlined{font-size:4.25rem;color:rgba(255,255,255,.82);font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 48}
.step-icon .material-symbols-outlined.icon-dark{color:rgba(16,24,40,.82)}
.pricing{background:var(--blue)}
.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.pricing-card{min-height:620px;padding:2rem}
.pricing-card h3{font-size:2.2rem;margin-top:1.5rem}
.pricing-card.featured{background:var(--yellow);color:var(--ink)}
.price{font:5rem/.9 'Archivo Black';letter-spacing:-.055em;margin:1.3rem 0 .7rem}
.price-note{font-weight:700;margin:0 0 1.5rem;line-height:1.45}
.pricing-list{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:.8rem;line-height:1.45}
.pricing-list li{display:flex;gap:.65rem}
.pricing-list li::before{content:"";width:9px;height:9px;margin-top:.45rem;border-radius:50%;background:currentColor;flex:0 0 9px}
.pricing-card:hover{transform:none}
.pricing-button{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:max-content;border:var(--line);background:var(--ink);color:white;padding:.9rem 1rem;font-weight:700;box-shadow:none;transition:transform .15s}
.pricing-button:hover{transform:translateY(-5px)}
.pricing-card.featured .pricing-button{box-shadow:none}
@media(max-width:980px){.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:auto}}
.hero{min-height:calc(100vh - 90px);display:grid;grid-template-columns:1fr 1fr;gap:3vw;background:var(--blue);align-items:center;padding:90px 8vw;border-bottom:var(--line);overflow:visible}
.hero-copy{padding:0;background:transparent;color:white}
.hero-title{font-size:clamp(2.85rem,5.15vw,5.65rem);line-height:.9;margin:2rem 0}
.hero-title em{color:var(--yellow);font-style:normal}
.hero-subtitle{text-transform:none;font-family:'DM Sans',sans-serif;font-size:clamp(1.75rem,3.05vw,3.4rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin:-.8rem 0 1.5rem}
.hero-photo{transform:rotate(-2deg)}
.hero-photo img{aspect-ratio:4/3.9;object-fit:cover}
.hero-photo figcaption{padding:1.15rem .45rem .45rem}
@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto}.hero-photo{max-width:680px}.hero-copy{padding:0}}
.brand{font-size:20px;line-height:1;letter-spacing:-.04em}
.brand-dot{width:11px;height:11px;border-radius:50%;background:var(--yellow);align-self:center;margin:0 -.1rem 0 0}
footer .footer-mark{font-size:clamp(2.4rem,5.6vw,4.8rem)}
footer .footer-mark span{display:inline-block;font-size:.72em;margin-left:.12em}
footer .footer-instagram{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;border-bottom:0;padding-bottom:0}
footer .footer-instagram svg{width:32px;height:32px;fill:none;stroke:white;stroke-width:1.6}
.mobile-instagram{display:none}
.story{display:grid;align-items:center;min-height:560px;padding:100px 6vw;background:#F7F4EC;border-bottom:0}
.story-intro{display:grid;align-content:center;justify-items:start;width:100%}
.story-title-row{display:flex;align-items:center;gap:2rem;margin-bottom:1.8rem}
.story-portrait{width:clamp(150px,14vw,220px);height:clamp(150px,14vw,220px);margin:0;border-radius:50%;background:var(--yellow);overflow:hidden;flex:0 0 auto}
.story-portrait img{width:100%;height:100%;object-fit:cover;object-position:center top;transform:scale(1.16)}
.story h2{font-size:clamp(2.45rem,4.6vw,4.6rem);line-height:.95}
.story-copy{display:grid;grid-template-columns:1fr 1fr;gap:6vw;width:100%}
.story-copy div{display:grid;gap:1rem}
.story-copy p{font-size:1.08rem;line-height:1.7;margin:0}
@media(max-width:700px){.story{padding:72px 5vw}.story-title-row{align-items:flex-start;flex-direction:column;gap:1.4rem}.story-portrait{width:150px;height:150px}.story-copy{grid-template-columns:1fr}}
@media(max-width:620px){.contact-portrait-wrap{align-items:flex-start;flex-direction:column}.contact-bubbles p{max-width:100%}.contact-bubbles p:nth-child(2){margin-left:0}}
.journey{display:grid;grid-template-columns:.85fr 1fr;gap:6vw;align-items:center}
.journey .section-heading{display:block;margin-bottom:0}
.journey .section-heading h2{font-size:clamp(2.45rem,4.6vw,4.6rem);line-height:.95;margin-bottom:1.5rem}
.journey .section-heading>p:last-child{max-width:440px}
.journey-intro{display:grid;gap:1rem;max-width:540px}
.journey-intro p{margin:0;font-size:1.03rem;line-height:1.65}
.journey .steps{justify-self:end;width:min(100%,620px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;border:0}
.journey .step{aspect-ratio:1/1;min-height:0;border:var(--line);padding:1.35rem;box-shadow:5px 5px 0 var(--ink)}
.journey .step-number{font:1rem/1 'Archivo Black';letter-spacing:-.04em}
.journey .step:nth-child(2n){border-right:var(--line)}
.journey .step:nth-child(n+3){border-bottom:var(--line)}
.journey .step h2{font-size:1.55rem;line-height:1;margin-bottom:.5rem}
.journey .step p{font-size:.95rem}
@media(max-width:980px){.journey{grid-template-columns:1fr}.journey .steps{justify-self:stretch;width:100%}}
@media(max-width:980px){.audience>div:first-child,.pack>div:first-child{padding-left:0}}
@media(max-width:620px){.journey .steps{grid-template-columns:1fr}.journey .step{aspect-ratio:auto;min-height:240px;border-right:0!important;border-bottom:var(--line)!important}.journey .step:last-child{border-bottom:0!important}}
.journey .step.blue .material-symbols-outlined,
.journey .step.ink .material-symbols-outlined{color:white!important}
.journey .step.yellow .material-symbols-outlined,
.journey .step.coral .material-symbols-outlined{color:var(--ink)!important}
.snippet-art{height:230px;margin:.5rem 0 1.6rem;overflow:hidden;border:0;background:white}
.snippet-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.snippet-art + h3{margin-top:.35rem}
.lessons .lesson-grid{width:100%;margin-left:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.lessons .lesson{min-height:390px;padding:1.15rem}
.lessons .snippet-art{height:215px}
.lessons .lesson h3{font-size:1.5rem}
.lessons .lesson p{font-size:.95rem}
@media(max-width:980px){.lessons .lesson-grid{width:100%;margin-left:0}}
@media(min-width:621px) and (max-width:980px){
  .lessons .lesson-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .lessons .lesson{min-height:430px}
}
.section-heading h2,
.project h2,
.pack h2,
.audience h2{font-size:clamp(2.45rem,4.6vw,4.6rem);line-height:.95}
.audience{background:white;display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw}
.audience>div>p:not(.kicker){max-width:420px;font-size:1.1rem;line-height:1.7}
.audience-list span{font-size:2rem;line-height:1;font-weight:700}
.audience-list h3{font-size:1.25rem;letter-spacing:-.035em}
@media(max-width:980px){.audience{grid-template-columns:1fr}}
.decor-tags span{border:2px solid var(--ink);background:white;padding:.6rem 1rem;font-weight:700}
.contact-note{max-width:440px;font-size:1.1rem;line-height:1.7;margin:1.25rem 0 0}
.contact-portrait-wrap{display:flex;align-items:center;gap:1.2rem;margin:1rem 0 1.5rem}
.contact-portrait{width:clamp(140px,13vw,210px);height:clamp(140px,13vw,210px);margin:0;border-radius:50%;background:var(--yellow);overflow:hidden;flex:0 0 auto}
.contact-portrait img{width:100%;height:100%;object-fit:cover;object-position:center top;transform:scale(1.16)}
.contact-bubbles{display:grid;gap:.75rem}
.contact-bubbles p{width:max-content;max-width:min(260px,42vw);margin:0;background:white;border:var(--line);border-radius:999px;padding:.8rem 1.1rem;font-weight:700}
.contact-bubbles p:nth-child(2){margin-left:1.5rem}
.contact-form{display:grid;gap:18px;align-content:start}
.contact-form input,
.contact-form textarea{width:100%;border:var(--line);background:white;color:var(--ink);padding:1rem;font:inherit;font-weight:700;box-shadow:5px 5px 0 var(--ink)}
.contact-form textarea{min-height:150px;resize:vertical}
.contact-form input::placeholder,
.contact-form textarea::placeholder{color:rgba(16,24,40,.55)}
.contact-form button{width:max-content;border:var(--line);background:var(--ink);color:white;padding:.95rem 1.2rem;font-weight:700;cursor:pointer;box-shadow:none;transition:transform .15s}
.contact-form button:hover{transform:translateY(-5px)}
.payment-main{min-height:calc(100vh - 90px);background:var(--blue);padding:90px 8vw;border-bottom:var(--line)}
.payment-hero{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:stretch}
.payment-copy{color:white;display:flex;flex-direction:column;min-height:520px}
.payment-copy .kicker{color:var(--yellow)}
.payment-copy h1{font-size:clamp(2.75rem,5vw,5.3rem)}
.payment-copy p{max-width:520px;font-size:1.1rem;line-height:1.7}
.payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.payment-options.single{grid-template-columns:minmax(0,1fr)}
.payment-card{min-height:520px}
.payment-card[hidden]{display:none}
.payment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:auto}
.payment-card .pricing-button{margin-top:0}
.payment-card.featured{background:var(--yellow);color:var(--ink)}
.payment-note{margin-top:1.4rem;color:white;font-weight:700;line-height:1.5}
.payment-note a{border-bottom:2px solid var(--yellow)}
.payment-back{display:inline-flex;width:max-content;border:var(--line);background:white;color:var(--ink);padding:.9rem 1rem;font-weight:700;box-shadow:none;transition:transform .15s}
.payment-back:hover{transform:translateY(-5px)}
@media(max-width:980px){.payment-hero,.payment-options{grid-template-columns:1fr}.payment-hero{gap:2rem}.payment-main{padding:72px 5vw}.payment-copy{min-height:0}.payment-copy h1{font-size:clamp(2.45rem,10.5vw,3.9rem)}}
.thanks-main{min-height:calc(100vh - 90px);display:grid;place-items:center;background:var(--blue);padding:90px 6vw;border-bottom:var(--line)}
.thanks-card{width:min(760px,100%);background:var(--yellow);border:var(--line);box-shadow:12px 12px 0 var(--ink);padding:clamp(2rem,6vw,4rem)}
.thanks-card .kicker{color:var(--ink)}
.thanks-card h1{font-size:clamp(3rem,7vw,6rem);line-height:.9;margin:1rem 0}
.thanks-card p:not(.kicker){max-width:560px;font-size:1.2rem;line-height:1.6;margin:0 0 2rem}
.mobile-slider-dots{display:none}
@media(max-width:620px){
  .site-header{position:fixed;top:14px;right:14px;width:auto;height:auto;padding:0;background:transparent;border:0;z-index:50;display:flex;align-items:center;gap:.6rem}
  .brand{display:none}
  .menu{display:block;margin-left:0;background:var(--paper)}
  .mobile-instagram{display:inline-flex;align-items:center;gap:.45rem;height:42px;border:var(--line);background:var(--paper);color:var(--ink);padding:0 .65rem}
  .mobile-instagram svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
  .site-header nav.open{position:fixed;top:64px;left:5vw;right:5vw;border:var(--line);padding:1.2rem;background:var(--paper);box-shadow:5px 5px 0 var(--ink)}
  .hero{padding:56px 5vw;gap:2rem}
  .hero-title{font-size:clamp(2.65rem,14vw,4.6rem)}
  .hero-subtitle{font-size:clamp(1.5rem,8vw,2.4rem)}
  .hero-photo{max-width:100%;transform:rotate(-1deg)}
  .project,.audience,.pack{display:grid;grid-template-columns:1fr;gap:2.5rem}
  .section-heading{margin-bottom:2rem}
  .decor-tags{display:none}
  .mobile-slider{display:flex!important;grid-template-columns:none!important;gap:28vw!important;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:10vw;padding:0 10vw 12px;border:0!important;margin:0 calc(50% - 50vw);scrollbar-width:none}
  .mobile-slider::-webkit-scrollbar{display:none}
  .mobile-slider>article{flex:0 0 80%;scroll-snap-align:center}
  .journey .steps{width:100%;justify-self:stretch}
  .journey .step{aspect-ratio:1/1;min-height:270px;border:var(--line)!important}
  .lessons .lesson-grid{width:100%;margin-left:0}
  .lessons .lesson-grid.mobile-slider{--product-card-width:calc(100vw - 80px);--product-side-space:calc((100vw - var(--product-card-width)) / 2);gap:96px!important;width:100vw;margin:0 calc(50% - 50vw);padding:0 var(--product-side-space) 12px;scroll-padding-inline:var(--product-side-space);overflow-x:auto}
  .lessons .lesson-grid.mobile-slider::before,
  .lessons .lesson-grid.mobile-slider::after{content:none}
  .lessons .lesson-grid.mobile-slider>article{flex:0 0 var(--product-card-width);max-width:var(--product-card-width);margin-right:0;scroll-snap-align:center;scroll-snap-stop:always}
  .lessons .lesson{min-height:500px;padding:1.25rem;justify-content:flex-start}
  .lessons .snippet-art{height:235px;margin:.5rem 0 1.65rem;background:transparent}
  .lessons .snippet-art img{object-fit:contain}
  .lessons .lesson h3{margin-top:0}
  .lessons .lesson p{overflow-wrap:break-word}
  .mobile-slider .lesson:hover,
  .mobile-slider .step:hover,
  .mobile-slider .pricing-card:hover,
  .pricing-button:hover,
  .contact-form button:hover,
  .button:hover,
  .header-cta:hover{transform:none!important}
  .mobile-slider .lesson:hover,
  .mobile-slider .step:hover,
  .mobile-slider .pricing-card:hover{box-shadow:5px 5px 0 var(--ink)!important}
  .pricing-button:hover,
  .contact-form button:hover{box-shadow:none!important}
  .button:hover,
  .header-cta:hover{box-shadow:4px 4px 0 var(--ink)!important}
  .pricing-grid{grid-template-columns:none}
  .pricing-grid.mobile-slider{gap:18vw!important;scroll-padding-inline:5vw;padding:0 5vw 12px}
  .pricing-grid.mobile-slider>article{flex-basis:90vw;scroll-snap-align:center}
  .pricing-card{min-height:auto}
  .mobile-slider-dots{display:flex;justify-content:center;gap:.55rem;margin:1rem 0 0}
  .mobile-slider-dots button{width:10px;height:10px;border:2px solid var(--ink);border-radius:50%;background:transparent;padding:0;cursor:pointer}
  .mobile-slider-dots button.active{background:var(--ink)}
  .journey .mobile-slider{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;overflow:visible;width:min(100%,360px);padding:0;margin:0 auto}
  .journey .mobile-slider>article{flex:auto;scroll-snap-align:none}
  .journey .mobile-slider + .mobile-slider-dots{display:none}
  .journey .step{aspect-ratio:1.12/1;min-height:0;padding:.75rem}
  .journey .step-number{font-size:.72rem}
  .journey .step-icon{font-size:2rem;margin:auto 0}
  .journey .step-icon .material-symbols-outlined{font-size:2.15rem}
  .journey .step h2{font-size:.9rem;line-height:1;margin-bottom:.28rem}
  .journey .step p{font-size:.7rem;line-height:1.2}
  .journey .step,
  .journey .step:hover{transform:none!important;box-shadow:5px 5px 0 var(--ink)!important}
  .contact-portrait-wrap{display:none}
  .contact-bubbles p:nth-child(2){margin-left:0}
  .contact-form input,.contact-form textarea{box-shadow:3px 3px 0 var(--ink)}
  .thanks-main{padding:64px 5vw}
  .thanks-card{box-shadow:6px 6px 0 var(--ink)}
  .project .class-photo{order:2}
  .project-copy{order:1}
}
@media(max-width:620px){
  .site-header nav.open{display:flex;flex-direction:column;top:64px;left:5vw;right:5vw}
}
