body.home{--home-caramel:#94583d;--home-ink:#2d1e18;--home-border:#ece5df;color:var(--home-ink);background:#fff}.home-shell{width:calc(100% - 96px);max-width:1380px;margin-inline:auto}.home-benefit-bar{display:flex;justify-content:center;gap:32px;background:#f6f0e9;padding:9px 20px;font-size:12px;color:#673d2c}.home-benefit-bar span{display:flex;gap:10px;align-items:center}.home-benefit-bar span+span{border-left:1px solid #dcd0c5;padding-left:32px}.home-benefit-bar svg{width:20px;height:20px}.home-header{background:white;border-bottom:1px solid var(--home-border);position:relative;z-index:40}.home-header-inner{min-height:94px;display:flex;gap:28px;align-items:center}.home-header .brand{width:190px}.home-nav{display:flex;align-items:center;gap:24px;white-space:nowrap;font-size:13px}.home-menu{position:relative}.home-menu summary{cursor:pointer;list-style:none;padding:20px 0}.home-menu summary::after{content:'⌄';margin-left:5px}.home-menu summary::-webkit-details-marker{display:none}.home-menu>div{position:absolute;top:100%;left:-20px;width:210px;background:white;border:1px solid var(--home-border);box-shadow:0 10px 30px #422b1714;padding:10px}.home-menu a{display:block;padding:10px}.home-menu a:hover{background:#f8f4ef}.home-search{display:flex;border:1px solid #d7cec8;min-width:120px;flex:1;margin-left:auto}.home-search input{width:100%;min-width:0;border:0;padding:10px;font-size:12px}.home-search button{border:0;background:white;padding:8px;cursor:pointer}.home-actions{display:flex;gap:20px}.home-actions>a,.home-actions>button{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;border:0;background:transparent;padding:0;white-space:nowrap;cursor:pointer;color:inherit}.doty-cart-count{position:absolute;top:-6px;right:-9px;min-width:16px;height:16px;border-radius:50%;background:var(--home-caramel);color:white;font-size:10px;text-align:center;line-height:16px}.home-hero{height:clamp(480px,68vh,740px);position:relative;background:#f5eee4;overflow:hidden}.home-hero>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 55%}.home-hero>.home-shell{position:relative;height:100%;display:flex;align-items:center}.home-hero-copy{max-width:600px;padding:40px 0}.home-eyebrow{display:block;font-size:10px;letter-spacing:2.6px;font-weight:600;color:#8b5138;margin-bottom:10px}.home-hero h1{font:normal clamp(55px,6.5vw,96px)/1.02 Georgia,serif;letter-spacing:-3px;margin:16px 0 24px}.home-hero h1 em{color:#835239}.home-hero-copy p{font-size:18px;line-height:1.6;margin:0 0 28px}.home-buttons{display:flex;flex-wrap:wrap;gap:14px}.home-button{display:inline-flex;justify-content:center;align-items:center;gap:14px;min-height:46px;padding:12px 24px;border:1px solid var(--home-caramel);background:var(--home-caramel);color:white;font-size:14px;line-height:1.4;cursor:pointer;transition:background .2s,transform .2s}.home-button:hover{background:#75422b;color:white}.home-outline{background:#fff9;color:#623c2d}.home-outline:hover{background:#f2e5da;color:#492d22}.home-button svg{width:20px;height:20px;flex-shrink:0}.home-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:30px 0;border-bottom:1px solid var(--home-border)}.home-trust>div{display:flex;align-items:center;gap:16px;padding:0 24px;border-right:1px solid var(--home-border)}.home-trust>div:first-child{padding-left:0}.home-trust>div:last-child{border:0;padding-right:0}.home-trust svg{width:36px;height:36px;flex-shrink:0;color:var(--home-caramel)}.home-trust strong{display:block;font-weight:500;font-size:14px}.home-trust small{display:block;color:#746961;font-size:11px}.home-section{padding-top:50px}.doty-home h2{font:normal clamp(28px,3vw,42px)/1.15 Georgia,serif;letter-spacing:-.8px;margin:0 0 14px}.home-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.home-heading h2{margin-bottom:0}.home-text-link{font-size:13px;color:#865137;border-bottom:1px solid #b38a74;padding-bottom:4px;cursor:pointer}.home-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-categories>a{background:#faf7f4;transition:transform .2s,box-shadow .2s}.home-categories>a:hover{transform:translateY(-3px);box-shadow:0 8px 24px #50361b0d}.home-categories img{display:block;width:100%;height:230px;object-fit:cover}.home-categories>a:first-child img{object-position:85% 55%}.home-categories>a>div{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.home-categories h3{font:normal 28px Georgia,serif;margin:0 0 4px}.home-categories p{margin:0;font-size:13px;color:#716760}.home-arrow{display:grid;place-items:center;border-radius:50%;background:#b98760;color:white;width:38px;height:38px;font-size:22px}.home-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-product{position:relative;border:1px solid var(--home-border);border-radius:4px;display:flex;flex-direction:column;min-width:0;transition:box-shadow .2s,transform .2s;background:white;overflow:hidden}.home-product:hover{box-shadow:0 8px 24px #4b2c1410;transform:translateY(-2px)}.home-product-image{display:block;padding:14px 18px 0}.home-product-image img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.home-favorite{position:absolute;z-index:1;top:9px;right:9px;background:#fffffff2;border:0;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;cursor:pointer;color:#514039}.home-favorite[aria-pressed=true]{color:#a04f39}.home-favorite[aria-pressed=true] svg{fill:#eed7cc}.home-product-copy{padding:14px;display:flex;flex-direction:column;flex:1}.home-product h3{font:500 15px/1.5 Arial,sans-serif;margin:0;min-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product-type{font-size:12px;color:#756b65;min-height:3em;margin:4px 0 6px;line-height:1.5}.home-product-notes{font-size:12px;color:#8c5038;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 8px}.home-product-price{margin-top:auto;padding-bottom:13px;font-size:21px;font-weight:600;color:#8a462b}.home-product-price .doty-price-info{font-size:11px!important}.home-product .home-button{width:100%;padding:11px 8px;font-size:13px}.home-product .home-button.loading{opacity:.65;pointer-events:none}.home-product .added_to_cart{font-size:12px;text-align:center;color:#875139;padding-top:7px}.home-center{text-align:center;margin-top:24px}.home-status{min-height:20px;font-size:13px;text-align:center;margin:8px 0}.home-finder{background:#faf3ed;padding:30px 0;margin-top:18px;scroll-margin-top:20px}.home-finder>.home-shell{display:flex;gap:26px;align-items:center;justify-content:space-between}.home-finder h2{font-size:32px;margin-bottom:4px}.home-finder p{font:20px Georgia,serif;margin:0;color:#6c5d53}.home-pills{display:flex;flex-wrap:wrap;justify-content:end;gap:10px}.home-pills a{padding:10px 19px;border:1px solid #e4d4c7;border-radius:40px;background:white;font-size:13px;text-align:center;min-width:105px}.home-pills a:hover{border-color:#985a3d;background:#fffaf5}.home-pills small{display:block;font-size:10px;color:#78685c}.home-story{display:grid;grid-template-columns:1fr 1.6fr;gap:45px;align-items:center}.home-story>img{width:100%;height:300px;object-fit:cover}.home-story h2{font-size:34px}.home-story p{max-width:670px;color:#73665b;font-size:14px;line-height:1.7}.home-story summary{display:inline-block}.home-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-review-grid article{border:1px solid var(--home-border);padding:22px}.home-review-grid article p{color:#a7672f}.home-review-grid blockquote{margin:0;color:#73665b}.home-review-empty{display:flex;gap:20px;align-items:center;border:1px solid var(--home-border);padding:25px;background:#fefcf9}.home-review-empty>span{color:#a46e51}.home-review-empty p{flex:1;color:#75695e;margin:0}.home-newsletter{background:#faf4ee;margin-top:45px;padding:30px 0}.home-newsletter>.home-shell{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.home-newsletter h2{font-size:32px;margin-bottom:8px}.home-newsletter p{font-size:12px;color:#75695e;margin:0}.home-newsletter form>div{display:flex;gap:10px}.home-newsletter input{min-width:0;flex:1;padding:12px;border:1px solid #cfc4ba;background:white;font-size:13px}.home-newsletter form>p{font-size:11px;margin-top:9px}.home-footer{background:white;border-top:1px solid var(--home-border)}.home-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:30px;padding:35px 0}.home-footer h2{font-size:12px;margin:7px 0 12px}.home-footer p,.home-footer a:not(.home-footer-logo),.home-footer button{font-size:12px;color:#75695e}.home-footer a:not(.home-footer-logo){display:block;margin:4px 0}.home-footer button{padding:0;border:0;background:none;cursor:pointer}.home-footer-logo{font:36px Georgia,serif;letter-spacing:4px;color:#a16b27}.home-footer-logo span{font-size:22px;letter-spacing:0}.home-payment{display:inline-block;padding:3px 6px;background:#f6f1eb;font-size:11px;margin:2px}.home-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--home-border);padding:16px 0;font-size:10px;color:#75695e}#home-favorites{width:min(600px,90vw);max-height:80vh;padding:30px;border:1px solid var(--home-border);color:#33261d}#home-favorites::backdrop{background:#231a1766}#home-favorites h2{font:30px Georgia,serif}.home-dialog-close{float:right;background:white;border:0;font-size:28px;cursor:pointer}.home-favorite-row{display:flex;gap:20px;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding:15px 0}.home-favorite-row button{border:0;background:none;color:#94583d;text-decoration:underline;cursor:pointer}.home-menu summary:focus-visible,.doty-home summary:focus-visible{outline:2px solid #94583d;outline-offset:5px}
@media(max-width:1200px){.home-shell{width:calc(100% - 48px)}.home-header-inner{gap:20px;flex-wrap:wrap;padding:10px 0}.home-header .brand{width:170px}.home-nav{gap:18px;flex:1}.home-search{order:4;flex-basis:100%;margin:0 0 4px}.home-hero h1{font-size:72px}.home-hero-copy{max-width:530px}.home-finder>.home-shell{flex-direction:column;align-items:start}.home-pills{justify-content:start}.home-products{gap:16px}.home-trust>div{padding:0 15px;gap:10px}.home-trust small{font-size:10px}}
@media(max-width:900px){.home-products{grid-template-columns:repeat(2,minmax(0,1fr))}.home-benefit-bar{gap:16px;font-size:10px}.home-benefit-bar span+span{padding-left:16px}.home-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-trust>div{padding:0;border:0}.home-categories img{height:180px}.home-categories h3{font-size:24px}.home-categories>a>div{padding:13px}.home-categories p{font-size:11px}.home-arrow{width:30px;height:30px;flex-shrink:0}.home-hero h1{font-size:62px}.home-hero-copy{max-width:460px}.home-hero-copy p{font-size:16px}.home-story{gap:25px}.home-newsletter>.home-shell{grid-template-columns:1fr;gap:22px}.home-footer-grid{grid-template-columns:repeat(3,1fr)}.home-nav{order:3;flex-basis:100%;justify-content:center}.home-actions{margin-left:auto}.home-search{order:4}.home-menu summary{padding:8px 0}.home-header-inner{gap:10px}}
@media(max-width:600px){.home-shell{width:calc(100% - 32px)}.home-benefit-bar{gap:10px;padding:8px 10px;font-size:9px}.home-benefit-bar span{gap:5px}.home-benefit-bar span+span{padding-left:8px}.home-benefit-bar svg{display:none}.home-header .brand{width:155px}.home-actions{gap:18px}.home-nav{gap:22px;font-size:12px}.home-hero{height:auto;min-height:620px;display:flex;flex-direction:column;background:#f7f0e6}.home-hero>img{position:relative;order:2;height:275px;object-position:85% 64%;object-fit:cover}.home-hero>.home-shell{height:auto;order:1}.home-hero-copy{padding:32px 0 25px;max-width:none}.home-hero h1{font-size:56px;letter-spacing:-2px;margin:14px 0 18px}.home-hero-copy p{font-size:15px;margin-bottom:22px}.home-buttons{gap:10px}.home-button{padding:12px 16px;font-size:12px}.home-eyebrow{font-size:9px;letter-spacing:2px}.home-trust{padding:24px 0;gap:18px 12px}.home-trust svg{width:28px;height:28px}.home-trust strong{font-size:12px}.home-trust small{font-size:10px}.home-section{padding-top:34px}.home-heading{align-items:start;flex-direction:column;gap:10px}.doty-home h2{font-size:29px}.home-categories{grid-template-columns:1fr;gap:16px}.home-categories img{height:210px}.home-categories h3{font-size:27px}.home-categories p{font-size:12px}.home-products{gap:12px}.home-product-copy{padding:10px}.home-product-image{padding:10px 8px 0}.home-product h3{font-size:13px}.home-product-type{font-size:10px;min-height:4.5em}.home-product-price{font-size:19px}.home-product .home-button{font-size:11px;gap:5px}.home-product .home-button svg{width:16px;height:16px}.home-product-price .doty-price-info{font-size:10px!important}.home-product-notes{font-size:10px}.home-favorite{width:34px;height:34px;top:3px;right:3px}.home-favorite svg{width:20px;height:20px}.home-finder{padding:28px 0}.home-pills{gap:8px}.home-pills a{font-size:12px;padding:9px 13px;min-width:95px}.home-story{grid-template-columns:1fr;gap:22px}.home-story>img{height:240px}.home-review-grid{grid-template-columns:1fr}.home-review-empty{flex-wrap:wrap;padding:20px;gap:14px}.home-review-empty p{flex-basis:80%;font-size:13px}.home-newsletter form>div{gap:8px}.home-newsletter input{width:50%}.home-footer-grid{grid-template-columns:1fr 1fr;gap:20px}.home-footer-grid>div:first-child{grid-column:1/-1}.home-footer-bottom{flex-direction:column;gap:6px}.home-product .added_to_cart{font-size:10px}}
@media(max-width:350px){.home-products{grid-template-columns:1fr}.home-nav{gap:13px}.home-actions{gap:12px}.home-header .brand{width:135px}.home-hero h1{font-size:49px}.home-benefit-bar{font-size:8px}.home-buttons .home-button{width:100%}.home-newsletter form>div{flex-direction:column}.home-newsletter input{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.doty-home *{transition:none!important;animation:none!important}}
@media(min-width:601px) and (max-width:1200px){.home-header .brand img{width:255px;left:-43px;top:-19px}}
@media(max-width:600px){.home-header .brand img{width:232px;left:-39px;top:-18px}}
@media(max-width:350px){.home-header .brand img{width:202px;left:-34px;top:-12px}}



/* One native placeholder, within the original search layout. */
.home-header .home-search input#home-search{flex:1 1 auto;width:0;min-width:0;padding:10px 6px;font-size:11px;line-height:20px;}
.home-header .home-search input#home-search::placeholder{color:#757575!important;opacity:1!important;font-size:inherit!important;letter-spacing:normal!important;}
.home-header .home-search button{flex:0 0 34px;padding:6px;}
