:root {
  --cream: #fff8e7;
  --cream-2: #f8edd4;
  --wine: #a61f48;
  --wine-dark: #761632;
  --red: #dc3f42;
  --ink: #23191c;
  --muted: #76666a;
  --white: #fffdf8;
  --radius: 24px;
  --shadow: 0 18px 50px rgba(80, 31, 44, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 76px; padding: 12px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,248,231,.92); border-bottom: 1px solid rgba(166,31,72,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Playfair Display", serif; font-size: 1.35rem; font-weight: 700; }
.brand img { width: 52px; height: 52px; object-fit: cover; object-position: 82% 50%; border-radius: 50%; }
.main-nav { display: flex; gap: 26px; font-weight: 700; color: var(--wine-dark); }
.main-nav a:hover { color: var(--red); }
.menu-button { display: none; border: 1px solid var(--wine); border-radius: 999px; background: transparent; padding: 9px 16px; color: var(--wine); font: inherit; font-weight: 700; }
main { overflow: hidden; }
.hero { min-height: 650px; padding: clamp(55px, 8vw, 105px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px, 6vw, 90px); }
.hero-copy { max-width: 620px; }
.eyebrow { margin: 0 0 10px; color: var(--wine); text-transform: uppercase; letter-spacing: .21em; font-size: .78rem; font-weight: 800; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; line-height: 1.02; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
.hero-copy > p:not(.eyebrow) { max-width: 560px; font-size: clamp(1rem, 1.8vw, 1.25rem); color: var(--muted); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--wine); color: white; box-shadow: 0 12px 30px rgba(166,31,72,.25); }
.button.secondary { border: 1px solid var(--wine); color: var(--wine); }
.hero-image-wrap { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-image-wrap::before { content: ""; position: absolute; width: min(510px, 90%); aspect-ratio: 1; border-radius: 46% 54% 61% 39% / 52% 40% 60% 48%; background: #f4c9c6; transform: rotate(-7deg); }
.hero-image { position: relative; width: min(610px, 100%); filter: drop-shadow(0 24px 22px rgba(61,28,34,.16)); }
.strawberry-doodle { position: absolute; width: 135px; right: 0; top: 0; mix-blend-mode: multiply; opacity: .75; }
.menu-section { padding: clamp(70px, 9vw, 125px) clamp(20px, 7vw, 110px); }
.menu-section:nth-of-type(even) { background: var(--cream-2); }
.section-heading { margin-bottom: 38px; }
.menu-grid { display: grid; gap: 24px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.menu-card { padding: clamp(24px, 4vw, 40px); background: rgba(255,253,248,.85); border: 2px solid var(--wine); border-radius: var(--radius); box-shadow: var(--shadow); }
.menu-card.wide { grid-column: 1 / -1; }
.menu-card h3 { margin: 0 0 22px; color: var(--wine); text-transform: uppercase; letter-spacing: .16em; font-size: 1rem; }
.price-list, .detailed-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.price-list li, .detailed-list li { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.price-list strong, .detailed-list b { white-space: nowrap; font-size: 1.05rem; }
.compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 50px; }
.highlighted { background: var(--wine) !important; color: white; }
.highlighted .eyebrow { color: #ffd8d5; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.split-heading img { width: min(300px, 35vw); max-height: 230px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(50,0,14,.28)); }
.table-wrap { overflow-x: auto; border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { padding: 22px 25px; text-align: left; border-bottom: 1px solid #eadbd5; }
th { color: var(--wine); font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; }
td:not(:first-child), th:not(:first-child) { text-align: center; font-weight: 800; }
td strong { display: block; font-size: 1.08rem; }
small { display: block; margin-top: 4px; color: var(--muted); font-weight: 400; }
.note { margin: 25px 0 0; text-align: center; font-size: 1.3rem; font-weight: 800; color: #ffd8d5; }
.mini-table { display: grid; gap: 15px; }
.mini-row { display: grid; grid-template-columns: 1fr 100px 100px; align-items: start; gap: 12px; }
.mini-row.header { color: var(--wine); font-weight: 800; text-align: center; }
.mini-row b { text-align: center; }
.card-note { margin: 22px 0 0; color: var(--red); font-weight: 800; }
.photo-section > img { width: min(850px, 95%); margin: -30px auto 45px; filter: drop-shadow(0 22px 24px rgba(62,21,31,.17)); }
.detailed-list small { max-width: 520px; }
.extras-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 24px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-list span { padding: 7px 11px; border-radius: 999px; background: #f7e5df; color: var(--wine-dark); font-weight: 700; font-size: .92rem; }
.cta-section { margin: 0 clamp(20px, 7vw, 110px) clamp(70px, 8vw, 115px); padding: clamp(32px, 6vw, 65px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f1b7b2; border-radius: 32px; }
.cta-section p:last-child { color: #6f4248; }
footer { padding: 32px clamp(20px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); border-top: 1px solid rgba(166,31,72,.13); }
.footer-brand { color: var(--ink); }
@media (max-width: 850px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column; gap: 0; padding: 12px; background: var(--white); border: 1px solid rgba(166,31,72,.16); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-actions { justify-content: center; }
  .hero-image-wrap { min-height: 340px; }
  .two-columns, .extras-grid { grid-template-columns: 1fr; }
  .compact-grid { grid-template-columns: 1fr; }
  .split-heading { align-items: center; }
  .cta-section { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .site-header { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .hero { min-height: auto; padding-top: 55px; }
  .hero-image-wrap { min-height: 270px; }
  .strawberry-doodle { width: 95px; }
  .split-heading { align-items: flex-start; }
  .split-heading img { width: 150px; margin-right: -30px; }
  .mini-row { grid-template-columns: 1fr 66px 66px; font-size: .9rem; }
  .menu-card { border-radius: 18px; }
  footer { flex-direction: column; text-align: center; }
}
