*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Arial, sans-serif;background:#f5f0e6}header{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 2rem;background-color:transparent;position:fixed;width:100%;top:0;z-index:1000;transition:background-color 0.3s ease, box-shadow 0.3s ease}header.scrolled{background-color:rgba(0,0,0,0.6);box-shadow:0 2px 4px rgba(0,0,0,0.2)}.logo{display:none;height:40px;width:auto;max-width:100%}.logo-white{display:block}.logo-black{display:none}.no-hero .logo-white{display:none}.no-hero .logo-black{display:block}.nav-toggle{display:none;align-items:center;justify-content:center;height:32px;padding:0 10px;cursor:pointer;background:none;border:none;color:#fff;font-size:1.5rem;margin-left:auto}nav{display:flex;gap:2rem;align-items:center;margin-left:auto}nav a{color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:0.05em}nav a:hover{color:#ddd}body.light-nav nav a{color:#222}body.light-nav nav a:hover{color:#000}body.light-nav .nav-toggle{color:#222}body.light-nav .nav-toggle:hover{color:#000}body.light-nav header.scrolled .nav-toggle{color:#f5f0e6}header.scrolled nav a,header.menu-open nav a,.light-nav nav a{color:#f5f0e6}header.scrolled nav a:hover,header.menu-open nav a:hover,.light-nav nav a:hover{color:#fff}header.scrolled .logo-white{display:block}header.scrolled .logo-black{display:none}.content-page{max-width:800px;margin:0 auto;padding:2rem}.no-hero .content-page{padding-top:96px}.menu-section{margin-bottom:4rem;font-family:"Trebuchet MS", "Segoe UI", sans-serif}.menu-heading{font-size:2rem;margin-bottom:2rem;border-bottom:2px solid #ddd;padding-bottom:0.5rem;color:#111;text-transform:uppercase;letter-spacing:0.05em;text-align:center}.content-page h1{text-align:center;font-size:2.5rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:0.05em;color:#111}.menu-item{margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.menu-item h3{display:flex;justify-content:space-between;align-items:flex-end;font-size:1.25rem;font-weight:600;margin-bottom:0.5rem;color:#222;text-transform:uppercase}.menu-item .price{font-size:1.1rem;font-weight:bold;color:#555;margin-left:1rem;white-space:nowrap}.menu-item p{margin-top:0.5rem;color:#333;font-family:"Trebuchet MS", "Segoe UI", sans-serif}.highlight-box{background:#f5f0e6;border-left:4px solid #ccc;padding:1rem;margin:1rem 0;font-style:italic}.hero{height:100vh;background:url("/assets/images/hero.jpg") no-repeat center center/cover;display:flex;justify-content:center;align-items:center;text-align:center;color:#f5f0e6;text-shadow:1px 1px 4px rgba(0,0,0,0.7)}.hero-content{display:flex;flex-direction:column;align-items:center}.hero h1{font-family:"Segoe UI", "Helvetica Neue", "Liberation Sans", Arial, sans-serif;font-size:clamp(2.5rem, 6vw, 5rem)}.section{display:flex;flex-wrap:wrap;min-height:100vh;width:100%}.section img{flex:1 1 50%;width:100%;object-fit:cover;min-width:300px}.section .text{flex:1 1 50%;min-width:300px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f0e6}.section h2{font-size:2rem;margin-bottom:1rem;color:#111}.section-description{font-size:1.15rem;margin-bottom:1.5rem;color:#333;text-align:center}.section-link{display:inline-block;padding:0.5rem 1.25rem;background-color:#222;color:#fff;text-decoration:none;font-weight:bold;border-radius:6px;transition:background-color 0.2s ease, transform 0.2s ease}.section-link:hover{background-color:#444;transform:translateY(-2px)}footer{background:#222;color:white;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-left{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap}.footer-right{display:flex;align-items:center}.footer-right a{color:white;margin-left:1rem;text-decoration:none}blockquote{font-style:italic;font-family:Georgia, "Times New Roman", Times, serif;background-color:#f0ebe0;border-left:4px solid #ccc;margin:1.5rem 0;padding:1.5rem 2rem;color:#333;line-height:1.6;position:relative}blockquote::before{content:"“";font-size:3rem;position:absolute;left:0.5rem;top:0;color:#ccc;font-family:serif}blockquote p{margin:0}@media (max-width: 768px){.nav-toggle{display:inline-flex;margin-bottom:5px}header{flex-direction:row;flex-wrap:nowrap;padding:0.5rem 0.25rem}.section.reverse-on-mobile{flex-direction:column-reverse}header.menu-open{background-color:rgba(0,0,0,0.6)}nav{transition:opacity 0.3s ease;opacity:0;pointer-events:none;position:absolute;top:100%;left:0;width:100%;flex-direction:column;background-color:rgba(0,0,0,0.6);padding:1rem;z-index:999;display:flex;gap:1.75rem}body.no-hero main{margin-top:2rem}nav.open{opacity:1;pointer-events:auto}.section{flex-direction:column}footer{flex-direction:column;align-items:flex-start}.footer-right{margin-top:1rem}.footer-left{flex-direction:column;gap:0.5rem}}
