.rt-site { --primary: #1c1c1c; --secondary: #c9a24b; }
.rt-site {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #2a2723;
  background: #fbf9f6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.rt-site h1, .rt-site h2, .rt-site h3 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 600; margin: 0; }
.rt-site .wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }
.rt-site a { color: inherit; }
.rt-site img { max-width: 100%; display: block; }

/* Header */
.rt-header { position: sticky; top: 0; z-index: 50; background: rgba(251,249,246,.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(0,0,0,.06); }
.rt-header .bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; max-width: 1140px; margin: 0 auto; }
.rt-brand { display: flex; align-items: center; gap: 12px; }
.rt-brand img { height: 42px; width: 42px; object-fit: cover; border-radius: 50%; }
.rt-brand .name { font-family: "Playfair Display", serif; font-size: 1.15rem; letter-spacing: .01em; color: var(--primary); }
.rt-nav { display: flex; gap: 28px; font-size: .88rem; letter-spacing: .02em; }
.rt-nav a { text-decoration: none; color: #55504a; padding-bottom: 3px; border-bottom: 1px solid transparent; }
.rt-nav a:hover { border-color: var(--secondary); color: var(--primary); }
.rt-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; padding: 10px 20px; border-radius: 3px; font-size: .85rem; letter-spacing: .03em; text-decoration: none; white-space: nowrap; }
.rt-cta-btn:hover { background: var(--secondary); color: var(--primary); }
.rt-burger { display: none; }

/* Hero */
.rt-hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; color: #fff; background: linear-gradient(160deg, #2a2723, #1c1c1c); }
.rt-hero.has-img { background-size: cover; background-position: center; }
.rt-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,18,15,.35) 0%, rgba(20,18,15,.55) 55%, rgba(20,18,15,.92) 100%); }
.rt-hero-inner { position: relative; z-index: 2; padding: 80px 28px 72px; max-width: 1140px; margin: 0 auto; width: 100%; }
.rt-hero .eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; color: var(--secondary); margin-bottom: 18px; display: block; }
.rt-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); line-height: 1.05; max-width: 780px; }
.rt-hero p.tagline { margin-top: 20px; font-size: 1.15rem; color: #eae6de; max-width: 560px; line-height: 1.6; }
.rt-hero .actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.rt-btn-primary { background: var(--secondary); color: #1c1c1c; padding: 14px 30px; border-radius: 3px; text-decoration: none; font-weight: 600; font-size: .92rem; letter-spacing: .02em; }
.rt-btn-primary:hover { opacity: .9; }
.rt-btn-outline { border: 1px solid rgba(255,255,255,.5); color: #fff; padding: 14px 30px; border-radius: 3px; text-decoration: none; font-size: .92rem; }
.rt-btn-outline:hover { border-color: #fff; }

/* Section shell */
.rt-section { padding: 96px 0; }
.rt-section.alt { background: #f2ede4; }
.rt-eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; color: var(--secondary); font-weight: 600; margin-bottom: 14px; display: block; }
.rt-section h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 20px; }
.rt-section .lead { color: #6b6459; font-size: 1.02rem; max-width: 620px; line-height: 1.75; }

/* About */
.rt-about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.rt-about .img-frame { position: relative; }
.rt-about .img-frame img { border-radius: 4px; aspect-ratio: 4/5; object-fit: cover; }
.rt-about .img-frame::before { content: ""; position: absolute; top: -18px; left: -18px; width: 90px; height: 90px; border: 2px solid var(--secondary); border-radius: 4px; z-index: -1; }

/* Menu / services */
.rt-menu-list { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 56px; }
.rt-menu-category { grid-column: 1 / -1; font-family: "Playfair Display", serif; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .1em; color: var(--secondary); margin: 26px 0 2px; padding-bottom: 8px; border-bottom: 1px solid #cfc6b6; }
.rt-menu-category:first-child { margin-top: 0; }
.rt-menu-item { display: flex; align-items: baseline; gap: 10px; padding: 18px 0; border-bottom: 1px dotted #cfc6b6; }
.rt-menu-item .name { font-family: "Playfair Display", serif; font-size: 1.08rem; }
.rt-menu-item .desc { display: block; color: #837b6d; font-size: .86rem; margin-top: 4px; font-family: "Inter", sans-serif; }
.rt-menu-item .filler { flex: 1; border-bottom: 1px dotted #cfc6b6; margin-bottom: 6px; min-width: 20px; }
.rt-menu-item .price { font-weight: 600; color: var(--primary); white-space: nowrap; }

/* Gallery */
.rt-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.rt-gallery img { width: 100%; height: 260px; object-fit: cover; border-radius: 3px; transition: transform .4s ease; }
.rt-gallery a { overflow: hidden; border-radius: 3px; display: block; }
.rt-gallery a:hover img { transform: scale(1.06); }

/* Testimonials */
.rt-testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 40px; }
.rt-testimonial { background: #fff; border: 1px solid #e8e1d3; border-radius: 4px; padding: 30px; }
.rt-testimonial .quote-mark { font-family: "Playfair Display", serif; font-size: 2.6rem; color: var(--secondary); line-height: 1; }
.rt-testimonial p { color: #4c473e; line-height: 1.7; margin: 10px 0 18px; }
.rt-testimonial .author { font-weight: 600; font-size: .88rem; color: var(--primary); }

/* Contact */
.rt-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.rt-info-row { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.rt-info-row svg { flex-shrink: 0; margin-top: 3px; color: var(--secondary); }
.rt-info-row .label { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: #948c7c; margin-bottom: 2px; }
.rt-info-row .value { font-size: .98rem; }
.rt-hours-table { width: 100%; margin-top: 6px; }
.rt-hours-table td { padding: 4px 0; font-size: .92rem; }
.rt-hours-table td:first-child { color: #948c7c; }
.rt-map { border: 0; width: 100%; height: 100%; min-height: 340px; border-radius: 4px; filter: grayscale(.25); }
.rt-social { display: flex; gap: 14px; margin-top: 24px; }
.rt-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd3bf; display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--primary); }
.rt-social a:hover { background: var(--secondary); border-color: var(--secondary); }

/* Footer */
.rt-footer { background: var(--primary); color: #cfc9bd; padding: 44px 0 26px; text-align: center; font-size: .84rem; }
.rt-footer .name { font-family: "Playfair Display", serif; color: #fff; font-size: 1.2rem; margin-bottom: 14px; }
.rt-footer .credit { margin-top: 18px; opacity: .6; font-size: .76rem; }
.rt-footer .credit a { color: var(--secondary); text-decoration: none; }

@media (max-width: 880px) {
  .rt-nav { display: none; }
  .rt-about, .rt-menu-list, .rt-contact { grid-template-columns: 1fr; }
  .rt-gallery { grid-template-columns: repeat(2, 1fr); }
}
