/* ===========================================================
   Turkish Grill — Buxton
   Stylesheet
   =========================================================== */

:root {
  --red:        #c8102e;
  --red-dark:   #9c0c24;
  --amber:      #ffc107;
  --orange:     #f2671f;
  --charcoal:   #1f2421;
  --charcoal-2: #2b322e;
  --cream:      #fbf7f0;
  --paper:      #ffffff;
  --ink:        #20211f;
  --muted:      #6b6f6a;
  --line:       #e9e2d6;
  --green:      #2e7d32;

  --maxw: 1140px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 22, 20, 0.10);
  --shadow-sm: 0 4px 14px rgba(20, 22, 20, 0.08);

  --font-head: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1rem; }

a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

img, svg { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.section { padding: 76px 0; }
.section--tight { padding: 54px 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--charcoal); color: var(--cream); }
.section--dark h2, .section--dark h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--red);
  margin-bottom: .6rem;
}
.section--dark .eyebrow { color: var(--amber); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section--dark .section-head p { color: #d6d3cb; }

.lead { font-size: 1.18rem; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  text-decoration: none;
  line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(200,16,46,.32); }
.btn--primary:hover { background: var(--red-dark); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: #fff; color: var(--charcoal); }
.btn--dark { background: var(--charcoal); color: #fff; }
.btn--dark:hover { background: #000; color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 240, .92);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand img { width: 52px; height: 52px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--font-head); font-weight: 800; font-size: 1.3rem;
  color: var(--ink); letter-spacing: .01em;
}
.brand-sub {
  font-size: .68rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--red); font-weight: 700; margin-top: 3px;
}

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  color: var(--ink); font-weight: 600; font-size: .98rem;
  padding: 9px 14px; border-radius: 8px; transition: background .15s, color .15s;
}
.nav-links a:hover, .nav-links a.active { background: rgba(200,16,46,.10); color: var(--red); text-decoration: none; }
.nav-cta { margin-left: 8px; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  width: 44px; height: 44px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(20,22,20,.74), rgba(20,22,20,.82)),
    radial-gradient(1200px 500px at 80% -10%, rgba(242,103,31,.5), transparent 60%),
    var(--charcoal);
  overflow: hidden;
}
.hero::after {
  content:""; position:absolute; inset:0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.025) 0 2px, transparent 2px 22px);
  pointer-events:none;
}
.hero-inner { position: relative; z-index: 2; padding: 104px 0 110px; max-width: 760px; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero h1 .accent { color: var(--amber); display:block; }
.hero p { font-size: 1.2rem; color: #ece9e2; max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-badges { display:flex; flex-wrap:wrap; gap: 22px; margin-top: 38px; }
.hero-badge { display:flex; align-items:center; gap:10px; font-size:.95rem; color:#e7e4dd; }
.hero-badge svg { width: 22px; height: 22px; flex: none; }

/* ---------- Feature strip ---------- */
.strip {
  background: var(--red); color:#fff;
}
.strip .container { display:flex; flex-wrap:wrap; justify-content:space-around; gap: 18px; padding-top: 20px; padding-bottom: 20px; text-align:center; }
.strip-item { font-weight:600; display:flex; align-items:center; gap:10px; }
.strip-item svg { width:22px; height:22px; }

/* ---------- About / two-col ---------- */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items:center; }
.split .media {
  border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow);
  background: linear-gradient(135deg, var(--charcoal), var(--charcoal-2));
  min-height: 340px; position:relative; display:flex; align-items:center; justify-content:center;
}
.split .media svg { width: 64%; }

.stats { display:flex; gap: 34px; margin-top: 26px; flex-wrap:wrap; }
.stat .num { font-family: var(--font-head); font-weight:800; font-size: 2rem; color: var(--red); }
.stat .lbl { font-size:.85rem; color: var(--muted); text-transform:uppercase; letter-spacing:.1em; }

/* ---------- Cards ---------- */
.cards { display:grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--paper); border:1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card .ic {
  width:56px; height:56px; border-radius: 14px; display:flex; align-items:center; justify-content:center;
  background: rgba(200,16,46,.10); margin-bottom: 16px;
}
.card .ic svg { width:30px; height:30px; }
.card h3 { margin-bottom:.4rem; }
.card p { color: var(--muted); margin:0; font-size: .98rem; }

/* ---------- Menu ---------- */
.menu-hero {
  background: linear-gradient(rgba(20,22,20,.8), rgba(20,22,20,.86)), var(--charcoal);
  color:#fff; text-align:center; padding: 84px 0 70px;
}
.menu-hero h1 { color:#fff; }
.menu-hero p { color:#e7e4dd; max-width:600px; margin:0 auto; }

.menu-nav {
  position: sticky; top: 76px; z-index: 40;
  background: var(--paper); border-bottom:1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.menu-nav-inner { display:flex; gap:6px; overflow-x:auto; padding: 12px 0; scrollbar-width:thin; }
.menu-nav a {
  white-space:nowrap; font-weight:600; font-size:.92rem; color: var(--ink);
  padding: 8px 15px; border-radius: 999px; border:1px solid var(--line); background:#fff;
}
.menu-nav a:hover, .menu-nav a.active { background: var(--red); color:#fff; border-color: var(--red); text-decoration:none; }

.menu-cat { margin-bottom: 56px; scroll-margin-top: 150px; }
.menu-cat__head { border-bottom: 3px solid var(--red); padding-bottom: 10px; margin-bottom: 26px; display:flex; align-items:baseline; justify-content:space-between; flex-wrap:wrap; gap:8px; }
.menu-cat__head h2 { margin:0; color: var(--red); }
.menu-cat__note { color: var(--muted); font-style: italic; font-size:.95rem; }

.menu-list { display:grid; grid-template-columns: 1fr 1fr; gap: 6px 48px; }
.menu-item {
  display:flex; align-items:flex-start; gap:14px; padding: 14px 0; border-bottom:1px dashed var(--line);
}
.menu-item__body { flex:1 1 auto; min-width:0; }
.menu-item__top { display:flex; align-items:baseline; gap:8px; }
.menu-item__name { font-weight:700; font-size:1.06rem; }
.menu-item__dots { flex:1 1 auto; border-bottom:1px dotted #cfc8ba; transform: translateY(-4px); margin:0 4px; }
.menu-item__price { font-weight:800; color: var(--red); white-space:nowrap; font-variant-numeric: tabular-nums; }
.menu-item__desc { color: var(--muted); font-size:.92rem; margin:.25rem 0 0; }
.veg {
  display:inline-block; font-weight:800; color: var(--green); font-size:.85em;
  border:1.5px solid var(--green); border-radius:4px; padding:0 4px; line-height:1.3; margin-left:4px;
}
.spicy { color: var(--red); margin-left:4px; }

.price-cols { display:flex; gap:14px; }
.price-head { display:flex; gap:14px; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; color:var(--muted); font-weight:700; }
.price-cols span, .price-head span { min-width:46px; text-align:right; }

.menu-tags { display:flex; flex-wrap:wrap; gap:10px; }
.tag {
  background:#fff; border:1px solid var(--line); border-radius:999px; padding:7px 15px; font-size:.92rem; font-weight:600;
}

.callout {
  background: var(--amber); color: var(--charcoal); border-radius: var(--radius);
  padding: 22px 26px; font-weight:600; display:flex; align-items:center; gap:14px; flex-wrap:wrap;
}
.callout svg { width:28px; height:28px; flex:none; }

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items:start; }
.info-list { list-style:none; margin:0; padding:0; }
.info-list li { display:flex; gap:16px; padding:16px 0; border-bottom:1px solid var(--line); }
.info-list .ic { width:46px; height:46px; flex:none; border-radius:12px; background:rgba(200,16,46,.10); display:flex; align-items:center; justify-content:center; }
.info-list .ic svg { width:24px; height:24px; }
.info-list h3 { margin:0 0 2px; font-size:1.05rem; font-family:var(--font-body); font-weight:700; }
.info-list p { margin:0; color:var(--muted); }
.info-list a { font-weight:600; }

.hours { width:100%; border-collapse:collapse; }
.hours th, .hours td { text-align:left; padding:11px 0; border-bottom:1px solid var(--line); }
.hours td:last-child { text-align:right; font-weight:600; }
.hours tr.today { color: var(--red); font-weight:700; }
.hours tr.today td:last-child { color: var(--red); }

.map-embed { border:0; width:100%; height:380px; border-radius: var(--radius); box-shadow: var(--shadow-sm); }

/* ---------- CTA banner ---------- */
.cta-banner {
  background:
    linear-gradient(rgba(156,12,36,.92), rgba(156,12,36,.92)),
    radial-gradient(800px 300px at 20% 0%, rgba(255,193,7,.4), transparent);
  color:#fff; text-align:center;
}
.cta-banner h2 { color:#fff; }
.cta-banner p { color:#ffe2e7; max-width:560px; margin:0 auto 26px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color:#cfcdc6; padding: 64px 0 26px; font-size:.95rem; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer h4 { color:#fff; font-family:var(--font-body); font-size:1.05rem; margin-bottom:14px; }
.site-footer a { color:#cfcdc6; }
.site-footer a:hover { color:#fff; }
.footer-brand { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.footer-brand img { width:48px; height:48px; }
.footer-brand .brand-name { color:#fff; }
.footer-links { list-style:none; margin:0; padding:0; }
.footer-links li { margin-bottom:9px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; color:#9a988f; font-size:.85rem; }
.footer-powered { background:#fff; padding:18px 0; }
.footer-powered .container { display:flex; align-items:center; justify-content:center; gap:8px; color:#333; font-size:.9rem; }
.footer-powered a { display:inline-flex; align-items:center; }
.footer-powered img { height:22px; width:auto; display:block; }

/* ---------- Reveal animation ---------- */
.reveal { opacity:0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity:1; transform:none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .split, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .menu-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-toggle { display:block; }
  .nav-links {
    position: absolute; top: 76px; left:0; right:0;
    flex-direction: column; align-items: stretch; gap:2px;
    background: var(--cream); border-bottom:1px solid var(--line);
    padding: 12px 22px 20px; box-shadow: var(--shadow);
    transform: translateY(-12px); opacity:0; pointer-events:none; transition: .2s;
  }
  .nav-links.open { transform:none; opacity:1; pointer-events:auto; }
  .nav-links a { padding: 13px 12px; }
  .nav-cta { margin: 8px 0 0; }
  .cards, .footer-grid { grid-template-columns: 1fr; }
  .menu-nav { top: 76px; }
  .menu-cat { scroll-margin-top: 140px; }
  .hero-inner { padding: 70px 0 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transition: none; opacity:1; transform:none; }
}
