:root{--ink:#0d2b20;--forest:#06261c;--rust:#a8421d;--paper:#f6efe2;--cream:#fffaf1;--line:#d8c8af;--muted:#665d51;--shadow:0 12px 28px rgba(37,27,17,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.55}.page-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.site-header{height:82px;padding:0 clamp(20px,5vw,80px);background:var(--forest);color:#fff8e9;justify-content:space-between;gap:28px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand,.site-header{display:flex;align-items:center}.brand{gap:11px;font-weight:700;letter-spacing:.09em;font-size:22px;line-height:1}.brand small{display:block;margin-top:5px;color:#dca986;font-size:10px;letter-spacing:.21em}.paw{position:relative;color:#b84c24;width:34px;height:36px;font-size:0}.paw:before{content:"● ●";font-size:10px;letter-spacing:2px;position:absolute;top:2px}.paw:after{content:"●";font-size:27px;position:absolute;left:7px;top:10px}nav{display:flex;gap:clamp(18px,3vw,45px);font-size:17px}.header-actions a,nav a{transition:color .18s ease}.header-actions a:hover,nav a:hover{color:#e3a57b}.header-actions{display:flex;gap:18px;font-size:27px}.section{padding:clamp(56px,8vw,120px) clamp(20px,5vw,80px)}.hero{min-height:650px;display:grid;grid-template-columns:minmax(380px,.94fr) 1.06fr;background:#eee0ca}.hero-copy{padding:clamp(64px,9vw,140px) clamp(20px,7vw,110px);align-self:center;animation:rise .7s ease both}.hero h1{font-size:clamp(48px,5.2vw,84px);line-height:.98;letter-spacing:-.045em;margin:0 0 26px}.hero p{font-size:clamp(18px,1.65vw,25px);max-width:520px;color:#38362c;margin:28px 0}.rust-rule{display:block;width:82px;border-top:4px solid var(--rust)}.button-row{display:flex;align-items:center;gap:42px;margin-top:36px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:56px;padding:14px 28px;background:var(--rust);border:1px solid var(--rust);color:#fff9ef;font-size:17px;font-weight:700;box-shadow:0 6px 10px rgba(91,32,13,.2);transition:transform .18s ease,background .18s ease}.button:hover{background:#843415;transform:translateY(-2px)}.button:active{transform:scale(.98)}.text-link{font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.text-link span{color:var(--rust);font-size:21px;margin-left:8px}.hero-media{min-height:510px;overflow:hidden}.hero-media img,.hero-media picture{height:100%}.hero-media img{object-position:center}.featured{display:grid;grid-template-columns:minmax(300px,.72fr) 1.8fr;grid-gap:38px;gap:38px;padding-top:28px}.maker-note{background:#f9f0e2;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;box-shadow:var(--shadow)}.maker-note>div{padding:32px 24px}.maker-note h2{font-size:26px;line-height:1.05;margin:14px 0}.maker-note p:not(.eyebrow){font-size:15px;color:#463d32}.maker-note em{font-size:25px}.maker-note picture{min-height:380px}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--rust);font-weight:700}.featured-products{min-width:0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:0 0 16px}.faq h2,.section-heading h2{font-size:30px;margin:0;line-height:1.1}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.product-card{background:var(--cream);border:1px solid #ded2c0;border-radius:10px;overflow:hidden;box-shadow:0 5px 12px rgba(44,30,17,.06);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:220px;display:block;overflow:hidden}.product-card img{transition:transform .3s ease}.product-card:hover img{transform:scale(1.04)}.product-copy{padding:14px 14px 16px}.product-copy p{color:var(--rust);font-size:12px;margin:0 0 5px}.product-copy h3{font-size:16px;line-height:1.2;margin:0 0 14px;min-height:39px}.product-copy strong{font-size:17px}.promise-strip{padding:22px clamp(20px,5vw,80px);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#faf4e9}.promise-strip>div{display:flex;gap:14px;align-items:center;padding:0 22px;border-right:1px solid var(--line)}.promise-strip>div:last-child{border:0}.promise-strip b{font-size:25px;font-weight:400}.promise-strip span{display:grid;font-size:13px;color:var(--muted)}.promise-strip strong{color:var(--ink)}.collection-cta{background:var(--forest);color:#fff7e9;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:70px;gap:70px}.collection-cta h2{font-size:clamp(35px,4vw,58px);line-height:1.02;margin:16px 0}.collection-cta p:not(.eyebrow){font-size:19px;max-width:490px;color:#eadfce}.button-light{background:#f2e4d0;color:var(--forest);border-color:#f2e4d0;margin-top:16px;box-shadow:none}.button-light:hover{background:#fff7e9}.cta-images{display:grid;grid-template-columns:1fr .72fr;grid-gap:15px;gap:15px;height:370px}.cta-images picture:first-child{margin-top:40px}.cta-images picture{overflow:hidden;border-radius:8px}.faq{max-width:900px;margin:auto}.faq h2{margin-bottom:20px}.faq details{border-top:1px solid var(--line);padding:21px 0}.faq details:last-of-type{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:18px;font-weight:700}.faq details p{max-width:690px;color:#4d453a;margin:14px 28px 0}.faq>.text-link{display:inline-block;margin-top:30px}.listing-page{max-width:1520px;margin:auto}.about-hero h1,.contact-page h1,.listing-page h1,.not-found h1,.policy h1{font-size:clamp(45px,5.5vw,76px);letter-spacing:-.04em;line-height:1;margin:12px 0 22px;max-width:870px}.intro{font-size:20px;max-width:690px;color:#524a3d;margin:0 0 48px}.collection-feature{font-size:18px;color:#453d34;margin:-18px 0 46px}.collection-feature a{color:var(--rust);font-weight:700;text-decoration:underline;text-underline-offset:4px}.shop-grid{grid-template-columns:repeat(4,1fr);gap:25px}.shop-grid .product-image{height:300px}.breadcrumbs{display:flex;gap:10px;font-size:14px;color:var(--muted);overflow:auto;white-space:nowrap;padding-bottom:22px}.product-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.75fr);grid-gap:clamp(38px,6vw,105px);gap:clamp(38px,6vw,105px);align-items:start}.gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.gallery picture{aspect-ratio:1/1;overflow:hidden;border-radius:8px;background:#eee3d4}.gallery picture:first-child{grid-column:span 2;aspect-ratio:4/3}.product-detail{position:-webkit-sticky;position:sticky;top:110px}.product-detail h1{font-size:clamp(35px,3.2vw,55px);line-height:1.02;margin:13px 0}.price{font-size:28px}.product-lede{font-size:18px;color:#564c3e}.etsy-note{font-size:13px;color:var(--muted)}.product-description{border-top:1px solid var(--line);margin-top:28px;padding-top:20px;color:#423b31}.product-description p{white-space:pre-line}.about-hero{display:grid;grid-template-columns:.88fr 1.12fr;grid-gap:80px;gap:80px;align-items:center;background:#e8d7bd}.about-hero>picture{height:490px;border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}.about-hero p:not(.eyebrow){font-size:20px;color:#4e4335}.story{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px}.story h2{font-size:45px;line-height:1;margin:0}.story p{font-size:19px;color:#50483b}.story-points{border-left:1px solid var(--line);padding-left:35px;display:grid;align-content:center;grid-gap:18px;gap:18px;font-size:18px}.about-cta{text-align:center;background:var(--forest);color:#fff5e6;padding:80px 20px}.about-cta h2{font-size:42px;line-height:1.1;margin:0 auto 24px}.contact-page{max-width:1200px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:100px;gap:100px}.contact-page>div>p:not(.eyebrow){font-size:20px;color:#50483b}.contact-location{margin-top:42px;font-size:15px!important}.contact-form{display:grid;grid-gap:10px;gap:10px;background:#f8efdf;border:1px solid var(--line);padding:34px;border-radius:10px}.contact-form label{font-weight:700;margin-top:6px}.contact-form input,.contact-form textarea{width:100%;font:inherit;background:#fffdf8;border:1px solid #bcae98;padding:12px;border-radius:3px}.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(168,66,29,.25);border-color:var(--rust)}.contact-form .button{margin-top:8px;cursor:pointer}.form-status{margin:8px 0 0}.form-status.error{color:#9e2715}.policy{max-width:900px;margin:auto}.policy>div{font-size:16px;color:#453d34}.policy>div p{margin:22px 0}.not-found{text-align:center;min-height:520px;display:grid;place-content:center}.not-found p:not(.eyebrow){color:#5a5144;font-size:19px;margin:0 0 28px}.raphael-hero{display:grid;grid-template-columns:minmax(350px,.92fr) 1.08fr;min-height:610px;background:#e8d7bd}.raphael-hero-copy{padding:clamp(64px,9vw,135px) clamp(20px,7vw,110px);align-self:center}.raphael-hero h1{font-size:clamp(48px,5.4vw,82px);line-height:.98;letter-spacing:-.045em;margin:12px 0 26px;max-width:600px}.raphael-hero-copy>p:not(.eyebrow){font-size:clamp(18px,1.6vw,24px);color:#38362c;max-width:510px;margin:28px 0 36px}.raphael-hero-image{height:100%;min-height:510px;overflow:hidden}.raphael-hero-image img{object-position:center}.raphael-detail,.raphael-guide,.raphael-intro{max-width:1200px;margin:auto;display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);grid-gap:clamp(40px,8vw,130px);gap:clamp(40px,8vw,130px)}.raphael-detail h2,.raphael-faq h2,.raphael-guide h2,.raphael-intro h2,.raphael-options h2,.raphael-set h2{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:14px 0}.raphael-detail>div:last-child p,.raphael-guide-copy p,.raphael-intro>div:last-child p{font-size:18px;color:#453d34;margin:0 0 23px}.raphael-options{max-width:1520px;margin:auto;background:#faf4e9}.raphael-options .section-heading{margin-bottom:30px}.raphael-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.raphael-product-grid .product-image{height:330px}.raphael-detail{align-items:center;background:#f6efe2}.raphael-detail-media{display:grid;grid-template-columns:1fr .78fr;grid-gap:16px;gap:16px;align-items:end}.raphael-detail-image{height:390px;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.raphael-detail-image.offset{height:310px;margin-bottom:-42px}.raphael-guide{align-items:start}.raphael-guide-copy{max-width:720px}.raphael-guide h3{font-size:24px;line-height:1.1;margin:0 0 10px}.raphael-set{background:var(--forest);color:#fff7e9;display:grid;grid-template-columns:1fr .92fr;grid-gap:clamp(36px,7vw,100px);gap:clamp(36px,7vw,100px);align-items:center;padding:clamp(60px,8vw,110px) clamp(20px,8vw,130px)}.raphael-set p:not(.eyebrow){font-size:19px;color:#eadfce;max-width:650px}.raphael-set-image{height:430px;overflow:hidden;border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.23)}.raphael-faq{max-width:900px;margin:auto}.raphael-faq h2{margin-bottom:24px}.raphael-faq details{border-top:1px solid var(--line);padding:21px 0}.raphael-faq details:last-of-type{border-bottom:1px solid var(--line)}.raphael-faq summary{cursor:pointer;font-size:18px;font-weight:700}.raphael-faq details p{max-width:700px;color:#4d453a;margin:14px 28px 0}.raphael-contact{margin-top:32px;color:#4d453a}.raphael-contact a{color:var(--rust);font-weight:700;text-decoration:underline;text-underline-offset:4px}.site-footer{margin-top:auto;background:#09291f;color:#eae0cf;padding:62px clamp(20px,5vw,80px) 20px;display:grid;grid-template-columns:1.7fr repeat(3,.75fr);grid-gap:45px;gap:45px}.site-footer p{max-width:350px;color:#cabda8}.site-footer>div:not(:first-child){display:grid;align-content:start;grid-gap:9px;gap:9px;font-size:14px}.site-footer strong{color:#fff7eb;margin-bottom:5px}.site-footer a:hover{text-decoration:underline}.footer-bottom{grid-column:1/-1!important;border-top:1px solid rgba(244,232,212,.25);padding-top:18px;margin-top:10px;display:grid!important;grid-template-columns:1fr 2fr auto;grid-gap:25px;gap:25px;align-items:center;color:#cabda8;font-size:11px!important}.footer-bottom img{width:32px;height:32px;object-fit:contain}.footer-brand{font-size:20px}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:1080px){.site-header{padding:0 30px}.site-header nav{gap:22px;font-size:15px}.featured{grid-template-columns:1fr}.maker-note{max-width:620px}.product-grid,.promise-strip{grid-template-columns:repeat(2,1fr)}.promise-strip{gap:18px}.promise-strip>div:nth-child(2){border-right:0}.product-layout{grid-template-columns:1fr}.product-detail{position:static}.contact-page{gap:45px}.raphael-hero{grid-template-columns:.9fr 1.1fr}.raphael-detail,.raphael-guide,.raphael-intro{gap:50px}.raphael-product-grid{gap:16px}.raphael-product-grid .product-image{height:250px}.raphael-set{padding-left:50px;padding-right:50px}}@media(max-width:720px){.site-header{height:70px;padding:0 18px;gap:12px}.brand{font-size:17px;letter-spacing:.06em}.brand small{font-size:8px;letter-spacing:.16em}.paw{transform:scale(.78);transform-origin:left center;width:26px}nav{display:none}.header-actions{margin-left:auto;font-size:22px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:66px 26px 42px}.hero h1{font-size:52px}.hero p{font-size:18px}.hero-media{height:380px;min-height:0}.hero-media img{object-position:center}.button-row{gap:28px;flex-wrap:wrap}.featured{padding:38px 18px}.maker-note{grid-template-columns:1fr}.maker-note picture{height:310px;min-height:0;grid-row:1}.maker-note>div{grid-row:2}.section-heading{align-items:start;flex-direction:column}.section-heading h2{font-size:28px}.product-grid,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image,.shop-grid .product-image{height:200px}.product-copy{padding:11px}.product-copy h3{font-size:15px;min-height:54px}.promise-strip{padding:24px 18px;grid-template-columns:1fr 1fr}.promise-strip>div{padding:0 8px;border:0}.collection-cta{grid-template-columns:1fr;gap:30px;padding:60px 25px}.cta-images{height:280px}.faq{padding:60px 20px}.about-hero h1,.contact-page h1,.listing-page h1,.not-found h1,.policy h1{font-size:46px}.listing-page{padding-top:60px}.intro{font-size:18px;margin-bottom:35px}.collection-feature{font-size:17px;margin:-12px 0 34px}.product-page{padding:40px 18px}.gallery{gap:8px}.product-detail h1{font-size:38px}.about-hero{grid-template-columns:1fr;gap:28px;padding:62px 22px}.about-hero>picture{height:380px}.story{grid-template-columns:1fr;gap:35px}.story h2{font-size:40px}.story p{font-size:18px}.story-points{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.contact-page{grid-template-columns:1fr;padding:60px 22px}.contact-form{padding:23px}.raphael-hero{grid-template-columns:1fr;min-height:0}.raphael-hero-copy{padding:64px 26px 42px}.raphael-hero h1{font-size:50px}.raphael-hero-image{height:380px;min-height:0}.raphael-detail,.raphael-guide,.raphael-intro{grid-template-columns:1fr;gap:28px;padding:60px 22px}.raphael-detail h2,.raphael-faq h2,.raphael-guide h2,.raphael-intro h2,.raphael-options h2,.raphael-set h2{font-size:38px}.raphael-options{padding:60px 22px}.raphael-product-grid{grid-template-columns:1fr;gap:16px}.raphael-product-grid .product-image{height:300px}.raphael-detail-media{max-width:520px}.raphael-detail-image{height:320px}.raphael-detail-image.offset{height:250px;margin-bottom:-28px}.raphael-guide h3{font-size:23px}.raphael-set{grid-template-columns:1fr;padding:62px 25px;gap:30px}.raphael-set-image{height:330px}.raphael-faq{padding:60px 22px}.site-footer{grid-template-columns:1fr 1fr;gap:35px;padding:48px 22px 18px}.site-footer>div:first-child{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr auto;gap:16px}.footer-bottom span:nth-child(2){grid-column:1/-1;grid-row:2}.footer-bottom img{width:28px;height:28px}}@media(max-width:390px){.hero h1,.raphael-hero h1{font-size:45px}.product-image,.shop-grid .product-image{height:175px}.product-copy h3{font-size:14px}.button{padding:13px 20px}.promise-strip span{font-size:11px}}.breadcrumbs{flex-wrap:wrap;white-space:normal;overflow:visible}.breadcrumbs span:last-child{overflow-wrap:anywhere;min-width:0}.gallery picture img,.product-image img{object-fit:contain;background:#eee3d4}.michael-hero{display:grid;grid-template-columns:minmax(350px,.92fr) 1.08fr;min-height:610px;background:#e8d7bd}.michael-hero-copy{padding:clamp(64px,9vw,135px) clamp(20px,7vw,110px);align-self:center}.michael-hero h1{font-size:clamp(48px,5.4vw,82px);line-height:.98;letter-spacing:-.045em;margin:12px 0 26px;max-width:600px}.michael-hero-copy>p:not(.eyebrow){font-size:clamp(18px,1.6vw,24px);color:#38362c;max-width:510px;margin:28px 0 36px}.michael-hero-image{display:block;height:100%;min-height:510px;overflow:hidden}.michael-hero-image img{object-position:center}.michael-detail,.michael-guide,.michael-intro{max-width:1200px;margin:auto;display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);grid-gap:clamp(40px,8vw,130px);gap:clamp(40px,8vw,130px)}.michael-detail h2,.michael-faq h2,.michael-guide h2,.michael-intro h2,.michael-options h2,.michael-set h2{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:14px 0}.michael-detail>div:first-child p,.michael-guide-copy p,.michael-intro>div:last-child p{font-size:18px;color:#453d34;margin:0 0 23px}.michael-options{max-width:1520px;margin:auto;background:#faf4e9}.michael-options .section-heading{margin-bottom:30px}.michael-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.michael-option .product-image{height:330px}.michael-option .product-image picture{display:block;height:100%}.michael-option .text-link{display:block;margin-top:16px}.michael-detail{align-items:center;background:#f6efe2}.michael-detail-media{display:grid;grid-template-columns:1fr .78fr;grid-gap:16px;gap:16px;align-items:end}.michael-detail-image{display:block;height:390px;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.michael-detail-image.offset{height:310px;margin-bottom:-42px}.michael-guide{align-items:start}.michael-guide-copy{max-width:720px}.michael-guide h3{font-size:24px;line-height:1.1;margin:0 0 10px}.michael-set{background:var(--forest);color:#fff7e9;display:grid;grid-template-columns:1fr .92fr;grid-gap:clamp(36px,7vw,100px);gap:clamp(36px,7vw,100px);align-items:center;padding:clamp(60px,8vw,110px) clamp(20px,8vw,130px)}.michael-set p:not(.eyebrow){font-size:19px;color:#eadfce;max-width:650px}.michael-set-image{display:block;height:430px;overflow:hidden;border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.23)}.michael-faq{max-width:900px;margin:auto}.michael-faq h2{margin-bottom:24px}.michael-faq details{border-top:1px solid var(--line);padding:21px 0}.michael-faq details:last-of-type{border-bottom:1px solid var(--line)}.michael-faq summary{cursor:pointer;font-size:18px;font-weight:700}.michael-faq details p{max-width:700px;color:#4d453a;margin:14px 28px 0}.michael-contact{margin-top:32px;color:#4d453a}.michael-contact a{color:var(--rust);font-weight:700;text-decoration:underline;text-underline-offset:4px}@media(max-width:1080px){.michael-hero{grid-template-columns:.9fr 1.1fr}.michael-detail,.michael-guide,.michael-intro{gap:50px}.michael-product-grid{gap:16px}.michael-option .product-image{height:250px}.michael-set{padding-left:50px;padding-right:50px}}@media(max-width:720px){.michael-hero{grid-template-columns:1fr;min-height:0}.michael-hero-copy{padding:64px 26px 42px}.michael-hero h1{font-size:50px}.michael-hero-image{height:380px;min-height:0}.michael-detail,.michael-guide,.michael-intro{grid-template-columns:1fr;gap:28px;padding:60px 22px}.michael-detail h2,.michael-faq h2,.michael-guide h2,.michael-intro h2,.michael-options h2,.michael-set h2{font-size:38px}.michael-options{padding:60px 22px}.michael-product-grid{grid-template-columns:1fr;gap:16px}.michael-option .product-image{height:300px}.michael-detail-media{max-width:520px}.michael-detail-image{height:320px}.michael-detail-image.offset{height:250px;margin-bottom:-28px}.michael-guide h3{font-size:23px}.michael-set{grid-template-columns:1fr;padding:62px 25px;gap:30px}.michael-set-image{height:330px}.michael-faq{padding:60px 22px}}@media(max-width:390px){.michael-hero h1{font-size:45px}}.blog-category,.blog-index{max-width:1200px;margin:auto}.blog-category h1,.blog-index h1,.post-hero h1{font-size:clamp(45px,5.5vw,76px);letter-spacing:-.04em;line-height:1;margin:12px 0 22px;max-width:860px}.category-grid{display:grid;grid-template-columns:minmax(0,1fr);max-width:760px}.category-card,.post-card{background:var(--cream);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.category-card{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch}.category-card:hover,.post-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(37,27,17,.14)}.category-card picture{min-height:285px}.category-card>div{padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:center}.category-card h2,.post-card h2{font-size:clamp(29px,3vw,40px);line-height:1.05;margin:0 0 14px}.category-card p,.post-card p{color:#50483b;font-size:17px;margin:0 0 22px}.category-card .text-link{margin-top:auto}.category-intro{display:grid;grid-template-columns:1fr minmax(310px,.72fr);grid-gap:clamp(30px,5vw,80px);gap:clamp(30px,5vw,80px);align-items:center;margin:28px 0 60px}.category-hero-image{height:360px;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.back-link{display:inline-block;font-weight:700;text-decoration:underline;text-underline-offset:5px;margin-bottom:28px}.post-grid{display:grid;grid-template-columns:minmax(0,1fr);max-width:760px}.post-card{display:grid;grid-template-columns:.83fr 1.17fr}.post-card>div{padding:28px}.post-card picture{min-height:280px}.post-card h2{font-size:31px}.post-card .eyebrow{margin-bottom:12px}.post-hero{background:#e8d7bd;display:grid;grid-template-columns:1fr minmax(360px,.9fr);grid-gap:clamp(40px,7vw,115px);gap:clamp(40px,7vw,115px);align-items:center;padding-top:clamp(60px,9vw,130px);padding-bottom:clamp(60px,9vw,130px)}.post-hero>div{max-width:680px}.post-hero p:not(.eyebrow){font-size:20px;color:#50483b;max-width:620px}.post-hero .back-link{margin-bottom:45px}.post-hero-image{height:440px;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.article-body{max-width:740px;margin:0 auto;padding:clamp(56px,8vw,105px) 24px}.article-body>p{font-size:18px;color:#342f28;margin:0 0 25px}.article-body h2{font-size:clamp(29px,3vw,41px);line-height:1.08;margin:56px 0 20px}.article-body a{color:var(--rust);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.article-image{display:block;height:auto;aspect-ratio:4/3;margin:40px 0 8px;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.post-faq{margin-top:70px;padding-top:6px}.post-faq h2{margin-top:0}.post-faq details{border-top:1px solid var(--line);padding:21px 0}.post-faq details:last-child{border-bottom:1px solid var(--line)}.post-faq summary{cursor:pointer;font-size:18px;font-weight:700}.post-faq p{font-size:17px;color:#4d453a;margin:14px 28px 0}@media(max-width:1080px){.site-header nav{gap:15px;font-size:14px}.category-intro{grid-template-columns:1fr 360px}.post-hero{grid-template-columns:1fr .8fr;gap:45px}}@media(max-width:720px){.blog-category,.blog-index{padding-top:56px}.category-card,.category-intro,.post-card,.post-hero{grid-template-columns:1fr}.category-card picture,.post-card picture{min-height:260px;height:260px}.category-hero-image{height:300px}.category-intro{gap:28px;margin:22px 0 42px}.post-hero{padding:56px 24px 42px;gap:32px}.post-hero .back-link{margin-bottom:34px}.post-hero-image{height:320px}.article-body{padding:56px 22px}.article-body>p{font-size:17px}.article-body h2{margin-top:48px}.article-image{margin-top:30px}.post-faq{margin-top:58px}.post-card>div{padding:23px}.category-card>div{padding:28px}.category-card h2,.post-card h2{font-size:29px}}