@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Libre+Baskerville:ital@0;1&display=swap');:root{--ink:#3d3935;--paper:#fbf7f1;--blush:#e8cbc6;--sage:#cbd4c4;--peach:#efd9c4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}header{height:78px;padding:0 7%;display:flex;align-items:center;border-bottom:1px solid #e8e0d7;position:sticky;top:0;background:rgba(251,247,241,.94);backdrop-filter:blur(10px);z-index:10}.logo{font-family:'Libre Baskerville',serif;font-size:18px}.logo i{font-weight:400}.logo{color:#514b45}nav{display:flex;gap:27px;margin:auto;text-transform:uppercase;letter-spacing:1.5px;font-size:9px}nav a:hover{color:#b58c83}header button{display:none;border:0;background:none;font-size:21px}.hero{min-height:640px;padding:70px 8%;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.eyebrow{font-size:9px;letter-spacing:3px;color:#a17e74;margin:0 0 18px}.hero h1,.stories h2,.recipe h2,.about h2,.newsletter h2{font-family:'Libre Baskerville',serif;font-weight:400}.hero h1{font-size:57px;line-height:1.18;margin:0 0 22px}.hero>div>p:not(.eyebrow){max-width:430px;line-height:1.8;color:#6d6761}.button{display:inline-block;padding:13px 20px;background:#3d3935;color:#fff;font-size:9px;letter-spacing:1px;text-transform:uppercase;margin-top:14px}.hero-photo{height:480px;background:linear-gradient(145deg,#e3c9c2,#b9c7b5);position:relative;overflow:hidden}.photo-card{position:absolute;left:17%;top:15%;width:65%;height:75%;background:linear-gradient(160deg,#f3e7df,#c9d4c5);display:flex;flex-direction:column;justify-content:flex-end;padding:25px;box-shadow:20px 20px 0 rgba(255,255,255,.35)}.photo-card:before{content:'';position:absolute;left:19%;top:10%;width:60%;height:65%;background:radial-gradient(circle at 50% 23%,#d4a48d 0 11%,transparent 11.5%),linear-gradient(110deg,transparent 45%,#7f756e 46% 66%,transparent 67%);border-radius:45% 45% 10% 10%}.photo-card span{font-size:9px;letter-spacing:1px;position:relative}.photo-card b{font-family:'Libre Baskerville',serif;font-size:21px;font-weight:400;position:relative}.flower{position:absolute;right:8%;bottom:5%;font-size:90px;color:#fff;opacity:.8}.stories{padding:90px 7%;background:#fff}.title{text-align:center}.stories h2{font-size:38px;margin:0 0 35px}.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-img{height:260px;margin-bottom:18px}.post-img.one{background:linear-gradient(135deg,#e4c4bd,#c7d3c0)}.post-img.two{background:linear-gradient(135deg,#e6d8c6,#bfc7d3)}.post-img.three{background:linear-gradient(135deg,#d9c8bc,#e7bfc1)}.posts small{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:#9a8179}.posts h3{font-family:'Libre Baskerville',serif;font-weight:400;font-size:20px;line-height:1.4;margin:9px 0}.posts p{font-size:10px;line-height:1.7;color:#777}.posts a{font-size:9px;text-transform:uppercase;letter-spacing:1px}.quote{text-align:center;padding:110px 20px;background:var(--blush)}.quote p{font-family:'Libre Baskerville',serif;font-size:31px;max-width:700px;margin:0 auto 15px;line-height:1.5}.quote span{font-size:8px;text-transform:uppercase;letter-spacing:2px}.recipe{padding:90px 10%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.recipe-art{height:350px;background:var(--peach);display:flex;align-items:center;justify-content:center;font-family:'Libre Baskerville',serif;font-size:110px;color:#fff}.recipe h2,.about h2,.newsletter h2{font-size:43px;line-height:1.25;margin:0 0 15px}.recipe p:not(.eyebrow){font-size:11px;line-height:1.8;color:#716a63;max-width:430px}.about{background:var(--sage);padding:85px 10%;display:grid;grid-template-columns:1fr 1fr;gap:80px}.about>p{line-height:1.9;font-size:12px}.newsletter{padding:70px 8%;display:flex;justify-content:space-between;align-items:center;gap:40px}.newsletter h2{font-size:32px;margin-bottom:8px}.newsletter p:not(.eyebrow){font-size:10px;color:#777}.newsletter form{display:flex;border-bottom:1px solid #aaa}.newsletter input{border:0;background:none;padding:13px 0;width:260px;outline:0}.newsletter button{border:0;background:none;font-size:9px;text-transform:uppercase;letter-spacing:1px}footer{padding:30px 7%;border-top:1px solid #e8e0d7;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}footer p{font-size:9px;color:#888}footer div{display:flex;gap:18px;justify-content:flex-end}footer div a{font-size:9px}@media(max-width:800px){nav{display:none}nav.open{display:flex;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:22px;flex-direction:column;gap:18px}.hero{grid-template-columns:1fr;padding:55px 7%}.hero h1{font-size:45px}.hero-photo{height:400px}.posts{grid-template-columns:1fr}.post-img{height:300px}.recipe,.about{grid-template-columns:1fr;gap:35px}.newsletter{display:block}.newsletter form{margin-top:25px}.newsletter input{width:100%}header button{display:block;margin-left:auto}footer{grid-template-columns:1fr;gap:18px}footer div{justify-content:flex-start}}
