@font-face{font-family:Freilauf;src:url('../../assets/fonts/space-grotesk-400-latin.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Freilauf;src:url('../../assets/fonts/space-grotesk-500-latin.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Freilauf;src:url('../../assets/fonts/space-grotesk-700-latin.woff2') format('woff2');font-weight:700;font-display:swap}
:root{--paper:#f5f3eb;--cream:#ececdf;--ink:#203c32;--muted:#647366;--lime:#d9ec8b;--line:#cbd1c3;--white:#fffef9;--ease:cubic-bezier(.22,.8,.3,1);--gutter:clamp(22px,5.5vw,96px)}
*{box-sizing:border-box}body,h1,h2,h3,p,figure{margin:0}html{scroll-behavior:smooth;scroll-padding-top:108px}body{font-family:Freilauf,Arial,sans-serif;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.65}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a,input,select,textarea{touch-action:manipulation}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}picture{display:contents}svg{display:block}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #62832b;outline-offset:6px}button{border:0}button:disabled{cursor:default}[hidden]{display:none!important}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.wrap{width:calc(100% - var(--gutter)*2);max-width:1440px;margin-inline:auto}.section{padding-block:clamp(80px,9vw,140px)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:1.5;margin-bottom:23px}.muted{color:var(--muted)}h1,h2,h3{font-weight:500;letter-spacing:-.065em;line-height:1.04}h2{font-size:clamp(36px,4.3vw,68px)}h3{font-size:clamp(28px,2.3vw,36px);letter-spacing:-.045em}p{max-width:65ch}.skip{position:fixed;top:10px;left:20px;z-index:500;background:var(--lime);padding:12px 20px;transform:translateY(-200%)}.skip:focus{transform:none}
.demo-bar{background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;align-items:center;padding:9px var(--gutter);font-size:10px;letter-spacing:.04em;gap:15px;min-height:36px}.demo-bar a{color:var(--lime);white-space:nowrap}.header{position:sticky;top:0;z-index:30;background:rgba(245,243,235,.94);transition:box-shadow .3s;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header.scrolled{box-shadow:0 1px var(--line)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;line-height:1;font-size:35px;font-weight:700;letter-spacing:-.085em}.brand-dog{width:60px;height:45px}.brand-sub{display:block;font-size:9px;letter-spacing:.13em;text-transform:uppercase;font-weight:500;margin-top:8px}.header nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:500}.header nav a{position:relative;padding-block:12px}.header nav a:after,.text-link:after{content:'';position:absolute;bottom:4px;left:0;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:0 50%;transition:transform .35s var(--ease)}.header nav a:hover:after,.text-link:hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 23px;border-radius:5px;font-weight:500;font-size:13px;line-height:1.4;min-height:54px;transition:background .25s,transform .3s var(--ease),box-shadow .3s}.button-dark{background:var(--ink);color:var(--paper)}.button:hover{background:#365947;transform:translateY(-3px);box-shadow:0 7px 0 -3px var(--lime)}.button span{font-size:23px;line-height:1;transition:transform .3s}.button:hover span{transform:translate(2px,-2px)}.header-book{font-size:11px;padding:15px 18px;min-height:47px}.menu-button{display:none;background:transparent;padding:10px;width:44px;height:44px}.menu-button span{display:block;width:23px;height:2px;background:var(--ink);margin:6px 0;transition:transform .25s}.menu-button[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.hero{position:relative;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(36px,5vw,90px);padding-top:45px;padding-bottom:94px;min-height:min(820px,calc(100svh - 100px))}.hero-copy{padding-bottom:24px}.hero .eyebrow{display:flex;gap:12px;align-items:center}.sun-dot{width:10px;height:10px;border-radius:50%;background:#769545;box-shadow:0 0 0 5px #d9ec8b66}h1{font-size:clamp(62px,6.3vw,100px);line-height:1.07;position:relative;z-index:2}.word-loop{position:relative;display:inline-block;white-space:nowrap}.word-loop svg{position:absolute;inset:-6% -7% -8%;width:114%;height:117%;z-index:-1;overflow:visible}.word-loop path{fill:none;stroke:var(--lime);stroke-width:10;stroke-linecap:round;stroke-dasharray:1500;stroke-dashoffset:0}.js .word-loop path{stroke-dashoffset:1500}.ready .word-loop path{animation:loop-in 1.3s var(--ease) .4s forwards}@keyframes loop-in{to{stroke-dashoffset:0}}.hero-description{font-size:16px;line-height:1.8;max-width:420px;margin-top:32px;color:#546559}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:32px;flex-wrap:wrap}.text-link{position:relative;display:inline-flex;align-items:center;gap:16px;font-size:13px;font-weight:500;padding:12px 0}.text-link span{font-size:19px}.hero-foot{display:flex;gap:17px;align-items:center;margin-top:40px}.hero-foot p{font-size:11px;line-height:1.6;color:var(--muted)}.small-paw{font-size:41px;font-weight:500;line-height:1}.hero-visual{position:relative;align-self:stretch;max-height:650px;min-height:480px;padding-bottom:28px}.hero-photo{height:100%;width:100%;border-radius:12px 45% 12px 12px;overflow:hidden;position:relative;background:var(--cream)}.hero-photo img{object-position:35% center;transition:transform 1.6s var(--ease)}.hero-photo:hover img{transform:scale(1.04)}.photo-note{position:absolute;top:58%;left:-33px;display:flex;gap:10px;align-items:center;background:var(--lime);border-radius:5px;padding:20px 23px;transform:rotate(-6deg);box-shadow:0 7px 15px #203c3212;font-size:16px;font-weight:500;line-height:1.3;z-index:3}.photo-note svg{width:47px;height:47px}.photo-note path{stroke:var(--ink);stroke-width:3;fill:none;stroke-linecap:round}.photo-caption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:9px;font-size:10px;letter-spacing:.015em}.live-dot{width:5px;height:5px;background:#779640;border-radius:50%}.scroll-hint{position:absolute;bottom:26px;left:0;display:flex;align-items:center;gap:17px;font-size:10px;color:var(--muted)}.scroll-hint svg{width:10px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5}.scroll-hint:hover svg{animation:nudge 1s infinite}@keyframes nudge{50%{transform:translateY(5px)}}.js .intro{opacity:0;transform:translateY(15px)}.ready .intro{animation:appear .75s var(--ease) calc(var(--i)*.11s) forwards}@keyframes appear{to{opacity:1;transform:none}}.js .hero-photo{clip-path:inset(10% 0 0 round 12px 45% 12px 12px);opacity:0}.ready .hero-photo{animation:photo-in 1.1s var(--ease) .12s forwards}@keyframes photo-in{to{clip-path:inset(0 round 12px 45% 12px 12px);opacity:1}}
.values-strip{border-block:1px solid var(--line);padding-block:24px}.values-strip .wrap{display:flex;justify-content:space-between;align-items:center;gap:22px}.values-strip span{font-size:13px;font-weight:500;white-space:nowrap}.values-strip svg{width:22px;height:22px;fill:var(--muted);transform:rotate(-20deg)}.approach{display:grid;grid-template-columns:1.25fr 1fr;gap:12%;align-items:start}.approach h2{font-size:clamp(34px,3.6vw,56px);line-height:1.14}.approach-copy{padding-top:37px}.approach-copy p{color:#586759;margin-bottom:20px;font-size:15px}.approach-copy .large-copy{color:var(--ink);font-size:24px;letter-spacing:-.045em;line-height:1.4;margin-bottom:22px}.approach-copy .text-link{margin-top:4px}.js [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.js [data-reveal].visible{opacity:1;transform:none}
.courses{background:var(--cream)}.section-top{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:62px}.section-top>p{font-size:14px;color:var(--muted);max-width:340px}.course-layout{display:grid;grid-template-columns:.8fr 1.55fr;gap:clamp(40px,6vw,95px)}.course-tabs{padding-top:10px}.course-tab{display:flex;width:100%;justify-content:space-between;align-items:center;padding:28px 0;background:transparent;border-bottom:1px solid #aebba7;text-align:left;transition:color .3s;gap:12px}.course-tab:first-child{border-top:1px solid #aebba7}.course-tab>span:first-child{font-size:clamp(23px,2.5vw,38px);font-weight:500;letter-spacing:-.055em;line-height:1.2}.course-tab small{display:block;font-size:10px;color:var(--muted);letter-spacing:.01em;font-weight:400;margin-bottom:10px}.tab-arrow{display:grid;place-items:center;border:1px solid #acb6a3;border-radius:50%;width:39px;height:39px;font-size:23px;flex:none;transition:background .3s,transform .4s var(--ease)}.course-tab[aria-selected=true] .tab-arrow{background:var(--ink);color:var(--lime);border-color:var(--ink);transform:rotate(45deg)}.course-tab[aria-selected=true]>span:first-child{color:var(--ink)}.course-tab[aria-selected=false]>span:first-child{color:#73816b}.course-tab:hover .tab-arrow{transform:translate(2px,-2px)}.course-help{margin-top:30px;font-size:12px;color:var(--muted)}.inline-button{background:none;padding:0;text-align:left}.course-help button{text-decoration:underline;text-underline-offset:4px;font-size:12px;color:var(--ink)}.course-panel{background:var(--white);border-radius:7px;overflow:hidden;display:grid;grid-template-columns:1fr 1.08fr;min-height:450px;animation:panel-in .5s var(--ease)}@keyframes panel-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.course-panel picture{display:block;overflow:hidden;min-height:450px}.course-panel img{object-position:48% center;transition:transform 1s var(--ease)}.course-panel:hover img{transform:scale(1.035)}.course-card-copy{padding:32px 26px;display:flex;flex-direction:column;align-items:start}.course-chip{font-size:9px;letter-spacing:.02em;border:1px solid var(--line);border-radius:30px;padding:5px 10px;margin-bottom:23px}.course-card-copy h3{font-size:clamp(24px,2.1vw,32px);line-height:1.15}.course-card-copy p{font-size:12px;line-height:1.8;color:#5a695d;margin-top:17px}.course-facts{display:flex;flex-wrap:wrap;gap:5px 13px;margin-top:23px;font-size:9px;color:#61705f}.course-facts span:before{content:'·';padding-right:5px}.course-bottom{display:flex;align-items:end;justify-content:space-between;gap:15px;width:100%;margin-top:auto;padding-top:28px;font-size:10px}.course-bottom b{font-weight:500;font-size:30px;letter-spacing:-.05em}.course-bottom small{display:block;color:var(--muted);font-size:8px}.round-button{border-radius:50%;width:45px;height:45px;background:var(--lime);font-size:27px;transition:transform .3s,background .3s}.round-button:hover{transform:rotate(45deg);background:#c0d475}
.journey{background:var(--ink);color:var(--paper);overflow:hidden}.journey .eyebrow{color:var(--lime)}.journey h2{font-size:clamp(45px,5.8vw,88px)}.journey h2 em{font-family:Georgia,serif;font-weight:400;color:var(--lime)}.journey .section-top>p{color:#b7c3b6}.trail{position:relative;height:140px;margin:0 0 35px}.trail>svg{width:100%;height:120px;overflow:visible}.trail path{fill:none;stroke-width:2;stroke-linecap:round}.trail-base{stroke:#647663;stroke-dasharray:3 9}.trail-draw{stroke:var(--lime);stroke-width:3!important;stroke-dasharray:1200;stroke-dashoffset:0}.js .trail-draw{stroke-dashoffset:1200}.trail-paw{position:absolute;left:0;top:0;width:42px;height:42px;margin:-20px;transform:rotate(45deg);background:var(--ink);border-radius:50%;display:grid;place-items:center}.trail-paw svg{width:27px;height:27px;fill:var(--lime)}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7%}.steps article:nth-child(2){transition-delay:.12s}.steps article:nth-child(3){transition-delay:.24s}.step-symbol{display:block;color:var(--lime);font-size:30px;line-height:1;margin-bottom:20px}.steps h3{font-size:25px;letter-spacing:-.04em;line-height:1.2;margin-bottom:16px}.steps p{color:#b7c3b6;font-size:13px;line-height:1.85}
.trainer{display:grid;grid-template-columns:1fr 1.15fr;gap:12%;align-items:center}.trainer-photo{position:relative;aspect-ratio:4/4.7;max-width:520px}.trainer-photo picture{display:block;height:100%;overflow:hidden;border-radius:8px 100px 8px 8px}.trainer-photo img{object-position:center;transition:transform 1.2s var(--ease)}.trainer-photo:hover img{transform:scale(1.035)}.trainer-tag{position:absolute;bottom:24px;left:20px;background:var(--paper);padding:9px 16px;font-size:10px;transform:rotate(-3deg);border-radius:2px}.trainer-copy h2{font-size:clamp(35px,3.7vw,58px);line-height:1.12;margin-bottom:28px}.trainer-copy>p:not(.eyebrow){font-size:14px;color:#586759;margin-bottom:18px}.trainer-copy blockquote{margin:30px 0;font-family:Georgia,serif;font-style:italic;letter-spacing:-.04em;line-height:1.35;font-size:25px}.trainer-copy .fiction-note{font-size:10px!important;margin-top:28px;color:var(--muted)}.questions{padding-top:30px}.question-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:12%}.question-grid h2{font-size:clamp(36px,4vw,58px)}.question-grid>div>p:last-child{font-size:14px;color:var(--muted);margin-top:25px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:23px 0;cursor:pointer;font-size:14px;font-weight:500;line-height:1.5}summary::-webkit-details-marker{display:none}summary span{font-size:25px;font-weight:400;transition:transform .3s}details[open] summary span{transform:rotate(45deg)}details p{font-size:13px;color:#5a695d;line-height:1.8;padding:0 32px 24px 0;animation:panel-in .3s ease}
.last-call{position:relative;background:var(--lime);overflow:hidden;padding-block:clamp(65px,8vw,110px)}.last-call>.wrap{position:relative}.last-call h2{font-size:clamp(51px,7vw,105px);line-height:1.05;position:relative;z-index:1}.last-call h2 span{font-family:Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.065em}.last-call-bottom{display:flex;gap:35px;align-items:center;margin-top:45px}.last-call-bottom p{font-size:13px}.last-dog{position:absolute;right:-4%;bottom:-25px;width:25%;transform:rotate(-9deg);opacity:.18}.footer{padding-top:58px;background:var(--ink);color:var(--paper)}.footer>.wrap:first-child{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:44px}.footer-brand{font-size:46px;font-weight:700;letter-spacing:-.07em;line-height:1}.footer-brand span{display:block;font-size:10px;font-weight:400;letter-spacing:.06em;margin-top:13px}.footer p,.footer>.wrap>a:last-child{font-size:12px}.footer p{color:#bdc8ba}.footer p a{color:var(--lime)}.footer-small{border-top:1px solid #49604e;display:flex;justify-content:space-between;gap:25px;padding:22px 0 28px;color:#bdc8ba;font-size:9px}.footer-small div{display:flex;gap:23px}.footer a:hover{text-decoration:underline;text-underline-offset:5px}
dialog{padding:48px;max-width:560px;width:calc(100% - 32px);max-height:90svh;border:0;border-radius:12px;background:var(--paper);color:var(--ink);box-shadow:0 20px 100px #0004;overscroll-behavior:contain}dialog::backdrop{background:#122820aa;backdrop-filter:blur(5px)}dialog[open]{animation:panel-in .35s var(--ease)}.dialog-close{position:absolute;top:12px;right:12px;width:40px;height:40px;font-size:31px;background:transparent;border-radius:50%}.dialog-close:hover{background:var(--cream)}dialog h2{font-size:42px;margin-bottom:20px}dialog p{font-size:12px;color:#586759}dialog .eyebrow{color:var(--ink)}dialog form{margin-top:26px;display:grid;gap:17px}dialog label{display:grid;gap:6px;font-size:11px;font-weight:500}dialog input,dialog select,dialog textarea{width:100%;min-width:0;min-height:44px;border:1px solid #b8c3af;border-radius:4px;background:#fffef8;color:var(--ink);padding:10px 12px;font-size:14px}dialog textarea{resize:vertical}.demo-notice{background:var(--lime);padding:18px;border-radius:5px;margin:22px 0}body.dialog-open{overflow:hidden}
@media(min-width:1600px){.hero{gap:85px;padding-top:65px}h1{font-size:108px}.hero-visual{max-height:710px}.hero-description{font-size:18px;max-width:470px}.hero-photo{border-radius:12px 45% 12px 12px}.hero-foot{margin-top:50px}}
@media(max-width:1100px){.header nav{gap:19px}.header-book{font-size:10px;padding:14px}.brand{font-size:29px}.brand-dog{width:45px}.hero{gap:35px;grid-template-columns:1.1fr 1fr}h1{font-size:clamp(55px,6.2vw,76px)}.hero-description{font-size:14px}.hero-visual{min-height:470px}.hero-actions{gap:14px}.hero-actions .button{font-size:11px;padding:16px}.photo-note{font-size:13px;left:-18px;padding:16px}.photo-note svg{width:37px}.values-strip span{font-size:11px}.course-layout{grid-template-columns:.75fr 1.5fr;gap:32px}.course-panel{grid-template-columns:1fr}.course-panel picture{min-height:0;height:240px}.course-panel img{object-position:center 45%}.course-card-copy{padding:28px}.course-bottom{margin-top:0}.course-facts{font-size:10px}.approach,.trainer,.question-grid{gap:7%}.steps h3{font-size:22px}}
@media(max-width:900px){:root{--gutter:24px}.demo-bar{font-size:8px;padding-block:8px}.demo-bar>span{max-width:160px;line-height:1.4}.header-inner{height:80px;gap:13px}.brand{font-size:31px}.brand-dog{width:46px}.brand-sub{font-size:8px}.header-book{display:none}.menu-button{display:block}.header nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:18px 24px 26px;box-shadow:0 10px 15px #203c3212;align-items:stretch;gap:0}.header nav.open{display:flex;flex-direction:column}.header nav a{padding:14px 0}.hero{padding-top:30px;padding-bottom:65px;grid-template-columns:1fr;gap:28px;min-height:0}.hero-copy{display:contents}.hero .eyebrow{font-size:9px;margin-bottom:24px}h1{font-size:clamp(56px,10.3vw,80px);line-height:1.06;letter-spacing:-.075em}.hero-description{font-size:14px;line-height:1.75;margin-top:23px;max-width:470px}.hero-actions{gap:13px 24px;margin-top:24px}.hero-actions .button{padding:17px 19px;font-size:12px}.hero-actions .text-link{font-size:12px}.hero-foot{margin-top:24px;gap:12px}.hero-foot p{font-size:10px}.small-paw{font-size:32px}.hero-visual{order:2;min-height:0;height:clamp(320px,calc((100vw - var(--gutter)*2)*1.05 + 28px),520px);max-height:none;max-width:500px;width:100%;margin:0 auto}.hero .eyebrow{order:0;margin-bottom:-10px}.hero h1{order:1}.hero-description{order:3;margin-top:0}.hero-actions{order:4;margin-top:0}.hero-foot{order:5;margin-top:0}.hero-photo{border-radius:8px 45% 8px 8px}.photo-note{top:60%;left:-9px;font-size:15px;padding:18px;gap:8px}.photo-caption{font-size:9px;bottom:0}.scroll-hint{display:none}.values-strip{padding-block:20px}.values-strip .wrap{flex-wrap:wrap;justify-content:center;gap:12px 17px}.values-strip span{font-size:11px}.values-strip svg{width:16px;height:16px}.values-strip svg:nth-of-type(2){display:none}.values-strip span{width:calc(50% - 35px);text-align:center;white-space:normal}.approach{grid-template-columns:1fr;gap:25px}.approach-heading h2{font-size:clamp(32px,6.7vw,48px);line-height:1.16}.approach-copy{padding-top:0;max-width:520px}.approach-copy .large-copy{font-size:23px}.approach-copy p{font-size:14px}.eyebrow{font-size:9px;margin-bottom:19px}.section-top{display:block;margin-bottom:34px}.section-top>p{margin-top:25px;font-size:13px}.section-top h2{font-size:43px}.course-layout{grid-template-columns:1fr;gap:28px}.course-tabs{display:flex;flex-wrap:wrap;padding:0;gap:7px}.course-tab{width:auto;padding:11px 13px;border:1px solid #aebba7;border-radius:30px;gap:0;flex:1 1 auto;justify-content:center}.course-tab:first-child{border-top:1px solid #aebba7}.course-tab small,.tab-arrow{display:none}.course-tab>span:first-child{font-size:13px;letter-spacing:-.025em;line-height:1.5}.course-tab[aria-selected=true]{background:var(--ink)}.course-tab[aria-selected=true]>span:first-child{color:var(--paper)}.course-tab[aria-selected=false]>span:first-child{color:#52644e}.course-help{width:100%;font-size:11px;margin-top:12px}.course-help br{display:none}.course-help button{font-size:11px;margin-left:5px}.course-panel{grid-template-columns:1fr;min-height:0}.course-panel picture{height:270px}.course-card-copy{padding:26px}.course-card-copy h3{font-size:34px}.course-card-copy p{font-size:13px}.course-chip{margin-bottom:18px}.course-facts{font-size:10px}.course-bottom{padding-top:25px}.course-bottom small{font-size:9px}.course-bottom b{font-size:34px}.journey .section-top h2{font-size:51px}.trail{height:100px;margin:0 0 30px}.trail>svg{height:85px}.steps{grid-template-columns:1fr;gap:34px}.steps article{position:relative;padding-left:46px}.step-symbol{position:absolute;left:0;top:1px;font-size:24px}.steps h3{font-size:25px;margin-bottom:11px}.steps p{font-size:13px;max-width:470px}.trainer{grid-template-columns:1fr;gap:40px}.trainer-photo{max-width:480px;width:100%;aspect-ratio:4/4.3}.trainer-copy h2{font-size:40px}.trainer-copy p{font-size:14px}.trainer-copy blockquote{font-size:24px}.question-grid{grid-template-columns:1fr;gap:32px}.question-grid h2{font-size:42px}.question-grid>div>p:last-child{margin-top:20px}.faq-list summary{font-size:13px;padding-block:22px}.last-call h2{font-size:clamp(46px,9.2vw,72px)}.last-call-bottom{display:block;margin-top:29px}.last-call-bottom .button{margin-top:23px}.last-dog{width:150px;right:-9%;bottom:20px}.footer>.wrap:first-child{flex-wrap:wrap;justify-content:start;gap:35px}.footer-brand{font-size:40px;width:100%}.footer p{font-size:11px}.footer>.wrap>a:last-child{font-size:11px}.footer-small{flex-direction:column;gap:17px}.footer-small>span{max-width:280px;line-height:1.7}dialog{padding:42px 24px 28px}dialog h2{font-size:35px}}
@media(max-width:370px){:root{--gutter:20px}h1{font-size:46px}.hero-actions{gap:9px}.hero-visual{height:330px}.section-top h2{font-size:38px}.course-card-copy{padding:23px}.course-card-copy h3{font-size:30px}.course-tab{padding:10px 11px}.course-tab>span:first-child{font-size:11px}.trainer-copy h2{font-size:34px}.last-call h2{font-size:44px}.demo-bar{gap:9px;font-size:7px}}
#panel-einzel img{object-position:center top}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .intro,.js [data-reveal],.js .hero-photo{opacity:1;transform:none;clip-path:none}.js .word-loop path,.js .trail-draw{stroke-dashoffset:0}.trail-paw{display:none}}

/* Warm editorial direction: paper, field photographs and human typography. */
:root{--paper:#f3e9d8;--cream:#e9ddc6;--white:#fcf6e9;--ink:#283e30;--muted:#696f54;--lime:#edc66d;--line:#cfc0a5;--rust:#a74428;--serif:Georgia,'Times New Roman',serif}
body{background-image:radial-gradient(ellipse at 10% 10%,#ecc6a433,transparent 48%);color:var(--ink)}
body:before{content:'';position:fixed;inset:0;z-index:90;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23grain)' opacity='.7' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}
h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.055em}
h2{line-height:1.08}.muted{color:var(--rust);font-style:italic}
.eyebrow{letter-spacing:.1em;font-size:11px;color:var(--rust)}
.header{background:rgba(243,233,216,.94)}.header-inner{height:92px}
.brand{font-family:var(--serif);font-size:43px;font-style:italic;letter-spacing:-.06em}.brand-sub{font-family:Freilauf,Arial,sans-serif;font-style:normal;letter-spacing:.09em}
.brand-dog{color:var(--rust);transform:rotate(-6deg)}
.header nav{font-size:14px}.button{border-radius:40px;padding:18px 25px;font-size:14px}.button-dark{background:var(--rust);color:#fff8eb}
.button:hover{background:#84361f;box-shadow:0 6px 0 -2px #d7b76b66;transform:translateY(-2px)}
.header-book{font-size:12px;min-height:48px;padding:15px 21px}.text-link{font-size:14px}
.hero{grid-template-columns:1fr 1.15fr;gap:30px;min-height:0;padding-top:42px;padding-bottom:80px}
.hero-copy{padding:0 0 20px;z-index:3}.hero h1{font-size:clamp(66px,6.35vw,108px);line-height:1.04;letter-spacing:-.07em}.hero h1 em{font-weight:400;color:var(--rust)}
.hero .eyebrow{font-size:11px;color:var(--rust);margin-bottom:26px}.sun-dot{background:var(--rust);box-shadow:0 0 0 5px #a7442814;width:7px;height:7px}
.word-loop svg{inset:15% -5% -15%;width:110%;height:100%}.word-loop path{stroke:var(--lime);stroke-width:5}
.hero-description{font-size:16px;line-height:1.8;margin-top:30px;max-width:380px;color:#56604d}
.hero-actions{gap:16px 20px;margin-top:27px}.hero-actions .button{font-size:13px;padding:18px 22px}
.hero-foot{gap:15px;margin-top:32px}.hero-foot p{font-size:12px;color:#62694e}.small-paw{width:31px;height:31px;fill:var(--rust);transform:rotate(-20deg)}
.hero-visual{height:clamp(490px,44vw,690px);min-height:0;max-height:none;align-self:center;padding:14px 12px 40px 20px;isolation:isolate}
.hero-visual:before{content:'';position:absolute;inset:0;border:1px solid #b9997066;border-radius:47% 52% 44% 39%;transform:rotate(-4deg);z-index:-1}
.hero-photo{border-radius:4px;transform:rotate(2deg);border:9px solid var(--white);box-shadow:4px 15px 30px #483a2820;background:var(--white)}
.hero-photo img{object-position:34% center}.js .hero-photo,.ready .hero-photo{opacity:1;clip-path:none;animation:none}
.photo-note{inset:34% -8px auto auto;display:flex;flex-direction:column;justify-content:center;gap:7px;width:128px;height:128px;padding:14px;border-radius:50%;background:var(--rust);color:#fff3db;box-shadow:0 4px 15px #43261919;font-family:var(--serif);font-style:italic;font-size:17px;text-align:center;line-height:1.12;transform:rotate(9deg)}
.photo-note span{white-space:nowrap;font-size:.92em}.photo-note:before{content:'';position:absolute;inset:7px;border:1px dashed #f3d5a67a;border-radius:50%}.photo-note svg{width:27px;height:27px;fill:currentColor;transform:rotate(-20deg)}
.photo-caption{left:auto;right:7%;bottom:4px;font-family:var(--serif);font-style:italic;font-size:14px;color:#5f624b;transform:rotate(2deg)}.live-dot{display:none}
.field-snapshot{position:absolute;z-index:4;left:-37px;bottom:-14px;width:clamp(160px,14vw,210px);padding:8px 8px 12px;background:var(--white);transform:rotate(-9deg);box-shadow:0 12px 25px #4b39292a;transition:transform .6s var(--ease)}
.field-snapshot:hover{transform:rotate(-3deg) translateY(-6px)}.field-snapshot:before{content:'';position:absolute;top:-12px;left:30%;width:40%;height:24px;background:#c9ad7580;transform:rotate(3deg)}
.field-snapshot picture{display:block;aspect-ratio:1.25;overflow:hidden}.field-snapshot img{object-position:center 55%}.field-snapshot figcaption{font-family:var(--serif);font-style:italic;text-align:center;font-size:14px;line-height:1.3;margin-top:10px}
.scroll-hint{display:none}
.values-strip{background:var(--rust);color:#fff1db;border:0;padding-block:25px;transform:skewY(-1deg);width:100%;position:relative;z-index:5;margin-block:12px}
.values-strip .wrap{gap:20px}.values-strip span{font-family:var(--serif);font-style:italic;font-size:20px;font-weight:400}.values-strip svg{fill:#f4d397}
.section{padding-block:clamp(72px,7.5vw,116px)}
.approach{grid-template-columns:1.25fr 1fr;gap:10%;padding-top:104px;padding-bottom:90px}.approach h2{font-size:clamp(40px,3.9vw,62px);line-height:1.12}
.approach-copy{padding-top:50px}.approach-copy .large-copy{font-family:var(--serif);font-size:30px;line-height:1.23;letter-spacing:-.035em}.approach-copy p{font-size:16px;color:#56604d}
.margin-note{position:relative;font-family:var(--serif);font-size:21px;font-style:italic;line-height:1.22;color:var(--rust);margin:30px 0 0 25px;transform:rotate(-6deg);width:max-content}.margin-note svg{position:absolute;left:calc(100% + 6px);top:0;width:100px;height:60px}
.courses{background:#e6dcc2;position:relative}.courses:before{content:'';position:absolute;top:-10px;left:0;width:100%;height:20px;background:var(--paper);clip-path:polygon(0 0,100% 0,100% 40%,90% 78%,80% 52%,70% 85%,60% 48%,50% 74%,40% 51%,30% 84%,20% 40%,10% 75%,0 45%)}
.section-top{margin-bottom:46px}.section-top>p{font-size:15px;color:#606549}
.course-layout{grid-template-columns:.72fr 1.8fr;gap:clamp(35px,4.5vw,72px)}.course-tabs{padding-top:30px}
.course-tab{padding:25px 2px;border-color:#b4ac90}.course-tab:first-child{border-color:#b4ac90}.course-tab>span:first-child{font-family:var(--serif);font-size:35px;font-weight:400;letter-spacing:-.035em}
.course-tab small{font-family:Freilauf,Arial,sans-serif;font-size:11px;color:#62674e}.course-tab[aria-selected=true]>span:first-child{color:var(--rust)}.course-tab[aria-selected=false]>span:first-child{color:#6d7257}.course-tab[aria-selected=true] .tab-arrow{background:var(--rust);border-color:var(--rust);color:var(--white)}
.course-help,.course-help button{font-size:13px}.course-help{color:#606549}
.course-panel{border-radius:3px;grid-template-columns:1fr 1.1fr;min-height:470px;overflow:visible;box-shadow:5px 9px 0 #d2c7ab}
.course-panel picture{min-height:470px;transform:rotate(-2deg);border:7px solid var(--white);box-shadow:0 6px 14px #534b2520}.course-card-copy{padding:36px 32px}
.course-card-copy h3{font-size:35px;line-height:1.12}.course-card-copy p{font-size:14px;line-height:1.75;color:#5a634c}.course-chip{border:0;border-radius:0;background:#eddfc5;font-size:11px;color:#76482f;padding:6px 11px;transform:rotate(-2deg)}
.course-facts{font-size:11px;color:#60684e}.course-bottom{font-size:11px}.course-bottom b{font-family:var(--serif);font-size:39px;font-weight:400}.course-bottom small{font-size:10px}.round-button{background:var(--rust);color:var(--white)}.round-button:hover{background:#84361f}
.journey{position:relative;background:#344632;color:#f6ead4}.journey:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 95% 15%,#84935b33,transparent 65%);pointer-events:none}.journey>.wrap{position:relative}
.journey h2{font-size:clamp(48px,5.6vw,88px)}.journey h2 em{color:var(--lime)}.journey .section-top>p,.steps p{color:#d3d8be}.journey .eyebrow{color:var(--lime)}
.trail-paw{background:#344632}.steps{gap:6%}.steps article{border-top:1px solid #7e895e80;padding-top:26px}.steps article:nth-child(2){margin-top:30px}.steps article:nth-child(3){margin-top:60px}.step-symbol{font-size:28px;margin-bottom:18px}.steps h3{font-size:30px;line-height:1.12}.steps p{font-size:14px;line-height:1.8}
.trainer{gap:10%;padding-top:125px;padding-bottom:110px;grid-template-columns:1fr 1.05fr}.trainer-photo{aspect-ratio:4/4.7;max-width:540px;transform:rotate(-3deg)!important;padding:12px 12px 54px;background:var(--white);box-shadow:8px 16px 26px #4e3c2526}
.trainer-photo:before{content:'';position:absolute;top:-17px;left:36%;width:32%;height:36px;background:#b99b6677;transform:rotate(4deg);z-index:2}.trainer-photo picture{border-radius:0}.trainer-photo img{object-position:center 30%}.trainer-tag{bottom:15px;left:0;width:100%;padding:0;background:none;font-family:var(--serif);font-size:19px;font-style:italic;text-align:center;transform:none}
.trainer-copy h2{font-size:clamp(38px,4vw,62px);line-height:1.09}.trainer-copy>p:not(.eyebrow){font-size:16px;color:#59624d}.trainer-copy blockquote{font-size:30px;line-height:1.25;border-left:2px solid var(--rust);padding-left:22px;margin:28px 0}.trainer-copy .fiction-note{font-size:11px!important}
.questions{padding-top:45px}.question-grid{gap:10%;grid-template-columns:1fr 1.05fr}.question-grid h2{font-size:clamp(40px,4.2vw,62px)}.question-grid>div>p:last-child{font-size:15px}
.faq-list{border-top:0}details{background:#fff5e344;padding-inline:18px;border-bottom:1px solid var(--line)}details:nth-child(even){background:#e5d5b633}summary{font-size:15px;font-weight:400;padding-block:24px}summary span{color:var(--rust)}details p{font-size:14px}
.last-call{background:var(--rust);color:#fff1d9;padding-block:85px}.last-call .eyebrow{color:#f0d5a4}.last-call h2{font-size:clamp(56px,7.4vw,112px)}.last-call h2 span{color:var(--lime)}.last-call .button{background:var(--paper);color:var(--rust)}.last-call .button:hover{background:#fff6e7}.last-call-bottom p{font-size:15px}.last-dog{opacity:.3;right:0;width:22%;color:#f1cb8b}
.footer{background:#283a2c}.footer-brand{font-family:var(--serif);font-style:italic;letter-spacing:-.04em;font-size:50px}.footer-brand span{font-family:Freilauf,Arial,sans-serif;font-style:normal}.footer p,.footer>.wrap>a:last-child{font-size:13px}.footer-small{font-size:10px;color:#ced0b7}
dialog{border-radius:5px;background:var(--paper)}dialog h2{font-size:43px;line-height:1.1}dialog input,dialog textarea,dialog select{background:var(--white)}dialog p{font-size:14px}dialog label{font-size:12px}
@media(max-width:1100px){
  .hero{gap:18px}.hero h1{font-size:clamp(57px,6.2vw,76px)}.hero-description{font-size:15px}.hero-visual{height:540px;padding-left:12px}.photo-note{width:110px;height:110px;font-size:15px;right:-10px}.photo-caption{font-size:12px;right:0}.field-snapshot{width:160px;left:-20px;bottom:-18px}.field-snapshot figcaption{font-size:12px}
  .values-strip span{font-size:16px}.course-layout{grid-template-columns:.72fr 1.5fr;gap:35px}.course-tab>span:first-child{font-size:28px}.course-panel{grid-template-columns:1fr}.course-panel picture{min-height:0;height:300px}.course-card-copy{padding:30px}.course-card-copy h3{font-size:35px}.trainer{gap:8%}.trainer-copy h2{font-size:44px}.trainer-copy blockquote{font-size:26px}.trainer-copy>p:not(.eyebrow){font-size:15px}
}
@media(max-width:900px){
  .header-inner{height:80px}.brand{font-size:37px}.header nav{top:80px;background:var(--paper)}
  .hero{grid-template-columns:1fr;gap:26px;padding-top:30px;padding-bottom:52px}.hero-copy{display:contents}.hero .eyebrow{font-size:10px;margin-bottom:-7px}.hero h1{font-size:clamp(54px,9.5vw,83px);line-height:1.06;letter-spacing:-.065em}
  .hero-visual{height:auto;aspect-ratio:1.06;max-width:610px;width:100%;margin:8px auto 25px;padding:8px 10px 24px;min-height:0}.hero-visual:before{inset:0}.hero-photo{border-width:6px}.hero-photo img{object-position:34% center}
  .field-snapshot{width:33%;min-width:125px;left:0;bottom:-17px;padding:6px 6px 9px;transform:rotate(-8deg)}.field-snapshot figcaption{font-size:11px;margin-top:6px}.field-snapshot:before{height:18px;top:-9px}.photo-note{top:24%;right:-7px;width:105px;height:105px;font-size:14px}.photo-note svg{width:23px;height:23px}.photo-caption{bottom:-12px;right:0;max-width:57%;font-size:12px;line-height:1.25;text-align:center}
  .hero-description{font-size:15px;max-width:550px;margin-top:7px}.hero-actions{margin-top:0}.hero-foot{margin-top:0}.hero-foot p{font-size:12px}.hero-actions .button{font-size:13px}.hero-actions .text-link{font-size:13px}
  .values-strip{padding-block:20px;margin-block:12px}.values-strip span{font-size:16px}.values-strip .wrap{gap:14px 12px}.values-strip svg{width:16px;height:16px}
  .approach{display:block;padding-top:75px;padding-bottom:75px}.approach h2{font-size:clamp(35px,6vw,49px)}.margin-note{font-size:19px;margin:26px 0 30px 10px;max-width:65%}.margin-note svg{width:70px}.approach-copy{padding-top:25px}.approach-copy .large-copy{font-size:27px}.approach-copy p{font-size:15px}
  .section-top h2{font-size:46px}.section-top>p{font-size:14px;margin-top:22px}.course-layout{grid-template-columns:1fr;gap:25px}.course-tabs{padding-top:0}.course-tab{padding:10px 13px;border-radius:3px}.course-tab>span:first-child{font-family:Freilauf,Arial,sans-serif;font-size:13px}.course-tab[aria-selected=true]{background:var(--rust);border-color:var(--rust)}.course-tab[aria-selected=true]>span:first-child{color:var(--white)}.course-tab[aria-selected=false]>span:first-child{color:#5b644c}.course-help,.course-help button{font-size:12px}.course-panel{min-height:0}.course-panel picture{height:auto;aspect-ratio:1.3;min-height:0;transform:rotate(-1deg);border-width:6px}.course-card-copy{padding:26px}.course-card-copy h3{font-size:35px}.course-card-copy p{font-size:14px}.course-facts{font-size:11px}.course-chip{font-size:10px}
  .journey .section-top h2{font-size:53px}.steps{gap:30px}.steps article,.steps article:nth-child(2),.steps article:nth-child(3){margin-top:0;padding-top:23px;padding-left:40px}.step-symbol{top:24px;font-size:23px}.steps h3{font-size:29px}.steps p{font-size:14px}
  .trainer{grid-template-columns:1fr;gap:55px;padding-top:95px;padding-bottom:75px}.trainer-photo{width:calc(100% - 16px);max-width:470px;margin:auto;padding:9px 9px 47px}.trainer-tag{font-size:18px;bottom:13px}.trainer-copy h2{font-size:43px}.trainer-copy>p:not(.eyebrow){font-size:15px}.trainer-copy blockquote{font-size:27px}.question-grid{grid-template-columns:1fr;gap:32px}.question-grid h2{font-size:45px}.questions{padding-top:30px}.faq-list summary{font-size:14px}.last-call h2{font-size:clamp(47px,9.2vw,73px)}.last-call-bottom p{font-size:14px}.last-dog{width:135px;right:-3%;bottom:8px}.footer>.wrap>a:last-child,.footer p{font-size:12px}
}
@media(max-width:370px){.hero h1{font-size:46px}.photo-note{width:89px;height:89px;font-size:12px;right:-5px}.photo-note svg{width:21px;height:21px}.field-snapshot{min-width:112px}.field-snapshot figcaption{font-size:10px}.photo-caption{font-size:10px}.hero-description{font-size:14px}.hero-actions .button{font-size:12px}.values-strip span{font-size:14px}.approach h2{font-size:33px}.margin-note{font-size:18px}.margin-note svg{width:50px}.section-top h2{font-size:40px}.course-tab>span:first-child{font-size:11px}.course-card-copy{padding:24px}.course-card-copy h3{font-size:31px}.trainer-copy h2{font-size:37px}.question-grid h2{font-size:40px}.last-call h2{font-size:44px}}
