/* =========================================================
   THE OZARK FORK & CORK — Design Tokens & Base
   Palette: Ozark wine-cellar-meets-hillside. Deep wine burgundy,
   aged barrel wood, parchment cream, brass, and a muted Ozark
   forest green used sparingly.
   Signature motif: hand-drawn topographic contour lines evoking
   the hills around Bull Shoals & Norfork Lakes — used as dividers,
   card watermarks, and the hero backdrop instead of vine/chalkboard
   restaurant cliches.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,700;0,9..144,900;1,9..144,500;1,9..144,600&family=Work+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root{
  /* color */
  --wine:        #6B2737;
  --wine-deep:   #4A1B27;
  --barrel:      #3B2A20;
  --barrel-soft: #5C4A38;
  --parchment:   #F3ECDA;
  --parchment-lt:#FBF7EE;
  --brass:       #B08D57;
  --brass-lt:    #D9C29A;
  --forest:      #4B5B3F;
  --cream-line:  #D9C9A3;
  --ink:         #241813;

  /* type */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', -apple-system, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  --radius: 3px;
  --wrap: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--parchment-lt);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{
  font-family:var(--font-display);
  color:var(--wine-deep);
  margin:0 0 .5em;
  line-height:1.1;
  font-weight:700;
}
p{ margin:0 0 1em; }
:focus-visible{ outline:3px solid var(--brass); outline-offset:3px; }
.wrap{ max-width:var(--wrap); margin:0 auto; padding:0 24px; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- eyebrow / labels ---------- */
.eyebrow{
  font-family:var(--font-mono);
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--brass);
  display:inline-flex;
  align-items:center;
  gap:.6em;
  margin-bottom:.9em;
}
.eyebrow::before{
  content:"";
  width:26px; height:1px;
  background:var(--brass);
  display:inline-block;
}

/* ---------- topographic contour signature ---------- */
.contour-divider{
  width:100%;
  height:46px;
  display:block;
  color:var(--brass);
}
.contour-divider path{ fill:none; stroke:currentColor; stroke-width:1.4; opacity:.55; }
.contour-divider path:nth-child(2){ opacity:.85; }
.contour-divider path:nth-child(3){ opacity:.3; }

.contour-watermark{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.08;
  color:var(--barrel);
  z-index:0;
}

/* ---------- buttons ---------- */
.btn{
  font-family:var(--font-mono);
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:.5em;
  padding:.95em 1.6em;
  border-radius:var(--radius);
  border:1.5px solid var(--wine);
  background:var(--wine);
  color:var(--parchment-lt);
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn:hover{ background:var(--wine-deep); transform:translateY(-2px); box-shadow:0 8px 18px rgba(74,27,39,.25); }
.btn.btn-outline{ background:transparent; color:var(--wine-deep); }
.btn.btn-outline:hover{ background:var(--wine); color:var(--parchment-lt); }
.btn.btn-brass{ background:var(--brass); border-color:var(--brass); color:var(--barrel); }
.btn.btn-brass:hover{ background:#9a7846; }
.btn.btn-ghost-light{ border-color:var(--parchment-lt); color:var(--parchment-lt); background:transparent; }
.btn.btn-ghost-light:hover{ background:var(--parchment-lt); color:var(--wine-deep); }

.cta-row{ display:flex; flex-wrap:wrap; gap:14px; margin-top:1.6em; }

/* ============ TOPBAR ============ */
.topbar{
  background:var(--wine-deep); color:var(--parchment-lt);
  font-family:var(--font-mono); font-size:.72rem; letter-spacing:.02em;
}
.topbar .wrap{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center;
  gap:6px 28px; padding:7px 24px; text-align:center;
}
.topbar a{ color:var(--parchment-lt); text-decoration:none; }
.topbar a:hover{ color:var(--brass-lt); text-decoration:underline; }

/* ============ HEADER ============ */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(251,247,238,.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--cream-line);
}
.site-header .wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:14px; padding-bottom:14px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand-mark{ width:40px; height:40px; color:var(--wine); flex:none; }
.brand-text{
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.15rem;
  color:var(--wine-deep);
  letter-spacing:.01em;
  line-height:1.05;
}
.brand-text small{
  display:block;
  font-family:var(--font-mono);
  font-weight:400;
  font-size:.6rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--brass);
  margin-top:3px;
}
.main-nav{ display:flex; align-items:center; gap:28px; }
.main-nav ul{ list-style:none; display:flex; gap:26px; margin:0; padding:0; }
.main-nav a{
  font-family:var(--font-mono);
  font-size:.76rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--barrel);
  padding:6px 0;
  border-bottom:2px solid transparent;
  transition:color .15s, border-color .15s;
}
.main-nav a:hover, .main-nav a[aria-current="page"]{ color:var(--wine); border-color:var(--brass); }
.nav-toggle{
  display:none;
  background:none; border:1.5px solid var(--wine); border-radius:var(--radius);
  width:42px; height:38px; cursor:pointer; color:var(--wine);
}
@media (max-width:960px){
  .main-nav ul{
    position:fixed; inset:var(--header-bottom, 66px) 0 0 0; background:var(--parchment-lt);
    flex-direction:column; gap:0; padding:10px 24px 30px;
    transform:translateY(-8px); opacity:0; pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
    overflow-y:auto;
  }
  .main-nav.open ul{ opacity:1; transform:translateY(0); pointer-events:auto; }
  .main-nav ul li{ border-bottom:1px solid var(--cream-line); }
  .main-nav a{ display:block; padding:14px 2px; }
  .nav-toggle{ display:block; }
}

/* ============ HERO ============ */
.hero{
  position:relative;
  overflow:hidden;
  /* Gradient scrim over the real interior photo — darker toward the
     bottom, where the CTA buttons need the most contrast — keeps the
     parchment-colored text legible regardless of what's behind it in
     any given crop of the photo. */
  background:
    linear-gradient(180deg, rgba(58,27,39,.55) 0%, rgba(58,27,39,.72) 55%, rgba(58,27,39,.9) 100%),
    url('../images/hero-banner.jpg') center 30%/cover no-repeat;
  color:var(--parchment-lt);
  padding:110px 0 90px;
}
.hero .wrap{ position:relative; z-index:2; }
.hero-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:start;
}
.hero h1{
  color:var(--parchment-lt);
  font-size:clamp(2.4rem, 4.6vw, 3.9rem);
  font-weight:900;
  margin-bottom:.35em;
}
.hero h1 em{ font-style:italic; font-weight:500; color:var(--brass-lt); }
.hero p.lede{ font-size:1.15rem; max-width:46ch; color:#EBDFCC; }
.hero-figure{
  position:relative; border-radius:6px; overflow:hidden;
  box-shadow:0 30px 60px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.15);
}
/* The placeholder graphic's own canvas is 1400x1000 (1.4:1) — squarer
   than a typical hero side-photo, which read as a too-tall box with a
   lot of dead space top/bottom. Crop to a wider, shorter ratio instead
   of relying on the SVG's native proportions — this also holds once a
   real photo (of whatever native ratio) replaces the placeholder. */
.hero-figure img{
  width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; display:block;
}
.hero-figure figcaption{
  font-family:var(--font-mono); font-size:.68rem; letter-spacing:.05em;
  background:var(--wine-deep); color:var(--brass-lt); padding:8px 14px;
}
.hero .contour-watermark{ color:var(--parchment-lt); opacity:.09; }

/* ============ SECTIONS ============ */
section{ padding:88px 0; position:relative; }
.section-alt{ background:var(--parchment); }
.section-dark{ background:var(--barrel); color:var(--parchment-lt); }
.section-dark h2, .section-dark h3{ color:var(--parchment-lt); }
.section-wine{ background:var(--wine-deep); color:var(--parchment-lt); }
.section-wine h2, .section-wine h3{ color:var(--parchment-lt); }

.section-head{ max-width:680px; margin-bottom:48px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size:clamp(1.8rem,3vw,2.5rem); }

/* ============ IMAGE GRID / GALLERY ============ */
.image-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.image-grid figure{ margin:0; border-radius:5px; overflow:hidden; background:var(--parchment); border:1px solid var(--cream-line); }
.image-grid figure.tall{ grid-row:span 2; }
.image-grid figure.wide{ grid-column:span 2; }
.image-grid img{ width:100%; height:100%; object-fit:cover; }
.image-grid figcaption{
  font-family:var(--font-mono); font-size:.66rem; padding:8px 10px; color:var(--barrel-soft);
  border-top:1px solid var(--cream-line); background:var(--parchment-lt);
}
@media (max-width:860px){
  .image-grid{ grid-template-columns:repeat(2,1fr); }
  .image-grid figure.tall{ grid-row:auto; }
  .image-grid figure.wide{ grid-column:span 2; }
}

/* ============ FEATURE / STORY CARDS ============ */
.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.card-figure{ border-radius:5px; overflow:hidden; border:1px solid var(--cream-line); }
.card-figure figcaption{ font-family:var(--font-mono); font-size:.68rem; padding:8px 12px; background:var(--parchment); color:var(--barrel-soft); }

.card-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.info-card{
  background:var(--parchment-lt); border:1px solid var(--cream-line); border-radius:6px;
  padding:32px 26px; position:relative;
}
.info-card .eyebrow{ margin-bottom:.6em; }

/* ============ MENU ============ */
.menu-board{ max-width:820px; margin:0 auto; }
.menu-item{
  display:grid; grid-template-columns:1fr auto; column-gap:16px; align-items:baseline;
  padding:22px 0; border-bottom:1px dashed var(--cream-line);
}
.menu-item:first-child{ padding-top:0; }
.menu-item h4{ font-size:1.2rem; margin-bottom:.25em; }
.menu-item .price{
  font-family:var(--font-mono); font-weight:600; color:var(--wine); font-size:1.05rem; white-space:nowrap;
}
.menu-item p{ grid-column:1 / -1; margin:.4em 0 0; color:var(--barrel-soft); font-size:.95rem; }
.menu-item .leader{ border-bottom:1px dotted var(--brass); flex:1; margin:0 8px; }
.menu-category-price{
  font-family:var(--font-mono); font-size:.85rem; color:var(--brass); text-align:center; margin:14px 0 40px;
  letter-spacing:.03em;
}

/* stamp badge - cork cross-section motif */
.stamp{
  width:112px; height:112px; border-radius:50%;
  border:2px solid var(--brass);
  display:flex; align-items:center; justify-content:center; text-align:center;
  font-family:var(--font-mono); font-size:.66rem; letter-spacing:.08em; text-transform:uppercase;
  color:var(--wine-deep);
  background:
    repeating-radial-gradient(circle at center, var(--parchment) 0 3px, var(--parchment-lt) 3px 6px);
  position:relative; flex:none;
}
.stamp::before{
  content:""; position:absolute; inset:8px; border:1px dotted var(--brass); border-radius:50%;
}

/* ============ SPECIALS / EVENTS LIST ============ */
.specials-list{ display:flex; flex-direction:column; gap:0; }
.specials-row{
  display:grid; grid-template-columns:120px 1fr auto; gap:20px; align-items:center;
  padding:20px 0; border-bottom:1px solid var(--cream-line);
}
.specials-row .day{ font-family:var(--font-mono); font-size:.8rem; color:var(--brass); text-transform:uppercase; letter-spacing:.08em; }
.specials-row h4{ margin:0; font-size:1.1rem; }
.specials-row p{ margin:.2em 0 0; color:var(--barrel-soft); font-size:.92rem; }

/* ============ REVIEWS ============ */
.review-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.review-card{
  background:var(--parchment-lt); border:1px solid var(--cream-line); border-radius:6px; padding:28px;
}
.review-stars{ color:var(--brass); letter-spacing:.15em; font-size:1rem; margin-bottom:.6em; }
.review-card p{ font-style:italic; color:var(--barrel); }
.review-name{ font-family:var(--font-mono); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; color:var(--brass); margin-top:1em; }

/* ============ FORM ============ */
.form-grid{ display:grid; gap:18px; max-width:560px; }
.form-row{ display:grid; gap:8px; }
label{ font-family:var(--font-mono); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; color:var(--brass); }
input, select, textarea{
  font-family:var(--font-body); font-size:1rem; padding:.85em 1em;
  border:1.5px solid var(--cream-line); border-radius:var(--radius); background:var(--parchment-lt); color:var(--ink);
}
input:focus, select:focus, textarea:focus{ border-color:var(--wine); }
.form-note{ font-size:.82rem; color:var(--barrel-soft); }

/* ============ FOOTER ============ */
.site-footer{ background:var(--barrel); color:var(--parchment); padding:70px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:44px; }
.site-footer h4{ color:var(--brass-lt); font-family:var(--font-mono); font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:1em; }
.site-footer a{ color:var(--parchment); opacity:.85; }
.site-footer a:hover{ opacity:1; text-decoration:underline; }
.site-footer ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-brand p{ color:#D9CBB4; max-width:34ch; }
.footer-bottom{
  border-top:1px solid rgba(243,236,218,.15); margin-top:54px; padding-top:24px;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  font-family:var(--font-mono); font-size:.72rem; color:#B8A88C;
}
.newsletter-form{ display:flex; gap:8px; margin-top:6px; }
.newsletter-form input{ flex:1; background:rgba(243,236,218,.08); border-color:rgba(243,236,218,.25); color:var(--parchment); }
.newsletter-form input::placeholder{ color:#B8A88C; }

/* ============ BREADCRUMB / PAGE HERO (interior pages) ============ */
.page-hero{
  background:var(--wine-deep); color:var(--parchment-lt); padding:64px 0 56px; position:relative; overflow:hidden;
}
.page-hero h1{ color:var(--parchment-lt); font-size:clamp(2rem,4vw,3rem); }
.breadcrumb{ font-family:var(--font-mono); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; color:var(--brass-lt); opacity:.85; margin-bottom:1em; }
.breadcrumb a{ color:var(--brass-lt); }
.breadcrumb a:hover{ text-decoration:underline; }

/* ============ UTILITIES ============ */
.text-center{ text-align:center; }
.mt-0{ margin-top:0; }
.small{ font-size:.85rem; color:var(--barrel-soft); }
.divider-space{ height:1px; background:var(--cream-line); margin:70px 0; }

/* ============ RESPONSIVE ============ */
@media (max-width:960px){
  .hero-grid{ grid-template-columns:1fr; }
  .two-col{ grid-template-columns:1fr; gap:36px; }
  .card-row{ grid-template-columns:1fr; }
  .review-row{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  section{ padding:64px 0; }
}
@media (max-width:600px){
  .image-grid{ grid-template-columns:1fr 1fr; }
  .specials-row{ grid-template-columns:1fr; gap:6px; }
  .footer-grid{ grid-template-columns:1fr; }
  .newsletter-form{ flex-direction:column; }
}
