@layer reset{*{box-sizing:border-box}body,h1,h2,h3,p,figure{margin:0}img,svg{max-width:100%}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}}@layer base{:root{color-scheme:light;--ink:#252a25;--muted:#5d625a;--paper:#fcfaf5;--surface:#f2ece2;--line:#d8d1c5;--accent:#9b3d25;--max:1440px}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--paper);color:var(--ink);font:17px/1.65 system-ui,sans-serif}a{color:inherit;text-underline-offset:5px;text-decoration-thickness:1px}a:hover{color:var(--accent)}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}h1,h2,h3{letter-spacing:-.035em;text-wrap:balance;font-family:Georgia,serif;font-weight:400;line-height:1.13}h1{max-width:100%;font-size:clamp(2.5rem,4.5vw,4.8rem)}h2{font-size:clamp(1.9rem,3vw,3.1rem)}h3{font-size:1.7rem}p{max-width:76ch}p+p{margin-top:1em}ul,ol{padding-left:1.4em}li+li{margin-top:.55em}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}::selection{background:#edd3bf}small,.fine{color:var(--muted);font-size:.86rem}label{margin-bottom:.45rem;font-weight:600;display:block}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #8e9187;border-radius:3px;min-height:48px;padding:.7rem .8rem}input[type=checkbox]{width:22px;min-height:22px}fieldset{border:0;min-width:0;padding:0}legend{margin-bottom:1rem;font-weight:650}button,.button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:3px;justify-content:center;align-items:center;gap:.7rem;min-height:48px;padding:.7rem 1.1rem;font-weight:600;text-decoration:none;display:inline-flex}button:hover,.button:hover{color:#fff;background:#7d2f1b}.button.secondary{color:var(--accent);background:0 0}.button.secondary:hover{background:#f0dfd3}table{border-collapse:collapse;width:100%;font-size:.95rem}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.85rem 1rem}th{font-weight:650}caption{text-align:left;padding:0 0 1rem;font-weight:650}hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}[hidden]{display:none!important}}@layer components{.skip{z-index:100;background:#fff;padding:1rem;position:fixed;top:-100px}.skip:focus{top:0}.header{background:var(--paper);border-bottom:1px solid var(--line)}.nav-wrap{max-width:var(--max);justify-content:space-between;align-items:center;gap:2rem;margin:auto;padding:1.25rem 2.5rem;display:flex}.wordmark{letter-spacing:-.045em;white-space:nowrap;align-items:center;gap:.35rem;font-family:Georgia,serif;font-size:1.9rem;text-decoration:none;display:inline-flex}.wordmark img{margin-right:.4rem}.wordmark span{color:var(--accent)}.header nav{gap:2rem;display:flex}.header nav a{align-items:center;min-height:44px;font-size:1rem;text-decoration:none;display:flex;position:relative}.header nav a:after{content:"";background:var(--accent);height:2px;transition:right .2s;position:absolute;bottom:3px;left:0;right:100%}.header nav a:hover:after,.header nav a[aria-current=page]:after{right:0}.page,.wrap{width:100%;max-width:var(--max);margin:auto;padding:3.5rem 2.5rem 5rem}.page>article:not(.article-grid){max-width:950px;margin:0 auto}.page>article:not(.article-grid) section{margin-top:2.5rem}.page>article:not(.article-grid) h2{margin-bottom:1rem;font-size:2rem}.page>article:not(.article-grid) h1{margin-bottom:1.2rem}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.85rem;font-weight:700}.lede{color:var(--muted);max-width:65ch;margin-top:1.25rem;font-size:1.2rem;line-height:1.65}.intro{margin-bottom:3rem}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:.6rem;margin-bottom:1.8rem;font-size:.88rem;display:flex}.hero{background:#e9e0d1;align-items:center;min-height:560px;max-height:730px;display:flex;position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:60% 52%;width:100%;height:100%;position:absolute}.hero:after{content:"";background:linear-gradient(90deg,#fcfaf5fa,#fcfaf5e6 30%,#fcfaf50f 63%);position:absolute;inset:0}.hero-caption{z-index:2;color:#4a4239;background:#fcfaf5e0;border-radius:2px;margin:0;padding:.3rem .55rem;font-size:.78rem;line-height:1.3;position:absolute;bottom:.75rem;right:1rem}.buying-notice{border-left:3px solid var(--accent);margin:1rem 0 1.5rem;padding:.5rem 0 .5rem 1rem}.buying-notice .prime-line{margin-top:.25rem;display:block}.footer-disclosure{border-top:1px solid var(--line);grid-column:1/-1;margin-top:1rem;padding-top:1rem}.hero-inner{z-index:1;max-width:var(--max);width:100%;margin:auto;padding:4.5rem 2.5rem;animation:.7s both rise;position:relative}.hero h1{max-width:9ch;font-size:clamp(3.7rem,6.7vw,7rem)}.hero .lede{color:var(--ink);max-width:32ch;margin:1.5rem 0 2rem}.hero .eyebrow{letter-spacing:.06em;font-size:1rem}.section-top{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.4rem;display:flex}.section-top p{color:var(--muted);max-width:44ch}.paths{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.path{border-top:1px solid var(--line);padding-top:1.5rem}.path .number{color:var(--accent);font-size:.85rem}.path h3{margin:.8rem 0}.path p{color:var(--muted);margin-bottom:1.5rem}.text-link{min-height:44px;padding:.4rem 0;font-weight:650;display:inline-block}.feature{background:var(--surface)}.feature-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem;display:grid}.feature-grid h2{max-width:14ch}.feature-grid p{margin:1.5rem 0}.feature-grid .stitch-drawing{background:var(--paper)}.section{padding-top:4.5rem;padding-bottom:4.5rem}.article-grid{grid-template-columns:minmax(0,900px) minmax(200px,1fr);gap:5rem;display:grid}.article-body{min-width:0}.article-body section{margin-top:3rem}.article-body section h2{margin-bottom:1.2rem;font-size:2.3rem}.article-body h3{margin:1.8rem 0 1rem}.article-body p{margin-bottom:1rem}.article-body .intro{margin-bottom:2.5rem}.toc{border-left:1px solid var(--line);align-self:start;padding-left:1.5rem;font-size:1rem;position:sticky;top:2rem}.toc h2{letter-spacing:0;margin-bottom:1rem;font-family:system-ui;font-size:1rem;font-weight:650}.toc a{min-height:44px;padding:.55rem 0;display:block}.term-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-wrap:wrap;gap:1.5rem;margin:2rem 0;padding:1rem 0;font-size:1rem;display:flex}.term-strip strong{color:var(--accent)}.stitch-drawing{background:var(--surface);border-radius:3px;padding:1.25rem}.stitch-drawing svg{width:100%;height:auto;display:block}.stitch-drawing figcaption{color:var(--muted);margin-top:.8rem;font-size:.95rem;line-height:1.5}.steps{counter-reset:steps;padding:0;list-style:none}.steps>li{counter-increment:steps;border-top:1px solid var(--line);padding:1.5rem 0 1.5rem 3.25rem;position:relative}.steps>li:before{content:counter(steps,decimal-leading-zero);color:var(--accent);font-size:.9rem;font-weight:700;position:absolute;top:1.5rem;left:0}.steps h3{margin:0 0 .7rem;font-size:1.45rem}.note{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.25rem 0 .25rem 1.2rem}.lesson-list{grid-template-columns:1fr 1fr;column-gap:3rem;display:grid}.lesson-link{border-top:1px solid var(--line);align-items:center;gap:1.3rem;padding:1.5rem 0;text-decoration:none;display:flex}.lesson-link .num{color:var(--accent);font-size:.85rem}.lesson-link h3{font-size:1.55rem}.lesson-link p{color:var(--muted);margin-top:.45rem;font-size:.95rem}.lesson-link .arrow{margin-left:auto;font-size:1.5rem}.table-wrap{max-width:100%;overflow:auto}.tool-grid{grid-template-columns:minmax(0,1fr) minmax(0,.85fr);align-items:start;gap:4rem;display:grid}.fields{grid-template-columns:1fr 1fr;gap:1.3rem;display:grid}.full{grid-column:1/-1}.field-help{color:var(--muted);margin-top:.3rem;font-size:.9rem;display:block}.result{background:var(--surface);border-top:3px solid var(--accent);padding:2rem}.result h2{letter-spacing:0;font-family:system-ui;font-size:1.25rem;font-weight:600}.result-value{margin:.8rem 0;font-family:Georgia,serif;font-size:3.4rem;line-height:1.2}.result p{margin-top:1rem}.result.error{border-color:#a32424}.tool-form button{margin-top:1.5rem}.tool-explanation{max-width:900px;margin-top:3rem}.tool-explanation h2{margin:2.5rem 0 1rem;font-size:2rem}.tool-explanation h3{margin:1.5rem 0 .8rem}.filters{grid-template-columns:2fr 1fr;gap:1.5rem;max-width:800px;margin-bottom:1.5rem;display:grid}.catalog-row{border-top:1px solid var(--line);grid-template-columns:1fr 1.2fr auto;align-items:start;gap:2rem;padding:2rem 0;display:grid}.catalog-row h2{margin-bottom:.75rem;font-size:1.65rem}.catalog-row h3{letter-spacing:0;margin-bottom:.5rem;font-family:system-ui;font-size:1rem;font-weight:650}.catalog-row .brand{color:var(--muted);margin-bottom:.3rem;font-size:.88rem}.catalog-row .tradeoff{margin-top:.8rem;font-size:.95rem}.product-layout{grid-template-columns:1.25fr 1fr;gap:4rem;display:grid}.product-layout .specs{align-self:start}.product-layout h2{margin:2rem 0 1rem;font-size:2rem}.specs{border-top:1px solid var(--line)}.spec-row{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.5fr;gap:1rem;padding:.85rem 0;font-size:.95rem;display:grid}.spec-row dt{color:var(--muted)}.spec-row dd{overflow-wrap:anywhere;margin:0}.source-list{color:var(--muted);font-size:.95rem}.source-list a{min-height:36px;margin:.2rem 1.2rem .2rem 0;display:inline-block}.empty{padding:2rem 0}.check-line{align-items:center;gap:.8rem;font-weight:400;display:flex}.worksheet{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.worksheet h2{margin-bottom:1rem;font-size:1.6rem}.worksheet .fields{grid-template-columns:1fr}.updated{color:var(--muted);margin-top:1rem;font-size:.9rem}.footer-wrap{max-width:var(--max);grid-template-columns:1fr 1fr;gap:2rem;margin:auto;padding:3rem 2.5rem;display:grid}footer{border-top:1px solid var(--line)}footer p{color:var(--muted);margin-top:.75rem;font-size:.95rem}footer nav{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:.8rem 1.5rem;display:flex}footer nav a{align-items:center;min-height:44px;font-size:.95rem;display:inline-flex}.footer-wrap>.fine{grid-column:1/-1}.print-button{margin:1rem 0}.contact-wrap{max-width:850px;margin:auto}.contact-wrap h1{margin-bottom:1.25rem}.contact-wrap form{margin-top:2rem}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{color:var(--ink)}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width>=1700px){:root{--max:1560px}.hero-inner{padding-top:5rem;padding-bottom:5rem}.hero{min-height:640px}.page{padding-top:4.5rem}.article-grid{grid-template-columns:minmax(0,1000px) 1fr}}@media (width<=1000px){.article-grid{grid-template-columns:minmax(0,1fr);gap:2rem}.toc{border:0;flex-wrap:wrap;order:-1;gap:.2rem 1.5rem;padding:0;display:flex;position:static}.toc h2{width:100%;margin:0}.feature-grid,.tool-grid{gap:2rem}.catalog-row{grid-template-columns:1fr 1.2fr}.catalog-row>.button{grid-column:2;justify-self:start}.product-layout{gap:2rem}.hero h1{font-size:5rem}}@media (width<=650px){body{font-size:16px}.nav-wrap{padding:1rem 1.2rem .55rem;display:block}.wordmark{font-size:1.8rem}.header nav{justify-content:space-between;gap:.8rem;margin-top:.4rem}.header nav a{font-size:1rem}.page,.wrap{padding:2.5rem 1.25rem 3rem}.hero{align-items:flex-start;min-height:590px;max-height:none}.hero>img{object-position:70% 50%}.hero:after{background:linear-gradient(#fcfaf5f7,#fcfaf5f0 33%,#fcfaf526 73%)}.hero-inner{padding:2rem 1.25rem 15rem}.hero h1{max-width:10ch;font-size:3.7rem}.hero .lede{max-width:29ch;margin:1rem 0 1.3rem;font-size:1.05rem}.hero .eyebrow{margin-bottom:.7rem}.paths,.feature-grid,.lesson-list,.tool-grid,.product-layout,.worksheet{grid-template-columns:1fr}.paths{gap:1.8rem}.section-top{display:block}.section-top p{margin-top:1rem}.section{padding-top:3rem;padding-bottom:3rem}.feature-grid h2{max-width:100%}.feature-grid .stitch-drawing{padding:.6rem}.lede{font-size:1.12rem}.intro{margin-bottom:2rem}.catalog-row{grid-template-columns:1fr;gap:1rem;padding:1.8rem 0}.catalog-row>.button{grid-column:auto;justify-self:start}.filters{grid-template-columns:1fr;gap:1rem}.fields{gap:1rem}.result{padding:1.5rem}.result-value{font-size:2.7rem}.article-body section h2{font-size:1.95rem}.stitch-drawing{padding:.6rem}.stitch-drawing figcaption{padding:.4rem}.footer-wrap{grid-template-columns:1fr;padding:2.5rem 1.25rem}footer nav{justify-content:flex-start}.spec-row{grid-template-columns:1fr 1.15fr}.term-strip{gap:.5rem 1rem}.toc{gap:0 1rem}.toc a{font-size:.92rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}@media print{.header,footer,.toc,.print-button,button,.breadcrumbs{display:none!important}body{color:#000;background:#fff;font-size:11pt}.page{padding:0}.article-grid,.tool-grid{display:block}.stitch-drawing,.result{break-inside:avoid}.page h1{font-size:28pt}a{text-decoration:none}.article-body section{margin-top:1.5rem}}}@media (width<=1000px){.toc{display:none}.mobile-contents{border-block:1px solid var(--line);margin:1.5rem 0;padding:1rem 0;display:block}.mobile-contents summary{cursor:pointer;font-weight:600}.mobile-contents a{min-height:44px;padding:.5rem 0;display:block}}@media (width>=1001px){.mobile-contents{display:none}}.header nav a,footer nav a{justify-content:center;min-width:44px}.breadcrumbs{align-items:center}.breadcrumbs a,.source-list a{align-items:center;min-width:44px;min-height:44px;display:inline-flex}.catalog-row h3 a{align-items:center;min-height:44px;display:inline-flex}.mobile-contents summary{min-height:44px;padding:.5rem 0}.check-line input[type=checkbox]{width:44px;height:44px;min-height:44px;accent-color:var(--accent);flex:0 0 44px;margin:0}@media (width<=650px){#sub-form>.fields{grid-template-columns:1fr}.table-wrap{position:relative}.contact-form__challenge{display:none}}.product-photo{min-width:0;max-width:100%;margin:0}.product-photo>a{color:var(--muted);text-decoration:none;display:block}.product-photo img{object-fit:contain;background:#fff;width:100%;height:210px;padding:1rem;display:block}.product-photo .photo-credit{margin-top:.4rem;font-size:.8rem;line-height:1.5;display:block}.product-photo figcaption{color:var(--muted);overflow-wrap:anywhere;margin-top:.3rem;font-size:.88rem;line-height:1.5}.catalog-row{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem}.catalog-row>div,.catalog-identity>div{min-width:0}.catalog-identity:has(.product-photo:not([hidden])){grid-template-columns:150px minmax(0,1fr);gap:1.4rem;display:grid}.catalog-identity .product-photo img{height:180px;padding:.6rem}.catalog-decision>.button{margin-top:1.3rem}.supply-heading:has(.product-photo:not([hidden])){grid-template-columns:minmax(0,1.8fr) minmax(0,.8fr);align-items:center;gap:3rem;margin-bottom:2rem;display:grid}.supply-heading:has(.product-photo:not([hidden])) .intro{margin-bottom:0}.supply-heading .product-photo{justify-self:end;width:100%;max-width:360px}.supply-heading .product-photo img{height:310px}.supply-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;display:grid}.supply-cards article{border-top:1px solid var(--line);min-width:0;padding-top:1.5rem}.supply-cards .product-photo{margin-bottom:1.5rem}.supply-cards h3{font-size:1.7rem}.supply-cards .supply-name{margin:1rem 0 .8rem;font-size:.95rem;font-weight:650}.supply-cards .text-link{margin-top:1rem}@media (width<=1000px){.catalog-row{gap:2rem}.catalog-identity:has(.product-photo:not([hidden])){grid-template-columns:1fr}.catalog-identity .product-photo{max-width:210px}.supply-heading:has(.product-photo:not([hidden])){grid-template-columns:minmax(0,1fr) 240px;gap:2rem}.supply-heading .product-photo img{height:240px}.supply-cards{gap:1.5rem}}@media (width<=650px){.catalog-row{grid-template-columns:minmax(0,1fr);gap:1.2rem}.catalog-identity:has(.product-photo:not([hidden])){grid-template-columns:minmax(0,1fr)}.catalog-identity .product-photo{grid-template-columns:140px minmax(0,1fr);align-items:center;gap:1rem;max-width:100%;display:grid}.catalog-identity .product-photo img{height:145px}.catalog-row h2{font-size:1.65rem}.supply-heading:has(.product-photo:not([hidden])){grid-template-columns:minmax(0,1fr);gap:1.5rem}.supply-heading .product-photo{grid-template-columns:175px minmax(0,1fr);align-items:center;gap:1rem;max-width:100%;display:grid}.supply-heading .product-photo img{height:210px}.supply-cards{grid-template-columns:minmax(0,1fr);gap:2rem}.supply-cards .product-photo{grid-template-columns:155px minmax(0,1fr);align-items:center;gap:1rem;display:grid}.supply-cards .product-photo img{height:170px}}@media print{.skip,.lesson-print{display:none!important}}
