/* ============================================================
   Jamison Meats — classic American butcher counter
   Oxblood red · butcher-paper kraft · subway-tile white · twine gold
   Fonts: Anton (poster display) + Work Sans (body)
   Signature motifs: EST. 1946 inspection-stamp roundel,
   red awning-stripe divider, dotted price-ticket rows
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --paper: #f6efe2;
  --paper-deep: #eee1c8;
  --panel: #fffdf7;
  --line: #e0d2b4;
  --ox: #7d2a2a;
  --ox-deep: #5e1d1d;
  --ox-soft: #f0e0da;
  --twine: #b98a3c;
  --twine-deep: #96691f;
  --sage: #5d6b52;
  --ink: #26201a;
  --ink-2: #352c24;
  --muted: #746553;
  --radius: 10px;
  --shadow: 0 10px 28px rgba(38, 32, 26, 0.13);
}

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

body {
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Work Sans', system-ui, sans-serif;
  font-size: 1.04rem;
  line-height: 1.65;
}

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

h1, h2, h3 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.025em; line-height: 1.1;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.4rem; }
a { color: var(--ox-deep); }

/* ---------- awning-stripe divider ---------- */
.stripes {
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--ox) 0 16px, #f8f4ea 16px 32px);
  border-bottom: 2px solid var(--ox-deep);
}

/* ---------- topbar & header ---------- */
.topbar {
  background: var(--ink);
  color: #ece1cd;
  font-size: 0.88rem;
  text-align: center;
  padding: 0.45rem 1rem;
}
.topbar strong { color: var(--twine); }
.topbar a { color: #f4cfa5; font-weight: 700; text-decoration: none; }

header.site {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 2px 14px rgba(38,32,26,0.07);
}
.nav-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.6rem 1.4rem; max-width: 1180px; margin: 0 auto; flex-wrap: wrap;
}
.brand { text-decoration: none; display: flex; align-items: center; gap: 0.75rem; }
.brand-mark {
  width: 62px; height: 46px; flex-shrink: 0;
  border: 3px solid var(--ox); border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  color: var(--ox); transform: rotate(-6deg);
  font-family: 'Anton', sans-serif; font-size: 0.62rem;
  letter-spacing: 0.08em; line-height: 1.15; text-transform: uppercase;
  box-shadow: inset 0 0 0 2px var(--panel), inset 0 0 0 3.5px var(--ox);
}
.brand-name {
  font-family: 'Anton', sans-serif; font-size: 1.5rem; color: var(--ink);
  text-transform: uppercase; letter-spacing: 0.04em; line-height: 1;
}
.brand-name .red { color: var(--ox); }
.brand-tag {
  display: block; font-family: 'Work Sans', sans-serif;
  font-size: 0.67rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted); margin-top: 0.2rem;
}
nav.main { display: flex; align-items: center; gap: 0.2rem; flex-wrap: wrap; }
nav.main a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 0.96rem;
  padding: 0.45rem 0.85rem; border-radius: 6px; transition: background 0.15s, color 0.15s;
}
nav.main a:hover { background: var(--ox-soft); color: var(--ox-deep); }
nav.main a.active { background: var(--ink); color: #fff; }
nav.main a.cta { background: var(--ox); color: #fff; margin-left: 0.35rem; }
nav.main a.cta:hover { background: var(--ox-deep); color: #fff; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 74vh;
  display: flex; align-items: flex-end;
  color: #fff; isolation: isolate; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(24,18,14,0.35) 0%, rgba(24,18,14,0.1) 40%, rgba(20,14,10,0.86) 100%);
}
.hero-inner { padding-top: 5.5rem; padding-bottom: 3.2rem; width: 100%; }
.hero .kicker {
  display: inline-block; background: var(--twine);
  color: #fff; font-weight: 700; font-size: 0.8rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.4rem 1rem; border-radius: 4px; margin-bottom: 1.1rem;
}
.hero h1 {
  color: #fff; font-size: clamp(2.5rem, 5.6vw, 4.3rem);
  max-width: 17ch; text-shadow: 0 3px 22px rgba(0,0,0,0.55);
}
.hero h1 .red { color: #f4b380; }
.hero p.lede {
  max-width: 56ch; margin: 1.1rem 0 1.8rem;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  color: #f3e9d8; text-shadow: 0 2px 12px rgba(0,0,0,0.55);
}
.hero .btns { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 1rem; }
.hero--page { min-height: 42vh; }
.hero--page .hero-inner { padding-top: 4rem; padding-bottom: 2.4rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700;
  font-family: 'Work Sans', sans-serif; font-size: 1rem;
  padding: 0.8rem 1.6rem; border-radius: 6px;
  transition: transform 0.12s, box-shadow 0.12s, background 0.15s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.2); }
.btn-ox { background: var(--ox); color: #fff; }
.btn-ox:hover { background: var(--ox-deep); }
.btn-twine { background: var(--twine); color: #fff; }
.btn-twine:hover { background: var(--twine-deep); }
.btn-cream { background: #fffdf7; color: var(--ox-deep); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.75); }
.btn-outline:hover { background: rgba(255,255,255,0.15); }

/* ---------- info strip ---------- */
.info-strip { background: var(--ink); color: #ece1cd; }
.info-strip .wrap {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.5rem 2rem; padding: 1.1rem 1.4rem;
}
.info-strip .cell { display: flex; align-items: center; gap: 0.75rem; font-size: 0.96rem; }
.info-strip .cell strong { display: block; font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--twine); }
.info-strip a { color: #ece1cd; text-decoration: none; }
.info-strip a:hover { color: #fff; text-decoration: underline; }
.info-ico { font-size: 1.5rem; line-height: 1; }

/* ---------- sections ---------- */
section.block { padding: 4.4rem 0; }
section.block--deep { background: var(--paper-deep); }
.eyebrow {
  font-family: 'Work Sans', sans-serif; font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--twine-deep); margin-bottom: 0.5rem;
}
.block h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 0.6rem; color: var(--ink); }
.block h2 .red { color: var(--ox); }
.block .sub { color: var(--muted); max-width: 62ch; margin-bottom: 2.2rem; font-size: 1.07rem; }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }

/* ---------- cards ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card {
  background: var(--panel); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform 0.18s, box-shadow 0.18s;
  border: 1px solid var(--line);
}
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(38,32,26,0.2); }
.card img { height: 210px; width: 100%; object-fit: cover; }
.card .pad { padding: 1.2rem 1.3rem 1.4rem; flex: 1; }
.card h3 { font-size: 1.15rem; margin-bottom: 0.35rem; color: var(--ox-deep); }
.card p { color: var(--muted); font-size: 0.96rem; }

/* ---------- split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3rem; align-items: center; }
.split.rev { grid-template-columns: 1fr 1.05fr; }
.split-img {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 8px solid #fff; outline: 1px solid var(--line);
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 840px) { .split, .split.rev { grid-template-columns: 1fr; gap: 1.8rem; } }

ul.checks { list-style: none; margin-top: 1rem; }
ul.checks li { padding-left: 1.9rem; position: relative; margin-bottom: 0.65rem; }
ul.checks li::before {
  content: "✂"; position: absolute; left: 0; top: 0;
  color: var(--ox); font-size: 1rem; transform: rotate(-90deg);
}

/* ---------- stamp roundel (big, for story section) ---------- */
.stamp {
  width: 150px; height: 110px; margin-bottom: 1.2rem;
  border: 4px solid var(--ox); border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  color: var(--ox); transform: rotate(-7deg);
  font-family: 'Anton', sans-serif; font-size: 0.85rem;
  letter-spacing: 0.1em; line-height: 1.25; text-transform: uppercase;
  box-shadow: inset 0 0 0 3px var(--paper), inset 0 0 0 5px var(--ox);
  opacity: 0.9;
}

/* ---------- reviews ---------- */
.review {
  background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 1.8rem 1.7rem 1.5rem; position: relative; border: 1px solid var(--line);
  border-top: 4px solid var(--ox);
}
.review p { font-size: 1rem; margin-bottom: 1rem; }
.review .who { font-weight: 700; color: var(--ox-deep); font-size: 0.92rem; }
.review .stars { color: var(--twine-deep); letter-spacing: 0.12em; margin-bottom: 0.5rem; }

/* ---------- price board / tickets ---------- */
.board {
  background: var(--panel);
  border: 3px solid var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 4vw, 3rem);
}
.board-section { margin-bottom: 2.6rem; }
.board-section:last-child { margin-bottom: 0; }
.board-section > h3 {
  font-size: 1.5rem; color: var(--ox);
  display: flex; align-items: center; gap: 0.9rem; margin-bottom: 0.3rem;
}
.board-section > h3::after {
  content: ""; flex: 1; height: 8px; border-radius: 2px;
  background: repeating-linear-gradient(90deg, var(--ox) 0 10px, transparent 10px 20px);
  opacity: 0.35;
}
.board-section .note { color: var(--muted); font-size: 0.95rem; font-style: italic; margin-bottom: 1.1rem; }
.tickets { display: grid; grid-template-columns: 1fr 1fr; gap: 0.3rem 2.6rem; }
@media (max-width: 760px) { .tickets { grid-template-columns: 1fr; } }
.ti {
  display: grid; grid-template-columns: 1fr auto; gap: 0.2rem 1rem;
  padding: 0.6rem 0.2rem; border-bottom: 2px dotted var(--line);
}
.ti .n { font-weight: 700; font-size: 1.02rem; }
.ti .p { font-family: 'Anton', sans-serif; font-size: 1.05rem; color: var(--ox-deep); white-space: nowrap; }
.ti .d { grid-column: 1 / -1; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.pill {
  display: inline-block; background: var(--twine); color: #fff;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 4px; padding: 0.12rem 0.55rem; margin-left: 0.45rem; vertical-align: 2px;
}

/* ---------- bundle cards ---------- */
.bundle {
  background: var(--panel); border: 2px solid var(--ink); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.6rem 1.5rem 1.4rem; position: relative;
}
.bundle h3 { color: var(--ox); font-size: 1.25rem; margin-bottom: 0.2rem; }
.bundle .price {
  position: absolute; top: -16px; right: 14px;
  background: var(--ox); color: #fff; font-family: 'Anton', sans-serif;
  font-size: 1.3rem; padding: 0.3rem 0.9rem; border-radius: 6px;
  box-shadow: 0 4px 12px rgba(94,29,29,0.4); transform: rotate(2deg);
}
.bundle .meta { color: var(--twine-deep); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.7rem; }
.bundle ul { list-style: none; columns: 2; column-gap: 1.6rem; }
.bundle ul li { padding-left: 1.15rem; position: relative; font-size: 0.94rem; margin-bottom: 0.3rem; break-inside: avoid; }
.bundle ul li::before { content: "·"; position: absolute; left: 0.2rem; color: var(--ox); font-weight: 900; }
@media (max-width: 560px) { .bundle ul { columns: 1; } }

/* ---------- banner ---------- */
.banner {
  position: relative; color: #fff; isolation: isolate; overflow: hidden;
  border-radius: var(--radius);
}
.banner img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.banner::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(24,17,12,0.87) 0%, rgba(24,17,12,0.5) 60%, rgba(24,17,12,0.22) 100%);
}
.banner .pad { padding: 3.2rem 2.6rem; max-width: 62%; }
.banner h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 0.7rem; }
.banner p { color: #f0e5d2; margin-bottom: 1.5rem; }
@media (max-width: 720px) { .banner .pad { max-width: 100%; padding: 2.4rem 1.6rem; } }

/* ---------- hours & visit ---------- */
table.hours { width: 100%; border-collapse: collapse; }
table.hours td { padding: 0.7rem 0.4rem; border-bottom: 2px dotted var(--line); font-size: 1.02rem; }
table.hours td:last-child { text-align: right; font-weight: 700; }
table.hours tr.today td { color: var(--ox-deep); font-weight: 700; }
table.hours tr.closed td { color: var(--muted); }

.map-frame {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 8px solid #fff; outline: 1px solid var(--line);
}
.map-frame iframe { display: block; width: 100%; height: 340px; border: 0; }

.loc-card {
  background: var(--panel); border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); padding: 1.8rem 1.7rem;
}
.loc-card h3 { color: var(--ox); font-size: 1.3rem; margin-bottom: 0.4rem; }

.tip {
  background: var(--ox-soft); border-left: 5px solid var(--ox);
  border-radius: 0 10px 10px 0; padding: 1rem 1.3rem;
  font-size: 0.97rem; margin: 1.6rem 0;
}
.tip strong { color: var(--ox-deep); }

/* ---------- footer ---------- */
footer.site { background: var(--ink); color: #ece1cd; }
footer.site .cols {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.2rem; padding: 3rem 0 2rem;
}
@media (max-width: 860px) { footer.site .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { footer.site .cols { grid-template-columns: 1fr; } }
footer.site h4 { font-family: 'Anton', sans-serif; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; font-size: 1rem; margin-bottom: 0.8rem; }
footer.site a { color: #ece1cd; text-decoration: none; }
footer.site a:hover { color: #fff; text-decoration: underline; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 0.45rem; font-size: 0.95rem; }
footer.site .brand-foot { font-family: 'Anton', sans-serif; font-size: 1.5rem; color: var(--twine); text-transform: uppercase; letter-spacing: 0.04em; }
footer.site p.small { font-size: 0.9rem; color: #c9b795; margin-top: 0.6rem; }
.footnote {
  border-top: 1px solid rgba(236,225,205,0.25);
  padding: 1.2rem 0 1.6rem; font-size: 0.85rem; color: #b7a482; text-align: center;
}
.footnote strong { color: #ece1cd; }
.footnote a { color: #f4cfa5; }

@media (max-width: 640px) {
  .hero { min-height: 60vh; }
  nav.main { justify-content: center; width: 100%; }
  .nav-row { justify-content: center; }
}
