.recipe-page{--recipe-bg: #0b0c0f;--recipe-card: #141721;--recipe-text: #e9ecf1;--recipe-muted: #b8c0cc;--recipe-accent: #ff4d4d;--recipe-accent2: #ffb84d;--recipe-border: rgba(255, 255, 255, .1);min-height:100vh;background:radial-gradient(1200px 600px at 15% 10%,rgba(255,77,77,.18),transparent 60%),radial-gradient(900px 500px at 80% 20%,rgba(255,184,77,.14),transparent 55%),var(--recipe-bg);color:var(--recipe-text);line-height:1.55;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.recipe-header{padding:40px 18px 18px;max-width:980px;margin:0 auto;position:relative}.recipe-back{display:inline-block;color:var(--recipe-muted);text-decoration:none;margin-bottom:20px;transition:color .2s}.recipe-back:hover{color:var(--recipe-text)}.recipe-print{position:absolute;top:40px;right:18px;border:1px solid var(--recipe-border);background:#ffffff08;color:var(--recipe-text);padding:10px 12px;border-radius:12px;cursor:pointer;transition:border-color .2s}.recipe-print:hover{border-color:#ffffff38}.recipe-title{margin:0 0 10px;font-size:clamp(28px,3.2vw,44px);letter-spacing:-.02em;color:var(--recipe-text)}.recipe-subtitle{margin:0;color:var(--recipe-muted);font-size:1.05rem}.recipe-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--recipe-border);border-radius:999px;padding:8px 12px;color:var(--recipe-muted);font-size:.95rem;margin-top:12px;flex-wrap:wrap}.recipe-dot{width:10px;height:10px;border-radius:999px;background:var(--recipe-accent);box-shadow:0 0 0 4px #ff4d4d26}.recipe-main{max-width:980px;margin:0 auto;padding:18px 18px 60px;display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 860px){.recipe-main{grid-template-columns:1.05fr .95fr;align-items:start}}.recipe-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid var(--recipe-border);border-radius:16px;padding:18px;box-shadow:0 12px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.recipe-card h2{margin:0 0 12px;font-size:1.25rem;letter-spacing:-.01em;color:var(--recipe-text)}.recipe-card h3{margin:18px 0 8px;font-size:1.05rem;color:var(--recipe-accent2)}.recipe-card ul,.recipe-card ol{margin:0;padding-left:20px}.recipe-card li{margin:6px 0;color:var(--recipe-text)}.recipe-directions ol{list-style:decimal}.recipe-directions li{margin-bottom:16px}.recipe-directions li strong{display:block;margin-bottom:4px;color:var(--recipe-text)}.recipe-directions li p{margin:0;color:var(--recipe-muted)}.recipe-tip{border-left:3px solid var(--recipe-accent2);padding:10px 12px;background:#ffb84d14;border-radius:10px;color:var(--recipe-text);margin-top:12px}.recipe-ingredients ul{list-style:disc}.recipe-brisket-note{margin-top:14px;color:var(--recipe-muted)}.recipe-footer{max-width:980px;margin:0 auto;padding:0 18px 24px;color:var(--recipe-muted);font-size:.95rem}.recipe-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--recipe-bg);color:var(--recipe-text)}.recipe-not-found a{color:var(--recipe-accent);text-decoration:none;margin-top:16px}@media print{.recipe-page{background:#fff;color:#000}.recipe-card{box-shadow:none;border-color:#ddd}.recipe-print,.recipe-back{display:none}.recipe-badge{border-color:#ddd;color:#333}.recipe-tip{background:#f6f0e6}.recipe-title,.recipe-card h2,.recipe-card h3,.recipe-directions li strong{color:#000}.recipe-subtitle,.recipe-muted,.recipe-directions li p,.recipe-brisket-note,.recipe-footer{color:#333}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6b2d5c;--secondary-color: #8b4513;--accent-color: #d4a574;--text-dark: #2c2c2c;--text-light: #ffffff;--bg-light: #f8f5f1;--bg-card: #ffffff;--shadow: rgba(0, 0, 0, .1);--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}body{font-family:var(--font-primary);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-light)}.app{min-height:100vh;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#6b2d5cb3,#8b451399),url(/images/prosser.jpg) center center / cover no-repeat;color:var(--text-light);min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:0}.hero-content{position:relative;z-index:1;max-width:800px}.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:300;opacity:.95;max-width:600px;margin:0 auto}.features{padding:5rem 2rem;background-color:var(--bg-light)}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(2rem,5vw,3rem);text-align:center;margin-bottom:3rem;color:var(--primary-color);font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--bg-card);padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px var(--shadow)}.feature-icon{font-size:4rem;margin-bottom:1.5rem;filter:drop-shadow(2px 2px 4px var(--shadow))}.feature-title{font-size:1.75rem;margin-bottom:1rem;color:var(--primary-color);font-weight:600}.feature-description{font-size:1.1rem;color:var(--text-dark);opacity:.85;line-height:1.7;margin-bottom:1.5rem}.feature-link{display:inline-block;color:var(--primary-color);text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;padding:.5rem 0}.feature-link:hover{color:var(--secondary-color);transform:translate(4px)}.gallery{padding:5rem 2rem;background-color:var(--bg-card)}.gallery-container{max-width:1400px;margin:0 auto}.gallery-intro{text-align:center;font-size:1.2rem;color:var(--text-dark);opacity:.8;max-width:800px;margin:0 auto 3rem;line-height:1.8}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.gallery-image-wrapper{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background-color:var(--bg-light)}.gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover .gallery-image{transform:scale(1.08)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(107,45,92,.95) 0%,rgba(107,45,92,.7) 50%,transparent 100%);padding:2rem 1.5rem 1.5rem;transform:translateY(0);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(-4px)}.gallery-title{color:var(--text-light);font-size:1.4rem;font-weight:600;margin-bottom:.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.gallery-description{color:var(--text-light);font-size:1rem;opacity:.95;line-height:1.5;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);padding:5rem 2rem;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.5rem;font-weight:600}.cta-description{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}.cta-button{display:inline-block;background-color:var(--text-light);color:var(--primary-color);padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:var(--bg-light)}.recipes{padding:5rem 2rem;background-color:var(--bg-card)}.recipes-container{max-width:1200px;margin:0 auto}.recipes-intro{text-align:center;font-size:1.2rem;color:var(--text-dark);opacity:.8;max-width:600px;margin:-1.5rem auto 3rem;line-height:1.8}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.recipe-card-link{text-decoration:none;color:inherit;display:block}.recipe-preview-card{background:var(--bg-light);padding:2rem;border-radius:16px;box-shadow:0 4px 6px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;height:100%}.recipe-preview-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px var(--shadow)}.recipe-preview-title{font-size:1.5rem;margin:0 0 1rem;color:var(--primary-color);font-weight:600}.recipe-preview-description{font-size:1rem;color:var(--text-dark);opacity:.85;line-height:1.7;margin-bottom:1.5rem}.recipe-preview-meta{margin-bottom:1.5rem}.recipe-preview-servings{display:inline-block;font-size:.9rem;color:var(--secondary-color);font-weight:600;margin-bottom:.75rem}.recipe-preview-tags{display:flex;flex-wrap:wrap;gap:.5rem}.recipe-preview-tag{display:inline-block;font-size:.8rem;padding:.25rem .75rem;background:var(--accent-color);color:var(--text-dark);border-radius:20px;font-weight:500}.recipe-preview-cta{display:inline-block;color:var(--primary-color);font-weight:600;font-size:1rem;transition:transform .3s ease}.recipe-preview-card:hover .recipe-preview-cta{transform:translate(4px)}.footer{background-color:var(--text-dark);color:var(--text-light);padding:2rem;text-align:center;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}.footer-content p{opacity:.8;font-size:.95rem}@media (max-width: 768px){.hero{min-height:50vh}.features{padding:3rem 1.5rem}.features-grid{gap:1.5rem}.feature-card{padding:2rem}.gallery{padding:3rem 1.5rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.gallery-intro{font-size:1.1rem}.recipes{padding:3rem 1.5rem}.recipes-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.cta{padding:3rem 1.5rem}}@media (max-width: 480px){.features-grid,.gallery-grid{grid-template-columns:1fr}.gallery-title{font-size:1.2rem}.gallery-description{font-size:.9rem}.recipes-grid{grid-template-columns:1fr}.cta-button{padding:.875rem 2rem;font-size:1rem}}
