:root {
  --paper: #f4ebdc;
  --paper-deep: #eee0cb;
  --ink: #2d1d14;
  --ink-soft: #5f4d3f;
  --frame: rgba(83, 56, 30, 0.5);
  --frame-light: rgba(113, 84, 53, 0.22);
  --espresso: #2f1c14;
  --gold: #b78638;
  --sage: #7f8561;
  --sage-soft: #dce1cf;
  --shadow: 0 14px 36px rgba(53, 33, 17, 0.12);
  --shadow-soft: 0 10px 18px rgba(53, 33, 17, 0.08);
  --radius: 18px;
  --container: min(1520px, calc(100vw - 40px));
  --section-gap: clamp(28px, 3vw, 42px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28), transparent 36%),
    radial-gradient(circle at 80% 0%, rgba(198, 172, 122, 0.15), transparent 28%),
    radial-gradient(circle at 30% 80%, rgba(184, 196, 172, 0.18), transparent 30%),
    linear-gradient(180deg, #f7efe2 0%, #f3e9d8 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 1px 1px, rgba(88, 61, 35, 0.08) 1px, transparent 0),
    linear-gradient(transparent, rgba(255, 255, 255, 0.14));
  background-size: 22px 22px, auto;
  opacity: 0.34;
  pointer-events: none;
}

.page-border {
  position: fixed;
  inset: 12px;
  border: 1px solid rgba(93, 65, 33, 0.28);
  pointer-events: none;
  z-index: 30;
}

img {
  display: block;
  width: 100%;
}

figure,
blockquote {
  margin: 0;
}

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

.site-shell {
  width: var(--container);
  margin: 0 auto;
  padding: 34px 0 72px;
}

.panel {
  position: relative;
  padding: clamp(28px, 3vw, 56px);
  border: 1px solid var(--frame-light);
  margin-bottom: 28px;
  background: rgba(247, 239, 226, 0.58);
  overflow: clip;
}

.frame,
.story-panel,
.quote-slip,
.hours-card,
.visit-bar,
.paper-quote {
  border: 1px solid var(--frame);
  background: rgba(255, 251, 245, 0.78);
  box-shadow: var(--shadow-soft);
}

.frame img,
.storefront-photo img,
.proof-photo-large img,
.proof-photo-small img,
.hero-main-photo img,
.hero-secondary-photo img {
  height: 100%;
  object-fit: cover;
}

.reveal-section {
  opacity: 1;
  transform: none;
}

[data-parallax] {
  will-change: transform;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: clamp(24px, 4vw, 36px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  width: 66px;
  height: 66px;
  border: 1px solid var(--ink);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  line-height: 1;
}

.brand-mark sup {
  font-size: 1rem;
  margin-left: 2px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brand-name,
.brand-subtitle,
.top-nav,
.header-button,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.brand-name {
  font-size: 0.92rem;
  font-weight: 700;
}

.brand-subtitle {
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.top-nav {
  justify-self: end;
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  font-size: 0.85rem;
}

.top-nav a,
.header-button,
.button,
.visit-bar {
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.top-nav a:hover,
.header-button:hover {
  transform: translateY(-1px);
}

.header-button {
  border: 1px solid var(--ink);
  padding: 16px 22px;
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(32px, 4vw, 52px);
  align-items: start;
}

.hero-copy {
  padding: clamp(12px, 2vw, 24px) 0 0;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.88rem;
  color: var(--sage);
  font-weight: 700;
}

.eyebrow-gold {
  color: #d1a459;
}

.hero-copy h1,
.proof-copy h2,
.visit-copy h2,
.story-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(4.8rem, 10vw, 9.6rem);
  margin-bottom: 22px;
}

.section-rule {
  width: min(520px, 100%);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(183, 134, 56, 0.32));
  position: relative;
  margin: 0 0 24px;
}

.section-rule::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  background: var(--paper);
  transform: rotate(45deg);
}

.section-rule.small {
  width: 100%;
  margin: 18px 0 24px;
}

.hero-rule {
  margin-bottom: 20px;
}

.lede,
.proof-body,
.story-panel p,
.flavour-note,
.stat-item small,
.pick-panel p,
.hours-card p,
.visit-contact span {
  color: var(--ink-soft);
}

.lede {
  max-width: 560px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2vw, 2.35rem);
  line-height: 1.12;
  margin: 0 0 28px;
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  min-height: 72px;
  padding: 16px 24px;
  border: 1px solid var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.button-dark {
  background: var(--espresso);
  color: #fff7ec;
}

.button-light {
  background: transparent;
}

.button:hover,
.visit-bar:hover {
  transform: translateY(-2px);
}

.stamp {
  width: 170px;
  aspect-ratio: 1;
  border: 2px solid rgba(106, 123, 88, 0.75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--sage);
  text-align: center;
  position: relative;
}

.stamp::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(106, 123, 88, 0.6);
  border-radius: 50%;
}

.stamp-ring {
  position: absolute;
  inset: 16px;
  font-size: 0.57rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  display: grid;
  place-items: center;
}

.stamp strong {
  font-size: 1.52rem;
  text-transform: uppercase;
  line-height: 1.05;
  max-width: 90px;
}

.hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 194px;
  grid-template-rows: auto auto auto;
  gap: 18px;
  align-items: start;
  position: relative;
  min-height: 920px;
}

.hero-main-photo {
  grid-column: 1;
  grid-row: 1 / span 2;
  aspect-ratio: 0.92;
  padding: 12px;
  background: rgba(255, 248, 237, 0.92);
}

.hero-secondary-photo {
  grid-column: 1 / span 2;
  grid-row: 3;
  width: min(100%, 790px);
  margin-top: -32px;
  aspect-ratio: 1.85;
  justify-self: end;
  padding: 10px;
  background: rgba(255, 247, 237, 0.94);
}

.side-card {
  min-height: 260px;
  padding: 34px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(249, 242, 230, 0.96);
}

.location-card {
  grid-column: 2;
  grid-row: 1;
}

.review-card {
  grid-column: 2;
  grid-row: 2;
}

.pin-icon,
.phone-icon,
.star-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  position: relative;
}

.pin-icon::before,
.phone-icon::before,
.star-icon::before {
  content: "";
  position: absolute;
  inset: 0;
}

.pin-icon::before {
  width: 18px;
  height: 18px;
  left: 3px;
  top: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--sage);
  transform: rotate(-45deg);
}

.pin-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 9px;
  top: 6px;
  background: #f6eddf;
  border-radius: 50%;
  z-index: 1;
}

.phone-icon::before {
  border: 3px solid var(--gold);
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-40deg) scale(0.8);
}

.star-icon::before {
  content: "★";
  font-size: 1.5rem;
  color: var(--gold);
  inset: auto;
}

.location-card p,
.review-card strong,
.hours-card h3,
.flavour-list .flavour-name,
.story-panel h2,
.paper-quote blockquote,
.pick-panel h3 {
  font-family: "Cormorant Garamond", serif;
}

.location-card p {
  font-size: 2rem;
  line-height: 0.94;
  margin: 22px 0 10px;
}

.location-card small,
.review-card p {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--gold);
}

.stars {
  letter-spacing: 0.26em;
  color: var(--gold);
  font-size: 1.55rem;
  margin: 12px 0 12px;
}

.review-card strong {
  display: block;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 10px;
}

.note-card {
  position: absolute;
  padding: 24px 26px;
  background: rgba(240, 231, 216, 0.92);
  color: #5a5f44;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1.18;
  border: 1px solid rgba(143, 123, 91, 0.25);
  box-shadow: var(--shadow-soft);
  z-index: 6;
}

.note-card::before,
.taped::before {
  content: "";
  position: absolute;
  top: -12px;
  width: 116px;
  height: 26px;
  background: rgba(223, 203, 168, 0.62);
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
}

.hero-note {
  right: -6px;
  bottom: 8px;
  max-width: 270px;
}

.hero-note span {
  display: block;
}

.taped {
  position: relative;
}

.flavour-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1.35fr;
  grid-template-rows: auto auto;
  gap: 20px;
  align-items: stretch;
}

.story-panel {
  grid-row: 1 / span 2;
  background:
    linear-gradient(180deg, rgba(26, 18, 13, 0.98), rgba(37, 26, 18, 0.96)),
    radial-gradient(circle at bottom right, rgba(214, 164, 86, 0.12), transparent 34%);
  color: #f6ecde;
  padding: 16px;
  min-height: 980px;
}

.story-inner {
  height: 100%;
  border: 1px solid rgba(209, 164, 89, 0.34);
  padding: 38px 36px 34px;
  position: relative;
}

.story-location {
  color: #d1a459;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
  margin: 0 0 36px;
}

.story-panel h2 {
  font-size: clamp(4rem, 7vw, 7rem);
  margin-bottom: 24px;
}

.story-panel p {
  font-size: 1.03rem;
  line-height: 1.75;
  color: rgba(246, 236, 222, 0.82);
}

.signature {
  position: absolute;
  left: 36px;
  bottom: 34px;
  color: #d0a363;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.flavour-list-panel {
  padding: 32px 28px 0;
  display: flex;
  flex-direction: column;
}

.flavour-list-panel .eyebrow {
  margin-bottom: 24px;
}

.flavour-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flavour-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 144px;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(109, 79, 46, 0.15);
}

.flavour-list .flavour-name {
  font-size: 2rem;
  line-height: 0.9;
}

.flavour-note {
  font-size: 0.88rem;
  line-height: 1.4;
}

.flavour-icon {
  width: 30px;
  height: 30px;
  position: relative;
}

.swirl,
.cream,
.cube,
.apple,
.leaf,
.tray,
.clock,
.cup {
  color: var(--gold);
}

.swirl::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.swirl::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 8px;
  top: 8px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.cream::before {
  content: "◔";
  position: absolute;
  inset: 0;
  font-size: 2rem;
  line-height: 1;
}

.cube::before {
  content: "▣";
  position: absolute;
  inset: 0;
  font-size: 1.6rem;
  line-height: 1;
}

.cube.dark {
  color: #7f5637;
}

.apple::before {
  content: "●";
  position: absolute;
  inset: 0;
  color: #b7b55b;
}

.apple::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: #8a9752;
  left: 10px;
  top: 0;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.leaf::before {
  content: "◐";
  position: absolute;
  inset: 0;
  color: #91a35d;
}

.flavour-footnote {
  margin-top: auto;
  background: rgba(145, 163, 93, 0.18);
  padding: 18px 22px;
  border-top: 1px solid rgba(109, 79, 46, 0.12);
}

.flavour-photo-panel {
  min-height: 610px;
  padding: 12px;
  position: relative;
}

.photo-note {
  right: 16px;
  bottom: 16px;
  max-width: 250px;
  font-size: 1.45rem;
}

.quote-slip {
  padding: 44px 42px 34px;
  min-height: 360px;
  background: linear-gradient(180deg, rgba(254, 248, 241, 0.94), rgba(244, 235, 220, 0.82));
}

.quote-slip p {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.35;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 22px 10px;
  min-height: 286px;
}

.stat-item {
  text-align: center;
  padding: 22px 24px;
  border-left: 1px solid rgba(109, 79, 46, 0.16);
}

.stat-item:first-child {
  border-left: 0;
}

.tray::before,
.clock::before,
.cup::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border: 2px solid currentColor;
  border-radius: 12px;
}

.clock::before {
  border-radius: 50%;
}

.cup::before {
  border-radius: 0 0 12px 12px;
}

.stat-item strong,
.stat-item span,
.paper-quote blockquote,
.visit-copy h2,
.hours-card h3 {
  display: block;
}

.stat-item strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  line-height: 0.95;
}

.stat-item span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 16px;
}

.stat-item small {
  font-size: 0.98rem;
  line-height: 1.5;
}

.proof-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 30px;
}

.proof-copy h2 {
  font-size: clamp(4.3rem, 8vw, 8rem);
  margin-bottom: 22px;
}

.proof-body {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 30px;
}

.paper-quote {
  margin: 32px 0 34px;
  padding: 28px 32px 34px;
  background: rgba(242, 223, 211, 0.8);
  max-width: 600px;
}

.paper-quote blockquote {
  margin: 0 0 12px;
  font-size: 3.3rem;
  line-height: 1;
}

.paper-quote p {
  margin: 0;
  color: var(--ink-soft);
}

.proof-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "box box"
    "rating reasons"
    "interior pick";
  gap: 18px;
}

.proof-photo-large {
  grid-area: box;
  min-height: 485px;
  padding: 12px;
  position: relative;
}

.proof-photo-large img {
  aspect-ratio: 16 / 9;
}

.proof-note {
  right: 12px;
  top: 18px;
  max-width: 160px;
  font-size: 1.2rem;
}

.rating-strip {
  grid-area: rating;
  min-height: 112px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  align-items: center;
}

.rating-strip strong {
  grid-row: 1 / span 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 0.86;
}

.rating-strip .stars {
  margin: 0;
}

.rating-strip span {
  font-size: 1.1rem;
  color: var(--ink-soft);
}

.reasons-panel {
  grid-area: reasons;
  padding: 26px 24px;
}

.reasons-panel ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.reasons-panel li {
  padding: 16px 0;
  border-top: 1px solid rgba(109, 79, 46, 0.14);
}

.reasons-panel li span {
  display: block;
  font-size: 1.28rem;
}

.reasons-panel li small {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
}

.proof-photo-small {
  grid-area: interior;
  min-height: 286px;
  padding: 10px;
}

.pick-panel {
  grid-area: pick;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  min-height: 286px;
  overflow: hidden;
}

.pick-copy {
  padding: 26px 22px;
}

.pick-copy h3 {
  margin: 6px 0 8px;
  font-size: 2.5rem;
  line-height: 0.95;
}

.pick-panel img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.visit-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "copy hours"
    "map photo"
    "bar bar";
  gap: 24px;
  align-items: start;
}

.visit-copy {
  grid-area: copy;
  padding: 10px 22px 0 16px;
}

.visit-copy h2 {
  font-size: clamp(5rem, 8.8vw, 8.6rem);
  line-height: 0.83;
  margin-bottom: 28px;
}

.visit-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contact-line strong {
  display: block;
  font-size: 1.25rem;
}

.contact-pair {
  gap: 44px;
  align-items: flex-start;
}

.contact-pair > div {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 12px;
  align-items: start;
}

.map-panel {
  grid-area: map;
  min-height: 286px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(237, 240, 223, 0.8), rgba(247, 241, 231, 0.92));
}

.map-grid {
  position: relative;
  min-height: 264px;
  overflow: hidden;
  border: 1px solid rgba(132, 145, 114, 0.45);
  background: linear-gradient(180deg, rgba(249, 245, 235, 0.95), rgba(235, 240, 225, 0.7));
}

.road,
.park {
  position: absolute;
}

.road {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 1px rgba(176, 169, 145, 0.1);
}

.road-a {
  width: 140%;
  height: 22px;
  left: -14%;
  top: 55%;
  transform: rotate(-12deg);
}

.road-b {
  width: 22px;
  height: 130%;
  left: 44%;
  top: -16%;
  transform: rotate(12deg);
}

.road-c {
  width: 18px;
  height: 112%;
  left: 63%;
  top: -10%;
  transform: rotate(18deg);
}

.road-d {
  width: 128%;
  height: 18px;
  left: -12%;
  top: 24%;
  transform: rotate(-17deg);
}

.road-e {
  width: 22px;
  height: 120%;
  left: 20%;
  top: -8%;
  transform: rotate(28deg);
}

.park {
  background: rgba(194, 212, 181, 0.65);
  filter: blur(1px);
}

.park-a {
  width: 150px;
  height: 110px;
  right: 8%;
  top: 14%;
  border-radius: 32px;
}

.park-b {
  width: 170px;
  height: 120px;
  right: 6%;
  bottom: -10%;
  border-radius: 32px 32px 0 0;
}

.map-pin {
  position: absolute;
  left: 58%;
  top: 34%;
  width: 56px;
  height: 56px;
  background: var(--gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 8px 20px rgba(93, 65, 33, 0.18);
}

.map-logo {
  position: absolute;
  inset: 12px;
  transform: rotate(45deg);
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  color: #fffaf1;
  font-size: 1.5rem;
  font-weight: 700;
}

.map-grid .label {
  position: absolute;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(55, 43, 33, 0.8);
}

.queen {
  left: 18%;
  top: 28%;
}

.victoria {
  left: 42%;
  top: 50%;
}

.sky {
  right: 10%;
  top: 16%;
}

.albert {
  right: 6%;
  bottom: 18%;
}

.storefront-photo {
  grid-area: photo;
  padding: 12px;
  min-height: 410px;
  position: relative;
  z-index: 2;
  margin-top: -72px;
}

.storefront-photo img {
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  filter: sepia(0.16) saturate(0.78) contrast(0.9);
}

.hours-card {
  grid-area: hours;
  justify-self: end;
  width: min(100%, 680px);
  padding: 28px 42px 40px;
  position: relative;
  z-index: 4;
  margin-bottom: -70px;
  background: rgba(252, 244, 232, 0.96);
}

.hours-pin {
  position: absolute;
  width: 34px;
  height: 34px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #c09b53, #6c512e);
  box-shadow: 0 4px 10px rgba(53, 33, 17, 0.18);
}

.hours-card h3 {
  font-size: 4rem;
  text-align: center;
}

.hours-card p {
  font-size: 1.45rem;
  line-height: 1.6;
  margin: 0;
  color: var(--ink);
}

.hours-card p + p {
  border-top: 1px dashed rgba(109, 79, 46, 0.2);
  padding-top: 12px;
  margin-top: 12px;
}

.visit-bar {
  grid-area: bar;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 112px;
  padding: 18px 30px;
  background: linear-gradient(180deg, #2f2118, #251810);
  color: #fbf5ea;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.visit-bar::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(209, 164, 89, 0.45);
}

.visit-bar-icon {
  font-size: 2rem;
  color: var(--gold);
}

.visit-bar span {
  position: relative;
  z-index: 1;
}

.visit-bar > span:nth-child(2),
.visit-bar > span:last-child {
  font-size: clamp(1.5rem, 2vw, 2.15rem);
}

.visit-divider {
  justify-self: stretch;
  width: 1px;
  height: 44px;
  background: rgba(209, 164, 89, 0.45);
}

.frame:hover,
.story-panel:hover,
.quote-slip:hover,
.paper-quote:hover,
.hours-card:hover {
  transform: translateY(-3px);
}

@media (max-width: 1220px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .top-nav {
    justify-self: start;
    flex-wrap: wrap;
  }

  .hero-layout,
  .proof-layout,
  .visit-layout {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .flavour-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .story-panel {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: auto;
  }

  .stats-strip {
    grid-column: 1 / -1;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .visit-layout {
    grid-template-areas:
      "copy"
      "hours"
      "photo"
      "map"
      "bar";
  }

  .hours-card {
    justify-self: start;
    margin-bottom: 0;
  }

  .map-panel,
  .storefront-photo {
    width: 100%;
  }

  .storefront-photo {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .site-shell {
    width: min(100vw - 24px, 100%);
    padding-top: 18px;
  }

  .panel {
    padding: 22px 18px;
  }

  .page-border {
    inset: 6px;
  }

  .hero-collage,
  .flavour-grid,
  .proof-grid,
  .stats-strip,
  .proof-meta,
  .visit-bar,
  .contact-pair {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-main-photo,
  .hero-secondary-photo,
  .location-card,
  .review-card {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    width: 100%;
  }

  .hero-main-photo,
  .hero-secondary-photo {
    min-height: auto;
  }

  .hero-main-photo img,
  .hero-secondary-photo img {
    aspect-ratio: 4 / 3;
  }

  .hero-note,
  .photo-note,
  .proof-note {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .note-card::before,
  .taped::before {
    left: 26px;
    transform: rotate(-4deg);
  }

  .flavour-list li {
    grid-template-columns: 36px 1fr;
  }

  .flavour-note {
    grid-column: 2;
  }

  .pick-panel {
    grid-template-columns: 1fr;
  }

  .visit-bar {
    gap: 14px;
    justify-items: start;
  }

  .visit-divider {
    display: none;
  }
}

@media (max-width: 640px) {
  .brand-lockup {
    align-items: flex-start;
  }

  .brand-mark {
    width: 56px;
    height: 56px;
    font-size: 2rem;
  }

  .header-button {
    width: 100%;
    text-align: center;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }

  .hero-copy h1,
  .proof-copy h2,
  .visit-copy h2,
  .story-panel h2 {
    letter-spacing: -0.03em;
  }

  .stamp {
    width: 142px;
  }

  .story-inner,
  .flavour-list-panel,
  .quote-slip,
  .paper-quote,
  .reasons-panel,
  .hours-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hours-card h3 {
    font-size: 3rem;
  }

  .hours-card p,
  .location-card p,
  .flavour-list .flavour-name,
  .stat-item span {
    font-size: 1.8rem;
  }

  .proof-meta {
    grid-template-columns: 1fr;
  }
}
