@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0e0d0b;--bg2: #161410;--bg3: #1e1b15;--bg-grey: #1a1a1a;--sage: #46554E;--sage-lt: #526260;--gold: #c9a96e;--gold-lt: #e2c99a;--cream: #f5f0e8;--cream-dim: rgba(245,240,232,.65);--cream-mute:rgba(245,240,232,.35);--serif: "Cormorant Garamond", Georgia, serif;--sans: "Montserrat", sans-serif;--transition: .3s ease;--max: 1200px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--cream);font-family:var(--sans);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.label{display:block;font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.15}h1{font-size:clamp(2.8rem,6vw,5rem)}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:clamp(1.4rem,2.5vw,2rem)}.italic{font-style:italic}.btn{display:inline-block;font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:.9rem 2.4rem;border:1px solid var(--gold);color:var(--gold);background:transparent;cursor:pointer;transition:background var(--transition),color var(--transition)}.btn:hover,.btn-solid{background:var(--gold);color:var(--bg)}.btn-solid:hover{background:var(--gold-lt);border-color:var(--gold-lt)}.divider{display:flex;align-items:center;gap:1rem;margin:1.5rem auto;width:120px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--gold);opacity:.5}.divider-icon{color:var(--gold);font-size:1rem;flex-shrink:0}.container{max-width:var(--max);margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-center{text-align:center}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;transition:background var(--transition),backdrop-filter var(--transition)}.site-header.scrolled{background:#0e0d0bf2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,169,110,.15)}.header-logo{display:flex;align-items:center}.header-logo-img{height:36px;width:auto;filter:brightness(0) invert(1);opacity:.92;transition:opacity var(--transition)}.header-logo:hover .header-logo-img{opacity:1}.header-logo span{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-dim);transition:color var(--transition)}.header-nav a:hover{color:var(--gold)}.header-reserve{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.6rem 1.4rem;border:1px solid var(--gold);color:var(--gold);transition:background var(--transition),color var(--transition)}.header-reserve:hover{background:var(--gold);color:var(--bg)}.hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1800&q=80);background-size:cover;background-position:center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0e0d0b8c,#0e0d0b73,#0e0d0bbf)}.hero-content{position:relative;z-index:2;max-width:780px;padding:0 2rem}.hero-content .label{justify-content:center;display:block}.hero-content h1{color:var(--cream);margin:.5rem 0 1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.4)}.hero-content p{font-size:1.05rem;color:var(--cream-dim);max-width:480px;margin:0 auto 2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--cream-mute);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}.hero-scroll:after{content:"";width:1px;height:40px;background:var(--gold);opacity:.5}.intro-section{background:var(--bg-grey);padding:7rem 0}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.intro-img{position:relative}.intro-img img{width:100%;aspect-ratio:4/5;object-fit:cover}.intro-img-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--gold);color:var(--bg);padding:1.5rem;text-align:center;font-family:var(--serif);font-size:.9rem;line-height:1.4;max-width:130px}.intro-img-badge strong{display:block;font-size:1.4rem}.intro-text h2{margin-bottom:1.5rem;color:var(--cream)}.intro-text p{color:var(--cream-dim);margin-bottom:1.25rem;font-size:.95rem}.intro-text .btn{margin-top:1rem}.dishes-section{background:var(--bg);padding:7rem 0;text-align:center}.dishes-section h2{margin-bottom:.5rem}.dishes-section>.container>p{color:var(--cream-dim);max-width:520px;margin:0 auto 4rem;font-size:.95rem}.dishes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.dish-card{position:relative;overflow:hidden;aspect-ratio:3/4}.dish-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.dish-card:hover img{transform:scale(1.05)}.dish-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(14,13,11,.85) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;text-align:left}.dish-card-overlay .label{margin-bottom:.4rem}.dish-card-overlay h3{font-size:1.4rem;color:var(--cream);margin-bottom:.4rem}.dish-card-overlay p{font-size:.82rem;color:var(--cream-dim);line-height:1.5}.menu-section{background:var(--bg3);padding:7rem 0}.menu-header{text-align:center;margin-bottom:4rem}.menu-header h2{margin-bottom:.75rem}.menu-header p{color:var(--cream-dim);font-size:.95rem}.menu-cols{display:grid;grid-template-columns:1fr 1fr;gap:0 5rem}.menu-category{margin-bottom:3rem}.menu-category-title{font-family:var(--serif);font-size:1.3rem;font-style:italic;color:var(--gold);border-bottom:1px solid rgba(201,169,110,.2);padding-bottom:.75rem;margin-bottom:1.25rem}.menu-item{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.65rem 0;border-bottom:1px solid rgba(245,240,232,.06)}.menu-item:last-child{border-bottom:none}.menu-item-left{flex:1}.menu-item-name{font-family:var(--serif);font-size:1.05rem;color:var(--cream)}.menu-item-desc{font-size:.78rem;color:var(--cream-mute);margin-top:.15rem;line-height:1.5}.menu-item-price{font-family:var(--serif);font-size:1rem;color:var(--gold);flex-shrink:0}.menu-cta{text-align:center;margin-top:3.5rem}.philosophy-section{background-image:url(https://images.unsplash.com/photo-1551218808-94e220e084d2?w=1800&q=80);background-size:cover;background-position:center;background-attachment:fixed;position:relative;padding:10rem 0;text-align:center}.philosophy-section:before{content:"";position:absolute;inset:0;background:#0e0d0bb8}.philosophy-content{position:relative;z-index:2;max-width:700px;margin:0 auto;padding:0 2rem}.philosophy-content blockquote{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.8rem);font-style:italic;color:var(--cream);line-height:1.4;margin-bottom:2rem}.philosophy-content cite{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-style:normal}.chef-section{background:var(--bg2);padding:7rem 0}.chef-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.chef-text{order:1}.chef-img{order:2}.chef-img img{width:100%;aspect-ratio:3/4;object-fit:cover}.chef-text .label{margin-bottom:.5rem}.chef-text h2{margin-bottom:.25rem}.chef-text .chef-title{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:1.1rem;margin-bottom:2rem}.chef-text p{color:var(--cream-dim);font-size:.95rem;margin-bottom:1.1rem}.chef-awards{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(245,240,232,.1);display:flex;gap:2rem}.award-item{font-size:.82rem;color:var(--cream-mute)}.award-item strong{display:block;color:var(--gold);font-family:var(--serif);font-size:1rem;margin-bottom:.2rem}.team-secondary{margin-top:5rem;padding-top:4rem;border-top:1px solid rgba(245,240,232,.08)}.team-member{display:grid;grid-template-columns:260px 1fr;gap:3rem;align-items:center}.team-member-img img{width:100%;aspect-ratio:3/4;object-fit:cover}.team-member-info h3{margin-bottom:.2rem}.team-member-info p{color:var(--cream-dim);font-size:.95rem;margin-bottom:.75rem}@media(max-width:768px){.team-member{grid-template-columns:1fr}.team-member-img{max-width:220px}}.reserve-section{background:var(--bg);padding:7rem 0;text-align:center}.reserve-section h2{margin-bottom:.75rem}.reserve-section>.container>p{color:var(--cream-dim);max-width:480px;margin:0 auto 3rem;font-size:.95rem}.reserve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9a96e26;border:1px solid rgba(201,169,110,.15);max-width:780px;margin:0 auto 2.5rem}.reserve-item{background:var(--bg2);padding:2.5rem 2rem}.reserve-item .label{margin-bottom:.5rem}.reserve-item p{font-family:var(--serif);font-size:1.1rem;color:var(--cream)}.reserve-item a{color:var(--gold)}.events-section{background:var(--sage);padding:6rem 0}.events-header{text-align:center;margin-bottom:3.5rem}.event-card{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;padding:2rem 0;border-bottom:1px solid rgba(245,240,232,.2)}.event-date{text-align:center;min-width:70px}.event-date .month{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.event-date .day{font-family:var(--serif);font-size:2.5rem;line-height:1;color:var(--cream)}.event-info h3{font-size:1.2rem;color:var(--cream);margin-bottom:.4rem}.event-info p{font-size:.85rem;color:var(--cream-dim)}.event-action{text-align:right}.site-footer{background:#080807;padding:5rem 0 0;border-top:1px solid rgba(201,169,110,.15)}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem}.footer-logo-img{height:44px;width:auto;filter:brightness(0) invert(1) sepia(.3) saturate(1.5) hue-rotate(5deg);opacity:.85;margin-bottom:1.25rem}.footer-brand p{font-size:.85rem;color:var(--cream-mute);line-height:1.8;max-width:260px;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:36px;height:36px;border:1px solid rgba(201,169,110,.3);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.75rem;transition:background var(--transition),border-color var(--transition)}.footer-social a:hover{background:var(--gold);color:var(--bg);border-color:var(--gold)}.footer-col h4{font-family:var(--sans);font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col ul li{font-size:.85rem;color:var(--cream-mute);padding:.35rem 0;line-height:1.5}.footer-col ul li a{color:var(--cream-mute);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(245,240,232,.06);padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--cream-mute);flex-wrap:wrap;gap:.5rem}.footer-bottom a{color:var(--cream-mute);transition:color var(--transition)}.footer-bottom a:hover{color:var(--gold)}@media(max-width:1024px){.dishes-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.site-header{padding:1rem 1.5rem}.header-nav{display:none}.section{padding:4rem 0}.intro-grid,.chef-grid,.menu-cols{grid-template-columns:1fr;gap:2.5rem}.intro-img-badge{right:0}.chef-img{order:-1}.dishes-grid,.reserve-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.philosophy-section{background-attachment:scroll}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}}
