:root {
  --cream: #fffaf3;
  --paper: #fffdf9;
  --berry: #7e2c50;
  --berry-dark: #522039;
  --rose: #ead2d9;
  --sage: #8c9a78;
  --ink: #30282b;
  --muted: #6d6266;
  --line: #eadfd8;
  --shadow: 0 18px 50px rgba(81, 43, 57, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(20px, 5vw, 70px);
  background: rgba(255, 250, 243, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(234, 223, 216, .7);
}

.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--berry);
  border-radius: 50% 50% 45% 55%;
  font-family: "Playfair Display", serif;
  font-size: 23px;
}
.brand strong { display: block; font-family: "Playfair Display", serif; font-size: 19px; line-height: 1; }
.brand small { display: block; margin-top: 4px; letter-spacing: .22em; font-size: 9px; color: var(--muted); }

.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.site-nav a:not(.button):hover { color: var(--berry); }
.menu-toggle { display: none; border: 0; background: none; font-size: 26px; cursor: pointer; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 22px;
  color: white;
  background: var(--berry);
  border: 2px solid var(--berry);
  border-radius: 999px;
  font-weight: 700;
  transition: .2s ease;
}
.button:hover { background: var(--berry-dark); border-color: var(--berry-dark); transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 9px 17px; }
.button-outline { color: var(--berry); background: transparent; }
.button-outline:hover { color: white; }
.text-link { color: var(--berry); font-weight: 700; }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
  padding: 90px clamp(24px, 7vw, 110px);
  overflow: hidden;
}

.hero h1, h2 { font-family: "Playfair Display", serif; line-height: 1.08; }
.hero h1 { max-width: 720px; margin: 12px 0 22px; font-size: clamp(48px, 7vw, 86px); letter-spacing: -.04em; }
.hero-text { max-width: 640px; font-size: 18px; color: var(--muted); }
.eyebrow { margin: 0; color: var(--berry); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 14px; }

.hero-art { position: relative; min-height: 500px; }
.blob { position: absolute; border-radius: 42% 58% 60% 40% / 48% 38% 62% 52%; }
.blob-one { width: 420px; height: 420px; right: 3%; top: 8%; background: var(--rose); transform: rotate(12deg); }
.blob-two { width: 260px; height: 260px; left: 0; bottom: 0; background: #dfe4d5; transform: rotate(-18deg); }
.bread-card, .berry-card {
  position: absolute;
  padding: 26px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  box-shadow: var(--shadow);
  text-align: center;
  font-weight: 700;
}
.bread-card { width: 260px; right: 12%; top: 16%; transform: rotate(4deg); }
.berry-card { width: 220px; left: 6%; bottom: 7%; transform: rotate(-5deg); }
.bread-icon { font-size: 100px; }
.berry-icon { font-size: 76px; }

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 90px clamp(24px, 8vw, 130px);
  background: var(--berry-dark);
  color: white;
}
.intro .eyebrow { color: #f3bccd; }
.intro h2, .section-heading h2, .contact-section h2 { margin: 10px 0 0; font-size: clamp(38px, 5vw, 58px); }
.intro > p { margin: 12px 0 0; color: #eadde2; font-size: 18px; }

.menu-section, .process-section { padding: 100px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 700px; margin-bottom: 45px; }
.section-heading > p:last-child { color: var(--muted); }

.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.menu-card {
  position: relative;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 8px 25px rgba(81, 43, 57, .05);
}
.menu-card.featured { border: 2px solid var(--berry); }
.tag { position: absolute; top: 16px; right: 16px; padding: 5px 10px; color: white; background: var(--berry); border-radius: 999px; font-size: 10px; font-weight: 700; }
.menu-icon { font-size: 45px; }
.menu-card h3 { margin: 16px 0 8px; font-family: "Playfair Display", serif; font-size: 23px; }
.menu-card p { color: var(--muted); font-size: 14px; }
.menu-card strong { display: block; margin-top: 18px; color: var(--berry); font-size: 14px; }

.process-section { background: #f3e9e6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { padding: 32px; background: rgba(255,255,255,.7); border-radius: 24px; }
.step span { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--berry); border-radius: 50%; font-weight: 800; }
.step h3 { margin-bottom: 6px; }
.step p, .order-note { color: var(--muted); }
.order-note { margin-top: 24px; font-size: 14px; }

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 90px clamp(24px, 7vw, 110px);
  background: var(--sage);
}
.contact-section > div:first-child { max-width: 680px; }
.contact-section .eyebrow { color: var(--berry-dark); }
.contact-section p { max-width: 650px; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; min-width: 230px; }
.contact-section .button-outline { color: var(--berry-dark); border-color: var(--berry-dark); }

.notice { margin: 40px clamp(24px, 7vw, 110px); padding: 22px 26px; border: 1px dashed #b9a8a1; border-radius: 18px; color: var(--muted); font-size: 13px; }
.notice strong { color: var(--ink); }
.notice p { display: inline; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; padding: 34px clamp(24px, 5vw, 70px); border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.footer-brand { color: var(--ink); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-art { min-height: 420px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .intro { grid-template-columns: 1fr; gap: 24px; }
  .contact-section { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; flex-direction: row; }
}

@media (max-width: 720px) {
  .site-header { padding: 13px 18px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; padding: 68px 22px 40px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 340px; }
  .blob-one { width: 300px; height: 300px; }
  .blob-two { width: 180px; height: 180px; }
  .bread-card { width: 210px; right: 1%; }
  .berry-card { width: 180px; left: 0; }
  .bread-icon { font-size: 74px; }
  .berry-icon { font-size: 58px; }
  .intro, .menu-section, .process-section, .contact-section { padding: 68px 22px; }
  .menu-grid, .steps { grid-template-columns: 1fr; }
  .contact-actions { flex-direction: column; }
  footer { grid-template-columns: 1fr; }
}
