:root{
  --orange:#f47a18; --orange-dark:#dd6510; --ink:#202124; --muted:#6f7175; --line:#ececec;
  --cream:#fff8f1; --soft:#fff3e8; --white:#fff; --shadow:0 10px 30px rgba(30,30,30,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;background:#fff}
a{text-decoration:none;color:inherit} button,input{font:inherit} button{cursor:pointer}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.site-header{height:74px;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:50}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand-logo{width:54px;height:54px;object-fit:contain;border-radius:50%}.brand-text{display:block}
.brand strong{display:block;font-family:"Playfair Display",serif;font-size:20px;line-height:18px}.brand small{display:block;color:var(--orange);font-size:9px;letter-spacing:2.4px;font-weight:700;margin-top:4px}
.desktop-nav{display:flex;align-items:center;gap:31px;font-size:14px}.desktop-nav a{height:74px;display:flex;align-items:center;position:relative}.desktop-nav a.active,.desktop-nav a:hover{color:var(--orange)}.desktop-nav a.active:after{content:"";height:2px;background:var(--orange);left:0;right:0;bottom:0;position:absolute}
.nav-actions{display:flex;align-items:center;gap:13px}.mini-search{height:40px;width:185px;background:#f7f7f7;border-radius:22px;display:flex;align-items:center;padding:0 13px}.mini-search input{border:0;background:transparent;outline:0;width:100%;font-size:12px}.mini-search span{font-size:20px;color:#777}
.heart-btn{border:0;background:transparent;font-size:25px;position:relative;line-height:1}.heart-btn b{position:absolute;top:-6px;right:-7px;background:var(--orange);color:#fff;border-radius:20px;font-size:9px;min-width:16px;height:16px;display:grid;place-items:center}.menu-btn{display:none;border:0;background:transparent;font-size:24px}
.hero{height:462px;position:relative;overflow:hidden;background:#f8eee5}.hero-image{position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1800&q=88");background-size:cover;background-position:center 52%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,245,.98) 0%,rgba(255,250,245,.92) 34%,rgba(255,250,245,.30) 62%,rgba(255,250,245,.05) 100%)}
.hero-content{height:100%;display:flex;align-items:center;position:relative}.hero-copy{width:560px}.eyebrow{color:var(--orange);font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 10px}.hero h1{font-size:50px;line-height:1.08;letter-spacing:-1.7px;margin:0 0 18px;font-weight:700}.hero h1 span{color:var(--orange)}.hero-text{font-size:15px;line-height:1.7;color:#555;max-width:520px;margin:0 0 22px}
.hero-search{height:52px;max-width:470px;background:#fff;border:1px solid #eee;border-radius:28px;display:flex;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.07)}.hero-search input{border:0;outline:0;padding:0 19px;flex:1;min-width:0;font-size:13px}.hero-search button{border:0;background:var(--orange);color:#fff;padding:0 24px;font-weight:700}.hero-search button:hover,.primary-btn:hover{background:var(--orange-dark)}
.stats{display:flex;gap:34px;margin-top:28px}.stats div{display:flex;flex-direction:column;border-left:2px solid #f3b47e;padding-left:12px}.stats strong{font-size:20px}.stats span{font-size:11px;color:#777;margin-top:2px}
.categories{padding:38px 0 36px}.section-heading h2,.section-top h2{font-size:28px;margin:0;letter-spacing:-.7px}.centered{text-align:center}.category-row{display:grid;grid-template-columns:repeat(7,1fr);gap:18px;margin-top:25px}.category-card{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;gap:10px;color:#303030}.cat-icon{width:82px;height:82px;border:1px solid #e9e9e9;border-radius:50%;display:grid;place-items:center;font-size:30px;background:#fafafa;box-shadow:inset 0 0 0 7px #fff,0 2px 9px rgba(0,0,0,.05)}.category-card.active .cat-icon,.category-card:hover .cat-icon{border-color:#ffc38e;box-shadow:inset 0 0 0 7px #fff,0 0 0 2px #fff2e6}.category-card b{font-size:13px;font-weight:600}
.recipes-section{padding:30px 0}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-top .eyebrow{margin-bottom:7px}.outline-btn{background:#fff;border:1px solid #ddd;border-radius:20px;padding:9px 16px;font-size:12px}.outline-btn:hover{border-color:var(--orange);color:var(--orange)}.recipe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.recipe-card{border:1px solid #ededed;border-radius:11px;overflow:hidden;background:#fff;transition:.22s;box-shadow:0 3px 10px rgba(0,0,0,.03)}.recipe-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.recipe-photo{height:192px;position:relative;background-size:cover;background-position:center}.time-pill{position:absolute;left:10px;bottom:10px;background:rgba(20,20,20,.72);color:#fff;border-radius:15px;padding:5px 9px;font-size:10px}.save{position:absolute;right:10px;top:10px;width:31px;height:31px;border-radius:50%;border:0;background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.14);font-size:18px;color:#555}.save.saved{color:var(--orange)}.recipe-body{padding:14px 13px 15px}.recipe-body h3{font-size:16px;margin:0 0 8px}.stars{color:#f5b400;font-size:13px;letter-spacing:1px}.reviews{font-size:10px;color:#777;margin-left:5px}.recipe-footer{display:flex;justify-content:space-between;margin-top:10px;font-size:10px;color:#777}.protein{font-weight:700;color:#e96810}
.feature-banner{margin-top:35px;background:#fff4e9;border-radius:12px;min-height:170px;display:grid;grid-template-columns:33% 1fr 90px;overflow:hidden}.feature-photo{background:url("https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=800&q=85") center/cover}.feature-copy{padding:28px 36px}.feature-copy h2{font-size:26px;line-height:1.15;margin:0 0 8px}.feature-copy p:not(.eyebrow){font-size:13px;color:#666;line-height:1.55;max-width:570px;margin:0 0 14px}.primary-btn{display:inline-flex;align-items:center;gap:13px;background:var(--orange);color:#fff;border:0;border-radius:22px;padding:10px 17px;font-size:12px;font-weight:700}.feature-doodles{color:#efb98d;font-size:28px;display:grid;place-items:center;line-height:1.5}
.latest{padding-top:48px;padding-bottom:62px}.text-link{font-size:12px;font-weight:600}.text-link:hover{color:var(--orange)}
.why-section{background:#202020;color:#fff;padding:58px 0}.why-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:90px;align-items:center}.why-section h2{font-size:40px;line-height:1.15;margin:0}.why-section h2 span{color:#ff9b49}.why-section .eyebrow{color:#ff9b49}.why-points{display:grid;grid-template-columns:1fr 1fr;gap:24px}.why-points div{display:flex;gap:12px}.why-points div>span{width:28px;height:28px;border-radius:50%;background:#3a3a3a;color:#ff9b49;display:grid;place-items:center;font-weight:700}.why-points p{margin:0}.why-points b{display:block;font-size:14px}.why-points small{display:block;color:#aaa;font-size:11px;line-height:1.5;margin-top:4px}
footer{background:#171717;color:#aaa;padding:25px 0 17px}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand strong{color:#fff}.footer-grid>p{font-size:12px;margin:0}.footer-links{display:flex;gap:20px;font-size:11px}.footer-links a:hover{color:#fff}.copyright{border-top:1px solid #2c2c2c;margin-top:20px;padding-top:15px;font-size:10px}
.modal{display:none;position:fixed;inset:0;z-index:100}.modal.show{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.modal-card{position:relative;background:#fff;border-radius:18px;overflow:hidden;width:min(760px,calc(100% - 32px));z-index:1;box-shadow:0 25px 70px rgba(0,0,0,.25);display:grid;grid-template-columns:48% 52%}.modal-card>img{width:100%;height:100%;min-height:360px;object-fit:cover}.modal-body{padding:36px}.modal-body h2{font-size:30px;margin:0 0 10px}.modal-meta{display:flex;gap:18px;color:var(--orange);font-size:12px;font-weight:700;margin-bottom:15px}.modal-body>p:not(.eyebrow){color:#666;line-height:1.7;font-size:13px}.modal-close{position:absolute;right:13px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;font-size:24px;z-index:2}.mobile-nav{display:none}
@media(max-width:900px){.desktop-nav{display:none}.menu-btn{display:block}.mini-search{display:none}.mobile-nav{position:absolute;top:74px;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:12px 24px;box-shadow:var(--shadow)}.mobile-nav.show{display:grid}.mobile-nav a{padding:12px 0}.category-row{grid-template-columns:repeat(4,1fr)}.recipe-grid{grid-template-columns:repeat(2,1fr)}.hero{height:510px}.hero-overlay{background:linear-gradient(90deg,rgba(255,250,245,.98),rgba(255,250,245,.78))}.feature-banner{grid-template-columns:38% 1fr}.feature-doodles{display:none}.why-grid{grid-template-columns:1fr;gap:35px}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.site-header,.nav-wrap{height:66px}.brand{min-width:auto}.brand-logo{width:48px;height:48px}.brand strong{font-size:17px}.desktop-nav{display:none}.mobile-nav{top:66px}.hero{height:570px}.hero-copy{width:100%}.hero h1{font-size:39px}.hero-text{font-size:13px}.hero-search{height:48px}.stats{gap:18px}.stats strong{font-size:17px}.categories{padding-top:30px}.category-row{display:flex;overflow-x:auto;gap:16px;padding:4px 4px 10px}.category-card{min-width:85px}.cat-icon{width:68px;height:68px;font-size:25px}.section-top{align-items:center}.section-top h2{font-size:23px}.outline-btn{font-size:10px}.recipe-grid{grid-template-columns:1fr 1fr;gap:12px}.recipe-photo{height:145px}.recipe-body{padding:11px}.recipe-body h3{font-size:13px}.recipe-footer{font-size:9px}.feature-banner{grid-template-columns:1fr;margin-top:20px}.feature-photo{height:150px}.feature-copy{padding:22px}.feature-copy h2{font-size:23px}.latest{padding-top:35px}.why-section{padding:45px 0}.why-section h2{font-size:32px}.why-points{grid-template-columns:1fr}.footer-grid{align-items:flex-start;flex-direction:column}.modal-card{grid-template-columns:1fr}.modal-card>img{height:220px;min-height:0}.modal-body{padding:24px}.modal-body h2{font-size:25px}}

/* Brand/logo refinements */
.site-header .brand-logo{
  display:block;
  width:58px;
  height:58px;
  object-fit:contain;
  flex:0 0 58px;
}
.site-header .brand{
  flex:0 0 auto;
  min-width:235px;
}
.about-logo-row{
  display:flex;
  align-items:center;
  gap:22px;
  padding-bottom:34px;
}
.about-logo{
  width:105px;
  height:105px;
  object-fit:contain;
  background:#fff;
  border-radius:50%;
  padding:7px;
}
.about-logo-row h2{
  margin:0;
  font-size:32px;
  line-height:1.12;
}
.about-logo-row .eyebrow{margin-bottom:7px}
@media(max-width:600px){
  .site-header .brand{min-width:auto}
  .site-header .brand-logo{width:48px;height:48px;flex-basis:48px}
  .about-logo-row{padding-bottom:25px;gap:14px}
  .about-logo{width:76px;height:76px}
  .about-logo-row h2{font-size:24px}
}
