@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:#181919;--paper:#fbfaf6;--red:#e82e40;--muted:#62645f;--line:#dcded5;--lime:#e9efda;--radius:22px;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #3762ce;outline-offset:5px}h1,h2,h3,.brand{font-family:Manrope,sans-serif;letter-spacing:-.05em}h1{font-size:clamp(2.8rem,5.7vw,5.1rem);line-height:1.06;font-weight:600;margin:22px 0}h2{font-size:clamp(2.2rem,3.8vw,3.5rem);line-height:1.13;font-weight:600;margin:12px 0 24px}h3{font-size:1.45rem;line-height:1.25;margin:15px 0}p{line-height:1.7;color:var(--muted)}.wrap{width:min(1180px,calc(100% - 80px));margin-inline:auto}.skip{position:fixed;top:-100px;background:white;padding:15px;z-index:20}.skip:focus{top:10px}header{border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:5}.nav-wrap{max-width:1360px;padding:23px 40px;margin:auto;display:flex;align-items:center;gap:32px}.brand{font-size:2rem;font-weight:800;letter-spacing:-.07em;white-space:nowrap}.brand-dot{color:var(--red)}.brand-star{font-size:1.6rem;color:var(--red);display:inline-block;margin-left:9px}.nav-wrap nav{display:flex;gap:26px;margin:auto;font-size:.9rem}.nav-wrap nav [aria-current]{text-decoration:underline;text-underline-offset:7px}.nav-actions{display:flex;align-items:center;gap:22px;font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--red);color:white;border:1px solid transparent;border-radius:9px;padding:17px 24px;font-size:.95rem;font-weight:700;text-decoration:none!important;transition:background .15s,transform .15s}.button:hover{background:#be2031;transform:translateY(-2px)}.button.small{padding:12px 18px;gap:14px}.button.light{background:var(--paper);color:var(--ink)}.button.outline{background:transparent;border-color:var(--line);color:var(--ink)}.menu-toggle{display:none}.hero{padding:72px 0 58px;display:grid;grid-template-columns:1.05fr 1fr;gap:58px;align-items:center}.eyebrow{font-size:.72rem!important;letter-spacing:.14em;font-weight:700;line-height:1.5;color:var(--muted);text-transform:uppercase}.eyebrow .dot{display:inline-block;width:7px;height:7px;background:var(--red);border-radius:50%;margin-right:9px}.hero h1 em{font-style:normal;color:var(--red)}.hero .lede{font-size:1.08rem;max-width:490px}.actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:27px 0}.text-link{font-size:.9rem;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:5px}.micro{font-size:.78rem;color:var(--muted)}.hero-art{background:var(--lime);border-radius:var(--radius);position:relative;padding:30px;min-height:500px;overflow:hidden}.art-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #c5ccb9;padding-bottom:19px;font-size:.75rem;font-weight:700}.art-mark{font-size:28px}.art-greeting{font-size:1.7rem;font-weight:600;letter-spacing:-.05em;margin:25px 0 8px;max-width:260px;line-height:1.2}.art-caption{max-width:235px;font-size:.84rem}.mascot{position:absolute;right:-14px;top:69px;width:210px;height:240px;object-fit:contain;transform:rotate(4deg)}.question-card{position:relative;background:#fffefa;border:1px solid #d7dbd0;box-shadow:0 15px 30px #313b1820;border-radius:14px;padding:22px;margin:24px 0 0;max-width:390px}.question-card .eyebrow{color:#8d2633}.question-card p{color:var(--ink);font-size:1.02rem;line-height:1.5;margin:10px 0 18px}.task-row{display:flex;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #e7e9e1;font-size:.84rem}.task-number{border:1px solid #cbd1bc;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;flex-shrink:0;font-size:.7rem}.art-footer{font-size:.68rem;margin:18px 0 0;text-align:right;letter-spacing:.03em;color:#59634d}.intro-strip{display:flex;justify-content:space-between;gap:20px;padding:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.88rem;color:#555b4b}.intro-strip span:first-child{color:var(--ink);font-weight:700}.section{padding:88px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:32px}.section-head h2{max-width:670px;margin-bottom:0}.section-head>p{max-width:360px;font-size:.95rem}.grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.area-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:15px;padding:27px;background:#fffefa;transition:transform .15s,border-color .15s;text-decoration:none!important}.area-card:hover{transform:translateY(-5px);border-color:#777b71}.area-symbol{display:grid;place-items:center;background:var(--tint);width:52px;height:52px;font-size:26px;border-radius:12px;margin-bottom:26px}.area-card .eyebrow{font-size:.65rem!important}.area-card h3{display:flex;justify-content:space-between}.area-card p{font-size:.9rem;margin:0 0 28px}.card-link{font-size:.78rem;font-weight:700;margin-top:auto}.dark-section{background:#1c2220;color:white;padding:80px 0}.dark-section p{color:#b9c2bb}.dark-section .eyebrow{color:#b9c2bb}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:start}.step{display:grid;grid-template-columns:42px 1fr;gap:20px;border-top:1px solid #454d46;padding:25px 0}.step h3{margin:0 0 9px;font-size:1.25rem}.step p{font-size:.92rem;margin:0}.step>span{color:#c9d7b3;font-size:.85rem}.journey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.journey-card{border-top:1px solid var(--line);padding:28px 8px;display:block}.journey-card h3{font-size:1.7rem;display:flex;justify-content:space-between}.journey-card p{max-width:440px;margin-bottom:0}.story{background:var(--lime);border-radius:var(--radius);padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.story p{color:#4a5442}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:80px}details{border-bottom:1px solid var(--line);padding:22px 0}summary{font-weight:600;cursor:pointer;line-height:1.5}details p{font-size:.95rem;padding-right:20px;margin-bottom:0}.cta{background:var(--red);color:white;border-radius:var(--radius);padding:55px 65px;display:flex;justify-content:space-between;align-items:center;margin-bottom:90px;overflow:hidden}.cta h2{font-size:clamp(2.5rem,4vw,3.7rem)}.cta p{color:#fff0f0}.cta .eyebrow{color:#fff0f0}.cta-star{font-size:240px;line-height:1;transform:rotate(10deg)}footer{background:#efeee8;padding:62px 40px 25px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:35px;max-width:1180px;margin:auto}.footer-top h2{font:700 .8rem 'DM Sans',sans-serif;letter-spacing:0;margin:10px 0 22px}.footer-top a:not(.brand){display:block;font-size:.85rem;margin:13px 0}.footer-top p{font-size:.85rem}.footer-bottom{max-width:1180px;margin:48px auto 0;border-top:1px solid #d4d4cb;padding-top:23px;display:flex;justify-content:space-between;font-size:.73rem;color:#66685f}.footer-bottom div{display:flex;gap:20px}.page-hero{padding:65px 0 40px;max-width:860px}.page-hero h1{font-size:clamp(2.8rem,5vw,4.6rem)}.page-hero p:not(.eyebrow){font-size:1.12rem;max-width:720px}.breadcrumb{font-size:.8rem;color:var(--muted);margin:0 0 35px}.feature-box{border:1px solid var(--line);border-radius:var(--radius);padding:35px;background:#fffefa}.feature-box h2{font-size:1.8rem}.feature-box p{font-size:.96rem}.number-list{list-style:none;padding:0;counter-reset:steps}.number-list li{counter-increment:steps;display:flex;gap:18px;margin:20px 0;line-height:1.6}.number-list li:before{content:counter(steps,decimal-leading-zero);font-size:.8rem;font-weight:700;color:var(--red);padding-top:4px}.pill-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}.pill-list li{border:1px solid var(--line);border-radius:8px;padding:12px 14px;font-size:.85rem}.prompt{border-left:3px solid var(--red);padding:5px 0 5px 24px;font-size:1.35rem;line-height:1.6;margin:25px 0}.notice{background:#eeeede;border-radius:10px;padding:18px 22px;font-size:.85rem;line-height:1.6}.price-card{border:1px solid var(--line);padding:30px;border-radius:16px}.price-card.featured{background:var(--lime);border-color:#b9c5a7}.price{font-family:Manrope,sans-serif;font-size:3.1rem;font-weight:600;letter-spacing:-.06em}.price small{font-size:.85rem;letter-spacing:0;font-weight:400}.price-card ul{padding-left:20px;color:var(--muted);font-size:.9rem;line-height:2}.account-layout{padding:70px 0 90px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.account-layout h1{font-size:3.4rem}.account-panel{padding:38px;border:1px solid var(--line);border-radius:20px;background:white}.account-panel h2{font-size:1.8rem}.account-panel .button{width:100%}.account-panel label{display:block;font-size:.85rem;font-weight:600;margin-bottom:10px}.account-panel input{padding:14px;width:100%;border:1px solid #bfc2b8;border-radius:7px;margin-bottom:20px}.account-links{display:flex;justify-content:space-between;gap:16px;font-size:.8rem;margin-top:25px}.compact{padding-top:25px}.preview-note{font-size:.78rem;border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.article{max-width:760px}.article p{font-size:1.08rem}.article h2{font-size:2rem;margin-top:40px}[hidden]{display:none!important}
@media(min-width:901px){#mobile-nav{display:none!important}}@media(max-width:1100px){.nav-wrap{gap:20px;padding-inline:25px}.nav-wrap nav{gap:15px;font-size:.8rem}.nav-actions{gap:14px}.hero{gap:28px}.mascot{width:165px;right:-23px}.hero-art{padding:25px}.question-card{margin-top:32px}.hero-art .art-caption{max-width:210px}}@media(max-width:900px){.nav-wrap nav,.nav-actions{display:none}.nav-wrap{justify-content:space-between;padding:18px 25px}.menu-toggle{display:block;background:none;border:1px solid var(--line);border-radius:7px;padding:9px 14px}.brand{font-size:1.7rem}#mobile-nav{padding:12px 25px 25px}#mobile-nav a{display:block;padding:12px 0}.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{max-width:650px}.hero-art{min-height:465px;max-width:620px;width:100%;margin:auto}.mascot{right:24px;top:65px;width:220px}.grid{grid-template-columns:repeat(2,1fr)}.split,.faq{gap:35px}.section-head{display:block}.intro-strip{flex-wrap:wrap;justify-content:start;gap:15px 30px}.story{padding:35px;gap:30px}.cta{padding:40px}.cta-star{font-size:160px}.account-layout{gap:30px}.footer-top{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.wrap{width:calc(100% - 40px)}.hero{padding:32px 0;gap:28px}h1{font-size:3.15rem}.hero .lede{font-size:1rem}.hero-art{min-height:440px;padding:22px}.art-greeting{font-size:1.5rem;max-width:170px}.hero-art .art-caption{max-width:170px}.mascot{width:150px;height:190px;right:-5px;top:70px}.question-card{padding:18px;margin-top:24px}.art-footer{font-size:.62rem}.intro-strip{font-size:.78rem;gap:13px 22px}.intro-strip span:first-child{width:100%}.section{padding:55px 0}.section-head{margin-bottom:25px}.grid,.journey-grid,.split,.faq,.story,.account-layout{grid-template-columns:1fr}.area-card{padding:24px}.area-symbol{margin-bottom:18px}.area-card p{margin-bottom:18px}.dark-section{padding:55px 0}.split{gap:30px}.journey-card{padding:22px 0}.story{padding:28px}.faq{gap:15px}.cta{padding:30px;margin-bottom:55px}.cta-star{display:none}.cta .eyebrow{font-size:.64rem!important}.cta h2{font-size:2.7rem}.cta .button{gap:16px;font-size:.86rem}footer{padding:40px 20px 25px}.footer-top{gap:25px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{display:block;line-height:2}.footer-bottom div{margin-top:10px;flex-wrap:wrap}.page-hero{padding:38px 0 25px}.page-hero h1,.account-layout h1{font-size:2.7rem}.page-hero p:not(.eyebrow){font-size:1rem}.account-layout{padding:35px 0 55px}.account-panel{padding:25px}.feature-box{padding:25px}.actions{gap:20px}.notice{padding:16px}.breadcrumb{margin-bottom:25px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* Any Guru's original characters and community give the site its personality. */
.brand img{display:block;width:155px;height:auto}.hero{gap:38px;padding-top:60px}.hero-stage{position:relative;min-height:570px;background:#f1e9df;border-radius:48% 48% 12px 12px;isolation:isolate}.hero-stage:before{content:'';position:absolute;inset:115px 25px 55px;background:var(--red);border-radius:50% 50% 8px 8px;transform:rotate(-5deg);z-index:-1}.stage-note{text-align:center;padding:44px 24px 0;font-size:.8rem;font-weight:600;transform:rotate(-4deg)}.character-ensemble{position:absolute;inset:100px -15px 70px;overflow:hidden}.character-ensemble img{position:absolute;width:47%;height:100%;object-fit:contain;object-position:bottom;filter:drop-shadow(0 15px 12px #25120d28)}.ensemble-one{left:-1%;transform:rotate(-9deg) translateY(18px)}.ensemble-two{left:27%;z-index:2;transform:scale(1.12);transform-origin:bottom}.ensemble-three{right:-2%;transform:rotate(9deg) translateY(20px)}.scribble-note{position:absolute;z-index:3;background:var(--paper);padding:12px 16px;font-size:.8rem;box-shadow:0 4px 16px #25120d15;border:1px solid #fff}.note-one{top:125px;left:-12px;transform:rotate(-8deg)}.note-two{right:-10px;bottom:110px;transform:rotate(6deg)}.stage-link{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:24px 30px;font-size:.84rem;font-weight:700;border-top:1px solid #d5cbc0}.stage-link span{font-size:1.5rem}.meet-section{scroll-margin-top:25px}.guru-explorer{display:grid;grid-template-columns:.8fr 1.65fr;gap:45px;margin-top:45px}.guru-options button{display:flex;align-items:center;text-align:left;gap:20px;width:100%;border:0;border-top:1px solid var(--line);background:transparent;padding:19px 12px;color:var(--ink);font-size:1.13rem}.guru-options button:last-child{border-bottom:1px solid var(--line)}.guru-options button[aria-selected=true]{background:var(--ink);color:white;border-color:var(--ink)}.option-index{font-size:.7rem;opacity:.65}.guru-options small{display:block;font-size:.72rem;margin-top:5px;opacity:.7}.option-arrow{margin-left:auto}.guru-panels{min-width:0}.guru-panels [role=tabpanel]{height:100%;display:grid;grid-template-columns:.8fr 1fr;background:#f0eee6;overflow:hidden;border-radius:6px}.guru-portrait{display:flex;align-items:end;position:relative;background:var(--portrait-tint);margin:25px 0 25px 25px;border-radius:140px 140px 5px 5px}.guru-portrait img{width:100%;height:370px;object-fit:contain;object-position:bottom}.guru-conversation{align-self:center;padding:30px}.guru-conversation blockquote{font:500 clamp(1.5rem,2.3vw,2.2rem)/1.25 Manrope,sans-serif;letter-spacing:-.04em;margin:20px 0}.guru-conversation>p:not(.eyebrow){font-size:.9rem}.guru-conversation .text-link{display:inline-block;margin-top:15px}.workthrough-crew{display:flex;margin:28px 0 0;padding-left:8px}.workthrough-crew img{width:78px;height:78px;border-radius:50%;border:3px solid #1c2220;margin-left:-8px}.workthrough-section .split{align-items:center}.community-story{display:grid;grid-template-columns:1.2fr 1fr;gap:65px;align-items:center;padding:28px 0 15px}.community-story figure{margin:0;transform:rotate(-2deg)}.community-story img{display:block;width:100%;height:auto;border:9px solid white;box-shadow:0 8px 28px #19191912}.community-story figcaption{font-size:.78rem;padding:18px 9px;color:var(--muted)}.community-story h2{font-size:clamp(2rem,3.3vw,3rem)}.team-finale{margin-bottom:80px}.finale-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;margin-bottom:32px}.finale-heading h2{margin-bottom:0}.finale-heading>div:nth-child(2){max-width:390px;justify-self:end}.team-artwork{width:100%;height:auto;display:block;border-radius:6px}.finale-caption{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:20px 0;font-size:.82rem}.portrait-card{padding:0;border:0;background:transparent;border-radius:0;gap:0}.directory-portrait{background:var(--portrait-tint);border-radius:120px 120px 6px 6px;text-align:center;overflow:hidden}.directory-portrait img{width:100%;height:270px;object-fit:contain;object-position:bottom;display:block}.directory-copy{padding:25px 5px}.directory-copy p{margin-bottom:18px}.specialist-hero{max-width:none;display:flow-root}.specialist-art{float:right;width:26%;height:360px;object-fit:contain;margin:0 0 25px 40px}.specialist-hero h1{max-width:900px}.about-team{margin:5px 0 45px}.about-team img{display:block;width:100%;max-width:1000px;height:auto}.about-team figcaption{font-size:.8rem;color:var(--muted);margin-top:15px}
@media(max-width:1000px){.guru-explorer{gap:22px;grid-template-columns:.8fr 1.5fr}.guru-conversation{padding:22px}.guru-panels [role=tabpanel]{grid-template-columns:.7fr 1fr}.guru-portrait{margin-left:15px}.community-story{gap:35px}.hero-stage{min-height:540px}.brand img{width:140px}}
@media(max-width:900px){.hero-stage{width:100%;max-width:580px;margin:10px auto 0;min-height:550px}.hero{gap:30px}.guru-explorer{grid-template-columns:1fr 1.5fr}.guru-panels [role=tabpanel]{display:flex;flex-direction:column}.guru-portrait{margin:20px 20px 0;max-height:230px}.guru-portrait img{height:230px}.guru-conversation{padding:25px}.community-story{grid-template-columns:1fr 1fr}.finale-heading{gap:30px}}
@media(max-width:600px){.hero-stage{min-height:450px;border-radius:48% 48% 8px 8px}.hero-stage:before{inset:100px 15px 55px}.stage-note{padding-top:35px;font-size:.7rem}.character-ensemble{inset:95px 0 65px}.scribble-note{font-size:.65rem;padding:9px}.note-one{left:-4px;top:114px}.note-two{right:-4px;bottom:94px}.stage-link{padding:19px 20px;font-size:.77rem}.guru-explorer{grid-template-columns:1fr;gap:20px;margin-top:30px}.guru-options{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.guru-options button{gap:10px;padding:15px 10px;font-size:.95rem}.guru-options small{font-size:.66rem}.guru-options button:nth-last-child(2){border-bottom:1px solid var(--line)}.guru-panels [role=tabpanel]{display:grid;grid-template-columns:.7fr 1fr;min-height:350px}.guru-portrait{margin:20px 0 20px 12px;max-height:none;align-self:stretch}.guru-portrait img{height:280px}.guru-conversation{padding:22px 18px}.guru-conversation blockquote{font-size:1.45rem}.guru-conversation>p:not(.eyebrow){font-size:.8rem}.guru-conversation .text-link{font-size:.78rem}.community-story{grid-template-columns:1fr;gap:25px;padding-top:10px}.community-story figure{margin:0 4px}.finale-heading{grid-template-columns:1fr;gap:8px}.finale-heading>div:nth-child(2){justify-self:start}.team-finale{margin-bottom:50px}.finale-caption{font-size:.72rem;flex-direction:column;gap:10px}.finale-caption a{align-self:start}.directory-portrait img{height:300px}.specialist-art{width:130px;height:210px;margin:0 0 12px 15px}.workthrough-crew img{width:68px;height:68px}}
@media(max-width:360px){.guru-panels [role=tabpanel]{grid-template-columns:1fr}.guru-portrait{margin:16px 16px 0;max-height:210px}.guru-portrait img{height:210px}.guru-options button{gap:7px;font-size:.84rem}.hero-stage{min-height:410px}}

.receptionist-offer{display:grid;grid-template-columns:1.2fr 1fr;gap:65px;background:#e9efda;padding:45px;border-radius:18px}.receptionist-offer h2{font-size:clamp(2rem,3.2vw,3rem)}.receptionist-price{border-left:1px solid #bec7ad;padding-left:35px;align-self:center}.receptionist-price .price{font-size:2.7rem}.receptionist-price .price small{display:block;margin-top:6px}.receptionist-offer .text-link{display:inline-block;margin-top:12px}@media(max-width:800px){.receptionist-offer{grid-template-columns:1fr;gap:30px;padding:30px}.receptionist-price{border-left:0;border-top:1px solid #bec7ad;padding:25px 0 0}}@media(max-width:400px){.receptionist-offer{padding:24px}.receptionist-offer .button{font-size:.84rem;gap:12px;padding:15px}}

/* Coordinated original square portraits: equal canvas, baseline and breathing room. */
.directory-portrait{height:280px;display:grid;place-items:center;padding:24px;border-radius:18px;background:var(--portrait-tint);overflow:visible}.directory-portrait img{display:block;width:232px;height:232px;max-width:100%;object-fit:contain;object-position:center;flex:none}@media(max-width:600px){.directory-portrait{height:264px;padding:24px}.directory-portrait img{width:216px;height:216px}}

.journey-intro{max-width:920px;padding-bottom:32px}.journey-intro h1{font-size:clamp(2.3rem,4.1vw,3.6rem);max-width:850px}.journey-example{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin:15px 0 0;padding:38px;background:#f1efe8;border-radius:20px}.example-conversation h2{font-size:clamp(1.8rem,2.8vw,2.55rem)}.example-label{font-size:.68rem;letter-spacing:.1em;font-weight:700;color:var(--muted)}.user-question{font-size:1.2rem;line-height:1.5;letter-spacing:-.02em;margin:12px 0 25px;padding-left:18px;border-left:3px solid var(--red)}.guru-reply{padding:20px 24px;background:white;border-radius:0 14px 14px 14px}.guru-reply .example-label{margin:0}.guru-reply .example-label span{color:var(--red);font-size:1.2rem;margin-right:8px}.guru-reply>p:last-child{margin-bottom:0;font-size:.95rem}.example-output{padding:24px;background:var(--journey-color);border-radius:12px;min-width:0}.output-tab{display:flex;gap:12px;font-size:.8rem;font-weight:700;padding:0 0 18px}.output-paper{background:#fffefa;padding:28px;box-shadow:0 8px 18px #1919190a;border-radius:3px}.output-paper h3{font-size:1.7rem;margin-top:10px}.output-paper ol{list-style:none;padding:0;margin:24px 0}.output-paper li{display:flex;gap:12px;border-top:1px solid var(--line);padding:16px 0;font-size:.88rem;line-height:1.55}.paper-check{width:14px;height:14px;flex-shrink:0;border:1px solid #adb3a6;border-radius:3px;margin-top:4px}.output-result{border-top:2px solid var(--ink);padding-top:12px}.output-result>p:last-child{color:var(--ink);font-size:.9rem;margin-bottom:0}.journey-start{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:32px 0;border-bottom:1px solid var(--line)}.journey-start h2{font-size:1.7rem;margin:0 0 8px}.journey-start p{font-size:.9rem;margin:0}.journey-start .button{flex-shrink:0}.journey-path{display:grid;grid-template-columns:1fr 1fr;gap:60px}.journey-path h2{font-size:2.4rem}.journey-path ol{list-style:none;padding:0;margin:0}.journey-path li{display:flex;gap:20px;border-top:1px solid var(--line);padding:18px 0;align-items:baseline}.journey-path li p{margin:0}.path-number{font-size:.8rem;color:var(--red)}@media(max-width:900px){.journey-example{gap:24px;padding:25px}.example-output{padding:18px}.output-paper{padding:22px}.journey-start{align-items:start;flex-direction:column}.journey-path{gap:30px}}@media(max-width:650px){.journey-example{grid-template-columns:1fr;padding:24px 20px;gap:25px}.journey-intro{padding-bottom:20px}.example-conversation h2{font-size:1.8rem}.user-question{font-size:1.1rem}.example-output{padding:16px}.output-paper{padding:22px 18px}.journey-path{grid-template-columns:1fr;gap:15px}.journey-path h2{font-size:2rem}.journey-start{padding:28px 0}.guru-reply{padding:18px}}

/* Main site palette; character tints remain scoped to Guru artwork. */
:root{--lime:#f1eee7}.hero-art{background:#f1eee7}.art-heading{border-color:#d8d2c8}.art-footer{color:#62645f}.question-card{border-color:#ded8cf;box-shadow:0 15px 30px #1819190d}.task-number{border-color:#c9c4ba}.story{background:#f1eee7;border-top:3px solid var(--red)}.story p{color:var(--muted)}.receptionist-offer{background:#fffefa;border:1px solid var(--line);border-top:3px solid var(--red)}.receptionist-price{border-color:var(--line)}.price-card.featured{background:#fffefa;border-color:var(--red);box-shadow:inset 0 3px var(--red)}.notice{background:#f1eee7}.dark-section{background:#1c1c1c}.dark-section p,.dark-section .eyebrow{color:#c8c6c1}.step{border-color:#494745}.step>span{color:#ff8c94}.workthrough-crew img{border-color:#1c1c1c}.example-output{background:#eae5dc}.output-tab>span{color:var(--red)}.output-paper{border-top:3px solid var(--red)}
