.cafe-site {
  --cafe-cream: #f5efe7;
  --cafe-paper: #fffaf3;
  --cafe-espresso: #2f241d;
  --cafe-clay: #a06a4d;
  --cafe-olive: #5f6b4a;
  --cafe-saffron: #c6953f;
  --cafe-muted: #6e6158;
  --cafe-line: rgba(47, 36, 29, 0.12);
  --cafe-line-strong: rgba(47, 36, 29, 0.22);
  --cafe-shadow: 0 28px 80px rgba(67, 49, 37, 0.14);
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 0%, rgba(198, 149, 63, 0.18), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(95, 107, 74, 0.12), transparent 24%),
    linear-gradient(180deg, #fff7ed 0%, var(--cafe-cream) 48%, #efe2d2 100%);
  color: var(--cafe-espresso);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cafe-hero h1,
.cafe-page-hero h1,
.cafe-section h2,
.cafe-final h2 {
  overflow-wrap: anywhere;
  font-size: clamp(38px, 5.6vw, 74px) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
}

.cafe-section__head h2,
.cafe-contact-card h2 {
  font-size: clamp(30px, 4vw, 52px) !important;
}

@media (max-width: 720px) {
  .cafe-hero h1,
  .cafe-page-hero h1,
  .cafe-section h2,
  .cafe-final h2 {
    font-size: clamp(34px, 10vw, 50px) !important;
    line-height: 1.12 !important;
  }
}

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

.cafe-site h1,
.cafe-site h2,
.cafe-site h3,
.cafe-site p,
.cafe-site a,
.cafe-site span,
.cafe-site strong {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.cafe-site-body {
  overflow-x: hidden;
  background: var(--cafe-cream);
}

.cafe-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.cafe-concept {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--cafe-line);
  background: rgba(245, 239, 231, 0.88);
  backdrop-filter: blur(18px);
}

.cafe-concept__inner,
.cafe-nav__inner,
.cafe-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cafe-concept__inner {
  padding: 10px 0;
  color: var(--cafe-muted);
  font-size: 13px;
  font-weight: 780;
}

.cafe-concept a,
.cafe-footer a {
  color: var(--cafe-espresso);
  font-weight: 850;
  text-decoration: none;
}

.cafe-nav {
  position: sticky;
  top: 42px;
  z-index: 45;
  padding: 16px 0;
}

.cafe-nav__inner {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.82);
  box-shadow: 0 20px 54px rgba(47, 36, 29, 0.09);
  padding: 10px 12px 10px 16px;
  backdrop-filter: blur(18px);
}

.cafe-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--cafe-espresso);
  text-decoration: none;
}

.cafe-brand__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 17px;
  background: var(--cafe-espresso);
  color: var(--cafe-cream);
  font-weight: 930;
  letter-spacing: -0.04em;
}

.cafe-brand strong,
.cafe-brand small {
  display: block;
}

.cafe-brand small {
  color: var(--cafe-muted);
  font-size: 12px;
  font-weight: 700;
}

.cafe-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cafe-links a {
  color: var(--cafe-muted);
  font-size: 13px;
  font-weight: 830;
  text-decoration: none;
  transition: color 180ms ease;
}

.cafe-links a[aria-current="page"],
.cafe-links a:hover {
  color: var(--cafe-espresso);
}

.cafe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--cafe-espresso);
  color: var(--cafe-paper) !important;
  padding: 0 22px;
  font: inherit;
  font-weight: 880;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cafe-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(47, 36, 29, 0.16);
}

.cafe-button--light {
  border: 1px solid var(--cafe-line);
  background: rgba(255, 250, 243, 0.82);
  color: var(--cafe-espresso) !important;
}

.cafe-button--terracotta {
  background: var(--cafe-clay);
}

.cafe-hero,
.cafe-page-hero,
.cafe-section {
  padding: clamp(70px, 9vw, 118px) 0;
}

.cafe-hero__grid,
.cafe-page-hero__grid,
.cafe-split,
.cafe-booking-grid,
.cafe-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.cafe-page-hero {
  padding-bottom: 50px;
}

.cafe-kicker {
  margin: 0 0 16px;
  color: var(--cafe-clay);
  font-size: 12px;
  font-weight: 920;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cafe-hero h1,
.cafe-page-hero h1,
.cafe-section h2,
.cafe-final h2 {
  margin: 0;
  color: var(--cafe-espresso);
  font-size: clamp(38px, 5.6vw, 74px);
  font-weight: 840;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.cafe-page-hero h1,
.cafe-section h2 {
  font-size: clamp(42px, 5.3vw, 76px);
}

.cafe-hero p,
.cafe-page-hero p,
.cafe-copy,
.cafe-section__head > p,
.cafe-dish p,
.cafe-menu-item p,
.cafe-note-stack p,
.cafe-faq p,
.cafe-contact-card p,
.cafe-map p {
  color: var(--cafe-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.cafe-actions--center {
  justify-content: center;
}

.cafe-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 44px;
  background: var(--cafe-paper);
  box-shadow: var(--cafe-shadow);
}

.cafe-visual img {
  display: block;
  width: 100%;
  height: min(620px, 62vw);
  min-height: 420px;
  object-fit: cover;
}

.cafe-visual__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background: rgba(47, 36, 29, 0.76);
  color: var(--cafe-paper);
  padding: 18px 20px;
  backdrop-filter: blur(16px);
}

.cafe-visual__caption strong,
.cafe-visual__caption span {
  color: inherit;
}

.cafe-visual__caption span {
  color: rgba(255, 250, 243, 0.74);
  font-size: 13px;
  font-weight: 780;
}

.cafe-trust {
  border-block: 1px solid var(--cafe-line);
  background: rgba(255, 250, 243, 0.56);
  padding: 22px 0;
}

.cafe-trust__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cafe-trust span,
.cafe-menu-item small {
  border: 1px solid var(--cafe-line);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.78);
  color: var(--cafe-muted);
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 800;
}

.cafe-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.cafe-section__head h2 {
  max-width: 12ch;
}

.cafe-dish-grid,
.cafe-menu-grid,
.cafe-gallery-grid,
.cafe-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cafe-dish,
.cafe-menu-card,
.cafe-note-stack article,
.cafe-reservation-card,
.cafe-form,
.cafe-contact-card,
.cafe-map,
.cafe-faq details {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.8);
  box-shadow: 0 18px 50px rgba(47, 36, 29, 0.07);
}

.cafe-dish {
  overflow: hidden;
}

.cafe-dish img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.cafe-dish div,
.cafe-menu-card,
.cafe-note-stack article,
.cafe-reservation-card,
.cafe-contact-card,
.cafe-map,
.cafe-faq details {
  padding: 24px;
}

.cafe-dish span,
.cafe-note-stack span,
.cafe-reservation-card strong {
  color: var(--cafe-clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cafe-dish h3,
.cafe-menu-card h2,
.cafe-menu-card h3,
.cafe-note-stack h3,
.cafe-contact-card h2 {
  margin: 8px 0 10px;
  color: var(--cafe-espresso);
  font-size: 23px;
  letter-spacing: -0.04em;
}

.cafe-story,
.cafe-gallery-band {
  border-block: 1px solid var(--cafe-line);
  background:
    linear-gradient(135deg, rgba(160, 106, 77, 0.08), rgba(198, 149, 63, 0.08)),
    rgba(255, 250, 243, 0.5);
}

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

.cafe-menu-grid--preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cafe-menu-card h2,
.cafe-menu-card h3 {
  margin-top: 0;
}

.cafe-menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 18px;
  border-top: 1px solid var(--cafe-line);
  padding: 18px 0;
}

.cafe-menu-item:last-child {
  padding-bottom: 0;
}

.cafe-menu-item strong {
  display: block;
  color: var(--cafe-espresso);
  font-size: 17px;
}

.cafe-menu-item p {
  margin: 5px 0 0;
  font-size: 14px;
}

.cafe-menu-item > span {
  color: var(--cafe-olive);
  font-weight: 930;
  white-space: nowrap;
}

.cafe-menu-item small {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  font-size: 11px;
}

.cafe-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cafe-gallery-grid--full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cafe-gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background: var(--cafe-paper);
  box-shadow: 0 18px 50px rgba(47, 36, 29, 0.08);
}

.cafe-gallery-item:nth-child(1),
.cafe-gallery-grid--full .cafe-gallery-item:nth-child(6) {
  grid-column: span 2;
}

.cafe-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.cafe-gallery-item figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  border-radius: 18px;
  background: rgba(47, 36, 29, 0.74);
  color: var(--cafe-paper);
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.cafe-note-stack {
  display: grid;
  gap: 14px;
}

.cafe-reservation {
  background: var(--cafe-espresso);
  color: var(--cafe-paper);
}

.cafe-reservation h2,
.cafe-reservation .cafe-kicker,
.cafe-reservation .cafe-copy {
  color: var(--cafe-paper);
}

.cafe-reservation .cafe-copy {
  opacity: 0.78;
}

.cafe-reservation-card {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  border-color: rgba(255, 250, 243, 0.14);
  background: rgba(255, 250, 243, 0.08);
  box-shadow: none;
}

.cafe-reservation-card span {
  border-top: 1px solid rgba(255, 250, 243, 0.12);
  color: rgba(255, 250, 243, 0.74);
  padding-top: 10px;
}

.cafe-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: var(--cafe-paper);
}

.cafe-form label {
  display: grid;
  gap: 8px;
  color: var(--cafe-espresso);
  font-size: 13px;
  font-weight: 820;
}

.cafe-form .wide {
  grid-column: 1 / -1;
}

.cafe-form input,
.cafe-form select,
.cafe-form textarea {
  width: 100%;
  border: 1px solid var(--cafe-line);
  border-radius: 18px;
  background: #fffdf8;
  color: var(--cafe-espresso);
  padding: 14px 15px;
  font: inherit;
}

.cafe-form textarea {
  min-height: 116px;
  resize: vertical;
}

.cafe-form .is-invalid {
  border-color: #b45942;
  box-shadow: 0 0 0 4px rgba(180, 89, 66, 0.14);
}

.cafe-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--cafe-muted);
  font-size: 13px;
  line-height: 1.5;
}

.cafe-hp {
  position: absolute !important;
  left: -9999px !important;
}

.cafe-contact-grid {
  align-items: stretch;
}

.cafe-contact-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.cafe-contact-card li {
  color: var(--cafe-muted);
}

.cafe-contact-card strong {
  color: var(--cafe-espresso);
}

.cafe-map {
  display: grid;
  place-items: center;
  min-height: 360px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(160, 106, 77, 0.18), rgba(95, 107, 74, 0.18)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(47, 36, 29, 0.045) 18px 20px),
    var(--cafe-paper);
}

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

.cafe-faq summary {
  cursor: pointer;
  color: var(--cafe-espresso);
  font-weight: 900;
}

.cafe-final {
  padding: 90px 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(198, 149, 63, 0.18), transparent 30%),
    var(--cafe-espresso);
  color: var(--cafe-paper);
  text-align: center;
}

.cafe-final h2 {
  max-width: 11ch;
  margin-inline: auto;
  color: var(--cafe-paper);
}

.cafe-final p {
  max-width: 700px;
  margin: 22px auto 0;
  color: rgba(255, 250, 243, 0.74);
  font-size: 18px;
  line-height: 1.7;
}

.cafe-final .cafe-actions {
  justify-content: center;
}

.cafe-footer {
  padding: 34px 0;
  background: #211914;
  color: rgba(255, 250, 243, 0.72);
}

.cafe-footer a {
  color: var(--cafe-paper);
}

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

.cafe-site.is-ready .cafe-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.cafe-site.is-ready .cafe-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .cafe-reveal,
  .cafe-button {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .cafe-hero__grid,
  .cafe-page-hero__grid,
  .cafe-split,
  .cafe-booking-grid,
  .cafe-contact-grid,
  .cafe-section__head {
    grid-template-columns: 1fr;
  }

  .cafe-menu-grid,
  .cafe-menu-grid--preview,
  .cafe-dish-grid,
  .cafe-gallery-grid,
  .cafe-gallery-grid--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cafe-gallery-item:nth-child(1),
  .cafe-gallery-grid--full .cafe-gallery-item:nth-child(6) {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .cafe-container {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin-left: auto;
    margin-right: auto;
  }

  .cafe-site {
    max-width: 100vw;
  }

  .cafe-concept__inner,
  .cafe-nav__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cafe-concept__inner span {
    max-width: 31ch;
  }

  .cafe-nav {
    top: 72px;
  }

  .cafe-nav__inner {
    width: 100%;
    border-radius: 28px;
    max-width: 100%;
  }

  .cafe-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .cafe-links a {
    white-space: normal;
  }

  .cafe-hero,
  .cafe-page-hero {
    padding: 70px 0 48px;
  }

  .cafe-section {
    padding: 64px 0;
  }

  .cafe-hero h1,
  .cafe-page-hero h1,
  .cafe-section h2,
  .cafe-final h2 {
    font-size: clamp(36px, 10.8vw, 50px);
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
  }

  .cafe-hero h1,
  .cafe-page-hero h1 {
    max-width: 9ch;
  }

  .cafe-section h2,
  .cafe-final h2 {
    max-width: 11ch;
  }

  .cafe-hero > .cafe-container,
  .cafe-page-hero > .cafe-container,
  .cafe-section > .cafe-container {
    max-width: calc(100vw - 28px);
  }

  .cafe-hero__grid > *,
  .cafe-page-hero__grid > *,
  .cafe-split > *,
  .cafe-booking-grid > *,
  .cafe-contact-grid > *,
  .cafe-section__head > * {
    min-width: 0;
  }

  .cafe-kicker,
  .cafe-hero p,
  .cafe-page-hero p,
  .cafe-section p {
    max-width: min(100%, 32ch);
    white-space: normal;
  }

  .cafe-actions,
  .cafe-button {
    width: 100%;
  }

  .cafe-menu-grid,
  .cafe-menu-grid--preview,
  .cafe-dish-grid,
  .cafe-gallery-grid,
  .cafe-gallery-grid--full,
  .cafe-faq-grid,
  .cafe-form {
    grid-template-columns: 1fr;
  }

  .cafe-form .wide {
    grid-column: auto;
  }

  .cafe-visual {
    border-radius: 30px;
  }

  .cafe-visual img {
    height: auto;
    min-height: 0;
  }

  .cafe-visual__caption {
    position: static;
    border-radius: 0;
  }

  .cafe-menu-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cafe-menu-item > span {
    white-space: normal;
  }
}
