:root {
  --ink: #10100d;
  --muted: #645c51;
  --paper: #fbf8f1;
  --paper-deep: #eee8dc;
  --white: #ffffff;
  --green: #10100d;
  --green-soft: #eee8dc;
  --clay: #7d2117;
  --blue: #b98b2f;
  --blue-deep: #6d4e1f;
  --line: #d9cfbf;
  --gold: #b98b2f;
  --shadow: 0 26px 70px rgba(29, 22, 15, 0.17);
  --soft-shadow: 0 14px 40px rgba(29, 22, 15, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

section[id],
footer[id] {
  scroll-margin-top: 112px;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 5vw, 70px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 248, 241, 0.96);
  box-shadow: 0 1px 0 rgba(29, 22, 15, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  width: clamp(172px, 22vw, 310px);
  filter: brightness(0) invert(1);
  transition: filter 180ms ease, width 180ms ease;
}

.brand img {
  width: 100%;
}

.site-header.scrolled .brand {
  width: clamp(150px, 18vw, 248px);
  filter: none;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  align-items: center;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.88;
}

.main-nav a:hover {
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.header-cta {
  white-space: nowrap;
}

.language-switch,
.mobile-language-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
}

.language-switch {
  width: 112px;
}

.language-switch button,
.mobile-language-switch button {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 34px;
  border: 0;
  padding: 0 10px;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"],
.mobile-language-switch button[aria-pressed="true"] {
  color: var(--green);
  background: var(--white);
}

.language-switch span,
.mobile-language-switch span {
  font-size: 0.95rem;
  line-height: 1;
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.mobile-menu-toggle {
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 8px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu-toggle b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mobile-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.button-primary {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.button-light {
  color: var(--green);
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.9);
}

.button-outline {
  color: var(--green);
  border-color: rgba(16, 16, 13, 0.28);
  background: transparent;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(22px, 6vw, 84px) 64px;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-salon-restaurante-casa-loli-pro.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(16, 16, 13, 0.56), rgba(58, 75, 82, 0.22) 50%, rgba(185, 139, 47, 0.12)),
    linear-gradient(0deg, rgba(16, 16, 13, 0.44), rgba(16, 16, 13, 0.08) 58%, rgba(58, 75, 82, 0.18));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.34fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  width: 100%;
}

.hero-copy-block {
  max-width: 900px;
}

.eyebrow,
.section-kicker,
.menu-type {
  display: block;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-copy h2,
.section-heading h2,
.category-card h3,
.menu-highlight-grid h3,
.booking-panel h3,
.form-heading h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(5rem, 15vw, 12.5rem);
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.5);
}

.hero-copy-block > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.68;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.68);
}

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

[data-open-status] {
  overflow-wrap: anywhere;
}

.section-padded {
  padding: clamp(68px, 8vw, 116px) clamp(22px, 6vw, 84px);
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.05fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.section-copy {
  max-width: 720px;
}

.section-copy h2,
.section-heading h2 {
  color: var(--green);
  font-size: clamp(2.35rem, 5.4vw, 5.8rem);
}

.section-copy p,
.section-heading p {
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.section-heading.centered {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.info-strip article {
  min-height: 130px;
  border-right: 1px solid var(--line);
  padding: 24px;
}

.info-strip article:last-child {
  border-right: 0;
}

.info-strip span,
.footer-location span,
.footer-hours > span,
.footer-nav a {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-strip p {
  margin: 0;
  color: var(--green);
  font-weight: 900;
  line-height: 1.5;
}

.photo-mosaic,
.breakfast-board {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 230px 230px;
  gap: 16px;
}

.photo-card,
.breakfast-hero,
.breakfast-photo,
.category-card,
.gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--green-soft);
  box-shadow: var(--soft-shadow);
}

.photo-card-large,
.breakfast-hero {
  grid-row: span 2;
}

.photo-card img,
.breakfast-hero img,
.breakfast-photo img,
.category-card img,
.gallery-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-ready::after,
.category-card::after,
.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(16, 16, 13, 0.58), rgba(16, 16, 13, 0.05) 55%);
}

.photo-card figcaption,
.breakfast-hero figcaption,
.breakfast-photo figcaption,
.gallery-tile figcaption,
.photo-card > span,
.gallery-tile > span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.breakfast-section {
  background:
    linear-gradient(180deg, rgba(185, 139, 47, 0.1), transparent 42%),
    var(--paper);
}

.breakfast-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.breakfast-copy {
  max-width: 650px;
}

.breakfast-copy h2 {
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 5.3rem);
  line-height: 0.98;
}

.breakfast-copy p {
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.breakfast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.menu-section {
  background: var(--paper-deep);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.category-card {
  display: grid;
  align-content: end;
  min-height: 410px;
  padding: 26px;
  color: var(--white);
}

.category-card img {
  position: absolute;
  inset: 0;
}

.category-card span,
.category-card h3 {
  position: relative;
  z-index: 1;
}

.category-card span {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-card h3 {
  max-width: 220px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.menu-document {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  margin: 0 0 34px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.menu-document h3 {
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 3.6vw, 3.25rem);
  line-height: 1.02;
}

.menu-document p {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.menu-document-preview {
  position: relative;
  display: grid;
  grid-template-columns: 0.98fr 1fr;
  gap: 12px;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
}

.menu-document-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 16, 13, 0.42), transparent 48%);
}

.menu-document-preview img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: top center;
}

.menu-document-preview span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 8px;
  padding: 0 18px;
  color: var(--white);
  background: var(--clay);
  font-weight: 900;
}

.menu-highlight-grid {
  display: grid;
  gap: 18px;
}

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

.menu-highlight-grid article,
.booking-panel,
.event-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.menu-highlight-grid article {
  padding: clamp(24px, 4vw, 36px);
}

.menu-highlight-grid h3,
.booking-panel h3,
.form-heading h3 {
  margin-bottom: 24px;
  color: var(--green);
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
}

.menu-highlight-grid ul,
.hours-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-highlight-grid li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 14px;
  color: var(--muted);
}

.menu-highlight-grid strong {
  color: var(--clay);
  white-space: nowrap;
  font-weight: 900;
}

.dark-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 139, 47, 0.12), transparent 48%),
    var(--green);
}

.dark-section .section-copy h2,
.dark-section .section-copy p {
  color: var(--white);
}

.dark-section .section-copy p {
  opacity: 0.78;
}

.event-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.event-benefits span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 900;
}

.event-details {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
}

.event-details article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.event-details strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.event-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.58;
}

.groups-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.group-layout {
  display: grid;
  gap: 18px;
}

.group-photo {
  min-height: 330px;
}

.booking-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.event-menus-section {
  background:
    linear-gradient(180deg, rgba(185, 139, 47, 0.1), transparent 36%),
    var(--paper);
}

.event-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.event-menu-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.52fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.event-menu-card-featured {
  border-color: rgba(125, 33, 23, 0.34);
}

.event-menu-photo {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: var(--green-soft);
  cursor: zoom-in;
}

.event-menu-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.event-menu-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 16, 13, 0.56), transparent 46%);
}

.event-menu-photo span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-menu-photo:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: -4px;
}

.event-menu-content {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 3.5vw, 34px);
}

.event-menu-price {
  width: max-content;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--white);
  background: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.event-menu-content h3 {
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1;
}

.event-menu-content dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.event-menu-content dl div {
  border-top: 1px dashed var(--line);
  padding-top: 14px;
}

.event-menu-content dt {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-menu-content dd {
  margin: 5px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.menu-request-link {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reservation-section {
  background:
    linear-gradient(180deg, rgba(185, 139, 47, 0.13), transparent 34%),
    var(--paper-deep);
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: start;
}

.booking-panel,
.event-form {
  padding: clamp(26px, 4vw, 42px);
}

.booking-panel {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(185, 139, 47, 0.18), transparent 48%),
    var(--white);
}

.booking-fast {
  border-top: 1px dashed var(--line);
  padding-top: 18px;
}

.booking-fast span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.booking-fast a {
  color: var(--clay);
  font-weight: 900;
}

.form-heading {
  margin-bottom: 22px;
}

.form-heading p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.event-menu-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(150px, 0.55fr) minmax(150px, 0.55fr) minmax(260px, 1.15fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(185, 139, 47, 0.24);
}

textarea {
  resize: vertical;
}

.event-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border-left: 4px solid var(--clay);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--green);
  background: linear-gradient(90deg, var(--green-soft), rgba(185, 139, 47, 0.18));
}

.event-summary span {
  color: var(--muted);
  font-weight: 800;
}

.event-summary strong {
  font-size: 1.22rem;
}

.form-submit {
  justify-self: start;
  margin-top: 18px;
  border: 0;
}

.form-note {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--clay);
  font-weight: 800;
}

.reviews-section {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(46px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(185, 139, 47, 0.12), transparent 42%),
    var(--paper);
  color: var(--green);
  overflow: hidden;
}

.reviews-section h2 {
  max-width: 980px;
  margin: 0 0 24px;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4.2vw, 4.35rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.reviews-marquee {
  overflow: hidden;
  margin-inline: clamp(-18px, -2vw, -8px);
  padding-inline: clamp(18px, 2vw, 26px);
}

.google-reviews {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 34vw);
  grid-template-columns: none;
  gap: 14px;
  width: max-content;
  overflow: visible;
  padding: 2px 0 16px;
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  animation: reviews-marquee 72s linear infinite;
}

.google-reviews::-webkit-scrollbar {
  display: none;
}

.google-reviews.is-dragging {
  cursor: grabbing;
  animation-play-state: paused;
}

.google-reviews.is-dragging .google-review a {
  pointer-events: none;
}

.google-review {
  display: grid;
  min-height: 220px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  color: var(--green);
  box-shadow: var(--soft-shadow);
}

.review-author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}

.review-author span {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-weight: 900;
}

.review-author small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.review-author b {
  flex: 0 0 auto;
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #4285f4;
  background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc04 0 75%, #ea4335 0);
  font-size: 0;
  font-weight: 900;
  position: relative;
}

.review-author b::after {
  content: "G";
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: #4285f4;
  font-size: 0.95rem;
  line-height: 1;
}

.review-stars {
  margin-bottom: 14px;
  color: #d89b2b;
  font-size: 1.12rem;
  letter-spacing: 0;
}

.google-review p {
  display: -webkit-box;
  min-height: 69px;
  margin: 0;
  overflow: hidden;
  color: var(--green);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.review-more {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 18px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.review-more::after {
  content: "\2197";
  margin-left: 8px;
}

@keyframes reviews-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.google-rating-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.gallery-section {
  background:
    linear-gradient(180deg, rgba(185, 139, 47, 0.12), transparent 45%),
    var(--paper-deep);
}

.gallery-carousel {
  position: relative;
  overflow: hidden;
  margin-inline: clamp(-18px, -2vw, -8px);
  padding: 4px clamp(18px, 2vw, 26px) 18px;
}

.gallery-carousel::before,
.gallery-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(36px, 8vw, 110px);
  pointer-events: none;
}

.gallery-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper-deep), transparent);
}

.gallery-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper-deep), transparent);
}

.gallery-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: gallery-scroll 72s linear infinite;
  will-change: transform;
}

.gallery-set {
  display: flex;
  gap: 18px;
  flex: 0 0 auto;
}

.gallery-tile:first-child {
  width: clamp(320px, 34vw, 520px);
}

.gallery-tile {
  width: clamp(250px, 24vw, 360px);
  min-height: clamp(245px, 24vw, 340px);
  flex: 0 0 auto;
}

.gallery-tile button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-tile button:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: -4px;
}

@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.hours-list li {
  display: grid;
  gap: 4px;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 12px;
}

.hours-list span {
  color: var(--blue-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hours-list strong {
  color: var(--green);
}

.site-footer {
  padding: clamp(58px, 8vw, 92px) clamp(22px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(185, 139, 47, 0.14), transparent 42%),
    var(--green);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(160px, 0.55fr) minmax(300px, 0.9fr) minmax(250px, 0.76fr) minmax(360px, 1.24fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
}

.site-footer img {
  width: min(300px, 72vw);
  filter: brightness(0) invert(1);
}

.footer-brand p {
  margin: 18px 0 0;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-location h2 {
  max-width: 520px;
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 0.98;
}

.footer-location p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.footer-location > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-top: 24px;
  border-bottom: 1px solid rgba(185, 139, 47, 0.48);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.footer-contact-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-hours {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-hours > span {
  color: var(--blue);
}

.site-footer .hours-list li {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.site-footer .hours-list span {
  color: var(--blue);
}

.site-footer .hours-list strong {
  color: var(--white);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 28px;
  margin-top: 34px;
}

.footer-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  font-weight: 900;
}

.footer-map {
  min-height: 100%;
  height: clamp(320px, 28vw, 430px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: saturate(0.85) contrast(0.95);
}

.footer-legal {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 24px;
  margin-top: 24px;
}

.footer-legal details {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-legal summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: var(--blue);
  cursor: pointer;
  font-weight: 900;
}

.footer-legal summary::after {
  content: "+";
  color: var(--white);
  font-size: 1.2rem;
}

.footer-legal details[open] summary::after {
  content: "-";
}

.legal-content {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px;
}

.legal-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.legal-content dl > div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.12);
}

.legal-content dt {
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-content dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.legal-content a {
  color: var(--white);
  font-weight: 900;
}

.floating-actions {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 30;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(16, 16, 13, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.floating-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 14px;
  color: var(--green);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
}

.floating-actions a:first-child {
  color: var(--white);
  background: var(--clay);
}

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.menu-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 13, 0.8);
  backdrop-filter: blur(8px);
}

.menu-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(92vw, 760px);
  max-height: 92svh;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: clamp(14px, 2.5vw, 22px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.menu-modal-dialog h2 {
  margin: 0;
  padding-right: 98px;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.05;
}

.menu-modal-dialog img {
  width: 100%;
  max-height: calc(92svh - 112px);
  object-fit: contain;
  border-radius: 6px;
  background: var(--white);
}

.menu-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--green);
  background: transparent;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.menu-modal-open {
  overflow: hidden;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 14px;
    font-size: 0.78rem;
  }

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

  .category-card {
    min-height: 330px;
  }
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    justify-self: end;
  }

  .header-cta {
    justify-self: end;
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% - 8px);
    right: 18px;
    left: 18px;
    z-index: 25;
    display: none;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(16, 16, 13, 0.12);
    border-radius: 8px;
    padding: 10px;
    color: var(--green);
    background: rgba(251, 248, 241, 0.98);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a,
  .mobile-language-switch {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 10px;
    background: var(--white);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
  }

  .mobile-language-switch {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }

  .mobile-language-switch button {
    width: 100%;
    min-height: 42px;
    border-radius: 0;
  }

  .hero-inner,
  .experience-section,
  .breakfast-layout,
  .groups-section,
  .menu-document,
  .event-menu-row,
  .reservation-layout,
  .menu-highlight-grid,
  .event-menu-grid,
  .form-grid,
  .footer-main,
  .legal-content dl {
    grid-template-columns: 1fr;
  }

  .event-menu-card {
    grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  }

  .footer-nav {
    justify-content: start;
  }

  .info-strip {
    grid-template-columns: 1fr;
  }

  .info-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .info-strip article:last-child {
    border-bottom: 0;
  }

  .photo-mosaic,
  .breakfast-board {
    grid-template-rows: 280px 220px;
  }

  .gallery-tile:first-child {
    width: min(62vw, 460px);
  }

  .google-reviews {
    grid-auto-columns: minmax(292px, 46vw);
  }
}

@media (max-width: 640px) {
  section[id],
  footer[id] {
    scroll-margin-top: 92px;
  }

  .site-header {
    padding: 14px 16px;
  }

  .brand {
    width: 148px;
  }

  .site-header.scrolled .brand {
    width: 132px;
  }

  .header-cta {
    display: none;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .mobile-menu {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: 92svh;
    padding: 122px 18px 138px;
  }

  .hero-media {
    background-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(16, 16, 13, 0.68), rgba(58, 75, 82, 0.34) 62%, rgba(185, 139, 47, 0.18)),
      linear-gradient(0deg, rgba(16, 16, 13, 0.62), rgba(16, 16, 13, 0.12) 52%, rgba(58, 75, 82, 0.28));
  }

  .hero h1 {
    font-size: 4.6rem;
  }

  .section-padded {
    padding: 58px 18px;
  }

  .section-copy h2,
  .section-heading h2 {
    font-size: clamp(2.2rem, 14vw, 3.7rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .photo-mosaic,
  .breakfast-board,
  .category-grid,
  .event-menu-card {
    grid-template-columns: 1fr;
  }

  .photo-card-large,
  .breakfast-hero,
  .gallery-tile:first-child {
    grid-row: auto;
  }

  .category-card,
  .menu-document-preview,
  .group-photo,
  .gallery-tile {
    min-height: 270px;
  }

  .event-menu-photo img {
    min-height: 360px;
    max-height: 520px;
  }

  .menu-request-link {
    width: 100%;
    justify-content: center;
  }

  .gallery-tile,
  .gallery-tile:first-child {
    width: 78vw;
  }

  .google-reviews {
    grid-auto-columns: minmax(280px, 86vw);
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .floating-actions a {
    flex: 1;
    padding: 0 8px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .google-reviews,
  .gallery-track {
    animation: none;
  }

  .google-reviews,
  .gallery-carousel {
    overflow-x: auto;
  }
}
