/*
Theme Name: Baby Led Kitchen Bespoke
Theme URI: https://babyledkitchen.co.uk/
Author: Baby Led Kitchen
Description: A standalone, app-led recipe discovery theme for Baby Led Kitchen.
Version: 1.1.24
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: babyledkitchen-bespoke
*/

:root { --blkw-coral:#f76259; --blkw-teal:#56bec0; --blkw-ink:#202020; --blkw-paper:#fff; --blkw-line:#e6e6e6; --blkw-width:1234px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:#333; background:#cfd5d8 url("https://assets.babyledkitchen.co.uk/babyledkitchen/r2s3-offload/sites/1/2017/04/iStock-517488868.jpg") center top / cover fixed; font-family:"Droid Serif", Georgia, serif; font-size:16px; line-height:1.55; }
img { display:block; max-width:100%; height:auto; }
a { color:inherit; text-underline-offset:.15em; }
a:hover { color:var(--blkw-coral); }
button,input,textarea,select { font:inherit; }
:focus-visible { outline:3px solid var(--blkw-coral); outline-offset:3px; }
.screen-reader-text { position:absolute; width:1px; height:1px; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.screen-reader-text:focus { z-index:1000; top:12px; left:12px; width:auto; height:auto; margin:0; padding:9px 13px; overflow:visible; clip:auto; color:#fff; background:#111; }
.blkw-shell { width:min(calc(100% - 32px),var(--blkw-width)); margin:0 auto; }

/* A quiet, centred masthead keeps the original site's logo-first rhythm. */
.blkw-site-header { padding-top:90px; }
.blkw-header-inner { display:flex; min-height:110px; align-items:center; overflow:hidden; border-radius:16px 16px 0 0; background:#fff; }
.blkw-brand { display:flex; width:210px; min-width:210px; min-height:110px; align-items:center; justify-content:center; padding:12px 28px; border-right:1px solid #f0f0f0; }
.blkw-brand img { width:130px; max-height:84px; object-fit:contain; }
.blkw-menu-toggle { display:none; margin-left:auto; padding:.55rem .75rem; color:#111; border:1px solid #ddd; background:#fff; }
.blkw-primary-menu { flex:1; }
.blkw-primary-menu ul { display:flex; justify-content:center; margin:0; padding:0; list-style:none; }
.blkw-primary-menu li { border-right:1px solid #f1f1f1; }
.blkw-primary-menu a { display:block; padding:43px 20px 39px; color:#202020; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.65rem; font-weight:600; letter-spacing:.015em; line-height:1; text-decoration:none; text-transform:uppercase; }
.blkw-primary-menu a:hover,.blkw-primary-menu .current-menu-item>a { color:var(--blkw-coral); }
.blkw-main { min-height:55vh; }

/* The dark food-textured recipe mosaic is the homepage's visual anchor. */
.blkw-featured { position:relative; padding:38px 0; background:#252525 url("https://assets.babyledkitchen.co.uk/babyledkitchen/r2s3-offload/sites/1/2016/10/iStock-516181432.jpg") center / cover; }
.blkw-featured-scroll,.blkw-featured-scroll * { -webkit-user-select:none; user-select:none; }
.blkw-featured-scroll { display:flex; gap:14px; width:100%; overflow-x:auto; padding:0 68px; cursor:grab; scrollbar-width:none; touch-action:pan-y; }
.blkw-featured-scroll::-webkit-scrollbar { display:none; }
.blkw-featured-scroll.is-dragging { cursor:grabbing; }
.blkw-mosaic-panel { display:grid; flex:0 0 400px; height:410px; grid-template-columns:1fr 1fr; grid-template-rows:164px 236px; gap:10px; scroll-snap-align:center; }
.blkw-mosaic-panel .blkw-recipe-card { display:block; min-width:0; min-height:0; padding:12px; overflow:hidden; border:0; border-radius:9px; background:#fff; box-shadow:0 0 18px rgba(0,0,0,.6); }
.blkw-mosaic-panel--single .blkw-recipe-card { grid-column:1 / span 2; grid-row:1 / span 2; }
.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(1) { grid-column:1 / span 2; grid-row:1; }
.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(2) { grid-column:1; grid-row:2; }
.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(3) { grid-column:2; grid-row:2; }
.blkw-mosaic-panel .blkw-recipe-card__image-link { float:left; width:48%; min-height:0; height:100%; background:#eee; }
.blkw-mosaic-panel--single .blkw-recipe-card,.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(2),.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(3) { display:flex; flex-direction:column; }
.blkw-mosaic-panel--single .blkw-recipe-card__image-link,.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(2) .blkw-recipe-card__image-link,.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(3) .blkw-recipe-card__image-link { float:none; width:100%; min-height:0; height:auto; flex:1 1 auto; }
.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(1) { display:flex; }
.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(1) .blkw-recipe-card__image-link { float:none; width:auto; min-height:0; height:auto; flex:0 0 48%; }
.blkw-mosaic-panel .blkw-recipe-card__image { width:100%; height:100%; border-radius:4px; object-fit:cover; transition:transform .25s ease; }
.blkw-mosaic-panel .blkw-recipe-card__image-link:hover .blkw-recipe-card__image { transform:scale(1.035); }
.blkw-mosaic-panel .blkw-recipe-card__body { min-height:100%; padding:12px 0 0; overflow:hidden; }
.blkw-mosaic-panel--single .blkw-recipe-card__body,.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(2) .blkw-recipe-card__body,.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(3) .blkw-recipe-card__body { min-height:0; flex:0 0 auto; padding:12px 0 0; }
.blkw-mosaic-panel--mixed .blkw-recipe-card:nth-child(1) .blkw-recipe-card__body { min-height:0; flex:1 1 auto; padding:0 0 0 14px; }
.blkw-mosaic-panel .blkw-recipe-card__category,.blkw-mosaic-panel .blkw-recipe-card__description,.blkw-mosaic-panel .blkw-recipe-card__link { display:none; }
.blkw-mosaic-panel .blkw-recipe-card h3 { display:-webkit-box; margin:0; overflow:hidden; color:#222; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.5rem; font-weight:500; line-height:1.2; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.blkw-mosaic-panel .blkw-recipe-card h3 a { text-decoration:none; }
.blkw-mosaic-control { position:absolute; z-index:2; top:50%; width:55px; height:96px; padding:0; transform:translateY(-50%); cursor:pointer; color:#fff; border:0; background:rgba(50,50,50,.42); font-size:62px; font-weight:200; line-height:1; }
.blkw-mosaic-control:hover { background:rgba(50,50,50,.7); }
.blkw-mosaic-control--previous { left:0; }
.blkw-mosaic-control--next { right:0; }

.blkw-content-wrap { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:0; width:min(100%,var(--blkw-width)); margin:0 auto; overflow:hidden; background:#fff; box-shadow:0 8px 20px rgba(0,0,0,.12); }
.blkw-feed { padding:48px 54px 66px; }
.blkw-feed-heading { margin:0 0 28px; color:#1d1d1d; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:2.25rem; font-weight:500; letter-spacing:.01em; text-transform:uppercase; }
.blkw-feed-heading span { display:block; width:70px; height:3px; margin-top:9px; background:var(--blkw-coral); }
.blkw-feed-list { display:grid; gap:34px; }
.blkw-recipe-card { display:grid; grid-template-columns:42% 1fr; min-height:215px; border-bottom:1px solid var(--blkw-line); }
.blkw-recipe-card__image-link { display:block; min-height:215px; overflow:hidden; background:#eee; }
.blkw-recipe-card__image { width:100%; height:100%; object-fit:cover; transition:opacity .2s ease; }
.blkw-recipe-card__image-link:hover .blkw-recipe-card__image { opacity:.85; }
.blkw-recipe-card__body { padding:4px 0 18px 34px; }
.blkw-recipe-card__category { display:inline-block; margin:0 0 11px; padding:2px 9px; border:1px solid #cfcfcf; border-radius:3px; color:#555; font-size:.78rem; line-height:1.3; }
.blkw-recipe-card h3,.blkw-content h1,.blkw-content h2,.blkw-page-header h1,.blkw-recipe-stub h1,.blkw-retired h1 { margin:0 0 13px; color:#222; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-weight:500; line-height:1.05; }
.blkw-recipe-card h3 { font-size:2.25rem; }
.blkw-recipe-card h3 a { text-decoration:none; }
.blkw-recipe-card__description { color:#444; }
.blkw-recipe-card__link { display:inline-block; margin-top:18px; padding:7px 12px 6px; border:2px solid #333; color:#222; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.15rem; font-weight:600; letter-spacing:.015em; line-height:1; text-decoration:none; text-transform:uppercase; }
.blkw-recipe-card__link:hover { border-color:var(--blkw-coral); color:var(--blkw-coral); }

.blkw-sidebar { padding:48px 34px; border-left:1px solid #f0f0f0; background:#f7fbfb; }
.blkw-sidebar-panel { margin-bottom:34px; padding:24px; background:#eef8f8; text-align:center; }
.blkw-sidebar-panel h2 { margin:0 0 16px; color:#222; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:2rem; font-weight:500; text-transform:uppercase; }
.blkw-sidebar-panel p { margin:0; font-size:.9rem; line-height:1.55; }
.blkw-sidebar-avatar { width:170px; height:170px; margin:0 auto 18px; overflow:hidden; border:7px solid #fff; border-radius:50%; }
.blkw-sidebar-avatar img { width:100%; height:100%; object-fit:cover; }
.blkw-sidebar-categories { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.blkw-sidebar-categories a { display:block; padding:11px 7px; color:#222; border:1px solid #ddd; background:#fff; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.3rem; font-weight:500; line-height:1; text-align:center; text-decoration:none; }
.blkw-sidebar-categories a:hover { color:#fff; border-color:var(--blkw-coral); background:var(--blkw-coral); }
.blkw-app-prompt { padding:25px 24px; color:#fff; background:#262626; text-align:center; }
.blkw-app-prompt h2 { color:#fff; }
.blkw-app-prompt p { margin-bottom:19px; }
.blkw-button { display:inline-block; padding:10px 15px 9px; color:#fff; border:0; border-radius:0; background:var(--blkw-coral); font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.28rem; font-weight:600; letter-spacing:.02em; line-height:1; text-decoration:none; text-transform:uppercase; }
.blkw-button:hover { color:#fff; background:#e6554e; }

.blkw-home-content { margin-top:32px; padding-top:30px; border-top:1px solid var(--blkw-line); }
.blkw-home-content h2 { color:#222; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:2rem; font-weight:500; }
.blkw-content { width:min(100%,var(--blkw-width)); margin:0 auto; padding:55px 54px 70px; background:#fff; }
.blkw-content--app { width:min(calc(100% - 32px),var(--blkw-width)); padding-right:54px; padding-left:54px; }
.blkw-content--app > header h1 { text-align:center; }
.blkw-content--app .wpb_text_column p:has(> a[href*="play.google.com"]) { display:flex; align-items:center; justify-content:center; gap:0; }
.blkw-content--app a[href*="play.google.com"],.blkw-content--app a[href*="apps.apple.com"] { display:inline-flex; margin:0; vertical-align:middle; }
.blkw-content--app a[href*="play.google.com"] img,.blkw-content--app a[href*="apps.apple.com"] img { margin:0; }
.blkw-content h1 { font-size:4rem; }
.blkw-content h2 { margin-top:1.4em; font-size:2.55rem; }
.blkw-content h3 { margin-top:1.3em; color:#222; font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.9rem; font-weight:500; }
.blkw-content .wp-block-button__link { border-radius:0; background:var(--blkw-coral); font-family:"Yanone Kaffeesatz","Arial Narrow",sans-serif; font-size:1.3rem; font-weight:600; text-transform:uppercase; }
.blkw-page-header { width:min(100%,var(--blkw-width)); margin:0 auto; padding:52px 54px 35px; background:#fff; border-bottom:1px solid var(--blkw-line); }
.blkw-page-header h1 { font-size:4.2rem; }
.blkw-page-header p { max-width:56ch; margin:0; }
.blkw-archive { width:min(100%,var(--blkw-width)); margin:0 auto; padding:42px 54px 70px; background:#fff; }
.blkw-archive .blkw-card-grid { display:grid; gap:34px; }
.blkw-pagination { display:flex; gap:7px; margin-top:38px; }
.blkw-pagination .page-numbers { padding:5px 10px; border:1px solid #ddd; text-decoration:none; }
.blkw-pagination .current { color:#fff; border-color:#222; background:#222; }
.blkw-recipe-stub { width:min(100%,var(--blkw-width)); margin:0 auto; padding:55px; background:#fff; }
.blkw-recipe-stub__grid { display:grid; grid-template-columns:minmax(280px,48%) 1fr; align-items:start; gap:48px; max-width:980px; margin:0 auto; }
.blkw-recipe-stub__image { overflow:hidden; background:#eee; }
.blkw-recipe-stub__image img { width:100%; aspect-ratio:1/1; object-fit:cover; }
.blkw-recipe-stub__copy { padding-top:8px; }
.blkw-recipe-stub__category { display:inline-block; margin:0 0 14px; padding:3px 9px; border:1px solid #ccc; font-size:.8rem; }
.blkw-recipe-stub h1 { font-size:4.5rem; }
.blkw-recipe-stub__description { font-size:1.05rem; }
.blkw-stub-note { margin:23px 0; padding:15px 17px; border-left:4px solid var(--blkw-coral); background:#f7f7f7; }
.blkw-retired { width:min(100%,var(--blkw-width)); min-height:460px; margin:0 auto; padding:90px 32px; background:#fff; text-align:center; }
.blkw-retired h1 { font-size:4.6rem; }
.blkw-site-footer { width:min(100%,var(--blkw-width)); margin:0 auto; padding:25px 54px; color:#444; background:#fff; }
.blkw-footer-inner { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.blkw-site-footer p { margin:0; font-size:.8rem; line-height:1.6; }
.blkw-social-links { display:flex; gap:13px; margin:0; padding:0; list-style:none; }
.blkw-social-links a { display:grid; width:37px; height:37px; place-items:center; overflow:hidden; border-radius:50%; color:#fff; background:#333; font-family:Arial,sans-serif; font-size:0; text-decoration:none; }
.blkw-social-links a::before { font-size:18px; font-weight:700; }
.blkw-social-links li:first-child a::before { content:"◎"; }
.blkw-social-links li:last-child a::before { content:"f"; }
.blkw-empty { padding:45px; background:#fff; text-align:center; }

@media (max-width:1050px) { .blkw-primary-menu a { padding-right:12px; padding-left:12px; font-size:1.45rem; } .blkw-content-wrap { grid-template-columns:minmax(0,1fr) 300px; } .blkw-feed { padding-right:34px; padding-left:34px; } .blkw-sidebar { padding-right:22px; padding-left:22px; } }
@media (max-width:780px) { body { background-size:auto 100%; } .blkw-site-header { padding-top:20px; } .blkw-shell { width:min(calc(100% - 20px),var(--blkw-width)); } .blkw-header-inner { min-height:78px; border-radius:12px 12px 0 0; } .blkw-brand { width:150px; min-width:150px; min-height:78px; padding:8px 14px; } .blkw-brand img { width:105px; } .blkw-menu-toggle { display:block; margin-right:15px; } .blkw-primary-menu { position:absolute; z-index:20; top:98px; right:10px; left:10px; display:none; background:#fff; box-shadow:0 8px 20px rgba(0,0,0,.22); } .blkw-primary-menu.is-open { display:block; } .blkw-primary-menu ul { display:block; } .blkw-primary-menu li { border-right:0; border-bottom:1px solid #eee; } .blkw-primary-menu a { padding:15px 18px; } .blkw-featured { padding:18px 0; } .blkw-featured-scroll { gap:10px; padding-right:18px; padding-left:18px; } .blkw-mosaic-panel { flex-basis:300px; height:310px; grid-template-rows:120px 180px; gap:10px; } .blkw-mosaic-panel .blkw-recipe-card h3 { font-size:1.25rem; } .blkw-mosaic-control { display:none; } .blkw-content-wrap { display:block; width:calc(100% - 20px); } .blkw-feed,.blkw-sidebar { padding:30px 22px; border-left:0; } .blkw-sidebar { border-top:1px solid #eee; } .blkw-recipe-card { grid-template-columns:38% 1fr; min-height:155px; } .blkw-recipe-card__image-link { min-height:155px; } .blkw-recipe-card__body { padding-left:18px; } .blkw-recipe-card h3 { font-size:1.75rem; } .blkw-recipe-card__description { display:none; } .blkw-recipe-card__link { margin-top:10px; font-size:1rem; } .blkw-page-header,.blkw-archive,.blkw-recipe-stub,.blkw-site-footer { width:calc(100% - 20px); } .blkw-page-header,.blkw-archive,.blkw-recipe-stub { padding:35px 22px; } .blkw-content--app { width:calc(100% - 20px); padding-right:22px; padding-left:22px; } .blkw-page-header h1,.blkw-content h1,.blkw-recipe-stub h1,.blkw-retired h1 { font-size:3.25rem; } .blkw-recipe-stub__grid { grid-template-columns:1fr; gap:25px; } .blkw-site-footer { padding:25px 22px; } .blkw-footer-inner { display:block; } .blkw-social-links { margin-top:18px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; } }
