:root {
  --ink: #17120e;
  --ink-soft: #6e6253;
  --paper: #f4f0e8;
  --cream: #eee7dc;
  --line: #d8c8aa;
  --leaf: #586653;
  --leaf-soft: #e9eee5;
  --tomato: #7a2d28;
  --gold: #b7955d;
  --blue: #3e5960;
  --white: #fffdf7;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(32, 24, 16, 0.12);
  --page-pad: clamp(20px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 10px var(--page-pad);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(184, 148, 85, 0.3);
  box-shadow: 0 10px 30px rgba(41, 31, 20, 0.05);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: var(--ink);
  border: 1px solid rgba(184, 148, 85, 0.42);
  border-radius: 6px;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  width: 100%;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.top-nav a,
.footer a {
  text-decoration: none;
}

.top-nav a:hover,
.footer a:hover {
  color: #d0b06e;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.header-call,
.header-menu,
.header-email,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header-menu,
.header-email {
  display: none;
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.header-call,
.button-primary {
  color: #fff;
  background: #812f2a;
  box-shadow: 0 14px 30px rgba(125, 47, 42, 0.2);
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255, 250, 242, 0.72);
}

.button-link {
  color: #fff;
  border-color: rgba(250, 238, 213, 0.46);
  white-space: normal;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(600px, calc(82vh - 72px));
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #15100b;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(18, 13, 8, 0.97) 0%, rgba(18, 13, 8, 0.77) 47%, rgba(18, 13, 8, 0.52) 100%),
    linear-gradient(0deg, rgba(18, 13, 8, 0.48), rgba(18, 13, 8, 0.08));
}

.hero-gallery {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0.82;
}

.hero-gallery img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.hero-copy {
  align-self: center;
  width: min(700px, 100%);
  padding: clamp(62px, 9vw, 116px) var(--page-pad) clamp(56px, 9vw, 96px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: 7.2rem;
  font-weight: 500;
}

.tagline {
  margin-bottom: 16px;
  color: #e7c982;
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
  text-transform: none;
}

.hero-text {
  max-width: 540px;
  margin-bottom: 28px;
  color: rgba(255, 250, 241, 0.86);
  font-size: 1.16rem;
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 4.4rem;
  font-weight: 400;
}

.section-heading p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.menu-panel {
  border: 1px solid rgba(184, 149, 93, 0.36);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(32, 24, 16, 0.07);
}

.presentation-section {
  padding: clamp(38px, 6vw, 78px) var(--page-pad);
  background: var(--leaf-soft);
}

.menu-section {
  padding: clamp(54px, 8vw, 96px) var(--page-pad);
  scroll-margin-top: 76px;
  background: #f6f1e8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.menu-heading {
  max-width: 920px;
}

.menu-list {
  display: grid;
  gap: 28px;
}

.menu-panel {
  overflow: hidden;
}

.menu-panel-header {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  min-height: 132px;
  background: #17120e;
  color: #fff;
}

.menu-panel:nth-child(2) .menu-panel-header {
  background: #17120e;
}

.menu-panel:nth-child(3) .menu-panel-header {
  background: #17120e;
}

.cuisine-flag {
  position: relative;
  width: 72px;
  height: 52px;
  min-height: 0;
  margin: 0 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 247, 0.52);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.flag-usa {
  background: repeating-linear-gradient(180deg, #b22234 0 7.7%, #fff 7.7% 15.4%);
}

.flag-usa::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 48%;
  height: 54%;
  content: "";
  background-color: #234785;
  background-image:
    radial-gradient(circle, #fff 0 2px, transparent 2px),
    radial-gradient(circle, #fff 0 2px, transparent 2px);
  background-position: 10px 10px, 20px 20px;
  background-size: 20px 20px;
}

.flag-italy {
  background: linear-gradient(90deg, #008c45 0 33.333%, #f4f4f4 33.333% 66.666%, #cd212a 66.666%);
}

.flag-cuba {
  background: repeating-linear-gradient(180deg, #002a8f 0 20%, #fff 20% 40%);
}

.flag-cuba::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 68%;
  content: "";
  background: #cf142b;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.flag-cuba::after {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 34px;
  height: 34px;
  content: "";
  background: #fff;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  transform: translateY(-50%);
}

.menu-panel-header > div:not(.cuisine-flag) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(20px, 4vw, 40px);
}

.menu-panel-header h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3.65rem;
  font-weight: 400;
}

.price-table {
  display: grid;
  padding: 10px clamp(12px, 3vw, 24px) 0;
}

.dish-price-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1fr);
  gap: 20px;
  align-items: stretch;
  margin: 20px 0;
  padding: 16px;
  background: #fffbf3;
  border: 1px solid rgba(184, 149, 93, 0.34);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(32, 24, 16, 0.05);
}

.dish-price-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 6px;
}

.dish-price-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.dish-price-content h4 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.08;
}

.dish-note {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.dish-badge {
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  background: #812f2a;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.dish-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dish-price-grid span {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #fffdf8;
  border: 1px solid rgba(184, 149, 93, 0.32);
  border-radius: 6px;
}

.dish-price-grid small {
  color: var(--tomato);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dish-price-grid strong {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1;
}

.side-list {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr;
  gap: clamp(14px, 3vw, 24px);
  align-items: start;
  margin: 10px clamp(12px, 3vw, 24px) 30px;
  padding: clamp(16px, 3vw, 24px);
  background: var(--white);
  border: 1px solid rgba(184, 149, 93, 0.34);
  border-radius: 8px;
}

.side-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--tomato);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.side-heading h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
}

.side-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-list li {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 149, 93, 0.28);
  border-radius: 6px;
  background: #fffdf8;
  font-size: 0.98rem;
  font-weight: 400;
}

.side-note {
  grid-column: 2;
  margin: -2px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.includes {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  padding: clamp(18px, 3vw, 30px);
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(184, 149, 93, 0.44);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.includes-image {
  width: 100%;
  max-height: 360px;
  margin-bottom: clamp(22px, 4vw, 36px);
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(184, 149, 93, 0.32);
  border-radius: 6px;
}

.includes-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(4px, 1vw, 10px) 0;
}

.includes h2 {
  max-width: 780px;
  margin-bottom: clamp(18px, 3vw, 28px);
  font-family: var(--font-display);
  font-size: 3.95rem;
  font-weight: 400;
  color: var(--ink);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin: 0 0 clamp(20px, 3vw, 30px);
}

.service-detail-card {
  min-width: 0;
  min-height: 104px;
  padding: 14px;
  background: #f9f4ec;
  border: 1px solid rgba(184, 149, 93, 0.32);
  border-radius: 6px;
}

.service-detail-card span,
.service-detail-card strong {
  display: block;
}

.service-detail-card span {
  margin-bottom: 8px;
  color: var(--tomato);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-card strong {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.16;
}

.includes-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.includes-list li {
  min-width: 0;
  padding: 16px;
  background: #f9f4ec;
  border: 1px solid rgba(184, 149, 93, 0.32);
  border-radius: 6px;
}

.includes-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--tomato);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.includes-list strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 1.48rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;
}

.includes-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.includes a {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  color: #fff;
  background: #812f2a;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
}

.dessert-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: clamp(20px, 4vw, 44px);
  padding: clamp(48px, 7vw, 90px) var(--page-pad);
  background: var(--paper);
}

.dessert-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.dessert-copy h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.dessert-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.dessert-section img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(184, 149, 93, 0.32);
  box-shadow: var(--shadow);
}

.footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px var(--page-pad) 32px;
  color: #fff;
  background: #15100b;
}

.footer img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border: 1px solid rgba(184, 148, 85, 0.36);
  border-radius: 6px;
}

.footer strong,
.footer span {
  display: block;
}

.footer strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1;
}

.footer span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-left: auto;
  font-weight: 500;
}

@media (max-width: 980px) {
  .topbar {
    gap: 16px;
  }

  .top-nav {
    display: none;
  }

  .topbar-actions {
    margin-left: auto;
  }

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

@media (max-width: 720px) {
  .topbar {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 6px 10px;
    align-items: start;
    min-height: 0;
    padding: 8px 12px;
    background: var(--paper);
  }

  .brand-mark span {
    display: none;
  }

  .brand-mark img {
    width: 40px;
    height: 40px;
  }

  .topbar-actions {
    display: grid;
    grid-template-columns: 0.68fr 1.32fr;
    grid-column: 2;
    gap: 6px;
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .header-call {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 38px;
    padding: 9px 10px;
    font-size: 0.86rem;
  }

  .header-menu,
  .header-email {
    display: inline-flex;
    min-width: 0;
    min-height: 34px;
    padding: 8px 8px;
    font-size: 0.8rem;
  }

  .header-email {
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  .hero {
    min-height: min(620px, 74vh);
    min-height: min(620px, 74svh);
  }

  .hero-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  h1 {
    font-size: 5.6rem;
  }

  .tagline {
    font-size: 1.55rem;
  }

  .hero-text {
    font-size: 1.06rem;
  }

  .hero-actions {
    display: none;
  }

  .menu-section {
    scroll-margin-top: 112px;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-detail-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 13px 14px;
  }

  .service-detail-card span {
    margin: 0;
    font-size: 0.68rem;
  }

  .service-detail-card strong {
    font-size: 1rem;
  }

  .includes h2 {
    font-size: 3.25rem;
  }

  .menu-panel-header {
    grid-template-columns: 88px 1fr;
    min-height: 116px;
  }

  .menu-panel-header > div:not(.cuisine-flag) {
    padding: 18px;
  }

  .cuisine-flag {
    width: 56px;
    height: 40px;
    min-height: 0;
    margin-left: 16px;
  }

  .price-table {
    padding: 8px 12px 0;
    overflow-x: visible;
  }

  .dish-price-card {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 14px 0 18px;
    padding: 10px;
  }

  .dish-price-card img {
    height: clamp(178px, 49vw, 205px);
    min-height: 0;
  }

  .dish-price-content h4 {
    margin-bottom: 10px;
    font-size: 1.85rem;
    line-height: 1.08;
  }

  .dish-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dish-price-grid span {
    padding: 9px 8px;
    text-align: center;
  }

  .dish-price-grid small {
    font-size: 0.68rem;
  }

  .dish-price-grid strong {
    font-size: 1.72rem;
  }

  .side-list {
    grid-template-columns: 1fr;
    margin-right: 12px;
    margin-left: 12px;
  }

  .side-note {
    grid-column: auto;
  }

  .includes-image {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .includes-list {
    grid-template-columns: 1fr;
  }

  .includes-list li {
    padding: 14px;
  }

  .includes a {
    width: 100%;
  }

  .dessert-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dessert-copy h2 {
    font-size: 3.3rem;
  }

  .dessert-section img {
    min-height: 260px;
  }

  .footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-actions {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
    width: 100%;
  }

}

@media (max-width: 440px) {
  .header-call {
    font-size: 0.82rem;
  }

  .hero-copy {
    padding-top: 74px;
  }

  h1 {
    font-size: 4.35rem;
  }

  .tagline {
    font-size: 1.25rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .section-heading h2 {
    font-size: 3rem;
  }

  .includes h2,
  .dessert-copy h2 {
    font-size: 2.95rem;
  }

  .menu-panel-header {
    grid-template-columns: 78px 1fr;
  }

  .menu-panel-header h3 {
    font-size: 2.35rem;
  }

  .cuisine-flag {
    width: 48px;
    height: 34px;
    margin-left: 14px;
  }
}
