*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: var(--primaryColor, #991B1B);--primary-dark: var(--primaryDark, #7F1D1D);--gold: #D4A574;--gold-light: #E8CDB0;--cream: #FAF7F2;--dark: #1A1A1A;--dark-warm: #2D2420;--text: #3D3530;--text-light: #8B7E74;--text-white: #FAF7F2;--bg: #FFFFFF;--bg-warm: #FDF8F3;--bg-dark: #1A1614;--border: #E8DFD5;--radius: 4px;--shadow: 0 2px 8px rgba(26,22,20,.08);--shadow-lg: 0 8px 24px rgba(26,22,20,.12);--transition: .3s ease;--max-width: 1200px}html{scroll-behavior:smooth}body{font-family:Lato,-apple-system,sans-serif;color:var(--text);line-height:1.7;background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:color var(--transition)}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;font-weight:700;color:var(--dark);line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:.5rem}.section-title p{color:var(--text-light);font-size:1.05rem}.divider{width:60px;height:2px;background:var(--gold);margin:1rem auto}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.site-header{position:sticky;top:0;z-index:100;background:var(--bg-dark);border-bottom:1px solid rgba(212,165,116,.2)}.site-header .container{display:flex;justify-content:space-between;align-items:center;height:80px}.site-header .logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--gold);letter-spacing:.02em}.site-header nav{display:flex;gap:2rem;align-items:center}.site-header nav a{color:var(--text-white);font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:.08em;transition:color var(--transition)}.site-header nav a:hover{color:var(--gold)}.nav-cta{background:var(--gold)!important;color:var(--dark)!important;padding:.5rem 1.5rem;border-radius:var(--radius);font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:.85rem!important}.nav-cta:hover{background:var(--gold-light)!important}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{display:block;width:24px;height:2px;background:var(--gold);margin:5px 0;transition:var(--transition)}@media(max-width:768px){.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--bg-dark);flex-direction:column;padding:2rem;border-bottom:1px solid rgba(212,165,116,.2);gap:1rem}.site-header nav.open{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-white);overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(160deg,var(--dark-warm),var(--primary-dark));z-index:0}.hero-bg.with-image{background-size:cover;background-position:center}.hero-bg.with-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#1a1614b3,#1a161466,#1a1614cc)}.hero-content{position:relative;z-index:1;max-width:700px;padding:2rem}.hero-content h1{color:var(--text-white);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.hero-tagline{font-family:Playfair Display,serif;font-style:italic;font-size:1.3rem;color:var(--gold-light);margin-bottom:.5rem}.hero-content p{font-size:1.15rem;opacity:.85;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.hero-cta{display:inline-block;background:var(--gold);color:var(--dark);padding:1rem 2.5rem;border-radius:var(--radius);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition)}.hero-cta:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--dark)}.promo-banner{background:linear-gradient(90deg,var(--gold),#C9944A);color:var(--dark);text-align:center;padding:.875rem 1.5rem;font-weight:600;font-size:.95rem}.closure-banner{background:#fef2f2;border-bottom:2px solid #FECACA;color:#dc2626;text-align:center;padding:1rem 1.5rem;font-weight:600}.menu-section{background:var(--bg-warm)}.menu-section .section-title h2{font-style:italic}.menu-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:900px;margin:0 auto}.menu-category h3{color:var(--primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-style:italic;font-size:1.3rem}.menu-item{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px dotted var(--border)}.menu-item-name{font-weight:600;color:var(--text)}.menu-item-desc{font-size:.9rem;color:var(--text-light);font-style:italic;margin-top:.25rem}.menu-item-price{font-family:Playfair Display,serif;font-weight:700;color:var(--primary);white-space:nowrap;margin-left:1rem}.about-section{background:var(--bg)}.about-section .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-section .text-content h2{margin-bottom:1.5rem}.about-section .text-content p{color:var(--text-light);font-size:1.05rem;margin-bottom:1rem;line-height:1.8}.about-section .image-content{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:3/4}@media(max-width:768px){.about-section .content-grid{grid-template-columns:1fr;gap:2rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:var(--bg-warm);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center;transition:transform var(--transition),box-shadow var(--transition)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card .icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{margin-bottom:.75rem;font-size:1.15rem}.service-card p{color:var(--text-light);font-size:.95rem}.gallery-section{background:var(--dark);padding:5rem 0}.gallery-section .section-title h2{color:var(--text-white)}.gallery-section .section-title p{color:var(--text-light)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,250px);gap:.5rem}.gallery-item{overflow:hidden;cursor:pointer;position:relative}.gallery-item:first-child{grid-column:span 2;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-placeholder{width:100%;height:100%;background:var(--dark-warm);display:flex;align-items:center;justify-content:center;font-size:3rem}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-item:first-child{grid-column:span 2}}.reservation-section{background:linear-gradient(135deg,var(--dark-warm),var(--primary-dark));color:var(--text-white);text-align:center;padding:6rem 0}.reservation-section h2{color:var(--text-white);margin-bottom:1rem}.reservation-section p{color:var(--gold-light);font-size:1.1rem;margin-bottom:2rem}.reservation-section .cta-button{display:inline-block;background:var(--gold);color:var(--dark);padding:1rem 3rem;border-radius:var(--radius);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;transition:all var(--transition)}.reservation-section .cta-button:hover{background:var(--gold-light);transform:translateY(-2px)}.reservation-phone{margin-top:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem;color:var(--gold)}.reservation-phone a{color:var(--gold)}.hours-section{background:var(--bg-warm)}.hours-card{background:var(--bg);border-radius:var(--radius);padding:3rem;max-width:500px;margin:0 auto;box-shadow:var(--shadow);text-align:center;border:1px solid var(--border)}.hours-card h3{color:var(--primary);margin-bottom:1.5rem;font-style:italic}.hours-text{white-space:pre-line;font-size:1.05rem;line-height:2;color:var(--text-light)}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.contact-info-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem}.contact-info-list .icon{font-size:1.5rem;flex-shrink:0}.contact-info-list .label{font-weight:600;display:block;margin-bottom:.25rem}.contact-info-list .value{color:var(--text-light)}.contact-map{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10;border:1px solid var(--border)}@media(max-width:768px){.contact-section .contact-grid{grid-template-columns:1fr}}.site-footer{background:var(--bg-dark);color:#9b8e82;padding:3rem 0 2rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-brand .logo{font-family:Playfair Display,serif;color:var(--gold);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{font-size:.9rem;max-width:300px}.footer-links h4{color:var(--gold);font-family:Lato,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#9b8e82;font-size:.9rem}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(212,165,116,.15);padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem}.social-links{display:flex;gap:1rem}.social-links a{color:#9b8e82;font-size:1.25rem}.social-links a:hover{color:var(--gold)}
