@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root{
  --bg:#f6f1ea;
  --surface:#fbf7f1;
  --card:#fffdf9;
  --card-strong:#fffaf3;
  --text:#2f241a;
  --muted:#766a5a;
  --line:#eadfce;
  --line-strong:#decfb9;
  --dark:#0f0c08;
  --dark-soft:#18130d;
  --olive:#707127;
  --olive-strong:#5c5d1f;
  --orange:#c65b17;
  --orange-strong:#a64d13;
  --cream:#faf5ee;
  --shadow:0 18px 40px rgba(40,24,11,.08);
  --shadow-soft:0 10px 24px rgba(37,24,11,.06);
  --radius:22px;
  --radius-sm:16px;
  --shell:1320px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.site-shell{max-width:var(--shell);margin:0 auto;padding:0 22px}
.container{max-width:var(--shell);margin:0 auto;padding:0 22px 40px}
main.container{padding-top:34px}

h1,h2,h3,h4,.serif-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  line-height:.95;
  letter-spacing:-.02em;
  font-weight:700;
}

.menu-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.56);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:90;
}
.menu-overlay.active{opacity:1;pointer-events:auto}
body.menu-open{overflow:hidden}

.site-header{position:sticky;top:0;z-index:100;background:rgba(15,12,8,.98);backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(0,0,0,.25)}
.utility-bar{
  background:linear-gradient(90deg,#2d3407 0%, #222805 50%, #171b04 100%);
  color:#e7dfbe;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.utility-bar__inner{
  min-height:28px;display:flex;align-items:center;gap:26px;font-size:.78rem;font-weight:600;
}
.utility-bar__actions{margin-left:auto;display:flex;align-items:center;gap:18px}
.utility-bar__actions a{color:#fff}
.utility-cta{
  background:var(--orange);padding:8px 16px;border-radius:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;
}
.main-header{background:rgba(15,12,8,.98)}
.main-header__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px}
.brand-mark{display:flex;align-items:center;gap:12px;color:#fff;min-width:220px}
.brand-mark__icon{
  width:40px;height:40px;border-radius:12px;background:rgba(198,91,23,.12);display:flex;align-items:center;justify-content:center;font-size:1.4rem;
}
.brand-mark__text{display:flex;flex-direction:column;gap:2px}
.brand-mark__text strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.95rem;font-weight:700;line-height:.9}
.brand-mark__text small{text-transform:uppercase;letter-spacing:.24em;font-size:.60rem;color:#e1d2c0}
.main-nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:flex-end}
.nav-link{
  color:#f2ece5;padding:18px 12px 16px;border-radius:0;font-size:.86rem;font-weight:700;transition:.2s ease;background:transparent;position:relative;
}
.nav-link:hover,.nav-link.active{background:transparent;color:#fff}
.nav-link.active::after,.nav-link:hover::after{content:'';position:absolute;left:12px;right:12px;bottom:8px;height:2px;border-radius:999px;background:var(--orange)}
.header-extras{display:flex;align-items:center;gap:12px;margin-left:10px}
.header-mini-link{color:#f7f1eb;font-weight:600;white-space:nowrap;font-size:.9rem}
.header-inline-search{display:flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;overflow:hidden;background:rgba(255,255,255,.04);height:38px}
.header-inline-search input{
  width:170px;background:transparent;border:none;color:#fff;padding:9px 14px;outline:none;font-size:.88rem
}
.header-inline-search input::placeholder{color:#c7b5a0}
.header-inline-search button{width:38px;height:38px;border:none;background:transparent;color:#fff;font-size:1rem}
.mobile-menu-btn{display:none;background:rgba(255,255,255,.08);border:none;color:#fff;padding:10px 14px;border-radius:12px;font-size:1.2rem}
.mobile-search-wrapper{display:none}

.hero-home{
  position:relative;overflow:hidden;border-radius:0 0 30px 30px;min-height:610px;background:#120d08;
}
.hero-home__bg{position:absolute;inset:0}
.hero-home__bg::after{
  content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.68) 29%,rgba(0,0,0,.35) 57%,rgba(0,0,0,.55) 100%);
}
.hero-home__bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.03) brightness(.9)}
.hero-home__content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(340px,530px) 1fr;gap:26px;padding:58px 22px 46px;align-items:end;min-height:610px}
.hero-home__panel{max-width:520px;color:#fff;padding:22px 0}
.featured-pill{
  display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(112,113,39,.92);color:#f9f5d9;font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:18px
}
.hero-home__title{font-size:5rem;max-width:520px;margin-bottom:16px}
.hero-home__lead{font-size:1.45rem;color:#ede3d8;max-width:520px;line-height:1.45;margin-bottom:22px}
.hero-search{
  display:flex;align-items:center;background:#fff;border:2px solid rgba(255,255,255,.22);border-radius:18px;overflow:hidden;max-width:510px;box-shadow:var(--shadow)
}
.hero-search input{flex:1;border:none;outline:none;padding:18px 20px;font-size:1.02rem;color:#3a2c1f;background:#f7f1eb}
.hero-search button{border:none;background:var(--orange);color:#fff;font-weight:700;padding:18px 28px;min-width:140px}
.hero-popular{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px;color:#efe7dc}
.hero-popular strong{font-size:.95rem}
.hero-tag{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);font-size:.92rem;color:#fff}
.hero-home__visual{display:flex;justify-content:flex-end;align-items:flex-end;min-height:420px}
.hero-home__visual img{width:min(830px,100%);border-radius:30px;opacity:0;pointer-events:none}

.category-scroller{
  margin-top:-18px;position:relative;z-index:3;padding:0 0 8px;
}
.category-scroller__track{
  background:var(--surface);border-radius:32px;padding:20px;display:grid;grid-template-columns:repeat(12,minmax(92px,1fr));gap:16px;box-shadow:var(--shadow)
}
.category-mini-card{
  min-height:116px;border-radius:22px;background:#fff;border:1px solid #f0e6d8;padding:14px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;transition:.22s ease;box-shadow:0 4px 12px rgba(40,20,10,.03)
}
.category-mini-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.category-mini-card__icon{
  width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff7f0;color:var(--orange);font-size:1.35rem;border:1px solid #f0dbc7
}
.category-mini-card span:last-child{font-size:.96rem;font-weight:600;color:#564a3f;line-height:1.2}
.category-mini-card--all{background:linear-gradient(180deg,var(--olive) 0%, var(--olive-strong) 100%);color:#fff;border:none}
.category-mini-card--all .category-mini-card__icon{background:rgba(255,255,255,.12);color:#fff;border:none}
.category-mini-card--all span:last-child{color:#fff}

.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.section-title{font-size:3.3rem;color:#2a1f17}
.section-link{color:var(--orange);font-weight:700;display:inline-flex;align-items:center;gap:10px}
.section-link::after{content:'→';font-size:1.2rem}
.home-section{padding:26px 0 10px}

.recipe-grid.featured-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.recipe-showcase-card{
  background:#100b07;border-radius:24px;overflow:hidden;position:relative;min-height:420px;box-shadow:var(--shadow)
}
.recipe-showcase-card__image{position:absolute;inset:0}
.recipe-showcase-card__image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.68) 64%,rgba(0,0,0,.84) 100%)}
.recipe-showcase-card__image img{width:100%;height:100%;object-fit:cover}
.recipe-showcase-card__content{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:18px 18px 16px}
.recipe-showcase-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.recipe-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#fff;color:#58412b;font-size:.78rem;font-weight:700}
.recipe-badge{padding:7px 10px;border-radius:999px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.recipe-badge.is-easy{background:#7b8b3d;color:#fff4d4}
.recipe-badge.is-medium{background:#d78c1e;color:#fff6e5}
.recipe-badge.is-hard{background:#bc4a14;color:#fff0eb}
.recipe-showcase-card h3{font-size:2rem;line-height:.95;margin-bottom:16px;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.recipe-showcase-card__favorite{display:flex;justify-content:flex-end;font-size:1.5rem;color:#fff7f0;opacity:.9}
.recipe-showcase-card__favorite span{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06)}

.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#8c755d;margin-bottom:20px;flex-wrap:wrap}
.breadcrumbs a{color:var(--orange);font-weight:600}
.breadcrumbs span{color:#9f8a75}

.page-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:22px}
.page-intro__copy h1{font-size:4.2rem;margin-bottom:12px;color:#261c14}
.page-intro__copy p{max-width:760px;color:var(--muted);font-size:1.08rem;line-height:1.6}
.page-intro__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.filter-pill{
  display:inline-flex;align-items:center;gap:8px;padding:14px 18px;border-radius:16px;border:1px solid var(--line-strong);background:var(--card);font-weight:700;color:#705944
}
.filter-pill.active{background:var(--olive);color:#fff;border-color:transparent}

.category-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
.category-toolbar{
  display:grid;grid-template-columns:minmax(0,1fr) 210px 130px;gap:12px;margin-bottom:20px
}
.category-toolbar input,.category-toolbar select,.category-toolbar button{
  min-height:56px;border-radius:16px;border:1px solid var(--line-strong);background:var(--card);padding:0 16px;color:var(--text)
}
.category-toolbar button{background:var(--orange);border-color:transparent;color:#fff;font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.category-card{
  background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.22s ease
}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card__image{height:150px;position:relative;background:#ddd}
.category-card__image img{width:100%;height:100%;object-fit:cover}
.category-card__icon{
  position:absolute;left:50%;bottom:-26px;transform:translateX(-50%);width:64px;height:64px;border-radius:50%;background:#fff8f1;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;font-size:1.7rem;color:var(--orange);box-shadow:0 8px 20px rgba(50,30,12,.10)
}
.category-card__body{padding:34px 14px 14px}
.category-card h3{font-size:1.7rem;line-height:.95;margin-bottom:8px}
.category-card p{font-size:.95rem;color:var(--muted);min-height:50px;line-height:1.45}
.category-card__meta{margin-top:12px;text-align:right;color:var(--orange);font-size:.88rem;font-weight:700}
.sidebar-highlight,.sidebar-panel{
  background:var(--card);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-soft)
}
.sidebar-highlight__eyebrow,.sidebar-panel__eyebrow{font-size:.84rem;text-transform:uppercase;letter-spacing:.06em;color:#8b7b53;font-weight:800;margin-bottom:10px}
.sidebar-highlight h2,.sidebar-panel h3{font-size:3rem;line-height:.95;margin-bottom:12px}
.sidebar-highlight p,.sidebar-panel p{color:var(--muted);line-height:1.55}
.sidebar-highlight__image{margin:20px -8px 18px;border-radius:24px;overflow:hidden;height:250px}
.sidebar-highlight__image img{width:100%;height:100%;object-fit:cover}
.highlight-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:18px}
.highlight-stat{text-align:center}
.highlight-stat strong{display:block;font-size:1.4rem;color:#433321}
.highlight-stat span{display:block;font-size:.84rem;color:var(--muted)}
.primary-wide-btn{
  width:100%;min-height:56px;border-radius:14px;border:none;background:var(--orange);color:#fff;font-weight:700;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px
}
.primary-wide-btn::after{content:'→';font-size:1.2rem}

.recipe-page-shell{max-width:1220px;margin:0 auto}
.recipe-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:20px;align-items:start}
.recipe-hero-card{display:grid;grid-template-columns:minmax(430px,.9fr) minmax(470px,1fr);gap:20px;margin-bottom:14px;align-items:start}
.recipe-hero-copy{padding-top:4px}
.recipe-copy-inner{max-width:100%}
.recipe-hero-copy h1,.recipe-title{font-size:3.7rem;margin:10px 0 12px;line-height:.94;letter-spacing:-.028em;color:#261d15;max-width:430px}.recipe-title--long{font-size:3.24rem;line-height:.95;max-width:430px}.recipe-title--xlong{font-size:2.92rem;line-height:.97;max-width:430px}
.recipe-hero-copy p{font-size:.92rem;color:var(--muted);max-width:410px;line-height:1.46}
.recipe-key-metrics{display:flex;gap:10px 14px;flex-wrap:wrap;margin:16px 0 14px}
.metric-pill{display:flex;align-items:flex-start;gap:6px;color:#594936;font-weight:700;font-size:.8rem}
.metric-pill span{font-size:.86rem;line-height:1.1;margin-top:1px}
.metric-pill small{display:block;color:var(--muted);font-size:.64rem;font-weight:600;margin-top:1px}
.recipe-action-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:6px;max-width:390px}
.recipe-action-row a,.recipe-action-row button{
  min-height:40px;border-radius:12px;border:1px solid var(--line-strong);background:var(--card);color:#6d5a48;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.84rem;padding:0 10px
}
.recipe-hero-image{border-radius:18px;overflow:hidden;min-height:292px;max-height:292px;box-shadow:0 10px 24px rgba(37,24,11,.06);background:#ede1d3}
.recipe-hero-image img{width:100%;height:292px;object-fit:cover}
.recipe-side-stack{display:flex;flex-direction:column;gap:12px;position:sticky;top:108px}
.info-box{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 8px 22px rgba(37,24,11,.04)}
.info-box + .info-box{margin-top:2px}
.info-box__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:12px}
.info-mini{text-align:left}
.info-mini strong{display:block;color:#38291b;font-size:.95rem;line-height:1.05}
.info-mini span{display:block;font-size:.7rem;color:var(--muted);margin-top:3px}
.avatar-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:.8rem;line-height:1.3}
.avatar-row span{max-width:120px}
.avatar-stack{display:flex;align-items:center}
.avatar-stack span{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#d4b399,#8e5a37);border:2px solid #fff;margin-left:-6px}
.avatar-stack span:first-child{margin-left:0}
.sidebar-panel__eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8a744e;margin-bottom:8px}
.info-box ul{padding-left:18px;color:#5a4a3b;display:grid;gap:8px;font-size:.86rem;line-height:1.4}
.side-link{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--orange);font-weight:700;font-size:.86rem}
.side-link::after{content:'→'}
.rating-box__value{display:flex;align-items:flex-end;gap:10px;margin-bottom:10px}
.rating-box__value strong{font-size:3rem;font-family:'Cormorant Garamond',Georgia,serif;line-height:.84}
.rating-box__value p{font-size:.9rem;color:var(--muted)}
.rating-box__stars{color:#d36b1f;font-size:.96rem;letter-spacing:.12em;margin-bottom:2px}

.recipe-rich-section{margin:14px 0}
.recipe-two-col{display:grid;grid-template-columns:1fr 1.18fr;gap:14px}
.content-card{
  background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 8px 22px rgba(37,24,11,.04)
}
.content-card h2,.content-card h3{font-size:1.95rem;margin-bottom:8px;color:#2b2018}
.content-card p{color:var(--muted);line-height:1.48;font-size:.86rem}
#ingredientes-lista,.recipe-two-col .content-card:last-child{min-height:244px}
.check-list,.step-list{display:grid;gap:8px;margin-top:10px}
.check-list li,.step-list li{list-style:none;color:#56493d;line-height:1.38;display:flex;align-items:flex-start;gap:10px;font-size:.84rem}
.check-list li::before{
  content:'☐';color:#d0b79e;font-size:.95rem;line-height:1.25;flex:0 0 auto
}
.step-list{counter-reset:recipe-steps}
.step-list li::before{
  counter-increment:recipe-steps;content:counter(recipe-steps);width:24px;height:24px;border-radius:50%;background:#fff1e7;border:1px solid #e2c6ae;color:var(--orange);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;flex:0 0 auto;margin-top:1px
}
.tip-card{background:#f5efdf;border-color:#ddd2ba;position:relative;overflow:hidden;padding-left:54px}
.tip-card::before{content:"✦";position:absolute;left:18px;top:16px;font-size:1rem;color:#c39a63}.tip-card::after{content:'✦';position:absolute;right:16px;bottom:8px;font-size:2.1rem;color:#e3d4bf;pointer-events:none}
.nutrition-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:8px}
.nutri-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:10px 14px;min-height:70px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 18px rgba(37,24,11,.03)}
.nutri-card span{color:var(--muted);font-size:.68rem;font-weight:700;text-transform:none}
.nutri-card strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.95rem;line-height:.9;margin-top:3px}
.related-strip{margin-top:10px}
.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;flex:1}
.related-card{background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 18px rgba(37,24,11,.03);transition:.22s ease}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.related-card__image{height:104px}
.related-card__image img{width:100%;height:100%;object-fit:cover}
.related-card__body{padding:8px 10px 10px}
.related-card__body h3{font-size:1.02rem;line-height:1.08;margin-bottom:4px;color:#2b2018}
.related-card__body p{color:var(--muted);font-size:.68rem;line-height:1.26;min-height:38px}
.related-card__meta{display:flex;gap:6px;flex-wrap:wrap;color:var(--muted);font-size:.62rem;margin-top:6px}

.recipe-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.recipe-list-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.22s ease}
.recipe-list-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.recipe-list-card__image{position:relative;height:235px;background:#d7c6b0}
.recipe-list-card__image img{width:100%;height:100%;object-fit:cover}
.recipe-list-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.05) 30%,rgba(0,0,0,.65) 100%)}
.recipe-list-card__top{position:absolute;left:14px;right:14px;top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.recipe-list-card__content{padding:16px 16px 18px}
.recipe-list-card__content h3{font-size:1.9rem;line-height:.95;margin-bottom:10px}
.recipe-list-card__content p{color:var(--muted);line-height:1.55;font-size:.96rem}
.recipe-list-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#7f6c58;font-size:.9rem;font-weight:600}
.heart-icon{font-size:1.4rem;color:#7d6c5e}

.search-hero{
  background:linear-gradient(180deg,#fff7ef 0%, #f6f1ea 100%);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow-soft);margin-bottom:22px
}
.search-hero h1{font-size:4rem;margin-bottom:10px}
.search-hero p{color:var(--muted);font-size:1.05rem}
.empty-panel{
  background:var(--card);border:1px dashed var(--line-strong);border-radius:22px;padding:38px 24px;text-align:center;color:var(--muted);box-shadow:var(--shadow-soft)
}
.empty-panel h2{font-size:2.8rem;margin-bottom:10px;color:#2c2119}
.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px;flex-wrap:wrap}
.pagination a,.pagination span{padding:12px 18px;border-radius:14px;background:var(--card);border:1px solid var(--line-strong);color:#655445;font-weight:700}
.pagination a:hover{background:#fff5eb}

.recipe-content-area,.share-buttons,.ad-slot,.recipe-card,.recipes-grid,.search-header,.no-results,.recipe-single,.recipe-meta,.recipe-content,.recipe-image,.recipe-ad-card{all:unset}
.ad-slot{display:block;margin:0 0 24px}
.ad-slot ins,.ad-slot iframe{max-width:100%}

.newsletter-strip{padding:24px 0 0}
.newsletter-strip__inner{
  background:#fff8f1;border:1px solid var(--line);border-radius:18px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 10px 22px rgba(37,24,11,.05)
}
.newsletter-strip__copy{display:flex;align-items:center;gap:16px}
.newsletter-strip__icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#606019;color:#fff;font-size:1rem}
.newsletter-strip__copy h3{font-size:1.95rem;margin-bottom:2px}
.newsletter-strip__copy p{color:var(--muted);font-size:.92rem}
.newsletter-strip__form{display:flex;align-items:center;gap:12px;min-width:min(520px,100%)}
.newsletter-strip__form input{flex:1;min-height:46px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;padding:0 16px}
.newsletter-strip__form button{min-height:46px;padding:0 20px;border:none;border-radius:12px;background:var(--orange);color:#fff;font-weight:700}

.site-footer{margin-top:0;background:#0e0b08;color:#f0e4d8}
.site-footer__grid{display:grid;grid-template-columns:1.25fr .9fr .9fr .9fr 1fr;gap:26px;padding:26px 22px 22px}
.brand-mark--footer{color:#fff}
.site-footer__about{color:#baa793;line-height:1.58;margin-top:12px;max-width:310px;font-size:.92rem}
.site-footer h4{font-size:.92rem;font-family:'Inter',sans-serif;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;color:#fff0e5}
.site-footer ul{list-style:none;display:grid;gap:7px}
.site-footer li a{color:#cbb7a3;font-size:.92rem}
.site-footer li a:hover{color:#fff}
.site-footer__socials{display:flex;align-items:center;gap:10px;margin-top:18px}
.site-footer__socials a{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);color:#fff}
.store-badges{display:grid;gap:10px;margin-top:12px}
.store-badges span{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);color:#fff;font-weight:700;font-size:.9rem}
.site-footer__bottom{padding:0 22px 18px;color:#baa793;font-size:.88rem}

.recipe-page-shell .featured-pill{padding:7px 12px;font-size:.74rem;margin-bottom:16px}
.recipe-page-shell .breadcrumbs{margin-bottom:16px;font-size:.85rem}
.recipe-page-shell .section-title{font-size:2.05rem;line-height:1}
.recipe-page-shell .recipe-rich-section .section-header{margin-bottom:14px}
.recipe-page-shell .primary-wide-btn{min-height:48px;border-radius:12px;font-size:.92rem}
.recipe-page-shell .info-box .primary-wide-btn::after{font-size:1rem}
.recipe-page-shell .tip-card p{max-width:92%}
.recipe-page-shell .check-list{margin-top:8px}
.recipe-page-shell .step-list{margin-top:8px}


.nutrition-title{font-size:1.72rem;margin:0 0 8px;color:#2b2018;display:flex;align-items:baseline;gap:5px}
.nutrition-title small{font-size:.7rem;color:#8e7d6c;font-family:'Inter',system-ui,sans-serif;font-weight:600}
.secondary-wide-btn{width:100%;min-height:38px;border-radius:12px;border:1px solid var(--line-strong);background:#fff8f0;color:#7b5a3b;font-weight:700;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem}
.secondary-wide-btn:hover{background:#fff2e6}
.sidebar-newsletter-box p{font-size:.76rem;line-height:1.38;margin-bottom:8px}
.sidebar-newsletter-form{display:grid;gap:10px}
.sidebar-newsletter-form input{min-height:38px;border-radius:10px;border:1px solid var(--line-strong);background:#fff;padding:0 12px;font-size:.82rem}
.sidebar-newsletter-form button{min-height:38px;border:none;border-radius:10px;background:var(--orange);color:#fff;font-weight:700;font-size:.84rem}
.section-header--compact{margin-bottom:8px}
.related-title{font-size:1.95rem}
.related-carousel-shell{display:flex;align-items:center;gap:6px}
.related-nav{width:34px;height:34px;border-radius:50%;border:1px solid var(--line-strong);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#8d7b69;font-size:1.1rem;flex:0 0 auto;box-shadow:0 6px 14px rgba(37,24,11,.04)}
.recipe-page-shell .featured-pill{padding:5px 10px;font-size:.6rem;margin-bottom:10px;border-radius:999px;background:#6e6b28;color:#fff;letter-spacing:.05em;text-transform:uppercase;font-weight:800;display:inline-flex}
.recipe-page-shell .breadcrumbs{margin-bottom:12px;font-size:.76rem}
.recipe-page-shell .breadcrumbs a{font-weight:700}
.recipe-page-shell .section-title{line-height:1}
@media (max-width:1120px){
  .nutrition-title{font-size:2rem}
  .related-carousel-shell{display:block}
  .related-nav{display:none}
}

@media (max-width: 1280px){
  .hero-home__title{font-size:4.4rem}
  .recipe-grid.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 1120px){
  .utility-bar__inner{gap:18px;font-size:.85rem}
  .header-extras{display:none}
  .category-scroller__track{grid-template-columns:repeat(6,minmax(0,1fr))}
  .hero-home__content{grid-template-columns:1fr;min-height:560px;padding-top:46px}
  .hero-home__visual{display:none}
  .page-intro{flex-direction:column}
  .category-layout,.recipe-detail-grid{grid-template-columns:1fr}
  .recipe-page-shell{max-width:100%}
  .recipe-side-stack{position:static;top:auto}
  .recipe-hero-card{grid-template-columns:1fr}
  .recipe-copy-inner,.recipe-hero-copy p,.recipe-action-row{max-width:100%}
  .recipe-hero-image{max-height:none;min-height:320px}
  .recipe-hero-image img{height:320px}
  .recipe-two-col{grid-template-columns:1fr}
  .nutrition-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 900px){
  .main-nav{
    position:fixed;top:0;right:-100%;width:320px;max-width:88vw;height:100vh;background:#120d08;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:78px 18px 20px;overflow:auto;transition:right .28s ease;z-index:95;border-left:1px solid rgba(255,255,255,.08)
  }
  .main-nav.active{right:0}
  .main-nav .nav-link{padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.04)}
  .mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}
  .mobile-search-wrapper{display:grid;gap:10px;margin-top:10px}
  .search-form-mobile{display:grid;gap:10px}
  .search-input-mobile{min-height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;padding:0 14px}
  .search-input-mobile::placeholder{color:#bfa993}
  .search-btn-mobile{min-height:48px;border:none;border-radius:14px;background:var(--orange);color:#fff;font-weight:700}
  .utility-bar__inner{flex-wrap:wrap;padding:10px 22px;min-height:auto}
  .utility-bar__actions{width:100%;justify-content:flex-end}
  .page-intro__copy h1,.search-hero h1{font-size:3.2rem}
  .recipe-copy-inner{max-width:100%}
  .recipe-hero-copy h1,.recipe-title{font-size:3.35rem}.recipe-title--long{font-size:3rem}.recipe-title--xlong{font-size:2.65rem}
  .recipe-list-grid,.recipe-grid.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-toolbar{grid-template-columns:1fr;}
  .newsletter-strip__inner,.newsletter-strip__form{flex-direction:column;align-items:stretch;min-width:0}
}

@media (max-width: 640px){
  .site-shell,.container{padding-left:16px;padding-right:16px}
  .brand-mark{min-width:0}
  .brand-mark__icon{width:42px;height:42px;font-size:1.45rem}
  .brand-mark__text strong{font-size:1.65rem}
  .brand-mark__text small{font-size:.58rem}
  .hero-home{border-radius:0 0 24px 24px;min-height:520px}
  .hero-home__content{min-height:520px;padding:34px 16px 28px}
  .hero-home__title{font-size:3.35rem}
  .hero-home__lead{font-size:1.05rem}
  .hero-search{flex-direction:column;border-radius:18px;overflow:hidden}
  .hero-search input,.hero-search button{width:100%}
  .hero-search button{min-height:54px}
  .category-scroller__track{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px;gap:12px;border-radius:24px}
  .category-mini-card{min-height:106px;border-radius:18px}
  .section-title{font-size:2.5rem}
  .page-intro__copy h1,.search-hero h1{font-size:2.7rem}
  .recipe-hero-copy h1,.recipe-title{font-size:2.7rem}.recipe-title--long,.recipe-title--xlong{font-size:2.4rem}
  .recipe-list-grid,.recipe-grid.featured-grid,.category-grid,.related-grid{grid-template-columns:1fr}
  .recipe-action-row{grid-template-columns:1fr;max-width:100%}
  .recipe-key-metrics{gap:12px 16px}
  .nutrition-grid{grid-template-columns:1fr 1fr}
  .recipe-hero-image{min-height:260px}
  .recipe-hero-image img{height:260px}
  .nutrition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .highlight-stats{grid-template-columns:1fr}
  .site-footer__grid{grid-template-columns:1fr}
}
