:root{--red: #c42217;--red-dark: #9b1a10;--gold: #f2b01e;--gold-dark: #c8900f;--dark: #111111;--charcoal: #1e1e1e;--white: #ffffff;--cream: #faf8f4;--text: #1a1a1a;--text-muted: #666666;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--nav-h: 72px;--section-pad: clamp(3.5rem, 9vw, 6.5rem);--container: 1160px;--radius: 8px;--radius-lg: 14px;--shadow-sm: 0 2px 8px rgba(0,0,0,.1);--shadow-md: 0 6px 24px rgba(0,0,0,.18);--shadow-lg: 0 12px 40px rgba(0,0,0,.28)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--text);background:var(--white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{font-family:var(--font-body)}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:var(--font-body);font-weight:600;font-size:.95rem;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:all .2s ease;white-space:nowrap}.btn-red{background:var(--red);color:var(--white)}.btn-red:hover{background:var(--red-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-gold{background:var(--gold);color:var(--dark)}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline-white{border-color:var(--white);color:var(--white);background:transparent}.btn-outline-white:hover{background:var(--white);color:var(--dark)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.5rem 1.25rem;font-size:.85rem}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:#080808ed;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(242,176,30,.15);transition:background .3s}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.nav-logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-logo img{height:50px;width:auto}.nav-logo-text{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--white);line-height:1.2;display:none}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-links a{color:#fffc;font-size:.85rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--gold)!important;color:var(--dark)!important;padding:.45rem 1.1rem;border-radius:var(--radius);font-weight:700!important;letter-spacing:.02em!important;transition:background .2s!important;text-transform:none!important;font-size:.9rem!important}.nav-cta:hover{background:var(--gold-dark)!important;color:var(--dark)!important}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.section{padding:var(--section-pad) 0}.section-cream{background:var(--cream)}.section-dark{background:var(--dark);color:var(--white)}.section-charcoal{background:var(--charcoal);color:var(--white)}.section-white{background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.kicker{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.1}.section-dark .section-title,.section-charcoal .section-title{color:var(--white)}.section-subtitle{margin-top:.85rem;font-size:1.05rem;color:var(--text-muted);max-width:52ch;margin-inline:auto;line-height:1.65}.section-dark .section-subtitle,.section-charcoal .section-subtitle{color:#fff9}.divider-logo{text-align:center;padding:.5rem 0 1rem}.divider-logo img{width:64px;height:auto;margin:0 auto;opacity:.65}.hero{position:relative;height:100vh;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--white);text-align:center}.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:heroFade 28s infinite}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(2){animation-delay:7s}.hero-slide:nth-child(3){animation-delay:14s}.hero-slide:nth-child(4){animation-delay:21s}@keyframes heroFade{0%{opacity:0}5%{opacity:1}22%{opacity:1}27%{opacity:0}to{opacity:0}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000008c,#00000061,#000000a6)}.hero-content{position:relative;z-index:1;padding:0 1.5rem;max-width:800px}.hero-logo{width:clamp(120px,18vw,180px);height:auto;margin:0 auto 1.75rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5))}.hero-headline{font-family:var(--font-display);font-size:clamp(2.2rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:.6rem;text-shadow:0 2px 16px rgba(0,0,0,.55)}.hero-headline em{color:var(--gold);font-style:normal}.hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;color:#ffffffe6;letter-spacing:.04em;margin-bottom:2.5rem;text-shadow:0 1px 8px rgba(0,0,0,.45)}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-grid{display:grid;gap:3.5rem;align-items:center}.about-text .kicker{display:block;text-align:left}.about-text h2{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;margin-bottom:1.25rem}.about-text p{font-size:1.02rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.about-text p:last-of-type{margin-bottom:1.75rem}.about-stats{display:flex;gap:2.5rem;margin-top:.5rem}.stat{text-align:center}.stat-num{font-family:var(--font-display);font-size:2.2rem;font-weight:900;color:var(--red);line-height:1}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.25rem}.about-image-wrap{position:relative}.about-image-wrap img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;object-fit:cover}.about-badge{position:absolute;bottom:-1rem;left:-1rem;background:var(--red);color:var(--white);padding:1rem 1.25rem;border-radius:var(--radius);font-weight:700;font-size:.85rem;line-height:1.3;box-shadow:var(--shadow-md);text-align:center}.about-badge span{display:block;font-size:1.4rem;font-family:var(--font-display)}.menu-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));margin-bottom:2.5rem}.menu-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:1.5rem;transition:border-color .25s,transform .25s}.menu-card:hover{border-color:var(--gold);transform:translateY(-3px)}.menu-card-icon{font-size:1.75rem;margin-bottom:.75rem}.menu-card-photo{margin:-1.5rem -1.5rem 1.25rem;aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.menu-card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.menu-card:hover .menu-card-photo img{transform:scale(1.05)}.menu-card-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--gold);margin-bottom:.4rem}.menu-card-desc{font-size:.9rem;color:#ffffffa6;line-height:1.65}.menu-photos{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:2.5rem}.menu-photo{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;position:relative}.menu-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.menu-photo:hover img{transform:scale(1.05)}.menu-photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000bf);padding:.75rem;color:var(--white);font-size:.8rem;font-weight:600;letter-spacing:.04em}.menu-cta{text-align:center}.menu-cta p{color:#fff9;font-size:.95rem;margin-bottom:1.25rem}.new-location{padding:5rem 0;background:linear-gradient(135deg,#8b1610 0%,var(--red) 45%,#d62e22 100%);color:var(--white);text-align:center;position:relative;overflow:hidden}.new-location:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 50%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 85% 50%,rgba(255,255,255,.04) 0%,transparent 50%)}.new-location:after{content:"🕐";position:absolute;right:5%;top:50%;transform:translateY(-50%);font-size:clamp(8rem,18vw,16rem);opacity:.07;line-height:1;pointer-events:none}.new-location-inner{position:relative;z-index:1}.new-location .kicker{color:var(--gold)}.new-location-title{font-family:var(--font-display);font-size:clamp(2rem,5.5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:1rem}.new-location-sub{font-size:1.1rem;opacity:.9;max-width:48ch;margin:0 auto 2rem;line-height:1.65}.new-location-badges{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.location-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:100px;padding:.45rem 1.25rem;font-size:.85rem;font-weight:600;letter-spacing:.04em}.locations-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.location-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid #ece8e0;transition:box-shadow .25s,transform .25s}.location-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.location-card-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.location-icon{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.location-icon-open{background:#c422171a}.location-icon-soon{background:#f2b01e26}.location-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.location-status{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-top:.2rem}.status-open{color:#2a9d56}.status-soon{color:var(--gold-dark)}.location-map{border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem}.location-map img{width:100%;height:170px;object-fit:cover}.coming-soon-map{background:#f0ede8;border-radius:var(--radius);height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem;color:#c8b89a;letter-spacing:.05em}address{font-style:normal;font-size:.95rem;line-height:1.8;color:var(--text)}address a{color:var(--red);font-weight:600}.location-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.contact-layout{display:grid;gap:3.5rem;align-items:start}.contact-info .kicker{display:block;text-align:left}.contact-info h2{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:var(--white);margin-bottom:1rem}.contact-info p{color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.contact-detail{display:flex;align-items:center;gap:.75rem;color:#ffffffd9;font-size:.95rem;margin-bottom:.85rem}.contact-detail-icon{font-size:1.1rem;flex-shrink:0}.contact-detail a{color:var(--gold);font-weight:600}.contact-detail a:hover{color:var(--gold-dark)}.form-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:2rem}.form-row{display:grid;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb3}.form-group input,.form-group textarea,.form-group select{background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);padding:.75rem 1rem;font-family:var(--font-body);font-size:.95rem;color:var(--white);outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gold);background:#ffffff1c}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group textarea{resize:vertical;min-height:120px}.form-group select option{background:var(--charcoal);color:var(--white)}.form-honeypot{display:none!important;visibility:hidden!important}.form-submit{margin-top:.75rem}.form-status{margin-top:1rem;padding:.875rem 1rem;border-radius:var(--radius);font-size:.9rem;display:none}.form-status.success{background:#2a9d562e;border:1px solid rgba(42,157,86,.35);color:#6de09a;display:block}.form-status.error{background:#c422172e;border:1px solid rgba(196,34,23,.35);color:#faa;display:block}.faq-list{max-width:740px;margin:0 auto}details{border-bottom:1px solid #e4dfd8;padding:1.25rem 0}details:first-of-type{padding-top:0}details summary{font-family:var(--font-display);font-size:1.1rem;font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}details summary::-webkit-details-marker{display:none}details summary:after{content:"+";font-size:1.4rem;font-weight:400;color:var(--red);flex-shrink:0;transition:transform .2s}details[open] summary:after{transform:rotate(45deg)}details p{padding-top:.75rem;font-size:.95rem;line-height:1.75;color:var(--text-muted)}.footer{background:#0a0a0a;color:#ffffff8c;padding:4rem 0 2rem}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:3rem}.footer-logo{width:90px;height:auto;margin-bottom:1rem}.footer-tagline{font-size:.9rem;line-height:1.7;max-width:26ch}.footer-col-title{color:var(--white);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;margin-bottom:.75rem;line-height:1.5}.footer-contact-item a{color:var(--gold)}.footer-contact-item a:hover{color:var(--gold-dark)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;gap:1rem;flex-wrap:wrap}.footer-bottom a{color:var(--gold)}.scroll-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;width:44px;height:44px;border-radius:50%;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;cursor:pointer;border:none;font-size:1.1rem;box-shadow:var(--shadow-md)}.scroll-top.visible{opacity:1;pointer-events:auto}.scroll-top:hover{transform:translateY(-2px)}.page-header{padding:calc(var(--nav-h) + 3.5rem) 0 3.5rem;background:var(--dark);color:var(--white);text-align:center}.page-header .kicker{color:var(--gold)}.page-header h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:.75rem}.page-header p{color:#ffffffb3;font-size:1.05rem;max-width:52ch;margin:0 auto;line-height:1.65}.feature-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow-sm);border:1px solid #ece8e0;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s;color:var(--text)}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.feature-card-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.65;flex:1;margin-bottom:1.25rem}.feature-card-link{font-size:.85rem;font-weight:700;color:var(--red);letter-spacing:.04em;text-transform:uppercase}@media(min-width:640px){.form-row-2{grid-template-columns:1fr 1fr}}@media(min-width:768px){.nav-hamburger{display:none}.nav-links{display:flex!important}.nav-logo-text{display:block}.about-grid{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr 1.4fr}.footer-grid{grid-template-columns:1.8fr 1fr 1.2fr}}@media(max-width:767px){.nav-hamburger{display:flex}.nav-links{display:none;position:absolute;top:var(--nav-h);left:0;right:0;background:#080808f7;flex-direction:column;padding:1.5rem 2rem;gap:1.1rem;border-top:1px solid rgba(242,176,30,.15);border-bottom:1px solid rgba(242,176,30,.15)}.nav-links.open{display:flex}.nav-links li:last-child .nav-cta{text-align:center;padding:.6rem 1.25rem}.about-badge{display:none}.menu-photos{grid-template-columns:1fr}.new-location:after{display:none}}@media(max-width:480px){.hero-ctas{flex-direction:column;align-items:center}.hero-ctas .btn{width:100%;max-width:280px}.about-stats{gap:1.5rem}}
