:root {
  --ink: #2c2622;
  --paper: #faf6f0;
  --cream: #ffffff;
  --wine: #152a4e;
  --wine-dark: #0e1f3d;
  --tomato: #152a4e;
  --olive: #5d6f37;
  --saffron: #d99a2b;
  --line: rgba(255, 255, 255, 0.22);
  --dark-line: rgba(44, 38, 34, 0.12);
  --shadow: 0 20px 60px rgba(21, 42, 78, 0.16);
  --anchor-offset: 132px;
  --title: "Poppins", "Segoe UI", Arial, sans-serif;
  --body: "Roboto", Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

main [id] { scroll-margin-top: var(--anchor-offset); }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(21, 42, 78, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 60%, #f4ece2 100%);
  font-family: var(--body);
}

a { color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px clamp(18px, 3vw, 42px);
  color: var(--ink);
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 12px 40px rgba(35, 24, 20, 0.09);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  height: 80px;
  width: auto;
  display: block;
  pointer-events: none;
}

.brand-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 42, 78, 0.24);
  border-radius: 50%;
  background: var(--wine);
  color: #fffdf7;
  font-family: var(--title);
  font-size: 25px;
  font-weight: 800;
}

.brand strong,
.brand small { display: block; }

.brand strong {
  font-family: var(--title);
  font-size: 20px;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: rgba(35, 24, 20, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav,
.header-actions,
.language-switch,
.hero-actions,
.daily-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-nav {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 6px;
}

.main-nav a,
.admin-link {
  color: rgba(35, 24, 20, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-link { color: var(--wine); }

.nav-cta {
  padding: 9px 20px;
  border: 1px solid var(--wine);
  border-radius: 999px;
  background: transparent;
  color: var(--wine);
}

.language-switch {
  gap: 0;
  border: 1px solid rgba(35, 24, 20, 0.16);
  border-radius: 999px;
  overflow: hidden;
}

.language-switch button {
  border: 0;
  padding: 8px 10px;
  background: transparent;
  color: var(--ink);
  font: 800 12px var(--body);
  cursor: pointer;
}

.language-switch button.is-active {
  background: var(--olive);
  color: #fffdf7;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fffdf7;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: #0e1f3d;
  transform: scale(1.02);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroCarousel 32s infinite;
  filter: saturate(1.08) contrast(0.98) brightness(0.86);
}

.slide-one {
  object-position: center 48%;
  animation-delay: 0s;
}

.slide-two {
  object-position: center 50%;
  animation-delay: 8s;
}

.slide-three {
  object-position: center 50%;
  animation-delay: 16s;
}

.slide-four {
  object-position: center 52%;
  animation-delay: 24s;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 22, 45, 0.9), rgba(21, 42, 78, 0.5) 46%, rgba(21, 42, 78, 0.12) 76%),
    linear-gradient(0deg, rgba(10, 22, 45, 0.66), transparent 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(660px, calc(100% - 72px));
  margin: 0 auto 0 clamp(24px, 7vw, 96px);
  padding: 118px 0 72px;
  text-align: left;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--saffron);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--title);
  line-height: 1.08;
}

h1 {
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 690px;
  margin: 24px 0 30px;
  color: rgba(255, 253, 247, 0.9);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.6;
}

.hero-actions,
.daily-actions,
.contact-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hero-reviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffdf7;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-reviews .stars {
  color: #f4c46f;
  letter-spacing: 2px;
  font-size: 14px;
}

.contact-seal {
  width: clamp(116px, 14vw, 142px);
  aspect-ratio: 1;
  margin-top: 26px;
  color: #f4c46f;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.contact-seal svg { width: 100%; height: 100%; display: block; }
.seal-ring-out { fill: rgba(14, 31, 61, 0.42); stroke: currentColor; stroke-width: 1.4; }
.seal-ring-in { fill: none; stroke: currentColor; stroke-width: 0.7; }
.contact-seal text { fill: currentColor; }
.seal-top,
.seal-bottom {
  font-family: var(--body);
  font-size: 8.6px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.seal-star { font-size: 9px; }
.seal-year {
  font-family: var(--title);
  font-size: 27px;
  font-weight: 700;
}

.contact-note {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px;
  font-style: italic;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  border-color: var(--wine);
  background: transparent;
  color: var(--wine);
}

.button.dark {
  border-color: var(--ink);
  background: var(--ink);
  color: #fffdf7;
}

.button.ghost { color: #fffdf7; }
.button.outline { color: var(--ink); }

.admin-page .button.ghost {
  border-color: var(--wine);
  background: #fffdf7;
  color: var(--wine);
}

.admin-page .button.ghost:hover {
  background: var(--wine);
  color: #fffdf7;
}

.hero-actions .button.primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--wine);
}

.hero-hours {
  position: absolute;
  inset: auto clamp(18px, 4vw, 56px) 28px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 0;
}

.hero-hours span {
  padding: 14px 18px;
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.1);
  color: rgba(255, 253, 247, 0.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.claim-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fffdf7;
  color: var(--wine-dark);
  border-bottom: 1px solid var(--dark-line);
}

.claim-strip p {
  margin: 0;
  min-height: 104px;
  display: flex;
  align-items: center;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--dark-line);
  font-family: var(--title);
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 700;
  line-height: 1.16;
}

.moments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}

.moments article {
  min-height: 280px;
  padding: clamp(28px, 5vw, 58px);
  border-right: 1px solid var(--dark-line);
  border-top: 3px solid var(--wine);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.moments span,
.event-cards span {
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.moments h2 {
  margin-top: 12px;
  color: var(--wine-dark);
  font-size: clamp(26px, 2.8vw, 40px);
}

.moments p {
  color: #6a5c54;
  font-size: 16px;
  line-height: 1.7;
}

.events-copy p,
.split-copy p,
.section-copy p,
.contact-section p,
.dessert-grid p,
.event-cards p {
  color: rgba(255, 250, 242, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.daily-section,
.split-section,
.dessert-section,
.events-section,
.contact-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.daily-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: 96px 0;
}

.section-copy .eyebrow,
.split-copy .eyebrow,
.dessert-section .eyebrow,
.events-section .eyebrow,
.contact-section .eyebrow {
  color: var(--wine);
}

.section-copy h2,
.split-copy h2,
.dessert-section h2,
.events-copy h2,
.contact-section h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--wine-dark);
}

.section-copy p,
.split-copy p,
.contact-section p {
  color: #5e4c40;
}

.daily-card {
  padding: clamp(24px, 4vw, 44px);
  background: var(--cream);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.daily-leaf {
  display: block;
  width: clamp(250px, 36vw, 410px);
  height: auto;
  margin: 32px auto 0;
}

.events-leaf { margin-top: 26px; }

.daily-card-head,
.dessert-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--dark-line);
  padding-bottom: 18px;
}

.daily-card-head p,
.updated,
.menu-note {
  margin: 0;
  color: #7a6658;
  font-weight: 800;
}

.daily-card-head strong {
  color: var(--wine);
  font-family: var(--title);
  font-size: 38px;
}

.updated { margin-top: 16px; }

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 28px 0;
}

.menu-grid h3 {
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 26px;
}

.menu-grid ul,
.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-grid li,
.menu-list li {
  padding: 14px 0;
  border-top: 1px solid var(--dark-line);
  font-size: 17px;
  line-height: 1.45;
}

.dessert-row {
  padding: 18px 0;
  border-top: 1px solid var(--dark-line);
}

.dessert-row span {
  color: var(--wine);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dessert-row h3 {
  margin: 0 0 8px 0;
  color: var(--wine);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 16px;
}

.dessert-row .dessert-text {
  margin: 0;
  padding-left: 0;
  font-size: 16px;
}

.menu-note { margin-top: 14px; }

.split-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 680px;
  margin-bottom: 92px;
  background: var(--wine-dark);
  border-radius: 8px;
  color: #fffdf7;
  overflow: hidden;
}

.split-image {
  min-height: 520px;
  overflow: hidden;
}

.split-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 68px);
}

.split-copy h2 { color: #fff7ec; }
.split-copy p { color: rgba(255, 250, 242, 0.78); }
.menu-list { margin-top: 22px; }

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  border-color: var(--line);
}

.menu-list span { color: rgba(255, 250, 242, 0.62); }

.dessert-section { padding: 18px 0 92px; }

.dessert-grid,
.event-cards,
.contact-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.event-cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dessert-grid { margin-top: 34px; }

.dessert-grid article,
.event-cards article {
  padding: clamp(24px, 3vw, 36px);
  background: var(--cream);
  border-top: 3px solid var(--saffron);
  border-radius: 8px;
}

.dessert-grid h3,
.event-cards h3 {
  color: var(--wine-dark);
  font-size: 28px;
}

.dessert-grid p,
.event-cards p { color: #695548; }

.event-cards ul {
  margin: 14px 0 18px;
  padding-left: 20px;
  color: #695548;
}

.event-cards li + li { margin-top: 8px; }

.events-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding: 86px 0;
  border-top: 1px solid var(--dark-line);
}

.events-copy p { color: #5e4c40; }
.event-cards { grid-template-columns: 1fr; }

.nearby-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding: clamp(30px, 5vw, 58px);
  background: var(--cream);
  border-top: 3px solid var(--saffron);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.nearby-section h2 {
  color: var(--wine-dark);
  font-size: clamp(36px, 5vw, 68px);
}

.nearby-section p {
  color: #5e4c40;
  font-size: 17px;
  line-height: 1.7;
}

.nearby-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nearby-list li {
  padding: 14px 16px;
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--wine-dark);
  font-weight: 900;
}

.nearby-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--olive);
}

.contact-map {
  grid-column: 1 / -1;
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: 8px;
  margin-top: 28px;
}

.contact-section .contact-tagline {
  margin: 6px 0 14px;
  color: #ffffff;
  font-family: var(--title);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.25;
}

.contact-section .places-label {
  margin: 22px 0 10px;
  color: #f4c46f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-section .contact-places {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-section .contact-places li {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffdf7;
  font-size: 13px;
  font-weight: 700;
}

.contact-places-box {
  align-self: start;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-places-box .places-label { margin-top: 0; }

.contact-section .contact-actions { margin-top: 22px; }

.contact-section .button.primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--wine);
}

.gallery-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 92px;
}

.gallery-head {
  max-width: 720px;
  margin-bottom: 26px;
}

.gallery-head .eyebrow { color: var(--wine); }

.gallery-head h2 {
  color: var(--wine-dark);
  font-size: clamp(28px, 3.4vw, 44px);
}

.gallery-head p {
  color: #5e4c40;
  font-size: 16px;
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.specialties-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 92px;
}

.specialties-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.specialties-head .eyebrow { color: var(--wine); }

.specialties-head h2 {
  color: var(--wine-dark);
  font-size: clamp(28px, 3.4vw, 44px);
}

.specialties-head p {
  color: #5e4c40;
  font-size: 16px;
  line-height: 1.7;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.specialty-card {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.specialty-media {
  height: 180px;
  overflow: hidden;
}

.specialty-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialty-media.placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--wine-dark), var(--wine));
}

.specialty-media.placeholder img { width: 72px; opacity: 0.92; }

.specialty-body { padding: 18px 20px 22px; }

.specialty-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(21, 42, 78, 0.08);
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.specialty-badge.star { background: var(--saffron); color: #3a2a06; }

.specialty-card h3 { color: var(--wine-dark); font-size: 20px; margin: 0 0 6px; }
.specialty-body p { color: #6a5c54; font-size: 14px; line-height: 1.6; margin: 0; }

.nav-toggle {
  display: none;
  width: 46px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(35, 24, 20, 0.18);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  padding: 60px clamp(22px, 5vw, 64px);
  margin-bottom: 40px;
  background:
    linear-gradient(120deg, rgba(14, 31, 61, 0.88), rgba(21, 42, 78, 0.68)),
    url("assets/fachada-restaurante-magnus.png") center/cover;
  border-radius: 8px;
  color: #fffdf7;
}

.contact-section h2,
.contact-section .eyebrow { color: #fff7ec; }
.contact-section p { color: rgba(255, 250, 242, 0.76); }
.contact-actions { justify-content: flex-start; }
.contact-actions .outline { color: #fff7ec; }

.contact-data {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  list-style: none;
  margin: 30px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.contact-data li,
.contact-data li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fffdf7;
  font-size: 16px;
  text-decoration: none;
}

.contact-data .ci { flex: 0 0 auto; color: #f4c46f; }

.site-footer {
  background: var(--wine-dark);
  color: rgba(255, 255, 255, 0.72);
  padding: clamp(40px, 6vw, 68px) clamp(18px, 5vw, 64px) 0;
}

.footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: 40px;
}

.footer-logo-text {
  display: block;
  margin-bottom: 18px;
  color: #fffdf7;
  font-family: var(--title);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.footer-legal-line {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}

.footer-col h3 {
  color: #ffffff;
  font-family: var(--title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.footer-col a { display: flex; align-items: center; gap: 8px; }
.footer-col .fi { flex: 0 0 auto; color: rgba(255, 255, 255, 0.55); }

.footer-since {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-style: italic;
  margin-top: 6px;
}

.footer-col a:hover { color: #ffffff; }

.footer-bottom {
  width: min(1180px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0 26px;
  text-align: center;
}

.footer-bottom span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.6;
}

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255, 253, 247, 0.95);
  box-shadow: 0 12px 40px rgba(35, 24, 20, 0.09);
}
.legal-header a { text-decoration: none; }
.legal-header .brand-logo { height: 48px; }
.legal-back {
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.legal-shell { width: min(820px, calc(100% - 36px)); margin: 0 auto; padding: 48px 0 80px; }
.legal-shell h1 { color: var(--wine-dark); font-family: var(--title); font-size: clamp(30px, 4vw, 46px); margin: 0 0 6px; }
.legal-shell .updated { color: #7a6658; font-size: 13px; margin: 0 0 28px; }
.legal-shell h2 { color: var(--wine); font-family: var(--title); font-size: 22px; margin: 30px 0 10px; }
.legal-shell p, .legal-shell li { color: #4a4038; font-size: 15px; line-height: 1.75; }
.legal-shell ul { padding-left: 20px; margin: 8px 0; }
.legal-shell a { color: var(--wine); }
.legal-shell .legal-data { margin: 6px 0 0; padding: 16px 18px; background: var(--cream); border-left: 3px solid var(--wine); }

.admin-page { min-height: 100vh; background: var(--paper); }
.login-error { color: #b3261e; font-weight: 700; font-size: 14px; margin: 0; }
.admin-sep { border: 0; border-top: 1px solid var(--dark-line); margin: 32px 0; }
.admin-help { margin: 10px 0 0; color: rgba(21, 42, 78, 0.72); font-size: 14px; line-height: 1.5; }
.print-area { display: none; }

@page { size: A4; margin: 14mm; }

@media print {
  body.admin-page > *:not(.print-area) { display: none !important; }
  .print-area {
    display: block !important;
    padding: 0;
    color: #000;
    font-family: Georgia, "Times New Roman", serif;
  }
  .print-menu-document { width: 100%; min-height: 260mm; box-sizing: border-box; }
  .print-menu-header {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 18mm;
    border-bottom: 1px solid #d8d2ca;
    padding-bottom: 12mm;
    margin-bottom: 10mm;
  }
  .print-menu-header img { width: 78mm; max-width: 100%; }
  .print-menu-header .word-logo-img { display: block; width: 78mm; height: auto; }
  .print-menu-header .word-logo { color: #152a4e; font-family: Arial, Helvetica, sans-serif; text-align: center; text-transform: uppercase; }
  .print-menu-header .word-logo span,
  .print-menu-header .word-logo em { display: block; font-size: 13pt; font-style: normal; letter-spacing: 2px; }
  .print-menu-header .word-logo strong { display: block; margin: 2mm 0; color: #152a4e; font-size: 36pt; line-height: 1; text-transform: none; }
  .print-menu-header h1 { margin: 0; color: #2b1717; font-size: 30pt; line-height: 1; }
  .print-menu-header p { margin: 5mm 0 0; font-size: 18pt; font-weight: 700; }
  .print-menu-header span { display: block; margin-top: 2mm; color: #555; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; letter-spacing: 0.08em; text-transform: uppercase; }
  .print-area h3 { font-size: 16pt; margin: 8mm 0 3mm; color: #2b1717; }
  .print-area ul { margin: 2mm 0; padding-left: 7mm; }
  .print-area li { margin: 1.8mm 0; font-size: 12pt; }
  .print-area p { font-size: 12pt; }
  .print-area .pdate { color: #555; }
  .print-area .pnote { margin-top: 14px; font-style: italic; color: #444; }
}
.admin-shell { width: min(880px, calc(100% - 32px)); margin: 0 auto; padding: 38px 0; }
.back-link { display: inline-block; margin-bottom: 18px; color: var(--wine); font-weight: 900; }
.admin-card { padding: clamp(24px, 4vw, 44px); background: var(--cream); box-shadow: var(--shadow); }
.admin-card h1 { color: var(--wine-dark); font-size: clamp(36px, 5vw, 62px); }
.admin-menu-cover {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(220px, 0.9fr);
  align-items: center;
  gap: clamp(22px, 5vw, 56px);
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(26px, 5vw, 44px);
  background: #fffdf8;
  border: 1px solid var(--dark-line);
  border-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.admin-logo { width: min(360px, 100%); height: 118px; }
.admin-cover-title { border-left: 1px solid var(--dark-line); padding-left: clamp(20px, 4vw, 34px); }
.admin-cover-title { text-align: center; }
.admin-menu-cover h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 80px);
  line-height: 0.98;
}
.admin-price {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: var(--title);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
}
.admin-price span {
  display: block;
  margin-top: 3px;
  color: #6d5b4d;
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-print-preview {
  margin: 0 auto 30px;
  padding: clamp(22px, 4vw, 34px) clamp(26px, 5vw, 44px) clamp(34px, 5vw, 48px);
  width: min(100%, 760px);
  min-height: 500px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid var(--dark-line);
  border-top: 0;
  color: #28211c;
  font-family: Georgia, "Times New Roman", serif;
}
.admin-print-preview h3 { margin: 20px 0 8px; color: var(--wine-dark); font-size: 22px; }
.admin-print-preview ul { margin: 0; padding-left: 22px; }
.admin-print-preview li { margin: 7px 0; font-size: 17px; line-height: 1.45; }
.admin-print-preview p { font-size: 17px; line-height: 1.55; }
.admin-print-preview .pdate { margin: 0 0 18px; color: #66584d; font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.admin-print-preview .pnote { margin-top: 16px; color: #66584d; font-style: italic; }
form { display: grid; gap: 18px; margin-top: 28px; }
label { display: grid; gap: 7px; color: var(--wine-dark); font-weight: 900; }
label span { color: #7a6658; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--dark-line); padding: 12px 14px; background: #fffdf8; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
button.button { cursor: pointer; font: inherit; }
pre { max-height: 280px; overflow: auto; margin: 24px 0 0; padding: 16px; background: var(--wine-dark); color: #fff7ec; white-space: pre-wrap; }

@keyframes slowZoom {
  from { transform: scale(1.03); }
  to { transform: scale(1.09); }
}

@keyframes heroCarousel {
  0% { opacity: 0; transform: scale(1); }
  7% { opacity: 1; }
  25% { opacity: 1; }
  32% { opacity: 0; transform: scale(1.07); }
  100% { opacity: 0; transform: scale(1.07); }
}

@media (max-width: 1060px) {
  :root { --anchor-offset: 170px; }
  .site-header { grid-template-columns: 1fr auto; background: rgba(255, 253, 247, 0.92); }
  .main-nav { grid-column: 1 / -1; justify-content: flex-start; }
  .daily-section,
  .split-section,
  .events-section,
  .nearby-section,
  .contact-section { grid-template-columns: 1fr; }
  .dessert-grid,
  .nearby-list,
  .gallery-grid,
  .specialty-grid,
  .contact-data { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --anchor-offset: 24px; }
  .site-header {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .brand-logo { height: 56px; }
  .nav-toggle { display: inline-flex; order: 2; }
  .header-actions { order: 2; }
  .main-nav {
    display: none;
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 8px;
    border-radius: 12px;
    background: rgba(255, 253, 247, 0.98);
    box-shadow: 0 16px 40px rgba(35, 24, 20, 0.14);
  }
  .site-header.nav-open .main-nav { display: flex; }
  .main-nav a { padding: 12px 10px; width: 100%; }
  .nav-cta { text-align: center; }
  .hero-content { padding-top: 210px; text-align: left; }
  .hero-actions, .daily-actions, .contact-actions { justify-content: flex-start; }
  .hero-hours,
  .claim-strip,
  .moments,
  .menu-grid,
  .nearby-list,
  .dessert-grid,
  .gallery-grid,
  .specialty-grid,
  .footer-grid,
  .contact-data { grid-template-columns: 1fr; }
  .moments article { min-height: auto; }
  .button { width: 100%; }
  .menu-list li { flex-direction: column; gap: 4px; }
  .site-footer { flex-direction: column; }
}