:root {
  --paper: #f3eee4;
  --paper-bright: #faf7f0;
  --ink: #181512;
  --muted: #4d433b;
  --line: rgba(37, 30, 24, 0.18);
  --line-strong: rgba(26, 21, 18, 0.72);
  --accent: #dfbf47;
  --accent-soft: #c9aa37;
  --shadow: 0 18px 40px rgba(24, 21, 18, 0.08);
  --shadow-soft: 0 10px 18px rgba(24, 21, 18, 0.06);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(221, 198, 151, 0.14), transparent 32%),
    linear-gradient(180deg, #f6f1e8 0%, #efe8db 100%);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

p,
blockquote,
address,
h1,
h2,
h3 {
  margin: 0;
}

.page-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35) 0, transparent 26%),
    radial-gradient(circle at 80% 15%, rgba(223, 191, 71, 0.08) 0, transparent 18%),
    radial-gradient(circle, rgba(20, 16, 12, 0.05) 0.65px, transparent 0.8px);
  background-size: auto, auto, 9px 9px;
}

.site-shell {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 3vw, 3rem);
}

.section {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: clamp(2.4rem, 4vw, 3.5rem);
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.frame {
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.56);
}

.section-rule,
.proof-line {
  height: 1px;
  background: var(--line);
}

.accent-stroke,
.mini-stroke {
  display: block;
  width: 4.2rem;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #f1d76e 60%, transparent 100%);
}

.mini-stroke {
  width: 2.25rem;
  height: 2px;
}

.eyebrow {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.display-title,
.section-title,
.visit-address,
.cta-bar p,
.quote-box blockquote,
.review-cell h3 {
  font-family: var(--serif);
}

.display-title {
  font-size: clamp(4.6rem, 10vw, 8.8rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.section-title {
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 3.9rem;
  padding: 0.95rem 1.8rem;
  border: 1px solid transparent;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.button:hover,
.paper-note:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  box-shadow: var(--shadow-soft);
}

.button-primary:hover,
.button-dark:hover {
  box-shadow: 0 14px 26px rgba(24, 21, 18, 0.12);
}

.button-secondary {
  background: rgba(255, 252, 246, 0.7);
  border-color: rgba(24, 21, 18, 0.52);
}

.button-dark {
  color: var(--paper-bright);
  border-color: rgba(223, 191, 71, 0.92);
}

.logo-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.55rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(24, 21, 18, 0.64);
  font-size: 2.1rem;
  letter-spacing: 0.2em;
}

.logo-subtitle {
  font-size: 0.95rem;
  letter-spacing: 0.72em;
  text-indent: 0.72em;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4.4rem);
}

.hero-copy {
  padding-top: 1.25rem;
}

.hero-copy .section-rule {
  margin: 3rem 0 4.3rem;
}

.hero-copy .accent-stroke {
  margin: 1.8rem 0 3.2rem;
}

.hero-location {
  font-size: clamp(1.85rem, 2vw, 2.5rem);
  line-height: 1.12;
}

.hero-summary {
  max-width: 26rem;
  margin-top: 2.5rem;
  color: var(--muted);
  font-size: 1.45rem;
  line-height: 1.44;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 2.45rem;
}

.facts-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.7rem;
  padding: 1.8rem 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 252, 246, 0.5);
}

.fact-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
}

.fact-cell + .fact-cell {
  border-left: 1px solid var(--line);
}

.fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  color: var(--ink);
}

.fact-icon svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fact-wordmark {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.fact-label {
  font-size: 1.55rem;
  line-height: 1.18;
}

.hero-visual {
  position: relative;
  padding-bottom: 2.2rem;
}

.photo-frame {
  overflow: hidden;
}

.hero-frame {
  border: 10px solid rgba(20, 18, 15, 0.92);
  background: #111;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paper-note {
  position: relative;
  width: max-content;
  max-width: min(100%, 18rem);
  padding: 2rem 2.2rem 2.15rem;
  background: rgba(246, 239, 226, 0.96);
  border: 1px solid rgba(46, 40, 35, 0.1);
  box-shadow: var(--shadow);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.paper-note p {
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.14;
}

.paper-note::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 14px;
  background:
    linear-gradient(180deg, transparent 0 36%, rgba(248, 242, 232, 0.96) 36%),
    radial-gradient(circle at 14px 0, transparent 0 10px, rgba(248, 242, 232, 0.96) 10px 12px, transparent 12px),
    radial-gradient(circle at 42px 2px, transparent 0 8px, rgba(248, 242, 232, 0.96) 8px 10px, transparent 10px);
  background-size: auto, 56px 18px, 58px 18px;
  background-repeat: repeat-x;
  pointer-events: none;
}

.pin,
.tape {
  position: absolute;
}

.pin {
  top: -0.6rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #d9bd67, #b48f31);
  box-shadow: 0 2px 8px rgba(24, 21, 18, 0.14);
  transform: translateX(-50%);
}

.hero-note {
  position: absolute;
  left: -1.25rem;
  bottom: -0.35rem;
}

.space-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
}

.portrait-frame {
  height: 39rem;
  padding: 0.8rem;
  background: rgba(255, 251, 243, 0.6);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-copy {
  padding-top: 1.6rem;
}

.space-copy .eyebrow {
  margin-bottom: 1.35rem;
}

.section-body {
  max-width: 39rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: 1.4rem;
  line-height: 1.5;
}

.feature-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
  margin-top: 2.2rem;
}

.feature-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  padding: 2rem 1.7rem;
}

.feature-icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 3rem;
  color: var(--ink);
}

.feature-icon svg {
  width: 2.7rem;
  height: 2.7rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-box h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.feature-box .mini-stroke {
  margin: 1rem 0 1.15rem;
}

.feature-box p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.45;
}

.food-strip {
  position: relative;
  margin-top: 1.55rem;
  padding: 0.8rem;
  overflow: visible;
}

.food-gallery {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr 0.9fr;
  gap: 0.8rem;
}

.food-item {
  min-height: 15.75rem;
  overflow: hidden;
  background: #ddd3c3;
}

.food-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-item:nth-child(2) img {
  object-position: left center;
}

.food-item:nth-child(3) img {
  object-position: right center;
}

.food-note {
  position: absolute;
  right: -1.75rem;
  bottom: -1.4rem;
  max-width: 14.5rem;
}

.taped::before,
.quote-box .tape {
  content: "";
  position: absolute;
  top: -0.95rem;
  left: 1.4rem;
  width: 5.4rem;
  height: 1.2rem;
  background: rgba(210, 190, 149, 0.56);
  box-shadow: inset 0 0 0 1px rgba(140, 112, 70, 0.05);
}

.proof-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.7rem;
  align-items: center;
}

.proof-title {
  margin-top: 1.3rem;
}

.lane-note {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.2rem;
  text-align: right;
}

.lane-note svg {
  width: 11rem;
  height: auto;
  stroke: rgba(48, 42, 37, 0.32);
}

.lane-note text {
  fill: rgba(29, 24, 20, 0.78);
  stroke: none;
  font-family: var(--sans);
  font-size: 8px;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.96fr);
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: start;
  margin-top: 1.25rem;
}

.proof-photo {
  height: 50rem;
  overflow: hidden;
  padding: 0.8rem;
}

.proof-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-stack {
  display: grid;
  gap: 1.2rem;
}

.quote-box {
  position: relative;
  min-height: 21.8rem;
  padding: 4rem 2.5rem 2.8rem;
  display: grid;
  place-items: center;
  text-align: center;
}

.quote-box .tape {
  left: 50%;
  width: 5.9rem;
  transform: translateX(-50%);
}

.quote-mark {
  font-size: 5.8rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.quote-box blockquote {
  font-size: clamp(2.3rem, 3vw, 3.55rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.quote-source {
  margin-top: 1.7rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.proof-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 1rem 0;
  border-style: dashed;
}

.proof-facts article {
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.7rem;
}

.proof-facts article + article {
  border-left: 1px solid var(--line);
}

.fact-kicker {
  display: inline-block;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.85;
  text-transform: uppercase;
}

.review-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-cell {
  padding: 1.7rem 1.45rem 1.8rem;
  text-align: center;
}

.review-cell + .review-cell {
  border-left: 1px solid var(--line);
}

.review-cell h3 {
  font-size: 1.75rem;
  line-height: 1;
}

.review-cell .mini-stroke {
  margin: 1rem auto 1.25rem;
}

.review-cell p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.45rem;
  align-items: start;
}

.visit-heading {
  grid-column: span 6;
  padding-top: 1.2rem;
}

.visit-title {
  margin-top: 1.25rem;
  font-size: clamp(4rem, 8vw, 7.6rem);
}

.visit-address {
  margin-top: 2rem;
  font-size: clamp(2.15rem, 3vw, 3.7rem);
  line-height: 1.03;
  font-style: normal;
  letter-spacing: -0.04em;
}

.visit-photo-wrap {
  position: relative;
  grid-column: 7 / -1;
  padding-top: 5.1rem;
}

.hours-card {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 2;
  min-width: 22rem;
  padding-top: 2.5rem;
  text-align: center;
}

.hours-card p {
  font-family: var(--sans);
  font-size: 1.3rem;
  line-height: 1.45;
}

.hours-icon {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.hours-icon svg {
  width: 2.7rem;
  height: 2.7rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hours-card .mini-stroke {
  margin: 0.95rem auto 0.95rem;
}

.visit-photo {
  height: 36rem;
  padding: 0.65rem;
  overflow: hidden;
}

.visit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-card {
  grid-column: span 6;
  min-height: 27rem;
  padding: 0.65rem;
  background: rgba(249, 244, 235, 0.82);
}

.map-card svg {
  width: 100%;
  height: 100%;
}

.cta-bar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 0.65rem;
  padding: 1.55rem 1.45rem;
  background: #141210;
  color: var(--paper-bright);
}

.cta-bar p {
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.cta-bar .button {
  flex-shrink: 0;
  min-width: 19rem;
}

@media (max-width: 1180px) {
  .site-shell {
    padding: 1.4rem;
  }

  .section {
    padding: 1.5rem 0.2rem 2rem;
  }

  .hero-grid,
  .space-grid,
  .proof-grid {
    gap: 1.6rem;
  }

  .proof-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-facts article:nth-child(4),
  .proof-facts article:nth-child(5) {
    border-top: 1px solid var(--line);
  }

  .proof-facts article:nth-child(4) {
    border-left: none;
  }

  .visit-heading {
    grid-column: span 7;
  }

  .visit-photo-wrap {
    grid-column: 8 / -1;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .space-grid,
  .proof-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .hero-note,
  .food-note,
  .hours-card {
    position: static;
    max-width: none;
    width: 100%;
    margin-top: 1rem;
  }

  .hero-visual,
  .visit-photo-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }

  .feature-boxes,
  .facts-strip,
  .review-rail,
  .proof-facts {
    grid-template-columns: 1fr;
  }

  .fact-cell + .fact-cell,
  .review-cell + .review-cell,
  .proof-facts article + article {
    border-left: none;
    border-top: 1px solid var(--line);
  }

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

  .lane-note {
    justify-content: space-between;
    text-align: left;
  }

  .visit-heading,
  .visit-photo-wrap,
  .map-card,
  .cta-bar {
    grid-column: auto;
  }

  .visit-photo {
    height: 28rem;
  }

  .cta-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-bar .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .display-title {
    font-size: clamp(3.7rem, 21vw, 5.4rem);
  }

  .section-title {
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }

  .hero-location,
  .visit-address {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .hero-summary,
  .section-body {
    font-size: 1.15rem;
  }

  .food-gallery {
    grid-template-columns: 1fr;
  }

  .food-item {
    min-height: 13rem;
  }

  .quote-box {
    min-height: auto;
    padding-inline: 1.5rem;
  }

  .quote-box blockquote {
    font-size: 2.15rem;
  }

  .map-card {
    min-height: auto;
  }

  .cta-bar p {
    font-size: 2rem;
  }
}
