:root {
  --espresso: #2e180f;
  --coffee: #6f4328;
  --caramel: #c9823d;
  --cream: #fff6ea;
  --paper: #fffdf8;
  --ink: #2b211b;
  --muted: #76685f;
  --line: rgba(46, 24, 15, 0.12);
  --shadow: 0 24px 70px rgba(46, 24, 15, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 120px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: var(--espresso);
  white-space: nowrap;
}
.brand img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}
.brand span { font-size: 1.08rem; }
nav {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  color: var(--coffee);
  font-weight: 750;
  font-size: 0.95rem;
}
nav a:hover, .socials a:hover { color: var(--caramel); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.call-pill, .order-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
}
.call-pill {
  background: var(--espresso);
  color: white;
  box-shadow: 0 14px 28px rgba(46, 24, 15, 0.18);
}
.order-pill {
  background: var(--caramel);
  color: white;
  box-shadow: 0 14px 28px rgba(201, 130, 61, 0.22);
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(560px, 1.25fr);
  overflow: hidden;
  background: linear-gradient(135deg, #fff9ef 0%, #f6dfbe 100%);
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: clamp(54px, 7vw, 96px) clamp(28px, 5vw, 74px);
}
.eyebrow, .section-label {
  margin: 0 0 14px;
  color: var(--caramel);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 900;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2rem, 4vw, 4.05rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
  color: var(--espresso);
  max-width: 720px;
}
h2 {
  font-size: clamp(2rem, 4vw, 4.05rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: var(--espresso);
  margin-bottom: 18px;
}
h3 {
  font-size: 1.32rem;
  color: var(--espresso);
  margin-bottom: 8px;
}
.hero-text {
  max-width: 640px;
  font-size: clamp(1.05rem, 1.45vw, 1.26rem);
  color: #59463a;
  margin-bottom: 28px;
}
.hero-actions, .visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: var(--espresso);
  color: white;
  box-shadow: 0 18px 34px rgba(46, 24, 15, 0.18);
}
.button.secondary {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(46, 24, 15, 0.14);
  color: var(--espresso);
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hero-facts span {
  padding: 10px 14px;
  border: 1px solid rgba(46, 24, 15, 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.48);
  color: #5e4638;
  font-weight: 800;
  font-size: 0.9rem;
}
.hero-image {
  position: relative;
  min-height: 650px;
  background: #f3d7b4;
  overflow: hidden;
}
.hero-image::before {
  content: "";
  position: absolute;
  inset: -18px;
  background-image: url("assets/Outside1.png");
  background-size: cover;
  background-position: center;
  filter: blur(12px) saturate(1.03);
  transform: scale(1.05);
  opacity: 0.42;
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, #f6dfbe 0%, rgba(246,223,190,0.82) 4%, rgba(246,223,190,0.36) 15%, rgba(246,223,190,0.06) 30%, rgba(246,223,190,0) 45%),
    linear-gradient(180deg, rgba(46,24,15,0.00), rgba(46,24,15,0.11)),
    url("assets/Outside1.png");
  background-size: 100% 100%, 100% 100%, 100% auto;
  background-position: center top, center top, center top;
  background-repeat: no-repeat;
  pointer-events: none;
}

.section-pad { padding: clamp(70px, 8vw, 120px) clamp(20px, 5vw, 74px); }
.section-heading { max-width: 860px; margin-bottom: 34px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.intro-section { background: var(--paper); }
.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}
.intro-copy p { font-size: 1.15rem; color: var(--muted); }
.address-line { color: var(--espresso) !important; font-weight: 850; }
.intro-photos {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 16px;
  align-items: end;
}
.intro-photos img, .favorite-card, .favorite-card img, .inside-section img, .outside-gallery img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(46,24,15,0.1);
}
.intro-photos img:first-child { height: 430px; width: 100%; object-fit: cover; }
.intro-photos img:last-child { width: 100%; }

.menu-section { background: var(--cream); }
.menu-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.menu-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
}
.menu-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 18px;
}
.menu-card p { color: var(--muted); margin-bottom: 10px; }

.feature-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 520px;
  background: var(--espresso);
  color: white;
}
.feature-strip img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-copy { padding: clamp(44px, 7vw, 96px); align-self: center; }
.feature-copy h2 { color: #fff7ea; }
.feature-copy p:not(.section-label) { color: rgba(255,255,255,0.74); font-size: 1.14rem; max-width: 620px; }

.favorites-section { background: var(--paper); }
.favorites-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}
.favorite-card {
  overflow: hidden;
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
}
.favorite-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.favorite-card div { padding: 24px; }
.favorite-card p, .inside-copy p, .outside-copy p { color: var(--muted); font-size: 1.12rem; }
.favorite-wide {
  grid-column: span 2;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}
.favorite-wide.reverse { grid-template-columns: 0.85fr 1.15fr; }
.favorite-wide.reverse img { order: 2; }
.favorite-wide img {
  height: 420px;
  border-radius: var(--radius) 0 0 var(--radius);
  border-bottom: 0;
  border-right: 1px solid rgba(46,24,15,0.1);
}
.favorite-wide.reverse img {
  border-radius: 0 var(--radius) var(--radius) 0;
  border-left: 1px solid rgba(46,24,15,0.1);
  border-right: 0;
}

.inside-section, .outside-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}
.inside-section { background: var(--cream); }
.inside-section img { width: 100%; height: 560px; object-fit: cover; }
.outside-section { background: var(--paper); grid-template-columns: 1.1fr 0.9fr; }
.outside-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: center;
}
.outside-gallery img { width: 100%; object-fit: cover; }
.intro-photos img.natural-photo,
.outside-gallery img.natural-photo {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  background: transparent;
  padding: 0;
  align-self: start;
}
.outside-gallery .patio-photo { height: 360px; aspect-ratio: 4 / 3; }
.outside-gallery .storefront-photo {
  height: 430px;
  aspect-ratio: 16 / 10;
  align-self: stretch;
}

.reviews-section { background: linear-gradient(135deg, #fff6ea 0%, #f3d6ae 100%); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
blockquote {
  margin: 0;
  padding: clamp(28px, 4vw, 44px);
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(46, 24, 15, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
blockquote p { margin: 0; font-size: 1.13rem; color: #553d31; }

.visit-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  background: var(--cream);
}
.visit-card, .hours-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: white;
}
.visit-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(28px, 4vw, 54px);
  align-items: center;
}
.visit-card img { width: 220px; height: 220px; object-fit: contain; }
.visit-card p { color: var(--muted); }
.socials { margin: 22px 0 0; font-weight: 850; }
.hours-card { padding: clamp(24px, 4vw, 42px); }
.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.hours-row:last-child { border-bottom: 0; }
.hours-row strong { color: var(--espresso); white-space: nowrap; }
footer {
  padding: 28px 20px 44px;
  text-align: center;
  background: var(--espresso);
  color: rgba(255,255,255,0.75);
}
footer p { margin: 0; }

@media (max-width: 1250px) {
  .site-header { flex-wrap: wrap; }
  nav { order: 3; width: 100%; justify-content: center; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: 0.92fr 1.08fr; }
  h1 { font-size: clamp(2rem, 4.5vw, 3.75rem); }
  .menu-cards { grid-template-columns: repeat(2, 1fr); }
  .visit-section, .feature-strip, .inside-section, .outside-section { grid-template-columns: 1fr; }
  .feature-strip img { min-height: 420px; }
  .outside-gallery .patio-photo { height: 380px; }
  .outside-gallery .storefront-photo { height: 360px; aspect-ratio: 16 / 10; }
}

@media (max-width: 760px) {
  .site-header {
    position: relative;
    padding: 10px 14px 14px;
    gap: 10px;
    min-height: 0;
  }
  .brand { width: 100%; justify-content: center; }
  .brand span { font-size: 1rem; }
  .brand img { width: 108px; height: 108px; }
  nav { overflow-x: auto; justify-content: flex-start; padding-bottom: 2px; }
  .header-actions { width: 100%; display: grid; grid-template-columns: 1fr; margin-left: 0; }
  .call-pill, .order-pill { width: 100%; text-align: center; }
  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    background: var(--paper);
  }
  .hero-image {
    width: 100%;
    min-height: 0;
    height: min(72vw, 440px);
    background: #f3d7b4;
  }
  .hero-image::before { opacity: 0.28; filter: blur(8px); }
  .hero-image::after {
    background-image: linear-gradient(180deg, rgba(46, 24, 15, 0.02), rgba(46, 24, 15, 0.08)), url("assets/Outside1.png");
    background-size: 100% 100%, 100% auto;
    background-position: center top, center top;
    background-repeat: no-repeat;
  }
  .hero-copy {
    padding: 34px 20px 48px;
    background: linear-gradient(180deg, #fff8ee 0%, #fffdf8 100%);
  }
  h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 0.98;
    margin-bottom: 18px;
  }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .hero-actions .button, .visit-actions .button { width: 100%; }
  .hero-facts { gap: 8px; }
  .hero-facts span { font-size: 0.82rem; }
  .section-pad { padding: 62px 18px; }
  .intro-grid, .intro-photos, .menu-cards, .review-grid, .visit-card, .favorites-grid, .favorite-wide, .favorite-wide.reverse, .outside-gallery { grid-template-columns: 1fr; }
  .favorite-wide, .favorite-wide.reverse { grid-column: span 1; }
  .favorite-wide.reverse img { order: 0; }
  .intro-photos img:first-child, .intro-photos img:last-child, .inside-section img, .outside-gallery img, .favorite-card img, .outside-gallery .patio-photo, .outside-gallery .storefront-photo { height: 245px; min-height: 0; border-radius: 20px 20px 0 0; }
  .outside-gallery img { border-radius: 20px; }
.intro-photos img.natural-photo, .outside-gallery img.natural-photo {
    object-fit: contain;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 20px;
  }
  .favorite-card { border-radius: 20px; }
  .favorite-card img, .favorite-wide img, .favorite-wide.reverse img { border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid rgba(46,24,15,0.1); }
  .menu-card img { height: 230px; }
  .visit-card { text-align: center; }
  .visit-card img { margin: 0 auto; width: 170px; height: 170px; }
  .hours-row { font-size: 0.92rem; }
}


/* Natural full-width storefront images without padded banner treatment */
.intro-photos img.natural-photo,
.outside-gallery img.natural-photo {
  border-radius: var(--radius);
}

@media (max-width: 760px) {
  .intro-photos img.natural-photo,
  .outside-gallery img.natural-photo {
    min-height: 0;
    max-height: none;
  }
  .outside-gallery .patio-photo {
    height: auto;
    aspect-ratio: auto;
  }
}


/* v5 layout cleanup for outside3/outside4 */
.intro-photos {
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  align-items: start !important;
}
.outside-gallery {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  align-items: start !important;
}
.intro-photos img.natural-photo,
.outside-gallery img.natural-photo,
.outside-gallery .storefront-photo.natural-photo {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
  background: transparent !important;
  padding: 0 !important;
  align-self: start !important;
}

@media (max-width: 1250px) {
  .outside-gallery .storefront-photo.natural-photo {
    height: auto !important;
    aspect-ratio: auto !important;
  }
}

@media (max-width: 760px) {
  .intro-photos,
  .outside-gallery {
    grid-template-columns: 1fr !important;
  }
  .intro-photos img.natural-photo,
  .outside-gallery .storefront-photo.natural-photo {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 20px !important;
  }
}


/* v6 photo placement changes */
.intro-photos.single-photo {
  grid-template-columns: 1fr !important;
}
.intro-photos.single-photo img {
  width: 100%;
  height: clamp(360px, 42vw, 560px) !important;
  object-fit: cover;
  object-position: center center;
}
.inside-section img.natural-photo {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: var(--radius);
}
.outside-gallery.single-photo {
  grid-template-columns: 1fr !important;
  max-width: 760px;
}
.outside-gallery.single-photo .patio-photo {
  width: 100%;
  height: clamp(340px, 34vw, 520px) !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 760px) {
  .intro-photos.single-photo img,
  .outside-gallery.single-photo .patio-photo {
    height: 260px !important;
    border-radius: 20px !important;
  }
  .inside-section img.natural-photo {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 20px !important;
  }
}
