:root { color-scheme: dark; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #171310; color: #f1ede4; font: 16px/1.7 Manrope, Arial, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 40px, 1180px); margin: 0 auto; }
.site-header { border-bottom: 1px solid rgba(241,237,228,.14); background: #171310; }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 96px; }
.brand { width: min(220px, 52vw); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px; font: 700 10px "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a, .text-link { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.eyebrow, .crumbs { color: #f47632; font: 700 10px/1.5 "DM Mono", monospace; letter-spacing: .2em; text-transform: uppercase; }
.crumbs { padding-top: 28px; color: #a69d91; }
.hero { padding: 64px 0 84px; }
.hero-grid, .split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: 72px; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
h1 { max-width: 760px; margin: 22px 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .8; letter-spacing: -.035em; }
h1 span, h2 span, .price { color: #f47632; }
h2 { margin: 0 0 24px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .86; }
h3 { margin: 0; font-size: 1.8rem; line-height: .95; }
.lede { max-width: 650px; color: #d7d0c4; font-size: 18px; }
.photo { overflow: hidden; border: 1px solid rgba(241,237,228,.16); background: #201b17; }
.photo img { width: 100%; height: auto; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 18px; border: 1px solid rgba(241,237,228,.35); font: 700 10px "DM Mono", monospace; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.button.primary { border-color: #f47632; background: #f47632; color: #171310; }
section.content { padding: 76px 0; border-top: 1px solid rgba(241,237,228,.12); }
section.tint { background: #201b17; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 28px; border: 1px solid rgba(241,237,228,.15); background: #1d1814; }
.card p, .muted { color: #b7aea2; }
.card ul { padding-left: 18px; color: #c9c0b4; }
.price { margin: 18px 0 8px; font-size: 2rem; font-weight: 700; }
.local-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.local-list li { padding: 8px 11px; border: 1px solid rgba(241,237,228,.16); color: #c9c0b4; }
.site-footer { padding: 44px 0; border-top: 1px solid rgba(241,237,228,.14); background: #201b17; }
.site-footer .bar { display: flex; justify-content: space-between; gap: 36px; }
.site-footer p { color: #b1a79a; }
@media (max-width: 820px) {
  .site-header .bar, .site-footer .bar { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .site-nav { justify-content: flex-start; }
  .hero { padding-top: 42px; }
  .hero-grid, .split, .grid, .grid.two { grid-template-columns: 1fr; gap: 34px; }
  .hero-grid .photo { order: -1; }
  h1 { font-size: clamp(3.6rem, 17vw, 6rem); }
  section.content { padding: 58px 0; }
  .actions { align-items: stretch; flex-direction: column; }
}