/* ============================================================
   SIENNE'S TABLE — v3 · Classic editorial botanical (joyful edit)
   ============================================================ */

:root {
  --paper: #F2E9D7;
  --paper-soft: #EEE3CC;
  --paper-deep: #E6D9BD;
  --ink: #1A1411;
  --ink-soft: #4C3B32;
  --rose: #B78686;
  --rose-deep: #8F5A5A;
  --sage: #8B997B;
  --gold: #B8935A;
  --hairline: #C9B69A;
  --hairline-soft: rgba(26, 20, 17, 0.18);

  --font-display: 'Playfair Display', 'Didot', 'Bodoni 72', serif;
  --font-body: 'EB Garamond', 'Garamond', Georgia, serif;
  --font-script: 'Caveat', 'Brush Script MT', cursive;

  --wrap: 1180px;
  --wrap-narrow: 680px;
  --section-y: clamp(4.5rem, 9vw, 8rem);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-weight: 400; letter-spacing: 0; }
blockquote { margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.wrap--narrow { max-width: var(--wrap-narrow); }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* subtle paper texture */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(rgba(201, 182, 154, 0.14) 1px, transparent 1px),
    radial-gradient(rgba(26, 20, 17, 0.03) 1px, transparent 1px);
  background-size: 4px 4px, 9px 9px;
  background-position: 0 0, 2px 2px;
}
body > * { position: relative; z-index: 1; }

/* ---------- Version toggle ---------- */
.version-toggle {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  background: var(--ink);
  color: var(--paper);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.version-toggle__label {
  opacity: 0.55;
  margin-right: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
}
.version-toggle__btn {
  display: inline-block;
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  color: var(--paper);
  text-decoration: none;
  border: 1px solid rgba(242, 233, 215, 0.3);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.version-toggle__btn:hover { border-color: rgba(242, 233, 215, 0.65); }
.version-toggle__btn.is-active {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
  font-weight: 600;
}
@media (max-width: 640px) {
  .version-toggle { flex-wrap: wrap; padding: 0.35rem 0.5rem; gap: 0.35rem; }
  .version-toggle__label { display: none; }
  .version-toggle__btn { font-size: 0.7rem; padding: 0.26rem 0.7rem; }
}

/* ---------- Type utilities ---------- */
.chapter {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--rose-deep);
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  text-align: center;
}
.display {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1.1;
  color: var(--ink);
  text-align: center;
  letter-spacing: -0.015em;
  margin-bottom: 1.25rem;
}
.display em {
  font-style: italic;
  font-weight: 400;
  color: var(--rose-deep);
}
.script {
  font-family: var(--font-script);
  font-weight: 500;
  color: var(--rose-deep);
  letter-spacing: 0;
}
.script--xl {
  font-size: clamp(3rem, 7.5vw, 5.5rem);
  line-height: 0.9;
  color: var(--ink);
  font-weight: 600;
}
.script--xl em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--rose-deep);
  font-size: 0.55em;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-top: 0.4em;
}
.sc { font-variant: all-small-caps; letter-spacing: 0.08em; }

/* Ornaments */
.fleuron {
  display: block;
  width: clamp(110px, 14vw, 150px);
  height: auto;
  margin: clamp(1.5rem, 3vw, 2.25rem) auto;
  color: var(--rose);
  opacity: 0.9;
}
.laurel {
  display: block;
  width: clamp(140px, 17vw, 220px);
  height: auto;
  margin: 0 auto clamp(0.75rem, 1.5vw, 1.25rem);
  color: var(--sage);
  opacity: 0.9;
}
.laurel--flip { transform: scaleY(-1); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 0.9rem 1.75rem;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.btn--sm { padding: 0.55rem 1.1rem; font-size: 0.7rem; letter-spacing: 0.22em; }
.btn--wide { width: 100%; padding: 1.05rem 1.5rem; }
.btn--ink { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--ink:hover { background: var(--rose-deep); border-color: var(--rose-deep); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--paper); }

/* ---------- Logo ---------- */
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: var(--ink);
  text-align: center;
}
.logo__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.logo__rule {
  display: block;
  width: 90%;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  margin: 0.35em 0;
}
.logo__tag {
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
.logo--light { color: var(--paper); }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 34px;
  z-index: 60;
  background: rgba(242, 233, 215, 0.94);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease);
}
.nav.is-scrolled { border-bottom-color: var(--hairline); }
.nav__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0.9rem clamp(1.25rem, 4vw, 2.5rem);
}
.nav__brand { justify-self: start; }
.nav__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
}
.nav__links a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.5rem 0;
  position: relative;
}
.nav__links a::after {
  content: "";
  position: absolute; left: 50%; right: 50%; bottom: 2px;
  height: 1px;
  background: var(--rose-deep);
  transition: left 0.25s var(--ease), right 0.25s var(--ease);
}
.nav__links a:hover { color: var(--rose-deep); }
.nav__links a:hover::after { left: 0; right: 0; }
.nav__actions { display: flex; align-items: center; gap: 0.75rem; justify-self: end; }
.nav__toggle { display: none; background: none; border: 0; padding: 0.5rem; cursor: pointer; flex-direction: column; gap: 5px; }
.nav__toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ============================================================
   COVER
   ============================================================ */
.cover {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem clamp(4rem, 7vw, 6rem);
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--hairline-soft);
}
.cover__inner {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 3;
}
.cover__eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}
.cover__rose {
  position: absolute;
  width: clamp(120px, 14vw, 180px);
  color: var(--rose);
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
}
.cover__rose--l {
  top: 4%;
  left: clamp(1rem, 4vw, 5rem);
  transform: rotate(-12deg);
}
.lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.lockup__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.2rem, 6vw, 3.75rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}
.lockup__rule { display: block; width: 78%; height: 1px; background: var(--ink); opacity: 0.75; margin: 0.35em 0; }
.lockup__tag {
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.4vw, 1.15rem);
  letter-spacing: 0.04em;
  color: var(--ink);
  opacity: 0.9;
}
.cover__pullquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  color: var(--rose-deep);
  margin-top: 1rem;
}

/* hero photo with rose overlay */
.cover__photo {
  position: relative;
  max-width: 880px;
  margin: 0 auto 2.5rem;
  aspect-ratio: 16 / 9;
  overflow: visible;
}
.cover__photo img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--hairline);
  padding: 10px;
  background: var(--paper);
  box-shadow: 0 30px 60px -35px rgba(26, 20, 17, 0.4);
}
.cover__rose-overlay {
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: clamp(120px, 15vw, 180px);
  color: var(--rose);
  opacity: 0.92;
  transform: rotate(22deg);
  pointer-events: none;
}
.cover__photo figcaption {
  position: absolute;
  bottom: -50px;
  left: 20px;
  font-size: 1.6rem;
  transform: rotate(-3deg);
  color: var(--rose-deep);
}
.cover__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.cover__or {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.75;
}

/* ============================================================
   THIS WEEK
   ============================================================ */
.this-week {
  padding: var(--section-y) 0;
  background: var(--paper-soft);
  border-top: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
}
.section-flag {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}
.section-flag .script--xl { grid-column: 2; }
.flag-line { display: block; height: 1px; background: var(--hairline); }

.week-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 1080px;
  margin: 0 auto;
}
.week-card {
  position: relative;
  background: var(--paper);
  padding: clamp(2rem, 3vw, 2.5rem) clamp(1.75rem, 2.5vw, 2rem);
  border: 1px solid var(--ink);
  box-shadow: 0 14px 34px -22px rgba(26, 20, 17, 0.35);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.week-card--tilt-l { transform: rotate(-1.4deg); }
.week-card--tilt-r { transform: rotate(1.4deg); }
.week-card:hover {
  transform: translateY(-4px) rotate(0);
  box-shadow: 0 26px 60px -28px rgba(26, 20, 17, 0.4);
}
.week-card__day {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose-deep);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.15rem;
}
.week-card__date {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  color: var(--ink);
}
.week-card__kicker {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.7rem;
  color: var(--rose-deep);
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px dotted var(--hairline);
}
.week-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 1.1rem;
  font-weight: 500;
}
.week-card h3 em { font-style: italic; color: var(--rose-deep); font-weight: 400; }
.week-card__note {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.week-card__sprig {
  position: absolute;
  top: -18px;
  right: 20px;
  width: 22px;
  height: auto;
  color: var(--sage);
  opacity: 0.9;
  transform: rotate(18deg);
}

/* ============================================================
   EDITORIAL — Meet Sienne
   ============================================================ */
.editorial { padding: var(--section-y) 0; }
.editorial__wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.portrait {
  position: relative;
  margin: 0;
  max-width: 440px;
  justify-self: center;
}
.portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--hairline);
  padding: 10px;
  background: var(--paper);
  box-shadow: 0 25px 55px -32px rgba(26, 20, 17, 0.4);
}
.portrait__laurel {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 180px;
  color: var(--sage);
  opacity: 0.85;
  transform: rotate(-8deg);
  pointer-events: none;
}
.portrait__tag {
  position: absolute;
  top: 24px;
  right: -24px;
  background: var(--paper);
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--ink);
  transform: rotate(3deg);
  box-shadow: 0 6px 14px -8px rgba(26, 20, 17, 0.35);
  text-align: center;
  line-height: 1;
}
.portrait__tag .script { font-size: 1.8rem; color: var(--rose-deep); display: block; margin-bottom: 0.1rem; }
.portrait__tag-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.75rem;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
}

.editorial__text { padding-top: 1rem; }
.editorial__text .chapter,
.editorial__text .display { text-align: left; }
.editorial__text .display { max-width: 14ch; margin-bottom: 2rem; }
.editorial__text p {
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 1.1rem;
  max-width: 54ch;
}
.pull-quote {
  position: relative;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.9vw, 2.2rem);
  line-height: 1.25;
  color: var(--ink);
  margin: 2rem 0 2.5rem;
  padding: 1rem 0 1rem 2rem;
  border-left: 2px solid var(--rose);
  max-width: 22ch;
}
.pull-quote em { font-style: italic; color: var(--rose-deep); }
.pull-quote__mark {
  font-family: var(--font-display);
  color: var(--rose);
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.1em;
}
.pull-quote__mark--r { margin-left: 0.1em; }

.aside {
  padding: 1rem 1.25rem;
  border: 1px dashed var(--hairline);
  background: var(--paper-soft);
  font-size: 0.98rem !important;
  color: var(--ink-soft);
}
.aside em { font-family: var(--font-display); color: var(--rose-deep); font-size: 1.02em; }

.signature {
  font-size: 2.4rem !important;
  margin-top: 1.5rem !important;
  line-height: 1 !important;
  color: var(--rose-deep);
}

/* ============================================================
   MENU PAGE — Bakery
   ============================================================ */
.menu-page { padding: var(--section-y) 0; background: var(--paper-soft); }
.menu-page__wrap { position: relative; }
.menu-page__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(2rem, 4vw, 3.25rem);
}
.menu-page__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin-top: 0.25rem;
}
.menu-page__cta { text-align: center; margin-top: clamp(2.5rem, 5vw, 4rem); }

/* Polaroid row */
.polaroid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  max-width: 920px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  padding: 0 1rem;
}
.polaroid {
  position: relative;
  background: var(--paper);
  padding: 14px 14px 50px;
  border: 1px solid var(--hairline);
  box-shadow: 0 18px 40px -22px rgba(26, 20, 17, 0.4);
  transition: transform 0.3s var(--ease);
}
.polaroid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}
.polaroid figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  color: var(--rose-deep);
  line-height: 1;
}
.polaroid--tilt-l { transform: rotate(-3deg); }
.polaroid--tilt-r { transform: rotate(3deg); }
.polaroid:hover { transform: translateY(-6px) rotate(0); }

.ribbon {
  position: absolute;
  top: 14px;
  right: -10px;
  background: var(--rose-deep);
  color: var(--paper);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.9rem;
  transform: rotate(6deg);
  box-shadow: 0 6px 12px -6px rgba(26, 20, 17, 0.4);
}
.ribbon::before {
  content: "";
  position: absolute;
  left: -7px; bottom: -5px;
  border: 5px solid transparent;
  border-top-color: var(--rose-deep);
  border-right-color: var(--rose-deep);
}

/* Order steps */
.order-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto clamp(3rem, 5vw, 4rem);
  padding: 1.75rem 1rem;
  border-top: 1px dotted var(--hairline);
  border-bottom: 1px dotted var(--hairline);
}
.order-step {
  text-align: center;
  position: relative;
}
.order-step__no {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--rose);
  line-height: 1;
}
.order-step__day {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--rose-deep);
  margin: 0.35rem 0 0.25rem;
}
.order-step__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.order-step__note {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.4;
}
.order-step__arrow {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--rose);
}

/* Menu list */
.menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hairline);
}
.menu-list__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  color: var(--ink);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--hairline-soft);
}
.menu-list__title em { font-style: italic; color: var(--rose-deep); }
.menu-list ul { list-style: none; padding: 0; }
.menu-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.8rem 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  border-bottom: 1px dotted var(--hairline);
  position: relative;
}
.menu-list li:last-child { border-bottom: none; }
.menu-list .dots {
  display: block;
  border-bottom: 1px dotted var(--hairline);
  align-self: end;
  margin-bottom: 0.35em;
}
.menu-list .note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.menu-list li.pick { padding-left: 1.5rem; }
.menu-list li.pick::before {
  content: "❀";
  position: absolute;
  left: 0;
  color: var(--rose-deep);
  font-size: 0.95rem;
  top: 0.95rem;
}

/* ============================================================
   RECIPE CARD
   ============================================================ */
.recipe-card-section {
  padding: var(--section-y) 0;
  background: var(--paper);
  text-align: center;
}
.recipe-card-section__wrap { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; position: relative; }
.recipe-card-section .script--xl { margin-bottom: 0.5rem; }
.recipe-intro {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
}
.recipe-card {
  position: relative;
  background: var(--paper-soft);
  border: 1px solid var(--ink);
  padding: clamp(2rem, 4vw, 3rem);
  text-align: left;
  transform: rotate(-1deg);
  box-shadow: 0 24px 54px -28px rgba(26, 20, 17, 0.35);
  max-width: 760px;
  margin: 0 auto;
}
.recipe-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed var(--hairline);
  pointer-events: none;
}
.recipe-card__head {
  text-align: center;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dotted var(--hairline);
}
.recipe-card__no {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose-deep);
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.recipe-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.recipe-card__title em { font-style: italic; color: var(--rose-deep); font-weight: 400; }
.recipe-card__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.recipe-card__body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.recipe-card__col h4 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--rose-deep);
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.recipe-card__col ul {
  list-style: none;
  padding: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.75;
}
.recipe-card__col ul li { padding-left: 1.1rem; position: relative; }
.recipe-card__col ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--rose);
  font-size: 1.4rem;
  line-height: 1;
  top: 0.35rem;
}
.recipe-card__col p { font-family: var(--font-body); font-size: 1rem; color: var(--ink); line-height: 1.7; margin-bottom: 0.75rem; }
.recipe-card__note { font-size: 1.2rem; color: var(--rose-deep); margin-top: 1rem !important; }
.recipe-card__sprig {
  position: absolute;
  width: 28px;
  color: var(--sage);
  opacity: 0.85;
}
.recipe-card__sprig--tl { top: -18px; left: 24px; transform: rotate(-20deg); }
.recipe-card__sprig--br { bottom: -18px; right: 24px; transform: rotate(160deg); }

/* ============================================================
   PATIO
   ============================================================ */
.patio-page { padding: var(--section-y) 0; }
.patio-hero {
  position: relative;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  max-width: 960px;
}
.patio-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--hairline);
  padding: 10px;
  background: var(--paper);
  box-shadow: 0 30px 60px -35px rgba(26, 20, 17, 0.4);
}
.patio-hero__rose {
  position: absolute;
  top: -40px;
  right: -24px;
  width: 130px;
  color: var(--rose);
  opacity: 0.92;
  transform: rotate(-14deg);
}

.menus-v3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 1040px;
  margin: 0 auto;
}
.menu-stamp-v3 {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: clamp(2.5rem, 3.5vw, 3rem) clamp(1.5rem, 2.5vw, 2rem) clamp(2rem, 3vw, 2.5rem);
  text-align: center;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.menu-stamp-v3:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px -30px rgba(26, 20, 17, 0.3);
}
.menu-stamp-v3::before,
.menu-stamp-v3::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 1px;
  background: var(--ink);
  opacity: 0.25;
}
.menu-stamp-v3::before { top: 14px; }
.menu-stamp-v3::after { bottom: 14px; }
.menu-stamp-v3__no {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--rose-deep);
  background: var(--paper);
  padding: 0.15rem 0.75rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
}
.menu-stamp-v3__sprig {
  position: absolute;
  top: 48px;
  width: 26px;
  height: auto;
  color: var(--sage);
  opacity: 0.75;
}
.menu-stamp-v3__sprig--l { left: 16px; transform: rotate(-8deg); }
.menu-stamp-v3__sprig--r { right: 16px; transform: rotate(8deg) scaleX(-1); }
.menu-stamp-v3 h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--ink);
  margin: 1rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.menu-stamp-v3 ul {
  list-style: none;
  padding: 0;
  font-family: var(--font-body);
  font-size: 1.04rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.menu-stamp-v3 li { padding: 0.3rem 0; }
.menu-stamp-v3 li + li {
  border-top: 1px dotted var(--hairline);
  padding-top: 0.5rem;
  margin-top: 0.25rem;
}
.menu-stamp-v3__next {
  display: block;
  font-size: 1.3rem;
  color: var(--rose-deep);
  margin-top: 1.25rem;
  line-height: 1;
}
.menu-stamp-v3--featured {
  background: #F7EFE0;
  border-width: 1.5px;
}
.menu-stamp-v3__flag {
  position: absolute;
  top: -16px;
  right: -14px;
  background: var(--rose-deep);
  color: var(--paper);
  padding: 0.3rem 0.9rem;
  font-size: 1.15rem;
  transform: rotate(6deg);
  box-shadow: 0 8px 14px -8px rgba(26, 20, 17, 0.45);
  line-height: 1;
}

/* ============================================================
   PLATES (gallery)
   ============================================================ */
.plates { padding: var(--section-y) 0; background: var(--paper-soft); }
.plates__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: clamp(1rem, 2vw, 1.75rem);
  max-width: 1080px;
  margin: 0 auto;
}
.plate {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--hairline);
  padding: 8px;
  background: var(--paper);
  transition: transform 0.3s var(--ease);
  box-shadow: 0 14px 30px -18px rgba(26, 20, 17, 0.35);
}
.plate--tilt-l { transform: rotate(-2deg); }
.plate--tilt-r { transform: rotate(2deg); }
.plate:hover { transform: translateY(-4px) rotate(0); }
.plate img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 0.8s var(--ease);
}
.plate:hover img { transform: scale(1.04); }
.plate figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 16px;
  text-align: center;
  font-size: 1.3rem;
  color: var(--paper);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
  pointer-events: none;
}
.plate:hover figcaption { opacity: 1; }
.plate--tall { grid-row: span 2; }

/* ============================================================
   CORRESPONDENCE (form)
   ============================================================ */
.correspondence { padding: var(--section-y) 0; position: relative; }
.letter {
  display: grid;
  gap: 1.35rem;
  max-width: 560px;
  margin: 2.5rem auto 0;
  background: var(--paper);
  padding: clamp(2rem, 3.5vw, 3rem);
  border: 1px solid var(--hairline);
  box-shadow: 0 30px 60px -35px rgba(26, 20, 17, 0.25);
  position: relative;
}
.letter::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--hairline-soft);
  pointer-events: none;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem; }
.field { display: flex; flex-direction: column; }
.field label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--rose-deep);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.field input,
.field select,
.field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hairline);
  padding: 0.6rem 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s var(--ease);
}
.field textarea {
  resize: vertical;
  min-height: 120px;
  border: 1px solid var(--hairline);
  padding: 0.8rem 1rem;
  line-height: 1.55;
}
.field select {
  appearance: none; -webkit-appearance: none;
  padding-right: 1.5rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--rose-deep) 50%),
    linear-gradient(135deg, var(--rose-deep) 50%, transparent 50%);
  background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--rose-deep); }
.form__status {
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose-deep);
  min-height: 1.4em;
  margin-top: 0.25rem;
}
.form__status.error { color: #8F3A30; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer-v3 {
  padding: clamp(3rem, 5vw, 4.5rem) 0 2.5rem;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}
.footer-v3__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.footer-v3 .fleuron { color: var(--rose); opacity: 0.85; margin: 0 auto 1rem; }
.footer-v3__loc {
  font-size: 1.8rem;
  margin-top: 0.25rem;
  color: var(--rose);
}
.footer-v3__links a {
  color: var(--paper);
  border-bottom: 1px solid rgba(242, 233, 215, 0.35);
  padding-bottom: 1px;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.footer-v3__links a:hover { color: var(--rose); border-bottom-color: var(--rose); }
.footer-v3__copy {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  opacity: 0.55;
  margin-top: 1.25rem;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .polaroid-row { grid-template-columns: 1fr 1fr; }
  .polaroid-row .polaroid:nth-child(3) { grid-column: span 2; max-width: 360px; justify-self: center; }
}

@media (max-width: 900px) {
  .editorial__wrap { grid-template-columns: 1fr; gap: 3rem; }
  .portrait { max-width: 420px; }
  .portrait__laurel { width: 140px; left: -20px; bottom: -28px; }
  .editorial__text .display { max-width: none; }
  .cover__rose { width: clamp(90px, 18vw, 140px); opacity: 0.4; }
  .order-steps { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.25rem 1rem; }
  .order-step__arrow { transform: rotate(90deg); }
  .recipe-card__body { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav__links {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    padding: 1rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
    border-bottom: 1px solid var(--hairline);
    display: none;
    gap: 0;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 0.85rem 0; border-bottom: 1px solid var(--hairline-soft); text-align: center; }
  .nav__links a:last-child { border-bottom: none; }
  .nav__links a::after { display: none; }
  .nav__toggle { display: flex; }
  .plates__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .field-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .nav { top: 46px; }
  .nav__actions .btn { display: none; }
  .cover__cta { flex-direction: column; gap: 0.75rem; }
  .cover__or { display: none; }
  .cover__rose { display: none; }
  .polaroid-row { grid-template-columns: 1fr; }
  .polaroid-row .polaroid:nth-child(3) { grid-column: 1; }
  .polaroid--tilt-l, .polaroid--tilt-r { transform: rotate(0); }
  .week-card--tilt-l, .week-card--tilt-r { transform: rotate(0); }
  .menu-list li { grid-template-columns: 1fr auto; }
  .menu-list .dots { display: none; }
  .plates__grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .plate--tall { grid-row: span 1; }
  .plate--tilt-l, .plate--tilt-r { transform: rotate(0); }
  .recipe-card { transform: rotate(0); }
  .patio-hero__rose { width: 90px; top: -28px; right: -12px; }
  .cover__rose-overlay { width: 110px; bottom: -30px; right: -18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
