.honey-recipes{border-top:2px solid var(--ink);margin:clamp(58px,8vw,118px) 0 0;padding:clamp(32px,5vw,74px) 0 0;scroll-margin-top:30px}.honey-recipes-heading{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:end;gap:6%;margin-bottom:28px;display:grid}.honey-recipes-heading .eyebrow{margin-bottom:15px}.honey-recipes-heading h1{font-family:var(--hero-display);letter-spacing:-.04em;text-transform:none;text-wrap:balance;font-size:clamp(42px,5.6vw,86px);line-height:.99}.honey-recipes-heading h1 span{color:#d85b00;display:block}.honey-recipes-heading>p{color:#5e4a40;max-width:390px;margin:0 0 5px;font-size:clamp(19px,1.6vw,23px);font-weight:400;line-height:1.38}.honey-recipes-intro{border-top:1px dashed var(--line);border-bottom:1px dashed var(--line);color:#5e4a40;align-items:center;gap:14px;margin-bottom:20px;padding:14px 0;display:flex}.honey-recipes-intro-mark{border:1.5px solid var(--ink);width:30px;height:30px;font:21px/1 var(--display);color:var(--orange);border-radius:50%;flex-shrink:0;place-items:center;display:grid;transform:rotate(-12deg)}.honey-recipes-intro p{margin:0;font-size:17px;line-height:1.35}.honey-recipe-list{gap:14px;display:grid}.honey-recipe{border:2px solid var(--ink);background:var(--paper);box-shadow:6px 7px 0 var(--ink);border-radius:28px 28px 28px 7px;transition:transform .25s,box-shadow .25s;overflow:hidden}.honey-recipe:hover{box-shadow:8px 9px 0 var(--ink);transform:translate(-2px,-2px)}.honey-recipe-1{--recipe-accent:var(--orange);--recipe-surface:var(--yellow)}.honey-recipe-2{--recipe-accent:#d65a17;--recipe-surface:#fbe4dc}.honey-recipe-3{--recipe-accent:#a65319;--recipe-surface:#f2e8d7}.honey-recipe summary{cursor:pointer;background:linear-gradient(104deg,var(--recipe-surface) 0 29%,var(--paper) 63%);grid-template-columns:72px minmax(0,1fr) auto 26px;align-items:center;gap:18px;min-height:134px;padding:25px 28px;list-style:none;transition:background .25s;display:grid}.honey-recipe summary::-webkit-details-marker{display:none}.honey-recipe summary:hover{background:linear-gradient(104deg,var(--recipe-surface) 0 34%,var(--paper) 68%)}.honey-recipe-number{font:clamp(43px,4.4vw,66px)/1 var(--hero-display);letter-spacing:-.05em;color:var(--recipe-accent);align-self:start}.honey-recipe-summary-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.honey-recipe-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#8a6d5c;font-size:14px;font-weight:700;line-height:1}.honey-recipe-title{font:clamp(26px,2.6vw,42px)/1.05 var(--display);letter-spacing:-.015em;text-transform:uppercase}.honey-recipe-description{color:#5e4a40;max-width:620px;margin-top:5px;font-size:17px;font-weight:400;line-height:1.3}.honey-recipe-summary-meta{color:#5e4a40;flex-direction:column;align-items:flex-start;gap:7px;min-width:124px;font-size:15px;font-weight:600;line-height:1.2;display:flex}.honey-recipe-summary-meta span{white-space:nowrap;align-items:center;gap:7px;display:flex}.honey-recipe-summary-meta svg{width:18px;height:18px;color:var(--recipe-accent)}.honey-recipe-toggle{border:1.7px solid var(--ink);border-radius:50%;width:26px;height:26px;transition:transform .3s,background .2s;display:block;position:relative}.honey-recipe-toggle:before,.honey-recipe-toggle:after{content:"";background:var(--ink);height:2px;margin-top:-1px;transition:transform .3s;position:absolute;top:50%;left:6px;right:6px}.honey-recipe-toggle:after{transform:rotate(90deg)}.honey-recipe[open] .honey-recipe-toggle{background:var(--recipe-accent);transform:rotate(180deg)}.honey-recipe[open] .honey-recipe-toggle:after{transform:rotate(0)}.honey-recipe-panel{background:var(--paper);border-top:1px dashed #d3c2b8;grid-template-columns:minmax(150px,.45fr) minmax(190px,.85fr) minmax(0,1.6fr);gap:clamp(24px,4vw,62px);padding:4px 30px 34px 116px;animation:.35s ease-out recipe-panel-in;display:grid}@keyframes recipe-panel-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.honey-recipe-panel-art{color:var(--recipe-accent);flex-direction:column;align-items:flex-start;gap:13px;padding-top:26px;display:flex}.honey-recipe-panel-art svg{width:92px;height:92px;overflow:visible}.honey-recipe-panel-art span{font:18px var(--display);text-transform:uppercase;letter-spacing:.04em;color:var(--ink)}.honey-recipe-panel h3{font:23px/1 var(--display);text-transform:uppercase;letter-spacing:.02em;margin:25px 0 14px}.honey-recipe-ingredients ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.honey-recipe-ingredients li{color:#5e4a40;border-bottom:1px solid #e6ddd7;grid-template-columns:86px minmax(0,1fr);gap:10px;padding-bottom:8px;font-size:17px;line-height:1.24;display:grid}.honey-recipe-ingredients li strong{color:var(--ink);font-weight:700}.honey-recipe-method{min-width:0}.honey-recipe-timing{flex-wrap:wrap;gap:10px;margin:25px 0;padding:0;display:flex}.honey-recipe-timing>div{background:var(--recipe-surface);border-radius:13px 13px 13px 4px;min-width:84px;padding:9px 12px}.honey-recipe-timing dt{text-transform:uppercase;letter-spacing:.08em;color:#8a6d5c;font-size:12px;line-height:1}.honey-recipe-timing dd{font:19px var(--display);text-transform:uppercase;margin:4px 0 0}.honey-recipe-method h3{margin-top:0}.honey-recipe-method ol{color:#4a352d;gap:11px;margin:0;padding:0 0 0 24px;display:grid}.honey-recipe-method li{padding-left:5px;font-size:17px;line-height:1.38}.honey-recipe-method li::marker{font:18px var(--display);color:var(--recipe-accent)}.honey-recipe-note{background:var(--recipe-surface);border-left:3px solid var(--recipe-accent);color:#4a352d;border-radius:0 14px 14px 0;margin:23px 0 0;padding:14px 16px;font-size:16px;line-height:1.4}.honey-recipe-note strong{font:16px var(--display);text-transform:uppercase;color:var(--ink);margin-bottom:3px;display:block}.honey-recipes-footnote{color:#74655e;margin:18px 0 0;font-size:15px;line-height:1.4}@media (max-width:1050px){.honey-recipe-panel{grid-template-columns:minmax(150px,.45fr) minmax(0,1fr);gap:20px 34px;padding-left:30px}.honey-recipe-panel-art{grid-row:span 2;justify-content:flex-start}.honey-recipe-method h3{margin-top:0}}@media (max-width:700px){.honey-recipes{margin-top:54px;padding-top:35px}.honey-recipes-heading{grid-template-columns:1fr;gap:18px;margin-bottom:22px}.honey-recipes-heading .eyebrow{margin-bottom:12px}.honey-recipes-heading h1{font-size:clamp(42px,12.5vw,62px)}.honey-recipes-heading>p{max-width:470px;font-size:19px}.honey-recipes-intro{align-items:flex-start;margin-bottom:16px;padding:12px 0}.honey-recipes-intro p{font-size:16px}.honey-recipe{box-shadow:4px 5px 0 var(--ink);border-radius:22px 22px 22px 6px}.honey-recipe:hover{box-shadow:4px 5px 0 var(--ink);transform:none}.honey-recipe summary{background:var(--recipe-surface);grid-template-columns:38px minmax(0,1fr) 24px;gap:12px;min-height:0;padding:19px 16px}.honey-recipe summary:hover{background:var(--recipe-surface)}.honey-recipe-number{font-size:37px}.honey-recipe-title{font-size:27px;line-height:1.02}.honey-recipe-description{font-size:16px;line-height:1.28}.honey-recipe-summary-meta{flex-direction:row;grid-column:2;gap:12px;min-width:0;margin-top:6px;font-size:14px}.honey-recipe-summary-meta svg{width:16px;height:16px}.honey-recipe-toggle{grid-area:1/3;align-self:start;margin-top:2px}.honey-recipe-panel{border-top:1px dashed #d3c2b8;grid-template-columns:1fr;gap:0;padding:0 17px 23px}.honey-recipe-panel-art{flex-direction:row;grid-row:auto;align-items:center;gap:11px;padding-top:17px}.honey-recipe-panel-art svg{width:55px;height:55px}.honey-recipe-panel-art span{font-size:16px}.honey-recipe-panel h3{margin:22px 0 12px;font-size:21px}.honey-recipe-ingredients li{grid-template-columns:79px minmax(0,1fr);font-size:16px}.honey-recipe-timing{gap:7px;margin:20px 0}.honey-recipe-timing>div{flex:1;min-width:0;padding:8px 9px}.honey-recipe-timing dt{font-size:11px}.honey-recipe-timing dd{font-size:17px}.honey-recipe-method ol{gap:10px;padding-left:21px}.honey-recipe-method li{padding-left:3px;font-size:16px;line-height:1.36}.honey-recipe-note{margin-top:19px;padding:12px 13px;font-size:15px}.honey-recipes-footnote{font-size:14px}}@media (max-width:360px){.honey-recipe summary{grid-template-columns:32px minmax(0,1fr) 22px;gap:9px;padding-inline:13px}.honey-recipe-number{font-size:32px}.honey-recipe-title{font-size:24px}.honey-recipe-summary-meta{gap:8px;font-size:13px}.honey-recipe-summary-meta span:last-child{white-space:normal}.honey-recipe-panel{padding-inline:14px}.honey-recipe-ingredients li{grid-template-columns:70px minmax(0,1fr);gap:7px;font-size:15px}}@media (prefers-reduced-motion:reduce){.honey-recipe,.honey-recipe-toggle,.honey-recipe summary{transition:none}.honey-recipe-panel{animation:none}}.site-main>.honey-recipes{border-top:0;margin-top:0;padding-top:12px}
