:root {
  --pine: #1e3226;
  --pine-2: #294636;
  --pine-dark: #101d16;
  --rust: #b5502e;
  --rust-light: #dd8355;
  --canvas: #f4ecd8;
  --canvas-dark: #e8dcbb;
  --charcoal: #241f1a;
  --text-muted: #6b5f4a;
  --line: rgba(36,31,26,0.16);
  --radius: 3px;
  --display: 'Fraunces', serif;
  --label: 'Barlow Condensed', sans-serif;
  --sans: 'Inter', sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--canvas);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
::selection { background: var(--rust-light); color: #fff; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  color: var(--pine-dark);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--label); font-size: 1rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--rust); font-weight: 600; margin-bottom: 16px;
}
.eyebrow.center { justify-content: center; }
.eyebrow.light { color: var(--rust-light); }
.eyebrow .line { width: 34px; height: 2px; background: currentColor; opacity: 0.7; }
.center { text-align: center; }
.section-head { margin-bottom: 56px; }
h2.light, h1.light { color: var(--canvas); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* topo pattern overlay */
.topo {
  position: absolute; inset: 0; opacity: 0.06; pointer-events: none;
  background-image: repeating-radial-gradient(circle at 20% 30%, transparent 0, transparent 40px, rgba(244,236,216,0.9) 41px, transparent 42px, transparent 80px);
}

/* Badge / stamp */
.badge-stamp {
  width: 96px; height: 96px; border-radius: 50%;
  border: 2px solid var(--rust-light);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transform: rotate(-8deg);
  color: var(--canvas);
  position: relative;
}
.badge-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(244,236,216,0.5); border-radius: 50%; }
.badge-stamp .bs-top { font-family: var(--label); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.badge-stamp .bs-mid { font-family: var(--display); font-size: 1.5rem; font-weight: 700; line-height: 1; margin: 2px 0; }
.badge-stamp .bs-bot { font-family: var(--label); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }

/* Buttons */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 38px; font-family: var(--label); font-size: 1rem; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; border-radius: var(--radius);
  border: 2px solid var(--rust); cursor: pointer; overflow: hidden; isolation: isolate; font-weight: 600;
}
.btn span { position: relative; z-index: 2; transition: color 0.4s var(--ease); }
.btn-primary { background: var(--rust); color: var(--canvas); }
.btn-primary::before { content: ""; position: absolute; inset: 0; background: var(--rust-light); transform: scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease); z-index: 1; }
.btn-primary:hover::before { transform: scaleX(1); }
.btn-outline { color: var(--canvas); border-color: rgba(244,236,216,0.45); }
.btn-outline::before { content: ""; position: absolute; inset: 0; background: rgba(244,236,216,0.12); transform: scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease); z-index: 1; }
.btn-outline:hover::before { transform: scaleX(1); }
.btn-outline:hover { border-color: var(--canvas); }
.btn-wide { width: 100%; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent; transition: background 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
  padding: 24px 0;
}
.site-header.scrolled { background: rgba(16,29,22,0.92); backdrop-filter: blur(12px); padding: 12px 0; box-shadow: 0 1px 0 rgba(213,131,85,0.2); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex; align-items: center;
  background: var(--canvas);
  padding: 8px 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(213,131,85,0.35);
  transition: padding 0.35s var(--ease);
}
.site-header.scrolled .brand { padding: 5px 12px; }
.brand-logo { height: 78px; width: auto; transition: height 0.35s var(--ease); }
.site-header.scrolled .brand-logo { height: 58px; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  position: relative; color: var(--canvas); text-decoration: none; font-family: var(--label);
  font-size: 1.05rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; padding: 10px 18px;
  display: inline-flex; align-items: center; opacity: 0.85; transition: opacity 0.25s ease;
}
.main-nav a:not(.nav-cta):hover { opacity: 1; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 4px; height: 2px; background: var(--rust-light); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.main-nav a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta { border: 2px solid var(--rust-light); padding: 9px 22px !important; border-radius: var(--radius); color: var(--rust-light) !important; margin-left: 14px; opacity: 1 !important; transition: background 0.3s ease, color 0.3s ease; }
.nav-cta:hover { background: var(--rust-light); color: var(--pine-dark) !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--canvas); }

/* Hero */
.hero { position: relative; min-height: 94vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,29,22,.55) 0%, rgba(16,29,22,.78) 55%, rgba(16,29,22,.94) 100%); }
.hero-content { position: relative; z-index: 2; color: var(--canvas); max-width: 780px; padding: 0 20px; }
.hero .eyebrow { justify-content: center; color: var(--rust-light); }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); color: var(--canvas); margin-bottom: 26px; font-weight: 800; }
.hero-sub { font-size: clamp(1rem, 1.5vw, 1.18rem); color: rgba(244,236,216,0.82); max-width: 560px; margin: 0 auto 44px; font-weight: 300; }
.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero-foot { position: absolute; bottom: 30px; left: 0; right: 0; z-index: 2; display: flex; align-items: center; justify-content: center; }
.scroll-cue { width: 2px; height: 46px; background: rgba(244,236,216,0.25); position: relative; overflow: hidden; }
.scroll-cue span { position: absolute; top: -100%; left: 0; right: 0; bottom: 0; background: var(--rust-light); animation: cueDrop 2.4s ease-in-out infinite; }
@keyframes cueDrop { 0% { top: -100%; } 60% { top: 100%; } 100% { top: 100%; } }

/* Trail marquee */
.marquee { background: var(--rust); color: var(--canvas); overflow: hidden; white-space: nowrap; padding: 15px 0; position: relative; z-index: 3; }
.marquee-track { display: inline-flex; align-items: center; gap: 22px; animation: scroll-left 28s linear infinite; font-family: var(--label); font-size: 1.05rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.marquee-track .dot { opacity: 0.6; font-weight: 400; }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Page hero */
.page-hero { position: relative; padding: 190px 0 110px; text-align: center; overflow: hidden; background-size: cover; background-position: center; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,29,22,.78), rgba(16,29,22,.92)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { justify-content: center; color: var(--rust-light); }
.page-hero h1 { color: var(--canvas); font-size: clamp(2.3rem, 5vw, 3.6rem); }
.page-hero-sub { color: rgba(244,236,216,0.72); max-width: 560px; margin: 20px auto 0; font-size: 1.05rem; font-weight: 300; }
.breadcrumb { margin-top: 24px; font-family: var(--label); font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,236,216,0.45); }
.breadcrumb a { color: rgba(244,236,216,0.7); text-decoration: none; }
.breadcrumb a:hover { color: var(--rust-light); }

/* About */
.about { padding: 140px 0; background: var(--canvas); position: relative; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.15fr; gap: 80px; align-items: center; }
.about-img { position: relative; }
.about-img-frame { aspect-ratio: 4/5; border-radius: var(--radius); background-size: cover; background-position: center 20%; position: relative; border: 3px solid var(--canvas-dark); box-shadow: 0 0 0 1px var(--line); }
.about-badge-wrap { position: absolute; bottom: -30px; left: -30px; }
.about-badge-wrap .badge-stamp { background: var(--pine-dark); }
.about-text h2 { font-size: clamp(2.1rem, 3.4vw, 2.9rem); margin-bottom: 26px; }
.about-text p { color: var(--text-muted); margin-bottom: 18px; font-size: 1.05rem; max-width: 46ch; }
.about-stats { display: flex; gap: 44px; margin-top: 42px; padding-top: 32px; border-top: 2px dashed var(--line); }
.about-stats div { font-family: var(--label); font-size: 0.95rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.about-stats span { display: block; font-family: var(--display); font-size: 2.3rem; color: var(--pine); font-weight: 700; letter-spacing: 0; margin-bottom: 2px; }

/* Menu */
.menu { padding: 140px 0; background: var(--canvas-dark); }
.menu h2 { font-size: clamp(2.1rem, 3.4vw, 2.9rem); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.menu-col h3 { display: flex; align-items: center; gap: 12px; font-family: var(--label); font-size: 1.4rem; color: var(--pine); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 2px dashed var(--line); }
.menu-num { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--rust); display: flex; align-items: center; justify-content: center; font-family: var(--display); color: var(--rust); font-size: 0.95rem; font-weight: 700; flex-shrink: 0; }
.menu-item { margin-bottom: 30px; }
.menu-item-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.menu-item-row h4 { font-size: 1.2rem; font-weight: 600; white-space: nowrap; font-family: var(--display); }
.menu-item .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
.menu-item .price { font-family: var(--display); font-weight: 700; color: var(--rust); white-space: nowrap; font-size: 1.1rem; }
.menu-item p { font-size: 0.92rem; color: var(--text-muted); }

/* Quote band */
.quote-band { background: var(--pine-dark); padding: 120px 0; text-align: center; color: var(--canvas); position: relative; overflow: hidden; }
.quote-mark { font-family: var(--display); font-size: 4.6rem; color: var(--rust-light); line-height: 1; margin-bottom: -6px; opacity: 0.85; }
.quote-text { font-family: var(--display); font-style: italic; font-size: clamp(1.35rem, 2.4vw, 2rem); max-width: 780px; margin: 0 auto 24px; color: var(--canvas); font-weight: 600; line-height: 1.5; position: relative; z-index: 1; }
.quote-attr { font-family: var(--label); font-size: 0.95rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rust-light); }

/* Gallery */
.gallery { padding: 140px 0; background: var(--canvas); }
.gallery h2 { font-size: clamp(2.1rem, 3.4vw, 2.9rem); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 18px; }
.gallery-item { border-radius: var(--radius); position: relative; overflow: hidden; cursor: pointer; background-size: cover; background-position: center; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,29,22,0.8) 100%); opacity: 0; transition: opacity 0.4s ease; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item > span { position: absolute; left: 20px; bottom: 18px; z-index: 2; color: var(--canvas); font-family: var(--display); font-size: 1.1rem; font-style: italic; opacity: 0; transform: translateY(10px); transition: opacity 0.4s ease, transform 0.4s ease; }
.gallery-item:hover > span { opacity: 1; transform: translateY(0); }
.g1 { grid-column: span 2; }
.g5 { grid-column: span 2; }

/* Hours */
.hours { padding: 140px 0; background: var(--canvas-dark); }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.hours-card h3 { font-size: 1.9rem; margin-bottom: 28px; }
.hours-list { list-style: none; }
.hours-list li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px dashed var(--line); font-size: 0.98rem; }
.hours-list li span:first-child { color: var(--charcoal); font-weight: 600; font-family: var(--label); letter-spacing: 0.03em; }
.hours-list li span:last-child { color: var(--text-muted); }
.location-address, .location-phone { margin-bottom: 16px; color: var(--text-muted); }
.map-frame { margin-top: 26px; height: 220px; border-radius: var(--radius); background: var(--canvas); border: 2px solid var(--line); position: relative; overflow: hidden; }
.map-frame::before { content: ""; position: absolute; inset: 0; opacity: 0.5;
  background-image:
    repeating-linear-gradient(0deg, rgba(36,31,26,0.06) 0, rgba(36,31,26,0.06) 1px, transparent 1px, transparent 28px),
    repeating-linear-gradient(90deg, rgba(36,31,26,0.06) 0, rgba(36,31,26,0.06) 1px, transparent 1px, transparent 28px);
}
.map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--rust); font-size: 1.4rem; z-index: 1; }

/* Reserve */
.reserve { padding: 140px 0; background: var(--pine-dark); position: relative; }
.reserve h2 { font-size: clamp(2.1rem, 3.4vw, 2.9rem); margin-bottom: 52px; }
.reserve-inner { max-width: 760px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.form-field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.form-row .form-field { margin-bottom: 0; }
.form-field label { font-family: var(--label); font-size: 0.9rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust-light); }
.form-field input, .form-field select, .form-field textarea {
  background: rgba(244,236,216,0.05); border: 1px solid rgba(244,236,216,0.24); border-radius: var(--radius);
  padding: 13px 15px; color: var(--canvas); font-family: var(--sans); font-size: 0.95rem; transition: border-color 0.3s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--rust-light); }
.form-field textarea { resize: vertical; }
.form-note { text-align: center; margin-top: 20px; color: var(--rust-light); font-size: 0.9rem; min-height: 1.2em; }

/* Footer */
.site-footer { background: var(--pine-dark); color: rgba(244,236,216,0.65); padding: 90px 0 0; border-top: 1px solid rgba(244,236,216,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(244,236,216,0.08); }
.footer-logo { height: 82px; margin-bottom: 18px; background: var(--canvas); padding: 8px 16px; border-radius: var(--radius); display: inline-block; }
.footer-brand p { font-size: 0.9rem; max-width: 280px; }
.footer-links h4, .footer-contact h4 { color: var(--canvas); font-family: var(--label); font-size: 1rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 22px; font-weight: 600; }
.footer-links a { display: block; color: rgba(244,236,216,0.6); text-decoration: none; font-size: 0.92rem; margin-bottom: 14px; transition: color 0.25s ease, padding-left 0.25s ease; }
.footer-links a:hover { color: var(--rust-light); padding-left: 4px; }
.footer-contact p { font-size: 0.92rem; margin-bottom: 12px; }
.footer-bottom { padding: 26px 0; text-align: center; font-size: 0.8rem; color: rgba(244,236,216,0.35); }

/* Floating reserve button */
.fab-reserve {
  position: fixed; right: 28px; bottom: 28px; z-index: 90;
  background: var(--rust); color: var(--canvas);
  font-family: var(--label); font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 15px 26px; border-radius: 999px;
  box-shadow: 0 14px 30px rgba(16,29,22,0.3);
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease;
}
.fab-reserve.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fab-reserve:hover { background: var(--rust-light); }
@media (max-width: 760px) { .fab-reserve { display: none; } }

/* Home teasers */
.teaser { padding: 140px 0; }
.teaser.alt { background: var(--canvas-dark); }
.teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.teaser-grid.reverse .teaser-media { order: 2; }
.teaser-media { aspect-ratio: 5/4; border-radius: var(--radius); background-size: cover; background-position: center; position: relative; border: 3px solid var(--canvas-dark); }
.teaser-text h2 { font-size: clamp(2rem, 3.2vw, 2.7rem); margin-bottom: 24px; }
.teaser-text p { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 28px; max-width: 46ch; }
.teaser-link { display: inline-flex; align-items: center; gap: 10px; color: var(--pine); text-decoration: none; font-family: var(--label); font-size: 0.98rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; border-bottom: 2px solid var(--rust); padding-bottom: 4px; transition: gap 0.3s ease, color 0.3s ease; }
.teaser-link:hover { gap: 16px; color: var(--rust); }
.mini-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 60px; }
.mini-menu-card { background: var(--canvas); border: 2px solid var(--line); padding: 38px 30px; text-align: center; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.3s ease; }
.mini-menu-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(16,29,22,0.12); border-color: var(--rust); }
.mini-menu-card .menu-num { margin: 0 auto 16px; }
.mini-menu-card h4 { font-size: 1.25rem; margin-bottom: 10px; }
.mini-menu-card p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 14px; }
.mini-menu-card .price { font-family: var(--display); font-weight: 700; color: var(--rust); font-size: 1.15rem; }
.cta-band { padding: 130px 0; text-align: center; background: var(--pine-dark); color: var(--canvas); position: relative; overflow: hidden; }
.cta-band h2 { color: var(--canvas); font-size: clamp(2rem, 3.4vw, 2.8rem); margin-bottom: 20px; }
.cta-band p { color: rgba(244,236,216,0.72); max-width: 520px; margin: 0 auto 36px; font-size: 1.05rem; }
.mini-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.mini-gallery-grid .gallery-item { aspect-ratio: 4/5; }

/* Responsive */
@media (max-width: 980px) {
  .about-grid, .hours-grid { grid-template-columns: 1fr; }
  .about-img { max-width: 420px; margin: 0 auto 40px; }
  .menu-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery-grid { grid-auto-rows: 210px; }
  .teaser-grid { grid-template-columns: 1fr; }
  .teaser-grid.reverse .teaser-media { order: 0; }
  .mini-menu-grid { grid-template-columns: 1fr; }
  .mini-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .about, .menu, .gallery, .hours, .reserve, .teaser, .cta-band, .page-hero { padding: 90px 0; }
  .main-nav {
    position: fixed; top: 0; right: 0; height: 100vh; width: 78%; max-width: 340px;
    background: var(--pine-dark); flex-direction: column; justify-content: center; align-items: flex-start;
    gap: 8px; padding: 40px; transform: translateX(100%); transition: transform 0.35s var(--ease); z-index: 99;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 16px 0; }
  .main-nav a::after { left: 0; right: 0; }
  .nav-cta { margin-left: 0; margin-top: 14px; text-align: center; }
  .nav-toggle { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .g1, .g5 { grid-column: span 1; }
  .hero h1 { font-size: 2.6rem; }
  .about-badge-wrap { left: 50%; transform: translateX(-50%); bottom: -22px; }
}
