:root {
  --black: #0d0b09;
  --ink: #211a14;
  --paper: #fffaf0;
  --cream: #f4e3c7;
  --gold: #d99a32;
  --red: #a92422;
  --green: #174c38;
  --line: rgba(255, 255, 255, 0.18);
  --muted: #766958;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Arial,
    Helvetica,
    ui-sans-serif,
    system-ui,
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.store-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 28px;
  color: white;
  background: linear-gradient(180deg, rgba(13, 11, 9, 0.92), rgba(13, 11, 9, 0.54));
}

.store-name {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 11, 9, 0.9), rgba(13, 11, 9, 0.42) 48%, rgba(13, 11, 9, 0.08)),
    linear-gradient(0deg, rgba(13, 11, 9, 0.88), rgba(13, 11, 9, 0.08) 58%);
}

.hero-content {
  position: relative;
  max-width: 1020px;
  padding: 136px 28px 68px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-content p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  padding: 12px 18px;
  color: white;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.action.primary {
  border-color: var(--gold);
  color: #170f08;
  background: var(--gold);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--green);
  color: white;
}

.fact-strip div {
  min-height: 112px;
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.fact-strip span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fact-strip strong {
  font-size: 1.18rem;
}

.drive-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 34px;
  align-items: end;
  padding: 72px 28px;
  background: var(--red);
  color: white;
}

.drive-band h2,
.selection h2,
.visit h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.drive-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.12rem;
  line-height: 1.65;
}

.selection {
  padding: 78px 28px;
}

.section-title {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 34px;
}

.section-title h2,
.visit h2 {
  color: var(--ink);
}

.shelf-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  border-left: 1px solid #d8c3a2;
}

.shelf-grid article {
  min-height: 310px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border-right: 1px solid #d8c3a2;
  border-bottom: 1px solid #d8c3a2;
  background:
    linear-gradient(180deg, rgba(217, 154, 50, 0.12), rgba(217, 154, 50, 0)),
    var(--paper);
}

.shelf-grid span {
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
}

.shelf-grid h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.shelf-grid p,
.visit-copy p,
.review-notes p,
.gallery-intro p {
  color: var(--muted);
  line-height: 1.65;
}

.photo-gallery {
  padding: 78px 28px;
  color: white;
  background: var(--green);
}

.gallery-intro {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin-bottom: 34px;
}

.gallery-intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.gallery-intro p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: var(--black);
}

.gallery-grid figure.wide {
  grid-column: span 2;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: white;
  background: linear-gradient(180deg, rgba(13, 11, 9, 0), rgba(13, 11, 9, 0.86));
  font-weight: 900;
}

.review-snapshot {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.9fr);
  gap: 42px;
  padding: 74px 28px;
  color: white;
  background: var(--black);
}

.review-snapshot h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.review-notes {
  display: grid;
  border-top: 1px solid var(--line);
}

.review-notes article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.review-notes span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-notes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.review-notes a {
  color: white;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.62fr);
  gap: 44px;
  padding: 78px 28px;
  background: var(--cream);
}

.visit-copy {
  max-width: 760px;
}

.visit .action {
  color: var(--ink);
  border-color: rgba(33, 26, 20, 0.26);
  background: transparent;
}

.visit .action.primary {
  color: white;
  border-color: var(--red);
  background: var(--red);
}

.hours-board {
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--green);
}

.hours-board dl {
  margin: 0;
}

.hours-board div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #d8c3a2;
}

.hours-board div:last-child {
  border-bottom: 0;
}

.hours-board dt {
  color: var(--red);
  font-weight: 900;
}

.hours-board dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.45;
  font-weight: 800;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 28px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--black);
}

footer strong {
  color: white;
}

@media (max-width: 900px) {
  .store-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .fact-strip,
  .drive-band,
  .review-snapshot,
  .visit {
    grid-template-columns: 1fr;
  }

  .shelf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .store-header,
  .hero-content,
  .drive-band,
  .selection,
  .photo-gallery,
  .visit,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-actions .action {
    width: 100%;
  }

  .fact-strip,
  .shelf-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure,
  .gallery-grid figure.wide {
    grid-column: auto;
    min-height: 360px;
  }

  .hours-board div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .review-notes article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
