:root{
  --bg:#faf7f5;
  --text:#292524;
  --muted:#78716c;
  --border:#e7e5e4;
  --white:#fff;
  --rose:#b91c1c;
  --rose-dark:#9f1239;
  --stone-dark:#1c1917;
  --shadow:0 10px 30px rgba(28,25,23,.08);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
iframe{display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:80px 0}
.section-tight{padding:36px 0}
.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s ease;cursor:pointer;border:1px solid transparent}
.btn-primary{background:var(--rose);color:#fff}
.btn-primary:hover{background:var(--rose-dark)}
.btn-light{background:#fff;color:var(--stone-dark)}
.btn-light:hover{background:#f5f5f4}
.btn-outline{border-color:#d6d3d1;color:var(--text);background:transparent}
.btn-outline:hover{background:#fff}
.btn-outline-light{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.08)}
.btn-outline-light:hover{background:rgba(255,255,255,.16)}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}
.brand{display:flex;align-items:center;gap:16px}
.brand img{height:64px;width:auto}
.brand-subtitle{font-size:13px;color:var(--muted)}
.brand-title{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--rose-dark)}
.nav{display:flex;gap:24px;font-size:14px;font-weight:600}
.nav a:hover{color:var(--rose-dark)}
.hero{position:relative;overflow:hidden;min-height:720px;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.48),rgba(0,0,0,.2))}
.hero-grid{position:relative;display:grid;grid-template-columns:1.2fr .9fr;gap:40px;padding:96px 0 110px}
.eyebrow-pill{display:inline-flex;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#fff}
.hero h1{margin:18px 0 0;font-size:60px;line-height:1.04;color:#fff;max-width:760px}
.hero p{margin:24px 0 0;max-width:720px;font-size:20px;line-height:1.7;color:rgba(255,255,255,.9)}
.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.location-box{padding:24px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.25)}
.location-box .box-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.location-box .box-head img{height:56px}
.location-list{display:grid;gap:16px}
.location-item{padding:20px;border:1px solid var(--border);border-radius:22px;display:flex;justify-content:space-between;gap:16px;background:#fff}
.location-item h3{margin:0 0 8px;font-size:24px}
.location-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.center-copy{max-width:860px;margin:0 auto;text-align:center;color:var(--muted);font-size:18px;line-height:1.8}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--rose-dark)}
.section-title{font-size:44px;line-height:1.1;margin:14px 0 0}
.section-copy{max-width:850px;color:var(--muted);font-size:18px;line-height:1.8;margin-top:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feature-card img{height:240px;width:100%;object-fit:cover}
.feature-card .content{padding:24px}
.feature-card h3{margin:0;font-size:24px}
.feature-card p{margin:14px 0 0;color:var(--muted);line-height:1.8}
.menu-cta{text-align:center}
.menu-cta .section-title,.menu-cta .section-copy{margin-left:auto;margin-right:auto}
.soft-block{padding:32px}
.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-grid .card{overflow:hidden}
.gallery-grid img{height:290px;width:100%;object-fit:cover}
.feedback{background:var(--stone-dark);color:#fff}
.feedback .eyebrow{color:#fda4af}
.feedback .section-title,.feedback .section-copy{color:#fff}
.feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.feedback-card{padding:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05)}
.feedback-card .stars{letter-spacing:.2em;color:#fcd34d;font-size:18px}
.feedback-card p{color:rgba(255,255,255,.87);line-height:1.8}
.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:34px}
.map-card{overflow:hidden}
.map-card iframe{width:100%;height:290px;border:0}
.map-card .content{padding:28px}
.footer{border-top:1px solid var(--border);background:#fff}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 0}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand img{height:64px}
.footer-copy{font-size:14px;color:var(--muted)}
.menu-page .section{padding-top:56px}
.menu-page .menu-images{display:grid;gap:28px;margin-top:32px}
.menu-page .menu-images .card{padding:10px}
.menu-page .menu-images img{border-radius:24px}
.small-spacer{height:10px}
@media (max-width: 980px){
  .hero-grid,.grid-3,.gallery-grid,.feedback-grid,.location-grid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero h1{font-size:42px}
  .section-title{font-size:34px}
  .topbar-inner{flex-wrap:wrap}
  .nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .gallery-head{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px){
  .container{padding:0 18px}
  .brand img,.footer-brand img{height:54px}
  .brand-subtitle,.brand-title{font-size:12px}
  .hero-grid{padding:72px 0 80px}
  .hero h1{font-size:34px}
  .hero p,.section-copy,.center-copy{font-size:16px}
  .section{padding:64px 0}
  .location-item{flex-direction:column}
  .button-row{gap:10px}
  .btn{width:100%}
}

.order-dropdown {
  position: relative;
}

.order-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 0;
}

.order-dropdown .caret {
  font-size: 12px;
  line-height: 1;
}

.order-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 1000;
}

.order-dropdown:hover .order-dropdown-menu,
.order-dropdown:focus-within .order-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.order-dropdown-menu a {
  display: block;
  padding: 12px 16px;
  color: #292524;
  text-decoration: none;
  white-space: nowrap;
}

.order-dropdown-menu a:hover {
  background: #f5f5f4;
}
