:root{--ink:#181b19;--muted:#5e625e;--paper:#fcfcf8;--yellow:#f5df4d;--line:#d9ddd4;--pale:#f0f1e9;--mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace;--sans:Arial,Helvetica,sans-serif;--radius:9px;--header-height:88px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}::selection{background:var(--yellow);color:var(--ink)}a{color:inherit;text-underline-offset:4px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #5261d8;outline-offset:5px}button:disabled{cursor:wait}img,svg{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06;letter-spacing:-.055em}h1{font-size:clamp(3.3rem,6.6vw,6.25rem);font-weight:600;margin-bottom:30px}h2{font-size:clamp(2.25rem,4.1vw,3.9rem);font-weight:500;margin-bottom:26px}h3{font-size:1.55rem;font-weight:600;letter-spacing:-.035em}p{margin-bottom:22px}ul{padding-left:22px}code{font-family:var(--mono)}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:100px}.eyebrow{font:500 .78rem/1.5 var(--mono);letter-spacing:.085em;margin-bottom:30px;display:flex;align-items:center;gap:12px}.tiny-square{display:inline-block;width:8px;height:8px;background:var(--ink)}.serif{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;letter-spacing:-.055em}.muted{color:var(--muted)}.small{font-size:.88rem}.mono{font-family:var(--mono);font-size:.8rem}.text-link{display:inline-flex;gap:18px;align-items:center;font-size:.93rem;font-weight:600;text-decoration:none;border-bottom:1px solid var(--ink);padding:4px 0 5px}.text-link span{transition:transform .2s}.text-link:hover span{transform:translate(3px,-2px)}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;min-height:54px;padding:13px 24px;background:var(--ink);color:#fff;text-decoration:none;font-size:.92rem;line-height:1.45;font-weight:600;border:1px solid var(--ink);border-radius:5px;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.button:hover{background:#303930;box-shadow:4px 4px 0 var(--yellow);transform:translate(-1px,-1px)}.button span{font-size:1.2rem}.button-small{font-size:.82rem;padding:12px 17px;min-height:44px;gap:15px}.button-yellow{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.button-yellow:hover{background:#ffe966;color:var(--ink);box-shadow:3px 3px 0 #757a68}.button-outline{background:transparent;color:var(--ink)}.button-outline:hover{background:var(--pale);color:var(--ink)}.skip-link{position:absolute;left:16px;top:-100px;z-index:100;background:var(--ink);color:white;padding:12px 20px}.skip-link:focus{top:10px}.site-header{position:sticky;top:0;z-index:20;min-height:var(--header-height);background:rgba(252,252,248,.97);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:var(--header-height)}.brand{font-size:1.45rem;font-weight:600;letter-spacing:-.06em;display:inline-flex;align-items:center;gap:10px;white-space:nowrap;text-decoration:none;line-height:1}.brand-icon{display:inline-flex;align-items:center;justify-content:center;position:relative;background:var(--yellow);border:1px solid var(--ink);border-radius:6px;font-size:1.8rem;line-height:1;width:38px;height:39px;padding-bottom:5px;letter-spacing:-.07em}.brand-icon span{position:relative}.main-nav{display:flex;align-items:center;gap:28px}.nav-code{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:.88rem;text-decoration:none;padding:10px 0}.nav-code::before,.nav-code::after{position:absolute;font-family:var(--mono);color:#716312;opacity:0;transition:opacity .2s,transform .2s}.nav-code::before{content:'[';left:-13px;transform:translateX(-5px)}.nav-code::after{content:']';right:-13px;transform:translateX(5px)}.nav-code:hover::before,.nav-code:hover::after,.nav-code[aria-current]::before,.nav-code[aria-current]::after{opacity:1;transform:translateX(0)}.nav-code[aria-current]{font-weight:700}.main-nav .button{margin-left:10px}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:4px;padding:8px 13px;gap:15px;align-items:center}.menu-toggle span{font-family:var(--mono);font-size:1.35rem;transition:transform .2s}.menu-toggle[aria-expanded=true] span{transform:rotate(45deg)}
.hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:48px;padding-top:89px;padding-bottom:90px;min-height:690px}.hero-copy{padding-bottom:4px}.hero h1{font-size:clamp(3.8rem,6.6vw,6.3rem);line-height:1.015;letter-spacing:-.065em;margin-bottom:29px}.highlight{background:linear-gradient(transparent 71%,var(--yellow) 71%,var(--yellow) 95%,transparent 95%);padding-right:6px;white-space:nowrap}.period{color:#575b42}.hero-description{font-size:1.12rem;line-height:1.7;max-width:480px;color:#555c55;margin-bottom:31px}.hero-description code{font-size:.92em;color:var(--ink);background:#eeeeE3;border:1px solid #dedfcf;border-radius:3px;padding:1px 4px}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.hero-actions .text-link{font-size:.86rem}.hero-note{display:flex;align-items:center;gap:15px;margin:33px 0 0;font-size:.78rem;color:var(--muted)}.hero-note span{font-family:var(--mono);color:var(--ink);font-size:.75rem;border-right:1px solid var(--line);padding-right:15px}.code-stage{position:relative;isolation:isolate;padding:26px 0 78px 26px;min-width:0}.code-stage::before{content:'';position:absolute;inset:-30px -18px 22px -20px;z-index:-1;background-image:linear-gradient(#dce0d5 1px,transparent 1px),linear-gradient(90deg,#dce0d5 1px,transparent 1px);background-size:26px 26px;mask-image:radial-gradient(ellipse at center,#000 35%,transparent 72%)}.stage-label{display:flex;justify-content:space-between;font-family:var(--mono);font-size:.65rem;letter-spacing:.06em;margin-bottom:14px}.editor{background:#202522;color:#f2f3ec;border:1px solid #151b17;border-radius:9px;box-shadow:12px 12px 0 #e4e6da;overflow:hidden;transform:rotate(-1.5deg)}.editor-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #424b42;font: .72rem/1.5 var(--mono);padding:0 18px;background:#2d352e}.file-tab{padding:15px 10px;border-bottom:2px solid var(--yellow)}.editor-language{font-size:.68rem;color:#bdc6b8}.code-lines{padding:22px 0 24px;overflow:auto}.code-line{display:flex;white-space:pre;font: .82rem/1.9 var(--mono);border-left:3px solid transparent;padding-right:16px;transition:background .18s}.line-number{flex:0 0 39px;text-align:right;margin-right:22px;color:#8c988e;font-size:.69rem;user-select:none}.syntax-purple{color:#c9adf2}.syntax-yellow{color:#f5df70}.syntax-blue{color:#a9d7ed}.code-line.is-tracing{background:#434a32;border-left-color:var(--yellow)}.editor-bottom{border-top:1px solid #424b42;display:flex;gap:8px;align-items:center;justify-content:space-between;padding:13px 19px}.editor-bottom>span{color:#bec7bb;font: .63rem/1.5 var(--mono)}.editor-bottom button{border:1px solid #8a946b;background:var(--yellow);color:var(--ink);font:.7rem/1.6 var(--mono);padding:7px 11px;border-radius:3px;white-space:nowrap}.editor-bottom button:hover{background:#fff293}.output-card{position:relative;z-index:2;margin:16px 28px -42px -15px;background:var(--yellow);border:1px solid var(--ink);border-radius:5px;padding:15px 21px 19px;box-shadow:4px 4px 0 var(--ink);transform:rotate(1deg)}.output-label{display:flex;justify-content:space-between;font:.64rem/1.5 var(--mono);letter-spacing:.06em;margin-bottom:12px}.output-card p{font:.85rem/1.65 var(--mono);margin:0;min-height:1.65em;overflow-wrap:anywhere}.stage-caption{position:absolute;bottom:-2px;right:10px;display:flex;align-items:center;gap:14px;transform:rotate(-3deg);font:.69rem/1.5 var(--mono);color:var(--muted)}.bracket{font:2rem/1 var(--mono);color:#697947}.topic-strip{background:var(--yellow);border-block:1px solid var(--ink)}.topic-strip .container{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:15px;font:.73rem/1.5 var(--mono);letter-spacing:.04em}.strip-separator{font-size:1.2rem;opacity:.45}.mission{display:grid;grid-template-columns:1fr 1fr;gap:100px}.mission-copy{padding-top:46px;max-width:570px}.mission-copy .lead{font-size:1.5rem;line-height:1.45;color:var(--ink);letter-spacing:-.03em}.mission-copy p{color:var(--muted)}.mission-copy .text-link{margin-top:3px}.catalogue-section{background:var(--pale);border-block:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:48px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:340px;color:var(--muted);margin-bottom:4px;font-size:.95rem}.section-heading>.text-link{white-space:nowrap;margin-bottom:10px}.catalogue-meta{display:flex;justify-content:space-between;gap:16px;font: .73rem/1.6 var(--mono);padding-block:18px;border-top:1px solid #c8cec1;border-bottom:1px solid #c8cec1;margin-bottom:28px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.product-card{background:var(--paper);border:1px solid #cdd1c7;border-radius:7px;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s,box-shadow .22s,border-color .22s}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 22px #17221810;border-color:#8c977f}.course-art{background:#eadf84;position:relative;min-height:225px;padding:20px 23px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-bottom:1px solid #c4c9b8;text-decoration:none;color:var(--ink)}.course-art::after{content:'';position:absolute;inset:0;background-image:linear-gradient(90deg,#121b1710 1px,transparent 1px);background-size:calc(100% / 8) 100%;pointer-events:none}.art-2{background:#d4d8f0}.art-3{background:#bed3bd}.art-4{background:#bcd9e7}.art-5{background:#e5cfb3}.art-6{background:#ccd2bb}.art-7{background:#d9cae3}.art-8{background:#bed7ce}.art-9{background:#e1d696}.art-10{background:#27392e;color:#f5e477}.art-top,.art-bottom{display:flex;justify-content:space-between;position:relative;z-index:1;gap:14px;font:.67rem/1.5 var(--mono)}.art-top span:first-child{padding:2px 7px;border:1px solid currentColor;border-radius:3px}.art-top span:last-child{font-size:.67rem;padding-top:3px}.art-symbol{position:relative;z-index:1;font:500 3.95rem/1 var(--mono);letter-spacing:-.08em;margin-block:26px;transition:transform .3s}.course-art:hover .art-symbol{transform:translateX(6px)}.art-symbol .art-punctuation{font-weight:400;opacity:.45;font-size:.67em}.art-bottom{font-size:.65rem}.course-body{padding:23px 24px 21px;display:flex;flex-direction:column;flex:1}.course-category{font:.69rem/1.5 var(--mono);color:var(--muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.07em}.course-body h3{font-size:1.58rem;line-height:1.2;margin-bottom:12px}.course-body h3 a{text-decoration:none}.course-body h3 a:hover{text-decoration:underline}.course-body>p{font-size:.92rem;line-height:1.65;color:var(--muted);margin-bottom:20px;flex:1}.course-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.course-price{font-size:1.3rem;letter-spacing:-.03em}.currency{font: .66rem/1 var(--mono);letter-spacing:0;color:var(--muted);margin-left:5px}.course-bottom a{display:inline-flex;align-items:center;gap:10px;font-size:.8rem;text-decoration:none;padding:5px 0}.course-bottom a:hover{text-decoration:underline}.course-bottom a span{font-size:1.1rem}.product-card:last-child{grid-column:auto}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}.benefit-grid article{padding:34px 38px 0 0}.benefit-grid article+article{border-left:1px solid var(--line);padding-left:38px}.benefit-symbol{display:block;font:2.6rem/1.2 var(--mono);letter-spacing:-.08em;margin-bottom:30px}.benefit-grid h3{font-size:1.38rem;margin-bottom:15px}.benefit-grid p{color:var(--muted);font-size:.95rem;margin:0}.site-footer{background:#1d251f;color:#e8ede2;padding:58px 0 0}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:41px;border-bottom:1px solid #465043;gap:30px}.footer-top .brand{font-size:1.8rem}.footer-top .brand-icon{color:var(--ink)}.footer-top p{font-size:.93rem;line-height:1.55;color:#bdc8b5;margin:0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:60px;padding:47px 0 54px}.footer-grid h2{font-size:1rem;letter-spacing:0;line-height:1.5;font-weight:500;color:#e9dfa1;margin-bottom:22px}.footer-grid p{font-size:.91rem;line-height:1.8;margin-bottom:13px}.footer-grid nav>a{display:block;width:fit-content;margin-bottom:10px;font-size:.91rem;text-decoration:none}.footer-grid nav>a:hover{color:var(--yellow);text-decoration:underline}.footer-grid .muted{color:#b7c1ae;font-size:.82rem}.footer-grid .text-link{border-color:#839175;font-size:.82rem;margin-top:5px}.footer-bottom{border-top:1px solid #465043;padding-block:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#b7c1ae;font-size:.71rem}.footer-bottom a{white-space:nowrap;text-decoration:none}.contact-data{margin:0 0 16px}.contact-data>div{margin-bottom:13px}.contact-data dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;opacity:.75;font-family:var(--mono)}.contact-data dd{margin:2px 0 0;overflow-wrap:anywhere;font-size:.93rem;white-space:pre-line}.inner-hero{padding-top:78px;padding-bottom:68px;border-bottom:1px solid var(--line)}.inner-hero h1{margin-bottom:25px}.inner-hero .intro{max-width:680px;color:var(--muted);font-size:1.15rem;line-height:1.7;margin-bottom:0}.about-layout{display:grid;grid-template-columns:.9fr 1.2fr;gap:110px}.about-note{align-self:start;background:var(--yellow);border:1px solid var(--ink);border-radius:7px;padding:37px;box-shadow:7px 7px 0 #e2e4d8;transform:rotate(-1deg)}.about-note>p:not(.eyebrow){font:italic 2rem/1.4 Georgia,serif;letter-spacing:-.035em;margin-block:42px}.prose{max-width:740px;min-width:0}.prose h2{font-size:1.68rem;font-weight:500;letter-spacing:-.04em;line-height:1.25;margin-top:39px;margin-bottom:16px}.prose>h2:first-child,.prose>section:first-child>h2:first-child{margin-top:0}.prose p{color:#50584e;line-height:1.85;margin-bottom:23px}.prose a{color:var(--ink)}.prose .button{color:white;margin-top:13px}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:100px}.contact-card{align-self:start;padding:35px;background:var(--pale);border:1px solid var(--line);border-radius:6px}.contact-card h2{font-size:2rem;line-height:1.2}.contact-card .small{margin-bottom:0;overflow-wrap:anywhere}.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:85px;align-items:start}.faq-layout aside{position:sticky;top:130px}.faq-layout aside h2{font-size:2.2rem}.faq-layout aside p:not(.eyebrow){color:var(--muted);font-size:.93rem}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;gap:22px;position:relative;list-style:none;font-size:1.05rem;font-weight:500;line-height:1.6;padding:23px 4px;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:hover{color:#6a601d}.faq-number{font-family:var(--mono);font-size:.7rem;color:var(--muted);flex:0 0 22px}.faq-plus{margin-left:auto;font:1.35rem var(--mono);transition:transform .2s;flex-shrink:0}.faq-list details[open] .faq-plus{transform:rotate(45deg)}.faq-answer{padding:0 32px 10px 48px;color:var(--muted)}.faq-answer p{font-size:.96rem;line-height:1.8}.legal-hero h1{font-size:clamp(3rem,6vw,5rem)}.legal-hero .small{margin-top:27px;margin-bottom:0}.legal-layout{display:grid;grid-template-columns:250px 1fr;gap:105px}.legal-nav{display:grid;align-self:start;position:sticky;top:125px;gap:12px;font-size:.9rem}.legal-nav a{padding:10px 0;border-bottom:1px solid var(--line);text-decoration:none}.legal-nav a[aria-current]{font-weight:600}.legal-layout .prose section{margin-bottom:36px}.product-page{padding-top:38px;padding-bottom:100px}.breadcrumbs{display:flex;gap:12px;align-items:center;font:.72rem/1.6 var(--mono);color:var(--muted);margin-bottom:45px;flex-wrap:wrap}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.product-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);gap:85px;align-items:start}.product-intro .eyebrow{margin-bottom:18px}.product-intro h1{font-size:clamp(3.1rem,5.3vw,5rem);line-height:1.06}.product-tagline{font:italic 1.65rem/1.4 Georgia,serif;letter-spacing:-.025em}.product-intro>p:not(.eyebrow):not(.product-tagline){color:var(--muted);max-width:670px}.product-meta{display:flex;gap:10px;flex-wrap:wrap;margin-block:26px 45px}.pill{font:.72rem/1.4 var(--mono);border:1px solid var(--line);padding:7px 11px;border-radius:3px;background:var(--pale)}.product-section{border-top:1px solid var(--line);padding-top:32px;margin-top:37px}.product-section h2{font-size:2rem;margin-bottom:22px}.product-section>p,.product-section li{color:var(--muted);font-size:.96rem}.product-section li{padding-left:5px;margin-bottom:10px}.module-list{list-style:none;padding:0;margin:0}.module-list>li{padding:25px 0;border-bottom:1px solid var(--line);margin:0}.module-heading{display:flex;gap:18px;align-items:start}.module-num{font:.76rem var(--mono);border:1px solid #c0c7b9;border-radius:3px;padding:5px 7px;background:var(--pale)}.module-heading h3{font-size:1.13rem;letter-spacing:-.02em;line-height:1.45;margin:0}.module-list p{padding-left:52px;font-size:.92rem;margin:11px 0 0;color:var(--muted)}.module-list p.exercise{font-size:.84rem;background:var(--pale);padding:13px 16px;border-radius:3px;margin:14px 0 0 52px}.exercise strong{color:var(--ink);font-weight:500}.purchase-card{position:sticky;top:117px;border:1px solid #a9b19f;border-radius:7px;overflow:hidden;background:var(--pale)}.purchase-card .course-art{min-height:250px}.purchase-card .art-symbol{font-size:4.6rem}.purchase-body{padding:28px}.purchase-price{font-size:2.6rem;line-height:1.1;letter-spacing:-.06em;margin-bottom:9px}.purchase-price .currency{font-size:.8rem;letter-spacing:0}.purchase-caption{font-size:.8rem;color:var(--muted);margin-bottom:23px}.purchase-body>.button{width:100%;margin-bottom:14px;justify-content:space-between}.purchase-body .purchase-terms{font-size:.74rem;color:var(--muted);line-height:1.65;margin-bottom:22px}.purchase-features{list-style:none;padding:0;border-top:1px solid #cbd1c2;padding-top:17px}.purchase-features li{font-size:.85rem;display:flex;gap:10px;margin-bottom:8px}.purchase-features li::before{content:'↳';color:#65764e;font-family:var(--mono)}.delivery-note{border-top:1px solid #cbd1c2;padding-top:18px;font-size:.8rem;color:var(--muted);line-height:1.65;margin-bottom:0}.delivery-note strong{color:var(--ink);display:block;margin-bottom:6px;font-weight:500}.closing-project{background:var(--yellow);border:1px solid var(--ink);border-radius:5px;padding:26px;margin-top:37px}.closing-project .eyebrow{margin-bottom:15px}.closing-project h2{font-size:1.8rem;margin-bottom:16px}.closing-project p:last-child{font-size:.98rem;line-height:1.7;margin-bottom:0}.loading-shell{min-height:650px;display:grid;place-items:center;padding-block:70px}.loading-card{max-width:640px;text-align:center;border:1px solid var(--line);border-radius:10px;padding:55px 48px;background:var(--pale);width:100%}.loading-card .eyebrow{justify-content:center;margin-block:20px}.loading-card h1{font-size:2.4rem;letter-spacing:-.05em;line-height:1.18;margin-bottom:20px}.loading-card>p{color:var(--muted);font-size:.97rem}.loading-card .text-link{margin:10px}.loading-card .button{margin-top:14px}.spinner{display:block;margin:0 auto 26px;width:41px;height:41px;border:3px solid #c8cfc0;border-top-color:var(--ink);border-right-color:#bb9e00;border-radius:50%;animation:spin 1s linear infinite}.status-symbol{display:inline-flex;justify-content:center;align-items:center;background:var(--yellow);width:52px;height:52px;border:1px solid var(--ink);border-radius:8px;font:1.8rem var(--mono);margin-bottom:10px}.status-message{padding:28px;border:1px solid var(--line);border-radius:5px;grid-column:1/-1}.status-message h2{font-size:1.9rem;letter-spacing:-.03em}.status-message p:last-child{margin-bottom:0}.error-page{padding-bottom:90px}.error-page .button{margin-top:32px}.noscript-note{position:fixed;bottom:0;left:0;right:0;padding:16px;background:var(--yellow);color:var(--ink);border-top:1px solid var(--ink);z-index:30;text-align:center;font-size:.9rem}.checkout-choice{font:.82rem/1.6 var(--mono);overflow-wrap:anywhere}.inline-actions{display:flex;gap:18px;flex-wrap:wrap;align-items:center;justify-content:center}.next-course{margin-top:35px;font-size:.9rem}.next-course a{text-underline-offset:4px}@keyframes spin{to{transform:rotate(360deg)}}
@media(min-width:1100px){.product-card:last-child{grid-column:span 3;display:grid;grid-template-columns:1fr 2.05fr}.product-card:last-child .course-art{border-bottom:0;border-right:1px solid #798571;min-height:225px}.product-card:last-child .course-body{padding:28px 36px}.product-card:last-child .course-body h3{font-size:2rem}.product-card:last-child .course-body>p{max-width:600px}.product-card:last-child .course-bottom{margin-top:10px}}
@media(min-width:1500px){.hero{gap:70px;min-height:740px}.hero h1{font-size:6.3rem}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.main-nav{gap:23px}.main-nav .button{max-width:175px;font-size:.74rem;gap:10px;padding:11px 13px}.hero{gap:24px;min-height:640px;padding-block:65px}.hero h1{font-size:clamp(3.7rem,6.4vw,5rem)}.hero-actions{gap:17px}.code-stage{padding-left:14px}.code-line{font-size:.7rem}.line-number{margin-right:13px;flex-basis:28px}.code-stage::before{inset:-20px 0 22px -10px}.editor-bottom{padding:12px}.editor-bottom>span{font-size:.6rem}.output-card p{font-size:.73rem}.product-grid{gap:20px}.course-art{padding:18px;min-height:205px}.art-symbol{font-size:3.2rem}.course-body{padding:21px 19px}.course-body h3{font-size:1.42rem}.course-bottom a{font-size:.72rem}.mission{gap:60px}.section{padding-block:80px}.product-layout{gap:45px}.about-layout,.contact-layout{gap:60px}.legal-layout{gap:60px}.faq-layout{gap:50px;grid-template-columns:240px 1fr}.footer-grid{gap:40px}}
@media(max-width:900px){:root{--header-height:76px}.container{width:calc(100% - 48px)}.brand{font-size:1.3rem}.menu-toggle{display:flex}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;padding:20px 30px 28px;background:var(--paper);border-bottom:1px solid var(--ink);box-shadow:0 10px 15px #171b1710;align-items:stretch;gap:8px}.main-nav.is-open{display:flex;flex-direction:column}.nav-code{justify-content:flex-start;width:fit-content;margin-left:12px;padding:10px 0}.main-nav .button{margin:10px 0 0;max-width:none;align-self:flex-start;font-size:.87rem;padding:12px 20px}.hero{grid-template-columns:1fr;gap:35px;padding-top:58px;padding-bottom:64px}.hero h1{font-size:clamp(4rem,10vw,6rem)}.hero-description{max-width:600px}.hero-copy{max-width:700px}.code-stage{max-width:600px;width:100%;margin:auto;min-height:425px;padding-right:10px;padding-left:25px}.code-line{font-size:.89rem}.line-number{flex-basis:38px;margin-right:25px}.editor-bottom{padding:14px 22px}.editor-bottom>span{font-size:.72rem}.output-card p{font-size:.85rem}.stage-label{font-size:.7rem}.topic-strip .container{flex-wrap:wrap;justify-content:center;gap:10px 25px;padding-block:17px;font-size:.65rem}.strip-separator{display:none}.mission{gap:40px}.mission-copy{padding-top:38px}.mission-copy .lead{font-size:1.24rem}.section-heading{gap:25px}.section-heading>p{max-width:280px;font-size:.89rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.art-symbol{font-size:3.6rem}.course-art{min-height:220px}.section-heading>.text-link{white-space:normal}.benefit-grid article{padding-right:22px}.benefit-grid article+article{padding-left:22px}.benefit-grid h3{font-size:1.2rem}.benefit-grid p{font-size:.87rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:25px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:nth-child(2){display:none}.product-layout{grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);gap:30px}.purchase-body{padding:22px}.purchase-card .art-symbol{font-size:3.9rem}.product-intro h1{font-size:3.3rem}.product-tagline{font-size:1.4rem}.product-section h2{font-size:1.75rem}.module-list p{padding-left:0}.module-list p.exercise{margin-left:0}.inner-hero{padding-top:58px;padding-bottom:53px}.about-layout{gap:38px}.about-note{padding:24px}.about-note>p:not(.eyebrow){font-size:1.7rem}.contact-layout{gap:38px}.contact-card{padding:24px}.legal-layout{grid-template-columns:200px 1fr;gap:35px}.faq-layout{grid-template-columns:190px 1fr;gap:34px}.faq-list summary{font-size:1rem;gap:13px}.faq-answer{padding-left:38px}}
@media(max-width:640px){.container{width:calc(100% - 36px)}.section{padding-block:56px}.header-inner{gap:10px}.brand{font-size:1.22rem}.brand-icon{width:34px;height:35px;font-size:1.65rem}.menu-toggle{font-size:.85rem}.hero{padding-top:43px;gap:32px;padding-bottom:44px}.eyebrow{font-size:.7rem;letter-spacing:.06em;margin-bottom:23px}.hero h1{font-size:clamp(2.95rem,11.8vw,4.6rem);margin-bottom:24px}.hero-description{font-size:1rem;margin-bottom:25px}.hero-actions{align-items:flex-start;gap:18px;flex-direction:column}.button{font-size:.86rem;padding:13px 20px;min-height:50px}.hero-note{font-size:.7rem;align-items:start;gap:12px;margin-top:23px;max-width:300px}.hero-note span{white-space:nowrap;padding-top:2px}.code-stage{padding:17px 3px 62px 9px;min-height:340px}.stage-label{font-size:.58rem;margin-bottom:12px}.editor{border-radius:6px;box-shadow:7px 7px 0 #e4e6da;transform:rotate(-1deg)}.editor-bar{font-size:.66rem;padding:0 12px}.file-tab{padding:12px 4px}.editor-language{font-size:.59rem}.code-lines{padding:17px 0}.code-line{font-size:clamp(.57rem,2.65vw,.85rem);line-height:1.9}.line-number{flex-basis:18px;margin-right:12px;font-size:.59rem}.editor-bottom{padding:10px 11px}.editor-bottom>span{font-size:.55rem}.editor-bottom button{font-size:.63rem;padding:6px 8px}.output-card{margin:13px 12px -33px -5px;padding:13px 15px;box-shadow:3px 3px 0 var(--ink)}.output-label{font-size:.59rem;margin-bottom:9px}.output-card p{font-size:.68rem}.stage-caption{font-size:.59rem;bottom:-5px;right:7px;gap:10px}.bracket{font-size:1.6rem}.topic-strip .container{column-gap:16px;row-gap:8px;font-size:.57rem;justify-content:space-between}.topic-strip .container>span:not(.strip-separator){width:calc(50% - 10px);text-align:center}.mission{grid-template-columns:1fr;gap:3px}.mission h2{margin-bottom:8px}.mission-copy{padding-top:20px}.mission-copy .lead{font-size:1.3rem}.mission-copy p{font-size:.96rem}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:100%;margin-top:22px;margin-bottom:0}.section-heading>.text-link{margin-top:22px}.section-heading h2{font-size:2.2rem}.catalogue-meta{font-size:.62rem;gap:10px;flex-wrap:wrap;padding-block:14px;margin-bottom:20px}.product-grid{grid-template-columns:1fr;gap:23px}.course-art{min-height:222px;padding:21px 23px}.art-symbol{font-size:4rem;margin-block:30px}.art-top,.art-bottom{font-size:.68rem}.course-body{padding:24px}.course-body h3{font-size:1.65rem;margin-bottom:13px}.course-body>p{font-size:.96rem}.course-category{font-size:.69rem}.course-bottom a{font-size:.82rem}.course-price{font-size:1.4rem}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{padding:28px 0}.benefit-grid article+article{padding:28px 0 0;border-left:0;border-top:1px solid var(--line);margin-top:2px}.benefit-grid article:not(:last-child){padding-bottom:27px}.benefit-symbol{font-size:2rem;margin-bottom:20px}.benefit-grid h3{font-size:1.4rem}.benefit-grid p{font-size:.96rem}.site-footer{padding-top:38px}.footer-top{align-items:start;flex-direction:column;gap:24px;padding-bottom:30px}.footer-top .brand{font-size:1.5rem}.footer-top p{font-size:.91rem}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 25px;padding:32px 0 36px}.footer-grid section{grid-column:1/-1}.footer-grid h2{margin-bottom:17px}.footer-bottom{padding-block:20px;font-size:.65rem;gap:12px}.inner-hero{padding-top:43px;padding-bottom:38px}.inner-hero h1{font-size:clamp(2.75rem,10.5vw,4rem)}.inner-hero .intro{font-size:1rem}.about-layout,.contact-layout{grid-template-columns:1fr;gap:40px}.about-note{padding:27px;max-width:430px}.about-note>p:not(.eyebrow){font-size:1.85rem;margin-block:27px}.prose h2{font-size:1.55rem}.prose p{font-size:.97rem}.contact-card{padding:28px}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-layout aside{position:static;order:2;border-top:1px solid var(--line);padding-top:30px}.faq-layout aside h2 br{display:none}.faq-layout aside h2{font-size:1.8rem}.faq-list summary{padding-block:20px;font-size:1rem;gap:13px}.faq-answer{padding-left:0;padding-right:15px}.legal-layout{grid-template-columns:1fr;gap:36px}.legal-nav{position:static;display:flex;flex-wrap:wrap;gap:6px 18px;font-size:.78rem}.legal-nav a{padding:6px 0}.legal-hero h1{font-size:2.7rem}.legal-layout .prose section{margin-bottom:30px}.product-page{padding-top:25px;padding-bottom:56px}.breadcrumbs{margin-bottom:31px;font-size:.68rem;gap:9px}.product-layout{display:flex;flex-direction:column;gap:35px}.product-main{display:contents}.product-intro{order:0}.purchase-card{order:1;position:static;width:100%;max-width:none}.product-details{order:2;width:100%}.product-intro h1{font-size:3.1rem}.product-meta{margin-bottom:0;gap:7px}.pill{font-size:.66rem;padding:6px 9px}.purchase-card .course-art{min-height:230px}.purchase-body{padding:27px}.purchase-card .art-symbol{font-size:4.6rem}.product-section:first-child{margin-top:0}.product-section h2{font-size:1.85rem}.module-list>li{padding-block:23px}.module-heading{gap:16px}.module-heading h3{font-size:1.16rem}.module-list p{font-size:.95rem;margin-top:14px}.closing-project{padding:25px}.loading-shell{min-height:560px;padding-block:45px}.loading-card{padding:37px 22px}.loading-card h1{font-size:2rem}.loading-card>p{font-size:.93rem}.error-page{padding-bottom:55px}.noscript-note{font-size:.78rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.product-card:hover,.button:hover,.course-art:hover .art-symbol{transform:none}.spinner{border-top-color:var(--ink)}}
@media print{.site-header,.site-footer,.purchase-body>.button,.hero-actions,.loading-shell,.noscript-note{display:none}body{background:white;color:black}.container{width:100%}.section,.product-page,.inner-hero{padding-block:20px}.product-layout,.about-layout,.legal-layout{display:block}.purchase-card{position:static;margin-top:25px}.course-art{min-height:140px}.prose{max-width:none}.legal-nav{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card{break-inside:avoid}a{color:inherit}}
/* Size the code specimen to its own card, including narrow sidebar cards. */
.course-art{container-type:inline-size}.art-symbol,.purchase-card .art-symbol{display:flex;align-items:center;gap:.12em;font-size:clamp(2.1rem,14cqi,4.4rem);white-space:nowrap}.art-symbol .art-punctuation{flex-shrink:0}
/* Keep small technical annotations legible on compact screens. */
.stage-label,.editor-bar,.editor-language,.line-number,.editor-bottom>span,.output-label,.stage-caption,.topic-strip .container,.art-top,.art-top span:last-child,.art-bottom,.course-category,.currency,.catalogue-meta,.mono,.footer-bottom,.footer-grid .muted,.contact-data dt,.faq-number,.breadcrumbs,.pill,.hero-note,.hero-note span,.purchase-terms,.purchase-body .purchase-terms{font-size:max(.75rem,12px)}
.editor-bottom button,.course-bottom a{font-size:.875rem}.code-line{font-size:max(.75rem,12px)}.output-card p{font-size:max(.8rem,12px)}
@media(min-width:901px){.code-line{font-size:.82rem}}
