:root{--bg: #1a1517;--surface: #251f22;--surface-light: #2e2629;--text: #f5f3f0;--text-muted: #b8afa8;--accent: #d4a574;--accent-dark: #b8884d;--border: rgba(212, 165, 116, .15);--shadow: rgba(0, 0, 0, .5);--radius: 12px;--maxw: 1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:300;scroll-behavior:smooth}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.2;margin:0;overflow-wrap:anywhere}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.1rem,2vw,1.3rem)}.container{max-width:var(--maxw);margin:0 auto;padding:0 clamp(20px,5vw,40px)}.section{padding:clamp(60px,10vw,120px) 0}.section-title{text-align:center;margin-bottom:.5em;color:var(--accent)}.section-subtitle{text-align:center;color:var(--text-muted);font-size:clamp(1rem,2vw,1.2rem);margin-bottom:3rem;font-weight:300}.header{position:sticky;top:0;z-index:100;background:#1a1517f2;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}.logo{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--accent);letter-spacing:.05em}.nav-links{display:flex;align-items:center;gap:clamp(16px,3vw,32px);flex:1;justify-content:center}.nav-link{background:none;border:none;color:var(--text);font-size:1rem;font-weight:400;cursor:pointer;padding:8px 12px;border-radius:6px;transition:color .2s ease,background .2s ease}.nav-link:hover{color:var(--accent);background:#d4a57414}.nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:12px 24px;min-height:44px;border-radius:6px;font-weight:500;font-size:1rem;border:none;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 6px 20px #d4a5744d}.btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.hero-overlay{position:relative;z-index:2;width:100%}.hero-content{text-align:center;padding:3rem 0}.hero h1{color:var(--text);margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.7)}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--text-muted);margin-bottom:2rem;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.7)}.btn-hero{background:var(--accent);color:var(--bg);padding:16px 40px;font-size:1.1rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.btn-hero:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 30px #d4a57466}.menu-section{background:linear-gradient(180deg,var(--bg) 0%,#1e191b 100%)}.menu-category{margin-bottom:4rem}.category-title{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--accent);margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}.category-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:2px;background:var(--accent)}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(20px,3vw,32px)}.menu-item{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.menu-item:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 10px 30px var(--shadow)}.menu-img{width:100%;height:240px;object-fit:cover}.menu-item-content{padding:1.5rem}.menu-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.menu-item h4{color:var(--text);flex:1}.price{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:var(--accent);white-space:nowrap}.menu-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.chef-section{background:var(--surface)}.chef-content{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(2rem,5vw,4rem);align-items:center}.chef-image-wrapper{border-radius:var(--radius);overflow:hidden;border:2px solid var(--border)}.chef-image{width:100%;height:auto;display:block}.chef-text .section-title{text-align:left;margin-bottom:.5rem}.chef-name{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1.5rem;color:var(--text)}.chef-quote{font-family:Playfair Display,serif;font-size:clamp(1.1rem,2vw,1.3rem);font-style:italic;line-height:1.7;color:var(--text-muted);border-left:3px solid var(--accent);padding-left:1.5rem;margin:1.5rem 0}.chef-bio{color:var(--text-muted);font-size:1rem;line-height:1.6}.contact-section{background:linear-gradient(180deg,#1e191b 0%,var(--bg) 100%)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem)}.contact-info .section-title{text-align:left;margin-bottom:2rem}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.icon{width:28px;height:28px;color:var(--accent);flex-shrink:0;margin-top:2px}.contact-label{font-size:.9rem;color:var(--text-muted);margin-bottom:.25rem}.contact-value{font-size:1.1rem;color:var(--text);text-decoration:none;transition:color .2s ease}a.contact-value:hover{color:var(--accent)}.booking-form-wrapper{background:var(--surface);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--border)}.form-title{font-size:clamp(1.5rem,3vw,2rem);color:var(--accent);margin-bottom:1.5rem}.success-message{background:#4caf5026;border:1px solid rgba(76,175,80,.4);color:#a5d6a7;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem}.booking-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;color:var(--text-muted);font-weight:400}.form-group input,.form-group select{padding:12px 16px;background:var(--surface-light);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s ease,background .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent);background:var(--bg)}.btn-submit{background:var(--accent);color:var(--bg);padding:14px 32px;font-weight:600;margin-top:.5rem}.btn-submit:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 8px 24px #d4a57459}.btn-submit:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.footer{background:var(--surface);border-top:1px solid var(--border);padding:2rem 0}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--accent);letter-spacing:.05em}.footer-text{color:var(--text-muted);font-size:.9rem;text-align:center}@media(max-width:768px){.header-inner{flex-wrap:wrap}.nav-links{order:3;width:100%;flex-direction:column;gap:.5rem;align-items:stretch;margin-top:1rem}.nav-link{text-align:center;padding:10px}.hero{min-height:60vh}.menu-grid,.chef-content,.contact-grid,.form-row{grid-template-columns:1fr}}@media(max-width:480px){.section{padding:48px 0}.hero-content{padding:2rem 0}.menu-category{margin-bottom:3rem}}
