@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&family=Noto+Serif:wght@400;500;600;700&display=swap";
:root{--background:#fff;--surface:#fffdf8;--ink:#171915;--muted:#6e7169;--line:#dcd6ca;--accent:#a3272c;--accent-soft:#f4e2e0;--display:"Libre Caslon Display", Georgia, serif;--editorial:"Noto Serif", Georgia, serif;--sans:"DM Sans", Arial, sans-serif;--text-hero:clamp(4rem, 7.6vw, 7.5rem);--text-section:26px;--text-subsection:20px;--text-header-brand:24px;--text-nav:14px;--text-body:15px;--text-eyebrow:13px;--text-label:11px;--space-section-top:72px;--space-heading-gap:18px;--space-grid-gap:16px;--space-block-gap:56px;--space-band-padding:22px}*{box-sizing:border-box}html{background:var(--background);color:var(--ink)}body{background:var(--background);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.home-page{max-width:1440px;margin:0 auto;padding:0 42px 96px}.home-hero{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,.94fr) minmax(480px,1.06fr);min-height:610px;display:grid;overflow:hidden}.home-hero__copy{flex-direction:column;justify-content:center;padding:80px 62px 80px 32px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.75rem;font-weight:700}.home-hero h1{max-width:690px;font-family:var(--display);font-size:var(--text-hero);letter-spacing:-.055em;margin:0;font-weight:400;line-height:.9}.home-hero__intro{max-width:550px;color:var(--muted);margin:30px 0 0;font-size:1.08rem;line-height:1.65}.home-page .eyebrow{font-size:var(--text-eyebrow);letter-spacing:.1em}.home-hero__copy .eyebrow{margin:0 0 12px}.home-page .button{border-radius:0}.home-page .button--quiet{border-color:var(--ink)}.home-hero__image{background:linear-gradient(90deg,#f7f3eb14,#f7f3eb00),url(https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1800&q=90) 50%/cover no-repeat;min-height:610px}.hero-search-row{align-items:stretch;gap:10px;max-width:600px;margin-top:38px;display:flex}.hero-search{border:1px solid var(--ink);min-width:0;color:var(--ink);background:#fff;border-radius:0;flex:1;padding:10px;font-size:1rem}.hero-filters{border:1px solid var(--ink);color:var(--ink);white-space:nowrap;background:#fff;border-radius:0;flex:none;justify-content:center;align-items:center;padding:0 18px;font-weight:400;display:inline-flex}.hero-search-submit{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:0;flex:none;padding:0 22px;font-weight:600}.hero-actions{gap:12px;margin-top:20px;display:flex}.button{justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:.9rem;font-weight:700;display:inline-flex}.button--dark{background:var(--accent);color:#fff}.button--quiet{border:1px solid var(--line);background:0 0}.home-section{padding:var(--space-section-top) 0 0}.section-heading{padding-bottom:var(--space-heading-gap);justify-content:space-between;align-items:baseline;gap:20px;display:flex}.section-heading h2{font-family:var(--sans);font-size:var(--text-section);color:var(--ink);margin:0;font-weight:700}.section-heading a{color:var(--accent);font-size:var(--text-body);font-weight:700;text-decoration:underline}.recipe-grid{gap:var(--space-grid-gap);margin-bottom:var(--space-block-gap);display:grid}.recipe-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.recipe-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.home-recipe-card{display:block}.home-recipe-card__image{aspect-ratio:4/3;background-color:#f0f0f0;background-position:50%;background-size:cover;margin-bottom:8px;position:relative;overflow:hidden}.home-recipe-card__title{font-family:var(--sans);font-size:var(--text-subsection);color:var(--ink);margin:0;font-weight:600}.browse-band{padding:var(--space-band-padding) 0;margin-bottom:var(--space-block-gap);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);color:var(--ink);background:0 0;justify-content:space-between;align-items:center;gap:24px;display:flex}.browse-band .eyebrow{color:var(--accent);margin:0 0 8px}.browse-band h3{font-family:var(--sans);font-weight:700;font-size:var(--text-subsection);color:var(--ink);margin:0}.browse-explore{padding-bottom:24px}.browse-explore .eyebrow{margin:0 0 8px}.browse-explore h3{font-family:var(--sans);font-weight:700;font-size:var(--text-subsection);color:var(--ink);margin:0 0 14px}.browse-explore__label{color:#888;font-size:var(--text-label);letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px}.browse-explore__group{margin-bottom:14px}.browse-links{flex-wrap:wrap;gap:16px;display:flex}.browse-links a{font-family:var(--sans);font-size:var(--text-body);color:var(--ink);text-decoration:underline}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-top:28px;display:grid}.collection-card{color:#fff;background:#2b312b;min-height:360px;position:relative;overflow:hidden}.collection-card__image{background-position:50%;background-size:cover;transition:transform .3s;position:absolute;inset:0}.collection-card:after{content:"";background:linear-gradient(#0000 25%,#000000b8);position:absolute;inset:0}.collection-card:hover .collection-card__image{transform:scale(1.025)}.collection-card__overlay{z-index:1;position:absolute;bottom:28px;left:28px;right:28px}.collection-card span{letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.collection-card h3{max-width:300px;font-family:var(--display);letter-spacing:-.035em;margin:8px 0 0;font-size:2.35rem;font-weight:400;line-height:1}.home-recipe-card:focus-visible,.collection-card:focus-visible,.section-heading a:focus-visible,.browse-links a:focus-visible,.button:focus-visible,.hero-search:focus-visible,.hero-filters:focus-visible,.hero-search-submit:focus-visible{outline:3px solid var(--accent-soft);outline-offset:4px}@media (max-width:1050px){.home-page{padding:0 26px 72px}.home-hero{grid-template-columns:1fr}.home-hero__copy{padding:70px 32px}.home-hero__image{min-height:440px}.recipe-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.home-page{padding:0 16px 60px}.home-hero{margin-inline:-16px}.home-hero__copy{padding:54px 20px}.home-hero h1{font-size:clamp(3.4rem,18vw,5.2rem)}.home-hero__image{min-height:330px}.hero-search-row{flex-direction:column}.hero-search-submit,.hero-filters{justify-content:center;min-height:48px}.hero-actions{flex-direction:column}.home-section{padding-top:54px}.recipe-grid{scroll-snap-type:x mandatory;gap:17px;margin-right:-16px;padding-right:16px;display:flex;overflow-x:auto}.home-recipe-card{scroll-snap-align:start;min-width:min(78vw,310px)}.browse-band{flex-direction:column;align-items:flex-start;gap:16px}.collection-grid{grid-template-columns:1fr}.collection-card{min-height:290px}}.app-header{z-index:100;border-bottom:1px solid var(--ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:sticky;top:0}.app-header__inner{grid-template-columns:auto 1fr auto;align-items:center;max-width:1440px;min-height:68px;margin:0 auto;padding:0 42px;display:grid}.app-header__brand{font-family:var(--display);font-size:var(--text-header-brand);color:var(--ink);letter-spacing:0}.app-header__nav{justify-content:center;gap:26px;display:flex}.app-header__nav a{color:#333;font-size:var(--text-nav);letter-spacing:.04em;text-transform:uppercase;padding:24px 0 22px;font-weight:400;position:relative}.app-header__nav a:after{background:var(--accent);content:"";height:2px;transition:transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.app-header__nav a:hover,.app-header__nav a.is-active{color:var(--ink);font-weight:600}.app-header__nav a.is-active:after{transform:scaleX(1)}.app-header__actions{align-items:center;gap:8px;display:flex}.app-header__search,.app-header__menu{color:#171915;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.app-header__search:hover,.app-header__menu:hover{border-color:#dcd6ca}.app-header__menu{cursor:pointer;display:none}.app-header a:focus-visible,.app-header button:focus-visible{outline-offset:3px;outline:3px solid #a4c7ae}@media (max-width:760px){.app-header__inner{grid-template-columns:1fr auto;padding:0 16px}.app-header__actions{grid-column:2}.app-header__menu{display:inline-flex}.app-header__nav{background:#fff;border-bottom:1px solid #dcd6ca;flex-direction:column;gap:0;display:none;position:absolute;top:68px;left:0;right:0}.app-header__nav--open{display:flex}.app-header__nav a{border-top:1px solid #eee9df;padding:18px 20px}.app-header__nav a:after{display:none}}.home-recipe-card__image--empty{color:#2f5a41;background:#e6eee7;place-items:center;display:grid}.home-recipe-card__image--empty>span{font-family:var(--sans);font-size:2rem;font-weight:600}.home-personal-empty{margin-bottom:var(--space-block-gap);padding:var(--space-band-padding) 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:0 0;justify-content:space-between;align-items:center;gap:20px;display:flex}.home-personal-empty p{color:#6e7169;margin:0}.home-personal-empty a{font-weight:800;text-decoration:underline}@media (max-width:620px){.home-personal-empty{flex-direction:column;align-items:flex-start}}.app-header__auth{color:#171915;cursor:pointer;background:0 0;border:1px solid #dcd6ca;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.app-header__auth:hover{border-color:#171915}.login-page,.admin-gate{place-items:center;min-height:calc(100vh - 70px);padding:48px 20px;display:grid}.login-card,.admin-gate{text-align:left}.login-card{border:1px solid var(--line);background:var(--surface);width:min(470px,100%);padding:38px}.login-card h1,.admin-gate h1{font-family:var(--display);letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400}.login-card>p:not(.eyebrow){color:var(--muted);margin:0 0 26px;line-height:1.6}.login-card form{gap:18px;margin:28px 0 22px;display:grid}.login-card label{gap:8px;font-size:.8rem;font-weight:800;display:grid}.login-card input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;padding:13px 14px}.login-card button{cursor:pointer;border:0}.login-card button:disabled{cursor:wait;opacity:.65}.login-error{font-size:.85rem;color:#9f2f25!important;margin:0!important}.admin-gate{flex-direction:column;justify-content:center;align-items:flex-start;max-width:760px;margin:0 auto;display:flex}@media (max-width:760px){.app-header__auth span{display:none}.app-header__auth{justify-content:center;width:42px;padding:0}}.login-inline-action{justify-content:flex-end;margin-top:-6px;font-size:.82rem;display:flex}.login-inline-action a,.login-card>a{text-underline-offset:3px;text-decoration:underline}.login-success{font-size:.85rem;color:#2f6b43!important;margin:0!important}.login-confirmation{border-left:3px solid var(--ink);background:#fff;gap:8px;margin:28px 0 22px;padding:16px 18px;display:grid}.login-confirmation p{color:var(--muted);margin:0;line-height:1.55}.login-password-hint{font-size:.78rem;color:var(--muted)!important;margin:-8px 0 0!important}
