:root {
  --paper: #F2EFE8;
  --card: #FBFAF6;
  --ink: #151413;
  --coal: #201E1C;
  --steel: #5B5750;
  --line: #DBD6CA;
  --flag: #9E3B2F;
  --flag-deep: #7E2C22;
  --cream: #EDE9DF;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Libre Franklin", "Franklin Gothic Medium", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: var(--flag-deep); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ---------- demo ribbon ---------- */
.demo-tag {
  position: fixed; bottom: 14px; right: 14px; z-index: 99;
  background: var(--ink); color: var(--cream);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border: 1px solid #3A3733; opacity: 0.9;
}

/* ---------- top bar ---------- */
.topbar {
  background: var(--ink); color: var(--cream);
  font-size: 13.5px;
  border-bottom: 1px solid #33302B;
}
.topbar .wrap {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-top: 7px; padding-bottom: 7px;
}
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.topbar .hours { color: #A8A399; }

/* ---------- header ---------- */
header.site {
  background: var(--coal);
  border-bottom: 4px double #4A463F;
}
header.site .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding-top: 20px; padding-bottom: 20px;
}
.logo { text-decoration: none; color: var(--cream); text-align: left; }
.logo .name {
  font-family: "Rye", "Georgia", serif;
  font-size: 27px; line-height: 1.1; letter-spacing: 0.01em;
  color: #F5F2EA;
  display: block;
}
.logo .est {
  display: block; margin-top: 3px;
  font-size: 11.5px; letter-spacing: 0.34em; text-transform: uppercase;
  color: #A8A399; font-weight: 600;
}

.nav-toggle { display: none; }
.nav-btn { display: none; }

nav.main { display: flex; gap: 4px; flex-wrap: wrap; }
nav.main a {
  text-decoration: none; color: var(--cream);
  font-weight: 700; font-size: 13.5px; letter-spacing: 0.09em; text-transform: uppercase;
  padding: 10px 13px;
}
nav.main a:hover, nav.main a[aria-current="page"] { background: var(--cream); color: var(--ink); }
nav.main a.call { background: var(--flag); color: #fff; }
nav.main a.call:hover { background: var(--flag-deep); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--coal); color: var(--cream); isolation: isolate; }
.hero .photo {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover; background-position: center 40%;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.38;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(21,20,19,0.55), rgba(21,20,19,0.15) 45%, rgba(21,20,19,0.82));
}
.hero .wrap { padding-top: 88px; padding-bottom: 88px; }
.hero .kicker {
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.3em; text-transform: uppercase; color: #C9C4B8;
}
.hero h1 {
  font-family: "Rye", Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 66px);
  line-height: 1.06;
  margin: 18px 0 20px; max-width: 17ch;
  color: #FAF8F2;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.hero p.lead { font-size: 19px; max-width: 52ch; color: #E4E0D6; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }
.hero .cta-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 800;
  font-size: 14.5px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 15px 26px; border: 2px solid transparent;
}
.btn.primary { background: var(--flag); color: #fff; }
.btn.primary:hover { background: var(--flag-deep); }
.btn.ghost { border-color: #8A857B; color: #F5F2EA; background: rgba(21,20,19,0.35); }
.btn.ghost:hover { border-color: #F5F2EA; }

.hero .strip {
  margin-top: 52px; display: flex; flex-wrap: wrap;
  border-top: 1px solid rgba(242,239,232,0.25);
}
.hero .strip div {
  padding: 16px 26px 0 0; margin-right: 26px;
  font-size: 14px; color: #C9C4B8;
}
.hero .strip strong { display: block; color: #fff; font-size: 17px; }

/* ---------- sections ---------- */
section { padding: 68px 0; }
section.alt { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.sec-head { margin-bottom: 36px; max-width: 62ch; }
.sec-head .kicker {
  color: var(--flag-deep); font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.26em; text-transform: uppercase;
}
h2 {
  font-family: "Rye", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 4vw, 38px); line-height: 1.12;
  margin: 10px 0 12px;
}
h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800; text-transform: uppercase;
  font-size: 16.5px; letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.sec-head p { color: var(--steel); }

/* cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.card {
  background: var(--card); border: 1px solid var(--line);
  padding: 26px 22px 22px;
  position: relative;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px;
  background: var(--ink);
}
section.alt .card { background: var(--paper); }
.card:hover::before { background: var(--flag); }
.card p { color: var(--steel); font-size: 15.5px; }
.card a.more { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; }
.card a.more::after { content: " →"; }

/* two-col */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 760px) { .duo { grid-template-columns: 1fr; } }
.duo .body p + p { margin-top: 12px; }
.duo .body p { color: #37342F; }

.photo-frame {
  border: 1px solid var(--line); background: var(--card); padding: 12px;
  box-shadow: 0 10px 30px rgba(21,20,19,0.12);
}
.photo-frame img { filter: grayscale(1) contrast(1.05); width: 100%; }
.photo-frame figcaption {
  padding-top: 10px; font-size: 13px; color: var(--steel);
  letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; text-align: center;
}

/* checklist */
ul.plain { list-style: none; }
ul.plain li { padding: 11px 0 11px 28px; position: relative; border-bottom: 1px solid var(--line); }
ul.plain li::before {
  content: "★"; position: absolute; left: 0; top: 9px;
  color: var(--flag); font-size: 14px;
}

/* review band */
.reviews { background: var(--coal); color: var(--cream); border-top: 4px double #4A463F; border-bottom: 4px double #4A463F; }
.reviews h2 { color: #FAF8F2; }
.reviews .sec-head .kicker { color: #C9C4B8; }
.rev-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.rev {
  background: #2A2724; padding: 24px 22px; border: 1px solid #3A3733;
  font-size: 15.5px; color: #DDD9CE;
}
.rev .stars { color: #D9B23C; letter-spacing: 3px; margin-bottom: 10px; }
.rev .who { margin-top: 14px; font-size: 12px; color: #8A857B; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; }

/* visit band */
.visit { border-top: 4px double var(--ink); }
.visit .grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
@media (max-width: 760px) { .visit .grid { grid-template-columns: 1fr; } }
.hours-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.hours-table td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }
.addr { font-style: normal; font-size: 17px; line-height: 1.7; }
.addr strong { font-size: 19px; }
.map-box {
  margin-top: 18px; border: 1px solid var(--line); background: var(--card);
  padding: 18px; font-size: 15px; color: var(--steel);
}

/* page hero (interior pages) */
.page-hero { background: var(--coal); color: var(--cream); border-bottom: 4px double #4A463F; }
.page-hero .wrap { padding-top: 52px; padding-bottom: 52px; }
.page-hero h1 {
  font-family: "Rye", Georgia, serif; font-weight: 400;
  font-size: clamp(30px, 5vw, 50px); line-height: 1.08;
  color: #FAF8F2;
}
.page-hero p { color: #DDD9CE; max-width: 58ch; margin-top: 12px; font-size: 18px; }
.crumb { font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #8A857B; margin-bottom: 14px; }
.crumb a { color: #C9C4B8; text-decoration: none; }

/* gas table */
.gas-table { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); }
.gas-table th {
  font-family: "Libre Franklin", sans-serif; font-weight: 800; text-transform: uppercase;
  font-size: 13.5px; letter-spacing: 0.08em; text-align: left;
  background: var(--ink); color: var(--cream); padding: 13px 16px;
}
.gas-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 15.5px; vertical-align: top; }
.gas-table td:first-child { font-weight: 700; white-space: nowrap; }
.gas-table td:last-child { color: var(--steel); }
.table-scroll { overflow-x: auto; }

/* CTA band */
.cta-band { background: var(--flag); color: #fff; }
.cta-band .wrap {
  padding-top: 46px; padding-bottom: 46px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cta-band h2 { margin: 0; color: #fff; }
.cta-band .btn { background: var(--ink); color: var(--cream); }
.cta-band .btn:hover { background: #000; }

/* footer */
footer.site { background: var(--ink); color: #A8A399; font-size: 14.5px; }
footer.site .wrap { padding-top: 50px; padding-bottom: 36px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; }
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr; } }
footer.site h4 {
  font-family: "Libre Franklin", sans-serif; color: var(--cream); font-weight: 800;
  text-transform: uppercase; font-size: 14px; letter-spacing: 0.12em; margin-bottom: 12px;
}
footer.site a { color: #DDD9CE; text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site ul { list-style: none; }
footer.site li { padding: 4px 0; }
.foot-legal {
  border-top: 1px solid #33302B; margin-top: 34px; padding-top: 18px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #736F66;
}

/* ---------- mobile nav ---------- */
@media (max-width: 840px) {
  header.site .wrap {
    flex-wrap: wrap;
    padding-top: 14px; padding-bottom: 14px;
  }
  .logo .name { font-size: 22px; }
  .logo .est { letter-spacing: 0.22em; font-size: 10.5px; }

  .nav-btn {
    display: block; position: relative;
    width: 48px; height: 44px; flex: none;
    border: 1px solid #4A463F; cursor: pointer;
  }
  .nav-btn span,
  .nav-btn span::before,
  .nav-btn span::after {
    content: ""; position: absolute; left: 11px;
    width: 24px; height: 2.5px; background: var(--cream);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .nav-btn span { top: 20px; }
  .nav-btn span::before { left: 0; top: -8px; }
  .nav-btn span::after { left: 0; top: 8px; }

  .nav-toggle:checked ~ .nav-btn span { background: transparent; }
  .nav-toggle:checked ~ .nav-btn span::before { transform: translateY(8px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-btn span::after { transform: translateY(-8px) rotate(-45deg); }
  .nav-toggle:focus-visible ~ .nav-btn { outline: 2px solid var(--cream); outline-offset: 2px; }

  nav.main {
    display: none;
    width: 100%; flex-direction: column; gap: 0;
    margin-top: 14px;
    border-top: 1px solid #4A463F;
  }
  .nav-toggle:checked ~ nav.main { display: flex; }
  nav.main a {
    padding: 15px 4px;
    font-size: 15px;
    border-bottom: 1px solid #33302B;
  }
  nav.main a.call {
    margin-top: 12px; text-align: center;
    border-bottom: none; padding: 15px;
  }

  .hero .wrap { padding-top: 56px; padding-bottom: 56px; }
  .hero .strip { margin-top: 36px; }
  section { padding: 48px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav-btn span, .nav-btn span::before, .nav-btn span::after { transition: none; }
}
