:root {
  --paper: #f7efe2;
  --paper-soft: #fffaf0;
  --ink: #2a2b25;
  --brown: #4a2113;
  --brown-soft: #75422c;
  --olive: #78834a;
  --sage: #b6bd97;
  --charcoal: #272a24;
  --cream-text: #f8edd9;
  --brick: #b45f43;
  --blue: #42677a;
  --shadow: 0 24px 70px rgba(74, 33, 19, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(180, 95, 67, 0.13), transparent 26rem),
    linear-gradient(135deg, #efe1cf, #fff8ed 42%, #e9efd8);
  color: var(--ink);
  font-family: Avenir, Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

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

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

.page-shell {
  background: var(--paper);
  border: 1px solid rgba(74, 33, 19, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 18px auto;
  max-width: 1220px;
  overflow: hidden;
  width: min(calc(100% - 24px), 1220px);
}

.top-strip {
  align-items: center;
  background: var(--brown);
  color: rgba(248, 237, 217, 0.78);
  display: flex;
  font-size: 0.74rem;
  font-weight: 800;
  justify-content: space-between;
  min-height: 34px;
  padding: 8px clamp(18px, 4vw, 48px);
}

.top-strip p {
  margin: 0;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 26px clamp(18px, 4vw, 48px);
}

.brand-mark {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2.7vw, 34px);
}

.nav-links a {
  color: rgba(42, 43, 37, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links .nav-button {
  background: var(--brown);
  border-radius: 999px;
  color: var(--cream-text);
  padding: 16px 28px;
}

.hero {
  border-radius: 26px;
  display: grid;
  min-height: clamp(520px, 62vw, 660px);
  margin: 0 clamp(14px, 2vw, 28px) 46px;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  position: absolute;
  width: 100%;
}

.hero::after {
  background: linear-gradient(90deg, rgba(28, 29, 25, 0.76), rgba(28, 29, 25, 0.24) 52%, rgba(28, 29, 25, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-content {
  align-self: center;
  color: var(--paper-soft);
  max-width: 650px;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  z-index: 1;
}

.pill,
.kicker {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.pill {
  background: rgba(248, 237, 217, 0.16);
  border: 1px solid rgba(248, 237, 217, 0.22);
  border-radius: 999px;
  color: var(--cream-text);
  display: inline-flex;
  padding: 8px 14px;
}

.hero h1,
.section-title h2,
.menu-heading h2,
.flyer-section h2,
.dark-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(3.25rem, 7vw, 6.9rem);
  max-width: 720px;
}

.hero-content p:not(.pill) {
  font-size: clamp(1.02rem, 1.7vw, 1.25rem);
  line-height: 1.65;
  max-width: 560px;
}

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

.button,
.map-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 950;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
}

.button.primary,
.map-link {
  background: var(--paper-soft);
  color: var(--brown);
}

.button.secondary {
  border: 2px solid rgba(248, 237, 217, 0.74);
  color: var(--paper-soft);
}

.offer-badge {
  align-content: center;
  background: var(--olive);
  border: 8px solid var(--paper);
  border-radius: 48% 52% 44% 56%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  color: var(--cream-text);
  display: grid;
  height: clamp(148px, 17vw, 204px);
  justify-items: center;
  padding: 22px;
  position: absolute;
  right: clamp(16px, 4vw, 58px);
  text-align: center;
  top: clamp(16px, 4vw, 40px);
  transform: rotate(4deg);
  width: clamp(148px, 17vw, 204px);
  z-index: 2;
}

.offer-badge strong {
  font-size: clamp(1.05rem, 2.1vw, 1.72rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.offer-badge span {
  font-size: 0.72rem;
  font-weight: 900;
  margin-top: 8px;
  text-transform: uppercase;
}

.mini-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  padding: 0 clamp(18px, 4vw, 48px) 54px;
}

.mini-gallery article {
  background: var(--charcoal);
  border-radius: 8px;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.mini-gallery img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mini-gallery span {
  background: rgba(39, 42, 36, 0.74);
  border-radius: 999px;
  bottom: 12px;
  color: var(--cream-text);
  font-size: 0.82rem;
  font-weight: 900;
  left: 12px;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
}

.mini-gallery .text-card {
  align-content: center;
  background: var(--paper);
  border: 2px solid rgba(120, 131, 74, 0.38);
  color: var(--brown);
  display: grid;
  padding: 28px;
}

.text-card p {
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.text-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  line-height: 1;
}

.feature-row {
  display: grid;
  grid-template-columns: 1.6fr 0.75fr;
  margin: 0 clamp(18px, 4vw, 48px) 48px;
  min-height: 360px;
}

.feature-row.row-left {
  grid-template-columns: 0.82fr 1.45fr;
}

.feature-row.compact-feature {
  grid-template-columns: 0.72fr 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  min-height: 275px;
}

.feature-row.slim-feature {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  min-height: 300px;
}

.slim-feature .dark-panel {
  padding: clamp(22px, 3vw, 34px);
}

.slim-feature .dark-panel.compact-title h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.25rem);
}

.slim-feature .dark-panel p:not(.kicker) {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.52;
}

.feature-row > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.slim-feature > img {
  max-height: 330px;
}

.compact-feature > img {
  max-height: 310px;
}

.row-right > img {
  border-radius: 8px 0 0 8px;
}

.row-left > img {
  border-radius: 0 8px 8px 0;
}

.dark-panel {
  align-content: center;
  background: var(--charcoal);
  color: var(--cream-text);
  display: grid;
  padding: clamp(28px, 4vw, 48px);
}

.dark-panel h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
}

.dark-panel.compact-title h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  line-height: 1.05;
}

.compact-feature .dark-panel {
  padding: clamp(22px, 3vw, 34px);
}

.compact-feature .dark-panel.compact-title h2 {
  font-size: clamp(1.45rem, 2.25vw, 2.15rem);
}

.compact-feature .dark-panel p:not(.kicker) {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.52;
}

.dark-panel p:not(.kicker) {
  color: rgba(248, 237, 217, 0.84);
  font-size: clamp(0.98rem, 1.5vw, 1.16rem);
  line-height: 1.62;
  margin: 18px 0 0;
}

.viennoiseries .dark-panel {
  background: #33382b;
}

.story-section {
  align-items: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 250, 240, 0.72), transparent 28rem),
    linear-gradient(135deg, #f7c0ad, #f3d2bf 46%, #f7efe2);
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.72fr);
  margin: 0 clamp(18px, 4vw, 48px) 48px;
  padding: clamp(36px, 5vw, 58px);
  border-radius: 8px;
}

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

.story-copy .kicker {
  color: var(--brown);
}

.story-copy h2 {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 0.98;
  margin: 0 0 22px;
  text-wrap: balance;
}

.story-copy p {
  color: rgba(74, 33, 19, 0.82);
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  line-height: 1.72;
  margin: 0 0 14px;
}

.story-photo {
  margin: 0;
}

.story-photo img {
  aspect-ratio: 4 / 5;
  border: 10px solid rgba(255, 250, 240, 0.72);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(74, 33, 19, 0.16);
  max-height: 520px;
  object-fit: cover;
  object-position: 38% center;
  width: 100%;
}

.menu-block,
.photo-section,
.flyer-section,
.contact-section {
  padding: clamp(56px, 8vw, 92px) clamp(18px, 4vw, 48px);
}

.menu-block {
  background: var(--paper-soft);
}

.menu-heading,
.section-title,
.flyer-section > div {
  max-width: 720px;
}

.menu-heading h2,
.section-title h2,
.flyer-section h2 {
  color: var(--brown);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

.menu-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
}

.menu-grid article {
  background: var(--paper);
  border: 1px solid rgba(74, 33, 19, 0.12);
  border-radius: 8px;
  padding: 24px;
}

.menu-grid span {
  color: var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 900;
}

.menu-grid h3 {
  color: var(--brown);
  font-size: 1.12rem;
  line-height: 1.18;
  margin: 16px 0 10px;
  text-transform: uppercase;
}

.menu-grid p,
.flyer-section p,
.contact-line p {
  line-height: 1.62;
  margin: 0;
}

.photo-section {
  background: #eef0de;
}

.photo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.photo-grid img {
  aspect-ratio: 1;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(74, 33, 19, 0.09);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photo-grid img:first-child,
.photo-grid img:nth-child(5) {
  aspect-ratio: 1 / 2.04;
  grid-row: span 2;
}

.photo-grid img:nth-child(3) {
  grid-column: span 2;
}

.flyer-section {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 420px);
}

.flyer-section.compact-flyer {
  gap: clamp(22px, 4vw, 44px);
  grid-template-columns: minmax(260px, 0.95fr) minmax(220px, 300px);
  padding-bottom: clamp(42px, 6vw, 64px);
  padding-top: clamp(42px, 6vw, 64px);
}

.compact-flyer h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.compact-flyer p:not(.kicker) {
  font-size: 0.95rem;
}

.flyer-section img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  width: 100%;
}

.contact-section {
  background:
    radial-gradient(circle at 18% 100%, rgba(182, 189, 151, 0.72), transparent 24rem),
    var(--paper-soft);
  text-align: center;
}

.contact-section .section-title {
  margin: 0 auto;
}

.contact-section .section-title h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.hours-card {
  border: 7px solid var(--olive);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 38px auto 32px;
  max-width: 980px;
}

.hours-card div {
  padding: clamp(22px, 3vw, 34px);
}

.hours-card div + div {
  border-left: 2px solid rgba(120, 131, 74, 0.6);
}

.hours-card span {
  color: var(--ink);
  display: block;
  font-size: clamp(1rem, 2vw, 1.45rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hours-card strong {
  color: rgba(42, 43, 37, 0.78);
  display: block;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  font-weight: 500;
  margin-top: 10px;
}

.contact-line a {
  color: var(--brown);
  display: inline-block;
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  font-weight: 950;
  margin-bottom: 12px;
}

.contact-line p {
  color: var(--brown-soft);
  font-size: clamp(0.86rem, 1.45vw, 1.05rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.map-link {
  background: var(--brown);
  color: var(--cream-text);
  margin-top: 26px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 590px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(28, 29, 25, 0.3), rgba(28, 29, 25, 0.82));
  }

  .hero-content {
    align-self: center;
  }

  .hero h1 {
    font-size: clamp(3rem, 10vw, 4.8rem);
    max-width: 540px;
  }

  .offer-badge {
    height: 136px;
    width: 136px;
  }

  .mini-gallery,
  .menu-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-row,
  .feature-row.row-left,
  .story-section,
  .flyer-section {
    grid-template-columns: 1fr;
  }

  .feature-row > img,
  .row-right > img,
  .row-left > img {
    border-radius: 8px 8px 0 0;
    max-height: 440px;
  }

  .row-left .dark-panel {
    order: 2;
  }

  .row-left > img {
    order: 1;
  }

  .feature-row.compact-feature {
    max-width: calc(100% - 36px);
    min-height: auto;
  }

  .compact-feature > img {
    max-height: 280px;
  }

  .compact-feature .dark-panel {
    padding: 24px;
  }

  .feature-row.slim-feature {
    max-width: calc(100% - 36px);
    min-height: auto;
  }

  .slim-feature > img {
    max-height: 290px;
  }

  .story-photo img {
    max-height: 420px;
  }
}

@media (max-width: 620px) {
  .page-shell {
    border-radius: 0;
    margin: 0;
    width: 100%;
  }

  .top-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .brand-mark {
    font-size: 2rem;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a {
    font-size: 0.72rem;
  }

  .nav-links .nav-button {
    padding: 12px 18px;
  }

  .hero {
    border-radius: 18px;
    margin-bottom: 32px;
    min-height: 640px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .offer-badge {
    border-width: 5px;
    height: 116px;
    padding: 14px;
    right: 14px;
    top: 14px;
    width: 116px;
  }

  .offer-badge strong {
    font-size: 0.9rem;
  }

  .offer-badge span {
    font-size: 0.58rem;
  }

  .mini-gallery,
  .menu-grid,
  .photo-grid,
  .hours-card {
    grid-template-columns: 1fr;
  }

  .photo-grid img:nth-child(3) {
    grid-column: span 1;
  }

  .photo-grid img:first-child,
  .photo-grid img:nth-child(5) {
    aspect-ratio: 1;
    grid-row: span 1;
  }

  .hours-card div + div {
    border-left: 0;
    border-top: 2px solid rgba(120, 131, 74, 0.6);
  }
}
