.mph7-home{background:#f7f3ec;color:#131718;min-height:70vh}.mph7-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.mph7-hero{position:relative;min-height:500px;background:#171a1a var(--mph7-hero,none) center/cover no-repeat;overflow:hidden}.mph7-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,13,13,.90) 0%,rgba(10,13,13,.66) 39%,rgba(10,13,13,.13) 73%,rgba(10,13,13,.16) 100%)}.mph7-hero__inner{position:relative;z-index:1;min-height:500px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:54px 0}.mph7-hero__copy{max-width:590px;color:#fff}.mph7-hero__copy>span,.mph7-intro span,.mph7-recipes-cta span{color:#ef3d43;font-size:11px;font-weight:900;letter-spacing:.18em}.mph7-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(54px,6.1vw,82px);line-height:.93;letter-spacing:-.035em;margin:12px 0 16px;max-width:590px}.mph7-hero p{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:20px;line-height:1.38;max-width:520px;color:#f5eee4;margin:0}.mph7-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.mph7-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border-radius:999px;font-weight:800;text-decoration:none}.mph7-btn.is-primary{background:#ef3d43;color:#fff;box-shadow:0 12px 25px rgba(239,61,67,.25)}.mph7-btn.is-primary:after{content:' →'}.mph7-btn.is-ghost{border:1px solid rgba(255,255,255,.58);color:#fff;background:rgba(20,20,20,.24);backdrop-filter:blur(10px)}.mph7-feature{align-self:flex-end;width:min(300px,100%);padding:21px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(24,18,16,.68);backdrop-filter:blur(14px);color:#fff;text-decoration:none;margin-bottom:10px}.mph7-feature small{display:block;color:#ef3d43;font-weight:900;letter-spacing:.11em}.mph7-feature strong{display:block;font-family:Georgia,serif;font-size:24px;line-height:1.06;margin:9px 0 13px}.mph7-feature span{font-weight:800}.mph7-intro{display:grid;grid-template-columns:minmax(380px,1.2fr) minmax(310px,.9fr) auto;gap:34px;align-items:end;padding:36px 0 20px}.mph7-intro h2,.mph7-recipes-cta h2{font-family:Georgia,serif;font-size:38px;line-height:1.03;letter-spacing:-.025em;margin:7px 0 0}.mph7-intro p{color:#666;line-height:1.55;margin:0;font-size:14px}.mph7-all-recipes{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid #d9d2c8;border-radius:999px;background:#fff;color:#181b1b;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}.mph7-all-recipes:hover{border-color:#ef3d43;color:#ef3d43}.mph7-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-bottom:64px}.mph7-card{background:#fff;border:1px solid #e5dfd5;border-radius:12px;overflow:hidden;box-shadow:0 8px 22px rgba(25,22,18,.045)}.mph7-card__image{display:block;aspect-ratio:16/9;background:#181b1b;position:relative;overflow:hidden}.mph7-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.mph7-card:hover img{transform:scale(1.025)}.mph7-card__source{position:absolute;left:10px;bottom:9px;background:#171a1a;color:#fff;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:800}.mph7-card__source:before{content:'';display:inline-block;width:5px;height:5px;background:#ef3d43;border-radius:50%;margin-right:5px}.mph7-card__heart{position:absolute;right:10px;top:9px;width:30px;height:30px;display:grid;place-items:center;color:#fff;font:normal 28px/1 Arial,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.55)}.mph7-card__body{padding:12px 13px 13px}.mph7-card h3{font-family:Georgia,serif;font-size:17px;line-height:1.05;margin:0 0 10px;min-height:36px}.mph7-card h3 a{color:#151819;text-decoration:none}.mph7-card__meta{display:flex;gap:13px;align-items:center;color:#777;font-size:11px}.mph7-recipes-cta{margin-bottom:70px;background:#fff;border:1px solid #e5dfd5;border-radius:22px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:30px}.mph7-recipes-cta p{color:#686868;margin:10px 0 0}.mph7-signoff{background:#101515;color:#fff;padding:48px 0}.mph7-signoff .mph7-shell{display:flex;gap:28px;align-items:center}.mph7-signoff strong{font-family:Georgia,serif;font-size:31px}.mph7-signoff strong:nth-child(2){color:#ef3d43}.mph7-signoff small{margin-left:auto;text-transform:uppercase;letter-spacing:.16em;color:#aaa}@media(max-width:980px){.mph7-intro{grid-template-columns:1fr 1fr}.mph7-all-recipes{grid-column:2;justify-self:start}.mph7-grid{grid-template-columns:repeat(2,1fr)}.mph7-hero__inner{gap:30px}.mph7-feature{width:270px}}@media(max-width:850px){.mph7-shell{width:min(100% - 28px,1180px)}.mph7-hero,.mph7-hero__inner{min-height:500px}.mph7-hero__inner{align-items:flex-end;padding:50px 0}.mph7-feature{display:none}.mph7-hero__veil{background:linear-gradient(90deg,rgba(10,13,13,.9),rgba(10,13,13,.5))}.mph7-intro{display:block;padding-top:36px}.mph7-intro p{margin-top:13px}.mph7-all-recipes{margin-top:16px}.mph7-recipes-cta{align-items:flex-start;flex-direction:column}.mph7-signoff .mph7-shell{flex-wrap:wrap}.mph7-signoff small{width:100%;margin-left:0}}@media(max-width:560px){.mph7-hero,.mph7-hero__inner{min-height:470px}.mph7-hero h1{font-size:54px}.mph7-hero p{font-size:18px}.mph7-grid{grid-template-columns:1fr}.mph7-intro h2,.mph7-recipes-cta h2{font-size:34px}.mph7-recipes-cta{padding:26px}.mph7-signoff strong{font-size:25px}.mph7-card h3{font-size:20px;min-height:0}.mph7-card__meta{font-size:12px}}

/* v0.8.1 — Hero CTA carnet + découverte des Chefs */
.mph7-btn.is-coming{cursor:default;opacity:.88;gap:9px;white-space:nowrap}.mph7-btn.is-coming em{font-style:normal;font-size:10px;line-height:1;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.12);color:#f0d7d7;text-transform:uppercase;letter-spacing:.08em}.mph7-chef-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.mph7-btn.is-primary[href*="mon-carnet"]:after{content:' →'}
@media(max-width:560px){.mph7-actions{gap:9px}.mph7-btn.is-coming{white-space:normal;padding:0 15px}.mph7-btn.is-coming em{font-size:8px}}

/* v0.8.2 — Keep both hero CTAs side-by-side on desktop/tablet. */
.mph7-actions{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap}.mph7-actions>.mph7-btn{flex:0 0 auto}
@media(max-width:700px){.mph7-actions{flex-wrap:wrap}}
