.home-hero{display:grid;grid-template-columns:1fr 1fr;height:95vh;background:var(--color-bg-secondary)}.home-hero-content{display:flex;flex-direction:column;justify-content:center;padding:6rem 5rem 6rem 6rem;animation:fadeUp .8s ease both}.home-hero-photo{position:relative}.home-hero-img{object-fit:contain;object-position:center center}.home-eyebrow-text{font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#7a6a58;margin:0 0 .75rem}.home-script{font-family:var(--font-great-vibes),cursive;font-size:clamp(2.2rem,3.5vw,3.2rem);margin:0 0 .5rem;line-height:1.2;font-weight:400}.home-headline,.home-script{color:var(--color-text-dark)}.home-headline{font-size:clamp(2.6rem,4vw,4.5rem);font-weight:700;line-height:1.05;margin:0 0 1.5rem;letter-spacing:-.02em;font-family:var(--font-fraunces),"Fraunces",serif}.home-headline em{font-style:normal;color:var(--color-text-dark)}.home-subhead{font-size:clamp(.9rem,1.3vw,1rem);color:var(--color-text-muted);max-width:400px;margin:0 0 2.5rem;line-height:1.75}.home-cta{display:block;padding:16px 32px;background:#2C1A0E;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;text-align:center;transition:background .2s;margin-bottom:1.25rem}.home-cta,.home-cta:hover{color:var(--color-bg-primary)}.home-cta:hover{background:var(--color-text-dark)}.home-about-cta{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-dark);text-decoration:none;transition:opacity .2s}.home-about-cta:hover{opacity:.6}.home-featured{padding:6rem 2rem;max-width:1200px;margin:0 auto}.home-featured-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:3rem;gap:1rem}.home-featured-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-text-dark);letter-spacing:-.02em;font-family:var(--font-fraunces),"Fraunces",serif}.home-featured-link{font-size:.82rem;font-weight:600;letter-spacing:.05em;color:var(--color-rose);text-decoration:none;white-space:nowrap;transition:opacity .15s}.home-featured-link:hover{opacity:.75}.home-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.home-recipe-card{display:flex;flex-direction:column;border-radius:4px;overflow:hidden;background:var(--color-bg-primary);box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.04);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease;animation:fadeUp .6s ease both}.home-recipe-card:hover{transform:translateY(-4px);box-shadow:0 2px 8px rgba(0,0,0,.08),0 12px 32px rgba(0,0,0,.1)}.home-recipe-image{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-dim)}.home-recipe-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-recipe-card:hover .home-recipe-img{transform:scale(1.04)}.home-recipe-gradient,.home-recipe-overlay{position:absolute;inset:0}.home-recipe-overlay{background:linear-gradient(0deg,rgba(0,0,0,.18) 0,transparent 60%)}.home-recipe-body{padding:1.5rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.home-recipe-name{font-size:1.1rem;font-weight:700;color:var(--color-text-dark);line-height:1.3;letter-spacing:-.01em;margin:0;font-family:var(--font-fraunces),"Fraunces",serif}.home-recipe-intro{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-recipe-read{margin-top:auto;padding-top:.75rem;font-size:.8rem;font-weight:600;letter-spacing:.04em}.home-about{background:var(--color-bg-secondary);padding:6rem 2rem}.home-about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center}.home-about-text{max-width:560px}.home-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:2rem}.home-eyebrow-line{display:block;width:40px;height:1px;background:var(--color-rose);opacity:.6}.home-about .home-eyebrow-line{background:var(--color-rose);opacity:.5}.home-about .home-eyebrow-text{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-rose)}.home-about-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-text-dark);letter-spacing:-.02em;margin-bottom:1.25rem;margin-top:0;font-family:var(--font-fraunces),"Fraunces",serif}.home-about-body{font-size:1rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:2rem}.home-about-body:first-letter{font-family:var(--font-fraunces),"Fraunces",serif;font-size:3.25em;font-weight:700;line-height:.75;float:left;padding:.05em .08em 0 0;color:var(--color-terracotta)}.home-about-link{font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-rose);text-decoration:none;border-bottom:1px solid rgba(185,74,91,.4);padding-bottom:2px;transition:border-color .2s,opacity .2s}.home-about-link:hover{opacity:.8;border-color:var(--color-rose)}.home-about-ornament{width:clamp(140px,15vw,200px);opacity:.7;flex-shrink:0}.home-about-ornament svg{width:100%;height:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.home-hero{grid-template-columns:1fr;height:auto}.home-hero-photo{height:75vw;min-height:320px}.home-hero-content{padding:5rem 3rem 4rem}.home-featured-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (max-width:640px){.home-hero-content{padding:4rem 1.5rem 3rem}.home-hero-photo{height:90vw}.home-headline{font-size:clamp(2rem,9vw,2.8rem);margin-bottom:1rem}.home-subhead{font-size:.95rem;margin-bottom:2rem}.home-cta{padding:12px 24px;font-size:.8rem}.home-featured{padding:4rem 1.25rem}.home-featured-grid{grid-template-columns:1fr;gap:1.25rem}.home-featured-header{flex-direction:column;gap:.5rem}.home-about{padding:4rem 1.25rem}.home-about-inner{grid-template-columns:1fr;gap:2rem}.home-about-ornament{display:none}.home-about-title{font-size:clamp(1.6rem,7vw,2.2rem)}}