/* Homepage styles are scoped to the Elementor homepage. */
.mrd-home{--mrd-accent:var(--fr-accent,#c8522a);--mrd-accent-dark:var(--fr-accent-dark,#b43e16);--mrd-cream:#faf6ef;--mrd-ink:#29241f;--mrd-muted:#70675e;display:flex;flex-direction:column;gap:0!important;background:#fff;color:var(--mrd-ink);width:100%;max-width:none!important;padding:0!important;overflow:clip}
.mrd-home *{box-sizing:border-box}
.mrd-home .e-con{--container-widget-width:100%}
.mrd-home a{text-decoration:none}
.mrd-home button,.mrd-home a{touch-action:manipulation}
.mrd-home a:focus-visible,.mrd-home button:focus-visible{outline:3px solid var(--mrd-accent);outline-offset:5px}
.mrd-home .elementor-widget{margin-bottom:0}
.mrd-home .elementor-widget-container{height:100%}
.mrd-home .mrd-hero-wrap{display:block;width:100%;max-width:none;padding:0;gap:0}
.mrd-home .mrd-section{width:min(1200px,calc(100% - 80px));max-width:1200px;margin:0 auto;padding:66px 0;display:flex;flex-direction:column;gap:14px}
.mrd-home .mrd-section-heading .elementor-heading-title{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:600;line-height:1.13;letter-spacing:-.018em;color:var(--mrd-ink);margin:0}
.mrd-home .mrd-section-subtitle{color:var(--mrd-muted);font-size:16px;line-height:1.7;margin:0}
.mrd-home .mrd-section-subtitle p{margin:0}
.mrd-home .mrd-center{text-align:center}
.mrd-home .mrd-feature{position:relative;width:100%;height:clamp(470px,42vw,640px);overflow:hidden;background:var(--mrd-cream);color:#fff}
.mrd-home .mrd-feature-slide{position:absolute;inset:0;visibility:hidden;opacity:0;transition:opacity 1.2s ease-in-out,visibility 1.2s ease-in-out}
.mrd-home .mrd-feature-slide.is-current{visibility:visible;opacity:1;z-index:1}
.mrd-home .mrd-feature-image{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 48%;max-width:none}
.mrd-home .mrd-feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,28,21,.71),rgba(35,28,21,.32) 48%,rgba(35,28,21,.04) 82%),linear-gradient(0deg,rgba(35,28,21,.27),transparent 36%)}
.mrd-home .mrd-feature-copy{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:min(1200px,calc(100% - 100px));height:100%;margin:auto;padding:32px 0 90px}
.mrd-home .mrd-feature-category{display:block;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;margin-bottom:19px;color:#fff}
.mrd-home .mrd-feature h1,.mrd-home .mrd-feature h2{font-family:'Cormorant Garamond',serif;font-size:clamp(44px,4.8vw,70px);font-weight:600;line-height:1.02;letter-spacing:-.022em;max-width:640px;margin:0 0 20px;color:#fff;text-wrap:balance}
.mrd-home .mrd-feature-copy p{font-size:16px;line-height:1.65;max-width:485px;margin:0 0 27px;color:#fff}
.mrd-home .mrd-button,.mrd-home .elementor-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 24px;background:var(--mrd-accent);color:#fff;font-size:14px;font-weight:600;line-height:1.4;border:0;border-radius:2px;box-shadow:none;transition:background .2s}
.mrd-home .mrd-button:hover,.mrd-home .elementor-button:hover{background:var(--mrd-accent-dark);color:#fff}
.mrd-home .mrd-feature-controls{position:absolute;bottom:23px;left:50%;transform:translateX(-50%);width:min(1200px,calc(100% - 100px));display:flex;align-items:center;justify-content:center;z-index:2}
.mrd-home .mrd-feature-controls button{cursor:pointer;color:#fff;border:1px solid rgba(255,255,255,.65);background:transparent;border-radius:0;box-shadow:none;padding:0;min-width:44px;min-height:44px;font-family:inherit}
.mrd-home .mrd-feature-controls button:hover{background:rgba(255,255,255,.16)}
.mrd-home .mrd-feature-arrows{display:flex;gap:8px}
.mrd-home .mrd-feature-arrows button{font-size:22px}
.mrd-home .mrd-feature-dots{display:flex;gap:0}
.mrd-home .mrd-feature-dots button{border:0;display:grid;place-items:center;min-width:32px;min-height:44px}
.mrd-home .mrd-feature-dots span{display:block;width:6px;height:6px;border:1px solid #fff;border-radius:50%}
.mrd-home .mrd-feature-dots button[aria-pressed=true] span{background:#fff;width:8px;height:8px}
.mrd-home .mrd-feature-controls .mrd-pause{font-size:12px;border:0;padding:0 12px;text-decoration:underline;text-underline-offset:4px}
.mrd-home .mrd-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;margin-top:20px}
.mrd-home .mrd-category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;background:var(--mrd-cream);padding:23px 6px 20px;min-height:136px;color:var(--mrd-accent);border:1px solid transparent;transition:background .2s,border-color .2s}
.mrd-home .mrd-category-card:hover{background:#f5ece1;border-color:#e6cabb}
.mrd-home .mrd-category-card svg{display:block;width:43px;height:43px;flex-shrink:0}
.mrd-home .mrd-category-card span{font-size:12px;line-height:1.4;text-align:center;color:var(--mrd-ink);font-weight:600;max-width:125px}
.mrd-home .mrd-about-band{background:var(--mrd-cream);width:100%;padding:0;display:block}
.mrd-home .mrd-about{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px;padding:62px 0}
.mrd-home .mrd-about-photo{width:100%;height:100%;min-height:450px}
.mrd-home .mrd-about-photo img{display:block;width:100%;height:470px;object-fit:cover;object-position:center;border-radius:0}
.mrd-home .mrd-about-copy{display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding:0}
.mrd-home .mrd-eyebrow{color:var(--mrd-accent);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;line-height:1.5}
.mrd-home .mrd-eyebrow p{margin:0}
.mrd-home .mrd-about-text{font-size:16px;line-height:1.8;color:var(--mrd-muted)}
.mrd-home .mrd-about-text p{margin:0 0 14px}
.mrd-home .mrd-about-text p:last-child{margin-bottom:0}
.mrd-home .mrd-about-link .elementor-button{background:transparent;color:var(--mrd-accent);padding:7px 0;border-bottom:1px solid #d7ad94;border-radius:0;min-height:44px}
.mrd-home .mrd-about-link .elementor-button:hover{color:var(--mrd-accent-dark);border-bottom-color:var(--mrd-accent-dark)}
.mrd-home .mrd-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px;margin-top:21px}
.mrd-home .mrd-recipe-card{min-width:0}
.mrd-home .mrd-card-photo{display:block;aspect-ratio:4/5;overflow:hidden;background:var(--mrd-cream)}
.mrd-home .mrd-card-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}
.mrd-home .mrd-category-label{font-size:10px;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--mrd-accent);margin:15px 0 7px}
.mrd-home .mrd-recipe-card h3{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;line-height:1.18;margin:0;color:var(--mrd-ink)}
.mrd-home .mrd-recipe-card h3 a{color:inherit}
.mrd-home .mrd-recipe-card h3 a:hover{color:var(--mrd-accent)}
.mrd-home .mrd-grid-status:empty{display:none}
.mrd-home .mrd-all-recipes{text-align:center;margin-top:22px}
@media(hover:hover) and (pointer:fine){.mrd-home .mrd-card-photo:hover img{transform:scale(1.035)}}
@media(max-width:1199px){.mrd-home .mrd-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mrd-home .mrd-category-card{min-height:122px}.mrd-home .mrd-category-card span{font-size:13px}.mrd-home .mrd-about{gap:40px}}
@media(max-width:1024px){.mrd-home .mrd-section{width:calc(100% - 56px);padding:48px 0}.mrd-home .mrd-feature{height:520px}.mrd-home .mrd-section-heading .elementor-heading-title{font-size:38px}.mrd-home .mrd-about{gap:32px}.mrd-home .mrd-about-photo img{height:460px}.mrd-home .mrd-latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px}.mrd-home .mrd-feature h1,.mrd-home .mrd-feature h2{max-width:580px;font-size:56px}}
@media(max-width:767px){.mrd-home .mrd-section{width:calc(100% - 36px);padding:38px 0;gap:12px}.mrd-home .mrd-feature{height:560px}.mrd-home .mrd-feature-copy{width:calc(100% - 40px);justify-content:flex-end;padding:0 0 102px}.mrd-home .mrd-feature h1,.mrd-home .mrd-feature h2{font-size:42px;max-width:480px;line-height:1.03;margin-bottom:15px}.mrd-home .mrd-feature-copy p{font-size:14px;line-height:1.65;margin-bottom:21px;max-width:370px}.mrd-home .mrd-feature-category{font-size:10px;margin-bottom:14px}.mrd-home .mrd-feature-shade{background:linear-gradient(0deg,rgba(35,28,21,.78),rgba(35,28,21,.46) 48%,rgba(35,28,21,.02) 88%)}.mrd-home .mrd-feature-image{object-position:50% 40%}.mrd-home .mrd-feature-controls{width:calc(100% - 40px);bottom:18px}.mrd-home .mrd-feature-arrows{gap:6px}.mrd-home .mrd-feature-dots button{min-width:24px}.mrd-home .mrd-feature-controls .mrd-pause{padding:0 4px}.mrd-home .mrd-section-heading .elementor-heading-title{font-size:34px}.mrd-home .mrd-section-subtitle{font-size:14px}.mrd-home .mrd-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px}.mrd-home .mrd-category-card{padding:16px 6px;min-height:111px;gap:11px}.mrd-home .mrd-category-card svg{width:36px;height:36px}.mrd-home .mrd-category-card span{max-width:none;font-size:12px}.mrd-home .mrd-about{grid-template-columns:1fr;gap:27px}.mrd-home .mrd-about-photo{min-height:0}.mrd-home .mrd-about-photo img{height:310px;aspect-ratio:5/4}.mrd-home .mrd-about-copy{gap:15px}.mrd-home .mrd-about-text{font-size:15px;line-height:1.75}.mrd-home .mrd-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px;margin-top:14px}.mrd-home .mrd-recipe-card h3{font-size:23px;line-height:1.18}.mrd-home .mrd-category-label{font-size:9px;margin-top:12px;letter-spacing:.06em}.mrd-home .mrd-all-recipes{margin-top:14px}.mrd-home .mrd-button,.mrd-home .elementor-button{padding:14px 21px;font-size:13px}}
@media(max-width:360px){.mrd-home .mrd-feature-dots button{min-width:20px}.mrd-home .mrd-feature h1,.mrd-home .mrd-feature h2{font-size:37px}.mrd-home .mrd-recipe-card h3{font-size:21px}}
.mrd-home .mrd-blog-banner{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;height:360px;max-height:400px;padding:40px 24px;text-align:center;background:#faf6ef url('https://myrecipesdiary.com/wp-content/uploads/2026/09/Creamy-Chicken-Noodles-Soup.webp') center 48%/cover}
.mrd-home .mrd-blog-banner::before{content:"";position:absolute;inset:0;background:rgba(250,246,239,.88);pointer-events:none;z-index:0}
.mrd-home .mrd-blog-banner>.elementor-widget{position:relative;z-index:1;width:100%;max-width:740px}
.mrd-home .mrd-blog-banner>.mrd-section-subtitle{max-width:580px;color:#51483f}
@media(max-width:767px){.mrd-home .mrd-blog-banner{height:340px;min-height:0;gap:18px;padding:32px 22px}.mrd-home .mrd-blog-banner .elementor-heading-title{font-size:34px}}
@media(prefers-reduced-motion:reduce){.mrd-home *{transition:none!important;scroll-behavior:auto!important}}
