/* Extensions to the existing pink editorial theme. */
[hidden]{display:none!important}
button,select,summary{font:inherit}
select:focus-visible,summary:focus-visible{outline:3px solid #b83a71;outline-offset:5px}
.header-inner{flex-wrap:wrap;padding-block:1.25rem}
.header-inner nav{flex-wrap:wrap;gap:1.4rem}
.start-section{padding-block:3.6rem;border-bottom:1px solid var(--line)}
.start-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:4rem;align-items:center}
.start-intro .eyebrow{grid-column:1/-1;margin-bottom:.8rem;color:#9d315d}
.start-intro h2{font-size:clamp(2.25rem,3.8vw,3.2rem)}
.start-intro>p:last-child{color:var(--muted);max-width:35rem}
.start-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;list-style:none;margin:2.3rem 0 0;padding:0}
.start-steps li{padding-top:1.2rem;border-top:2px solid var(--pink)}
.step-number{display:block;font-size:.875rem;color:#9d315d;font-weight:700;margin-bottom:.7rem}
.start-steps a{display:block;font-size:1rem;font-weight:700;text-decoration:none;line-height:1.5}
.start-steps a:hover{text-decoration:underline}
.start-steps a span{margin-left:.25rem}
.start-steps p{color:var(--muted);font-size:.9375rem;margin-top:.4rem}
.current-focus{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;padding:3rem;margin-top:4rem;background:var(--berry);border-radius:8px;color:white}
.focus-heading .eyebrow{color:var(--pink)}
.focus-date{color:#efc9d9;font-size:.875rem;margin-top:.8rem}
.focus-heading h3{font-size:clamp(2rem,3vw,2.65rem);line-height:1.14;letter-spacing:-.045em;margin-top:1.75rem;max-width:22rem}
.focus-copy>p{color:#f6e6ed}
.focus-notes{margin:1.4rem 0 1.6rem}
.focus-notes>div{padding-block:1rem;border-top:1px solid #885a72}
.focus-notes dt{font-size:.875rem;font-weight:700;color:var(--pink)}
.focus-notes dd{margin:.3rem 0 0;font-size:1rem}
.food-section .section-heading>p{max-width:29rem}
.food-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:start}
.food-card{min-width:0;background:#fff8fb;border:1px solid var(--line);border-radius:8px;padding:1.75rem}
.food-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.4rem 1rem;color:#9d315d;font-size:.875rem;margin-bottom:1.5rem}
.food-meta>span:first-child{font-weight:700;letter-spacing:.045em}
.food-card h3{font-size:1.8rem;line-height:1.17;letter-spacing:-.04em}
.food-card>p:not(.food-status){margin-top:1rem;color:var(--muted)}
.food-card details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:1.4rem}
.food-card summary{padding-block:1rem;font-weight:650;cursor:pointer;font-size:1rem}
.food-card summary:hover{color:#9d315d}
.recipe-content{padding-bottom:1.2rem}
.recipe-content ul{padding-left:1.2rem;margin:.8rem 0 1rem}
.recipe-content li+li{margin-top:.4rem}
.recipe-content p+p{margin-top:1rem}
.recipe-yield{font-size:.875rem;font-weight:650}
.food-status{font-size:.8125rem;color:var(--muted);margin-top:1.2rem;line-height:1.6}
.food-footer{margin-top:1.75rem;color:var(--muted)}
.reset-section{background:#ffe2ed;border-block:1px solid #e6b5c8;padding-block:5rem}
.reset-grid{display:grid;grid-template-columns:1fr .85fr;gap:6rem;align-items:center}
.reset-copy h2{margin-top:1.1rem;max-width:24rem}
.reset-copy>p:not(.eyebrow):not(.download-note){font-size:1.15rem;color:#75495b;margin-top:1.5rem;max-width:32rem}
.reset-features{padding-left:1.2rem;margin:1.5rem 0 2rem}
.reset-features li+li{margin-top:.55rem}
.download-note{font-size:.875rem;color:#75495b;margin:1rem 0 .85rem;max-width:29rem}
.reset-preview{max-width:25rem;justify-self:center;width:100%}
.reset-preview img{width:100%;height:auto;border:1px solid #dcadbf;box-shadow:0 14px 32px #5220391a;border-radius:2px}
.reset-preview figcaption{text-align:center;margin-top:1rem;font-size:.875rem;color:#75495b}
.journal-library{margin-top:3rem}
.collection-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end}
.collection-heading h3{font-size:2rem;line-height:1.2;margin-top:.8rem;max-width:33rem}
.journal-filter{flex:0 1 17rem;min-width:14rem}
.journal-filter label{display:block;font-size:.875rem;font-weight:650;margin-bottom:.55rem}
.journal-filter select{width:100%;padding:.75rem;background:white;color:var(--ink);border:1px solid #ad8095;border-radius:4px;font-size:1rem;min-height:3rem}
.collection-description{margin-top:1.3rem;color:var(--muted);max-width:48rem}
.entry-count{font-size:.875rem;color:var(--muted);margin-top:1rem}
.journal-library .featured-entry{margin-top:1rem}
.entry-topics{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;padding:0}
.entry-topics li{font-size:.8125rem;padding:.25rem .65rem;background:#ffe2ed;border-radius:3px;color:var(--berry);line-height:1.5}
.collection-footer{font-size:.9375rem;color:var(--muted);margin-top:1.25rem}
.journal-empty{padding:2rem;background:var(--soft);border:1px solid var(--line);border-radius:8px;margin-top:1rem}
@media(max-width:1100px){
 .header-inner nav{gap:1rem}
 .start-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}
 .current-focus{gap:2.5rem;padding:2.5rem}
 .food-grid{gap:1rem}
 .food-card{padding:1.3rem}
 .reset-grid{gap:3rem}
 .collection-heading{align-items:start}
}
@media(max-width:850px){.food-grid{grid-template-columns:1fr}.food-card{padding:1.75rem}.food-card h3{max-width:30rem}.food-meta{justify-content:flex-start;gap:1.5rem}}
@media(max-width:760px){
 .header-inner nav{width:100%;justify-content:flex-start;gap:.8rem 1.25rem}
 .header-inner .nav-journal{display:inline;padding:0;border:0}
 .header-inner .nav-journal span{margin-left:.2rem;font-size:1rem}
 .start-section{padding-block:2.75rem}
 .start-intro{display:block}
 .start-intro>p:last-child{margin-top:1rem}
 .start-steps{gap:1.5rem 1rem;margin-top:1.75rem}
 .current-focus{grid-template-columns:1fr;gap:1.75rem;margin-top:2.5rem;padding:2rem 1.5rem}
 .focus-heading h3{margin-top:1.25rem;max-width:100%}
 .reset-section{padding-block:3.5rem}
 .reset-grid{grid-template-columns:1fr;gap:2.5rem}
 .reset-copy h2{max-width:100%}
 .reset-copy .button{gap:.8rem;padding-inline:1rem}
 .reset-preview{max-width:22rem}
 .collection-heading{flex-direction:column;gap:1.25rem}
 .journal-filter{flex:auto;width:100%;min-width:0}
 .journal-library{margin-top:2.5rem}
}
@media(max-width:380px){.start-steps{grid-template-columns:1fr}.food-card{padding:1.35rem}.header-inner .nav-journal{font-size:.875rem}}
