:root{color:#6c4938;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--heading:#402315;--text:#6c4938;--accent:#b85b29;--font-heading:"Georgia", "Times New Roman", serif;background:radial-gradient(circle at top,#f1cb9659,#0000 28%),linear-gradient(#fff9f2 0%,#f8ecdc 100%);font-family:"Source Sans 3",Trebuchet MS,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--heading);font-family:var(--font-heading);line-height:1.02}h1{font-size:clamp(3.2rem,5vw,5.8rem)}h2{font-size:clamp(2rem,3vw,3.2rem)}h3{font-size:1.45rem}p{color:var(--text)}#root{min-height:100vh}.page-shell{background:radial-gradient(circle at 0 0,#f0ab543d,#0000 30%),linear-gradient(#fffaf2f5,#fff5e7eb);border:1px solid #71492a24;border-radius:32px;width:min(1180px,100% - 32px);margin:24px auto;overflow:hidden;box-shadow:0 28px 80px #5e3c1c1f}.hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:32px;padding:72px;display:grid}.eyebrow,.section-label,.recipe-tag{text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:700}.eyebrow,.section-label{color:var(--accent)}.hero-copy h1{max-width:12ch;margin:16px 0 20px}.intro{max-width:56ch;font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:14px;margin:32px 0 28px;display:flex}.primary-link,.secondary-link{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.primary-link{color:#fff8f1;background:linear-gradient(135deg,#ba5a2a,#dc7b39);box-shadow:0 14px 30px #ba5a2a38}.secondary-link{color:var(--heading);background:#ffffffb3;border:1px solid #71492a29}.primary-link:hover,.secondary-link:hover{transform:translateY(-2px)}.highlight-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.highlight-list li{align-items:center;gap:12px;display:flex}.highlight-list li:before{content:"";background:linear-gradient(135deg,#d97745,#f2b36d);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #d977451f}.hero-visual{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.recipe-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffbf5e0;border:1px solid #71492a24;border-radius:24px;width:min(270px,72%);padding:22px;position:absolute;box-shadow:0 18px 34px #603c201f}.recipe-card strong,.recipe-panel h3{color:var(--heading);font-family:var(--font-heading);display:block}.recipe-card p,.recipe-panel p{margin-top:10px}.recipe-card-top{top:16px;left:8px;transform:rotate(-5deg)}.recipe-card-bottom{bottom:20px;right:0;transform:rotate(4deg)}.recipe-tag{color:#ab5328;margin-bottom:12px;display:inline-block}.pot-illustration{width:320px;height:320px;animation:6s ease-in-out infinite float;position:relative}.pot-body{background:linear-gradient(#d46631,#8e3f23);border-radius:30px 30px 54px 54px;width:220px;height:150px;position:absolute;bottom:42px;left:50%;transform:translate(-50%);box-shadow:inset 0 -18px 24px #461c0c42,0 22px 44px #592c1638}.pot-lid{background:linear-gradient(#f3b35d,#d67d31);border-radius:999px 999px 36px 36px;width:194px;height:72px;position:absolute;top:84px;left:50%;transform:translate(-50%);box-shadow:inset 0 -10px 12px #7237122e}.pot-lid:before{content:"";background:#8f4c2b;border-radius:999px;width:42px;height:24px;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.pot-handle{border:10px solid #8b4327;border-radius:999px;width:38px;height:62px;position:absolute;top:176px}.pot-handle-left{left:26px}.pot-handle-right{right:26px}.steam{filter:blur(.2px);border:3px solid #0000;border-top-color:#f5d3acd1;border-radius:999px;width:44px;height:92px;animation:3.4s ease-in-out infinite steam;position:absolute;bottom:244px}.steam-one{left:104px}.steam-two{height:108px;animation-delay:.7s;left:144px}.steam-three{animation-delay:1.2s;left:188px}.story-band{background:#a0582612;border-top:1px solid #71492a1f;border-bottom:1px solid #71492a1f;padding:28px 72px}.recipes-section{padding:56px 72px 72px}.section-heading{max-width:760px;margin-bottom:28px}.recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.recipe-panel{background:#fffcf7c7;border:1px solid #71492a1a;border-radius:24px;padding:24px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes steam{0%{opacity:0;transform:translateY(12px)scale(.95)}20%,75%{opacity:1}to{opacity:0;transform:translateY(-20px)scale(1.08)}}@media (width<=980px){.page-shell{border-radius:24px;width:min(100% - 20px,1180px);margin:10px auto}.hero,.recipes-section,.story-band{padding-inline:24px}.hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:32px}.hero-copy h1{max-width:none}.hero-visual{min-height:460px}.recipe-grid{grid-template-columns:1fr}}@media (width<=640px){.hero,.recipes-section,.story-band{padding-inline:18px}.hero{gap:22px}.hero-actions{flex-direction:column}.primary-link,.secondary-link{width:100%}.hero-visual{min-height:400px}.pot-illustration{width:260px;height:260px}.pot-body{width:180px;height:126px}.pot-lid{width:156px;top:72px}.pot-handle{top:150px}.pot-handle-left{left:16px}.pot-handle-right{right:16px}.steam{bottom:202px}.steam-one{left:72px}.steam-two{left:112px}.steam-three{left:152px}.recipe-card{width:100%;position:relative;transform:none}.recipe-card-top,.recipe-card-bottom{inset:auto}}
