:root {
  --bg: #f7efe7;
  --paper: rgba(255, 250, 245, 0.78);
  --paper-strong: #f2e4d8;
  --ink: #201613;
  --muted: #5d4d46;
  --line: rgba(63, 42, 34, 0.12);
  --shadow: 0 28px 70px rgba(79, 54, 42, 0.11);
  --whatsapp: #1f8f53;
  --whatsapp-dark: #187444;
  --instagram: #8d4a36;
  --instagram-dark: #743b2b;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(207, 176, 158, 0.28), transparent 22%),
    linear-gradient(180deg, #fbf4ed 0%, #f7efe7 100%);
  color: var(--ink);
  font-family: "Mulish", sans-serif;
}

.page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.brand-header,
.hero-layout {
  display: grid;
  gap: 24px;
}

.brand-header {
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.brand-seal {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
}

.brand-seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-copy {
  min-width: 0;
}

h1,
.subtitle,
.week-line,
.price,
.payment-note {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 4.6rem);
  line-height: 0.9;
  font-weight: 400;
  text-transform: uppercase;
}

.subtitle {
  margin: 10px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.08;
  color: var(--muted);
}

.hero-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
  gap: 28px;
}

.menu-card,
.order-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.menu-card {
  padding: clamp(34px, 5vw, 54px);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(243, 232, 221, 0.9)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 40%);
  text-align: center;
}

.week-line {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.local-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tagline {
  margin: 30px 0 0;
  font-size: clamp(1.35rem, 2vw, 1.62rem);
  font-style: italic;
  font-weight: 800;
}

.menu-sentence {
  margin: 62px auto 0;
  max-width: 32ch;
  font-family: "Mulish", sans-serif;
  font-size: clamp(1.28rem, 1.7vw, 1.58rem);
  font-weight: 500;
  line-height: 1.62;
  color: var(--muted);
}

.menu-sentence span {
  display: block;
}

#menuDishDescription {
  margin-top: 0;
}

.invitation {
  margin: 38px 0 0;
  font-size: clamp(1.4rem, 2.1vw, 1.7rem);
  font-style: italic;
  font-weight: 800;
}

.order-card {
  padding: 32px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.92), rgba(247, 239, 231, 0.82));
  backdrop-filter: blur(10px);
}

.order-label {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--muted);
}

.price {
  margin: 0;
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
  line-height: 1;
  font-weight: 700;
}

.payment-note {
  margin: 4px 0 0;
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  line-height: 1.08;
  font-style: italic;
}

.details-list {
  margin: 24px 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.details-list li {
  margin: 8px 0;
}

.action-group {
  margin-top: 26px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 32px rgba(31, 143, 83, 0.18);
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  transform: translateY(-2px);
  background: var(--whatsapp-dark);
}

.trust-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
}

.social-block {
  width: 100%;
  margin-top: 22px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(141, 74, 54, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(245, 235, 227, 0.88)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 55%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.social-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
}

.social-note {
  margin: 0;
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border: 1px solid rgba(178, 83, 110, 0.14);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(249, 239, 233, 0.96));
  color: var(--instagram);
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(141, 74, 54, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.instagram-link svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(178, 83, 110, 0.28);
  color: var(--instagram-dark);
  background: linear-gradient(180deg, rgba(255, 247, 245, 1), rgba(247, 234, 227, 0.98));
  box-shadow: 0 14px 24px rgba(141, 74, 54, 0.12);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

@media (max-width: 860px) {
  .brand-header,
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .brand-header {
    justify-items: center;
    text-align: center;
    gap: 18px;
  }

  h1 {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }
}

@media (max-width: 640px) {
  .page {
    width: min(100% - 20px, 1120px);
    padding-top: 18px;
  }

  .menu-card,
  .order-card {
    border-radius: 24px;
  }

  .menu-card {
    padding: 26px 20px;
  }

  .menu-sentence {
    margin-top: 44px;
  }
}
